﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
@charset "UTF-8";html{line-height:1.15;-webkit-text-size-adjust:100%}h1{margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}body{font-family:Arial,Microsoft YaHei,SimSun;color:#000;font-size:14px}fieldset,img{border:0}ol,ul,li{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}input,button,select,textarea{outline:0}textarea{resize:none}p{text-align:justify;text-justify:distribute;word-wrap:break-word}i,span,s,del,b,em{display:inline-block}i,s,del,b,em{font-style:normal;text-decoration:none}address,cite,code,em,th{font-weight:normal;font-style:normal}a,a:hover,a:focus{color:inherit;text-decoration:none;display:inline-block;background-color:transparent}a{outline:0}area{outline:0}table{border-collapse:collapse;border-spacing:0}input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none}textarea{-webkit-appearance:none}.fl{float:left!important}.fr{float:right!important}.upperCase{text-transform:uppercase}.lowerCase{text-transform:lowercase}.cpitalize{text-transform:capitalize}.clearfix:after{display:block;height:0;line-height:0;content:"";visibility:hidden;clear:both}.clearfix{zoom:1}input{border:0 none;outline:0;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:none}.viewport{width:100%;margin:0 auto;overflow:hidden}.box{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.info{line-height:25px;overflow:hidden}.info p{line-height:25px}.info img{max-width:100%}.scale{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.scale:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.point{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.points{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}



.top{
    height: 201px;
    background: url(img/top_bg.jpg) no-repeat center center;
    background-size: cover;
}
.top a {
    margin-top: 60px;
}
.w{
    width: 1320px;
    margin: 0 auto;
}
.nav{

    background: #37857f;
}
.nav .left{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.nav .left li{
       float: left;
        width: 11.11%;
    position: relative;
}
.nav .left li>a{
  padding: 18px 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    text-align: center;
    width: 100%;
}
.nav .left li>a:hover{
    opacity: 0.8;
}
.nav .left li .hide_menu{
    background: #37857f;
    width: 200%;
    text-align: center;
    padding: 10px 0;
    position: absolute;
      top: 53px;
    left: -50%;
    display: none;
    z-index: 999;
}
.nav .left li:hover .hide_menu{
    display: block;
}
.nav .left li .hide_menu dd a{
    line-height: 40px;
    color: #fff;
}
.nav .left li .hide_menu dd a:hover{
    opacity: .8;
}


.nav .right{
       width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav .right .ipt_text{
    width: 130px;
    height: 16px;
    line-height: 16px;
    padding: 14px 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    color: #fff;
}
.nav .right .ipt_box{
    position: relative;
}
.nav .right .ipt_btn{
    background: url(img/search.png) no-repeat center center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.nav .right  .btn{
    width: 110px;
    padding: 6px 0;
    text-align: center;
    background: #fff;
    color: #43aca1;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    margin-right: 15px;
}
.index_con{
    margin: 20px 0 30px;
}
.border{
    -webkit-box-shadow: -2px 0px 10px #ccc;
    -moz-box-shadow: -2px 0px 10px #ccc;
    box-shadow: -2px 0px 10px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.section1{
    margin-top: 30px;
}
.section1 .left{
    width: 73.7%;
  height: 316px;
    padding: 20px 30px 40px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.section1 .left .new_nav{
    margin-bottom: 20px;
}
.section1 .left .new_nav li{
    padding-right: 40px;
    float: left;
}
.section1 .left .new_nav li a{
    color: #43aca1;
    font-weight: 700;
    padding-bottom: 1px;
    border-bottom: 3px solid transparent;
    letter-spacing: 0.5px;

}
.section1 .left .new_nav li a:hover,
.section1 .left .new_nav li a.on{
    border-bottom: 3px solid #43aca1;
}
.section1 .news_con{
    display: none;
}
.section1 .news_con.active{
    display: block;
}
.section1 .news_con .left_img{
    position: relative;
    width: 340px;
    height: 216px;
    overflow: hidden;
}
.section1 .news_con .left_img img{
    width: 100%;
    height: 100%;
}
.section1 .news_con .left_img h3{
    position: absolute;
    line-height: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #36a69a;
    font-size: 12px;
    bottom: 0;
}
.section1 .news_con .newlist{
    width: calc(100% - 340px);
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section1 .news_con .newlist li{
    position: relative;
    line-height: 31px;
    padding-left: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}
.section1 .news_con .newlist li:after{
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #36a69a;
    position: absolute;
    top: 12px;
    left: 9px;
    content: "";
    display: block;
}
.section1 .news_con .newlist li:hover{
    font-size: 18px;
}
.section1 .news_con .newlist li:hover:after{
    border: 8px solid transparent;
    border-left: 12px solid #36a69a;
    left: 4px;
    top: 9px;
}
/*招标信息列表*/
.section1 .news_con#news4 .newlist,.section1 .news_con#news2 .newlist{
   width: calc(100% - 340px);
    padding-left: 0;
}
.section1 .news_con#news4 .newlist li,.section1 .news_con#news2 .newlist li{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section1 .right{
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.title{
    background: -ms-linear-gradient(to right, #35a598, #daedeb);
   background: -webkit-linear-gradient(to right, #35a598, #daedeb);
   background: -o-linear-gradient(to right, #35a598, #daedeb);
   background: -moz-linear-gradient(to right, #35a598, #daedeb);
   background: linear-gradient(to right, #35a598, #daedeb);
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}
.title a{
    float: right;
    background: url(img/more_icon.png) no-repeat left center;
    width: 35px;
    height: 30px;
}
.section1 .right ul{
    padding: 25px 30px;
}
.section1 .right ul li{
    float: left;
    width: 50%;
    padding: 19px 35px 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/icon1.png) no-repeat center left;
    color: #345a63;
    font-weight: 700;
}

.section1 .right ul li:nth-of-type(2){
    background: url(img/icon2.png) no-repeat center left;
}
.section1 .right ul li:nth-of-type(3){
    background: url(img/icon3.png) no-repeat center left;
}
.section1 .right ul li:nth-of-type(4){
    background: url(img/icon4.png) no-repeat center left;
}
.section1 .right ul li:nth-of-type(5){
    background: url(img/icon5.png) no-repeat center left;
}
.section1 .right ul li:nth-of-type(6){
    background: url(img/icon6.png) no-repeat center left;
}
.section1 .right ul li:nth-of-type(7){
    background: url(img/icon7.png) no-repeat center left;
}
.section1 .right ul li:nth-of-type(8){
    background: url(img/icon8.png) no-repeat center left;
}

.section1 .right ul li:nth-of-type(2n){
    padding-left: 55px;
    padding-right: 0;
    background-position: 20px 16px;
}
.section1 .right ul li a:hover{
  opacity: 0.8;
}
/*首页第二部分*/
.section2{
    margin: 20px 0;
}
.section2 .left{
    width: 73.7%;

}
.section2 .news_con .newlist{
    height: 328px;
}
.section2 .news_con .newlist1{
    width: 37.3%;
}
.section2 .news_con .newlist2{
       width: 61%;
}
.section2 .news_con .newlist ul{
    margin: 25px 30px;
}
.section2 .news_con .newlist li{
    position: relative;
    line-height: 31px;
    padding-left: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}
.section2 .news_con .newlist li:after{
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #36a69a;
    position: absolute;
    top: 12px;
    left: 9px;
    content: "";
    display: block;
}
.section2 .news_con .newlist2 li{
    padding-right:0px;
}
.section2 .news_con .newlist2 li span{
    position: absolute;
    top: 0px;
    right: 10px;
    color: #8a8a8a;
    font-weight: normal;

}
.section2 .news_con .newlist li:hover a{
    color: #37857f;
}
.section2 .news_con .newlist li:hover:after{
    border: 8px solid transparent;
    border-left: 12px solid #36a69a;
    left: 4px;
    top: 9px;
}
.section3 .left .title,
.section2 .left .title{
    padding-left: 40px;
}


.section2 .right{
    width: 25%;
      height: 328px;

}
.section2 .right ul{
    text-align: center;
}
.section2 .right ul li{
        margin-bottom: 15px;
}
.section2 .right ul li a{
    width: 100%;
}
.section2 .right ul li img{
      height: 71px;
    width: 100%;
}
/*第三部分*/
.section3 .left{
    width: 73.7%;
    height: 360px;

}
.section3 .left .news_con ul{
    padding: 30px 45px 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section3 .left .news_con ul li{
    float: left;
    margin-bottom: 25px;
      width: 100%;
}
.section3 .left .news_con ul li a{
    width: 100%;
}
.section3 .left .news_con ul li h4{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
}
.section3 .left .news_con ul li:hover h4{
    color: #37857f;
}
.section3 .left .news_con ul li .info{
    font-size: 12px;
}
.section3 .left .news_con ul li:nth-of-type(2n){
    float: right;
        width: 100%;
}

.section3 .right{
    width: 25%;
}
.section3 .right ul{
    padding: 0px 0 20px;
}
.section3 .right li{
    margin: 20px;
}
.section3 .right li a{
    width: 100%;
    text-align: center;
    color: #264e58;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 36px;
    font-weight: 700;
}
/*底部*/
footer{
    border-top: 4px solid #37857f;
    margin-top: 60px;
    padding: 40px 0 50px;
}
footer .left{
    width: 50%;
}
footer .left h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

footer .left ul li{
    float: left;
    width: 200px;
    border-right: 1px solid #d9d9d9;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .left ul li a{
    line-height: 30px;
}
footer .left ul li a:hover{
    color: #37857f;
}
footer .right{
    width: 50%;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .right .left_img img{
      width: 87px;
    padding-top: 10px;
       padding-right: 67px;
}
footer .right .copyright{
      width: 330px;
}
footer .right li{
    line-height: 30px;
    font-weight: 700;
}
footer .right li:nth-of-type(2){
    padding-left: 0px;
}
.page_con{
    padding: 75px 0 60px;
}
.page_title{
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}
.zhuanti_page .page_title {
    margin-top: 40px;
}
.source_title{
    text-align: center;
    font-weight: 700;
    position: relative;
    line-height: 30px;

}
.source_title span.bdsharebuttonbox{
    position: absolute;
    top: 0;
        right: 140px;

}
.source_title .bdshare-button-style0-16 .bds_more{
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: url(img/share.png) no-repeat center center;
}
.source_title .download{
    position: absolute;
    top: 0;
    right: 60px;
    background: url(img/down.png) no-repeat center center;
    width: 30px;
    height: 30px;
}
.info_con{
    margin-top: 75px;
}
.info_con .left{
    width: 69%;
    line-height: 60px;
}
.info_con .right{
    width: 31%;
}
.info_con .right li{
    margin-bottom: 80px;
}
.info_con .right li a{
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-top: 120px;
    color: #37857f;
    background: url(img/down2.png) no-repeat center top;
    font-weight: 700;
    letter-spacing: 1px;
}
/*协会公告*/
.search_box{
    text-align: right;
    position: relative;
    margin-bottom: 66px;
}
.search_box .ipt1{
    border: 1px solid #707070;
    width: 900px;
    padding: 16px 20px;
}
.search_box .ipt2{
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 50px;
    background: url(img/search2.png) no-repeat center center;
}
.cementlist{
    font-weight: 500;
    margin-top: 60px;
}
.cementlist li{
    float: left;
    padding-right: 50px;
    position: relative;
    width: 48%;
    margin-right: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cementlist li:nth-of-type(2n){
    margin-right: 0;
}
.cementlist li a{
    width: 100%;
    line-height: 40px;
}
.cementlist li a:hover{
    color: #37857f;
}
.cementlist li span{
    position: absolute;
    top: 13px;
    right: 0;
}
.pageing{
    padding-top: 60px;
    text-align: center;
    font-weight: 700;
}
.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE{
    display: none;
}
.pageing span{
    margin: 0 20px;
}
.pageing span.JZD_PAGE_DISABLED{
    border: 1px solid #eee;
    padding: 4px 10px;
  color: #37857f;
}
.info_con .info p,
.info_con .info{
    line-height: 30px;
}
/*会员名录*/
.left_menubox{
    width: 27%;
}
.left_menubox .left_menu{
    padding: 20px 0;
}
.left_menubox li a{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 10px 0 60px;
    position: relative;
}
.left_menubox li a:after{
    position: absolute;
    top: 17px;
    left: 40px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #37857f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.right_info{
    width: 70%;
}
.right_info .info  table p{
      padding-left: 20px;
    border-bottom: 1px solid #aaa;
}
.contact_img{
    width: 100%;
}
.map{
    margin-top: 30px;
}
.map p{
       line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
}
.cementlist.newslist li{
    width: 100%;
    margin-right: 0;
    float: none;
    padding-right: 80px;
}
.cementlist.newslist li:nth-of-type(5n){
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
}
/*新闻详情页*/
.news_info{
    padding: 0 50px 50px 50px;
    border-bottom: 1px solid #a9a9a9;
}
.tuijian{
    padding: 30px 50px 0 50px;
    font-weight: 700;
}
.tuijian h4{
    font-size: 24px;
    margin-bottom: 20px;
}
.tuijian li{

}
.tuijian li a{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 0px 0 30px;
    position: relative;
}
.tuijian li a:after{
    position: absolute;
    top: 17px;
    left: 0px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #37857f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*专题页*/

.zhuantilist{
padding: 40px 0;
}
.zhuantilist li{
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 10px 10px #eee;
    -moz-box-shadow: 10px 10px 10px #eee;
    box-shadow: 10px 10px 10px #eee;

}
.zhuantilist li a{
    width: 100%;
}
.zhuantilist li a img{
    width: 100%;
  height: 262px;
}
.zhuantilist li:nth-of-type(3n){
    margin-right: 0;
}
.zhuantilist li h3{
    line-height: 40px;
        font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.zhuanti_page{
    padding-top: 0;
}
.zhuanti_page .left_menu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   flex-wrap: wrap;
    justify-content: left;
    border-bottom: 1px solid #a9a9a9;
}
.zhuanti_page .left_menu ul li{
       width: 330px;

}
.zhuanti_page .left_menu ul li a{
    line-height: 58px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.zhuanti_page .left_menu ul li a:hover,
.zhuanti_page .left_menu ul li a.on{
    background: #37857f;
    color: #fff;
}
.zhuanti_page .left_menu ul li a:hover:after,
.zhuanti_page .left_menu ul li a.on:after{
    display: block;
}
.zhuanti_page .sectitle{
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    padding: 50px 0 25px;
}
.zhuanti_page .page1{

}
.zhuanti_page .page1 .sec_con{
    border: 5px solid #37857f;
}
.zhuanti_page .page1 .left{
    width: 53%;
    height: 524px;
}
.zhuanti_page .page1 .left img{
    width: 100%;
    height: 100%;
}
.zhuanti_page .page1 .right{
    width: 47%;
    padding: 50px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zhuanti_page .page1 .right h4.pagetitle{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    height: 60px;
}
.zhuanti_page .page1 .right span.line{
    width: 30px;
    height: 2px;
    background: #000;
    margin: 18px 0 15px;
}
.zhuanti_page .page1 .right .info{
    height: 350px;
}
.page2{

}
.page2 .sec_con{
    position: relative;
    padding: 0 45px;

}
.page2 .sec_con .swiper-slide a{
    width: 100%;
}
.page2 .sec_con .swiper-slide img{
    width: 100%;
    height: 190px;
}
.page2 .sec_con .swiper-slide .swipertitle{
    background: #37857f;
    padding: 10px 0;
}
.page2 .sec_con .swiper-slide h4{

    color: #fff;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
}
.page2 .swiper-button-next, .page2 .swiper-button-prev{
    width: 32px;
    height: 32px;
    background: url(img/left_icon.png) no-repeat;
}
.page2 .swiper-button-prev{
    left: 0;
}
.page2 .swiper-button-next{
    background: url(img/right_icon.png) no-repeat;
    right: 0;
}
.page3 .sec_con img{
    width: 100%;
}
.downlist{

}
.downlist .downtitle{
   padding-bottom: 80px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
} 
.downlist_box{
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 80px;
} 
.downlist ul li{
    float: left;
    width: 19.2%;
    margin-right: 6.7%;
    margin-bottom: 80px;
    position: relative;
}
.downlist ul li:nth-of-type(4n){
    margin-right: 0;
}
.downlist ul li img{
    width: 100%;
    height: 348px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.downlist ul li h4{
    font-weight: 700;
    line-height: 35px;
}
.downlist ul li a{
    position: absolute;
    bottom: 8px;
    right: -27px;

    font-size: 18px;
    color: #fff;
    background: #37857f;
    padding-left: 15px;

}
.downlist ul li a span{
    padding: 10px 18px 10px 25px;
    background: url(img/down_icon.png) no-repeat center left;
}
.guanjianci{
 color: #37857f; 
}
.downlist.downlist2 ul li {
    width: 27.4%;
    margin-right: 8.9%;
}
.downlist.downlist2 ul li:nth-of-type(4n){
 margin-right: 8.9%;
}
.downlist.downlist2 ul li:nth-of-type(3n){
 margin-right: 0%;
}


/*新专题页*/
.zhuanti_page_z{
    padding-top: 32px;
}
.zhuanti_page_z .zhuanti_page_z_left{
    width: 31%;
}
.zhuanti_page_z .item{
    position: relative;
    margin-bottom: 20px;
}
.zhuanti_page_z .item h2{
    padding-left: 20px;
}
.zhuanti_page_z .item .more{
    position: absolute;
    right: 20px;
    top: 0;
    width: 18px;
    height: 30px;
    background: url(img/more_icon.png) no-repeat center center;
    background-size: 100% 4px;
}
.zhuanti_page_z .item .cont{
    padding: 18px;
    text-align: center;
    -webkit-box-shadow: 0 10px 20px #f2f1f1;
    -moz-box-shadow:  0 10px 20px #f2f1f1;
    box-shadow: 0 10px 20px #f2f1f1;
    cursor: pointer;
    height: 760px;
    overflow: auto;
}
.zhuanti_page_z .item .cont p{
 line-height: 25px; 
}
.zhuanti_page_z .kaimu_item .kaimu_item_cont .imgBox{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.zhuanti_page_z .kaimu_item .kaimu_item_cont .imgBox .img{
    width: 100%;
    padding-top: 55%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.zhuanti_page_z .kaimu_item .kaimu_item_cont .imgBox:hover .img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zhuanti_page_z .kaimu_item .kaimu_item_cont h1{
    font-size: 16px;
    color: #35a699;
    margin-top: 17px;
    font-weight: 700;
}
.zhuanti_page_z .dahuifabu_item .dahuifabu_item_cont{
    line-height: 25px;
}
.zhuanti_page_z .dahuifabu_item .dahuifabu_item_cont i{
    width: 18px;
    height: 14px;
    background: url(img/introIcon.png) no-repeat left center;
}
.zhuanti_page_z .dahuifabu_item .dahuifabu_item_cont .intro1{
    margin-bottom: 35px;
    -webkit-line-clamp: 13;
    line-clamp: 13;
}
.zhuanti_page_z .dahuifabu_item .dahuifabu_item_cont .intro2{
    -webkit-line-clamp: 8;
    line-clamp: 8;
}
.zhuanti_page_z .dahuifabu_item .dahuifabu_item_cont .moreNews{
    color: #52b3a7;
    margin-left: 18px;
}
.zhuanti_page_z .zhubandanwei_item .zhubandanwei_item_cont{
    padding: 17px 18px;
}
.zhuanti_page_z .zhubandanwei_item .zhubandanwei_item_cont a{
    width: 100%;
    text-align: start;
    padding: 8px 0;
}
.zhuanti_page_z .zhubandanwei_item .zhubandanwei_item_cont a:hover{
    font-weight: 700;
}
.zhuanti_page_z .zhubandanwei_item .zhubandanwei_item_cont a:hover i{
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.zhuanti_page_z .zhubandanwei_item .zhubandanwei_item_cont i{
    width: 18px;
    height: 14px;
    background: url(img/introIcon.png) no-repeat left center;
}
.zhuanti_page_z .dahuifabu2_item .dahuifabu2_item_cont p{
    line-height: 25px;
    -webkit-line-clamp: 13;
    line-clamp: 13;
}
.zhuanti_page_z .fileDownload_item .fileDownload_item_cont{
    text-align: start;
    font-size: 15px;
    margin-bottom: 0;
}
.zhuanti_page_z .fileDownload_item .fileDownload_item_cont:hover{
    color: #35a699;
}
.zhuanti_page_z .zhuanti_page_z_right{
    width: calc(69% - 20px);
}
.zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img{
    width: calc((100% - 47px)/3);
    margin-right: 19px;
    display: inline-block;
    cursor: pointer;
}
.zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img span{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img span i{
    width: 100%;
    padding-top: 76%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img:hover span i{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img h1{
    margin-top: 17px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img:hover h1{
    color: #35a699;
}
.zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img:last-of-type{
    margin-right: 0;
}
.zhuanti_page_z .zhubanjiyu_item .zhubanjiyu_item_cont{
    padding: 30px 18px;
    line-height: 25px;
}
.zhuanti_page_z .zhubanjiyu_item .zhubanjiyu_item_cont i{
    width: 18px;
    height: 14px;
    background: url(img/introIcon.png) no-repeat left center;
}
.zhuanti_page_z .huiyiyicheng_item_cont .img{
    overflow-y: scroll;
    width: 100%;
    height: 360px;
}
.zhuanti_page_z .zhuanti1_item .zhuanti1_item_cont{
    text-align: start;
}
.zhuanti_page_z .zhuanti1_item_cont .intro{
    width: 62%;
    position: relative;
}
.zhuanti_page_z .zhuanti1_item_cont .intro .img{
    width: 73%;
    padding-top: 54%;
}
.zhuanti_page_z .zhuanti1_item_cont .intro .word{
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 45%;
    right: 0;
}
.zhuanti_page_z .zhuanti1_item_cont .person{
    width: calc(38% - 38px);
    padding: 18px;
    height: 290px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}
.zhuanti_page_z .zhuanti1_item_cont .person p{
    line-height: 25px;
}
.zhuanti_page_z .zhuanti1_item_cont .person p i{
    width: 18px;
    height: 14px;
    background: url(img/introIcon.png) no-repeat left center;
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox{
    margin-top: 26px;
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox .img{
    width: calc((100% - 40px)/3);
    margin-right: 16px;
    display: inline-block;
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox .img:last-of-type{
    margin-right: 0;
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox .img span{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox .img span i{
    padding-top: 75%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox .img:hover span i{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox .img h1{
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.zhuanti_page_z .zhuanti1_item_cont .bottomBox .img:hover h1{
    color: #35a699;
}
.zhuanti_page_z .day_1117{
    margin-bottom: 20px;
}

/*自律专栏页*/
.zilv_page_z{
    padding-top: 35px;
}
.zilv_page_z .cont{
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding-top: 50px;
}
.zilv_page_z .cont .left{
    width: 50%;
    height: 880px;
    overflow: auto;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 17px;
}
.zilv_page_z .cont .left h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}
.zilv_page_z .cont .left p{
    line-height: 25px;
}
.zilv_page_z .cont .right{
    width: 50%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zilv_page_z .cont .right .newsItem{
    padding: 25px 0;
    border-bottom: 1px dashed #909090;
}
.zilv_page_z .cont .right .newsItem:first-of-type{
    padding-top: 0;
}
.zilv_page_z .cont .right .newsItem h1{
    font-size: 26px;
    color: #306d63;
    margin-bottom: 35px;
    line-height: 30px;
}
.zilv_page_z .cont .right .newsItem .intro{
    font-size: 16px;
    line-height: 25px;
}
.zilv_page_z .cont .right .newsItem .download{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 23px;
}
.zilv_page_z .cont .right .newsItem .download:last-of-type{
    margin-bottom: 0;
}
.zhuanti_page_z .item h2.title a.title_a{
    float: none;
    background: none;
    width: auto;
    height: auto;
}
/*首页第四部分*/
.section4 {
	margin: 20px 0;
}
.section4 .left {
	width: 73.7%;
}
.section4 .news_con .newlist {
	height: 328px;
}
.section4 .news_con .newlist1 {
				width: 37.3%;
}

.section4 .news_con .newlist2 {
				width: 61%;
}

.section4 .news_con .newlist ul {
				margin: 25px 30px;
}

.section4 .news_con .newlist li {
				position: relative;
				line-height: 31px;
				padding-left: 30px;
				-webkit-transition: all 0.2s;
				-moz-transition: all 0.2s;
				-ms-transition: all 0.2s;
				-o-transition: all 0.2s;
				transition: all 0.2s;
}
.section4 .news_con .newlist li:after {
				width: 0;
				height: 0;
				border: 5px solid transparent;
				border-left: 8px solid #36a69a;
				position: absolute;
				top: 12px;
				left: 9px;
				content: "";
				display: block;
}
.section4 .news_con .newlist2 li {
				padding-right: 0px;
}
.section4 .news_con .newlist li:hover a {
				color: #37857f;
}

.section4 .news_con .newlist2 li span {
				position: absolute;
				top: 0px;
				right: 10px;
				color: #8a8a8a;
				font-weight: normal;

			}

			.section4 .news_con .newlist li:hover a {
				color: #37857f;
			}

			.section4 .news_con .newlist li:hover:after {
				border: 8px solid transparent;
				border-left: 12px solid #36a69a;
				left: 4px;
				top: 9px;
			}

			.section4 .left .title,
			.section2 .left .title {
				padding-left: 40px;
			}


			.section4 .right {
				width: 25%;
				height: 328px;

			}

			.section4 .right ul {
				text-align: center;
			}

			.section4 .right ul li {
				margin-bottom: 15px;
			}

			.section4 .right ul li a {
				width: 100%;
			}

			.section4 .right ul li img {
				height: 71px;
				width: 100%;
			}
			
			.section4 .right{
			    width: 25%;
			}
		
			.section4 .newlist1 ul li{
				margin: 20px;
			}
			.section4 .newlist1 li a{
			    width: 100%;
			    text-align: center;
			    color: #264e58;
			    border: 1px solid #d9d9d9;
			    -webkit-border-radius: 5px;
			    -moz-border-radius: 5px;
			    border-radius: 5px;
			    line-height: 36px;
			    font-weight: 700;
			}
			.section4 .news_con .newlist1 {
			    height: 328px;
			}

/*二级菜单左侧*/

.info_con {
	    margin-top: 0px;
	}
  .fl_menubox{
    width: 24%;
   }

	 .fl_menubox   .menubox{
		margin: 0px 0 40px;	
	}

    .fl_menubox 	.menubox .left_menu {
	    padding: 20px 0;
	}
   .fl_menubox	.menubox li a{
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
		    line-height: 40px;
		    padding: 0 29px 0 56px;
		    position: relative;
        max-width: 100%;
			overflow: hidden;	
			text-overflow: ellipsis;	
			white-space: nowrap;
		
	}
	 .fl_menubox .menubox li a:after {
	    position: absolute;
	    top: 17px;
	    left: 40px;
	    content: "";
	    display: block;
	    width: 5px;
	    height: 5px;
	    background: #37857f;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	}


/*书刊资料*/
.downlist_ul{
	   /* padding-top: 75px; */
	    overflow: hidden; 
	    -webkit-transition: height 1s;
	    -moz-transition: height 1s;
	    -ms-transition: height 1s;
	    -o-transition: height 1s;
	    transition: height 1s;
	}
	
	.read_more{
		width: 100px;
		height: 20px;
		background: linear-gradient(to top,#37857f, #35a598, #dae1de);
		color: #FFFFFF;
		text-align: center;
		padding: 10px 10px;
	    margin: -39px 45.5% 30px;
		cursor: pointer;
		border-radius: 20%;
	}









@media screen and (max-width: 1366px) {
    .w{
        width: 1200px;
    }
  footer .right .left_img img {
    padding-right: 98px;
}
.zhuanti_page .left_menu ul li {
    width: 300px;
}
  .zhuanti_page .left_menu ul li a {
    font-size: 16px;
   
}
    .section1 .right ul {
        padding: 25px 20px;
    }
    .section2 .right {
        height: 328px;
    }
    footer .left ul li {
        width: 185px;
        margin-right: 15px;
    }
    .zhuanti_page .page1 .right .info {
        height: 325px;
    }
    .downlist ul li img{
        height: 314px;
    }
  footer .right .copyright {
    width: 300px;
}
  .zhuantilist li a img {
    height: 238px;
}
}
@media screen and (max-width: 1280px) {
    .w{
        width: 1000px;
    }
  .zhuanti_page .left_menu ul li {
    width: 250px;
}
    .nav .left li>a {
        padding: 15px 13px;
        color: #fff;
        font-size: 15px;
    }
  .nav .left li .hide_menu {
    top: 47px;
}
    .nav .right {
        margin-top: 8px;
    }
    .section1 .right ul li {
        padding: 19px 12px 20px 32px;
    }
    .section1 .right ul li:nth-of-type(2n) {
        padding-left: 46px;
        background-position: 12px 16px;
    }

    footer .left {
        width: 60%;
    }
    footer .left ul li {
        width: 180px;
    }
    footer .right {
        width: 40%;
        padding-top: 40px;
        padding-left: 0px;
    }
    footer .right .left_img img{
          width: 80px;
    padding-right: 20px;
    }
    footer .right .copyright {
        padding-top: 0px;
    }

    .zhuanti_page .left_menu ul li a {
        line-height: 48px;
        font-size: 14px;
    }
    .zhuanti_page .sectitle {
        padding: 30px 0 20px;
    }
    .zhuanti_page .page1 .left {
        height: 331px;
    }
    .zhuanti_page .page1 .right {
        padding: 30px 40px;
    }
    .zhuanti_page .page1 .right .info {
        height: 150px;
    }
    .downlist ul li img {
        height: 262px;
    }
    .page_con {
        padding: 40px 0 30px;
    }
    .downlist .downtitle {
        padding-bottom: 40px;
    }
    .downlist ul li {
        margin-bottom: 50px;
    }
    .downlist ul {
        margin-bottom: 40px;
    }

 .zhuanti_page_z .zhuanti1_item_cont .person{
        height: 215px;
    }
    .zhuanti_page_z .zhuanti1_item_cont .intro .word{
        font-size: 14px;
    }
    .zhuanti_page_z .kaimu_item .kaimu_item_cont .imgBox,
    .zhuanti_page_z .huiqianyulan_item .huiqianyulan_item_cont .img span,
    .zhuanti_page_z .zhuanti1_item_cont .bottomBox .img span{
        height: 150px;
    }
    .zilv_page_z .cont .left h1{
        font-size: 24px;
    }
    .zilv_page_z .cont .right .newsItem h1{
        font-size: 22px;
        margin-bottom: 12px;
    }
    .zhuantilist li a img {
    height: 192px;
}

}

  .search_hui{
            padding-top: 12px;
        }
        .search_hui .title_span{
            color: #43aca1;
            font-size: 16px;
            width: 90px;
            font-weight: 600;
        }
        .qimo8{ overflow:hidden; width: calc(100% - 90px);}
        .qimo8 .qimo {
            width:8000%;
            height: 17px;
        }
        .qimo8 .qimo div{
            float:left;
        }
        .qimo8 .qimo ul{
            float:left;
            overflow:hidden;
            zoom:1; }
        .qimo8 .qimo ul li{
            float:left;
            line-height: 18px;
            list-style:none;}
        .qimo8 li a{
            margin-right:8px;
            color:#444444;
        }
.firstRow{
      text-align: center;
}
.table_zuzhi{
  border-collapse: collapse;
}
.table_zuzhi td{
  border: 1px solid #ddd;
      padding: 2px 10px;
}