
  .nav_fix {
    position: fixed;
    top: 0;
    z-index: 999;
    margin:0 auto;
}
.tetu{position:absolute;z-index:99;left:0.1rem;}
.top_bg{ height:5.2rem; width:100%;background: rgba(255,255,255,1);}
.header{width: 83.33%;margin: 0 auto;}
.logo{width: 11.25%;height: 5.2rem;line-height: 0;display: flex;align-items: center;padding-left: 2.1%;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 1.2rem;color: #282828;line-height: 1.6rem;padding: 1.2rem 0 0 1rem;margin-left: 1.2rem;position: relative;}
.h_dw:before{content: "";width: 1px;height: 2.5rem;background: #bebebe;position: absolute;top: 1.5rem;left: 0;}
.h_dw i{display: block;font-size: 0.7rem;color: #666;font-weight: normal;text-transform: uppercase;}
.h_nav{width: 40%; height:5.2rem;padding-right: 4%;}
.h_nav ul{ width: 100%; height:5.2rem;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li a{ font-size:0.9rem; color:#282828;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 5.2rem;line-height: 5.5rem;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.3rem;
	background: #cc000e;
	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.3rem;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li a:hover,.h_nav li.cur a{color: #cc000e;font-weight: bold;}

.h_nav li .erji{ display:none;background: rgba(0,0,0,0.6);height:auto; width:160px;text-align:center; position:absolute; top:5.2rem; 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_nav li.nav_li04 .erji{ width:200px;left:-63px;}
.h_nav li.nav_li04 .erji a{ width:200px;}
.h_tel{width: 11rem;height: 5.2rem;line-height: 0;cursor:pointer;position: relative;display: flex;align-items: center;justify-content: center;}
.search{width: 5.2%;height: 5.2rem;line-height: 0;cursor:pointer;position: relative;display: flex;align-items: center;justify-content: center;}
/*.h_tel:before{content: "";width: 1px;height: 100%;background: #b1b1b1;position: absolute;top: 0;left: 0;}*/
.h_tel img,.search .sea_icon img{width: 2.2rem;height: 2.2rem;}
.search{background: #cc000e;}
.h_tel p{width: 11rem;height: 5.2rem;line-height: 5.2rem;background: #cc000e;font-size: 1.1rem;color: #fff;border-right: #eee 1px solid;position: absolute;top: 0;right: 0;z-index: 5;overflow: hidden;-webkit-transition:all .5s;transition:all .5s;text-align:right;padding-right:12%;}
/*.h_tel:hover p{width: 10rem;text-align: right;}*/
.search .sea_icon:hover img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.sea_box{position: absolute;width: 13.5rem;right: 0;top:5.25rem;z-index: 100;display: none;}
.sea_box input {float: left;font-size: 0.7rem;}
.sea_box input.txt {width: 10rem;padding: 0 0 0 0.5rem;line-height: 2rem;height: 2rem;border: 0.1rem solid #cc000e;box-sizing: border-box;}
.sea_box input.btn {width: 3.5rem;background-color: #cc000e;color: #fff;cursor: pointer;height: 2rem;border: none;}
input::-webkit-input-placeholder {color: #666;}

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;right: 5.2%;z-index: 9; width: 2.3rem; height: 2.3rem;border: 0; outline: none;cursor: pointer;border-radius: 50%;transition:.5s;}
.banner .slick-prev {top: 16rem; background:url(images/ban_lico.png) no-repeat center center/2.3rem 2.3rem;}
.banner .slick-next {top: 19rem; background:url(images/ban_rico.png) no-repeat center center/2.3rem 2.3rem;}
.banner .slick-arrow:hover{box-shadow: 0 3px 10px 3px rgba(255,255,255,0.4);}
.small{position: absolute;right: 5.2%;top: 30rem;}
.sm_m{ font-size: 1.5rem;color: #333;height: 3rem;line-height: 3rem;overflow: hidden;}
.sm_m b{font-weight: bold;font-size: 2rem;}


.f_bg{ background:#282828;border-bottom: #b50004 0.35rem solid; height:29.3rem;overflow: hidden;padding-top: 2rem;position: relative;}
.f_bg:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.3);position: absolute;top: 8.2rem;left: 0;}
.f_bg:after{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.3);position: absolute;top: 24.4rem;left: 0;}
.footer{width: 83.33%; margin:0 auto;}
.foot_top{height: 6.2rem;}
.foot_top h5{width: 17.4%;float: left;line-height: 0;}
.foot_top h5 img{display: block;width: 100%;}
.f_code{width: 10%;}
.f_code p{line-height: 0;float: left;position: relative;padding: 1.1rem 0 0 1.5rem;}
.f_code p i{width: 2.3rem;height: 2.3rem;display: block;}
.f_code p i img{width: 2.3rem;height: 2.3rem;}
.f_code p em{width: 5rem;height: 5rem;display: none;position: absolute;top: calc(50% - 1.8rem);left: -3.65rem;border: #eee 1px solid;}
.f_code p em img{width: 5rem;height: 5rem;}
.f_code p:hover em{display: block;}
.f_nav{height: 13.1rem;padding-top: 3rem;width: 50%;}
.f_ul01 li{height: 13.1rem;float: left;width: 37.5%;}
.f_ul01 li a,.f_top{font-size: 1rem;color: rgba(255,255,255,1);display: block;height: 2rem;line-height: 2rem;width: 100%;font-weight: bold;margin-bottom: 0.4rem;}
.f_ul01 .f_ul02 li{width: 45%;float: left;height: 1.5rem;line-height: 1.5rem;}
.f_ul01 .f_ul02 li a{height: 1.5rem;line-height: 1.5rem;font-size: 0.7rem;color: rgba(255,255,255,0.8);font-weight: normal;margin-bottom: 0;}
.f_nav ul li a:hover{color: #fff;}
.f_ul01 li.f_li01{width: 25%;}
.f_ul01 li.f_li01 .f_ul02 li{width: 100%;}
.f_ban{width: 25%;height: 13.1rem;padding-top: 3rem;font-size: 0.7rem;color: rgba(255,255,255,0.8);}
.f_ban p{height: 2rem;display: flex;align-items: center;}
.f_ban p em{width: 1rem;height: 1.1rem;line-height: 0;padding-right: 0.5rem;}
.f_ban p em img{width: 1rem;height: 1.1rem;}
.f_ban a{color: rgba(255,255,255,0.8);}
.f_er{width: 24%;height: 13.1rem;padding-top: 3rem;}
.f_er i{display: block;font-size: 1.1rem;color: #fff;font-weight: bold;line-height: 2rem;height: 2.8rem;}
.f_code02{width: 100%;display: flex;justify-content: space-between;}
.f_code02 p{width: 31.6%;}
.f_code02 p em{width: 100%;display: block;line-height: 0;}
.f_code02 p img{display: block;width: 100%;}
.f_code02 p span{display: block;width: 100%;font-size: 0.7rem;color: rgba(255,255,255,0.8);line-height: 1rem;text-align: center;padding-top: 0.3rem;}
.f_bot{height: 7rem;line-height: 5rem;font-size: 0.7rem;color: rgba(255,255,255,0.8);}
.f_bot span{padding: 0 10px;}
.f_bot a{color: rgba(255,255,255,0.8);}
  

    .xin-2112-client-1 {
        width: 76px;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 999;
        color: #333;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    
    .xin-2112-client-1 li {
        width: 76px;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
        padding: 10px 0 13px;
    }
    
    .xin-2112-client-1 li.my-kefu-top {
        display: none;
    }
    
    .xin-2112-client-1 li a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #333;
    }
    
    .xin-2112-client-1 li i {
        display: block;
        width: 38px;
        height: 37px;
        overflow: hidden;
        margin: 0 auto;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .xin-2112-client-1 li.my-kefu-tel i {
        background-position: 0 0;
    }
    
    .xin-2112-client-1 li.my-kefu-link i {
        background-position: 0 -47px;
    }
    
    .xin-2112-client-1 li.my-kefu-qq i {
        background-position: 0 -94px;
    }
    
    .xin-2112-client-1 li.my-kefu-weixin i {
        background-position: 0 -141px;
    }
    
    .xin-2112-client-1 li.my-kefu-top i {
        background-position: 0 -188px;
    }
    
    .xin-2112-client-1 li .client-2112-cont {
        width: 160px;
        padding: 14px 14px 14px 70px;
        position: absolute;
        right: 85px;
        top: 4px;
        color: #fff;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        background: #b50004;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #b50004;
    }
    
    .xin-2112-client-1 li .client-2112-cont:before {
        content: "";
        position: absolute;
        width: 38px;
        height: 38px;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        left: 25px;
        top: 50%;
        margin-top: -19px;
        z-index: 1;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin {
        width: 115px;
        padding: 14px;
        position: absolute;
        right: 85px;
        top: -28px;
        background: #fff;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #fff;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin img {
        width: 115px;
        height: 115px;
        display: block;
    }
    
    .xin-2112-client-1 li.my-kefu-tel .client-2112-cont:before {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.my-kefu-qq .client-2112-cont:before {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li p {
        display: block;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    
    .xin-2112-client-1 li.my-kefu-link a {
        animation: heart 1s ease-in-out infinite alternate;
    }
    
    .xin-2112-client-1 li.cur,
    .xin-2112-client-1 li:hover {
        background: #b50004;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-tel i,
    .xin-2112-client-1 li.my-kefu-tel:hover i {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-link i,
    .xin-2112-client-1 li.my-kefu-link:hover i {
        background-position: -70px -47px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-qq i,
    .xin-2112-client-1 li.my-kefu-qq:hover i {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-weixin i,
    .xin-2112-client-1 li.my-kefu-weixin:hover i {
        background-position: -70px -141px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-top i,
    .xin-2112-client-1 li.my-kefu-top:hover i {
        background-position: -70px -188px;
    }
    
    .xin-2112-client-1 li.cur p,
    .xin-2112-client-1 li:hover p {
        color: #fff;
    }
    
    .xin-2112-client-1 li:hover .client-2112-cont,
    .xin-2112-client-1 li:hover .client-2112-cont-weixin {
        display: block!important;
    }

