.container {
    width: 1200px;
    margin: auto;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #fff;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 24px;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

.logo img {
    height: auto;
}

.nav {
    height: 41px;
    width: 100%;
    position: relative;
}

    .nav li {
        background: url(../image/xx.png) no-repeat center right;
        line-height: 41px;
        height: 41px;
        text-align: center;
        width: 150px;
        float: left;
        position: relative;
        z-index: 999;
    }

        .nav li a:hover, .nav li a.cur {
            color: #fff;
            text-decoration: none;
        }

        .nav li a {
            display: block;
            line-height: 41px;
            color: #ffffff;
            height: 41px;
            font-size: 16px;
        }

    .nav .li_ul {
        display: none;
        color: #fff;
        overflow: hidden;
        z-index: 9999;
        position: absolute;
        top: 41px;
        left: 0px;
    }

        .nav .li_ul a {
            color: #fff;
            height: 38px;
            line-height: 38px;
            width: 150px;
            font-size: 14px;
        }

            .nav .li_ul a:hover {
                text-decoration: none;
            }

    .nav ul li:hover .li_ul {
        display: block;
    }

.banner {
    width: 100%;
    height: auto;
}

    .banner ul li img {
        width: 100%;
        height: auto;
        display: block;
    }

    .banner .hd ul li {
        color: transparent;
        width: 10px;
        height: 10px;
        background: #ddd;
        float: left;
        margin: 3px;
    }

    .banner .hd {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -25px;
        overflow: hidden;
    }

.banner {
    position: relative;
}

.soso {
    width: 100%;
    background: #EDEDED;
    height: 48px;
    overflow: hidden;
}

    .soso .fl ul li {
        float: left;
        width: 92px;
        color: #333;
    }

    .soso .fl h3 {
        float: left;
        color: #333;
        font-weight: normal;
        font-size: 15px;
    }

    .soso .fl ul {
        float: right;
        width: 616px;
        margin-top: 1px;
    }

    .soso .fl {
        width: 700px;
        line-height: 48px;
    }

.input.fr input {
    width: 214px;
    height: 25px;
    margin-left: 238px;
    padding-left: 5px;
    color: #333;
}

.input.fr {
    width: 500px;
    line-height: 48px;
}

a.searchBtn.fr {
    width: 39px;
    height: 33px;
    display: block;
    background: url(../image/sou.png) no-repeat center;
    background-size: 107%;
    margin-top: 7px;
}

.cp {
    background: #F7F7F7;
    overflow: hidden;
}

.cp_nav {
    overflow: hidden;
    margin-top: 10px;
}

.title h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    height: 75px;
}

    .title h2 span {
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        margin-top: 10px;
    }

.cp_nav li {
    display: inline-block;
    cursor: default;
    height: 48px;
    width: 126px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    margin: 0 3px;
    margin-top: 4px;
}

.cps li {
    width: 276px;
    height: 443px;
    float: left;
    margin-right: 24px;
    margin-bottom: 26px;
    background: #fff;
}

.cps ul li img {
    width: 363px;
    height: 225px;
}

.zac h3 {
    color: #292929;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 5px 10px;
}

.zac p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 255px;
    margin: 0 auto;
    margin-top: 5px;
    color: #5c5c5c;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    overflow: hidden;
}

.mms {
    display: block;
    width: 108px;
    height: 33px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
    line-height: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cps {
    margin-top: 30px;
    overflow: hidden;
}

.a_more {
    width: 1200px;
    margin: auto;
}

    .a_more a {
        text-align: left;
        width: 200px;
        margin: auto;
        display: block;
        border-radius: 20px;
        padding: 11px 7px;
        padding-left: 24px;
        box-sizing: border-box;
        font-size: 18px;
        color: #333;
        position: relative;
        margin: 30px auto;
    }

        .a_more a:before {
            width: 23px;
            height: 23px;
            content: "";
            display: block;
            border-radius: 50%;
            position: absolute;
            right: 31px;
            top: 13px;
        }

        .a_more a:after {
            content: "";
            width: 0;
            height: 0;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            position: absolute;
            right: 34px;
            top: 21px;
        }

.cp_nav li.on, .cp_nav li:hover, .fn_nav li.on {
    font-weight: bold;
}

.hengtu {
    margin: 10px auto;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

    .hengtu img {
        width: 100%;
        height: 226px;
        display: block;
    }

.ys .one {
    overflow: hidden;
    margin-bottom: 21px;
}

    .ys .one .fr {
        width: 600px;
    }

    .ys .one .fl {
        width: 600px;
    }

.ystt1, .ystt2, .ystt3, .ystt4 {
    color: #292929;
    font-size: 24px;
    font-weight: normal;
    padding-left: 100px;
    height: 90px;
}

.ystt1 {
    background: url(../image/sz1.png) no-repeat center left;
}

.ystt2 {
    background: url(../image/sz2.png) no-repeat center left;
}

.ystt3 {
    background: url(../image/sz3.png) no-repeat center left;
    margin-top: 104px;
}

.ystt4 {
    background: url(../image/sz4.png) no-repeat center left;
}

    .ystt1 span, .ystt2 span, .ystt3 span, .ystt4 span {
        color: #979797;
        font-size: 10px!important;
        text-transform: uppercase;
        font-weight: normal;
        display: block;
    }

.one ul {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 30px;
    margin-left: 100px;
    margin-top: 10px;
}

    .one ul li {
        background: url(../image/tb.png) no-repeat center left;
        color: #5c5c5c;
        font-size: 14px;
        padding-left: 20px;
        line-height: 30px;
    }

.ys .one .fr img {
    width: 567px;
    margin: auto;
    display: block;
}

.one .fr h2 {
    margin-top: 86px;
}

.fn_nav li {
    background-color: #e3e3e3;
    height: 48px;
    width: 145px;
    line-height: 48px;
    text-align: center;
    color: #292929;
    font-size: 14px;
    float: left;
    margin: 0 2px;
    margin-bottom: 4px;
}

.fn_nav {
    margin-top: 10px;
}

.box .fl {
    width: 470px;
    height: 290px;
}

    .box .fl img {
        width: 403px;
        height: 217px;
        display: block;
        margin-left: 31px;
        margin-top: 37px;
    }

.box .fr {
    width: 730px;
    box-sizing: border-box;
    padding-left: 30px;
}

.box li {
    overflow: hidden;
    clear: both;
    background: #f7f7f7;
    margin: 16px auto;
    height: 290px;
    width: 100%;
}

.box .fr h4 {
    color: #292929;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 19px;
    font-weight: normal;
}

.box .fr p {
    color: #333;
    font-size: 15px;
    line-height: 2;
    width: 672px;
}

.gcal.container .bd ul li {
    width: 386px;
    height: 290px;
    float: left;
    margin: 17px 7px;
}

.gcal.container .bd ul {
    overflow: hidden;
}

    .gcal.container .bd ul li img {
        width: 86%;
        height: 160%;
        display: block;
    }

.zx_box ul li:nth-child(1) img, .zx_box ul li:nth-child(1) p, .zx_box ul li:nth-child(1) span {
    display: block;
}

.zx_box ul li img, .zx_box ul li p, .zx_box ul li span {
    display: none;
}

.zx.fl {
    width: 800px;
}

.zx_nav {
    height: 49px;
    position: relative;
}

    .zx_nav ul li {
        float: left;
        font-size: 20px;
        color: #ffffff;
        line-height: 49px;
        width: 129px;
        text-align: center;
        margin-right: 6px;
        background: #909090;
        font-weight: bold;
    }

    .zx_nav li.on, .zx_nav li:hover {
        color: #ffffff;
        font-weight: bold;
    }

    .zx_nav span {
        float: right;
        line-height: 49px;
        margin-right: 15px;
        color: #5c5c5c;
    }

.zx_box ul li:nth-child(1) {
    overflow: hidden;
    margin-top: 10px;
    width: 100% !important;
}

    .zx_box ul li:nth-child(1) .fl {
        width: 245px;
        height: 174px;
    }

    .zx_box ul li:nth-child(1) .fr {
        width: 555px !important;
        height: 174px;
        line-height: 2;
        box-sizing: border-box;
        padding: 0 7px;
    }

        .zx_box ul li:nth-child(1) .fr h3 {
            color: #000000;
            font-size: 14px;
            position: relative;
            display: block;
            font-weight: normal;
        }

        .zx_box ul li:nth-child(1) .fr p {
            display: block;
            color: #5c5c5c;
            line-height: 22px;
            font-weight: normal;
            font-size: 14px;
            margin-top: 15px;
            height: 70px;
            overflow: hidden;
            width: 90%;
        }

        .zx_box ul li:nth-child(1) .fr span {
            display: block;
            color: #dd1f12!important;
            font-size: 12px;
            margin-top: 18px;
            width: 93px;
            height: 28px;
            border: 1px solid #b9b9b9;
            text-align: center;
            line-height: 28px;
            cursor: pointer;
        }

.zx_box ul li h3 {
    float: left;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .zx_box ul li h3 em {
        float: right;
    }

.zx_box ul li .fr {
    width: 93%;
    padding-left: 15px;
}

.zx_box ul li {
    width: 380px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    background: url(../image/nlist.png) no-repeat left center;
    margin-left: 20px;
}

    .zx_box ul li h4 {
        float: left;
        line-height: 30px;
        color: #5c5c5c;
        font-size: 14px;
        padding-left: 15px;
        font-weight: normal;
    }

    .zx_box ul li em {
        float: right;
        font-style: inherit;
        color: #333;
    }

.new.container {
    overflow: hidden;
    margin-top: 54px;
}

.cjwt.fr {
    width: 380px;
}

.cj_nav {
    height: 49px;
    width: 100%;
    background: #ECECEC;
}

    .cj_nav h2 {
        width: 108px;
        background: #017cc2;
        height: 100%;
        line-height: 49px;
        text-align: center;
        color: #fff;
        float: left;
        font-weight: bold;
    }

    .cj_nav p {
        float: right;
        line-height: 49px;
        padding-right: 12px;
    }

.cj_cp {
    width: 100%;
    height: 332px;
    overflow: hidden;
}

    .cj_cp li {
        position: relative;
        height: 100px;
        background: none;
        padding: 12px 0 8px;
    }

        .cj_cp li h4 {
            color: #5c5c5c;
            background: url(../image/wen.png) left 50% no-repeat;
            font: 400 14px/40px "å¾®è½¯é›…é»‘";
            padding-left: 30px;
        }

        .cj_cp li p {
            background: url(../image/da.png) left 3px no-repeat;
            font: 400 14px/24px "å¾®è½¯é›…é»‘";
            padding-left: 30px;
            color: #5c5c5c;
            display: block;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

.footer {
    overflow: hidden;
    clear: both;
    width: 100%;
    background: #E3E3E3;
    margin-top: 30px;
}

.f_nav .container li ul {
    display: none;
}

.f_nav.container {
    overflow: hidden;
}

    .f_nav .container li a {
        text-align: center;
        height: 30px;
        line-height: 30px;
        width: 149px;
        color: #292929;
        font-size: 16px;
        display: block;
        border-right: 1px solid #f7f7f7;
    }

    .f_nav .container li {
        float: left;
        margin: 15px auto;
    }

.f_nav {
    border-bottom: 1px solid #f7f7f7;
    width: 100%;
    overflow: hidden;
}

.f_bottom.container .fl {
    width: 600px;
    overflow: hidden;
    margin-top: 30px;
}

.f_bottom.container .fr {
    width: 600px;
    overflow: hidden;
    padding-top: 29px;
    padding-left: 44px;
    box-sizing: border-box;
}

.f_bottom.container .fl img {
    float: left;
    width: 133px;
    margin-top: 20px;
}

.lx {
    float: right;
    width: 467px;
    padding-left: 84px;
    box-sizing: border-box;
    line-height: 24px;
    padding-bottom: 9px;
}

.f_bottom.container .fr ul {
    width: 278px;
}

    .f_bottom.container .fr ul li {
        float: left;
        width: 76px;
        color: #000000;
        font-size: 16px;
        padding-right: 15px;
        line-height: 28px;
    }

.f_bottom.container .fr h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 3px auto;
}

.back {
    width: 100%;
    height: 10px;
    background: #313131;
    overflow: hidden;
}

.lx ol li a {
    color: #444;
}


.zx_box ul li:nth-child(1) em {
    display: none;
}
/*内页*/
.page {
    margin-top: 10px;
}

.page_l {
    width: 225px;
}

.pt span:before {
    content: "";
    display: inline-block;
    border-left: 4px solid #0055ac;
    height: 15px;
    margin-right: 10px;
}

.tips {
    color: #666;
    font-size: 12px;
    line-height: 30px;
}

.pt span {
    border-bottom: 1px solid #0055ac;
    display: inline-block;
    font-weight: bold;
}

.pt {
    line-height: 31px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #c1c1c1;
}

.page_n {
    padding-bottom: 10px;
}

    .page_n li a:hover {
        color: #a0d51a;
    }

    .page_n li a:before {
        content: ">";
        color: #7c7c7c;
        font-size: 16px;
        display: inline-block;
        margin-right: 5px;
    }

    .page_n li a {
        color: #666;
        display: block;
        line-height: 30px;
        font-family: "微软雅黑";
        border-bottom: 1px solid #dddddd;
    }

.p_xw {
    padding-bottom: 10px;
}

    .p_xw li a:hover {
        color: #a0d51a;
    }

    .p_xw li a:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #258dcc;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 3px;
    }

    .p_xw li a {
        border-bottom: 1px solid #dddddd;
        display: block;
        line-height: 27px;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.p_key_c {
    padding-top: 10px;
}

    .p_key_c li a:hover {
        color: #a0d51a;
    }

    .p_key_c li a {
        line-height: 27px;
        color: #666;
    }

    .p_key_c li:nth-child(2n) {
        margin-left: 6%;
    }

    .p_key_c li {
        width: 46%;
        float: left;
        border: 1px dashed #d0d0d0;
        background: #fcfcfc;
        padding-left: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

.p_contect_c {
    padding: 5px 0;
    font-size: 13px;
    font-family: 宋体;
    color: #333;
}

/**/
.page_r {
    width: 930px;
    padding-bottom: 10px;
}

.prlist li p {
    text-align: center;
    line-height: 30px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prlist li img {
    width: 100%;
    height: 216px;
    display: block;
}

.prlist li {
    width: 280px;
    float: left;
    margin: 15px;
}

.pading span {
    color: #000;
}

.pading a, .pading span {
    display: inline-block;
    padding: 0 10px;
}

.pading {
    text-align: center;
}

/**/
.preview h1 {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.imgs {
    width: 400px;
}

    .imgs li img {
        width: 100%;
        display: block;
    }

.dess {
    width: 500px;
    line-height: 30px;
}

.prtit {
    line-height: 28px;
    height: 28px;
    text-align: left;
    margin-top: 10px;
    display: block;
    padding-left: 10px;
    font-size: 12px;
    border-bottom: 1px solid #016938;
    font-weight: bold;
    clear: both;
}

.descon {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    clear: both;
}

.record {
    line-height: 26px;
    border-top: 1px dashed #e0e1dc;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 12px;
}

    .record span {
        display: block;
    }

/**/
.news_list {
    padding: 15px 10px 10px;
}

    .news_list li {
        line-height: 27px;
        position: relative;
        padding-left: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .news_list li h4 {
            font-size: 12px;
            font-weight: bold;
            line-height: 27px;
            color: #666;
        }

            .news_list li h4 a:hover {
                color: #a0d51a;
            }

            .news_list li h4 span {
                color: #999;
                z-index: 0;
                line-height: 27px;
                position: absolute;
                right: 0px;
                top: 0px;
                font-weight: normal;
            }

h1.ar_title {
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 5px;
    padding-bottom: 10px;
    line-height: 30px;
    margin-top: 20px;
}

.info {
    border-bottom: 1px solid #e1e4e6;
    overflow: hidden;
}

    .info span {
        line-height: 26px;
        text-align: center;
        font-weight: normal;
        color: #808080;
        float: left;
        height: 26px;
        overflow: hidden;
        display: block;
        margin-left: 200px;
    }

.share {
    padding-left: 5px;
    padding-bottom: 8px;
    float: left;
    height: 26px;
}

.ar_con {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
}

.con {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
}

.two {
    background: #f6f6f6;
}

.five, .six {
    background: #f6f6f6;
}

ul.prlist.block {
    border: 1px dashed #a7b8d4;
    margin-top: 15px;
}

.prlist li {
    width: 279px;
}
/*网站颜色*/
.nav {
    background: #017cc2;

}
.nav li a:hover, .nav li a.cur {

    background-color: #85c324;
}
.nav .li_ul {
  
    background: #01557a;
    
}
.nav .li_ul a {
    background: #01557a;
}
.nav .li_ul a:hover{background:#042d3f;}
.banner .hd ul li.on{
    background:#ee6231;
}

    .title h2{color:#292929;border-bottom:3px solid #017cc2;}
 .title h2 span{color:#808080;}
 .cp_nav li {
    background-color: #e3e3e3;
    color: #292929;
}
 .cps ul li img {

        border-bottom: 3px solid #017cc2;
}
 .mms{
       background:#017cc2;
 }
.cps ul li:hover img {
    border-bottom:3px solid #85c324;
}
 .cps ul li:hover .mms{background:#85c324;}
 .a_more a {
   
    border: 1px solid #017CC2;
   
}
.a_more a:before {
   
    background: #017cc2;
   
}
 .a_more a:after {
   
    border-top: 8px solid #f7f7f7;
   
}
 .cp_nav li.on,.cp_nav li:hover,.fn_nav li.on{
    color: #ffffff;
    background: #017cc2;
   
}
.fn_nav  li:hover,.fn_nav  li.cur {background-color:#017cc2;}
.fn_nav  li:hover a,.fn_nav  li.cur a{color:#fff!important;}

.zx_nav {
    background: #ececec;
}
.zx_nav li.on,.zx_nav li:hover{
   
    background: #017cc2;
 
}
  .zx_nav span:hover {
        color:#017cc2;
    }
    a.braad {
    color: #5c5c5c;
}
a.braad:hover {
    color: #017cc2;
}
.zx_box ul li:hover h3{color: #017CC2;}
.zx_box ul li:hover em{color: #017CC2;}

.cj_nav {
   
    background: #ECECEC;
}

.cj_nav h2 {
    background: #017cc2;
   
}
.zx_box ul li:nth-child(1) .fr:hover h3 {
    color: #017CC2;
}
.lx ol li:hover a {
    color: #e87518;
}

ul.relate_pr li {
	float:left;
	width:181px;
	text-align:center;
}
ul.relate_pr {
	margin-top:10px;
}
ul.relate_pr li img {
	width:97%;
	margin:auto;
	display:block;
	margin-bottom:10px;
}
h4.related {
	font-size:16px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-top:20px;
}
ul.relate_news li {
	line-height:26px;
}