
    .top_bg{ height:6.5rem; width:100%;position: absolute;top: 0;left: 0;z-index: 10;}
    .top_bg:before{ content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: rgba(255, 255, 255, 0.2);z-index: 1;}
    .header{width: 93%;margin: 0 auto;position: relative;}
    .logo{width: 7.3%;line-height: 0;display: flex;align-items: center;height: 6.5rem;}
    .logo img{display: block;width: 100%;}
    .h_dw{padding:2.5rem 0 0 1.2rem;font-size: 1.5rem;color: #fff;line-height: 1.7rem;}
    .h_dw i{font-size: 0.7rem;display: block;text-transform: uppercase;font-weight: normal;}
    .h_nav{width: 48%;padding-top: 3rem;height: 3.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.2rem;
    background: #c8161d;
    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.2rem;
    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.8);height:auto; width:150px;text-align:center; position:absolute; top:3.5rem; left:-38px;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; font-size:0.8rem;}
.h_nav li.cur .erji a:after,.h_nav li .erji a:hover:after,.h_nav li.cur .erji a:before,.h_nav li .erji a:before{ 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.li05 .erji{ width:400px; left:-165px;}
.h_nav li.li05 .erji:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.3);position: absolute;top: 0;left: 33.3%;}
.h_nav li.li05 .erji:after{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.3);position: absolute;top: 0;left: 66.6%;}
.h_nav li.li05 .erji li{width:33.3%;float:left;}

.h_nav li.li02 .erji{ width:200px; left:-66px;}
.h_nav li.li02 .erji a{ width:200px;}
.h_nav li.li04 .erji{ width:200px; left:-46px;}
.h_nav li.li04 .erji a{ width:200px;}

    .h_tel{font-size: 0.9rem;color: #fff;height: 1.8rem;position: absolute;top: 1rem;right: 0;background: rgba(255, 255, 255, 0.2);display: flex;align-items: center;justify-content: space-between;padding: 0 1rem;border-radius: 1rem;}
    .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;}
    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: 1; }
    .banner:hover .slick-next { right: 2%; opacity: 1; }
    .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: #fd3a00;width: 40px;}
    .small{position: absolute;left:8.3%;bottom: 5rem;}
    .sm_m{ font-size: 1.5rem;color: #fff;height: 3rem;line-height: 3rem;overflow: hidden;}
    .sm_m b{font-weight: bold;font-size: 2rem;}
    .banner .banMenu {position: absolute;left: 50%;bottom: 2rem;width: 1.7rem;height: 2.5rem;margin-left: -0.8rem;text-align: center;z-index: 5;}
.banner .banMenu i {display: block;width: 1.7rem;height: 2.5rem; cursor: pointer;position: absolute;bottom: 0;left: 0;}
.banner .banMenu i img {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-animation: bounceY 2s infinite;
            -moz-animation: bounceY 2s infinite;
            -o-animation: bounceY 2s infinite;
            -ms-animation: bounceY 2s infinite;
            animation: bounceY 2s infinite;
        }
      @-moz-keyframes bounceY {
            0%,
            100% {
                -moz-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -moz-transform: translateY(-6px);
                transform: translateY(-6px);
            }
        }
        
        @-o-keyframes bounceY {
            0%,
            100% {
                -o-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -o-transform: translateY(-6px);
                transform: translateY(-6px);
            }
        }
        
        @keyframes bounceY {
            0%,
            100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-6px);
            }
        }
    

.f_bg{background: url(images/f_bg.jpg) no-repeat center top/100% 32.9rem;border-top: #c8161d 0.9rem solid; height:28.4rem;overflow: hidden;padding-top: 4.5rem;}
.footer{width: 83.33%; margin:0 auto;}
.f_nav{height: 13.8rem;width: 75%;}
.f_ul01 li{height: 13.8rem;float: left;width: 15.5%;position: relative;padding-left: 4.5%;}
.f_ul01 li:before{content: "";width: 1px;height: 11rem;background: rgba(255,255,255,0.1);position: absolute;top: 0.5rem;right: 0;}
.f_ul01 li a{font-size: 0.9rem;color: rgba(255,255,255,1);display: block;height: 2.3rem;line-height: 2.3rem;width: 100%;margin-bottom: 0.8rem;}
.f_ul01 .f_ul02 li{width: 100%;padding: 0;height: 1.6rem;line-height: 1.6rem;}
.f_ul01 .f_ul02 li:before{display: none;}
.f_ul01 .f_ul02 li a{height: 1.6rem;line-height: 1.6rem;font-size: 0.8rem;color: rgba(255,255,255,0.6);margin-bottom: 0;}
.f_nav ul li a:hover{text-decoration: underline;color: #fff;}
.f_ul01 li.f_li01{width: 11%;padding: 0;}
.f_ul01 li.f_li02,.f_ul01 li.f_li05{width: 17.2%;}
.f_ul01 li.f_li05 li{width: 45%;float: left;}
.f_logo{width: 20%;height: 13.8rem;overflow: hidden;}
.f_logo h5{width: 90%;line-height: 0;}
.f_logo h5 img{display: block;width: 100%;}
.f_er{width: 90%;padding-top: 1rem; display: flex;justify-content: space-between;}
.f_er p{width: 45%;text-align: center;}
.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.7);width: 100%;line-height: 1.2rem;padding-top: 0.3rem;}
.f_list{width: 100%;height: 9.6rem;display: flex;justify-content: space-between;}
.foot_dl{width: 32.3%;}
.foot_dl dl{width: 100%;position: relative;}
.foot_dl dl dt{width: 100%;line-height: 0;overflow: hidden;position: relative;}
.foot_dl dl dt:before{content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: absolute;top: 0;left: 0;}
.foot_dl dl dt img{display: block;width: 100%;}
.foot_dl dl dd{width: 77.4%;height: 6.5rem;position: absolute;top: 1.3rem;left: 11.3%;z-index: 5;display: flex;align-items: center;justify-content: space-between;}
.foot_dl dl dd p{font-size: 0.9rem;color: rgba(255,255,255,1);line-height: 1.5rem;}
.foot_dl dl dd p i{font-size: 0.8rem;display: block;text-transform: uppercase;}
.foot_dl dl dd em{width: 4.1rem;height: 6.5rem;line-height: 0;}
.foot_dl dl dd em img{width: 4.1rem;height: 6.5rem;}
.f_bot{width: 100%;height: 5rem;line-height: 5rem;font-size: 0.7rem;color: rgba(255,255,255,0.7);}
.f_bot span{padding: 0 0.8rem 0 0.5rem;}
.f_bot em{ background:url(images/f_icp.png) no-repeat 0 center/0.8rem 0.8rem;padding-left: 1.2rem;display: inline-block;}
.f_bot a{color: rgba(255,255,255,0.7);}
  

        .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: #c8161d;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #c8161d;
            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;
        }
    
