body{
    background-color: #fff;
  }
  .add-wxdiv {
    position: relative;
  }
  .add-wxcont {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 99999;
    right: -20px;
    top: 40px;
    display: none;
  }
  .nav ul li a{
    width: 150px;
  }
  .content{
    min-height: calc(100vh - 427px);
    padding-bottom: 20px;
  }
/*header*/
.header{
    background: url("../images/hebj.png") no-repeat 100% 100%;
    height: 285px;
}
.header-left{
    width:450px;
    font-size: 15px;
    color: #fff;
    height:60px;
    line-height:60px;
    text-align: right;
}
.header-left a{
    color: #fff;
}

.header-right{
    font-size: 15px;
    color: #fff;
    height:60px;
    line-height:60px;
}
.top-list span{
    display: inline-block;
    padding: 0 4px;
}
/*header end*/
/*logo-warp*/
.logo-warp{
    overflow: hidden;
    height: 165px;
}
.logo-margin{
    padding-top: 39px;
}
.logo{
    width:570px;
    height: 87px;
}
.logo img{
    width:570px;
    height: 87px;
}
.index-sech{
    margin-top: 20px;
}
.index-sech-bj{
    background-image: url("../images/bj-sech.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 380px;
    height: 50px;
}
.index-sech-input{
    font-size: 15px;
    width: 265px;
    margin-top: 13px;
    border: 0;
    margin-left: 20px;
    background: #f3f3f3;
}
.index-sech-sub{
    width: 81px;
    height: 50px;
    border: 0;
    opacity: 0;
    cursor: pointer;
}
.index-sech-input::-webkit-input-placeholder{
    /* WebKit browsers */
    color: #999;
}
.index-sech-input:-moz-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.index-sech-input::-moz-placeholder{
    /* Mozilla Firefox 19+ */
    color: #999;
}
.index-sech-input:-ms-input-placeholder{
    /* Internet Explorer 10+ */
    color: #999;
}
/*logo-warp end*/
/*nav*/
.nav-ul{
    width: 100%;
}
.nav{
    width: 100%;
}
.nav li{
    float: left;
    font-size: 17px;
    color: #fff;
    line-height: 60px;
    width: 12.5%;
}
.nav  ul li{
    position: relative;
    z-index: 9999;
}
.nav  ul li a{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
}
.nav  ul li >a:hover{
    background: #17b0c1;
    color: #fff;
}
.nav  ul li >a.active{
    background: #17b0c1;
    color: #fff;
}
.nav  ul li >a.activea{
    background: #17b0c1;
    color: #fff;
}
.nav .sub-section{
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
    left:0;
    display: none;
    padding: 0;
    background: rgba(7,77,163,0.8);
}
.nav .sub-section a{
    font-size: 16px;
    color: #fff;
    float: none;
    line-height: 50px;
    border-bottom: 0;
    padding: 0;
    text-align: center;
}
.nav .sub-section a:hover{
    background: #17b0c1;
    color: #fff;
}
/*nav end*/
/*通知公告*/
.index-hot{
    background: url("../images/hotbj.png") no-repeat 100% 100%;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index-hot .device{
    width: 1100px;
    height: 100px;
    position: relative;
    margin-left: 100px;
}
.index-hot .device .swiper-container{
    height: 100px;
}
.index-hoth3{
    font-size: 28px;
    color: #356eb4;
    line-height: 78px;
    width: 866px;
    margin: 9px auto 0;
    font-weight: bold;
    text-align: center;
}
.index-hoth3 a{
    color: #333333;
}
.index-hot .arrow-left {
    background: url(../images/hotup.png) no-repeat;
    position: absolute;
    right: 27px;
    top: 39%;
    margin-top: -12px;
    width: 24px;
    height: 13px;
    z-index: 9;
}
.index-hot .arrow-right {
    background: url(../images/hotdown.png) no-repeat;
    position: absolute;
    right: 27px;
    bottom: 39%
;
    margin-top: -12px;
    width: 24px;
    height: 13px;
    z-index: 9;
}
/*通知公告 end*/
/*学会动态*/
/*轮播*/
.index-oneleft{
    width: 510px;
    height: 360px;
}
.index-oneleft .device {
    width: 510px;
    height: 360px;
    position: relative;
}
.index-oneleft .swiper-container {
    width: 510px;
    height: 360px;
}
.index-oneleft .swiper-container .swiper-slide{
    position: relative;
    height: 360px;
}
.index-oneleft .swiper-container .swiper-slide img{
    max-width: 100%;
}
.swperpos{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.8);
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
.index-oneleft .pagination {
    position: absolute;
    text-align: right;
    bottom: 12px;
    width: 30%;
    z-index: 2;
    counter-reset: step;
    right: 15px;
}
.index-oneleft .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    cursor: pointer;
    text-align: center;
    background:#6c6a70;
    border-radius: 10px;
}
.index-oneleft .swiper-active-switch {
    background: #fff;
}
/*轮播 end*/
/*tab*/
.index-onemidd{
    width: 430px;
    height: 360px;
    margin-left: 20px;
}
.index-onemidd .tabs{
    font-size: 0;
}
.index-onemidd .tabs a{
    width: 213px;
    display: inline-block;
    font-size: 20px;
    color: #333333;
    text-align: center;
    background: #ecf2f9;
    height: 50px;
    line-height: 50px;
}
.index-onemidd .tabs a i{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.index-midicon1{
    background: url("../images/icon_01.png") no-repeat;
    width: 28px;
    height: 23px;
}
.index-midicon2{
    background: url("../images/icon_02.png") no-repeat;
    width: 26px;
    height: 20px;
}
.index-onemidd .tabs a:hover{
    color: #fff;
    background: #168c92;
}
.index-onemidd .tabs a:hover .index-midicon1{
    background: url("../images/icon_03.png") no-repeat;
}
.index-onemidd .tabs a:hover .index-midicon2{
    background: url("../images/icon_04.png") no-repeat;
}
.index-onemidd .tabs .active{
    color: #fff;
    background: #168c92;
}
.index-onemidd .tabs .active .index-midicon1{
    background: url("../images/icon_03.png") no-repeat;
}
.index-onemidd .tabs .active .index-midicon2{
    background: url("../images/icon_04.png") no-repeat;
}
.content-slide{
    margin-top: 19px;
}
.content-slide ul li{
    font-size: 17px;
    color: #666666;
    position: relative;
    margin-bottom: 9px;
}
.content-slide ul li a{
    color: #666666;
}
.content-slide ul li span{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}
.content-slide ul li:hover{
    color: #168c92;
}
.content-slide ul li:hover a{
    color: #168c92;
}
.content-slide ul li:hover span{
    color: #168c92;
}
.index-onemidd .swiper-container{
    height: 310px;
}
/*tab end*/
/*index-oneright*/
.index-oneright{
    width: 220px;
    height: 360px;
    background: #f3f2f2;
}
.index-onerightdiv{
    width: 190px;
    margin: 0 auto;
    background: #fff;
    padding: 5px;
    margin-top: 10px;
}
.index-onerighth3{
    background: url("../images/icon_dis_03.png") no-repeat;
    height: 71px;
    line-height: 71px;
    font-size: 26px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
}

.index-onerightul ul li{
    float: left;
    text-align: center;
    border-bottom: 1px dashed #f3f2f2;
    width: 50%;
    padding: 13px 0;
}
.index-onerighticon{
    height: 31px;
    text-align: center;
}
.index-onerighticon i{
    display: block;
    height: 31px;
    margin: 0 auto;
}
.index-onerightimg1{
    background: url("../images/inricon1.png") no-repeat;
    width: 24px;
}
.index-onerightimg2{
    background: url("../images/inricon2.png") no-repeat;
    width: 27px;
}
.index-onerightimg3{
    background: url("../images/inricon3.png") no-repeat;
    width: 27px;
}
.index-onerightimg4{
    background: url("../images/inricon4.png") no-repeat;
    width: 30px;
}
.index-onerightimg5{
    background: url("../images/inricon5.png") no-repeat;
    width: 33px;
}
.index-onerightimg6{
    background: url("../images/inricon6.png") no-repeat;
    width: 30px;
}
.index-onerightul ul li h3{
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}
.index-onerightul ul li:hover .index-onerightimg1{
    background: url("../images/inricon7.png") no-repeat;
}
.index-onerightul ul li:hover .index-onerightimg2{
    background: url("../images/inricon8.png") no-repeat;
}
.index-onerightul ul li:hover .index-onerightimg3{
    background: url("../images/inricon9.png") no-repeat;
}
.index-onerightul ul li:hover .index-onerightimg4{
    background: url("../images/inricon10.png") no-repeat;
}
.index-onerightul ul li:hover .index-onerightimg5{
    background: url("../images/inricon11.png") no-repeat;
}
.index-onerightul ul li:hover .index-onerightimg6{
    background: url("../images/inricon12.png") no-repeat;
}
.index-onerightul ul li:hover h3{
    color: #168c92;
}
/*index-oneright end*/
/*学会动态 end*/
/*学术交流*/
.index-twoleft{
    width: 585px;
    height: 390px;
}
.index-twoleft .tabs{
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    font-size: 19px;
    color: #dcdcdc;
    padding-bottom: 15px;
}
.tabsdiv a{
    color: #666666;
}
.tabsdiv a:hover{
    color: #168c92;
}
.tabsdiv .active{
    color: #168c92;
}
.index-twoleftmore{
    position: absolute;
    right: 0;
    top: 1px;
    color: #999999;
    font-size: 15px;
}
.index-twoleftdes{
    border-bottom: 1px dashed #dcdcdc;
    padding: 10px 0 10px;
}
.index-twoleftdes h3{
    font-size: 17px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 5px;
}
.index-twoleftdes span{
    display: block;
    font-size: 15px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 6px;
}
.index-twoleftdes p{
    font-size: 15px;
    color:#666666;
}
.index-twoleftdes p span{
    color: #999999;
    display: inline;
}

.index-twoleftul{
    margin-top: 15px;
}
.index-twoleftul li{
    background: url("../images/bg_info.png") no-repeat left center;
    font-size: 17px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 9px;
}
.index-twoleftul li a{
    color: #444444;
}
.index-twoleftul li span{
    position: absolute;
    right: 0;
    top:0;
    color: #999999;
}
.index-twoleft .swiper-container{
    height: 348px;
}


.index-tworight{
    width: 586px;
    height: 390px;
    overflow: hidden;
}
.index-tworight .tabs{
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.index-tworightbt{
    font-size: 19px;
    color: #168c92;
    width: 40%;
}
.index-tworightbt span{
    border-bottom: 3px solid #168c92;
    padding-bottom: 13px;
}
.tabsdivt{
    font-size: 0;
    height: 40px;
}
.tabsdivt a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    width: 98px;
    height: 40px;
    line-height: 41px;
    font-size: 15px;
    background: #f7f7f7;
    color: #333333;
    text-align: center;
}
.tabsdivt .active{
    background: #ffffff;
    border-bottom: 0;
    line-height: 41px;
}
/*时间轴*/
.event_list {
    width: 585px;
    float: right;
    background: url('../images/dian3.png') 83px 0 repeat-y;
    position: relative;
    margin-top: 10px;
}
.event_listpos{
    position: absolute;
    background: #fff;
    width: 20px;
    height: 16px;
    top: 0;
    left: 71px;
}
.event_list li {
    background: url('../images/jian.png') no-repeat  78px 17px;
    margin-bottom: 10px;
}

.event_list li span {
    width:75px;
    display: block;
    float: left;
    margin-top: 4px;
    color: #999999;
    font-size: 15px;
}

.event_list li div {
    width: 475px;
    display: inline-block;
    line-height: 25px;
    _float: left;
    margin-left: 35px;
}
.event_list li div h3{
    font-size: 17px;
    color: #168c92;
    line-height: 24px;
    padding-top: 5px;
}
.event_list li div p{
    font-size: 15px;
    color: #333333;
}
.event_list li div p span{
    color: #999999;
    display: inline;
    float: none;
}
.index-tworight .swiper-container{
    height: 348px;
}
/*时间轴 end*/
/*学术交流 end*/
/*轮播四个*/
/*轮播*/
.index-fourslide{
    padding-top: 20px;
    margin-bottom: 20px;
}
.index-fourslide .device {
    position: relative;
    height: 120px;
}
.index-fourslide .swiper-container {
    height: 120px;
    width: 1133px;
    margin: 0 auto;
}
.index-fourslide .swiper-slide {
    height: 100%;
    text-align: center;
}

.index-fourslide .swiper-slide-active {
    top: 0;
    opacity: 1;
}
.index-fourslide .device .arrow-left {
    background: url(../images/fourprev.png) no-repeat left top;
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -20px;
    width: 22px;
    height: 40px;
}
.index-fourslide .device .arrow-right {
    background: url(../images/fournext.png) no-repeat left bottom;
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -20px;
    width: 22px;
    height: 40px;
}
.index-fourslide .swiper-slide .title{
    width: 276px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}
.index-fourslide .swiper-slide .title img{
    width: 274px;
    height: 118px;
    border: 1px solid #dcdcdc;
    object-fit: cover;
}

/*轮播 end*/
/*轮播四个 end*/
/*政策法规*/
.index-fgleft{
    width: 588px;
    height: 328px;
}
.index-tabs{
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    font-size: 19px;
    color: #dcdcdc;
    padding-bottom: 15px;
}
.tabsdiv-fg a{
    color: #666666;
}
.tabsdiv-fg .active{
    color: #168c92;
}
.index-fgtmore{
    position: absolute;
    right: 0;
    top: 1px;
    color: #999999;
    font-size: 15px;
}
.index-fgul li{
    background: url("../images/fgicon.png") no-repeat left center;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    border-bottom: 1px dashed #dcdcdc;
    height: 47px;
    line-height: 47px;
}
.index-fgul li a{
    color: #333333;
}
.index-fgul li span{
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 14px;
    color: #999999;
}
.index-fgleft .swiper-container{
    height: 288px;
}
/*政策法规 end*/
/*广告*/
.index-adv{
    height: 130px;
    margin-top: 20px;
}
.index-adv img{
    max-width: 100%;
}
/*广告 end*/
/*友情链接*/
.index-likh3{
    font-size: 19px;
    color: #168c92;
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0;
}
.index-likh3 span{
    border-bottom: 3px solid #168c92;
    padding-bottom: 11px;
}
.index-linkul{
    font-size: 15px;
    color: #666666;
    margin: 20px 0;
}
.index-linkul a{
    color: #666666;
    padding: 0 13px;
}
/*.index-linkul a:first-child{*/
    /*padding-left: 0;*/
/*}*/
/*.index-linkul a:last-child{*/
    /*padding-right: 0;*/
/*}*/
/*友情链接 end*/
/*footer*/
.footernav{
    background: url("../images/fnbj.png") no-repeat 100% 100%;
    height: 260px;
    padding-top: 40px;
}
.footnavleft{
    width: 128px;
    height: 87px;
}
.footnavleft img{
    width: 128px;
    height: 87px;
}
.footnavright{
    width: 1024px;
    overflow: hidden;
}
.footnavright ul{
    margin-right: -159px;
}
.footnavright ul li{
    float: left;
    margin-right: 158px;
}
.footer-cont-lefttiti{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer-cont-lefta a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color:#fff;
}
.footer-cont-lefta a:hover{
    color: #0ad5f7;
}
.footerdon{
    background: #168c92;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 35px 0;
}
.footerdon a{
    color: #fff;
}
.footer-list span{
    margin-left: 20px;
}
.footer-list span:first-child{
    margin-left: 0;
}
/*footer end*/
/*关于我们*/
.page-slid{
    height: 192px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.pagtit{
    margin-top: 50px;
    margin-left: 60px;
}
.page-slidnav{
    background-color: rgba(0,0,0,0.5);
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 10px;
}
.page-slidnav a{
    color: #fff;
    padding: 0 10px;
}
.page-slidnav a:hover{
    color: #17b0c1;
}
.page-slidnav .active{
    color: #17b0c1;
}
.page-abh3{
    font-size: 24px;
    color: #168c92;
    padding: 10px 0;
    border-bottom: 1px solid #b8c4d1;
    position: relative;
}
.page-abh3 a{
    font-size: 14px;
    position: absolute;
    right: 0;
    color: #999999;
    top: 12px;
}
.page-abh3 a:hover{
    color: #168c92;
}

.index-dynamic-list{
    margin-top: 25px;
    padding-bottom: 30px;
}
.page-abimgdiv{
    width: 334px;
    height: 219px;
    border: 1px solid #b8c4d1;
    padding: 5px;
}
.index-dynamic-listh3{
    width: 834px;
}
.index-dynamic-listp{
    font-size: 16px;
    color: #333333;
    height: 219px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 12px;
}
.index-dynamic-listp span{
    color: #168c92;
}

.pageab-left{
    width: 580px;
    min-height: 255px;
}
.pageab-leftdes{
    background: #e5f1ff;
    /*height: 353px;*/
    overflow: hidden;
}
.pageab-leftdes h3{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 6px;
}
.pageab-leftdes{
    padding: 0 20px;
}
.pageab-leftdes p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.pageab-leftdes p span{
    color: #168c92;
}
.pageab-leftdes p:hover{
    color: #168c92;
}

.pageab-right{
    width: 580px;
    min-height: 255px;
}
.pageab-rightul{
    margin-top: -25px;
}
.pageab-rightul li{
    margin-bottom: 19px;
    height: 154px;
}
.pageab-rightp{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    width: 437px;
    margin-left: 20px;
}
.pageab-rightp:hover{
    color: #168c92;
}
.pageab-rightp span{
    color: #168c92;
}
.pageab-bmdiv{
    overflow: hidden;
    margin-top: 25px;
}
.pageab-bmdiv ul{
    margin-right: -35px;
    padding-bottom: 20px;
}
.pageab-bmdiv ul li{
    float: left;
    background: #dae5eb;
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    margin-right: 35px;
    margin-bottom: 20px;
}
.pageab-bmdiv ul li a{
    color: #333333;
}
.pageab-bmdiv ul li:hover a{
    color: #168c92;
}
.pageab-li{
    margin-top: 20px;
}
.pageab-li ul li{
    margin-bottom: 12px;
}
/*关于我们 end*/
/*党建工作*/
.workimg{
    display: block;
    width: 580px;
    height: 120px;
}
.workimg img{
    width: 578px;
    height: 118px;
    border: 1px solid #dcdcdc;
}
/*党建工作 end*/
/*信息与服务*/
.serverul{
    overflow: hidden;
}

.serverul ul li{
    float: left;
    width: 240px;
    text-align: center;
}
.serverimg{
    height: 70px;
    line-height: 70px;
}
.serverimg img{
    max-width: 100%;
    vertical-align: middle;
}
.serverul ul li h3{
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}
/*信息与服务 end*/
/*关于我们简介*/
.page-addres{
    background-color:#f7f7f7;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e9e9e9;
}
.pagenewshome{
    font-size: 14px;
    color: #333333;
}
.pagenewshome a{
    color: #333333;
}
.pagenewshome > a + a:before {
    content: '>';
    padding-right: 6px;
    opacity: 1;
}
.pagenewshome a:hover{
    color: #0855b5;
}
.pagenewshome .active{
    color: #0855b5;
}

.about-twopage{
    margin-top: 30px;
}
.about-twoh3{
    background: url("../images/aboh3bj.png") no-repeat;
    height: 40px;
    width: 174px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    /*padding-left: 30px;*/
    margin-bottom: 30px;
    text-align: center;
}
.TextTitle {
    width:100%;
    padding: 17px 0;
    overflow: hidden;
    border-bottom: 3px solid #19628f;
    text-align: center;
    padding-top: 0;
}
.TextTitle h3 {
    color: #0f56a5;
    font-size: 24px;
	font-weight:bold;
}
.TextTitle .shar {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    margin-top: 5px;
}
.TextTitle .shar .bdsharebuttonbox {
    display: inline-block;
    overflow: hidden;
    top: 6px;
    position: relative;
}
.bdshare-button-style2-24 a {
    width:25px !important;
    height: 25px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding:0 !important;
}
.bds_weixin:hover{
    background: url(../images/fx-ico.png) no-repeat!important;
}
.bds_weixin{
    background: url(../images/fx-hover1.png) no-repeat!important;
}

.bds_tsina:hover{
    background: url(../images/fx-ico2.png) no-repeat!important;
}
.bds_tsina{
    background: url(../images/fx-hover2.png) no-repeat!important;
}

.bds_qzone:hover{
    background: url(../images/fx-ico3.png) no-repeat!important;
}
.bds_qzone{
    background: url(../images/fx-hover3.png) no-repeat!important;
}

.bds_sqq:hover{
    background: url(../images/fx-ico4.png) no-repeat!important;
}
.bds_sqq{
    background: url(../images/fx-hover4.png) no-repeat!important;
}

.recpagep {
    margin-top: 30px;
    padding-bottom: 30px;
}
.recpagep p {
	margin-top:10px !important;
    font-size: 18px !important;
    color: #666666 !important;
	line-height:1.75em !important;
}
.recpagep p span{
	font-size: 18px !important;
    color: #666666 !important;
	line-height:1.75em !important;
}
.recpagep img{
    max-width: 100%;
}
.recpagep p img{
    max-width: 100%;
}
/*关于我们简介 end*/
/*领导介绍*/
.about-twoul .pageab-rightp{
    width: 1053px;
}
.about-twoul li{
    border-bottom: 1px dashed #dcdcdc;
    height: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* 分页 */
.page {
    width: 100%;
    margin:25px auto;
}
.page .pagination {
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    margin-top: 23px;
}
.pagination li {
    float: left;
    margin-right: 15px;
}
.pagination li a, .pagination li span {
    color: #999;
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    display: block;
}
.pagination li a:hover, .pagination li.active a {
    background: #0a52a4;
    border-color: #0a52a4;
    color: #fff;
}
.pagination li.prev a, .pagination li.next a, .pagination li.prev span, .pagination li.next span {
    width: 88px;
}
.page .text {
    display: block;
    padding: 0px 5px;
    line-height: 40px;
    float: left;
    font-size: 14px;
}
.page .input {
    display: block;
    width: 40px!important;
    height: 40px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
}
.page .text {
    display: block;
    padding: 0px 5px;
    line-height: 40px;
    float: left;
    font-size: 14px;
}
.page .go-page {
    display: block;
    width: 60px!important;
    height: 40px!important;
    line-height: 40px!important;
    float: left;
    text-align: center;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
}
/* 分页 end */
/*分页*/
.add-page{
    margin:25px auto;
    width: 565px;
}
.add-page ul li{
    display: inline-block;
}
.add-page ul li a{
    display: block;
    font-size: 14px;
    color: #999999;
    border: 1px solid #dcdcdc;
    border-radius:3px;
    padding: 7px 15px;
    margin-right: 2px;
}
.add-page ul li .add-page-first{
    padding: 7px 23px;
}
.add-page ul li .border-none{
    border: 0;
}
.add-page-number{
    width: 38px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding-left: 0 !important;
    border-radius:3px;
}
.add-page-submit{
    width: 58px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding-left: 0 !important;
    border-radius:3px;
    cursor: pointer;
    background: #ffffff;
}
.add-page ul li a:hover{
    color: #168c92;
}
.add-page ul li .active{
    background: #168c92;
    color: #fff;
    border: 1px solid #168c92;
}
.add-page ul li .active:hover{
    color: #fff;
}
/*分页 end*/
/*领导介绍 end*/
/*部门介绍*/
.pageab-bm{
    width: 1200px;
}
/*分篇*/
.jourPages{
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.jourPages a {
    width: 100%;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
}
.jourPages a:hover{
    color: #168c92;
}
/*分篇*/
/*部门介绍 end*/
/*新闻动态*/
.newstwoul{
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}
/*新闻动态 end*/
/*会员入会*/
.pexuform{
    width: 890px;
    margin: 0 auto;
    margin-top: 40px;
}
.pexuform ul li{
    margin-bottom: 20px;
}
.pexlabel{
    font-size: 14px;
    color: #333333;
    float: left;
    width: 170px;
    text-align: right;
    margin-right: 18px;
    line-height: 40px;
}
.pageinput{
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 9px;
    width: 406px;
}
.pexselect{
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 9px;
    width: 430px;
    outline: none;
}
.pexuyzm{
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 9px;
    width: 261px;
}
.pexyzmimg{
    width: 140px;
    height: 40px;
    vertical-align: middle;
    background: #0075c1;
    font-size: 14px;
    text-align: center;
    border: 0;
    color: #fff;
    padding-left: 0;
}

.pexpasub{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 189px;
}
.pexsubinpt{
    background: #168c92;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border: 0;
}
.pexuredio{
    width: 406px;
    height: 40px;
    line-height: 40px;
}
.pexuredio input{
    vertical-align: middle;
}
.pexbt{
    color: #e62727;
    margin-left: 10px;
}
/*会员入会 end*/
.page-newswdith{
    width: auto;
    overflow: hidden;
}
.page-newsdiv ul{
    margin-right: -50px;
}
.page-newsdiv ul li{
    float: left;
    width: 580px;
    margin-right: 41px;
}
.recaddiv{
    font-size: 14px;
    color: #2f73bc;
    padding: 5px 0;
}
.recaddiv a{
    color: #2f73bc;
}
.recaddivsub{
    text-align: center;
    padding-top: 21px;
}
.recaddsubm{
    background: #0c53a3;
    font-size: 14px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border: 0;
    text-align: center;
    width: 165px;
    border-radius: 3px;
    cursor: pointer;
}

.addserver{
    background: #eeeeee;
    border: 1px solid #dcdcdc;
    padding:17px 26px;
    margin-bottom: 20px;
}
.addserver-topleft{
    width: 235px;
    padding-top: 14px;
}
.addserver-radio{
    margin-right: 20px;
    vertical-align: sub;
}
.addserver-topright{
    background: url("../images/adsevbj.png") no-repeat;
    width: 886px;
    height: 50px;
}
.addsever-topsech{
    width: 740px;
    margin-top: 13px;
    padding-left: 20px;
    border: 0;
    margin-left: 5px;
}
.adsever-topsub{
    width: 120px;
    padding-left: 0;
    height: 48px;
    border: 0;
    background: transparent;
    opacity: 0;
    cursor: pointer;
}
.add-server-cont{
    background: #fff;
    padding: 20px 22px;
    margin-top: 15px;
}
.add-severtab{
    width: 100%;
}
.add-severtab tr th{
    width: 25%;
    font-size: 16px;
    color: #fff;
    background: #064ca2;
    padding: 12px 0;
    text-align: center;
}
.add-severtab tr td{
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 14px 0;
}
.add-severtab tr:nth-child(even) td{
    background: #f2f2f2;
}
.content {
    min-height: calc(100vh - 427px);
    font-size: 16px;
  }

  .web-tab {
	padding: 20px 0;
}

.web-tab-list {
	display: inline-block;
	position: relative;
	background-color: #e7eaee;
	color: #555c69;
	font-size: 18px;
	width: 300px;
	line-height: 64px;
	text-align: center;
	margin: 0 4px 16px;
}

.web-tab .on,
.web-tab-list:hover {
	cursor: pointer;
	background-color: #0099cc;
	color: #ffffff;
}

.web-tab .on::after,
.web-tab-list:hover::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background-color: #0099cc;
	transform: rotate(45deg);
	border-radius: 2px;
}
.web-con{
    padding-bottom: 20px;
    font-size: 18px;
  }
.web-con-list img{
  width: 100%;
  height: auto;
  display: block;
}
  .underline {
    text-align: center;
    position: relative;
  }

  .underline:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 4px;
    bottom: -19px;
    left: 50%;
    margin-left: -22px;
    background: #00c250;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }

  .big-title {
    margin-bottom: 57px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
  }
  .ico-msg, .arr, .login-form label, .login-common .cbx, .cms-notice h2, .cms-notice .ico-new, .ico-refresh, .platform .ico, .accordion .ico, .applyment .ico, .dialog-hd .ico-cls {
    background: url(../images/sprite.png) no-repeat;
    overflow: hidden;
}
  /*平台能力 begin*/
.platform{margin-top:74px;overflow: hidden;padding-bottom: 40px;padding-left: 4px;}
.platform .wrap{position:relative}
.platform li{float:left;width:calc(25% - 30px);margin-right:38px}
.platform li a{display:block;height:330px;padding:0 32px;text-align:center;background:#fff;border:2px solid #fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 2px 10px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.1);box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}
.platform li a:hover{border-color:#00c250;color:#00c250;text-decoration:none}
.platform .last{margin-right:0}
.platform .ico{display:block;width:80px;height:80px;}
.platform .ability .ico{background-position:0 0}
.platform .ability:hover .ico{background-position:0 -80px}
.platform .operate .ico{background-position:-80px 0}
.platform .operate:hover .ico{background-position:-80px -80px}
.platform .capital .ico{background-position:-160px 0}
.platform .capital:hover .ico{background-position:-160px -80px}
.platform .safety .ico{background-position:-240px 0}
.platform .safety:hover .ico{background-position:-240px -80px}
.platform .ctr{width:80px;height:80px;padding:20px;margin:34px auto 0;background:#fafafa;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}
.platform .tit{margin-top:14px;font-size:18px;color:#333;line-height:1.4;font-weight:700}
.platform .tit:after{width:34px;bottom:-15px;margin-left:-17px;background:#f4f4f4}
.platform .txt{color:#999;font-size:12px;margin-top:29px;line-height:20px}
.platform .more{position:absolute;top:8px;right:0;font-size:12px}
.platform .more a{color:#333}
.platform .more a:hover{color:#00c250;text-decoration:none}
.platform .more .arr{display:inline-block;width:7px;height:12px;margin-left:7px;vertical-align:middle;line-height:999px;overflow:hidden;background-position:-177px -173px}
.platform .more a:hover .arr{color:#00c250;background-position:-186px -173px}
/*平台能力 end */
/*快速入驻 begin */
.applyment{margin-top:74px;overflow: hidden;padding-bottom: 40px;}
.applyment li{float:left;width:185px;height:180px;padding:22px 26px;margin-right:155px;position:relative;border:1px solid #eee;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.applyment li.last{margin-right:0}
.applyment .wrap{width:100%}
.applyment .flow-sheet{overflow:hidden}
.applyment .flow-sheet ol{width:120%}
.applyment .flow-sheet li{float:left;width:241px;height:175px;padding:22px 26px;margin-right:155px;position:relative;color:#333;background-color:#fff;border:1px solid #eee;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.applyment .flow-sheet .arr{width:18px;height:30px;position:absolute;right:-86px;top:50%;margin:-10px 0 0 0;background-position:-158px -160px}
.applyment .flow-sheet .num{font-size:60px;font-family:Arial;font-weight:700;line-height:1}
.applyment .flow-sheet .tit{font-size:18px;margin-top:10px;font-weight:700}
.applyment .flow-sheet .txt{font-size:12px;color:#999;line-height:1.8;margin-top:10px}
.applyment .flow-sheet .ico{width:52px;height:52px;position:absolute;top:26px;right:22px}
.applyment .flow-sheet .ico-datum{background-position:0 -160px}
.applyment .flow-sheet .ico-audit{background-position:-52px -160px}
.applyment .flow-sheet .ico-agree{background-position:-104px -160px}
.applyment .flow-opt{margin-top:38px;text-align:center}
.applyment .flow-opt .btn-apply{display:inline-block;padding:0;width:310px;height:50px;line-height:50px;font-size:16px}
.btn-primary{display:inline-block;min-width:60px;height:30px;line-height:30px;padding:0 22px;text-align:center;background:#00c250;color:#fff!important;font-size:14px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.applyment .flow-opt .btn-apply{display:inline-block;padding:0;width:310px;height:50px;line-height:50px;font-size:16px}
/*快速入驻 end */

.content-top-img{
	position: relative;
	margin-top: 16px;
    min-height: 200px;
}
.content-top-img img{
    width: 100%;
    height: 100%;
}
.content-top-img .title{
	position: absolute;
	top: 64px;
	left: 132px;
	font-size: 48px;
	font-weight: bold;
	color: #168c92;
	line-height: 1;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
    letter-spacing:12px
}
.content-top-img .wait{
    width: 500px;
    background-color: rgba(255, 255, 255,.6);
    position: absolute;
	top: 140px;
	left: 132px;
    padding: 20px;
    font-size: 20px;
    line-height: 1.75;
    color: #168c92;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.content-wait{
    display: none;
}
/* 解决方案 begin------------------------------ */
.solution-list .link-solution,
.solution-detail .link-solution{color:#00c250!important;border-color:#00c250!important;}
.fixed{position:fixed!important;top:0;z-index:9;}
.header.fixed{width:100%;background:#FFF; z-index: 11}
.multiplex-tab.fixed{width:726px;top:136px;}
.depict-side.fixed{top:138px;left:50%;margin-left:240px;}
/* 清除浮动 */
.clr:after,.wrap:after,.form-item:after,.form-group:after,.button-group:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.clr,.wrap,.form-item,.form-group,.button-group{zoom:1;}
/* 圆角投影 */
.box-set{display:block;color:#333!important;background:#fff;border:2px solid #fff;border-radius:5px;box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);border:1px solid #e7eaf0\0;*border:1px solid #e7eaf0;} :root .box-set{border:2px solid transparent;}
.box-set:hover{text-decoration:none;border-color:#00c250;}
.box-set:hover .iconfont{color:#00c250;}
.box-set.disabled{-moz-opacity:0.5;opacity:0.5;}
.box-set.disabled:hover{cursor:default;border-color:#fff;}
.box-set.disabled:hover .iconfont{color:#5d5d5d;}

.solution-list .header{margin-bottom:0;}
.solution-list .solution-list-item{margin-bottom:60px;border-bottom:1px solid #EEE;}
.solution-list .solution-list-item.last{padding-bottom:0;margin-bottom:0;border-bottom:none;}
.solution-list .solution-list-item .wrap{margin-bottom:60px;position:relative;}
.solution-list .solution-hd{width:168px;position:absolute;top:50%;margin:-45px auto 0;text-align:center;}
.solution-list .solution-hd .tit{font-size:18px;font-weight:700;}
.solution-list .solution-hd .tit:after{bottom:-14px;background:#00c250;}
.solution-list .solution-hd .ico{display:block;width:52px;height:52px;margin:0 auto 5px;font-size:52px;}
.solution-list .solution-bd{ float:left;padding-left:2px;border-left:168px solid #FBFBFB;}
.solution-list .solution-bd ul{margin-top:-30px;}
.solution-list .solution-bd li{float:left;width:313px;margin: 30px 0px 0 30px;}
.solution-list .solution-bd li a{color:#333;}
.solution-list .solution-bd li a:hover{text-decoration:none;border-color:#00c250;}
.solution-list .solution-bd li .tit{height:26px;overflow:hidden;font-size:16px;padding: 8px 8px 0;}
.solution-list .solution-bd li .txt{height:22px;overflow:hidden;font-size:12px;color:#AAA;padding: 0 8px 8px;}
.solution-list .banner {height: 300px; text-align: center; background: #e8e8e8; margin-bottom: 60px;}
.solution-list .banner img {height: 100%; }
.solution-img{
    width: 100%;
    height: 150px;
  }
  .solution-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* 解决方案  end ------------------------------ */

@media screen and (max-width:500px) {
    .header{
        height: auto;
    }
    .header-right{
        padding: 0 8px;
    }
    .logo-margin{
        padding: 16px;
        box-sizing: border-box;
    }
    .logo-warp{
        height: auto;
    }
    .logo{
        width: 100%;
        height: auto;
    }
    .logo img{
        width: 100%;
        height: auto;
    }
    .header-left{
        display: none;
    }
    .nav{
        background-color: #168a91;
    }
    .nav-ul{
        margin-bottom: 0;
    }
    .nav li{
        width: 25%;
    }
    .w1200{
        width: 100%;
    }
    .w1200 img{
        width: 100%;
    }
    .web-tab-list{
        width: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    .content-top-img{
        height: 200px;
    }
    .content-top-img .title,.content-top-img .wait{
        width: calc(100% - 100px);
        left: 40px;
    }
    .content-top-img .wait{
        display: none;
    }
    .content-wait{
        display: block;
        background-color: rgba(255, 255, 255,.6);
        padding: 20px;
        font-size: 20px;
        line-height: 1.75;
        color: #168c92;
        text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
    }
    .platform li {
        float: left;
        width: calc(100% - 30px);
        margin-right: 39px;
        margin-left: 15px;
        margin-bottom: 12px;
    }
    .applyment .flow-sheet li{
        width: calc(100% - 150px);
        height: auto;
        margin-left: 12px;
        margin-bottom: 8px;
    }
    .solution-list .solution-hd {
        width: 100%;
        position: absolute;
        top: 45px;
        margin: 0;
        text-align: center;
    }
    .solution-list .solution-bd{
        width: 100%;
        border-left: 0 solid #FBFBFB;
        border-top: 168px solid #FBFBFB;
    }
}