* {
    margin: 0;
    padding: 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
.ml5{
    margin-left: 5px;
}
.mr5{
    margin-right: 5px;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right: 10px;
}
.ml15{
    margin-left: 15px;
}
.mr15{
    margin-right: 15px;
}

.w1200 {
    margin: 0 auto;
    width: 86%;
}
@media (min-width: 1260px) and (max-width: 1280px) {
    .w1200{
        width: 92%;
    }
}
@media (max-width: 1275px) {
    .w1200{
        width: 92%;
    }
}
@media (max-width: 1190px) {
    .w1200{
        width: 96%;
    }
}
.fr{
    float: right;
}
.main {
    padding: 60px 0;
}
.bgf7{
    background-color: #f7f7f7;
}
.mt10{
    margin-top: 10px;
}
.h100{
    display: block;
    height: 100px;
    font-size: 0;
    clear: both;
}
.fclan{
    color: #00d7be;
}
.fchui{
    color: #999;
}

.guodu{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

/*文字*/
.p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.con h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.con p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
}

/*图片*/
.img1, .img2 {
    display: block;
    overflow: hidden;
    position: relative;
}

.img1 img, .img2 img {
    position: absolute;
    min-width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transition: ease-in-out .3s;
}

div:hover > .img2 img,
div:hover > a > .img2 img,
li:hover > a > .img2 img,
li:hover > .img2 img {
    transform: translateX(-50%) scale(1.1);
}

/*首页*/
header {
    box-sizing: border-box;
    padding: 8px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0,63,87,0.5);
}
header.bg{
    background: rgba(0,63,87,0.5);
}

header .logo {
    display: block;
    float: left;
    /*margin-top: 20px;*/
    height: 72px;
}

header .nav_btn {
    display: none;
}

header .nav_list {
    float: right;
}

header .nav_list li {
    float: left;
    margin-left: 30px;
}

header .nav_list li a {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.8rem;
    padding: 25px 0 15px 0;
    transition: border-bottom-color ease-in-out .2s;
    box-sizing: border-box;
}

header .nav_list li a:hover,
header .nav_list li.active a {
    color: #00d7be;
}

.banner {
    width: 100%;
    /*height: 847px;*/
    display: block;
    position: relative;
}

.banner .swiper-slide,
.banner .swiper-slide img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .b2 {
    display: none;
}
.banner .banner_txt{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
}
.banner .banner_txt{
    padding-left: 4rem;
    padding-right: 4rem;
}
.banner .banner_txt h3{
    font-size: 3.8rem;
    color: #00d7be;
    font-weight: 600;
}
.banner .banner_txt h4{
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}
.banner .banner_txt .banner_btn{
    margin-top: 30px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #00d7be;
    padding: 5px 3.6rem;
    display: inline-block;
}
.banner .banner_txt .banner_btn:hover{
    background-color: #044783;
}


.banner_page.swiper-pagination-bullets {
    position: absolute;
    bottom: 20px !important;
    display: inline-block;
    width: auto;
    left: auto;
    right: 5rem;
    z-index: 5;
}
.banner_page .page_li {
    width: 10px;
    height: 10px;
    background: none;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    margin: 0 8px;
    border: 2px solid #fff;
}

.banner_page .page_active {
    border: 2px solid #00d7be;
    background-color: #00d7be;
}

.gonext{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    z-index: 5;
    cursor: pointer;
    animation: xl 1.2s infinite;
}
@keyframes xl {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 30px;
    }
}

.index_main1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pubtit {
    font-size: 30px;
    color: #555;
    line-height: 1.4;
    position: relative;
}

.pubtit::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 140px;
    height: 3px;
    background: #ff9600;
}

.index_main1_con {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index_main1_con .main1_left {
    width: 48%;
    line-height: 1.8;
    color: #000;
    font-size: 15px;
}
.main1_left .index_more{
    margin-top: 15px;
}
.main1_left .index_more a{
    color: #878787;
    font-size: 16px;
}
.main1_left .index_more a:hover{
    color: #ff9600;
}

.in_about{
    padding: 5rem 2rem 6rem 2rem;
    background-image: url('../images/ins_bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.in_about .in_about_l{
    width: 55%;
}
.in_about .in_about_r{
    width: 38%;
    margin-top: 2rem;
    /* background-color: #2b8697; */
    border-radius: 2rem;
    padding: 0 4px 16px 0;
}
.index_video{
    width:100%;
}
.index_main1_con .main1_right {
    width: 48%;
    overflow: hidden;
}
.index_main1_con .main1_right .video {
    width: 100%;
    border-radius: 2rem;
}
.video_p{
    position: relative;
}
.video_p video{
    width:  100%;
    border-radius: 2rem;
    border: 2px solid #fff;
}
.video_p .video_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 1;
}
.video_p .video_p2{
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 6px;
}

.in_jiazhi{
    position: relative;
    padding: 5rem 2rem 25rem 2rem;
    background-image: url('../images/ins_bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}
.in_jiazhi .in_jiazhi_t{
    margin: auto;
    max-width: 40%;
}

.in_news{
    padding: 5rem 2rem 6rem 2rem;
    background-image: url('../images/ins_bg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.in_news .in_news_box{
    margin-top: 3rem;
}
.in_tit{
    font-size: 30px;
    font-weight: 600;
    color: #666;
}
.in_news_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 4rem;
}
.in_news_box .col{
    width: 31%;
    position: relative;
}
.in_news_box .col a{
    display: block;
}
.in_news_box .news_img{
    width: 100%;
    overflow: hidden;
}
.in_news_box .news_img img{
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.in_news_box .news_info{
    
}
.in_news_box .news_info .col_tit{
    color: #005e2c;
    font-size: 18px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    word-break: break-all; 
    margin-bottom: 1rem;
}
.in_news_box .news_info .col_date{
    color: #bdbdbd;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.in_news_box a:hover .news_img img{
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
}

.more_btn{
    margin-top: 4rem;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
}
.more_btn a{
    display: inline-block;
    padding: 1rem 5rem;
    color: #000;
    background-color: #edefef;
}
.more_btn a:hover{
    background-color: #00d7be;
    color: #fff;
}


.index_main2_con{
    background: #00d7be;
    padding: 20px 0;
    margin-top: 10px;
}
.friendlink_ul{
    list-style: none;
    overflow: hidden;
    min-height: 60px;
    margin: 0 -10px;
}
.friendlink_ul li{
    float: left;
    margin: 0 10px;
}
.friendlink_ul li a{
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
}
.friendlink_ul li a:hover{
    color: #ff9600;
}

footer {
    background: #f7f7f7;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.foot_main {
    padding: 25px 0 40px 0;
    display: flex;
    justify-content: space-between;
}

.foot_main2 {
    flex: auto;
}

.foot_main2 h3 {
    font-size: 1.1rem;
    color: #00d7be;
    line-height: 2;
    margin-bottom: 10px;
}

.foot_main2 ul{
    list-style: none;
}

.foot_main2 ul li{
    float: left;
    width: 50%;
    margin: 4px 0;
    font-size: 14px;
    color: #555;
}

.foot_main2 .foot_lx{
    display: flex;
    justify-content: space-between;
}
.foot_main2 .foot_lx .foot_lxitem{
    margin-right: 15px;
}
.foot_main2 .foot_lx p{
    margin: 8px 0;
    line-height: 1.6;
    color: #555;
}


.foot_main3 {
    /*margin-left: 14%;*/
    margin-top: 2.2rem;
    width: 20%;
    text-align: right;
}

.foot_main3 .foot_main3_item{
    text-align: center;
    display: inline-block;
}
.foot_main3 .foot_main3_item:first-child{
    margin-right: 20px;
}

.foot_main3 img {
    margin: 0 auto;
    display: block;
    width: 6rem;
    height: 6rem;
}

.foot_main3 p {
    font-size: 14px;
    color: #555;
    line-height: 10px;
    text-align: center;
    margin-top: 10px;
}

.foot_main4 {
    width: 100%;
    padding: 10px 15px;
    line-height: 2;
    background: #eeeeee;
    font-size: .9rem;
    color: #555;
}
@media (max-width: 576px) {
    .foot_main4 {
        text-align: center;
        font-size: 0.82rem;
    }
}

/* 版权*/
.foot_main4 .copyright{
    display: inline-block;
}


.foot_main4 a {
    float: right;
    color: #555;
}

@media (max-width: 576px) {
    .foot_main4 a {
        display: inline-block;
        float: none !important;
        clear: both !important;
        margin-left: 15px !important;
        margin-right: 15px;
        color: #555;
    }
}


.foot_main4 a:hover {
    color: #ff9600;
}

/*关于我们*/
.top_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top_img img {
    display: block;
    width: 100%;
}

.top_img h2 {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 8%;
    font-size: 2.8rem;
    color: #00d7be;
    line-height: 50px;
    text-transform: uppercase;
    /*transform: translateY(-50%);*/
}

.top_nav {
    border-bottom: 1px solid #e5e5e5;
    /*height: 68px;*/
}

.top_nav ul li {
    float: left;
    margin-right: 20px;
}

.top_nav ul li a {
    display: block;
    line-height: 3.4;
    text-align: center;
    /*min-width: 136px;*/
    font-size: 1rem;
    padding: 0 20px;
}

.top_nav ul li.active a,
.top_nav ul li a:hover {
    color: #00d7be;
    border-bottom: 2px solid #00d7be;
}

.title {
    font-size: 26px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.title::after {
    content: "";
    display: block;
    width: 43px;
    height: 4px;
    background: #F5A827;
    margin: 10px auto 0;
}

.about_main {
    /*margin-top: 50px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_main .about_img{
    width: 40%;
}
.about_main .about_con{
    width: 56%;
    line-height: 1.6;
    font-size: 15px
}
.about_main .about_conew{
    width: 100%;
    line-height: 1.6;
    font-size: 1.2rem
}

.about_main2 {
    /*margin-top: 50px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_main2 .about_img{
    width: 28%;
}
.about_main2 .about_img > img{
    width: 100%;
}
.about_main2 .about_con{
    width: 68%;
    line-height: 1.8;
    font-size: 15px;
}

.about_main5{
    /*padding-top: 50px;*/
    width: 100%;
    margin: 0 auto 2rem auto;
    color: #555;
    font-size: 1.2rem;
    line-height: 1.7;
    text-indent: 2.2rem;
}
.about_main5 h4{
    font-size: 24px;
    color: #044f67;
    text-align: center;
    margin-bottom: 20px;
}
.about_main3_box{
    /*margin-top: 50px;*/
}
.about_main3{
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    flex-wrap: wrap;
    align-items: center;
}
.about_main3:nth-child(2n){
    flex-direction: row-reverse;
}
.about_main3 .about_img{
    width: 50%;
}
.about_main3 .about_img img{
    display: block;
    width: 100%;
}
.about_main3 .about_con{
    width: calc(50% - 80px);
    padding: 0 40px;
    line-height: 1.8;
    color: #666;
    font-size: 18px;
}
.about_main3 .about_con h4{
    font-size: 24px;
    color: #044f67;
}

.about_gs{
    margin: 3rem 0 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_gs .about_gsitem{
    width: 31%;
    background-color: #f7f7f7;
}
.about_gs .about_gsitem a{
    display: block;
    height: 100%;
}
.about_gs .about_gsitem h4{
    padding: 1rem 15px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}
.about_gs .about_gsitem img{
    width: 100%;
}
.about_gs .about_gsitem .gs_desc{
    padding: 1.5rem;
    line-height: 1.7;
    color: #333;
    font-size: 1rem;
}
.about_gs .about_gsitem:hover{
    box-shadow: 0px 0px 12px #999;
    
}
.about_gs .about_gsitem a:hover{
    box-shadow: 0px 0px 6px #00d7be;
}

/*详情页*/
.article {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-top: 30px;
}
.article .article_title{
    font-size:  18px;
    font-weight: bold;
    color: #222;
}
.article .article_time{
    background: #edf1f7;
    height: 34px;
    line-height: 34px;
    padding: 5px 15px;
    color: #666;
    font-size: 14px;
    border-radius: 2px;
}
.article .article_main{
    margin: 30px;
    font-size: 15px;
    line-height: 1.6;
}

.article .article_main img {
    max-width: 100%;
}
.article .article_next{
    border-top: 1px solid #dadada;
    margin: 20px 0 20px 0;
    padding: 20px 0;
}

/*核心技术*/
.hexin_main{
    /*margin-top: 50px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hexin_main .hexin_main_item{
    width: calc(50% - 0.5rem);
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: #f7f7f7;
}
.hexin_main .hexin_main_item a{
    display: block;
}
.hexin_main_item .hexin_img{
    width: 100%;
    background-color: #fff;
}
.hexin_main_item .hexin_img img{
    display: block;
    width: 100%;
}
.hexin_main_item .hexin_con{
    width: calc(100% - 80px);
    padding: 30px 40px;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}
.hexin_main_item .hexin_con h4{
    font-size: 22px;
    color: #00d7be;
    font-weight: 400;
    margin-bottom: 20px;
}
.hexin_main .hexin_main_item a:hover{
    box-shadow: 0px 0px 6px 2px #70beb5;
}
/*.hexin_main .hexin_main_item a:hover{
    box-shadow: 0px 0px 6px #00d7be;
}*/
.shadow_sly:hover{
    box-shadow: 0px 0px 6px 3px #70beb5;
    margin-bottom: 4px;
}

.jishu_main{
    /*margin-top: 50px;*/
}
.jishu_main .jishu_main_item{
    display: flex;
    justify-self: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.jishu_main_item .jishu_img{
    width: 50%;
}
.jishu_main_item .jishu_img img{
    display: block;
    width: 100%;
}
.jishu_main_item .jishu_con{
    width: calc(50% - 90px);
    border: 1px solid #ddd;
    padding: 30px 40px;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}
.jishu_main_item .jishu_con h4{
    font-size: 22px;
    color: #00d7be;
    font-weight: 400;
    margin-bottom: 20px;
}
.jishu_main_item .jishu_con .showbtn{
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #044f67;
    padding: 5px 30px;
    display: inline-block;
}
.jishu_main_item .jishu_con .showbtn:hover{
    background-color: #0e607a;
}

/*研究成果*/
.yanfa_main{
    /*margin-top: 50px;*/
    font-size: 15px;
    line-height: 1.6;
}
.yanfa_main .yanfa_desc{
    line-height: 2;
    margin-bottom: 20px;
}
.yanfa_main .yanfa_desc img{
    max-width: 100%;
}
.yanfa_main .yanfa_main_zs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yanfa_main .yanfa_main_zs .zs_img{
    width: 48%;
    margin-top: 15px;
}

/*专业团队*/
.tuandui_main{
    /*margin-top: 30px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tuandui_main .tuandui_main_item{
    width: 48%;
    margin: 20px 0;
}
.tuandui_main .tuandui_main_item img{
    width: 100%;
    display: block;
    border-radius: 6px;
}
.tuandui_main .tuandui_main_item h4{
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.tuandui_main .tuandui_main_item h4 span{
    font-size: 14px;
    color: #666;
    margin-left: 20px;
    font-weight: 400;
}
.tuandui_main .tuandui_main_item p{
    color: #333;
    line-height: 2;
}

.tuandui_main .tuandui_main_item2{
    width: 48%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.tuandui_main .tuandui_main_item2 .tuandui_main_img{
    width: 33%;
    margin: 20px 0;
}
.tuandui_main .tuandui_main_item2 img{
    width: 100%;
    display: block;
    border-radius: 6px;
}
.tuandui_main .tuandui_main_item2 .tuandui_main_txt{
    width: 64%;
    margin: 20px 0;
}
.tuandui_main .tuandui_main_item2 h4{
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.tuandui_main .tuandui_main_item2 h4 span{
    /*font-size: 14px;*/
    color: #00d7be;
    /*margin-left: 20px;*/
    font-weight: 500;
}
.tuandui_main .tuandui_main_item2 p{
    position: relative;
    padding-left: 20px;
    color: #333;
    line-height: 2;
    font-size: 16px;
}
.tuandui_main .tuandui_main_item2 p::before{
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #00d7be;
}

/*分页*/
.pagination {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}
.pagination li {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    background: #FFFFFF;
    line-height: 30px;
    min-width: 30px;
    margin: 0 10px;
    padding: 0 6px;
    box-sizing: border-box;
    cursor: pointer;
}
.pagination li span, .pagination li a {
    color: #333;
}
.pagination li.active span, .pagination li:hover span, .pagination li:hover a {
    color: #fff;
}
.pagination li.active, .pagination li:hover {
    background: #00d7be;
}

/*新闻中心*/
.news_top{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_top_tu{
    width: 48%;
}
.pro_imgs{
    display: block;
}
.pro_imgs .swiper-slide{
    position: relative;
}
.pro_imgs .swiper-slide img{
    width: 100%;
    display: block;
}
.pro_imgs .swiper-slide p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
}
.pro_imgs .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.68);
    left: 0;
    font-size: 12px;
}
.pro_imgs .swiper-button-next{
    background-color: rgba(0, 0, 0, 0.68);
    right: 0;
    font-size: 12px;
}
.pro_imgs .swiper-button-prev:hover{
    background-color: rgba(40, 117, 188, 0.88);
}
.pro_imgs .swiper-button-next:hover{
    background-color: rgba(40, 117, 188, 0.88);
}
.pro_imgs .swiper-button-prev::after{
    font-size: 12px;
    color: #fff;
}
.pro_imgs .swiper-button-next::after{
    font-size: 12px;
    color: #fff;
}

.news_top_tj{
    width: 48%;
}
.news_top_tj a:hover{
    display: block;
    box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.13);
}
.top_tjitem{
    display: flex;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    padding: .9rem;
    margin-bottom: 1.1rem;
}
.top_tjitem .date{
    /*width: 180px;*/
    margin-right: 20px;
    margin-top: -4px;
    text-align: center;
}
.top_tjitem .date .tone{
    position: relative;
    color: #222222;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.top_tjitem .date .tone::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background-color: #d2d2d2;
}
.top_tjitem .date .ttwo{
    color: #222222;
    font-size: 1.1rem;
}
.top_tjitem .con{
    flex:auto;
}
.top_tjitem .con h2{
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 10px;
}
.top_tjitem .con p{
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.news_list {
    /*border-top: 1px dashed #d2d2d2;*/
    margin: 0 -15px;
}
.news_list .news_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #d2d2d2;
    padding: 20px 15px;
}
.news_list .news_item:hover {
    box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.13);
}
.news_list .news_item .img3, .news_list .news_item .img2 {
    width: 20%;
}
.news_list .news_item .img3 img{
    width: 100%;
    transition: ease-in-out .3s;
}
.news_list .news_item .con {
    width: 76%;
}
.news_list .news_item .con h2 {
    font-size: 18px;
    color: #00d7be;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.news_list .news_item .con p {
    margin-top: 15px;
    font-size: 14px;
    color: #888787;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_list .news_item .con .date {
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    height: 24px;
    margin-top: 15px;
    text-align: right;
}

/*团队风采*/
.nianhui_main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.nianhui_main .nianhui_item{
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
    width: 33.333333%;
}
/* .nianhui_main .nianhui_item:nth-child(even){
    flex-direction: column-reverse;
} */
.nianhui_main .nianhui_item .img3 img{
    width: 100%;
    display: block;
}
.nianhui_main .nianhui_item .con{
    padding: 0 2rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    text-align: center;
    transform: translateY(40%);
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -o-transform: translateY(40%);
}
.nianhui_main .nianhui_item .con h4{
    font-size: 22px;
    color: #323232;
    word-spacing: 2rem;
}

.peixun_fgx{
    background-color: #f7f7f7;
    display: block;
    height: 300px;
}
.peixun_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -250px;
    margin-bottom: 60px;
}
.peixun_main .peixun_item{
    width: 31%;
}
.peixun_main .peixun_item .img3 img{
    width: 100%;
    display: block;
}
.peixun_main .peixun_item .con{
    margin-top: 30px;
    font-size: 1.1rem;
    color: #666;
    text-align: center;
}
.peixun_main .peixun_item .con h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.peixun_main .peixun_item .con p{
    color: #666;
    font-size: 15px;
}

.yanfaa_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yanfaa_main .yanfaa_item .img3 img{
    width: 100%;
    display: block;
}
.yanfaa_main .yanfaa_item{
    width: 22.5%;
}
.yanfaa_main .yanfaa_item:nth-child(even){
    width: 48%;
}
.yanfaa_main .yanfaa_item .con{
    margin-top: 30px;
    font-size: 1.1rem;
    color: #666;
    text-align: center;
}
.yanfaa_main .yanfaa_item .con h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.yanfaa_main .yanfaa_item .con p{
    font-size: 15px;
    color: #666;
}

/*招贤纳士*/
.join_main{
    /*position: relative;
    overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start
}
.join_main .join_list{
    width: calc(68% - 60px);
    background-color: #fff;
    padding: 30px;
}
.join_main .join_info{
    position: sticky;
    top: 100px;
    width: calc(30% - 60px);
    background-color: #fff;
    padding: 30px;
}

.join_info h4{
    font-size: 1.3rem;
    color: #00d7be;
}
.join_info .join_info_lx{
    margin: 25px 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px;
}
.join_info .join_info_lx:nth-last-child(1){
    border: none;
    padding-bottom: 0;
}
.join_info p{
    font-size: 15px;
    color: #333;
    line-height: 2;
}
.join_list li {
    margin-bottom: 30px;
}

.join_list li .join_list_top {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 2;
    background: #f7f7f7;
    cursor: pointer;
    padding: 10px 60px 10px 20px;
    box-sizing: border-box;
    font-size: 0;
}

.join_list li.active .join_list_top {
    background: #eaeaea;
}

.join_list li .join_list_top p {
    font-size: 15px;
    display: inline-block;
    color: #00d7be;
}
.join_list li .join_list_top p.tit2 {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.join_list li .join_list_top p.tit {
    color: #00d7be;
}

.join_list li .join_list_top p:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 15px;
}

.join_list li .join_list_top span {
    display: inline-block;
    float: right;
    color: #333;
    font-size: 15px;
    margin: 0 10px;
    width: 20%;
}

.join_list li .join_list_top em {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    margin-top: 6px;
    background: url("../images/join_icon1.png") #444;
    margin-right: 15px;
}


.join_list li.active .join_list_top em {
    /*background: url("../images/join_icon1.png") #444;*/
    transform: rotate(180deg);
}

.join_list li .join_list_top.join_list_topb {
    background: #00d7be;
}
.join_list li .join_list_top.join_list_topb .tit{
    color: #fff;
}
.join_list li .join_list_top.join_list_topb span{
    color: #fff;
}

.join_list li .join_list_con {
    display: none;
    width: 100%;
    padding: 25px 20px 0;
    font-size: 15px;
    color: #444444;
    line-height: 2;
    box-sizing: border-box;
}

.join_list li .join_list_con p {
    font-size: 15px;
    color: #444444;
    line-height: 1.8;
}

.join_p {
    margin-top: 20px;
}

.join_p a {
    color: #950002;
    font-size: 18px;
    color: #fff;
    background-color: #00d7be;
    padding: 10px 50px;
}

/*联系方式*/
.contact_main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 40px;
}

.contact_main .contact_item {
    width: calc(50% - 6.4rem - 2px);
    font-size: 15px;
    color: #333;
    padding: 3.2rem;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}
.contact_main .contact_item:nth-child(odd){
    border-left: none;
}
.contact_main .contact_item:nth-child(1), .contact_main .contact_item:nth-child(2){
    border-top: none;
}
.contact_main .contact_item h4{
    color: #003f57;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact_main .contact_item p {
    line-height: 1.8;
}
.contact_main .contact_item p a{
    color: #003f57;
}
.contact_main .contact_item p {
    color: #666;
}
.contact_main .contact_item p.tel_p {
    padding-left: 28px;
    background-image: url('../images/tel_icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.fazhan_main {
    /*margin-top: 60px;*/
    margin-bottom: 50px;
    padding: 0 50px;
}
.fazhan_box{
    position: relative;
}
.fazhan_box .swiper-slide{
    position: relative;
    padding: 260px 0;
}
/*.fazhan_box .swiper-slide:nth-child(odd){
    
}
.fazhan_box .swiper-slide:nth-child(odd)::after{
    position: absolute;
    content: '';
    top: -55px;
    left: -20px;
    width: 1px;
    height: 65px;
    background-color: #dedede;
}
.fazhan_box .swiper-slide:nth-child(even){
    position: relative;
}
.fazhan_box .swiper-slide:nth-child(even)::after{
    position: absolute;
    content: '';
    top: 0px;
    left: -20px;
    width: 1px;
    height: calc(100% + 45px);
    background-color: #dedede;
}*/
.fazhan_box .swiper-slide h3{
    position: relative;
    font-size: 1.8rem;
    color: #7d7d7d;
    line-height: 1.6;
    font-weight: 400;
    /*border-bottom: 4px solid #7d7d7d;*/
    text-align: center;
    padding: 0.5rem 0;
}
.fazhan_box .swiper-slide:nth-child(even) h3{
    color: #00d7be;
    /*border-top: 4px solid #00d7be;
    border-bottom: none;*/
    margin-top: 3.27rem;
}
/*.fazhan_box .swiper-slide h3::after{
    position: absolute;
    content: '';
    left: -25px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #00d7be;
    z-index: 1;
}*/
.fazhan_box .swiper-slide .fzcon{
    position: absolute;
    top: 385px;
    left: 14px;
    width: calc(100% - 14px);
    font-size: .9rem;
    color: #333;
    line-height: 1.6;
}
.fazhan_box .swiper-slide:nth-child(even) .fzcon{
    top: auto;
    bottom: 385px;
}
.fazhan_box .swiper-slide .fzcon p{
    position: relative;
}
.fazhan_box .swiper-slide .fzcon p:not(:empty)::before{
    position: absolute;
    content: '';
    top: 10px;
    left: -14px;
    width: 6px;
    height: 6px;
    background-color: #00d7be;
    border-radius: 50%;
}
.fazhan_box .swiper-slide:nth-child(odd) h3::before{
    position: absolute;
    content: '';
    bottom: -50px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: #7d7d7d;
    border-radius: 50%;
}
.fazhan_box .swiper-slide:nth-child(odd) h3::after{
    position: absolute;
    content: '';
    bottom: -45px;
    left: calc(50% - 1px);
    width: 2px;
    height: 45px;
    background-color: #7d7d7d;
}
.fazhan_box .swiper-slide:nth-child(even) h3::before{
    position: absolute;
    content: '';
    top: -50px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: #00d7be;
    border-radius: 50%;
}
.fazhan_box .swiper-slide:nth-child(even) h3::after{
    position: absolute;
    content: '';
    top: -45px;
    left: calc(50% - 1px);
    width: 2px;
    height: 45px;
    background-color: #00d7be;
}
.fazhan_box .swiper-slide:nth-child(even) h3 i{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #00d7be;
    border-radius: 10px;
}
.fazhan_box .swiper-slide:nth-child(odd) h3 i{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #7d7d7d;
    border-radius: 10px;
}

.fazhan_bg{
    position: absolute;
    top: 51%;
    left: 0;
    width: 100%;
    height: 2rem;
    background: url('../images/chi_icon.png') repeat-x;
}
.swiper-btn-next, .swiper-btn-prev {
    display: inline-block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: url('../images/arrow.png') no-repeat;
    margin: 0 30px;
}
.swiper-btn-next:hover, .swiper-btn-prev:hover {
    background: url('../images/arrow-hover.png') no-repeat;
}
.swiper-btn-prev{
    left: 0px;
}
.swiper-btn-next{
    right: 0px;
    transform: rotate(180deg);
}

/*员工登录*/
.login_main{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login_main .login_item{
    position: relative;
    width: 48%;
}
.login_item .img3{
    position: relative;
    overflow: hidden;
}
.login_item .img3::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.login_main .login_item .img3 img{
    display: block;
    width: 100%;
    transition: ease-in-out .42s;
}
.login_main .login_item:hover .img3 img{
    transform: scale(1.2);
}
.login_main .login_item h4{
    position: absolute;
    font-size: 2rem;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.login_box{
    width: 23.5rem;
    max-width: 100%;
    margin: 30px auto 30px auto;
}
.login_box h4{
    font-size: 2.8rem;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #00d7be;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
input::placeholder {
    color: #bbb;
}
.inp_t{
    display: block;
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 5px;
    width: calc(100% - 40px);
    margin: 30px 0;
    color: #333;
}
.inp_box{
    position: relative;
}
.inp_p{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    background-image: url('../images/eye2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}
.inp_p.showp{
    background-image: url('../images/eye.png');
}
.login_btn{
    display: block;
    width: 100%;
    background-color: #00d7be;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}
.for_pwd{
    text-align: right;
    margin-top: 15px;
}
.for_pwd a{
    display: inline-block;
    color: #00d7be;
    font-size: 1rem;
}

/*图书馆*/
.mid_nav{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.book_cate_box{
    background-color: #f7f7f7;
}
.book_cate{
    /*display: flex;
    flex-wrap: wrap;*/
    padding: 0 60px 0 0;
    font-size: 1rem;
    line-height: 2;
}
.book_cate li{
    display: inline-block;
}
.book_cate b{
    color: #333;
    font-size: 1.2rem;
    margin-top: 7px;
    font-weight: 500;
}
.book_cate a{
    font-size: 1rem;
    color: #666;
    padding: 10px 16px;
}
.book_cate li.active a, .book_cate a:hover{
    background-color: #00d7be;
    color: #fff;
}
.bmore{
    position: absolute;
    right: 0;
    top: 15px;
    color: #666;
    font-size: 1rem;
    display: none;
}
.bmore:hover{
    color: #00d7be;
}
.book_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.book_item{
    width: calc(48% - 40px);
    border: 1px solid #e5e5e5;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.book_item:hover{
    box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.13);
}
.book_item .img3{
    float: left;
    width: 30%;
}
.book_item .con{
    position: relative;
    float: right;
    width: 66%;
}
.book_item .con h4{
    font-size: 18px;
    color: #333;
}
.book_item .con .book_cbs{
    font-size: 14px;
    color: #666;
    margin:10px 0;
}
.book_item .con .book_desc{
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin:15px 0 20px 0;
    -webkit-line-clamp: 4;
}
.book_item .con .book_btn{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    background-color: #00d7be;
    padding: 3px 25px;
    display: inline-block;
}
.book_item .con .shouchang{
    position: absolute;
    border-bottom: 0;
    right: 0;
}
.oth_zj{
    color: both;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oth_zj a{
    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    color: #fff;
    background-color: #00d7be;
    border-radius: 4px;
    margin: 0 20px;
}
.oth_zj a:hover{
    background-color: #3786cc;
}
/*图书详情*/
.poi{
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    padding: 15px 0;
}
.poi a{
    color: #666;
}
.poi a:hover{
    color: #00d7be;
}
.book_main{
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 340px;
}
.book_main .book_menu{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.book_main .book_menu ul li{
    position: relative;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    height: 60px;
    margin-bottom: 2px;
    padding: 20px 0;
    color: #878787;
    line-height: 1.6;
}
.book_main .book_menu ul li img{
    display: block;
    margin: 10px auto;
}
.book_up{
    position: fixed;
    right: 130px;
    bottom: 130px;
    width: 100px;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    height: 60px;
    padding: 20px 0;
    color: #878787;
    line-height: 1.6;
    z-index: 2;
}
.book_up img{
    display: block;
    margin: 10px auto;
}
.book_main .book_desc{
    padding: 40px;
    margin: 0 140px;
    background-color: #fff;
    line-height: 1.8;
    font-size: 15px;
}
.book_main .book_menu ul .fa-menu::after {
    /* transition: right 0.25s ease-out, opacity 0.01s ease-out 0.01s; */
    opacity: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    top: 30px;
    left: 100px;
    z-index: 0;
    border-color: transparent #fff transparent transparent ;
    border-width: 10px;
    border-style: solid;
}
.book_main .book_menu ul .fa-menu .sub-menu{
    position: absolute;
    top: 0;
    left: 120px;
    background-color: #fff;
    width: 22.5rem;
    z-index: -1;
    opacity: 0;
    padding: 0 15px;
    /* transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out; */
}
.book_main .book_menu ul .fa-menu:hover .sub-menu,
.book_main .book_menu ul .fa-menu:hover::after {
    opacity: 1;
    z-index: 9;
}
.sub-menu .sub-txt{
    display: block;
    border-bottom: 1px dashed #ccc;
}
.sub-menu .sub-txt a{
    display: block;
    text-align: left;
    padding: 15px 0;
    line-height: 1.8;
    font-size: 15px;
    color: #444;
}
.sub-menu .sub-txt:last-of-type{
    border-bottom: none;
}
.sub-menu .sub-txt a:hover{
    color: #00d7be;
}
.bookm_menu{
    display: none;
}
.bookm_mulu{
    display: none;
}
.bookm_set{
    display: none;
}

/*论坛版块：*/
header .nav_list .lt_nav{
    float: right;
    margin-right: 4rem;
}
header .nav_list .lt_nav li a{
    color: #fff;
    font-size: 1rem;
}

header.rt_header{
    padding: 0;
}
/*header.rt_header .w1200{
    background-color: #00d7be;
}*/
header .nav_list .ts_nav{
    float: right;
    margin-right: 10rem;
}
header .nav_list .ts_nav li{
    position: relative;
    margin-left: 15px;
}
header .nav_list .ts_nav li span{
    color: #fff;
    margin-top: 30px;
    display: block;
}
header .nav_list .ts_nav li a{
    color: #fff;
    font-size: 2rem;
}
header .nav_list .ts_nav li input{
    height: 24px;
    line-height: 24px;
    color: #666;
    margin-top: 1.5rem;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    width: 200px;
    display: inline-block;
    border: 1px solid #ccc;
}
header .nav_list .ts_nav li a.s_btn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
header .nav_list .ts_nav li a.s_btn img{
    width: 20px;
}
header.rt_header .logo{
    /*background-color: #fff;*/
    padding: 5px 40px 5px 20px;
    height: 70px;
}
.rt_usernav{
    position: relative;
    float: right;
    padding-top: 20px;
}
.rt_usernav p a{
    color: #fff;
    font-size: .9rem;
    margin-right: 10px;
    display: block;
    line-height: 3;
    padding: 0 10px;
}
.rt_usernav .rt_usericon{
    text-align: right;
    margin-top: 10px;
    margin-right: 30px;
}
.rt_usernav .rt_userbox{
    position: absolute;
    border-bottom: 0;
    right: 4px;
    background-color: #f6f4f3;
    padding: 10px 15px;
    display: none;
}
.rt_usernav:hover .rt_userbox{
    display: block;
}
.rt_usernav .rt_userbox p a{
    display: block;
    color: #00d7be;
    margin: 0;
    padding: 5px 0;
}

.bs_mian{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
    padding: 0;
}
.bs_box{
    width: 70%;
    background-color: #fff;
}
.bs_box .bs_show{
    position: relative;
    min-height: 140px;
}
.bs_box .bs_show .bs_show_l{
    position: absolute;
    width: 6rem;
}
.bs_box .bs_show .bs_show_l img{
    width: 6rem;
    height: 6rem;
}
.bs_box .bs_show .bs_show_l p{
    font-size: 1rem;
    color: #878787;
    margin-top: .6rem;
    text-align: center;
}
.bs_box .bs_show .bs_show_r{
    padding-left: 7rem;
}
.bs_box .bs_show .bs_show_r h2.bstit{
    font-size: 22px;
    color: #111;
    margin-bottom: .6rem;
}
.bs_box .bs_show .bs_show_r .bs_text{
    color: #777;
    line-height: 1.8;
    font-size: 15px;
}
.bs_box .bs_show .bs_show_r .bs_shuxing{
    margin-top: .6rem;
    text-align: right;
    color: #999;
    font-size: 14px;
}
.bs_box .bs_show .bs_show_r .bs_shuxing span{
    margin-left: 20px;
}
.bs_hui{
    padding: 20px 0 0 0;
}
.bs_hui h4{
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 4px;
}
.bs_hui_btn{
    display: inline-block;
    background-color: #00d7be;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 25px;
    margin-top: 10px;
    border-radius: 4px;
}
.bs_hui_item{
    position: relative;
}
.bs_hui_item .hui_avatar{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.bs_hui_item .bs_hui_con{
    margin-left: 100px;
    min-height: 80px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
}
.bs_hui_item .bs_hui_con .bs_hui_con_u{
    background-color: #99ccff;
    color: #666;
    padding: 2px 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.bs_hui_item .bs_hui_con .bs_hui_con_u .tohui{
    float: right;
    color: #00d7be;
    font-size: 15px;
}
.bs_hui_item .bs_hui_con .bs_hui_contxt{
    font-size: 15px;
}
.bs_hui_conson{
    position: relative;
    margin-left: 100px;
}
.bs_hui_conson .sub_avatar{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}
.bs_hui_conson .bs_hui_consub{
    margin-left: 65px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.bs_hui_conson .bs_hui_consub .bs_hui_con_usub{
    color: #999;
    font-size: .9rem;
    margin-bottom: 10px;
}
.bs_hui_conson .bs_hui_consub .bs_hui_con_usub .tohui{
    color: #00d7be;
    float: right;
    margin-right: 15px;
}
.bs_hui_conson .bs_hui_consub .bs_hui_contxtsub{
    margin-bottom: 8px;
}

.bs_hot{
    position: sticky;
    top: 100px;
    width: 27%;
    background-color: #fff;
}
.bs_hot h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.bs_hot ul li{
    line-height: 2;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
}
.bs_hot ul li a{
    color: #666;
}
.bs_hot ul li a:hover{
    color: #00d7be;
}

.lt_mian{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
    padding: 30px 0;
}
.lt_box{
    width: calc(68% - 60px);
    background-color: #fff;
    padding: 20px;
}
.lt_item{
    box-sizing: border-box;
    padding-bottom: 25px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.lt_item:last-of-type{
    border-bottom: none;
}
.lt_item .img3{
    width: 58px;
    height: 58px;
    float: left;
    background-color: #999;
    margin-top: 20px;
    overflow: hidden;
}
.lt_item .img3 img{
    width: 58px;
    height: 58px;
}
.lt_item .con3{
    overflow: hidden;
    padding-left: 20px;
    margin-top: 14px;
    margin-left: 19px;
}
.lt_tittle{
    width: 100%;
    overflow: hidden;
    font-size: 16rem;
    margin-bottom: 15px;
    margin-top: 5px;
}
.lt_tittle span{
    font-size: 1rem;
    display: block;
    float: left;
    padding: 0 6px;
    border: 1px solid #00d7be;
    border-radius: 5px;
    color: #00d7be ;
    margin-right: 10px;
    margin-top: 2px;
}
.lt_tittle p{
    float: left;
    color: #333;
}
.lt_tittle p:hover{
    color: #00d7be;
    /*text-decoration: underline;*/
}
.havePic{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.havePic a{
    width: 30%;
}
.lt_other{
    width: 100%;
    height: 18px;
}
.lt_other li{
    float: left;
    margin-right: 25px;
    color: #999;
    line-height: 1.6;
    font-size: .9rem;
}
.lt_other li:nth-child(3){
    text-indent: 25px;
    background: url("../images/indexEye.png") no-repeat 0 center;
}
.lt_other li:nth-child(4){
    float: right;
    margin-right: 10px;
    text-indent: 20px;
    background: url("../images/replayIcon.png") no-repeat 0 center;
}

.lt_hot{
    position: sticky;
    top: 100px;
    width: calc(30% - 60px);
    background-color: #fff;
    padding: 30px;
}
.lt_hot h4 {
    font-size: 1.3rem;
    color: #00d7be;
    margin-bottom: 20px;
}
.lt_hot ul li{
    line-height: 2;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}
.lt_hot ul li a{
    color: #666;
}
.lt_hot ul li a:hover{
    color: #00d7be;
}

.lt_mian2{
    display: block;
    position: relative;
    padding-left: 10rem;
    margin-top: 20px;
    min-height: 220px;
    border-bottom: 1px solid #CCC;
}
.lt_mian2 .lt_main_l{
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
}
.lt_mian2 .lt_main_l h4{
    font-size: 19px;
    font-weight: 600;
    color: #00d7be;
}
.lt_mian2 .lt_main_l ul{
    margin-top: 15px;
}
.lt_mian2 .lt_main_l li a{
    display: block;
    padding: 7px 0;
    font-size: 15px;
    color: #666;
}
.lt_mian2 .lt_main_l li a:hover{
    color: #00d7be;
}
.lt_mian2 .lt_main_m{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lt_main_m .lt_main_m_item{
    width: calc(50% - 1rem);
    margin-left: 1rem;
    position: relative;
    margin-bottom: 25px;
}
.lt_main_m .lt_main_m_item .lt_litpic{
    position: absolute;
    top: 0;
    left: 0;
    width:  108px;
    height: 108px;
}
.lt_main_m .lt_main_m_item .lt_contxt_box{
    padding-left: 125px;
}
.lt_contxt_box h4{
    font-size: 16px;
    color: #00d7be;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.lt_contxt_box h4 a{
    color: #548c08;
}
.lt_contxt_box .lt_contxt p{
    font-size: 14px;
    line-height: 1.6;
    color: #878787;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lt_contxt_box .lt_contxtime{
    font-size: 15px;
    line-height: 1.4;
    color: #666;
    margin-top: 10px;
    margin-bottom: 8px;
}
.lt_contxt_box .lt_contxtime img{
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
}
.lt_contxt_box .lt_contxtime span{
    margin-left: 15px;
}
.lt_contxt_box .lt_contxtime span.lt_contxt_nu{
    color: #f3930a;
}
.lt_contxt_box .lt_contxtime span.lt_contxt_at{
    color: #999;
}
.bdsm{
    font-size: 13px;
    color: #999;
}
.img_mid{
    vertical-align: middle;
}
.lt_list_m{
    display: none;
}

.fabu_btn{
    display: inline-block;
    background-color: #00d7be;
    color: #fff;
    font-size: 15px;
    line-height: 2;
    border-radius: 4px;
    padding: 0 15px;
    margin-right: 30px;
    font-weight: 500;
}
.txt_link{
    display: inline-block;
    color: #00d7be;
    margin: 0 10px;
    font-weight: 400;
}
/*论坛详情*/
.lt_show{
    display: block;
}
.lt_show h1{
    font-size: 22px;
    color: #222;
    line-height: 1.8;
    text-align: center;
}
.lt_show .lt_other{
    background-color: #f2f2f2;
    padding: 10px 15px;
    width: calc(100% - 30px);
    margin-top: 10px;
}
.lt_show .lt_text {
    padding: 25px;
    font-size: 15px;
    line-height: 1.8;
}
.lt_show .lt_text img{
    max-width: 100%;
}
.lt_fgx{
    display: block;
    font-size: 0;
    height: 20px;
    background-color: #f7f7f7;
    margin: 0 -30px;
}
.lt_hui{
    padding: 20px 0 0 0;
}
.lt_hui h4{
    font-size: 20px;
    color: #00d7be;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 10px;
}
.hui_item{
    border-bottom: 1px dashed #ddd;
    padding: 0 0 30px 0;
    margin-bottom: 20px;
}
.hui_item .tx2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hui_item .tx2 img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 20px;

}
.hui_item .tx2 p{
    font-size: 15px;
}

.hui_item .tx2 span {
    font-size: 14px;
    color: #bbbbbb;
    display: inline-block;
    margin-left: 30px;
}

.hui_item .hui_con {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin-top: 15px;
}

.hui_item .right {

}
.hui_item .right span {
    display: inline-block;
    background-image: url("../images/icon-zan.png");
    background-repeat: no-repeat;
    padding-left: 28px;
    margin-left: 15px;
    line-height: 18px;
    font-size: 13px;
    color: #c5c5c5;
    cursor: pointer;
}
.hui_item .right span.cai {
    background-image: url("../images/icon-cai.png");
}
.hui_item .right span.on {
    background-position: 0 -25px;
}
.hui_more{
    margin-top: 20px;
    text-align: center;
}
.hui_more a{
    display: inline-block;
    padding: 8px 40px;
    font-size: 1rem;
    color: #fff;
    background-color: #00d7be;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100500;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.48);
}
.modal-dialog {
    width: 46rem;
    max-width: 100%;
    margin: 50px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    padding: 30px;
}
.modal-header{
    background-color: #00d7be;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.modal-header p{
    color: #fff;
}
.modal-main{
    background-color: #f7f7f7;
    padding: 30px;
}
.form-group{
    margin: 20px 0;
    display: flex;
}
.form-group label{
    width: 10rem;
    margin-right: 15px;
    font-size: 1rem;
    color: #666;
    text-align: right;
    line-height: 1.8;
}
.form-group .form-control{
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.8;
    padding: 0px 15px;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    width: 100%;
}
.form-group .zp_btn{
    margin-left: 80px;
    background-color: #00d7be;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
    padding: 2px 40px;
    margin-top: 20px;
}
.form-group .lt_btn{
    background-color: #00d7be;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
    padding: 2px 40px;
    margin: 20px auto 0 auto;
}
.close-modal{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #00d7be;
}

/* 会员中心 */
.mem_main{
    display: flex;
    padding: 25px 0 50px 0
}
.mem_left{
    width: 15rem;
    margin-right: 20px;
    background-color: #fff;
}
.mem_right{
    flex: 1;
    background-color: #fff;
    padding: 15px
}
.mem_left li{
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
.mem_left li a{
    position: relative;
    padding: 15px 0;
    display: block;
    font-size: 1rem;
    color: #666;
}
.mem_left li a:hover, .mem_left li a.active{
    color: #00d7be;
}
.mem_left li a::after{
    position: absolute;
    content: '>';
    right: 1px;
    top:15px;
    font-size: 1rem;
    color: #999;
}
.mem_desc{
    display: flex;
}
.mem_desc .mem_faceimg{
    width: 70px;
    margin-right: 20px;
}
.mem_desc .mem_faceimg img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.mem_desc .mem_con h4{
    font-size: 1.3rem;
    color: #333;
    margin: 5px 0;
}
.mem_desc .mem_con p{
    font-size: 1rem;
    color: #999;
    margin-top: 10px;
}
.mem_tits{
    border-bottom: 1px solid #e6e6e6;
}
.mem_tits span{
    display: inline-block;
    margin: 0 10px;
}
.mem_tits span a{
    display: block;
    padding: 0 15px 10px 15px;
    color: #333;
    font-size: 1rem;
}
.mem_tits span.active a{
    color: #00d7be;
    border-bottom: 3px solid #00d7be;
}
.mem_tits span a:hover{
    color: #00d7be;
}
.mem_infbox{
    max-width: 25rem;
}

.selcon{
    margin-left: 120px;
}
.selcon .item {
    position: relative;
}
.selcon .upload_input {
    display: none;
}
.selcon .preview {
    width: 80px;
    height: 80px;
    left: 0;
    top: 0px;
}
.selcon .preview img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.selcon .click {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.selcon .delete {
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    display: none;
    height: 15px;
}

.selcon .preview img {
    width: 100%;
    height: 100%;
}
.selcon .click {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    color: #fff;
}
.selcon .click:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.43);
}
.tx-btn{
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 62px;
    color: #c1c1c1;
    cursor: pointer;
}
.table{
    width: 100%;
}
.w180{
    width: 14rem;
}
.w90{
    width: 7rem;
}
.table th{
    font-size: 1rem;
    font-weight: 600;
    line-height: 2;
}
.table tr td{
    font-size: 1rem;
    line-height: 2;
}
.table tr td p{
    padding: 5px;
}
.xm_uimg{
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
}
.borded{border-collapse：collapse}
.borded tr{
    border: 1px solid #ddd;
}
.borded tr th{
    background-color: #eaeaea;
}
.borded tr td, .borded tr th{
    padding: 6px 10px;
}
.borded tr td{
    line-height: 1.2;
}

/* header */
.lflex{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.lflex .llogo{
    flex: 1;
}

/* 新增 */
.tushu_box{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.tushu_box .tushu_list{
    width: 48.5%;
}
.tushu_box .tushu_list .tushu_table{

}
.tushu_table th{
    padding: 5px 10px;
    background-color: #e5e5e5;
    border-right: 1px solid #fff;
}
.tushu_table tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
.tushu_table td{
    padding: .5rem .7rem;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}
.tushu_table td.tbtit{
    padding-left: 32px;
    background-image: url('../images/pdf_icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.fencai_main{
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fencai_main .fencai_item{
    width: 31%;
}
.fencai_main .fencai_item a{
    position: relative;
    display: block;
    color: #fff;
}
.fencai_main .fencai_item a .img3 img{
    display: block;
}
.fencai_main .fencai_item a .img3::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.48);
}
.fencai_main .fencai_item a:hover .img3::after{
    background-color: rgba(0, 0, 0, 0.28);
}
.fencai_main .fencai_item a h4{
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}
.fencai_main .fencai_item a:hover h4{
    bottom: calc(50% - 2rem);
    font-size: 1.6rem;
}

.gswenhua{
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gswenhua .gswenhua_item{
    position: relative;
    width: 19%;
    background-color: #00d7be;
    color: #fff;
    padding-top: 6.5rem;
    border-radius: 2rem;
}
.gswenhua .gswenhua_item:nth-child(even){
    background-color: #7c7c7c;
    color: #00d7be;
}
.gswenhua .gswenhua_item .wh_img{
    position: absolute;
    right: 1rem;
    top: -2rem;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.45);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.gswenhua .gswenhua_item .wh_img img{
    width: 100%;
}
.gswenhua .gswenhua_item:hover{
    box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.44);
}
.gswenhua .gswenhua_item:hover .wh_img{
    transform: rotate(360deg);
}
.gswenhua .gswenhua_item .wh_en{
    padding: 0 1.4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1;
    color: #009182;
}
.gswenhua .gswenhua_item:nth-child(even) .wh_en{
    color: #00d7be;
}
.gswenhua .gswenhua_item .wh_name{
    background-color: #009182;
    padding: 0 1rem 0 1.4rem;
    line-height: 1.3;
    font-size: 1.5rem;
    color: #fff;

    font-size: 1.4rem;
}
.gswenhua .gswenhua_item:nth-child(even) .wh_name{
    background-color:#00b09d;
}
.gswenhua .gswenhua_item .wh_txt{
    padding: 2.5rem 1.4rem;
    line-height: 1.8;
    font-size: 1.2rem;
}
.gswenhua .gswenhua_item .wh_txt p{
    color: #fff;
    text-align: center;
}


/* i_about */

.i_about{
    padding: 1px;
    color: #0b586e;
}

.i_about p{
    color: #0b586e;
    line-height: 34px;
    padding-bottom: 0;
}

#video_p{
    background-color: #2b8697;
    border-radius: 2rem;
    padding-bottom: 1em;
}

.in_jiazhi{
    padding: 5rem 2rem 10rem 2rem;
}

/* contact_item2  */
.contact_main{
    z-index: 1;
}
.contact_item2{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 30px;
}

@media (max-width:992px) {
    .contact_item2{
        width: 100%;
    }
}

@media (max-width:768px) {
    .contact_item2{
        margin-bottom: 15px;
    }
}

.contact_item2 .card {
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 60px;
}


@media (max-width:992px) {
    .contact_item2 .card {
        padding: 30px;
    }
}

@media (max-width:768px) {
    .contact_item2 .card {
        padding: 20px;
    }
}

.contact_item2 h4{
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_item2 p .fa{
    width: 28px;
    text-align: center;
}