
.top_bg{position: absolute;top: 0;left: 0; height:125px; width:100%;background: rgba(0,0,0,0.8);z-index: 5;border-bottom: rgba(255,255,255,0.6) 1px solid;}
.header{width: 1500px;margin: 0 auto;position: relative;}
.h_tel{position: absolute;top: 20px;right: 0;font-size: 14px;color: #fff;font-weight: bold;width: 146px;height: 26px;background: url(/static/images/tel_k.png) no-repeat;background-size: 146px 26px;display: flex;align-items: center;justify-content: center;}
.h_tel em{width: 18px;height: 18px;line-height: 0;padding:0 8px 0 0;}
.h_tel em img{width: 18px;height: 18px;}
.logo{width: 14%;line-height: 0;padding: 17px 2.5% 0 0;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 18px;color: #fff;line-height: 30px;padding-top: 30px;}
.h_dw i{display: block;font-weight: normal;}
.h_nav{width: 54%; height:73px;padding-top: 52px;}
.h_nav ul{ width: 100%; height:73px;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li a{ font-size:16px; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 73px;line-height: 50px;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #00aab0;
	content: '';
	opacity: 0;
	border-radius: 0.3rem;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h_nav li a:hover:after,
.h_nav li.cur a:after{
	height: 4px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li .erji{ display:none;height:auto;background: rgba(0,170,176,0.8); width:190px; text-align:center; position:absolute; top:73px; left:-50px;}
.h_nav li .erji li{ background:none; border-bottom:rgba(255,255,255,0.6) 1px solid; height:44px; line-height:44px;}
.h_nav li .erji a,.h_nav li.cur .erji a{ height:44px; line-height:44px; width:190px; font-weight:normal; color:rgba(255,255,255,0.9);}
.h_nav li.cur .erji a:after,.h_nav li .erji a:hover:after{ background:none;opacity: 0;}
.h_nav li.cur .erji a:hover,.h_nav li .erji a:hover{color:#fff;font-weight:bold;}
em,i{font-style: normal;}
@media screen and (max-width:1500px) {
	.header{width: 1300px;}
}
@media screen and (max-width:1400px) {
	.header{width: 1200px;}
}


        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p101-curmbs-1 {
            position: relative;
            max-width: 1920px;
            margin: 0 auto;
        }
        
        .blk-main01 {
            width: 1200px;
            margin: 0 auto;
        }
        
        .plc {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            background: url("/static/images/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 5px;
        }
        
        .p12-curblock {
            display: none;
        }
        
        .p101-curmbs-con {
            float: right;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #fff;
        }
        
        .p101-curmbs-con b {
            font-weight: normal;
            padding-left: 25px;
            background: url(/static/images/p101-curmbs-icon1.png) no-repeat left center;
        }
        
        .p101-curmbs-con i {
            font-style: normal;
        }
        
        .p101-curmbs-con span {
            font-family: 宋体;
            height: 46px;
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p101-curmbs-con a {
            color: #fff;
        }
        
        .p101-curmbs-con a:hover {
            text-decoration: underline;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #00aab0;}
    .p102-search-1-inp {
        float: right;
        width: 360px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(/static/images/p102-search-icon1.png) no-repeat center center #00aab0;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p16-left-nav-1 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;
            display: none;
        }
        
        .p16-left-nav-1 li {
            width: 25%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #eee;
            box-sizing:border-box;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow:hidden;
            white-space: nowrap;
        }
        .p16-left-nav-1 li a{color: #a8a8a8;}
        
        .p16-left-nav-1 li.sidenavcur,
        .p16-left-nav-1 li:hover {
            background: url(/static/images/p16-icon6.png) no-repeat bottom center #00aab0;
            border-color: #00aab0;
        }
        
        .p16-left-nav-1 li.sidenavcur a,
        .p16-left-nav-1 li:hover a {
            color: #fff;
        }
    

        .k12-xl-cplb-2nt2-1-02 {
            background: #fff;
            margin-top: 20px;
        }
        .p102-pros-1-title {
        height: 66px;
        line-height: 66px;
        font-size: 26px;
        color: #333333;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        margin-bottom: 30px;
    }
    
    .p102-pros-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: #00aab0;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }
        .k12-xl-cplb-2nt2-1-02-list dl {
            width: 48.8%;
            border: 1px solid #dedede;
            background: #fff;
            margin: 0 2.2% 30px 0.1%;
            float: left;
            box-sizing: border-box;
        }
        
        .k12-xl-cplb-2nt2-1-02-list dl:nth-child(3n-1) {
            margin-right: 0
        }
        
        .k12-xl-cplb-2nt2-1-02-list dt{
            position: relative;
        }
        .k12-xl-cplb-2nt2-1-02-list dt img {
            width: 100%; 
            display: block;
        }
        .k12-desc-m{
            padding: 30px 10px;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,170,176,0.8);
            width: 100%;
            height: 100%;
            box-sizing:border-box;
            transform:scale(0);
            transition: 0.5s;
        }
        /*.k12-xl-cplb-2nt2-1-02-list dd {*/
        /*    padding: 30px 10px;*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    left: 0;*/
        /*    background: rgba(0,0,0,0.6);*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    box-sizing:border-box;*/
        /*    transform:scale(0);*/
        /*    transition: 0.5s;*/
        /*}*/
        
        .k12-xl-cplb-2nt2-1-02-list dd h4 {
            height: 60px;
            font-size: 22px;
            color: #333;
            line-height: 60px;
            overflow: hidden;
            text-align: center;
        }
        
        .k12-xl-cplb-2nt2-1-02-list h4 a {
            display: block;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        
        .k12-xl-cplb-2nt2-1-02-list-desc {
            width: 80%;
            text-align: center;
            height: 240px;
            font-size: 16px;
            line-height: 30px;
            color: #fff;
            margin:20px auto;
            display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:8; overflow: hidden; text-overflow: ellipsis;
        }
        
        .k12-xl-cplb-2nt2-1-02-list-deta {
            width: 100px;
            height: 40px;
            display:block;
            margin: 0 auto;
            border: 1px solid #fff;
            font-size: 16px;
            line-height: 40px;
            color: #fff;
            text-align: center;
        }
        .k12-xl-cplb-2nt2-1-02-list-deta a{
            color: #fff;
        }
        .k12-xl-cplb-2nt2-1-02-list dl:hover {
            border-color: #00aab0;
        }
        .k12-xl-cplb-2nt2-1-02-list dl:hover .k12-desc-m{
            transform:scale(1);
        }
        .k12-xl-cplb-2nt2-1-02-list dl:hover .k12-xl-cplb-2nt2-1-02-list-deta {
            background: #00aab0;
            border-color: #00aab0;
        }
        
        .k12-xl-cplb-2nt2-1-02-list dl:hover .k12-xl-cplb-2nt2-1-02-list-deta a {
            color: #fff;
        }
    

    .p102-pagination-blk {
        padding-bottom: 40px;
    }


.f_bg{ background: url(/static/images/f_bg.jpg) no-repeat center 0; height:491px;overflow: hidden;padding-top: 55px;}
.footer{width: 1400px; margin:0 auto;}
.f_er{width: 24.28%;height: 340px;}
.f_er h5{width: 65.88%;line-height: 0;}
.f_er h5 img{display: block;width: 100%;}
.f_er p{width: 30%;float: left;margin: 10px 0 0;margin-right: 20px;}
.f_er p em{width: 100%;display: block;line-height: 0;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;width: 100%;font-size: 14px;color: #fff;line-height: 20px;text-align: center;padding-top: 5px;}
.f_er b{display: block;height: 1.8rem;line-height: 1.8rem; background:url(/static/images/f_ico01.png) no-repeat 0 center; background-size: 1.2rem 1.2rem; font-size: 1.2rem;color: #00aab0;padding-left: 1.6rem;margin: 10px 0 0;}
.f_nav{height: 317px;width: 75%;padding-top: 23px;}
.f_ul01 li{height: 340px;float: left;width: 22%;}
.f_ul01 li a{font-size: 20px;color: rgba(255,255,255,1);display: block;height: 50px;line-height: 46px;width: 100%;position: relative;}
.f_ul01 li a:before{content: "";width: 60px;height: 2px;background: #393c3f;position: absolute;bottom: 0;left: 0;}
.f_ul01 li a:hover:before{background: #00aab0;}
.f_ul01 .f_ul02{padding-top: 10px;}
.f_ul01 .f_ul02 li{width: 100%;height: 32px;line-height: 32px;}
.f_ul01 .f_ul02 li a{height: 32px;line-height: 32px;font-size: 14px;color: rgba(255,255,255,0.6);}
.f_ul01 .f_ul02 li a:before{display: none;}
.f_nav ul li a:hover{color: #fff;}
.f_ul01 li.f_li02{width: 45%;}
.f_ul01 li.f_li02 .f_ul02 li{width: 23%;float: left;}
.f_ul01 li.f_li04{width: 10%;}
.f_bot{width: 100%;height: 126px;padding-top: 25px;}
.f_bot span{padding: 0 10px;}
.f_ban{width: 75%;line-height: 36px;}
.f_ban p.f_p01{font-size: 14px;color: rgba(255,255,255,0.8);}
.f_ban p.f_p02{font-size: 12px;color: rgba(255,255,255,0.5);}
.f_ban p.f_p03{font-size: 12px;color: rgba(255,255,255,0.5); background:url(/static/images/f_icp.png) no-repeat 0 center;padding-left: 22px;background-size:15px 15px;line-height: 25px;}
.f_ban a{color: rgba(255,255,255,0.5);}
.f_code{width: 15%;}
.f_code p{line-height: 0;float: left;position: relative;padding: 0.8rem 0 0 0.5rem;}
.f_code p i{width: 2.8rem;height: 2.8rem;display: block;}
.f_code p i img{width: 2.8rem;height: 2.8rem;}
.f_code p em{width: 4rem;height: 4rem;display: none;position: absolute;top: -3.5rem;left: calc(50% - 2rem);}
.f_code p em img{width: 4rem;height: 4rem;}
.f_code p:hover em{display: block;}
@media screen and (max-width:1500px) {
	.footer{width:1200px;}
}
  

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#00aab0 url(/static/images/cimg23.webp) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#00aab0 url(/static/images/cimg24.webp) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#00aab0 url(/static/images/cimg25.webp) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#00aab0 url(/static/images/tohome.webp) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#00aab0 url(/static/images/returnTop.webp) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#00aab0 url(/static/images/cimg23.webp) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#00aab0 url(/static/images/cimg25.webp) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
