@import url(iconfont.css);
html,
body {
    margin: 0;
    font-family: "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 1.5;
    color: #313131;
    word-wrap: break-word;
    background-color: #fff
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
    vertical-align: top;
    transition:1s
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

.mt50{
    margin-top: 50px;
}

.pt0{
    padding-top: 0px !important;
}

.line {
    border-top: 1px solid #d2d2d2;
}
.bgf9{
    background: #f9f9f9;
}
.hidden{
    overflow: hidden;
}
.mb0{ margin-bottom: 0px !important}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w1200 {
    width: 1440px;
    margin: 0 auto;
}
.w960{
    width:960px;
    margin: 0 auto;
}
.clearfix::after{
    content: '';
    display: table;
    clear: both;
}
@font-face {
    font-family: 'Conv_Knockout-HTF29-JuniorLiteweight';
    src: url('fonts/Knockout-HTF29-JuniorLiteweight.eot');
    src: local('☺'), url('fonts/Knockout-HTF29-JuniorLiteweight.woff') format('woff'), url('fonts/Knockout-HTF29-JuniorLiteweight.ttf') format('truetype'), url('fonts/Knockout-HTF29-JuniorLiteweight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*header*/
header {
    
    height: 115px;
    box-shadow: 0px 5px 8px 1px rgba(161,164,166, .25);
    background: linear-gradient(to bottom, #ffffff,#feffff, #f6f8f8);
    /* border-bottom: 1px solid #a1a4a6; */
}
.header{
    position: relative;
    
}
.logo {
    margin-top: 30px;
}

.menu {
    margin-left: 20px;
}

.menu > ul > li {
    float: left;
    position: relative;
}

.menu > ul > li:after {
    
}

.menu > ul > li:last-child:after {
    display: none;
}

.menu > ul > li > a {
    color: #232323;
    font-size: 18px;
    display: block;
    margin: 0 30px;
    line-height: 115px;
    position: relative;
}

.menu > ul > li:hover:after,
.menu > ul > li.active:after {
    display: none;
}
 
.menu > ul > li:hover > a::before,
.menu > ul > li.active > a::before {
     content: '';
     width: 100%;
     height: 3px;
     display: block;
     background-color: #36a497;
     position: absolute;
     top: 0;
}
.menu > ul > li i.iconfont{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: flex;
    font-size: 12px;
    align-items: center;
}
.menu > ul > li > ul {
    background: #f9f9f9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    display: none;
    margin: 0 -1px;
    position: absolute;
    z-index: 999;
    width: calc(100% + 2px);
}

.menu > ul > li > ul > li > a {
    color: #232323;
    font-size: 18px;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #d8edeb;
}

.menu > ul > li > ul > li > a:hover {
    background: #d8edeb;
}

.menu > ul > li:hover > ul {
    display: block;
}

.userlogin {
    margin-top: 33px;
}

.userlogin a.u-btn {
    height: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    background: #3c9e94;
    border-radius: 30px;
    line-height: 30px;
    display: inline-block;
}

.userlogin a.login {
    background: #56bfb5;
}

.userlogin a.so {
    width: 30px;
    
	padding: 8px;
    float: right;
    text-align: center;
}
.userlogin a.so img{
	display:block;	
}
.search-box {
    height: 40px;
    line-height: 40px;
    border: #cacbcb 1px solid;
    background: #fff;
    border-radius: 30px;
    padding: 0 12px;
    width: 415px;
    margin-top: 35px;
}
.search-box i.iconfont{
    color: #c8c8c8;
}

.search-box .keyword {
    background: none;
    border: none;
    color: #777777;
    width: calc(100% - 25px);
    font-size: 14px;
    line-height: 40px;
    outline: none;
}

.search-box .so-btn {
    background: #3c9e94;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 12px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
/**/
.index-banner {
    overflow: hidden;
    width: 100%;
}

.main-slider {
    position: relative;
    text-align: center;
}
.main-slider .swiper-slide{
  
}
 
.main-slider .swiper-pagination {
   
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}
.feature-post {
    width: 418px;
    height: 610px;
    overflow: hidden;
}

.feature-post li:first-child {
    margin-bottom: 10px;
}

.feature-post li {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.feature-post li img {
    display: block;
    width: 100%;
}

.feature-post li .info {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:50px 25px 25px;
    color: #fff;
    background: linear-gradient(to top, black, transparent);
}

.feature-post li .info .title {
    font-size: 26px;
}

.feature-post li .info .desc {
    font-size: 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*公共标题*/
.public{
    margin-top: 120px;
    margin-bottom: 75px;
    text-align: center;
    overflow: hidden;
    clear: both;
}
.public h2{
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.public span{
    font-size: 20px;
    color:#535353;
    /*text-transform:uppercase;*/
}


.sec-panel0{
    background:linear-gradient(to bottom,#e7e7e7,#fff);
    
    padding-bottom: 110px;
    overflow: hidden;
}
.sec-panel0 ul li {
    width: 340px;
    float: left;
    margin-right: 25px;
}
.sec-panel0 ul li:last-child{
    margin-right: 0px;;
}
.sec-panel0 ul li .img-box{
    border-radius: 20px;
    overflow: hidden;
}
.sec-panel0 ul li .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sec-panel0 ul li:hover .img-box img{
    transform: scale(1.1);
}
.sec-panel0 ul li .info{
    margin-top: 30px;

}
.sec-panel0 ul li .info h2{
    font-size: 30px;
    color: #000;
}
.sec-panel0 ul li .info h2 .icon-shuxian{
    font-size: 30px;
    color: #36a497;
}
.sec-panel0 ul li .info p{
    color:#8a8a8a;
    font-size: 18px;
    padding: 0 13px;
}
.sec-panel0 ul li .info p .icon-jiahao{
    font-size: 18px;
    color: #36a497;
    float: right;
    font-weight: bold
}
.sec-panel0.huodong {
    background: #fff;
    padding-top: 100px;
}
/*年度精选*/
.sec-panel1{
    background-color: #f9f9f9;
    overflow: hidden;
}
.sec-panel1 .public{
    margin-top: 65px;
}
.sec-panel1-box{
     position: relative;
     margin-bottom: 120px;
}

.sec-panel1-box .main-ndjx {
     margin: 0 45px;
     position: relative;
}
.sec-panel1-box .main-ndjx a{
    display: block;
    background: linear-gradient(to bottom,transparent,#fff);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sec-panel1-box .main-ndjx .top {
   color:#7c7c7c;
   font-size: 26px;
   text-align: center;
   line-height:1.5;
}
.sec-panel1-box .main-ndjx .img-box{
    border-radius: 20px;
    overflow: hidden;
}
.sec-panel1-box .main-ndjx .img-box:hover img{
    transform: scale(1.1);
}
.sec-panel1-box .main-ndjx .title{
    font-size: 16px;
    color: #313131;
    padding: 10px 40px;
    height: 68px;
}
.sec-panel1-box .main-ndjx .icon-btn{
    text-align: center;
}
.sec-panel1-box .main-ndjx .icon-btn span{
    display: inline-block;
    width: 70px;
    height: 25px;
    background-color: #36a497;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
 
.sec-panel1-box .swiper-button-prev:after,
.sec-panel1-box .swiper-button-next:after{
   color: #7c7c7c;
   font-size: 36px;
}
/*活动形式*/
.sec-panel2{
    background: #f9f9f9;
    overflow: hidden;
    padding-bottom: 140px;
}
.sec-panel2-box ul li{
    width: 380px;
    float: left;
    margin-right: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 35px 40px;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.sec-panel2-box ul li:nth-of-type(3n){
    margin-right: 0px;
}
.sec-panel2-box ul li .title{
    font-size: 24px;
    color: #313131;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1;
}
.sec-panel2-box ul li dl dd{
    font-size: 18px;
    color: #7d7d7d;
    margin-bottom: 5px;
    background: url("../images/quan.jpg") left center no-repeat;
    padding-left: 20px;
}
.sec-panel2-box ul li .more{
    margin-top: 30px;
    font-size: 16px;
    color: #7d7d7d;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.sec-panel2-box ul li:hover{
    border: 1px solid #72cac2;
    box-shadow: 0 0 13px 2px rgba(16 ,120,110,.21);
    background: #f4fefd;
}
.sec-panel2-box ul li:hover .title{
    color: #10786e;
}
.sec-panel2-box ul li:hover .more{
    color: #3c9e94;
    border-bottom: 1px solid #3c9e94;
}

/*精选文章*/
.sec-panel3-box{
    padding-bottom: 110px;
}
.sec-panel3-box .left{
    width: 855px;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.sec-panel3-box .left ul li{
    width: 285px;
    padding: 0 10px;
    float: left;
    overflow: hidden;
}
.sec-panel3-box .left ul li a{
    display: block;
    padding: 0 10px;
}
.sec-panel3-box .left ul li a .img{
    margin: 0 -10px;
    border-radius: 10px;
    overflow: hidden
}
.sec-panel3-box .left ul li a .img img{
    display: block;
}

.sec-panel3-box .left ul li .nd{
    font-size: 18px;
    color: #fff;
    background: #3c9e94;
    padding: 5px 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
}
.sec-panel3-box .left ul li .title{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #313131;
}
.sec-panel3-box .left ul li .author{
    margin-top: 25px;
    margin-bottom: 10px;
}
.sec-panel3-box .left ul li .author span{
    color:#3c9e94;
    font-size: 16px;
    padding-right: 15px;
}
.sec-panel3-box .left ul li .author i{
    font-size: 16px;
    color: #898989;
    float: right;
}
.sec-panel3-box .left ul li .desc{
    font-size: 18px;
    color:#535353;
}
.sec-panel3-box .left ul li .arrow{
    margin: 30px 0 40px;
    height: 11px;
}
.sec-panel3-box .left ul li:hover {
    background: #f4fefd;

    border-radius: 10px;
}
.sec-panel3-box .left ul li:hover .title{
    color: #10786e;
}
.sec-panel3-box .left ul li:hover .arrow{
    background: url("../images/more.png")right no-repeat;
}
.sec-panel3-box .left .item-list{

}
.sec-panel3-box .left .item-list .item{
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
.sec-panel3-box .left .item-list .item a{
    display: block;
    padding: 25px 10px 25px 15px;
}
.sec-panel3-box .left .item-list .item .date{
    width: 100px;
    height: 100px;
    background: #3c9e94;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-right: 30px;
}
.sec-panel3-box .left .item-list .item .date p{
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}
.sec-panel3-box .left .item-list .item .date span{
    font-size: 16px;
}
.sec-panel3-box .left .item-list .item .info{
    width: 700px;
}
.sec-panel3-box .left .item-list .item .info .title{
    color:#313131;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.sec-panel3-box .left .item-list .item .info .title .nd{
    font-size: 18px;
    color: #fff;
    background: #3c9e94;
    padding: 5px 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
}
.sec-panel3-box .left .item-list .item .info .author span{
    color: #3c9e94;
    font-size: 16px;
    padding-right: 15px;
}
.sec-panel3-box .left .item-list .item .info .author i{
    font-size: 16px;
    color: #898989;
}
.sec-panel3-box .left .item-list .item .info .desc{
    color:#535353;
    font-size: 18px;
    margin-top: 10px;
}
.sec-panel3-box .left .item-list .item a:hover{
    background: #f4fefd;
}
.sec-panel3-box .left .item-list .item a:hover .info .title{
    color: #10786e;
}

.sec-panel3-box .right{
    width: 335px;
    background: #f9f9f9;
    padding: 10px;
}
.sec-panel3-box .right .title{
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom ,#78d7d0 ,#50b8ae);
    font-size: 26px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    letter-spacing: 4px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.sec-panel3-box .right ul li{
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    border:1px solid #fff;
    margin-bottom: 10px;
}
.sec-panel3-box .right ul li .img {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.sec-panel3-box .right ul li .img img{
    width: 100%;
    display: block;
}
.sec-panel3-box .right ul li .info{
    float: left;
    width: 190px;
}
.sec-panel3-box .right ul li .info .tit{
    color: #313131;
    font-size: 22px;
    margin-bottom: 5px;
}
.sec-panel3-box .right ul li .info .desc{
    font-size: 17px;
    color: #a0a0a0;
}
.sec-panel3-box .right ul li:hover{
    border: 1px solid #56bfb5;
    background: #f4fefd;
}
.sec-panel3-box .right ul li:hover .info .tit{
    color:#10786e;
}

.sec-panel3-box .left .swiper-pagination{
    left: auto;
    right: 20px;
    width: auto;
}
.sec-panel3-box .left .swiper-pagination-bullet-active{
    width: 30px;
    background: #56bfb5;
    border-radius: 10px;
    outline: none;
}

/*会员风采*/
.sec-panel4{
    background: linear-gradient(to bottom,#b4ebe6,#7dcfc8);
    overflow: hidden;
    padding-bottom: 90px;
}
.sec-panel4 .public{
    margin-top: 80px;
}
.sec-panel4 .public h2{
    color: #3f3a39;
}
.sec-panel4 .public span{
    color: #3f3a39;
}
.sec-panel4-box {
    padding: 0 35px;
}
.sec-panel4-box .swiper-item{
    position: relative;
    text-align: center;
}
.sec-panel4 .sec-panel4-box .swiper-button-next:after,
.sec-panel4 .sec-panel4-box .swiper-button-prev:after{
    font-size: 32px;
    color: #399f94;
}
.sec-panel4-box .gallery-left{
    width: 315px;
    float: left;
    border-right: 1px solid #e9e9e9;
}
.sec-panel4-box .gallery-left ul {
    margin-right: 65px;
}
.sec-panel4-box .gallery-left ul li{
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    border-radius: 28px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #3f3a39;
    font-size: 24px;
    clear: both;
    float: left;
    width: 100%;
    cursor: pointer;
}
.sec-panel4-box .gallery-left ul li i{
    font-size: 28px;
    float: right;
    font-weight: bold;
    display: none;
}
.sec-panel4-box .gallery-left ul li.on{
    background-color: #e9e9e9;
}
.sec-panel4-box .gallery-left ul li.on i{
    display: block;
}
.sec-panel4-box .gallery-right{
    float: right;
    width: 1000px;
}
.sec-panel4-box .gallery-right .gallery-thumbs{
    width: 880px;
}
.sec-panel4-box .gallery-right .gallery-thumbs .box{
    width: 165px;
    width: 100%;
    margin: auto;
}
.sec-panel4-box .gallery-right .gallery-thumbs .box .img-box{
    border-radius: 100%;
    overflow: hidden;
    width: 165px;
    height: 165px;
    margin: auto;
}
.sec-panel4-box .gallery-right .gallery-thumbs .box .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-panel4-box .gallery-right .gallery-thumbs .box .info{
    margin-top: 20px;
    color: #3f3a39;
}
.sec-panel4-box .gallery-right .gallery-thumbs .box .info .title{
    font-size: 22px;
}
.sec-panel4-box .gallery-right .gallery-thumbs .box .info .subtitle{
    font-size: 18px;
    margin-top: 5px;
}

/* 会员单位 */
.sec-panel5 .sec-panel5-box{
    position: relative;
     margin-bottom: 120px
}
.sec-panel5 .sec-panel5-box .main-member{
    width: 1000px;
    text-align: center;
}
.sec-panel5 .sec-panel5-box .swiper-button-next{
    right:60px
}
.sec-panel5 .sec-panel5-box .swiper-button-prev{
    left: 60px;
}
.sec-panel5 .sec-panel5-box .swiper-button-next:after,
.sec-panel5 .sec-panel5-box .swiper-button-prev:after{
    font-size: 36px;
    color: #b2b2b2;
}
    /*活动论坛*/
.list-banner{
    margin-top: 20px;
    overflow: hidden;
}
.list-banner-wrap{
    width: 1010px;
    position: relative;
}
.list-banner-slide{
    width: 418px;
    height: 326px;
    background: url("../images/hdlt_bg.jpg")top center no-repeat;
    background-size:cover;
    position: relative;
}
.list-banner-slide a.btn{
    display: block;
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    background: #56bfb5;
    border-radius: 10px;
    margin: 170px auto 0;
}
.list-container{
    margin-bottom: 80px;
}
.list-container .public{
    margin-top: 60px;
    margin-bottom: 50px;
}


.post-loop{
    /* padding-bottom: 50px; */
}

.post-loop .item{
    padding: 25px 40px 25px 35px;
    border: 2px solid transparent;
    border-radius: 10px;
}

.post-loop .item .item-img{
    width: 274px;
    height: 157px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 50px;
}
.post-loop .item .item-img img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.post-loop .item:hover .item-img img{
    transform: scale(1.1);
}
.post-loop .item .item-date{
    margin-right: 40px;
    color: #818181;
}
.post-loop .item .item-date span{
    font-size: 30px;
}
.post-loop .item .item-date p{
    font-size: 18px;
}
.post-loop .item .item-content{
    width: 810px;
}
.post-loop .item .item-content h2 a{
    font-size: 22px;
    color: #313131;
    margin-bottom: 13px;
    display: block;
}
.post-loop .item .item-content .item-excerpt{
    font-size: 16px;
    color: #535353;
    margin-bottom: 13px;
}
.post-loop .item .item-content .item-more a{
    font-size: 16px;
    color: #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.post-loop .item .item-icon a{
    border:2px solid #d5d5d5;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: url(../images/arrow.png) center no-repeat;
}
.post-loop .item:hover{
    border-color: #56bfb5;
}
.post-loop .item:hover .item-date,
.post-loop .item:hover .item-content h2 a,
.post-loop .item:hover .item-content .item-more a{
    color:#56bfb5;
    border-color:#56bfb5;
}
.post-loop .item:hover .item-icon a{
    border-color:#56bfb5;
    background: #56bfb5 url(../images/arrow_hover.png) center no-repeat;
}

.post-left{
    width: 310px;
}
.post-left dl dt{
  
    border-bottom: 1px solid #ccc;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #2e2e2e;
}
.post-left dl dt a i{
    color: #36a497;
    font-size: 19px;
    font-weight: bold;
}
.post-left dl dd{
    border-bottom: 1px solid #ccc;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #2e2e2e;
    padding-left: 19px; 
}
.post-left dl dd:last-child{border-bottom:0px}
.post-left dl a{
    display: block
}
.post-left dl dd:hover a{
    color: #36a497;
}
.pd-box .post-loop{
    width: 1050px;
}
.pd-box .post-loop .item{
    padding: 20px 0px;
}
.pd-box .post-loop .item .item-img{
    width: 230px;
    height: 132px;
    margin-right: 35px;
}

.pd-box .post-loop .item .item-content{
    border-bottom: 1px solid #d2d2d2;
    width: 780px;
}
.pd-box .post-loop .item .item-date{
    color: #54bcb2;
}
.pd-box .post-loop .item .item-date span{
    font-size: 17px;
}
.pd-box .post-loop .item .item-date p {
    font-size: 16px;
    font-weight: bold;
}

.pd-box .post-loop .item .item-content .cont{
   width: 600px;
}
.pd-box .post-loop .item .item-content .cont h2 a{
    font-size: 18px;
}
.pd-box .post-loop .item .item-content .cont .item-excerpt{
    font-size: 14px;
    height: 42px;
    overflow: hidden;
}
.pd-box .post-loop .item .item-content .cont .author{
    padding-bottom: 15px;
}
.pd-box .post-loop .item .item-content .cont .author span{
    color: #3c9e94;
    font-size: 14px;
    padding-right: 15px;
}
.pd-box .post-loop .item .item-content .cont .author i{
    font-size: 14px;
    color: #898989;
}
.pd-box .post-loop .item:hover{
    border-color: transparent;
}

.pd-box .post-loop .item .item-content .item-icon{
    font-size: 16px;
    font-weight: bold;
    color: #54bcb2;
}

.page{
    margin: 40px auto;
}


.page-nav ul li {
    width: 335px;
    float: left;
    margin-right: 15px;
}
.page-nav ul li:first-child{
    width: 380px;
    margin-right: 25px;
}
.page-nav ul li:last-child{
    margin-right: 0px;;
}
.page-nav ul li .img-box{
    border-radius: 20px;
    overflow: hidden;
}
.page-nav ul li .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page-nav ul li:hover .img-box img{
    transform: scale(1.1);
}
.page-nav ul li .info{
    margin-top: 20px;

}
.page-nav ul li .info h2{
    font-size: 20px;
    color: #000;
    text-align: left;
    font-weight: normal;
    padding-left: 20px;
}
.page-nav ul li .info h2 .icon-shuxian{
    font-size: 20px;
    color: #36a497;
    display: inline-block;
    font-weight: bold;
}
.page-nav ul li .cur .info h2{
    color: #36a497;
}
.page-box .public{
    margin-bottom: 0px;
    padding-bottom:20px;
    width: 960px;
    margin-left:auto;
    margin-right: auto;
    border-bottom: 2px solid #52bbb1;
}
.page-box .public span{display:none}
.page-box-content{
    padding-top: 30px;
    /*background: linear-gradient(to bottom,#ececec,#ffffff);*/
}

.page .pagination li{
    display: inline-block;
    margin: 0 10px;
}
.page .pagination li a{
    font-size: 18px;
    color: #7d7d7d;
    padding: 0px 10px;
    border-radius: 8px;
}
.page .pagination li.active a,
.page .pagination li:hover a{
    background: #dcf1ef;
    color: #4fb8ad;
}
.page .pagination li.prev a{
    background: url("../images/prev.png") center no-repeat;
}
.page .pagination li.next a{
    background: url("../images/next.png") center no-repeat;
}

/* 发展历程时间表 */
#timeline {
	position: relative;
	margin: 50px auto;
	padding: 25px; 
	 
 
	box-sizing: border-box;
}
 
#timeline::before {
	content: '';
	position: absolute;
	left: 26.2%;
	width: 4px;
	height: 100%;
	background: #a4d9d4;
}
 
#timeline ul {
	margin: 0;
	padding: 0;
}
 
#timeline ul li {
	list-style: none;
	line-height: normal;
	position: relative;
	width: 75%;
	padding: 20px 40px;
	box-sizing: border-box;
	float: right;;
	text-align: left;
	clear: both;
}
 
#timeline ul li::before{
	content: '';
	position: absolute;
	top: 24px;
	left: -4px;
	width: 10px;
	height: 10px;
	background: #56bfb5;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(86, 191, 181, 0.2);
}
 
#timeline ul li h3 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #56bfb5;
    float: left;
}
 
#timeline ul li .desc {
	margin-left:30px;
	padding: 0;
    float: left;
    width: 530px;
    font-size: 18px;
    color: #000;
}
 
#timeline ul li .time h4 {
	margin: 0;
	padding: 0;
	font-size: 45px;
    color: #56bfb5;
}
 
 
#timeline ul li .time {
	position: absolute;
	top: 0px;
	left: -165px;
	margin: 0;
	padding: 0px;
	
}



.breadcrumb {
    font-size: 16px;
    color: #a0a0a0;
    margin-top: 30px;
    margin-bottom: 40px;
}
.breadcrumb i{
    background: url("../images/position.png") left center no-repeat;
    padding-left: 22px;
}
.breadcrumb a{
    font-size: 16px;
    color: #a0a0a0;
}

.type-title{
    font-size: 30px;
    color: #313131;
    margin-bottom: 40px;
}

.subnav ul li{
    width: 383px;
    margin-right: 20.5px;
    padding: 12px;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    background: #f9f9f9;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.subnav ul li:nth-of-type(3n){
    margin-right: 0;
}

.subnav ul li:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 28px;
    background: #56bfb5;
    border-radius: 6px;
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -14px;
}
.subnav ul li a{
    font-size: 26px;
    color: #313131;
    padding-left: 10px;
    line-height: 49px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subnav ul li a i{
    display: block;
    width: 49px;
    height: 49px;
    float: left;
    margin-right: 8px;
}
.subnav ul li a .li1{
    background: url("../images/icon07.png") left center no-repeat;
}
.subnav ul li a .li2{
    background: url("../images/icon08.png") left center no-repeat;
}
.subnav ul li a .li3{
    background: url("../images/icon09.png") left center no-repeat;
}
.subnav ul li a .li4{
    background: url("../images/icon10.png") left center no-repeat;
}
.subnav ul li a .li5{
    background: url("../images/icon11.png") left center no-repeat;
}
.subnav ul li a .li6{
    background: url("../images/icon12.png") left center no-repeat;
}
.subnav ul li:hover,
.subnav ul li.active{
    border-color: #56bfb5;
    background: #f4fefd;
}
.subnav ul li:hover:before,
.subnav ul li.active:before{
    display: none;
}
.subnav ul li:hover a,
.subnav ul li.active a{
    color: #10786e;
}
.subnav ul li:hover a .li1,
.subnav ul li.active a .li1{
    background: url("../images/icon07_on.png") left center no-repeat;
}
.subnav ul li:hover a .li2,
.subnav ul li.active a .li2{
    background: url("../images/icon08_on.png") left center no-repeat;
}
.subnav ul li:hover a .li3,
.subnav ul li.active a .li3{
    background: url("../images/icon09_on.png") left center no-repeat;
}
.subnav ul li:hover a .li4,
.subnav ul li.active a .li4{
    background: url("../images/icon10_on.png") left center no-repeat;
}
.subnav ul li:hover a .li5,
.subnav ul li.active a .li5{
    background: url("../images/icon11_on.png") left center no-repeat;
}
.subnav ul li:hover a .li6,
.subnav ul li.active a .li6{
    background: url("../images/icon12_on.png") left center no-repeat;
}

.list-list{
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 70px;

}
.list-list ul li{
    padding: 25px 22px;
    margin-right: 120px;
}

.list-list ul li .item-date{
    width: 100px;
    height: 100px;
    border:2px solid #313131;
    text-align: center;
    color: #313131;
    border-radius: 8px;
    margin-right: 45px;
}
.list-list ul li .item-date span{
    font-size: 48px;
    font-weight: bold;
    margin-top: 12px;
    display: inline-block;
    line-height: 1;
}
.list-list ul li .item-date p{
    font-size: 16px;
}

.list-list ul li .item-content{
    width: 900px;
}
.list-list ul li .item-content h2{
    margin-bottom: 12px;
}
.list-list ul li .item-content h2 a{
    font-size: 22px;
    display: inline-block;
    float: left;
    max-width:300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-list ul li .item-content h2 .meta{
    font-size: 16px;
    color: #7d7d7d;
    float: left;
    margin-left: 25px;
    font-weight: normal;
    line-height: 1;
    padding-top: 12px;
    display: none;
}
.list-list ul li .item-content h2 .meta i{
    padding-left: 15px;
}
.list-list ul li .item-content .item-excerpt{
    font-size: 18px;
    color: #535353;
}
.list-list ul li:hover{
    background: #eef8f7;
}
.list-list ul li:hover .item-date{
    border-color: #3c9e94;
    background: #3c9e94;
    color: #fff;
}
.list-list ul li:hover .item-content h2 a{
    color: #3c9e94;
}
.list-list ul li:hover .item-content h2 .meta{
    display: block;
}

    /*活动报道详情页*/
.linear-bg{
    background: linear-gradient(to bottom,#fff,#f1f1f1);
}    
.article-clean{
    padding: 20px 65px 100px;
}
.article-clean h1.title{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.article-clean .meta{
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 50px;
}

.article-clean .meta .date{
    color: #898989;
    padding-left: 20px;
}
.details{
    color: #434343;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.details p{
    padding-bottom: 10px;
}
.page_turn{
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    line-height: 2.2;
}
.page_turn a{
    display: block;
    font-size: 16px;
    color: #434343;
}
.page_turn a:hover{
    color:#3c9e94;
}

    /*精选文章*/
.list-banner-wrap .swiper-pagination {
    width: auto !important;
    right: 15px;
    left: auto !important;
    bottom: 21px !important
}
.list-banner-wrap .swiper-pagination .swiper-pagination-bullet-active{
    background: white;
}
.list-banner-slide .title a{
    display: block;
    font-size: 26px;
    color: #fff;
}
.list-banner-slide .desc a{
    font-size: 20px;
    color: #fff;
    display: block;
}
.list-banner-slide .info{
    position: absolute;
    bottom:55px;
    width: 100%;
    padding: 0 30px;
}

.list-scroll{
    margin-bottom: 100px;
    overflow: hidden;
}
.list-scroll ul{
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0px;
}
.list-scroll ul::-webkit-scrollbar {
    height: 15px;
    border: 2px solid #f6f6f6;
    border-radius: 8px;
}
.list-scroll ul::-webkit-scrollbar-track {

}
.list-scroll ul::-webkit-scrollbar-thumb {
    background-color:#eee;
    height: 13px;
    border-radius:13px;
}
.list-scroll ul li{
    display: inline-block;
    width: 220px;
    border:2px solid #f0f0f0;
    border-radius: 10px;
    padding: 5px 12px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 30px;

}

.list-scroll ul li .img {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    overflow: hidden;
    margin: 30px auto 20px;
}
.list-scroll ul li .info .tit{
    font-size: 20px;
    color: #313131;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.list-scroll ul li .info .desc{
    color:#a0a0a0;
    font-size: 16px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}
.list-scroll ul li .more{
    font-size: 14px;
    color: #56bfb5;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    display: block;
    margin: 0 10px;
}
.list-scroll ul li:hover{
    border-color: #67c5bc;
}
.list-scroll ul li:hover .info .tit a{
    color: #3c9e94;
}
.list-scroll ul li:hover .more{
    border-color: #56bfb5;
}
.list-bg{
    background: linear-gradient(to bottom,#ececec,#ffffff);

}
.list-box-wrap{
    /* background: #fff;
    border-radius: 10px; */
    overflow: hidden;
    padding:40px 0px 40px 0px;
    margin-bottom: 100px;
    border-top: 2px solid #52bbb1;
}
.list-box-wrap .item-list{
    margin-bottom: 80px;
}
.list-box-wrap .item-list .item{
    margin-top:30px;
}
.list-box-wrap .item-list .item .img{
    width: 292px;
    height: 157px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-right: 30px;
}
.list-box-wrap .item-list .item .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-box-wrap .item-list .item:hover .img img{
    transform: scale(1.1);
}
.list-box-wrap .item-list .item .img a{
    display: block;
    position: relative;
    height: 100%;
}
.list-box-wrap .item-list .item .img a i{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    background: linear-gradient(to left, #56bfb5, transparent);
    font-size: 33px;
    color: #fff;
    text-align: right;
    padding-right: 15px;
    padding-top: 50px;
}
.list-box-wrap .item-list .item .date{
    width: 110px;
    height: 110px;
    
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    margin-top: 15px;
    border: 2px solid #5dbfb5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #54bcb2;
}
.list-box-wrap .item-list .item .date p{
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
}
.list-box-wrap .item-list .item .date span{
    font-size: 23px;
}
.list-box-wrap .item-list .item a.item-content{
    padding: 10px 15px;
    display: block;
    border-bottom:1px solid #d2d2d2;
}
.list-box-wrap .item-list .item .info{
    width: 970px;
    padding-right: 30px;
}
.list-box-wrap .item-list .item .info .title{
    color:#313131;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.list-box-wrap .item-list .item .info .author span{
    color: #3c9e94;
    font-size: 14px;
    padding-right: 15px;
}
.list-box-wrap .item-list .item .info .author i{
    font-size: 14px;
    color: #898989;
}
.list-box-wrap .item-list .item .info .desc{
    color:#535353;
    font-size: 16px;
    height: 75px;
    overflow: hidden;
}
.list-box-wrap .item-list .item a.item-content:hover{
    background: #f4fefd;
}
.list-box-wrap .item-list .item a.item-content:hover .info .title{
    color: #55aba2;
}

.article-wz{
    margin-bottom: 100px;
}

.article-wz .left{
    width: 1060px;
    padding: 60px 70px;
}
.article-wz .left h1.title{
    font-size: 30px;
    margin-bottom: 15px;
}
.article-wz .left .meta{
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 50px;
}

.article-wz .left .meta .date{
    color: #898989;
    padding-left: 20px;
}



.article-wz .right{
    width: 356px;
}
.columnist-slider .title{
    padding: 15px 18px;
    border-bottom: 1px solid #e5e5e5;
}
.columnist-slider .title h2{
    font-size: 16px;
    color: #434343;
    font-weight: normal;
}
.columnist-slider .title .more{
    font-size: 14px;
    color: #959595;
    padding-top: 3px
}
.columnist-slider ul{
    margin: 30px 18px;
}
.columnist-slider ul li{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border:1px solid #fff;
    margin-bottom: 10px;
}
.columnist-slider ul li .img {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}
.columnist-slider ul li .img img{
    width: 100%;
    display: block;
}
.columnist-slider ul li .info{
    float: left;
    width: 210px;
}
.columnist-slider ul li .info .tit{
    color: #313131;
    font-size: 16px;
    margin-bottom: 5px;
}
.columnist-slider ul li .info .desc{
    font-size: 12px;
    color: #a0a0a0;
}
.columnist-slider ul li:hover{
    border: 1px solid #56bfb5;
    background: #f4fefd;
}
.columnist-slider ul li:hover .info .tit{
    color:#10786e;
}
.zhuanlan-btn{
    background: linear-gradient(to bottom,#78d7d0,#50b8ae);
    padding: 15px 0;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
}
.zhuanlan-btn h3{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.zhuanlan-btn p{
    font-size: 20px;
}
.zhuanlan-btn p:last-child{
    text-indent: 6em;
}

.weixin {
    margin-top: 60px;
    text-align: center;
    font-size: 18px;
}

    /*专栏作者*/
.author-box{
    margin: 30px;
    overflow: hidden;
}
.author-box .img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
}
.author-box .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-box .tit{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.author-box .desc{
    font-size: 16px;
    color: #7d7d7d;
}

.modname{
    font-size: 18px;
    padding: 25px 30px 0;
    position: relative;
    font-weight: normal;
}
.modname:before{
    content: '';
    width: 4px;
    height: 18px;
    background: #56bfb5;
    display: block;
    float: left;
    margin-top: 5px;
    border-radius: 2px;
    margin-right: 10px;
}
.author-wrap .list-list ul{
    margin: 0 25px;
}
.author-wrap .list-list ul li{
    margin-right: 70px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.author-wrap .list-list ul li:last-child{
    border-bottom: none;
}
.author-wrap .list-list ul li .item-content h2 a{
    max-width: 100%;
}
.author-wrap .list-list ul li:hover{
    background: #fff;
}
.author-wrap .list-list ul li .nd {
    font-size: 18px;
    color: #fff;
    background: #3c9e94;
    padding: 3px 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    right: 42px;
    display: none;
}
.author-wrap .list-list ul li:hover .nd{
    display: block;
}

    /*会议报名*/
.list-container .bm-left{
    width: 470px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.list-container .bm-left .bm-left-head-bg{
    background: #5ec6bc;
    height: 270px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.list-container .bm-left .bm-left-head{
    padding: 35px;
    z-index: 2;
    position: relative;
}
.list-container .bm-left .bm-left-head .title{
    color: #fff;

    margin-bottom: 30px;
}
.list-container .bm-left .bm-left-head .title .title-en{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.list-container .bm-left .bm-left-head .title .title-cn{
    font-size: 22px;
    font-weight: normal;
}

.list-container .bm-left .bm-left-head .title .right{
    padding-top: 10px;
}

.list-container .bm-left .bm-left-head .banner img{
    width: 100%;
    display: block;
}

.bm-left-list {
    padding: 0 35px 35px;
}
.bm-left-list  .item{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.bm-left-list  .item:last-child{
    border-bottom: none;
}
.bm-left-list  .item a{
    display: block;
}

.bm-left-list  .item .info{
    background: url("../images/dian.png") left 12px no-repeat;
    padding-left: 16px;
}
.bm-left-list  .item .info .title{
    color:#313131;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.bm-left-list  .item .info .desc{
    color:#535353;
    font-size: 16px;
    margin-bottom: 20px;
}
.bm-left-list  .item .info .author span{
    color: #3c9e94;
    font-size: 14px;

}
.bm-left-list  .item .info .author i{
    font-size: 14px;
    color: #898989;
    float: right;
}

.bm-left-list  .item a:hover .info .title{
    color: #3c9e94;
}

.bm-left-list  .item a:hover .info{
    background: url("../images/dian_on.png") left 12px no-repeat;
}

.list-container .bm-right{
    width: 695px;

}


.list-container .bm-right .bm-right-wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.bm-box h2.title {
    padding: 20px 20px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    font-weight: normal;
}

.bm-box h2.title i {
    width: 5px;
    height: 25px;
    background-color: #56bfb5;
    display: inline-block;
    border-radius: 2px;
    margin-right: 10px;
    float: left;
    margin-top:7px ;
}

.bm-box-list {
    padding:  20px;
}

.bm-box-list .item {
    margin-bottom:17px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    padding: 25px 20px;
}

.bm-box-list .item h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.bm-box-list .item .price {
    font-size: 22px;
    color: #3c9e94;
    font-weight: bold;
}

.view-border-bottom {
    border-bottom: #dcdcdc 1px solid;
    padding-bottom: 5px;
}

.bm-box-list .item .item-content {
    font-size: 16px;
    color: #707070;
    margin: 20px 0 0;
    line-height: 1.8;
    background: url(../images/i.png) left 8px no-repeat;
    background-size: 14px 14px;
    text-indent: 20px;
}

.bm-box-list .item .item-promo {
    margin-top: 20px;
}

.bm-box-list .item .item-promo h3 {
    font-size: 18px;
    color: #434343;
    margin-bottom: 10px;
    font-weight: normal;
}

.bm-box-list .item .item-promo input {
    border: #dcdcdc 1px solid;
    border-radius: 5px;
    height: 40PX;
    padding: 0 10px;
    width: 100%;
    outline: none;
}

.bm-box-list .active,
.bm-box-list .item:hover {
    border-color: #56bfb5;
    background-color: #f4fefd;
}

.bm-box .item-tips {
    font-size: 20px;
    color: #535353;
    line-height: 1.8;
    text-align: justify;
}

.bm-btn {
    margin: 50px auto 0;
    outline: none;
    border: none;
    width: 330px;
    height: 65px;
    font-size: 25px;
    color: white;
    background: linear-gradient(to bottom, #78d7d0, #50b7ad);
    border-radius: 10px;
    letter-spacing: 3px;
    display: block;
    line-height: 65px;
}

    /*执委委员会*/
.nybanner{
    margin: 45px auto 0;
    text-align: center;
}
.organization dl{
    float: left;
    width: 215px;
}
.organization dl dt{
    width: 215px;
    height: 55px;
    background: #56bfb5;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.organization dl dd{
    color: #535353;
    font-size: 18px;
    text-align: center;
}
.organization dl dd:nth-of-type(1){
    font-size: 19px;
    font-weight: bold;
}

.organization span{
    margin: 10px 47px;
    display: block;
    float: left;
}
.organization span img{
    display: block;
}

.organization-wrap{
    margin-top: 40px;
}
.organization-wrap .item-box{
    margin-bottom: 35px;
}
.organization-wrap .item-box h2.title{
    font-size: 20px;
    padding:20px 30px;
    font-weight: normal;
    border-bottom: 1px solid #ececec;

}
.organization-wrap .item-box h2.title i{
    display: block;
    width: 4px;
    height: 18px;
    background: #56bfb5;
    float: left;
    margin-top: 6px;
    border-radius: 2px;
    margin-right: 10px;
}
.organization-wrap .item-box .item-list .item{
    text-align: center;
    margin-top: 45px;
    float: left;
    width: 370px;
    margin-right: 45px;
}
.organization-wrap .item-box .item-list .item:nth-of-type(3n){
    margin-right: 0px;
}
.organization-wrap .item-box .item-list .item .item-img{
    width: 235px;
    height: 250px;
    margin: 0 auto;
    border-radius: 150px;
    overflow: hidden;
}
.organization-wrap .item-box .item-list .item h2{
    font-size: 24px;
    margin-top: 10px;
}
.organization-wrap .item-box .item-list .item p{
    font-size: 18px;
}

.organization-wrap .item-box .box-show{
    display: none;
}
.organization-wrap .item-box .box-show .bgfix{
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.organization-wrap .item-box .box-show .box-show-content{
    position: fixed;
    height: 665px;
    background: #fff;
    border-radius: 10px;
    z-index: 999;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 70px 55px;
}

.organization-wrap .item-box .box-show .box-show-content .show-img{
    width: 250px;
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 40px;
}
.organization-wrap .item-box .box-show .box-show-content .show-body{
    width: 500px;
    text-align: left;
}
.organization-wrap .item-box .box-show .box-show-content .show-body .title{
    color: #3c9e94;
    overflow:hidden;
    margin-bottom: 25px;
}
.organization-wrap .item-box .box-show .box-show-content .show-body .title h3{
    margin-right: 20px;
    float: left;
    font-size: 24px;
}
.organization-wrap .item-box .box-show .box-show-content .show-body .title p{
    float: left;
    padding-top: 7px;
    font-size: 18px;
}
.organization-wrap .item-box .box-show .box-show-content .show-body .show-body-text{
    font-size: 16px;
    color: #535353;
    line-height: 1.8;
}

.organization-wrap .item-box .box-show .box-show-content .closebtn{
    position: absolute;
    right: 25px;
    top:25px;
    cursor: pointer;
    overflow:hidden;
}
.organization-wrap .item-box .item-list .swiper-button-next{
    background: url("../images/team_r.png") no-repeat;
    width: 28px;
    height: 86px;
    margin-top: -14px;
    outline: none;
}
.organization-wrap .item-box .item-list .swiper-button-prev{
    background: url("../images/team_l.png") no-repeat;
    width: 28px;
    height: 86px;
    margin-top: -14px;
    outline: none;
}
.organization-wrap .item-box .item-list .swiper-button-next:after,
.organization-wrap .item-box .item-list .swiper-button-prev:after{
    display: none;
}

    /*会员*/
.my-userinfo{
    margin-bottom: 25px;
}
.my-info{
    width: 355px;
    height: 340px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.my-info .my-avatar{
    border-radius: 100%;
    width: 120px;
    height: 120px;
    border: 4px solid #acb8d0;
    overflow:hidden;
    margin: 40px auto 25px;
}
.my-info .my-avatar.vip{
    border-color: #f99624;
}
.my-info .my-avatar img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}
.my-info .isvip{
    display: block;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}
.my-info .my-user-info{
    margin-top: 10px;
}
.my-info .my-user-info .user-name{
    font-size:  24px;
    color:#3c9e94;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.my-info .my-user-info .my-text{
    font-size: 18px;
    color:#535353;
    margin-bottom: 5px;
}
.my-info .my-user-info .vip-due-info{
    font-size: 14px;
    color:#959595;
}
.my-info .vip-due-info a{
    color:#3c9e94;
}
.my-banner{
    width: 822px;
}

.my-user-list{
    border-radius: 10px;
    overflow: hidden;
}
.my-user-loop{
    margin: 20px 45px;
    overflow: hidden;
}
.my-user-loop .item{
    padding: 25px 0px;
    border-bottom: 1px solid #d2d2d2;
}
.my-user-loop .item .item-date{
    width: 100px;
    height: 100px;
    border:2px solid #313131;
    color: #313131;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-right: 30px;
}
.my-user-loop .item .item-date p{
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}
.my-user-loop .item .item-date span{
    font-size: 16px;
}
.my-user-loop .item .item-img{
    width: 175px;
    height: 100px;
    border-radius: 10px;
    overflow:hidden;
    margin-right: 30px;
}
.my-user-loop .item .item-img img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.my-user-loop .item .item-content{
    width: 500px;
}
.my-user-loop .item .item-content h2{
    font-size: 22px;
    margin-bottom: 15px;
}
.my-user-loop .item .item-content .desc{
    font-size: 18px;
    color: #535353;
}

.my-user-loop .item .item-isbm {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-right: 50px;
    width: 122px;
}
.my-user-loop .item .item-isbm .n-bm {
    color: #a0a0a0;

}

.my-user-loop .item .item-isbm .btn {
    margin-top: 10px;
    color: #fff;
    background: #3c9e94;
    padding: 5px 25px;
    border-radius: 20px;
    display: block;
}

.my-user-loop .item .item-isbm .y-bm {
    color: #3c9e94;
    margin-top: 30px;
}

.my-user-loop .more {
    margin-top: 60px;
    display: inline-block;
    font-size: 20px;
    color: #3c9e94;
    border-bottom: 1px solid #3c9e94;
    margin-bottom: 30px;
}

.user-information {
    margin: 65px 0;
    font-size: 0;
}

.user-information a {
    width:360px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to bottom, #78d7d0, #50b7ad);
    border-radius: 10px;
    font-size: 29px;
    color: #fff;
    letter-spacing: 3px;
    margin-right: 60px;
}
.user-information a:last-child{
    margin-right: 0px;
}

    /*联系我们*/
.sub-nav {
    margin-bottom: 60px;
    overflow: hidden;
}
.sub-nav ul li{
    width: 380px;
    height: 55px;
    background: #b5e8e3;
    border-radius: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    float: left;
    margin-right: 30px;
}
.sub-nav ul li:last-child{
    margin-right: 0px;
}
.sub-nav ul li a{
    display: block;
    color: #fff;
}
.sub-nav ul li.active,
.sub-nav ul li:hover{
    background: #6cd1c7;
}
.contact dl{
    width: 50%;
    float: left;
    margin: 0 0px 30px;
    text-align: left;
}
.contact dl dt{
    font-size: 24px;
    color: #54bdb3;
    margin-bottom: 5px;
}
.contact dl dd{
    font-size: 22px;
    color: #221815;
}
.contact-map{
    margin-top: 50px;
    margin-bottom: 60px;
}
.contact-map .item{
    width: 50%;
    padding-right: 30px;
}
.contact-map .item .map{
    margin-bottom: 40px;
    border: 2px solid #fff;
}
.contact-map .item b{
    font-size: 22px;
    color: #3c9e94;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}
.contact-map .item p{
    font-size: 18px;
}
    /*大事记*/
.c-shaft{
    margin-bottom: 180px;
}
.c-shaft .c-shaft-top,
.c-shaft .c-shaft-bottom
{
    background: url(../images/dotted.png) 365px 0 repeat-y;
    height: 37px;
}
.c-shaft .c-shaft-left{
    padding-left: 405px;
    background: url(../images/dian5.png) 365px 0 repeat-y;
}
.c-shaft .c-shaft-left li{
    padding-bottom: 60px;

}
.c-shaft .c-shaft-left li:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/jian.png) left top no-repeat;
    margin-left: -43px;
    float: left;
}

.c-shaft .c-shaft-left li .c-date .y{
    font-family: "Conv_Knockout-HTF29-JuniorLiteweight";
    font-size: 75px;
    color: #56bfb5;
    margin-left: -200px;
    float: left;
    line-height: 1;
    margin-top: -28px;
}
.c-shaft .c-shaft-left li .c-date .m{
    font-size: 22px;
    color: #56bfb5;
    transform: translateY(-11px);
    display: block;
}
.c-shaft .c-shaft-left li .c-content{
    margin-left: 30px;
    transform: translateY(-7px);
}
.c-shaft .c-shaft-left li .c-content .c-imgs img{
    margin-right: 5px;
    border-radius: 10px;
    height: 135px;
    display: inline-block;
}
.c-shaft .c-shaft-left li .c-content .title{
    font-size: 18px;
    margin-bottom: 20px;
}

    /*公司理念*/
.c-concept{
    margin-bottom: 80px;
}
.c-concept .c-concept-top,
.c-concept .c-concept-bottom
{
    background: url(../images/dotted.png) 596px 0 repeat-y;
    height: 37px;
}
.c-concept .c-concept-left{
    padding-left: 630px;
    background: url(../images/dian5.png) 596px 0 repeat-y;
}
.c-concept .c-concept-left li{
    padding-bottom: 20px;
}
.c-concept .c-concept-left li:nth-child(odd){
    text-align: right;
    transform: translateX(-630px);
}
.c-concept .c-concept-left li:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/jian.png) left top no-repeat;
    margin-left: -37px;
    float: left;
}
.c-concept .c-concept-left li:nth-child(odd):before{
    float: right;
    margin-left: auto;
    margin-right: -34px;
}
.c-concept .c-concept-left li .c-content{
    transform: translateY(-17px);
}

.c-concept .c-concept-left li .title{
    margin-bottom:10px;
    font-size: 28px;
    color: #3c9e94;
}
.c-concept .c-concept-left li p{
    font-size: 20px;
    margin-bottom: 10px;
}
.c-concept-empty{
    margin-bottom: 160px;
}
    /*footer*/
footer{
    background: linear-gradient(to bottom,#54bdb3,#49b1a6);
}
.footer{
    padding: 70px 0 90px;
}
.footer .left ul {
    padding-bottom: 65px;
}
.footer .left ul li {
    float: left;
    color: #e4f3f1;
}
.footer .left ul li a{
    padding: 0 30px;
    color: #e4f3f1;
    font-size: 18px;
}
.footer .left ul li:first-child a{
    padding-left: 0px;
}

.footer .left dl dt{
    font-size: 16px;
    color: #e4f3f1;
    margin-bottom: 15px;
}
.footer .left dl dd{
    font-size: 14px;
    color: #e4f3f1;
    margin-bottom: 5px;
}

.footer .right{
    margin-top: 20px;
    color: #e4f3f1;
    text-align: right;
    font-size: 14px;
}
.footer .right .ewm{
    margin-bottom: 10px;
}
.footer .right .ewm img{
    width: 130px;
}
.footer .right a{
    color: #e4f3f1;
    font-size: 14px;
}


/*pics-list-price*/
.pics-list-price li {
    width: 25%;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

.pics-list-price li a {
    display: block;
    margin: 0 10px 10px;
    overflow: hidden;
    border: #eaeaea 1px solid;
    padding-bottom: 10px;
    transition: .5s;
}

.pics-list-price li i {
    height: 170px;
    line-height: 170px;
    text-align: center;
    overflow: hidden;
    display: block;
    background: #fcfcfc;
}

.pics-list-price li i img {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    transition: .5s;
}

.pics-list-price li i:hover img {
    transform: scale(1.2);
}

.pics-list-price li h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    margin: 5px 0;
    font-weight: normal;
    padding: 0 10px;
}

.pics-list-price li p {
    font-size: 13px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    margin: 10px 0;
    padding: 0 10px;
}

.pics-list-price span.price-area {
    float: left;
    display: block;
    font-size: 18px;
    color: #ff6600;
    padding-left: 10px;
}

.pics-list-price span.pics-btn {
    float: right;
    background: #ff5522;
    border-radius: 2px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}

.pics-list-price em {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

/*login*/
.log-in{position: relative}
.log-in .drop-menu {margin:12px 0 0;min-width:100px;border-radius:5px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075); box-shadow:0 6px 12px rgba(0,0,0,.075); position:absolute; display:none; z-index:999;background-color: #fff; }
.log-in .drop-menu li{padding: 0 10px;height: 32px;text-align: center;}
.log-in .drop-menu li a{position: relative;height: 32px;line-height: 32px;}
.log-in .drop-menu li a:hover,.drop-menu a:focus {color:#2D2D2D;background: unset;}
.log-in .button-group span {display:inline-block;line-height:24px;height:24px;width:24px}
.log-in .button-group ul:before {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.log-in .button-group ul:after {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #e9e8e8;border-left:8px solid transparent;content:'';}
.log-in .button-group .button {padding:0;line-height:18px;font-size:20px}
.log-in .button-group .drop-menu {padding: 10px 0; left: -40px;border-top:0px solid #ff0000;-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.075);box-shadow: 0px 8px 10px rgba(0,0,0,.05);border-radius:4px;}
.log-in a.user-ico{width:30px;height:30px;line-height:30px;background:#ECEFF5;display:block;}
.log-in a.user-head{width:30px;height:30px;overflow:hidden;display:block;}
.log-in a.user-head img{width:30px;height:30px;}
.radius-circle {
    border-radius: 50%;
}


/* 个人会员 */
.member-cover{
    background: url(../images/member-cover-bg.png)top center no-repeat;
    text-align: center;
    height: 435px;
    overflow: hidden;
}
.member-head{
    margin-top: 85px;
    font-size: 20px;
    color: #000;
    position: relative;
    padding-bottom: 8px;
}
.member-head::after{
    content: '';
    width: 26px;
    height: 3px;
    background-color: #359c91;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}
.member-item{
    margin-top: 30px;
}
.member-item .title{
    font-size: 20px;
    color: #000;
}
.member-item .number{
    color: #fff;
    font-size: 36px;
}
.member-item .number span{
    font-size: 20px;
}
.p-search form{
    border: 1px solid #8c8c8c;
    width: 82%;
    height: 50px;
    margin: 50px auto 80px;
    border-radius: 5px;
}
.p-search form .icon-31sousuo{
    width: 65px;
    text-align: center;
    border-right: 1px solid #8c8c8c;
    display: inline-block;
    height: 100%;
    font-size: 25px;
    color: #9c9c9c;
    line-height: 50px;
}
.p-search form .keyword{
    width: calc( 100% - 80px );
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: 0px;
    outline: none;
    padding-left: 10px;
    background: transparent;
    transform: translateY(-5px);
}
.person-list table{
    border-collapse: separate;
    border-spacing: 5px;
    text-align: center;
}
.person-list table tr td{
    height:50px;
    background-color: #c9f7f2;
    font-size: 16px;
    cursor: pointer;
    min-width: 100px;
}
.person-list table tr td.col2{
    background-color: #dafffb;
}
.person-list table tr:hover td{
    background-color: #74d5cc;
}
.pagination{
    text-align: center;
}
.pagination a,.pagination b{
    padding: 0 10px;
}


.product_lis_hide{z-index: -999;transform: translateY(10%) scale(.96);opacity: 0;transition: .4s .05s;visibility: hidden;z-index: -999; position: fixed; top: 0; left: 0; width: 100%; min-height: 100%; z-index: 3000; background: rgba(0,0,0,0.25);}
.product_lis_hide2{ min-height: 500px; background: #fff; overflow-y: auto;}
.product_lis_in{border: 2px solid #74d5cc; width: 900px; background: #fff; padding:60px 35px;margin:2% auto 0 auto;    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    border-radius: 10px;position: relative;}
 .product_lis_soll{ padding:  0 35px;}
.product_lis_in em{ font-style: normal;display: block; width: 35px; height: 35px; font-size: 25px; position: absolute; right: 10px; top: 30px; cursor: pointer;}
.pdshow .product_lis_hide{transform: translateY(0) scale(1);opacity: 1;visibility: visible;z-index: 999999;}

/* 企业会员 */
.qyhy-list {
    margin-top: 100px;
}
.qyhy-list ul li{
    width: 225px;
    margin-right: 20px;
    height: 77px;
    float: left;
    margin-bottom: 100px;
}
.qyhy-list ul li:nth-of-type(4n){
    margin-right: 0px;
}

.activity-loop .item{ width:49%; float:left;    margin-bottom: 20px}
.activity-loop .item:nth-of-type(2n){ width:49%; float:right;}
.activity-loop .item .item-img img{ width:100%;}



.n-title::after{content: ""; display: block; font-size: 0; width: 30px; height: 4px; background: #36a497; margin-top: 20px;}
.n-title h2{font-size: 36px;}
.n-title h6{font-size: 26px; font-family: 'ali','Source Han Sans'; font-weight: bold; color: #D2ECFC; letter-spacing: -0.06em; text-transform: uppercase; line-height: 38px;}
.alone-title{padding: 90px 0 50px;}

.pro2{width: 100%; padding: 70px 0 80px; background: url(../images/pro2-bg.jpg) no-repeat center; background-size: cover; margin-top:70px; margin-bottom:-40px}
.pro2 .n-title{width: 1280px; margin: 0 auto;}
.pro2 .pro2-swiper{width: 1280px; margin: 70px auto 0;pointer-events: none;}
.pro2 .pro2-swiper .pro2-img{width: 100%; height: 188px; overflow: hidden; border-radius: 12px 0 12px 0;}
.pro2 .pro2-swiper .pro2-img img{width: 100%; height: 100%; object-fit: cover;}
.pro2 .pro2-swiper h6{font-size: 14px; height: 36px; margin-bottom: 30px; line-height: 122.22222%; margin-top: 10px; letter-spacing: -0.05em; color: #535353;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.pro2 .pro2-swiper .years{text-align: center;padding-top: 20px; font-size: 20px; color: #36a497; line-height: 30px; position: relative; z-index: 3;}
.pro2 .pro2-swiper .years::after{content: ""; font-size: 0; display: block; width: 8px; height: 8px; background: #FFF; border-radius: 50%; border: solid #36a497 3px; position: absolute; left: 50%; top:0;z-index: 1; transform: translateX(-50%); }
.pro2 .pro2-swiper .nation{width: 100%; position: absolute; bottom: 29px; z-index: 0; pointer-events:auto; height: 28px;}
.pro2 .pro2-swiper .nation .page-but{width: 28px; height: 28px; position: absolute; top: 0; z-index: 2; cursor: pointer; transition: all 0.3s;}
.pro2 .pro2-swiper .nation .page-but.pro2-prev{left: 0; background: url(../images/prev1.png) center; background-size: contain;}
.pro2 .pro2-swiper .nation .page-but.pro2-next{right: 0; background: url(../images/next1.png) center; background-size: contain;}
.pro2 .pro2-swiper .nation .page-but.swiper-button-disabled{opacity: 0.5;}
.pro2 .pro2-swiper .nation::after{content: ""; display: block; font-size: 0; width: calc(100% - 56px); height: 1px; background: #36a497; position: absolute; top:0; left: 0;bottom: 0; right: 0; z-index: 1; margin: auto;}

@media only screen and (max-width:1024px){
	.n-title h2{font-size: .36rem;}
	.n-title h6{font-size: .26rem; line-height: 150%;}
	.n-title::after{margin-top: .2rem; height: .04rem; width: .4rem;}
	.alone-title{padding: .5rem 0.4rem .6rem;}
	
	.pro2{padding: .6rem 0.3rem 1rem;}
	.pro2 .n-title{width: 100%;}
	.pro2 .pro2-swiper{width: 100%; margin: .7rem auto 0;}
	.pro2 .pro2-swiper .pro2-img{width: 100%; height: 2.4rem; border-radius: .12rem 0 .12rem 0;}
	.pro2 .pro2-swiper h6{font-size: .24rem; line-height: .28rem; height: .56rem; margin-top: .2rem; margin-bottom: .3rem;}
	.pro2 .pro2-swiper .years{padding-top: .2rem; font-size: .24rem; line-height: 0.3rem;}
	.pro2 .pro2-swiper .years::after{width: 0.08rem; height: 0.08rem; border: solid #36a497 0.03rem;}
	.pro2 .pro2-swiper .nation{bottom: 0.25rem; height: 0.36rem;}
	.pro2 .pro2-swiper .nation .page-but{width: 0.36rem; height: 0.36rem;}
	.pro2 .pro2-swiper .nation::after{width: calc(100% - 0.72rem);}
}
@media only screen and (min-width:1024px) and (max-width:1440px){
	.n-title h2{font-size: 0.36rem;}
	.n-title h6{font-size: 0.26rem; line-height: 0.38rem;}
	.n-title::after{width: 0.3rem; height: 0.04rem; margin-top: 0.2rem;}
	
	.pro2{padding: 0.7rem 0;}
	.pro2 .n-title,.pro2 .pro2-swiper,.pro3,.pro4{width: 74.96339677%;}
	.pro2 .pro2-swiper{margin: 0.7rem auto 0;}
	.pro2 .pro2-swiper .pro2-img{position: relative; height: 0; padding-bottom: 80%;}
	.pro2 .pro2-swiper .pro2-img img{position: absolute; left: 0; top: 0; z-index: 1;}
	.pro2 .pro2-swiper h6,.pro4 .p{font-size: 0.14rem;}
	.pro2 .pro2-swiper .years{font-size: 0.2rem;}
}

.about-intro{
    /*background: url(../images/about_bg.jpg) center top no-repeat;*/
    /*background-size: cover;*/
    /*min-height: 450px;*/
    overflow: hidden;
}
.about-intro .about-text{
    /*width: 75%;*/
    /*padding-left:50px;*/
    width:50%;
    padding-right: 50px;
}
.about-intro .about-img{
    width: 50%;
}

.ly-msg li{
    width: 48%;
    float:left;
    margin-bottom: 25px;
}
.ly-msg li:nth-child(2n){
    float: right;
}
.ly-msg li input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 16px;
    padding: 0 20px;
    background-color: #f9f9f9;
    border: none;
    outline: none;
}
.ly-msg li.msg-btn input {
    width: 200px;
    background-color: #54bdb3;
    color:#fff;
}
.ly-msg li label i{
    color: #ff0000;
}