
.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;
    }


    .p102-info-items {
        margin-bottom: 60px;
    }
    
    .p102-info-items-img {
        float: right;
        width: 362px;
    }
    
    .p102-info-items-img a,
    .p102-info-items-img img {
        width: 100%;
        display: block;
    }
    
    .p102-info-items-text {
        float: left;
        width: 620px;
        padding-top: 40px;
    }
    
    .p102-info-items-text h4 {
        height: 32px;
        position: relative;
        padding-left: 90px;
        margin-bottom: 20px;
    }
    
    .p102-info-items-text h4 em {
        position: absolute;
        width: 74px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #00aab0;
        text-align: center;
        font-style: normal;
        border: 1px solid #00aab0;
        left: 0;
        top: 0;
    }
    
    .p102-info-items-text h4 a {
        display: inline-block;
        height: 32px;
        max-width: 100%;
        line-height: 32px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-items-text p {
        line-height: 28px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        margin-bottom: 24px;
    }
    
    .p102-info-1-more a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #333333;
    }
    
    .p102-info-1-more a:hover {
        color: #00aab0;
    }


    .p102-info-list {
        border: 1px solid #e3e3e3;
        border-bottom: 0;
        margin-bottom: 30px;
    }
    
    .p102-info-list dl {
        border-bottom: 1px solid #e3e3e3;
        padding: 19px;
        min-height: 180px;
        position: relative;
    }
    
    .p102-info-list dt {
        width: 268px;
    }
    
    .p102-info-list dt a,
    .p102-info-list dt img {
        display: block;
        width: 100%;
    }
    
    .p102-info-list dd {
        position: absolute;
        left: 327px;
        right: 29px;
        top: 19px;
        bottom: 19px;
        z-index: 1;
        padding-top: 20px;
    }
    
    .p102-info-list dd h4 {
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    .p102-info-list dd h4 a {
        display: inline-block;
        max-width: 100%;
        height: 40px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-list .p102-info-list-desc {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-info-list-more {
        padding-top: 22px;
    }
    
    .p102-info-list-more a {
        display: block;
        width: 98px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #00aab0;
        text-align: center;
        border: 1px solid #00aab0;
        position: relative;
    }
    
    .p102-info-list-more a:before {
        content: '';
        position: absolute;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 10px solid #fff;
        left: -1px;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-info-list-more a:after {
        content: '';
        position: absolute;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #00aab0;
        left: -1px;
        top: 50%;
        margin-top: -5px;
        z-index: 2;
    }
    
    .p102-info-list dl:hover {
        box-shadow: 5px 5px 10px #ededed, -5px -5px 10px #ededed;
    }
    
    .p102-info-list dl:hover dd h4 a {
        color: #00aab0;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a {
        background: #00aab0;
        color: #fff;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a:before {
        border-left: 10px solid #00aab0;
    }
    
    .p102-info-list dl:hover .p102-info-list-more a:after {
        border-left: 7px solid #fff;
    }


       .p102-info-1 {
        width: 1029px;
        background: #fff;
        border-left: 1px solid #ebebeb;
        margin-left: -1px;
        padding: 70px 40px 40px;
        margin-top: 30px;
    }
   

    .xf{width:90px;}
    .fixed{position: fixed; left: 50%;top:0px;margin-left: -600px;}
    .p102-info-fdh-1 {
        width: 90px;
        position: relative;
        z-index: 2;
        margin-top: 70px;
    }
    
    .p102-info-fdh-1-nav-one {
        margin-bottom: 10px;
    }
    
    .p102-info-fdh-1-nav-one h3 {
        background: #00aab0;
        font-weight: normal;
        margin-bottom: 5px;
    }
    
    .p102-info-fdh-1-nav-one li {
        background: #ccc;
        margin-bottom: 5px;
    }
    
    .p102-info-fdh-1-nav-one h3 a,
    .p102-info-fdh-1-nav-one li a {
        display: block;
        line-height: 26px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        padding: 19px 20px;
    }
    
    .p102-info-fdh-1-nav-one li a {
        color: #666;
        font-size: 16px;
        padding: 19px 10px;
    }
    
    .p102-info-fdh-1-nav-one h3.sidenavcur,
    .p102-info-fdh-1-nav-one h3:hover {
        background: #00aab0;
        font-weight: bold;
    }
    
    .p102-info-fdh-1-nav-one li.sidenavcur a,
    .p102-info-fdh-1-nav-one li:hover a {
        color: #00aab0;
        font-weight: bold;
    }
    /*有需要黑色字体的可放出*/
    /*.p102-info-fdh-1-nav-one h3.sidenavcur a,*/
    /*.p102-info-fdh-1-nav-one h3:hover a {*/
    /*    color: #1a1a1a;*/
    /*}*/


.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.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#00aab0 url(/static/images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#00aab0 url(/static/images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#00aab0 url(/static/images/tohome.png) 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.png) 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.png) 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.png) 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;
        }
    
