
.top_bg{ height:6.3rem; width:100%;position: absolute;top: 0;left: 0;z-index: 5;}
.header{width: 92%;margin: 0 auto;position: relative;}
.logo{width: 14%;line-height: 0;display: flex;align-items: center;height: 6.3rem;}
.logo img{display: block;width: 100%;}
.h_dw{float: left;font-size: 1rem;color: rgba(5,14,30,0.9);line-height: 1.5rem;padding: 1.5rem 0 0 1.5rem;margin-left: 1rem;position: relative;}
.h_dw:before{content: "";width: 1px;height: 2.6rem;background: rgba(51,51,51,0.2);position: absolute;top: 1.8rem;left: 0;}
.h_dw i{display: block;font-weight: normal;}
.h_nav{width: 46%;padding-top: 2.7rem;height: 2.5rem;}
.h_nav ul{ width: 100%; height:2.5rem;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li a{ font-size:0.8rem; color:#000;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 2.5rem;line-height: 2.3rem;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: #00be53;
	content: '';
	opacity: 0;
	-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: 0.1rem;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.h_nav li .erji{ display:none;background: rgba(0,0,0,0.6);height:auto; width:160px;text-align:center; position:absolute; top:2.5rem; left:-45px;z-index:5;}
.h_nav li .erji li{ border-bottom:rgba(255,255,255,0.3) 1px solid; height:42px; line-height:42px;}
.h_nav li .erji a{ height:42px; line-height:42px; width:160px;color:#fff;}
.h_nav li.cur .erji a:after,.h_nav li .erji a:hover:after{ background:none;opacity: 0;}
.h_nav li.cur .erji a{font-weight:normal;}
.h_nav li.cur .erji a:hover,.h_nav li .erji a:hover{font-weight:bold;}

.h_tel{font-size: 0.7rem;color: #333;height: 1.5rem;position: absolute;top: 0.7rem;right: 0;background: rgba(51,51,51,0.4);display: flex;align-items: center;justify-content: space-between;padding: 0 0.8rem 0 0.6rem;border-radius: 1rem;}
.h_tel em{width: 1rem;height: 1rem;line-height: 0;padding-right: 0.5rem;}
.h_tel em img{width: 1rem;height: 1rem;}

em,i{font-style: normal;}

html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1760px){html{font-size:18.33px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}


        .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("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(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: #009842;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        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(images/p102-search-icon1.png) no-repeat center center #009842;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .xl-xwlb-3nf1-1-01 {
            background: #fff;
            background: #fff;
        }
        
        .xl-xwlb-3nf1-1-01-list dl {
            width: 30.6%;
            border: 1px solid #dedede;
            background: #fff;
            margin: 18px 0 26px 1.8%;
            float: left;
        }
        
        .xl-xwlb-3nf1-1-01-list dt img {
            width: 100%; 
            display: block;
        }
        
        .xl-xwlb-3nf1-1-01-list dd {
            height: 97px;
            padding: 6px 10px 20px;
        }
        
        .xl-xwlb-3nf1-1-01-list dd h4 {
            height: 45px;
            font-weight: normal;
            font-size: 18px;
            color: #154c64;
            line-height: 45px;
            overflow: hidden;
        }
        
        .xl-xwlb-3nf1-1-01-list h4 a {
            display: block;
            height: 45px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .xl-xwlb-3nf1-1-01-list dl:hover h4 a,.xl-xwlb-3nf1-1-01-list dl:hover .xl-xwlb-3nf1-1-01-list-deta a{
            color: #009842;
        }
        .xl-xwlb-3nf1-1-01-list-desc-main{display: inline; }
        .xl-xwlb-3nf1-1-01-list-desc {
            height: 40px;
            font-size: 14px;
            line-height: 20px;
            color: #797979;
            margin-bottom: 12px;
        }
        
        .xl-xwlb-3nf1-1-01-list-deta { 
            display: inline;  
            color: #797979;
            text-align: center;
        }
        
        .xl-xwlb-3nf1-1-01-list dl:hover {
            border-color: #009842;
        }
          
    

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

    .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: #009842;
        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: #00b44e;
        font-weight: bold;
    }
    
    .p102-info-fdh-1-nav-one li.sidenavcur a,
    .p102-info-fdh-1-nav-one li:hover a {
        color: #00b44e;
        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{width: 100%; height:20.7rem;padding-top: 2.5rem;background: #0f192e;overflow: hidden;position: relative;}
.f_bg:after{content: "";width: 83.33%;height: 1px;background: rgba(255,255,255,0.3);position: absolute;bottom: 6.3rem;left: 8.3%;}
.footer{width: 83.33%; margin:0 auto;}
.f_ban{width: 30%;height: 14.4rem;font-size: 0.8rem;color: rgba(255,255,255,0.8);}
.f_ban p{height: 3rem;display: flex;align-items: center;padding: 0.5rem 0;}
.f_ban p em{width: 2.2rem;height: 2.2rem;line-height: 0;background: rgba(0,152,66,0.5);border-radius: 50%;margin-right: 0.7rem;}
.f_ban p em img{width: 2.2rem;height: 2.2rem;}
.f_ban p b{font-size: 1.5rem;color: #fff;display: block;padding-bottom: 0.3rem;}
.f_ban p span{line-height: 1.3rem;}
.f_ban p i{display: block;}
.f_ban a{color: rgba(255,255,255,0.8);}
.f_nav{height: 14.4rem;width: 50%;}
.f_ul01 li{height: 13.1rem;float: left;width: 23.3%;}
.f_ul01 li a,.f_top{font-size: 0.8rem;color: rgba(255,255,255,0.5);display: block;height: 2.5rem;line-height: 2.5rem;width: 100%;margin-bottom: 0.5rem;font-weight: normal;}
.f_ul01 .f_ul02 li{width: 100%;height: 2.1rem;line-height: 2.1rem;}
.f_ul01 .f_ul02 li a{height: 2.1rem;line-height: 2.1rem;color: rgba(255,255,255,1);margin-bottom: 0;}
.f_nav ul li a:hover{font-weight: bold;}
.f_ul01 li.f_li01{width: 30%;}
.f_right{width: 18.25%;height: 13.4rem;padding-top: 1rem;}
.foot_m{width: 100%;height: 11rem;overflow: hidden;}
.foot_m ul li{width: 100%;line-height: 0;overflow: hidden;}
.foot_m ul li em{display: block;width: 100%;line-height: 0;overflow: hidden;border-radius: 0.3rem;}
.foot_m ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 0.3rem;}
.foot_m ul li span{display: block;width: 100%;text-align: center;font-size: 0.8rem;color: rgba(255,255,255,0.8);height: 1.2rem;line-height: 1.2rem;padding-top: 0.5rem;overflow: hidden;}
.foot_list{position: absolute;top: 7.2rem;left: 0;width: 100%;}
.foot_list ul{display: flex;align-items: center;justify-content: center;}
.foot_list ul li{width: 0.4rem;height: 0.4rem;background: #fff;border: #fff 0.1rem solid;border-radius: 50%;margin: 0 0.3rem;}
.foot_list ul li.on{background: #009842;}
.f_bot{height: 6.3rem;line-height: 4.5rem;font-size: 0.8rem;color: rgba(255,255,255,0.8);}
.f_bot span{padding: 0 0.5rem;}
.f_bot a{color: rgba(255,255,255,0.8);}
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 31px;
            background-position: -23px -47px;
            background-size: 52px 82px;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #009842;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #009842;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
