﻿@charset "utf-8";

body, ul, li, ol, h1, h2, h3, h4, p, th, td, dl, dd, form, fieldset, legend, label, input, textarea, select {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.7 Arial,"Microsoft YaHei",Tahoma,Verdana,Helvetica, sans-serif;
    /*color: #666;*/
    color: #000;
    /*渐变色*/
    background: linear-gradient(to bottom, #afd9e7b8, #afd5afa8);
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #5aa4f5;
    }

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

input {
    font-family: Arial,"Microsoft YaHei";
}

input:focus {
    border: 1px solid #638ce0;
    box-shadow: 0 0 5px #638ce0;
    -webkit-box-shadow: 0 0 5px #179aeb;
    color: #179aeb;
    outline: none;
}

.className input:focus {
    color: #179aeb;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.w1200 {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.clen {
    clear: both;
}

.menuStyle ul li:last-child {
    border-right: none;
}

.org {
    color: #ee9920;
}

.red {
    /*color: #e25555;*/
    color: red;
}

#Advisetable input {
    font-size: 15px;
}

/**fanzhihui
**/
select { /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 18px;
    border: solid 1px #d0d7db;
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}


/* 补充基础样式 */


/*单行文本溢出显示省略号*/

.clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}


/*限制p元素之显示2行文字，同时出现省略号。*/

.clamp-2 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*限制p元素之显示3行文字，同时出现省略号。*/

.clamp-3 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 栅格 */

.zl-row {
    position: relative;
    box-sizing: border-box;
}

.zl-col-1 {
    width: 4.16667%;
}

.zl-col-2 {
    width: 8.33332%;
}

.zl-col-3 {
    width: 12.5%;
}

.zl-col-4 {
    width: 16.66667%;
}

.zl-col-5 {
    width: 20.83332%;
}

.zl-col-6 {
    width: 25%;
}

.zl-col-7 {
    width: 29.16667%;
}

.zl-col-8 {
    width: 33.33333%;
}

.zl-col-9 {
    width: 37.5%;
}

.zl-col-10 {
    width: 41.66667%;
}

.zl-col-11 {
    width: 45.83332%;
}

.zl-col-12 {
    width: 50%;
}

.zl-col-13 {
    width: 54.16667%;
}

.zl-col-14 {
    width: 58.33332%;
}

.zl-col-15 {
    width: 62.5%;
}

.zl-col-16 {
    width: 66.66667%;
}

.zl-col-17 {
    width: 70.83332%;
}

.zl-col-18 {
    width: 75%;
}

.zl-col-19 {
    width: 79.16667%;
}

.zl-col-20 {
    width: 83.33332%;
}

.zl-col-21 {
    width: 87.5%;
}

.zl-col-22 {
    width: 91.66667%;
}

.zl-col-23 {
    width: 95.83332%;
}

.zl-col-24 {
    width: 100%;
}

[class*=zl-col-] {
    float: left;
    box-sizing: border-box;
}


/**
* 说明 暂时 zl-row-gutter 支持
* 10(或者 10px) , 15(或者 15px)
* 20(或者 20px)默认, 25(或者 25px)
* 30(或者 30px),35(或者 35px)
* 40(或者 40px),45(或者 45px)
* 50(或者 50px)
*/

.zl-row-gutter:after,
.zl-row-gutter:before,
.zl-row:after,
.zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter:after,
.zl-row:after {
    clear: both;
}

.zl-row-gutter:after,
.zl-row-gutter:before,
.zl-row:after,
.zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter {
    position: relative;
    box-sizing: border-box;
}


/* 分栏间隔 20px 默认 */

.zl-row-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.zl-row-gutter [class*=zl-col-] {
    padding-left: 10px;
    padding-right: 10px;
}


/* 分栏间隔 50px  */

.zl-row-gutter[zl-row-gutter='50'],
.zl-row-gutter[zl-row-gutter='50px'] {
    margin-left: -25px;
    margin-right: -25px;
}

.zl-row-gutter[zl-row-gutter='50'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='50px'] [class*=zl-col-] {
    padding-left: 25px;
    padding-right: 25px;
}


/* 分栏间隔 45px  */

.zl-row-gutter[zl-row-gutter='45'],
.zl-row-gutter[zl-row-gutter='45px'] {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.zl-row-gutter[zl-row-gutter='45'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='45px'] [class*=zl-col-] {
    padding-left: 22.5px;
    padding-right: 22.5px;
}


/* 分栏间隔 40px  */

.zl-row-gutter[zl-row-gutter='40'],
.zl-row-gutter[zl-row-gutter='40px'] {
    margin-left: -20px;
    margin-right: -20px;
}

.zl-row-gutter[zl-row-gutter='40'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='40px'] [class*=zl-col-] {
    padding-left: 20px;
    padding-right: 20px;
}


/* 分栏间隔 35px  */

.zl-row-gutter[zl-row-gutter='35'],
.zl-row-gutter[zl-row-gutter='35px'] {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.zl-row-gutter[zl-row-gutter='35'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='35px'] [class*=zl-col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
}


/* 分栏间隔 30px  */

.zl-row-gutter[zl-row-gutter='30'],
.zl-row-gutter[zl-row-gutter='30px'] {
    margin-left: -15px;
    margin-right: -15px;
}

.zl-row-gutter[zl-row-gutter='30'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='30px'] [class*=zl-col-] {
    padding-left: 15px;
    padding-right: 15px;
}


/* 分栏间隔 25px  */

.zl-row-gutter[zl-row-gutter='25'],
.zl-row-gutter[zl-row-gutter='25px'] {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.zl-row-gutter[zl-row-gutter='25'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='25px'] [class*=zl-col-] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}


/* 分栏间隔 20px  */

.zl-row-gutter[zl-row-gutter='20'],
.zl-row-gutter[zl-row-gutter='20px'] {
    margin-left: -10px;
    margin-right: -10px;
}

.zl-row-gutter[zl-row-gutter='20'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='20px'] [class*=zl-col-] {
    padding-left: 10px;
    padding-right: 10px;
}


/* 分栏间隔 15px  */

.zl-row-gutter[zl-row-gutter='15'],
.zl-row-gutter[zl-row-gutter='15px'] {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.zl-row-gutter[zl-row-gutter='15'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='15px'] [class*=zl-col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}


/* 分栏间隔 10px  */

.zl-row-gutter[zl-row-gutter='10'],
.zl-row-gutter[zl-row-gutter='10px'] {
    margin-left: -5px;
    margin-right: -5px;
}

.zl-row-gutter[zl-row-gutter='10'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='10px'] [class*=zl-col-] {
    padding-left: 5px;
    padding-right: 5px;
}


/* 分栏间隔 0.2rem  */

.zl-row-gutter[zl-row-gutter='0.2rem'] {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}

.zl-row-gutter[zl-row-gutter='0.2rem'] [class*=zl-col-] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}


/*居中 方式1*/

.middle-parent {
    position: relative;
}

.middle-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}




/* 补充基础样式 */


/*单行文本溢出显示省略号*/

.clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}


/*限制p元素之显示2行文字，同时出现省略号。*/

.clamp-2 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*限制p元素之显示3行文字，同时出现省略号。*/

.clamp-3 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 栅格 */

.zl-row {
    position: relative;
    box-sizing: border-box;
}

.zl-col-1 {
    width: 4.16667%;
}

.zl-col-2 {
    width: 8.33332%;
}

.zl-col-3 {
    width: 12.5%;
}

.zl-col-4 {
    width: 16.66667%;
}

.zl-col-5 {
    width: 20.83332%;
}

.zl-col-6 {
    width: 25%;
}

.zl-col-7 {
    width: 29.16667%;
}

.zl-col-8 {
    width: 33.33333%;
}

.zl-col-9 {
    width: 37.5%;
}

.zl-col-10 {
    width: 41.66667%;
}

.zl-col-11 {
    width: 45.83332%;
}

.zl-col-12 {
    width: 50%;
}

.zl-col-13 {
    width: 54.16667%;
}

.zl-col-14 {
    width: 58.33332%;
}

.zl-col-15 {
    width: 62.5%;
}

.zl-col-16 {
    width: 66.66667%;
}

.zl-col-17 {
    width: 70.83332%;
}

.zl-col-18 {
    width: 75%;
}

.zl-col-19 {
    width: 79.16667%;
}

.zl-col-20 {
    width: 83.33332%;
}

.zl-col-21 {
    width: 87.5%;
}

.zl-col-22 {
    width: 91.66667%;
}

.zl-col-23 {
    width: 95.83332%;
}

.zl-col-24 {
    width: 100%;
}

[class*=zl-col-] {
    float: left;
    box-sizing: border-box;
}


/**
* 说明 暂时 zl-row-gutter 支持
* 10(或者 10px) , 15(或者 15px)
* 20(或者 20px)默认, 25(或者 25px)
* 30(或者 30px),35(或者 35px)
* 40(或者 40px),45(或者 45px)
* 50(或者 50px)
*/

.zl-row-gutter:after,
.zl-row-gutter:before,
.zl-row:after,
.zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter:after,
.zl-row:after {
    clear: both;
}

.zl-row-gutter:after,
.zl-row-gutter:before,
.zl-row:after,
.zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter {
    position: relative;
    box-sizing: border-box;
}


/* 分栏间隔 20px 默认 */

.zl-row-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

    .zl-row-gutter [class*=zl-col-] {
        padding-left: 10px;
        padding-right: 10px;
    }


    /* 分栏间隔 50px  */

    .zl-row-gutter[zl-row-gutter='50'],
    .zl-row-gutter[zl-row-gutter='50px'] {
        margin-left: -25px;
        margin-right: -25px;
    }

        .zl-row-gutter[zl-row-gutter='50'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='50px'] [class*=zl-col-] {
            padding-left: 25px;
            padding-right: 25px;
        }


    /* 分栏间隔 45px  */

    .zl-row-gutter[zl-row-gutter='45'],
    .zl-row-gutter[zl-row-gutter='45px'] {
        margin-left: -22.5px;
        margin-right: -22.5px;
    }

        .zl-row-gutter[zl-row-gutter='45'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='45px'] [class*=zl-col-] {
            padding-left: 22.5px;
            padding-right: 22.5px;
        }


    /* 分栏间隔 40px  */

    .zl-row-gutter[zl-row-gutter='40'],
    .zl-row-gutter[zl-row-gutter='40px'] {
        margin-left: -20px;
        margin-right: -20px;
    }

        .zl-row-gutter[zl-row-gutter='40'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='40px'] [class*=zl-col-] {
            padding-left: 20px;
            padding-right: 20px;
        }


    /* 分栏间隔 35px  */

    .zl-row-gutter[zl-row-gutter='35'],
    .zl-row-gutter[zl-row-gutter='35px'] {
        margin-left: -17.5px;
        margin-right: -17.5px;
    }

        .zl-row-gutter[zl-row-gutter='35'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='35px'] [class*=zl-col-] {
            padding-left: 17.5px;
            padding-right: 17.5px;
        }


    /* 分栏间隔 30px  */

    .zl-row-gutter[zl-row-gutter='30'],
    .zl-row-gutter[zl-row-gutter='30px'] {
        margin-left: -15px;
        margin-right: -15px;
    }

        .zl-row-gutter[zl-row-gutter='30'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='30px'] [class*=zl-col-] {
            padding-left: 15px;
            padding-right: 15px;
        }


    /* 分栏间隔 25px  */

    .zl-row-gutter[zl-row-gutter='25'],
    .zl-row-gutter[zl-row-gutter='25px'] {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

        .zl-row-gutter[zl-row-gutter='25'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='25px'] [class*=zl-col-] {
            padding-left: 12.5px;
            padding-right: 12.5px;
        }


    /* 分栏间隔 20px  */

    .zl-row-gutter[zl-row-gutter='20'],
    .zl-row-gutter[zl-row-gutter='20px'] {
        margin-left: -10px;
        margin-right: -10px;
    }

        .zl-row-gutter[zl-row-gutter='20'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='20px'] [class*=zl-col-] {
            padding-left: 10px;
            padding-right: 10px;
        }


    /* 分栏间隔 15px  */

    .zl-row-gutter[zl-row-gutter='15'],
    .zl-row-gutter[zl-row-gutter='15px'] {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

        .zl-row-gutter[zl-row-gutter='15'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='15px'] [class*=zl-col-] {
            padding-left: 7.5px;
            padding-right: 7.5px;
        }


    /* 分栏间隔 10px  */

    .zl-row-gutter[zl-row-gutter='10'],
    .zl-row-gutter[zl-row-gutter='10px'] {
        margin-left: -5px;
        margin-right: -5px;
    }

        .zl-row-gutter[zl-row-gutter='10'] [class*=zl-col-],
        .zl-row-gutter[zl-row-gutter='10px'] [class*=zl-col-] {
            padding-left: 5px;
            padding-right: 5px;
        }


    /* 分栏间隔 0.2rem  */

    .zl-row-gutter[zl-row-gutter='0.2rem'] {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

        .zl-row-gutter[zl-row-gutter='0.2rem'] [class*=zl-col-] {
            padding-left: 0.1rem;
            padding-right: 0.1rem;
        }


/*居中 方式1*/

.middle-parent {
    position: relative;
}

.middle-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*----------------------------top------------------------------*/


/*.nrbj {
    background: url("../images/bj.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    z-index: -11;
}*/

/*.top {
    width: 100%;
    min-width: 1200px;
    background: url("../images/top_bj.png") top repeat-x;
}*/
.top {
    width: 1200px;
    background: rgba(34,132,195,.9);
    margin: auto;
}

/*.top_banner {
    width: 660px;
    height: 180px;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("../images/banner.png");
    z-index: -1;
}*/

.top_left {
    float: left;
    line-height: 40px;
    color: #fff;
    margin-left: 28px;
}

.top_right {
    float: right;
    line-height: 40px;
    color: #fff;
    margin-right: 28px;
}

/*.logo {
    float: left;
    width: 500px;
    height: 83px;
    margin-top: 27px;
    margin-bottom: 22px;
}*/
.logo {
    float: left;
    margin-top: 27px;
    margin-bottom: 22px;
    position: absolute;
    left: 65px;
    top: 10px;
    z-index: 9999;
}

.menuStyle {
    width: 1200px;
    margin: auto;
    border-radius: 3px 3px 0px 0px;
    background: url("../images/menu_bj.jpg") no-repeat;
    height: 57px;
}

.menuStyle ul {
    margin: 0px;
    padding: 0px;
}

.menuStyle ul li {
    float: left;
    font-size: 20px;
    border-right: solid 1px #57abeb;
}

.menuStyle ul li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 149px;
    line-height: 57px;
    transition: 0.7s;
}

.menuStyle ul li i {
    width: 22px;
    height: 22px;
    margin-top: 10px;
}

.menuStyle ul li i img {
    text-align: center;
    margin-top: 18px;
    margin-right: 18px;
}

.menuStyle ul li a:hover {
    background: url("../images/menu_hover.jpg") right no-repeat;
}

.menuStyle ul li.one a {
    background: url("../images/menu_hover.jpg") right no-repeat;
}

.center {
    width: 1160px;
    overflow: hidden;
    margin: auto;
    background: #fff;
    padding: 15px 20px 10px;
}

.banner {
    overflow: hidden;
    margin-bottom: 12px;
}
/*-----------------banner------------------*/
.left {
    overflow: hidden;
    margin-bottom: 20px;
}

#divSmallBox {
    overflow: hidden;
    *display: inline;
    *zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    background: #ffffff;
}

#playBox {
    width: 413px;
    height: 361px;
    background: #fff;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 1;
}

#playBox .oUlplay {
    width: 99999px;
    position: absolute;
    left: 0;
    top: 0;
}

#playBox .oUlplay li {
    float: left;
    width: 413px;
    height: 361px;
    position: relative;
}

#playBox .pre {
    cursor: pointer;
    width: 32px;
    height: 54px;
    position: absolute;
    top: 120px;
    left: 0px;
    background: url("../images/arrow_r_over.png") no-repeat;
    z-index: 99999;
}

#playBox .next {
    cursor: pointer;
    width: 32px;
    height: 54px;
    position: absolute;
    top: 120px;
    right: 0px;
    background: url("../images/arrow_l_over.png") no-repeat;
    z-index: 99999;
}

#playBox .smalltitle {
    width: 413px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    z-index: 10;
    background: #efefef;
}

#playBox .smalltitle ul {
    float: right;
    margin-right: 10px;
}

.gdtp_sm {
    float: left;
    width: 413px;
    line-height: 40px;
    color: #666666;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#playBox .smalltitle ul li {
    width: 11px;
    height: 11px;
    margin: 15px 6px;
    border-radius: 15px;
    background: #b6b6b6;
    float: left;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
    text-align: center;
    cursor: pointer;
    transition: 0.7s;
}

#playBox .smalltitle .thistitle {
    background: #ed9820;
}


/*--------------------切换的效果------------------*/

.tzgg {
    width: 360px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
}

.tzgg_1 {
    padding: 0px;
    margin: 0px;
    background: #f0f3f6;
    overflow: hidden;
    height: 37px;
}

.tzgg_1 li {
    float: left;
}

.tzgg_1 li a {
    display: inline-block;
    padding: 0px 14px;
    line-height: 37px;
    font-size: 16px;
    transition: 0.7s;
}

.tzgg_1 li a:hover {
    background: #ee9920;
}

.tzgg_1 .current_tab {
    background: #ee9920;
    color: #fff;
}

.tzgg_1 .current_tab a {
    background: #ee9920;
    color: #fff;
}



.tzgg_nr {
    overflow: hidden;
}


.zfcg_jyxx li {
    float: left;
}

    .zfcg_jyxx li a {
        display: inline-block;
        padding: 0px 14px;
        line-height: 37px;
        font-size: 16px;
        transition: 0.7s;
    }

        .zfcg_jyxx li a:hover {
            background: #ee9920;
        }

.zfcg_jyxx .current_tab {
    background: #ee9920;
    color: #fff;
}

    .zfcg_jyxx .current_tab a {
        background: #ee9920;
        color: #fff;
    }

.right_new1 {
    overflow: hidden;
}

.right_new1 ul li span {
    position: absolute;
    width: 80px;
    right: 0px;
    text-align: right;
}

.more a {
    position: absolute;
    right: 14px;
    top: 7px;
    background: url("../images/more.png") right 5px no-repeat;
    padding-right: 16px;
    color: #333;
}

.more a:hover {
    color: #3c88c5;
    background: url("../images/more2.png") right 5px no-repeat;
}

.more1 a {
    position: absolute;
    right: 18px;
    top: 7px;
    background: url("../images/more1.png") right 5px no-repeat;
    padding-right: 16px;
    color: #fff;
}

.more1 a:hover {
    color: #3c88c5;
    background: url("../images/more2.png") right 5px no-repeat;
}


.more2 a {
    position: absolute;
    right: 14px;
    top: 7px;
    background: url("../images/more.png") right 5px no-repeat;
    padding-right: 16px;
    color: #333;
}

    .more2 a:hover {
        color: #3c88c5;
        background: url("../images/more2.png") right 5px no-repeat;
    }

    
    .diqulianjie1 a {
        position: absolute;
        left: 150px;
        top: 5px;
        padding-right: 16px;
        color: #fff;
        font-size:18px;
    }

    .diqulianjie1 a:hover {
        color: #3c88c5;
    }
    .diqulianjie2 a {
        position: absolute;
        left: 200px;
        top: 5px;
        padding-right: 16px;
        color: #fff;
        font-size:18px;
    }

    .diqulianjie2 a:hover {
        color: #3c88c5;
    }
    
    .diqulianjie3 a {
        position: absolute;
        left: 200px;
        top: 5px;
        padding-right: 16px;
        color: #fff;
        font-size:18px;
    }

    .diqulianjie3 a:hover {
        color: #3c88c5;
    }
    .diqulianjie4 a {
        position: absolute;
        left: 250px;
        top: 5px;
        padding-right: 16px;
        color: #fff;
        font-size:18px;
    }

    .diqulianjie4 a:hover {
        color: #3c88c5;
    }
/*---------------区县交易平台链接-------------*/

.map {
    float: right;
    width: 360px;
    background: #fff;
    overflow: hidden;
}

.map h1 {
    line-height: 37px;
    font-size: 18px;
    background: #f0f3f6;
    font-weight: 400;
    padding-left: 20px;
}

.map_1 {
    overflow: hidden;
    padding: 18px 10px;
    text-align: center;
    position: relative;
}

.map_1 img {
    text-align: center;
}


/*---------------左侧--------------------*/

.left_1 {
    width: 830px;
    float: left;
}

.clt {
    position: absolute;
    right: 16px;
    top: 46px;
    background: url("../images/xlt.png") no-repeat;
    width: 156px;
    height: 29px;
}

.xlt_bj { /*border: none; width: 150px; height:29px; line-height: 29px; background: none; padding-left: 0px;*/
}

.jsgc {
    float: left;
    width: 830px;
    position: relative;
    background: rgba(240, 243, 246, 0.5);
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.jsgc h1 {
    background: url("../images/left_btbj.png") no-repeat;
    height: 37px;
    line-height: 37px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
}

.jsgc h2 {
    background: url("../images/left_btbj1.png") no-repeat;
    height: 37px;
    line-height: 37px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
}

.jsgac_1 {
    padding: 9px 16px;
    overflow: hidden;
}

.tzgg_2 {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 37px;
}

.tzgg_2 li {
    float: left;
    margin-right: 3px;
    border-radius: 2px;
    color: #333;
    line-height: 29px;
    height: 36px;
    background: url("../images/left_1.png") top center no-repeat;
    padding: 0px 5px;
    transition: 0.7s;
    cursor: pointer;
    font-weight: bold;
}

.tzgg_2 li:hover {
    background: url("../images/left_2.png") top center no-repeat;
    /*color: #fff;*/
    color: red;
}

.tzgg_2 .abc {
    background: url("../images/left_2.png") top center no-repeat;
    /*color: #fff;*/
    color: red;
}

.right_new {
    overflow: hidden;
    min-height: 145px;
}

.right_new ul {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.right_new ul li {
    line-height: 29px;
    float: left;
    width: 100%;
    position: relative;
    background: url("../images/news.png") left center no-repeat;
}

.right_new ul li a {
    display: block;
    /*color: #666666;*/
    color: #000;
    transition: 0.7s;
    padding-left: 10px;
}

.right_new ul li a:hover {
    color: #1579d1;
}

.right_new ul li span {
    position: absolute;
    width: 80px;
    right: 0px;
    text-align: right;
}

.right_new ul li font {
    position: absolute;
    padding-right: 12px;
    right: 100px;
}

#div_220_220040 ul li a:hover {
    color: #666666 !important;
}


/*---------------------right------------*/

.right_1 {
    float: right;
    width: 317px;
    /*overflow: hidden;*/
}

.right_icon {
    width: 317px;
}

.right_icon a {
    display: block;
    background: url("../images/right_bj.jpg") no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    text-align: center;
    padding-left: 75px;
    line-height: 101px;
    color: #fff;
}

.right_icon a:hover {
    background: url("../images/right_bj1.jpg") no-repeat;
}

.right_icon1 {
    width: 317px;
   
    margin-top: 8px;
}

.right_icon1 a {
    display: block;
    background: url("../images/right_bj2.jpg") no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    text-align: center;
    padding-left: 75px;
    line-height: 101px;
    color: #fff;
}

.right_icon1 a:hover {
    background: url("../images/right_bj02.jpg") no-repeat;
}

.right_icon2 {
    width: 317px;
   
    margin-top: 8px;
}

.right_icon2 a {
    display: block;
    background: url("../images/right_bj3.jpg") no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    text-align: center;
    padding-left: 75px;
    line-height: 35px;
    color: #fff;
    padding-top:15px;
    height:91px;
}

.right_icon2 a:hover {
    background: url("../images/right_bj03.jpg") no-repeat;
}

.right_icon3 {
    width: 317px;
    
    margin-top: 8px;
}

.right_icon3 a {
    display: block;
    background: url("../images/right_bj4.jpg") no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    text-align: center;
    padding-left: 75px;
    line-height: 101px;
    color: #fff;
}

.right_icon3 a:hover {
    background: url("../images/right_bj04.jpg") no-repeat;
}

.right_icon4 {
    width: 317px;
    margin-top: 8px;
}

.right_icon4 a {
    display: block;
    background: url("../images/right_bj5.jpg") no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    text-align: center;
    padding-left: 75px;
    line-height: 35px;
    height: 91px;
    color: #fff;
    padding-top: 15px;
}

.right_icon4 a:hover {
    background: url("../images/right_bj05.jpg") no-repeat;
}

.right_icon5 {
    width: 317px;
    /* height: 91px; */
    margin-top: 8px;
}

    .right_icon5 a {
        display: block;
        background: url("../images/2_2.jpg") no-repeat;
        background-position: 0px 0px;
        font-size: 20px;
        text-align: center;
        padding-left: 75px;
        line-height: 35px;
        color: #fff;
        padding-top: 15px;
        height: 91px;
    }

.right_icon5 a:hover {
    background: url("../images/2_02.jpg") no-repeat;
}

.right_icon6 {
    width: 317px;
   
    margin-top: 8px;
}

.right_icon6 a {
    display: block;
    background: url("../images/1_1.jpg") no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    text-align: center;
    padding-left: 75px;
    line-height: 30px;
    height: 91px;
    color: #fff;
    padding-top: 19px;
}

.right_icon6 a:hover {
    background: url("../images/1_01.jpg") no-repeat;
}

.right_icon7 {
    width: 317px;
    /* height: 91px; */
    margin-top: 8px;
}

.right_icon7 a {
    display: block;
    background: url("../images/right_bj3.jpg") no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    text-align: center;
    padding-left: 75px;
    line-height: 101px;
    color: #fff;
}

.right_icon7 a:hover {
    background: url("../images/right_bj03.jpg") no-repeat;
}

.input-serch {
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #c8cccf;
    color: #6a6f77;
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 250px;
    float: right;
    margin-top: 8px;
}

/* 新增 */
.right_icon_comom {
    display: flex;
    align-items: center;
    margin-top: 8px;
    height: 91px;
    width: 317px;
}

    .right_icon_comom a, .right_icon_comom span {
        background-position: 0px 0px;
        display: block;
        font-size: 20px;
        text-align: center;
        color: #fff;
        padding-left: 75px;
        line-height: 30px;
        width: 100%;
    }
/* 保证金 */
.right_icon_baozhengjin {
    background: url("../images/right_bzj.jpg") no-repeat;
}

    .right_icon_baozhengjin:hover {
        background: url("../images/right_bzj2.jpg") no-repeat;
    }
/* 场地信息 */
.right_icon_changdixinxi {
    background: url("../images/right_cdxx.jpg") no-repeat;
}

    .right_icon_changdixinxi:hover {
        background: url("../images/right_cdxx2.jpg") no-repeat;
    }
/* 绿色通道 */
.right_icon_lvsetongdao {
    background: url("../images/right_lstd.jpg") no-repeat;
}

    .right_icon_lvsetongdao:hover {
        background: url("../images/right_lstd2.jpg") no-repeat;
    }
/* 金融服务 */
.right_icon_jinrongfuwu {
    background: url("../images/right_jrfw.jpg") no-repeat;
}

    .right_icon_jinrongfuwu:hover {
        background: url("../images/right_jrfw2.jpg") no-repeat;
    }
/* 曝光台 */
.right_icon_baogaungtai {
    background: url("../images/right_bgt.jpg") no-repeat;
}

    .right_icon_baogaungtai:hover {
        background: url("../images/right_bgt2.jpg") no-repeat;
    }
/* 业务咨询电话 */
.right_icon_yewuzixundianhua {
    background: url("../images/right_ywzxdh.jpg") no-repeat;
}

    .right_icon_yewuzixundianhua:hover {
        background: url("../images/right_ywzxdh2.jpg") no-repeat;
    }
/* 新增结束 */


.right_icon_qita {
    width: 317px;
    /*border: 1px solid #35BAEF;*/
    margin-top: 3px;
    background-color: #72a1e9de;
    background-position: 0px 0px;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    color: #fff;
}

.right_icon_qita_container {
    display: flex;
    align-items: flex-start; /* 确保内容从顶部对齐 */
}

    .right_icon_qita_container .span_phone {
        white-space: nowrap;
    }
    .right_icon_qita_container .span_text {
        flex-grow: 1;
    }

.right_banner {
    overflow: hidden;
    /* height: 117px; */
}

.zxwz {
    overflow: hidden;
    width: 317px;
    margin-top: 0px;
}

.zxwz ul li:last-child {
    border-right: none;
}

    .zxwz h1 {
        background: url("../images/right_1.jpg") no-repeat;
        line-height: 36px;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        padding-left: 20px;
    }

.zxwz ul {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    margin-top: 2px;
}

.zxwz ul li {
    float: left;
    border-right: 1px solid #e2e2e2;
    width: 138px;
    text-align: center;
    margin: 5px 10px;
}

.zxwz ul li a {
    text-align: center;
    color: #333;
    font-size: 16px;
    padding-top: 54px;
    padding-bottom: 0;
    background: url("../images/right_icon1.png") no-repeat;
    background-position: 15px 15px;
    line-height: 30px;
    display: inline-block;
}

.zxwz ul li.icon1 a {
    background: url("../images/right_icon2.png") no-repeat;
    background-position: 29px 15px;
}

.zxwz ul li.icon2 a {
    background: url("../images/right_icon3.png") no-repeat;
    background-position: 10px 18px;
    padding-top: 20px;
    padding-left: 59px;
    padding-bottom: 17px;
}

.zxwz ul li a:hover {
    color: #4989bc;
}

.nohover {
    color: #666666 !important;
}

.nohover a:hover {
    color: #666666 !important;
}


/*-----------------------友情链接--------------------------*/

.yqlj {
    /*background: rgba(21, 81, 143, 0.7);*/
    overflow: hidden;
    height: 57px;
    width: 1200px;
    margin: auto;
}

    .yqlj .yqlj_bt {
        color: #fff;
        font-size: 18px;
        width: 120px;
        text-align: center;
        float: left;
        line-height: 57px;
    }

.yqlj_right {
    float: left;
    overflow: hidden;
    height: 40px;
    margin-top: 15px;
}

.yqlj_right ul {
    padding: 0px;
    margin: 0px;
}

.yqlj_right ul li {
    float: left;
    position: relative;
    margin: 0px 60px;
}


/*.xlt_bj1{ border: none; width: 157px; height:29px; line-height: 29px; background: none; padding-left: 10px; font-size: 16px; color: #333; }*/

.xlt_bj1 {
    border: none;
    width: 177px;
    height: 29px;
    line-height: 29px;
    background: url("../images/xianxjt.png") 155px no-repeat;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
}


/*.xianxjt{ position: absolute; right: 6px;top: 12px; background:url("../images/xianxjt.png") no-repeat; z-index: 999; width: 15px; height: 15px; }*/


/*.xlt_bj2{ width: 190px;}*/


/*---------------版权--------------*/

.bottom {
    width: 100%;
    min-width: 1200px;
    background: rgba(21, 81, 143, 0.7);
    overflow: hidden;
    padding: 15px 0px;
    color: #fff;
    margin-top: 20px;
}

.bottom_nr {
    width: 1200px;
    margin: auto;
    min-height:80px;
}

.contact {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    color: #509ebb;
}

.contact a {
    color: #fff;
    font-size: 16px;
    margin: 0px 18px;
}

.font {
    line-height: 32px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 1150px;
    margin: auto;
    padding-left: 70px;
    position: relative;
}


/*.font{ line-height: 32px; text-align: center; color: #fff; overflow: hidden; background: url("../images/bottom_tb.png")1120px no-repeat; width: 1150px; margin: auto; position: relative;}*/

.zhaocuo {
    background: url("../images/jiucuo.png") no-repeat;
    position: absolute;
    left: 40px;
    top: 5px;
    width: 110px;
    height: 55px;
}


/*-------------------二级页面---------------------*/

.home {
    background: #f4f4f4 url("../images/home.png") 22px center no-repeat;
    height: 50px;
    line-height: 50px;
    width: 1135px;
    padding: 0px 20px;
    margin: auto;
    padding-left: 45px;
    color: #000;
}

.jiantou {
    width: 35px;
    height: 11px;
    line-height: 11px;
    background: url("../images/home_1.png") center no-repeat;
    display: inline-block;
}

.left_nav {
    width: 240px;
    float: left;
    overflow: hidden;
    background: #eeeeee;
    height: 100%;
}

.left_nav h1 {
    height: 45px;
    background: url("../images/left_menu.jpg") no-repeat;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
}

.menu_01 {
    cursor: pointer;
    overflow: hidden;
    width: 240px;
}

.menu_01 span {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 16px;
    line-height: 45px;
    display: block;
    padding-left: 40px;
    color: #333333;
}

.menu_01 li {
    line-height: 44px;
    display: none;
}

.menu_01 li a {
    display: block;
    line-height: 44px;
    padding-left: 50px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 14px;
    color: #606060;
    background: url("../images/left_icon2.png") 38px center no-repeat;
}

.menu_01 li a:hover {
    background: #58cbc8 url("../images/left_icon02.png") 38px center no-repeat;
    color: #fff;
}

.menu_01 li a.current {
    background: #58cbc8 url("../images/left_icon02.png") 38px center no-repeat;
    color: #fff;
}

.menu_01 .menu_ar {
    background: url(../images/left_a.png) 25px center no-repeat;
    font-weight: 400;
}

.menu_01 .menu_ar_down {
    background: #30a7dc url(../images/left_b.png) 25px center no-repeat;
    color: #fff;
    border-bottom: none;
}

.menu_01 .menu_ar_up {
    background: #30a7dc url(../images/left_a.png) 25px center no-repeat;
    color: #fff;
    border-bottom: none;
}

.menu_01 .menu_ar_down a {
    color: #fff;
    background: #30a7dc url(../images/left_a.png) 25px center no-repeat;
}

.menu_001 {
    width: 240px;
    background: url("../images/left_a.png") 25px center no-repeat;
    overflow: hidden;
}

.menu_001 a {
    background: url(../images/left_a.png) 25px center no-repeat;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 16px;
    line-height: 45px;
    display: block;
    padding-left: 40px;
    transition: 0.7s;
}

.menu_001 a.current {
    background: #30a7dc url(../images/left_a1.png) 25px center no-repeat;
    color: #fff;
}


/*------------20180727------*/

.menu_01 li .menu_01 span {
    padding-left: 55px;
}

.menu_01 li .menu_01 li a {
    display: block;
    line-height: 44px;
    padding-left: 80px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 14px;
    color: #606060;
    background: url("../images/left_icon2.png") 60px center no-repeat;
}

.menu_01 li .menu_01 li a.current {
    background: #58cbc8 url("../images/left_icon02.png") 60px center no-repeat;
    color: #fff;
}

.menu_01 li .menu_01 li a.hover {
    background: #58cbc8 url("../images/left_icon02.png") 60px center no-repeat;
    color: #fff;
}

.menu_01 li .menu_01 .menu_ar {
    background: url(../images/left_a.png) 40px center no-repeat;
    font-weight: 400;
}

.menu_01 li .menu_01 .menu_ar_down {
    background: #65c8f5 url(../images/left_b.png) 40px center no-repeat;
    color: #fff;
    border-bottom: none;
}

.menu_01 li .menu_01 .menu_ar_down a {
    color: #fff;
    background: #65c8f5 url(../images/left_a.png) 40px center no-repeat;
}


/*---------20180727 ent-----------*/

.menu_001 {
    width: 240px;
    background: url("../images/left_a.png") 25px center no-repeat;
    overflow: hidden;
}

.menu_001 a {
    background: url(../images/left_a.png) 25px center no-repeat;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d3d3d3;
    font-size: 16px;
    line-height: 45px;
    display: block;
    padding-left: 40px;
    transition: 0.7s;
}

.menu_001 a.current {
    background: #30a7dc url(../images/left_a1.png) 25px center no-repeat;
    color: #fff;
}


/*----------------------右侧---------------------------*/

.gsdt {
    float: right;
    width: 902px;
    overflow: hidden;
}

.gsdt h1 {
    background: #6ad8d3 url("../images/left_btbj.png") no-repeat;
    height: 37px;
    line-height: 37px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
}

.gsdt h3 {
    background: #6ad8d3 url("../images/left_btbj1.png") no-repeat;
    height: 37px;
    line-height: 37px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
}

.search {
    line-height: 40px;
    height: 40px;
    margin: 10px 0px;
}

.chaxun {
    margin-left: 10px;
}

.input_1 {
    line-height: 27px;
    height: 27px;
    border-radius: 3px;
    border: solid 1px #90c0e2;
}

.chaxun a {
    display: inline-block;
    background: url("../images/search.png") no-repeat;
    width: 65px;
    height: 29px;
    text-align: center;
    color: #fff;
    line-height: 29px;
}

.chaxun a:hover {
    background: #7eb9e0;
    border-radius: 3px;
}

.jsdt .right_new1 ul li a {
    color: #000;
}

.right_new1 {
    overflow: hidden;
}

.right_new1 ul {
    padding: 0px;
    margin: 0px;
    margin-top: 6px;
}

.right_new1 ul li {
    line-height: 36px;
    float: left;
    width: 100%;
    position: relative;
    background: url("../images/news.png") left center no-repeat;
}

.right_new1 ul li a {
    display: block;
    /*color: #666666;*/
    transition: 0.7s;
    padding-left: 15px;
}

.right_new1 ul li a:hover {
    color: #1579d1;
}

.right_new1 ul li span {
    position: absolute;
    width: 90px;
    right: 0px;
    text-align: left;
}

.right_new1 ul li font {
    position: absolute;
    padding-right: 12px;
    right: 110px;
}


/*-------------------二级页面-------------------------*/

.gsdt h2 {
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: 100;
    line-height: 50px;
}

.time {
    text-align: center;
    line-height: 30px;
    border-bottom: solid 2px #d1d1d1;
    padding-bottom: 15px;
    margin: 0px 10px;
}

.time1 {
    text-align: center;
    line-height: 30px;
    margin: 0px 10px;
}

.news_nr {
    overflow: hidden;
    padding: 20px;
    color: #000;
}


/*.news_nr * {
        background: none !important;
    }*/

.detail {
    font-size: 18px;
    color: #3c88c5;
    line-height: 50px;
}

.detail_a {
    padding-left: 30px;
}

.gsdt1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.gsdt1 h2 {
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: 100;
    line-height: 50px;
}

.news_nr a {
    color: #2f84c9;
    line-height: 30px;
}

.news_nr a:hover {
    color: #fb6263;
}

.fh {
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

.fh a {
    line-height: 50px;
    display: inline-block;
    padding: 0px 55px;
    border-radius: 5px;
    border: solid 1px #06a9e8;
    color: #2f84c9;
    font-size: 18px;
    transition: 0.7s;
}

.fh a:hover {
    background: #2f84c9;
    color: #fff;
}


/*----------------分页-------------------*/

.gcxxfy {
    margin: auto;
    overflow: hidden;
    margin-top: 10px;
}

.mmggxlh {
    overflow: hidden;
    text-align: center;
    margin: 15px auto;
}

.mmggxlh a {
    padding: 5px 15px;
    background: #fafafa;
    border: solid 1px #cccccc;
    height: 38px;
    line-height: 38px;
    margin: 20px 5px;
}

.mmggxlh a:hover {
    background: #41b1f3;
    color: #fff;
    border: solid 1px #299fe5;
}

.dian {
    line-height: 38px;
    margin: 20px 5px;
}

.mmggkuan {
    border: solid 1px #cccccc;
    height: 25px;
    line-height: 25px;
    margin: 0px 5px;
    width: 50px;
}

.mmggxlh .one {
    background: #41b1f3;
    color: #fff;
    border: solid 1px #299fe5;
}

.mmggxlh #mmgganue {
    height: 26px;
}

.mmggxlh #mmgganue a {
    background: #299fe5;
    border: none;
    line-height: 26px;
    padding: 5px 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #FFFFFF;
}

.mmggxlh #mmgganue a:hover {
    color: #fff;
    background: #2768ab;
}


/*-------------------新增加的样式--------------------------------*/

.table1 {
    overflow: hidden;
    padding: 20px;
}

.table1 table {
    width: 100%;
}

.table1 table th {
    font-size: 15px;
    /*color: #2f84c9;*/
    line-height: 24px;
    padding: 10px 5px;
    font-weight: 400;
    text-align: right;
    border: solid 1px #dadada;
    background: rgba(255, 255, 255, 0.5);
}

.table1 table td {
    border: solid 1px #dadada;
    padding-left: 10px;
}

.input_2 {
    line-height: 27px;
    height: 27px;
    border-radius: 3px;
    border: solid 1px #c2c2c2;
    width: 40%;
}

.input_3 {
    line-height: 25px;
    border-radius: 3px;
    border: solid 1px #c2c2c2;
    width: 96%;
    height: 300px;
    margin-top: 12px;
}

.input_02 {
    width: 96%;
}

.tj {
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    display: inline-block;
}

.tj a {
    line-height: 40px;
    display: inline-block;
    padding: 0px 45px;
    border-radius: 5px;
    border: solid 1px #06a9e8;
    color: #2f84c9;
    font-size: 18px;
    transition: 0.7s;
}

.tj a:hover {
    background: #2f84c9;
    color: #fff;
}

.shangquan a {
    display: inline-block;
    padding: 3px 10px;
    background: #2f84c9;
    color: #fff;
    border-radius: 3px;
    transition: 0.7s;
}

.shangquan a:hover {
    background: #18ae46;
}

.table2 {
    overflow: hidden;
    padding: 20px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin: 20px;
}

.table2 table {
    width: 100%;
}

.table2 table th {
    color: #2f84c9;
    line-height: 24px;
    padding: 5px 0px;
    font-weight: 400;
    text-align: right;
}

.table2 table td {
    padding: 5px;
}

.tsjbnr {
    overflow: hidden;
    padding: 5px 30px;
}

.tsjbnr h2 {
    color: #2f84c9;
    font-size: 16px;
    text-align: left;
}

.jjbzj {
    margin: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    line-height: 30px;
}

.jjbzj strong {
    font-size: 16px;
    color: #2f84c9;
}

.table1 h3 {
    font-size: 16px;
    color: #2f84c9;
    text-align: left;
    line-height: 40px;
}

.table3 {
    overflow: hidden;
    padding: 20px;
}

.table3 h3 {
    font-size: 16px;
    /*color: #2f84c9;*/
    text-align: left;
    line-height: 40px;
}

.table3 table {
    width: 100%;
}

.table3 table th {
    font-size: 15px;
    /*color: #2f84c9;*/
    line-height: 24px;
    padding: 5px;
    font-weight: 400;
    border: solid 1px #dadada;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}

.table3 table td {
    border: solid 1px #dadada;
    padding: 5px;
    text-align: center;
}

.table3 table td.text_1 {
    text-align: left;
}

.ck a {
    color: #2f84c9;
}

.ck a:hover {
    color: #e25555;
}

.wks {
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    display: inline-block;
}

.wks {
    line-height: 40px;
    background: #74c589;
    display: inline-block;
    padding: 0px 45px;
    border-radius: 5px;
    border: solid 1px #74c589;
    font-size: 18px;
    color: #fff;
}

.wks1 {
    line-height: 40px;
    background: #919493;
    display: inline-block;
    padding: 0px 45px;
    border-radius: 5px;
    border: solid 1px #919493;
    font-size: 18px;
    color: #fff;
}

.new_xyt {
    background: rgba(255, 255, 255, 0.8);
    height: 40px;
    width: 1160px;
    margin: auto;
    padding: 0px 20px;
    line-height: 40px;
}


/*---------------------------商品产品页面---------------------------------*/

.gsdt2 {
    overflow: hidden;
    margin-top: 10px;
}

dl.attr_list {
    min-height: 30px;
    height: auto !important;
    _height: 30px;
    margin: 5px 0 0 0;
    overflow: auto;
}

dl.attr_list dt {
    width: 85px;
    height: 25px;
    color: #0b7ecf;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0 10px;
    float: left;
    text-align: right;
}

dl.attr_list dd {
    min-height: 25px;
    height: auto !important;
    _height: 25px;
    line-height: 22px;
    width: 800px;
    float: left;
}

dl.attr_list dd span {
    display: inline-block;
    margin: 0 4px 5px 4px;
    vertical-align: middle;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

dl.attr_list a {
    color: #1d8fe6;
}

dl.attr_list a:hover {
    color: #000;
}

.filter_bar {
    width: 100%;
    height: 40px;
    float: right;
    padding: 5px 0 5px 0;
    background: rgba(57, 132, 197, 0.8);
    margin-top: 10px;
}

.filter_bar ul {
    width: 550px;
    height: 40px;
    padding: 0 0 0 10px;
}

.filter_bar li {
    float: left;
    margin: 8px 5px 0 5px;
    color: #fff;
}

.filter_bar li a {
    height: 24px;
    line-height: 24px;
    color: #fadb08;
    margin: 0px 2px;
    text-align: center;
    display: inline-block;
}

.filter_bar li a:hover {
    color: #fff;
}

.page_info {
    float: right;
    color: #fff;
    line-height: 24px;
    padding: 6px 10px 0 0;
}

.page_info a {
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px;
    transition: 0.7s;
}

.page_info .text {
    padding: 0 5px 0 5px;
}

.page_info a:hover {
    color: #fff;
}

.page_info a.g_type,
.page_info a.l_type {
    width: 30px;
}

.page_info a.g_type {
    background: url(../images/list_type.png) -32px 0 no-repeat;
}

.page_info a.l_type {
    background: url(../images/list_type.png) 0 -38px no-repeat;
}

.filter_fav .page_info a.g_type {
    background: url(../images/list_type02.png) -32px 0 no-repeat;
}

.filter_fav .page_info a.l_type {
    background: url(../images/list_type02.png) 0 -38px no-repeat;
}

.page_info a.g_type.active {
    background-position: 0 0;
}

.page_info a.l_type.active {
    background-position: -32px -38px;
}

.input_a {
    width: 100px;
    height: 22px;
    line-height: 22px;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.btn_input_2 {
    float: left;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0px 15px;
    vertical-align: middle;
    margin: 0px 0px 0 5px;
    border: solid 1px #fff;
    border-radius: 3px;
    transition: 0.7s;
}

.btn_input_2:hover {
    background: #fff;
    color: #3984c2;
}


/*-------------------------商品信息-----------------------------*/

.p_list {
    height: auto !important;
    _height: 480px;
    float: left;
    padding: 10px 7px;
}

.p_list ul {}

.p_list li {
    width: 200px;
    height: 305px;
    padding: 5px;
    float: left;
    margin: 0 8px 8px 0;
    border: 2px solid #fff;
    overflow: hidden;
}

.p_list li a.p_img {
    width: 200px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
}

.p_list li a.p_img img {
    width: 200px;
    height: 180px;
}

.p_list li p {
    line-height: 1.7;
    word-break: break-all;
    word-wrap: break-word;
}

.p_list li p a {
    color: #6b6867;
    font-size: 13px;
}

.p_list li p a:hover {
    color: #084db4;
}

.p_list li h3 {
    color: #e03411;
    font-size: 16px;
    font-weight: 100;
    padding: 0 0 0 2px;
    background: none;
}

.list_type {
    width: 98%;
}

.list_type ul {
    margin-right: 0;
}

.list_type li {
    height: 110px;
    padding: 5px 10px;
    float: none;
    margin: 0 0 10px 0;
    border: 2px solid #f2f2f2;
    border-bottom-color: #e8eaeb;
    overflow: hidden;
    width: auto !important;
}

.list_type li.active {
    border: 2px solid #add8ff;
    border-bottom-color: #c1e4f8;
}

.list_type li a.p_img {
    width: 130px;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    float: left;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    text-align: center;
}

.list_type li a.p_img img {
    width: 100px;
    height: 100px;
}

.list_type li p {
    width: 380px;
    height: 100px;
    padding: 5px 10px;
    float: left;
    display: inline-block;
}

.list_type li p a {}

.list_type .btns {
    width: 100px;
    float: right;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}

.list_type .btns a {
    display: inline-block;
    background: #b7d5ef;
    border-radius: 3px;
    padding: 0px 28px;
    line-height: 30px;
}

.p_list .btns {
    width: 100px;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.p_list .btns a {
    display: inline-block;
    background: #b7d5ef;
    border-radius: 3px;
    padding: 0px 28px;
    line-height: 30px;
}

.list_type li h3 {
    width: 160px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    text-align: center;
    float: left;
    background: none;
    display: inline-block;
}

a.compare span {
    width: 11px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
    background: url(../images/check_box_bg.gif) no-repeat;
}

a.compare.active {
    background-color: #f9b674;
}

a.compare.active span {
    background-position: 0 -21px;
}

.compare_box .y_btn {
    margin: 0 0 10px 0;
    border-radius: 3px;
    background: #30a7dc;
    padding: 7px 30px;
    color: #fff;
}

.compare_box .y_btn:hover {
    background: #b7d5ef;
    color: #333;
}

.compare_box li {
    height: 70px;
    overflow: hidden;
    font-size: 12px;
    margin: 5px 0 15px 0;
    border-bottom: 1px solid #e8ebed;
}

.compare_box li>a {
    float: left;
    padding: 2px 5px 2px 2px;
    display: inline-block;
    vertical-align: middle;
}

.compare_box li p {
    text-align: left;
    padding: 5px 0 0 0;
}

.compare_box p {
    text-align: center;
    margin-bottom: 5px;
}

.compare_box li img {
    width: 60px;
    height: 60px;
}

.light_blue_list {
    width: 170px;
    height: auto !important;
    overflow: hidden;
    border: solid 1px #f0f0f0;
    background-color: rgba(255, 255, 255, 0.7);
    float: right;
    position: fixed;
    right: 0px;
    top: 250px;
    z-index: 9999;
}

.light_blue_list .box_titlea {
    text-align: center;
    line-height: 40px;
    border-bottom: solid 1px #c2c2c2;
    font-size: 18px;
    color: #2f84c9;
}

.light_blue_list .tabs_con {
    min-height: 72px;
    height: auto !important;
    _height: 72px;
}


/*------------------------产品详情页面-------------------------*/

.pd_intro {
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px #c2c2c2;
}

.pd_con {
    overflow: hidden;
}

.left_con {
    width: 350px;
    height: 374px;
    float: left;
    background: #fff;
    padding: 10px 20px 10px 20px;
}

.m_pic {
    width: 350px;
    height: 310px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.m_pic img {
    width: 310px;
    height: 310px;
}

.right_con {
    width: 570px;
    float: left;
    padding: 0 5px 0 19px;
}

.right_con h2 {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 100;
    color: #3b3838;
    padding: 5px 0 10px 0;
}

.right_con dl {
    padding: 10px;
    height: 220px;
}

.right_con dl b {
    color: #e03411;
    font-size: 18px;
}

.right_con dt {
    float: left;
    width: 100px;
    height: 40px;
    color: #3b3838;
    vertical-align: middle;
    line-height: 40px;
}

.right_con dd {
    float: left;
    width: 450px;
    height: 40px;
    color: #3b3838;
    vertical-align: middle;
    line-height: 40px;
}


/*---------------left----------*/

.pd_left {
    width: 220px;
    float: left;
    overflow: hidden;
}

.hot_sale {
    margin-bottom: 10px;
    overflow: hidden;
}

.hot_sale h1 {
    background: url("../images/right_1.jpg") no-repeat;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-left: 15px;
}

.hot_sale ul {
    overflow: hidden;
}

.hot_sale li {
    height: 170px;
    text-align: center;
    margin: 5px 0 10px 0;
    position: relative;
    background: #fff;
    padding: 5px;
}

.hot_sale li h3 {
    height: 34px;
    padding: 0px 6px;
    font-size: 16px;
    line-height: 34px;
    color: #e03411;
    font-weight: 400;
    overflow: hidden;
}

.hot_sale li .num {
    width: 34px;
    height: 34px;
    color: #da680b;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 5px;
    background: url(../images/num_bg.png) no-repeat;
}

.hot_sale li .num_g {
    color: #6b6867;
    background: url(../images/num_bg_g.png) no-repeat;
}

.hot_sale li img {
    width: 140px;
    height: 100px;
    display: inline-block;
}

.hot_sale li p {
    font-size: 12px;
    line-height: 1.6;
    padding: 3px 4px 0 4px;
}

.hot_sale li a {
    color: #6b6867;
}

.hot_sale li a:hover {
    color: #000;
}

.pd_top,
.pd_bottom {
    height: 18px;
    line-height: 0;
    font-size: 0;
}

.s_pic {
    height: 60px;
    vertical-align: middle;
}

.s_pic ul {
    margin-right: -23px;
}

.s_pic li {
    float: left;
    margin: 0 22px 0 0;
}

.s_pic a {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d0d4d7;
}

.s_pic a:hover,
.s_pic a.active {
    border: 1px solid #084db4;
}

.pd_tabs {
    background-color: rgba(255, 255, 255, 0.8);
    width: 920px;
    overflow: hidden;
    float: right;
    height: auto !important;
    _height: 860px;
}

.pd_tabs .tabs_con {
    min-height: 782px;
    height: auto !important;
    _height: 792px;
    padding: 20px;
}

.box_title {
    height: 37px;
    overflow: hidden;
    background: #57a1d0;
    width: 920px;
}

.box_title h2 {
    color: #0c62c8;
    font-size: 16px;
    line-height: 37px;
}

.box_title h3 {
    font-size: 14px;
    color: #0b7ecf;
    line-height: 30px;
    padding: 9px 0 0 16px;
}

.box_title h3 b {
    color: #3b3838;
    font-weight: 100;
}

.pd_tabs .tabs_nav {
    background: none;
}

.pd_tabs .tabs_con .con {}

.pd_tabs .tabs_con h4 {
    font-size: 14px;
    color: #084db4;
    padding: 5px 0 0px 10px;
    line-height: 30px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 10px;
}

.pd_tabs .tabs_con ul,
.pd_tabs .tabs_con dl {
    overflow: hidden;
    padding: 5px 9px 5px 9px;
}

.pd_tabs .tabs_con li {
    width: 250px;
    float: left;
}

.w750 {
    width: 750px;
}

.pd_tabs .tabs_con p {
    line-height: 1.8;
    padding: 5px 0 10px 0;
}

.pd_tabs .tabs_con b {
    color: #e03411;
}

.pd_tabs .tabs_con li p {
    padding: 2px 0 2px 0;
    line-height: 25px;
}

.pd_tabs .tabs_con dl {
    line-height: 25px;
    margin: 0 0 20px 0;
}

.pd_tabs .tabs_con dt {
    width: 115px;
    float: left;
    color: #0b7ecf;
    text-align: right;
    padding: 2px 5px 2px 0;
}

.pd_tabs .tabs_con dd {
    width: 630px;
    _width: 620px;
    float: left;
    padding: 2px 0 2px 0;
}

.pd_tabs table {
    width: 100%;
}

.pd_tabs th {
    height: 35px;
    line-height: 35px;
    color: #3b3838;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px 0 2px 4px;
    text-align: left;
    font-weight: 100;
    background-color: #eeebe7;
}

.pd_tabs td {
    height: 30px;
    line-height: 1.7;
    padding: 2px 0 2px 4px;
    vertical-align: middle;
    border-bottom: 1px solid #eeebe7;
}

.pd_tabs td em {
    color: #0b7ecf;
    font-style: normal;
}

.tabs_nav {
    height: 40px;
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    color: #0066b0;
}

.tabs_nav li {
    float: left;
}

.tabs_nav li a {
    display: inline-block;
    height: 40px;
    border-right: solid 1px #e1e1e1;
    text-align: center;
    line-height: 40px;
    padding: 0px 30px;
    color: #fff;
}

.tabs_nav li a:hover,
.tabs_nav li a.current {
    background: #fff;
    line-height: 40px;
    color: #333;
}

.cc_top {
    position: fixed;
    top: 0px;
}


/*---------------地图-------------*/

.ditubj {
    width: 262px;
    height: 311px;
    background: url(../Images/Map/ditu.png) no-repeat;
    position: relative;
    margin-left: 25px;
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
}

.ditubj a {
    color: #fff;
}

.ditubj a:hover {
    color: #ffef42;
}

.ditu1 a {
    width: 130px;
    height: 162px;
    background: url(../Images/Map/01.png) no-repeat;
    position: absolute;
    top: 6px;
    left: 35px;
    cursor: pointer;
    z-index: 5;
}

.ditu1 a:hover {
    background: url(../Images/Map/01_hover.png) no-repeat;
    display: block;
}

.ditu2 a {
    width: 115px;
    height: 98px;
    background: url(../Images/Map/02.png) no-repeat;
    position: absolute;
    top: 133px;
    left: 6px;
    cursor: pointer;
    z-index: 4;
}

.ditu2 a:hover {
    background: url(../Images/Map/02_hover.png) no-repeat;
    display: block;
}

.ditu3 a {
    width: 101px;
    height: 100px;
    background: url(../Images/Map/03.png) no-repeat;
    position: absolute;
    top: 158px;
    left: 93px;
    cursor: pointer;
    z-index: 3;
}

.ditu3 a:hover {
    background: url(../Images/Map/03_hover.png) no-repeat;
    display: block;
}

.ditu4 a {
    width: 178px;
    height: 119px;
    background: url(../Images/Map/04.png) no-repeat;
    position: absolute;
    bottom: 6px;
    left: 9px;
    cursor: pointer;
    z-index: 2;
}

.ditu4 a:hover {
    background: url(../Images/Map/04_hover.png) no-repeat;
    display: block;
}

.ditu5 a {
    width: 250px;
    height: 299px;
    background: url(../Images/Map/05.png) no-repeat;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    z-index: 1;
    display: block;
}

.ditu5 a:hover {
    background: url(../Images/Map/05_hover.png) no-repeat;
    display: block;
}

.wz1 {
    position: absolute;
    width: 40px;
    line-height: 20px;
    left: 98px;
    top: 85px;
    z-index: 9;
}

.wz2 {
    position: absolute;
    width: 40px;
    line-height: 20px;
    left: 61px;
    top: 173px;
    z-index: 9;
}

.wz3 {
    position: absolute;
    width: 40px;
    line-height: 20px;
    left: 114px;
    bottom: 46px;
    z-index: 9;
}

.wz4 {
    position: absolute;
    width: 40px;
    line-height: 20px;
    left: 154px;
    bottom: 91px;
    z-index: 9;
}

.wz5 {
    position: absolute;
    width: 40px;
    line-height: 20px;
    right: 88px;
    top: 116px;
    z-index: 9;
}

.xing {
    background: url(../Images/Map/xing.png) left center no-repeat;
    position: absolute;
    width: 80px;
    font-size: 14px;
    color: #FC0509;
    right: 23px;
    top: 183px;
    padding-left: 18px;
    z-index: 9;
}

.new {
    background: url(../Images/new.jpg) no-repeat center center;
    display: inline-block;
    width: 24px;
    height: 11px;
    margin-left: 5px;
}

.hide {
    display: none;
}


/*-------------------20171109--------------------*/

.zytt {
    background: #ececec;
    overflow: hidden;
    height: 48px;
    margin-bottom: 15px;
}

.zytt h1 {
    width: 100px;
    float: left;
    background: #ee9920 url("../images/tzgg.png") 30px center no-repeat;
    padding-left: 75px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 48px;
}

.left_fdcq {
    position: fixed;
    left: 80px;
    top: 290px;
    background: rgba(56, 106, 188, 0.66);
    overflow: hidden;
    padding: 35px 15px 25px;
    z-index: 999;
    color: #fff;
}

.left_fdcq span {
    color: #ffb426;
}

.gb {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 21px;
    height: 21px;
    background: url("../images/gb1.png") no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    transition: 0.5s;
}

.gb:hover {
    background: url("../images/gb1.png") no-repeat;
    background-position: 0px -21px;
}

.right_tcck {
    position: fixed;
    right: 2px;
    bottom: 2px;
    background: #fff;
    box-shadow: 0px 0px 5px #cccccc;
    overflow: hidden;
    width: 340px;
    height: 200px;
    border-radius: 3px;
    border: solid 1px #78c9f7;
    color: #333;
    z-index: 99999;
    padding-bottom: 10px;
}

.gb1 {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 21px;
    height: 21px;
    background: url("../images/gb.png") no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    transition: 0.5s;
}

.gb1:hover {
    background: url("../images/gb.png") no-repeat;
    background-position: 0px -21px;
}

.right_tcck h1 {
    text-align: left;
    line-height: 40px;
    font-size: 18px;
    color: #318dcc;
    font-weight: 400;
    margin-bottom: 10px;
    background: #d7eefb;
    border-bottom: solid 1px #78c9f7;
    padding-left: 10px;
}

.jysj_right1 {
    width: 96%;
    float: right;
    height: 82%;
    line-height: 24px;
    margin: auto;
}

.jysj_nr {
    width: 95%;
}

.jysj_nr span {
    padding-left: 30px;
}


/*-----------------下拉条样式------------------*/

.main-menu {
    position: absolute;
    right: 16px;
    top: 45px;
    background: url("../images/xlt.png") no-repeat;
    width: 156px;
    height: 29px;
}

.menu_b a {
    overflow: hidden;
    border-radius: 5px;
    width: 157px;
    display: block;
    font-size: 14px;
    line-height: 29px;
    padding-left: 15px;
    cursor: pointer;
}

.m5 {
    font-size: 14px;
    position: relative;
    display: none;
    width: 154px;
    border: solid 1px #cacaca;
    overflow: auto;
    height: 150px;
    margin-top: 1px;
    background: #fff;
    z-index: 9999;
}

.m5 ul {
    padding: 0px;
    margin: 0px;
    height: 150px;
}

.m5 ul li a {
    line-height: 25px;
    text-align: center;
    display: block;
}

.m5 ul li a:hover {
    background: #e8e8e8;
}

.main-menu1 {
    background: url("../images/xianxjt.png") right center no-repeat;
    width: 189px;
    height: 29px;
    /*margin-left: 134px;*/
    margin-top: 15px;
    border: 1px solid #fff;
    float: left;
}

.main-menu1a {
    background: url("../images/xianxjt.png") right center no-repeat;
    width: 189px;
    height: 29px;
    /*margin-left: 534px;*/
    margin-top: -27px;
}

.main-menu1b {
    background: url("../images/xianxjt.png") right center no-repeat;
    width: 189px;
    height: 29px;
    /*margin-left: 934px;*/
    margin-top: -29px;
}

.menu_b1 a {
    overflow: hidden;
    width: 170px;
    display: block;
    font-size: 16px;
    line-height: 29px;
    padding-left: 15px;
    cursor: pointer;
    color: white;
}

.m6 {
    font-size: 14px;
    position: absolute;
    /*left: 50%;*/
    /*margin-left: -453px;*/
    display: none;
    width: auto;
    border: solid 1px #cacaca;
    overflow: auto;
    max-height: 155px;
    margin-top: 1px;
    background: #fff;
    z-index: 9999;
}

.m6 ul {
    padding: 0px;
    margin: 0px;
    max-height: 155px;
    overflow-y: auto;
}

.m6 ul li a {
    line-height: 30px;
    text-align: center;
    display: block;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    overflow-x: hidden;
}

.m6 ul li a:hover {
    background: #e8e8e8;
}

.ma {
    /*margin-left: -53px;*/
    display: none;
}

.ma1 {
    /*margin-left: 347px;*/
    display: none;
}

.ma2 {
    /*margin-left: 347px;*/
    display: none;
}
.ma3 {
    /*margin-left: 347px;*/
    display: none;
}

.menu_div {
    margin-left:100px;
}
/*----------------20180123------------------*/

.xglj {
    padding: 10px 20px;
    margin: auto;
    margin-top: 20px;
}

.xglj h1 {
    color: #2f84cc;
    width: 100%;
    margin-bottom: 10px;
}

.xglj h1 span {
    display: inline-block;
    padding: 0 5px;
    border-bottom: solid 2px #2f84cc;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.xglj a {
    text-decoration: underline;
    margin-right: 15px;
}

.contrast-main {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 1158px;
    background: #fff;
    border: solid 1px #e1e1e1;
}

.contrast-main .tab-box {
    position: relative;
    overflow: hidden;
}

.table-main {
    background: #fff;
}

.project {
    border-left: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    width: 29%;
    padding: 10px;
}

.project a {
    color: #333;
}

.project a:hover {
    color: #FC0509;
}

.contrast-main table {
    text-align: center;
    word-wrap: break-word;
}

.contrast-main th {
    width: 87px;
    padding-right: 20px;
    background: #f6f9ff;
    text-align: right;
    font-weight: normal;
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
}

.contrast-main tr.bg-tabtr {
    background: #f6f9ff;
}

.tablea {
    width: 100%;
    border-top: none;
    line-height: 24px;
}

.tablebt {
    background: #f7f7f7;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    color: #007acd;
    text-align: left;
    border-bottom: solid 1px #e1e1e1;
    line-height: 50px;
}

.tdcolor {}

.tdcolor a {
    background: #f7f7f7;
}

.tdcolor a:hover {
    background: #f7f7f7;
}

.tdwidth {
    text-align: right;
    padding-right: 10px;
    background: #f6f9ff;
    border-bottom: solid 1px #e1e1e1;
}

.tdwidthleft {
    width: 29%;
    text-align: left;
    padding: 10px;
    border-left: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}


/*---------鼠标移上去的效果--------------*/

.tdwidthleft_1 {
    width: 29%;
    text-align: left;
    padding: 10px;
    border-left: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    background: #f6f9ff;
}

.tdwidthleft_2 {
    width: 29%;
    text-align: left;
    padding: 10px;
    border-left: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    background: #fffadf;
}

.tdwidthlefta {
    text-align: center;
    width: 29%;
    font-size: 16px;
    color: #FC0509;
    border-left: solid 1px #e1e1e1;
    padding: 10px;
    border-bottom: solid 1px #e1e1e1;
}

.bgtop {
    background: #f1f1f1;
    width: 13%;
    text-align: right;
}

.table_two {
    background: #fff;
    width: 100%;
    ;
    line-height: 40px;
    border: solid 1px #d8d8d8;
    border-bottom: none;
}

.tdcolor_two {
    background: #e4f2fc;
    text-align: center;
}

.tdcolor_one {
    border-bottom: dotted 1px #d8d8d8;
    background: #fff;
    text-align: center;
}

.tdwidth_twoa {
    width: 10%;
}

.tdwidth_two {
    width: 30%;
}

.sbdb {
    position: fixed;
    top: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 90px;
    width: 1158px;
    border: solid 1px #b4e6ff;
}

.sbdb .project img {
    display: none;
}

.wz1 {
    position: absolute;
    width: 50px;
    height: 20px;
    top: 97px;
    left: 112px;
    padding-left: 8px;
    font-size: 12px;
    color: #fff;
    background: url("../images/diang.png") left center no-repeat;
    cursor: pointer;
}

.wz1:hover {
    color: #f2ee8f;
    background: url("../images/diang_hover.png") left center no-repeat;
}

.wz2 {
    position: absolute;
    width: 50px;
    height: 20px;
    top: 128px;
    left: 154px;
    padding-right: 8px;
    font-size: 12px;
    color: #fff;
    background: url("../images/diang.png") right center no-repeat;
    cursor: pointer;
}

.wz2:hover {
    color: #f2ee8f;
    background: url("../images/diang_hover.png") right center no-repeat;
}

.wz3 {
    position: absolute;
    width: 50px;
    height: 20px;
    top: 185px;
    left: 74px;
    padding-left: 8px;
    font-size: 12px;
    color: #fff;
    background: url("../images/diang.png") left center no-repeat;
    cursor: pointer;
}

.wz3:hover {
    color: #f2ee8f;
    background: url("../images/diang_hover.png") left center no-repeat;
}

.wz4 {
    position: absolute;
    width: 50px;
    height: 20px;
    top: 212px;
    left: 168px;
    padding-left: 8px;
    font-size: 12px;
    color: #fff;
    background: url("../images/diang.png") left center no-repeat;
    cursor: pointer;
}

.wz4:hover {
    color: #f2ee8f;
    background: url("../images/diang_hover.png") left center no-repeat;
}

.wz5 {
    position: absolute;
    width: 50px;
    height: 20px;
    top: 256px;
    left: 128px;
    padding-left: 8px;
    font-size: 12px;
    color: #fff;
    background: url("../images/diang.png") left center no-repeat;
    cursor: pointer;
}

.wz5:hover {
    color: #f2ee8f;
    background: url("../images/diang_hover.png") left center no-repeat;
}

.wz6 a {
    position: absolute;
    width: 50px;
    height: 20px;
    top: 189px;
    left: 167px;
    padding-left: 12px;
    font-size: 12px;
    color: #fff;
    background: url("../images/xing.png") left center no-repeat;
    cursor: pointer;
}

.wz6 a:hover {
    color: #f2ee8f;
}

.menu_bj {
    float: left;
}

#navigation {
    line-height: 37px;
    list-style-type: none;
    margin-top: 2px;
}

#navigation a {
    display: block;
    width: 113px;
    border: solid 1px #bbb;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
    margin-bottom: 2px;
    text-decoration: none;
}

#navigation li {
    float: left;
}

#navigation li a:hover {
    color: #ffffff;
    background: #1c8ae7;
    border: solid 1px #1c8ae7;
}

#navigation li ul {
    list-style-type: none;
    text-align: left;
    left: -999em;
    width: 258px;
    background: url("../images/kuang2.png") 0px 0px no-repeat;
    border-bottom: solid 1px #d2d2d2;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    z-index: 99999999;
    padding: 10px;
    padding-top: 25px;
    box-sizing: border-box;
}

#navigation li ul li {
    float: left;
}

#navigation li ul a {
    display: block;
    width: 230px;
    text-align: left;
    line-height: 24px;
    font-size: 12px;
    color: #333333;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
    margin-right: 0px;
}

#navigation li ul a:link {
    text-decoration: none;
}

#navigation li ul a:visited {
    text-decoration: none;
    background: #e6450d;
}

#navigation li ul a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #1c8ae7;
    padding: 0px;
    background: none;
    border: none;
}

#navigation li:hover ul {
    left: auto;
}

#navigation li.sfhover ul {
    left: auto;
}

#content {
    clear: left;
}



/*------------------场地预约---------------*/

.cdyy {
    overflow: hidden;
    margin: auto;
}

.search_1 {
    overflow: hidden;
}

.input_b {
    line-height: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.4);
    border: solid 1px #c5c5c5;
    border-radius: 3px;
    font-size: 18px;
    padding-left: 5px;
}

.sosuo {
    overflow: hidden;
}

.sosuo a {
    display: inline-block;
    padding: 0 35px;
    line-height: 40px;
    font-size: 18px;
    background: #eda238;
    border-radius: 3px;
    margin-left: 15px;
    color: #fff;
}

input[type="radio"] {
    -webkit-appearance: none;
    /*清除复选框默认样式*/
    background: url("../images/fxk.png") no-repeat;
    /*复选框的背景图，就是上图*/
    height: 24px;
    /*高度*/
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    margin-right: 5px;
}

input[type="radio"]:focus {
    outline: none;
    border: none;
}

input[type="radio"]:checked {
    background: url("../images/fxk1.png") no-repeat;
    outline: none;
    border: none;
}

input[type="radio"][disabled] {
    background: url("../images/fxk.png") no-repeat;
    outline: none;
    border: none;
}

input[type="radio"][disabled]:checked {
    background: url("../images/fxk1.png") no-repeat;
    outline: none;
    border: none;
}

.fgxr {
    font-size: 18px;
    margin-left: 20px;
    background: url("../images/fxk.png") left center no-repeat;
    padding-left: 30px;
    line-height: 40px;
    display: inline-block;
}

.cdyy_rl {
    border-radius: 3px;
    overflow: hidden;
    margin-top: 15px;
}

.riqi {
    background: #3ab0d7;
    height: 65px;
    width: 100%;
    overflow: hidden;
}

.riqi_top {
    width: 620px;
    margin: auto;
    position: relative;
    text-align: center;
}

.riqi_left {
    position: absolute;
    left: 0;
    top: 15px;
    width: 21px;
    height: 39px;
    cursor: pointer;
}

.riqi_right {
    position: absolute;
    right: 0;
    top: 15px;
    width: 21px;
    height: 39px;
    cursor: pointer;
}

.nfxlt {
    border: none;
    background: #3ab0d7 url("../images/up.png") right center no-repeat;
    font-size: 28px;
    color: #fff;
    padding-right: 30px;
    line-height: 40px;
    margin-top: 12px;
}

.cdyy_rl table {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.cdyy_rl table th {
    background: #defafc;
    line-height: 52px;
    font-size: 20px;
    font-weight: 400;
    border: solid 1px #e1e1e3;
    border-top: none;
    border-bottom: none;
}

.cdyy_rl table td {
    border: solid 1px #e1e1e3;
    text-align: center;
    padding: 10px 5px;
    vertical-align: top;
}

.not_work {
    border-left: none;
    background: #eeeef2;
}

.rqwz {
    font-size: 22px;
    color: #37add9;
    line-height: 45px;
}

.rqwz1 {
    font-size: 22px;
    line-height: 45px;
    display: inline-block;
    background: #40b5d4;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px;
}

.cdyy_rl table td p {
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
}

.org1 {
    color: #ee9920;
    padding-left: 5px;
}

.green {
    color: #447c2e;
    padding-left: 5px;
}

#rq_1 {
    width: 1160px;
    overflow: hidden;
}

.cc_top1 {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
}

.erwm {
    position: fixed;
    right: 80px;
    top: 290px;
    width: 137px;
    height: 135px;
    text-align: center;
    line-height: 30px;
    z-index: 9999;
}
.erwm {
    top: 100px;
}

.erwm img {
    margin-bottom: 8px;
    width: 120px;
    height: 118px;
}

.erwm .erwm-box {
    margin-bottom: 16px;
    line-height: 18px;
    font-size: 14px;
}

/*--------------------农村产权------------------------*/
.bzjt {
    overflow: hidden;
    margin-top: 20px;
    border-bottom: solid 1px #d4d4d4;
    padding-bottom: 10px;
}

.bzjt ul {
    padding: 0;
    margin: 0;
}

.bzjt ul li {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.bzjt ul li span {
    color: #337de1;
}

.jygg {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.jygg ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.jygg ul li {
    float: left;
    border: solid 1px #dddddd;
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
    border-bottom: solid 1px #fff;
    border-top: solid 2px #fb6263;
    line-height: 40px;
}

.nrjygg {
    overflow: hidden;
    width: 100%;
    border: solid 1px #ddd;
    min-height: 500px;
    box-sizing: border-box;
    margin-top: 42px;
}

.xznr a {
    float: left;
    margin-left: 20px;
    line-height: 45px;
    font-size: 16px;
}

.djxz {
    position: absolute;
    right: 0;
    top: 3px;
}

.djxz a {
    font-size: 16px;
    background: #4681d0;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    line-height: 32px;
}

.djxz a:hover {
    background: #2f7ee8;
}

.banner_1 {
    width: 1200px;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.container {
    width: 1200px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.slider {
    position: absolute;
}

.slider li {
    list-style: none;
    display: inline;
}

.slider img {
    width: 1200px;
    height: 230px;
    display: block;
}


/*缴纳弹出层样式*/

.tck_1 {
    font: 14px/1.7 Arial, "Microsoft YaHei", Tahoma, Verdana, Helvetica, sans-serif;
    width: 620px;
    margin: auto;
    border-radius: 5px;
    border: solid 1px #3f81a7;
    color: #333;
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
}

.tck_1 h1 {
    background: url("../LocalImages/tck_bj.jpg") top repeat-x;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.tck_nr {
    width: 500px;
    margin: 30px auto;
    color: #c83147;
    line-height: 24px;
}

.qyyt {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.qyyt a {
    display: inline-block;
    background: url("../LocalImages/anue_bj1.jpg") repeat-x;
    border: solid 1px #9cb6d4;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    color: #3f81a7;
    transition: .7s;
}

.qyyt a:hover {
    background: url("../LocalImages/anue_bj.jpg") repeat-x;
}


/*弹出层样式*/


/* 诚信模块 */

[class*="zl-col-"] .zl-cxgg {
    width: 100%;
}

.zl-col-24 .zl-cxgg h1 {
    background-size: 100% 100%;
}

.zl-cxgg {
    position: relative;
    background: rgba(240, 243, 246, 0.5);
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.zl-new-list-box {
    height:145px;
    overflow: hidden;
}

.zl-new-list-box li {
    position: relative;
    line-height: 29px;
	font-size: 15px;
    float: left;
    width: 100%;
    background: url(../images/news.png) left center no-repeat;
}

.zl-new-list-box li a {
    display: block;
    color: #000;
    transition: 0.7s;
    padding-left: 10px;
}

.zl-new-list-box li a span.zl-new-title {
    width: calc(100% - 100px);
}

.zl-new-list-box li a span.zl-new-title {
    position: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    display: block;
}

.zl-new-list-box li a span.zl-new-title.new {
    position: inherit;
    width: 24px;
}

.zl-new-list-box li a span.zl-time {
    position: absolute;
    width: 80px;
    right: 0;
    text-align: right;
    top: 0;
}

.zl-tab-new-style {
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    height: 37px;
    border-bottom: 1px solid #ececec;
}

.zl-tab-new-style li {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 2px;
    color: #333;
    height: 36px;
    line-height: 34px;
    padding: 0 5px;
    transition: 0.7s;
    cursor: pointer;
    font-weight: bold;
}

.zl-tab-new-style li:hover {
    background: transparent;
    color: #1578b8;
}

.zl-tab-new-style .abc {
    background: transparent;
    color: #1578b8;
    border-bottom: 1px solid #ececec;
    position: relative;
    text-align: center;
}

.zl-tab-new-style .abc::before {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #1578b8;
    margin: auto;
}

.tel-ts {
    float: left;
}

.tel-list-container {
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.tel-list-container .tel-list-btn {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: rgb(48, 167, 220);
    font-size: 14px;
    float: left;
    cursor: pointer;
}

.tel-list-container .tel-list-btn.active,
.tel-list-container .tel-list-btn:hover {
    color: #fff;
    background-color: rgb(48, 167, 220);
}

.table-list table {
    border: 1px solid #333;
    width: 80%;
    margin: 15px auto;
}

.table-list {
    width: 100%;
    text-align: center;
    display: none;
}

.table-list.show {
    display: block;
}

.table-list table th,
.table-list table td {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    color: #555555;
    font-weight: normal;
}

.table-list table th:first-child,
.table-list table td:first-child {
    border-left: none;
}

/* 202008181131 LQ 补充 */
.left::after {
    content: '';
    display: table;
    clear: both;
}

.menuStyle ul li a {
    width: 149px;
}

.map_1 {
    height: 300px;
    width: 100%;
}

.map-new-bj {
    background: url("../images/map-new/all.png") no-repeat center;
    height: 309px;
    width: 100%;
}

/* 射洪市 5*/
.wz1-pu {
    position: absolute;
    background: url("../images/map-new/map-5.png") no-repeat center;
    width: 167px;
    height: 188px;
    top: -16px;
    left: 50px;
    display: none;
}

/*.wz1-pu:hover,*/
.map-new-bj .wz1:hover + .wz1-pu {
    display: block;
}

.wz1 {
    top: 76px;
    left: 132px;
}

/* 蓬溪县4 */
.wz2-pu {
    position: absolute;
    background: url(../images/map-new/map-4.png) no-repeat center;
    width: 187px;
    height: 199px;
    top: 36px;
    left: 109px;
    display: none;
}

/*.wz2-pu:hover,*/
.map-new-bj .wz2:hover + .wz2-pu {
    display: block;
}

.wz2 {
    top: 96px;
    left: 151px;
}

/* 大英县 3*/
.wz3-pu {
    position: absolute;
    background: url(../images/map-new/map-3.png) no-repeat center;
    width: 153px;
    height: 129px;
    top: 94px;
    left: 35px;
    display: none;
}

/*.wz3-pu:hover,*/
.map-new-bj .wz3:hover + .wz3-pu {
    display: block;
}

.wz3 {
    top: 139px;
    left: 101px;
}

/* 船山区 2*/
.wz4-pu {
    position: absolute;
    background: url(../images/map-new/map-2.png) no-repeat center;
    width: 141px;
    height: 136px;
    top: 104px;
    left: 97px;
    display: none;
}

/*.wz4-pu:hover,*/
.map-new-bj .wz4:hover + .wz4-pu {
    display: block;
}

.wz4 {
    top: 158px;
    left: 171px;
}

/* 安居区 1*/
.wz5-pu {
    position: absolute;
    background: url(../images/map-new/map-1.png) no-repeat center;
    width: 209px;
    height: 154px;
    top: 123px;
    left: 27px;
    display: none;
}


/*.wz5-pu:hover,*/
.map-new-bj .wz5:hover + .wz5-pu {
    display: block;
}

.wz5 {
    top: 190px;
    left: 141px;
}

/* 潼南 6*/
.wz7-pu {
    position: absolute;
    background: url(../images/map-new/map-6.png) no-repeat center;
    width: 153px;
    height: 203px;
    top: 157px;
    left: 138px;
    display: none;
    transition: 0.3s;
}

/*.wz7-pu:hover,*/
.map-new-bj .wz7:hover + .wz7-pu {
    display: block;
}

.wz7 {
    position: absolute;
    width: 50px;
    height: 20px;
    top: 222px;
    left: 198px;
    padding-left: 8px;
    font-size: 12px;
    color: #fff;
    /*background: url(../images/diang.png) left center no-repeat;*/
    background: url(../images/xing.png) left center no-repeat;
    cursor: pointer;
    bottom: 91px;
    z-index: 9;
}

.wz7:hover {
    /*color: #f2ee8f;*/
    /*background: url(../images/xing.png) left center no-repeat;*/

}

.wz6 a {
    top: 141px;
    left: 171px;
}
/* 弹窗 */
.zl-v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 99;
}

.zl-dialog-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.zl-v-dialog {
    position: relative;
    display: none;
}

.zl-dialog-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 0 0;
}

    .zl-dialog-header .zl-dialog-title {
        line-height: 48px;
        padding: 0 32px;
        display: inline-block;
        max-width: calc(100% - 40px);
    }

.zl-dialog-close {
    height: 16px;
    width: 16px;
    float: right;
    margin-top: 16px;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
}

    .zl-dialog-close::before,
    .zl-dialog-close::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 16px;
        background-color: #303133;
        top: 8px;
        left: 0;
    }

    .zl-dialog-close::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); /*兼容-webkit-引擎浏览器*/
        -moz-transform: rotate(-45deg); /*兼容-moz-引擎浏览器*/
    }

    .zl-dialog-close::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); /*兼容-webkit-引擎浏览器*/
        -moz-transform: rotate(45deg); /*兼容-moz-引擎浏览器*/
    }

    .zl-dialog-close:hover::before,
    .zl-dialog-close:hover::after {
        background-color: #2d77ee;
    }

.zl-dialog-wrapper .zl-dialog-box {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    /*border: 1px solid #ebeef5;*/
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
}

.zl-dialog-header {
    border-bottom: 1px solid #d6d8da;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
}

    .zl-dialog-header::before {
        content: '';
        width: 4px;
        height: 16px;
        /*background-color: #ab916b;*/
        position: absolute;
        left: 15px;
        top: 16px;
    }

/* 无header部分 弹窗 */
.zl-dialog-no-header .zl-dialog-header {
    border-bottom: 1px solid transparent;
}

    .zl-dialog-no-header .zl-dialog-header::before {
        display: none;
    }

/* 已暂停 */
.dialog-suspended .zl-dialog-wrapper {
    width: 561px;
    /* height: 532px;*/
    box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #ffffff url("../images/dialog/suspended-bj.png") no-repeat;
    background-size: 101% auto;
    padding-bottom: 60px;
}

    .dialog-suspended .zl-dialog-wrapper .zl-dialog-box {
        background-color: transparent;
        box-shadow: none;
    }

.dialog-suspended .zl-dialog-close::before,
.dialog-suspended .zl-dialog-close::after {
    background-color: #FFFFFF;
}

.dialog-suspended .zl-dialog-close:hover::before,
.dialog-suspended .zl-dialog-close:hover::after {
    background-color: #FFFFFF;
    opacity: 0.8;
}

.dialog-suspended-main {
    position: relative;
    /*min-height: 532px;*/
    margin-top: -32px;
    padding: 173px 40px 0;
}


    .dialog-suspended-main .dialog-suspended-title {
        font-size: 30px;
        line-height: 62px;
        color: #ffffff;
        font-weight: bold;
        position: absolute;
        top: 58px;
        left: 290px;
    }

    .dialog-suspended-main .tis-tit {
        font-weight: bold;
        font-size: 16px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #000000;
    }

.tis-main {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    max-height: 400px;
    overflow: auto;
    min-height: 200px;
}

.foot-bnt {
    text-align: center;
    margin-top: 24px;
}

    .foot-bnt a {
        font-size: 14px;
        line-height: 32px;
        color: #ffffff;
        text-align: center;
        display: inline-block;
        height: 32px;
        background-color: #2279bc;
        padding: 0 32px;
        letter-spacing: 4px;
        cursor: pointer;
    }

        .foot-bnt a:hover {
            opacity: 0.8;
        }

/* 温馨提示 */
.reminder-box {
    width: 500px;
    padding: 48px 45px 32px;
    box-sizing: border-box;
}

.prompt-tis {
    float: left;
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    background: url("../images/dialog/prompt-tis.png") no-repeat center;
}

.prompt-text {
    float: right;
    box-sizing: border-box;
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.reminder-box .foot-bnt {
    margin-top: 50px;
}



/* lym新增 */
.rollingModule {
    background: url(../images/rollingModuleBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    color: #fbcb62;
    font-size: 36px;
    margin-bottom: 12px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.marqueeDiv {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

    .marqueeDiv div {
        display: inline-block;
        cursor: pointer;
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-image: linear-gradient(180deg,#FFC300, #FF5733);
        font-family: '宋体', SimSun, serif;
        font-weight:bold;
    }

    .marqueeDiv .next-item {
        padding-left: 100%;
    }
/* lym新增结束 */



/* lym新增 */
.nccq_login {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    color: #fbcb62;
    font-size: 36px;
    margin-bottom: 12px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}























