
.top_bg{ height:6rem; width:100%;position: absolute;top: 0;left: 0;z-index: 100;}
.top_bg:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.1);position: absolute;bottom: 0;left: 0;z-index: -1;}
.header{width: 92%;margin: 0 auto;position: relative;}
.logo{width: 13.64%;height: 6rem;line-height: 0;display: flex;align-items: center;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 1.3rem;color: #fff;line-height: 1.8rem;padding: 1.1rem 0 0 1rem;position: relative;margin-left: 1rem;}
.h_dw:before{content: "";width: 1px;height: 3.3rem;position: absolute;top: 1.5rem;left: 0;background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 90%);}
.h_dw i{display: block;font-size: 0.9rem;font-weight: normal;}
.h_nav{width: 52%; height:3.5rem;padding-top: 2.5rem;}
.h_nav ul{ width: 100%; height:3.5rem;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li a{ font-size:0.9rem; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 3.5rem;line-height: 3rem;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: #fff;
	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 a:hover,.h_nav li.cur a{font-weight: bold;}
.h_tel{width: 13.5%;height: 1.5rem; font-family: "DINOT";font-size: 1.2rem;color: #f0c000;font-weight: bold;display: flex;align-items: center;position: absolute;top: 0.8rem;right: 0;}
.h_tel em{width: 1.2rem;height: 1.2rem;line-height: 0;padding-right: 0.5rem;}
.h_tel em img{width: 1.2rem;height: 1.2rem;}

.h_nav li .erji{ display:none;background: rgba(0,0,0,0.8);height:auto; width:200px;text-align:center; position:absolute; top:3.5rem; left:-62px;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:100%;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_nav li.li03 .erji{ width:240px; left:-82px;}

.btm{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);background:rgba(0,0,0,0.8);}

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:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}

 
.banner{position: relative; height:auto;clear: both;}
.banner img {display: block;width: 100%;margin:0 auto;}
.banner .slick-arrow {position: absolute;font-size: 0;top: 50%;z-index: 9; width: 4rem; height: 4rem; margin-top: -2.5rem;border: 0; outline: none;cursor: pointer;transition:.8s;}
.banner .slick-prev {left: 1%; background:url(images/uu.png) no-repeat center center/4rem 4rem;opacity: 0;}
.banner .slick-next {right: 1%;background:url(images/dd.png) no-repeat center center/4rem 4rem;opacity: 0;}
.banner:hover .slick-prev { left: 2%; opacity: 0.8; }
.banner:hover .slick-next { right: 2%; opacity: 0.8; }
.slick-dots {position: absolute;left:5%; font-size:0;bottom:5%;width:90%;text-align: center;outline: none;z-index: 4;}
.slick-dots li {display: inline-block;margin: 0 8px; outline: none;}
.slick-dots li button {display: block;border: 0 none;width: 15px;height: 15px;border-radius: 15px;margin-right:12px; display: inline-block;outline: none;background: #fff; transition: .5s;}
.slick-dots .slick-active button {background: #f0c000;width: 40px;}


 .process{
     padding-top: 2rem;
 }
    .process ul{width: 100%;display: inline-block;}
    .process li {
        font-size: 1.2rem;
        color: #333;
        text-align: center;
        width: 14.28%;
        float: left;
        position: relative;
        line-height: 1.5rem;
    }
    
    .process li::before {
        content: '';
        width: 1rem;
        height: 0.8rem;
        background: url(/resource/images/b8543f2e550a4070b27400b023a99356_108.png) no-repeat center center;
        position: absolute;
        right: -0.5rem;
        top: 50%;
        margin-top: -0.4rem;
    }
    
    .process li:last-child::before {
        display: none;
    }
    
    .process li i {
        width: 3rem
        overflow: hidden;
        display: block;
        margin: 0 auto 1rem;
        line-height: 0;
        transition: all 0.5s;
    }
    
    .process li i img {
        width: 3rem;
        height: 3rem;
    }
    
    .process li em {
        color: #868686;
        font-size: 0.6rem;
        display: block;
        text-transform: uppercase;
        line-height: 1rem;
        margin-top: 0.2rem;
    }
    
    .process li:hover,.process li:hover em {
        color: #0054ac;
    }
    .process li:hover i{animation: flipInY 1s;}


.f_bg{ background:#031330;border-top: #f0c000 0.3rem solid; height:19.2rem;padding-top: 4rem;overflow: hidden;}
.footer{width: 83.33%; margin:0 auto;}
.f_logo{width: 27.5%;line-height: 0;height: 19.2rem;}
.f_logo h5{width: 54.5%;line-height: 0;padding: 0.5rem 0 1.2rem;}
.f_logo h5 img{display: block;width: 100%;}
.f_logo p{font-size: 0.8rem;color: rgba(255,255,255,0.9);line-height: 1.6rem;}
.f_logo p a{color: rgba(255,255,255,0.9);}
.f_logo p span{padding: 0 0.5rem;}
.f_top{display: block;width: 100%;font-size: 1.2rem;color: #fff;height: 3.3rem;line-height: 3rem;overflow: hidden;margin-bottom: 1.4rem;font-weight: normal;position: relative;}
.f_top:before{content: "";width: 1.5rem;height: 0.1rem;background: rgba(255,255,255,1);position: absolute;bottom: 0;left: 0;}
.f_nav{width: 26%;height: 19.2rem;}
.f_nav ul li{float: left;width: 46%;line-height: 2rem;height: 2rem;overflow: hidden;}
.f_nav ul li a{font-size: 0.8rem;color: rgba(255,255,255,1);}
.f_nav ul li a:hover{font-weight: bold;}
.f_ban{width: 28%;height: 19.2rem;color: rgba(255,255,255,1);}
.f_ban p{font-size: 0.8rem;line-height: 1.5rem;}
.f_tel{font-size: 1.5rem;color: #f0c000;font-weight: bold;line-height: 2rem;padding: 0 0 1rem;}
.f_ban span{display: block;}
.f_ban i{display: block;}
.f_er{width: 17%;height: 19.2rem;}
.f_code{width: 100%;display: flex;justify-content: space-between;padding-top: 0.5rem;}
.f_er p{width: 46%;}
.f_er p em{display: block;width: 100%;line-height: 0;overflow: hidden;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;font-size: 0.8rem;color: rgba(255,255,255,0.5);width: 100%;line-height: 1.5rem;padding-top: 0.5rem;text-align: center;}
  

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