.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}



.padding {
    padding: 5% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.allnav{
    background: #fff url("../img/head-tel-bg.jpg") no-repeat right top;
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 100;
    border-bottom:1px solid #e5e5e5;
}
.allnav.act{
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.allnav-inner{
    height: 110px;
}
.allnav-inner .logo{
    position: relative;
    width: 395px;
    height: 80px;
}
.allnav-inner .logo img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.allnav-inner .logo .img2{
    opacity: 0;
}
.allnav-inner .menuBox{
    width: 51%;
    height: 100%;
    position: relative;
}
.allnav-inner .menuBox .tel{
    padding-left:25px;
    background: url("../img/head-tel.png") no-repeat left center;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    position: absolute;
    top:0;
    right:0;
    line-height: 36px;
}
.allnav-inner .Menu{
    width: 100%;
    margin-top: 8.5%;
}
.allnav-inner .Menu li a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size:16px;
    color:#000;
}
.allnav-inner .Menu li a:after{
    position: absolute;
    content:"";
    height: 8px;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #c90803;
    bottom: -2px;
    z-index: -1;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.allnav-inner .Menu li a:hover:after
,.allnav-inner .Menu li a[data=act]:after{
    width: 101%;
}

.bannerbox{
    position: relative;
    margin-top: 110px;
}
.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom:5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 52px;
    height: 6px;
    background: rgba(0,0,0,0.5);
    margin:0 5px;
    border-radius: 0;
    opacity: 1;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #b92829;
}

.in_pro{
    background: url("../img/probg.jpg") no-repeat center / cover;
}
.alltbox{
    margin-bottom: 3%;
}
.alltitleLeft .text{
    font-weight: bold;
    color:#222;
    font-size:36px;
    margin-left: 16px;
}
.alltitleLeft .text span{
    font-weight: lighter;
    color:#666;
    font-size:16px;
}
.alltitleLeft .text i{
    color:#c90803;
    display: inline-block;
}
.alltitle-more{
    width: 140px;
    height: 40px;
    border-radius: 0 20px 0 20px;
    background: #c90803;
    color:#fff;
    font-size:14px;
}
.alltitle-more.sec{
    background: none;
    border:1px solid #c2c2c2;
    color:#999;
}
.alltitle-more:hover
,.alltitle-more.act{
    border-radius: 0;
    background: #c90803;
    color:#fff;
    border:1px solid #c90803;
}
.pro-type{
    flex-wrap: wrap;
    margin-bottom: 3%;
}
.pro-type a{
    display: block;
    width: 19.5%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: rgba(0,0,0,0.6);
    margin-bottom: 0.7%;
}
.pro-type a:hover
,.pro-type a.act{
    background: #c90803;
}
.case-type a{
    width: 24%;
}
.case-type{
    padding: 0 1.5%;
}
.allpro{
    border:1px solid #dbdbdb;
    padding:10px;
    background: #fff;
}
.allpro>a{
    display: block;
    padding:30px;
}
.allpro .imgbox{
    width: 100%;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.allpro .text{
    margin-top: 4%;
}
.allpro .text .title{
    display: block;
    text-align:center;
}
.allpro .text .title .s1{
    font-size:48px;
    color:#f5f5f5;
    text-transform: uppercase;
    font-family: Impact;
    font-weight: bold;
}
.allpro .text .title .s2{
    font-size:18px;
    color:#333333;
    margin-top: -40px;
}
.allpro .text .line{
    width: 36px;
    height: 2px;
    background: #dc0007;
    margin:5% auto;
}
.allpro .text .slog{
    margin-bottom: 9%;
}
.allpro .text .slog span{
    display: inline-block;
    padding-left: 14px;
    font-size:15px;
    color:#666666;
    position: relative;
    margin: 0 3%;
}
.allpro .text .slog span:before{
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #c30c14;
    position: absolute;
}
.allabox a{
    height: 40px;
    width: 47%;
    overflow: hidden;
}
.allabox a span{
    display: inline-block;
    color:#fff;
    font-size:14px;
    margin:0 12% 0 4%;
}
.allabox a.desmore{
    background: #d41018;
}
.allabox a.conmore{
    background: #333;
}
.allabox a:hover .img2{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.allpro:hover{
    border:1px solid #c90803;
}
.allpro:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pro-item .list{
    display: none;
    position: relative;
}
.in_ys_item{
    position: relative;
}
.in_ys_item .list.fir{
    float: left;
    width: 50%;
}
.in_ys_item .list .why{
    background: url("../img/whybg.png") no-repeat right bottom;
    background-size: contain;
    margin-bottom: 6%;
}
.in_ys_item .list .why .alltitleLeft{
    margin-bottom: 6%;
}
.in_ys_item .list .why ul li{
    padding-left:34px;
    font-size:18px;
    color:#000;
    background: url("../img/jiao.png") no-repeat left center;
}
.in_ys_item .list .why ul li:nth-child(n+2){
    margin-top: 4%;
}
.in_ys_item .text-list{
    float: left;
    width: 50%;
    height: 260px;
    text-align:center;
    padding:7% 4%;
}
.in_ys_item .text-list .shu{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color:#222;
}
.in_ys_item .text-list .shu .s1{
    font-size:48px;
    font-family: Impact;
}
.in_ys_item .text-list .shu .s1 i{
    font-family: Impact;
}
.in_ys_item .text-list .s2{
    font-size:20px;
    font-weight: bold;
    color:#222;
    margin: 3% 0;
}
.in_ys_item .text-list .con{
    font-size:14px;
    color:#888888;
    line-height: 25px;
}
.in_ys_item .text-list .con strong{
    font-size:20px;
    color:#222;
    display: block;
    margin-bottom: 3%;
    margin-top: 3%;
}
.in_ys_item .text-list:nth-child(1){
    background: #f5f5f5;
}
.in_ys_item .list.fir .text-list:nth-child(2){
    background: #222222;
}
.in_ys_item .list.fir .text-list:nth-child(2) .shu{
    color:#fff;
}
.in_ys_item .list.fir .text-list:nth-child(2) .s2{
    color:#fff;
}
.in_ys_item .list.fir .text-list:nth-child(2) .con{
    color:#fff;
}
.in_ys_item .list.fir .text-list:nth-child(2) .con strong{
    color:#fff;
}
.in_ys_item .list.fir .imgbox{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.in_ys_item .list.sec .text-list:nth-child(2){
    background: #c30c14;
}
.in_ys_item .list.sec .text-list:nth-child(2) .shu{
    color:#fff;
}
.in_ys_item .list.sec .text-list:nth-child(2) .s2{
    color:#fff;
}
.in_ys_item .list.sec .text-list:nth-child(2) .con{
    color:#fff;
}
.in_ys_item .list.sec .text-list:nth-child(2) .con strong{
    color:#fff;
}
.in_ys_item .list.sec .imgbox{
    width: 100%;
    height: calc(100% - 260px);
    overflow: hidden;
}
.in_ys_item .list.sec{
    position: absolute;
    width: 50%;
    height: 100%;
    right:0;
    top:0;
}

.in_company{
    position: relative;
    background: url("../img/probg.jpg") no-repeat center / cover;
}
.in_company .com_des{
    padding-top: 5%;
    width: 46%;
}
.in_company .com_des_con{
    margin-top: 4%;
}
.in_company .com_des_con .t1{
    font-weight: bold;
    color:#333;
    font-size:24px;
    margin:3% 0;
}
.in_company .com_des_con .t2{
    line-height: 30px;
    color:#666;
    font-size:16px;
    text-align: justify;
}
.in_company .com_des_con .com-more{
    display: block;
    color:#c90803;
    font-size:16px;
}
.in_company .com_des_con .abox{
    margin-top: 7%;
}
.in_company .com_des_con .abox a{
    margin-right: 4%;
}
.in_company .moive{
    position: absolute;
    right:0;
    top:0;
    width: 50%;
    height: 46%;
    overflow: hidden;
}
.moive-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.tel_ome{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #d41018;
    border-radius: 100%;
    cursor: pointer;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}
.tel_ome i ,.tel_ome i:before ,.tel_ome i:after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    height:100%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(212, 16, 24, 0.55);
    -o-box-shadow: 0 0 0 0 rgba(212, 16, 24, 0.55);
    box-shadow: 0 0 0 0 rgb(212, 16, 24, 0.55);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100%;
}
.tel_ome i{
    border: 6px solid rgb(212, 16, 24, 0.55);
    box-sizing: content-box;
}
.tel_ome i:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.tel_ome i:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.in_company .moive-img .open-btn{
    width: 58px;
    height: 58px;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.in_company .img-item{
    margin-top: 3%;
}
.allhonor{
    border:2px solid #eee;
    background: #fff;
    position: relative;
}
.allhonor .imgbox{
    width: 100%;
    height: 245px;
    position: relative;
}
.allhonor .title{
    text-align: center;
    padding: 0 2%;
    border-top: 2px solid #eee;
    font-size: 16px;
    color: #282828;
    line-height: 55px;
}
.in_company .allhonor:hover{
    border:2px solid #c90803;
}
.in_company .allhonor:hover .imgbox{
    background: #c90803;
}
.in_company .allhonor:hover .title{
    color:#c90803;
}
.in_company .img-item .list{
    display: none;
    position: relative;
}
.in_company .img-item .list .swipernextBtn{
    right: -30px;
}
.in_company .img-item .list .swiperprevBtn{
    left: -30px;
}
.in_company_bar{
    position: absolute;
    height: 100%;
    width: 6vw;
    left:0;
    top:0;
}
.in_company_bar .lo{
    width: 100%;
    height: 160px;
    background: #c90803;
    position: relative;
}
.in_company_bar .text{
    height: calc(100% - 160px);
    width: 100%;
    background: #333333;
    font-family: Arial;
    color:#fff;
    font-size:40px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-style: italic;
    letter-spacing: 23px;
    font-weight: bold;
}
.allcase{
    position: relative;
}
.allcase .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.allcase .title{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #282828;
    padding: 0 4%;
    border-bottom: 3px solid #c90803;
    background: #fff;
    line-height: 55px;
}
.allcase:hover .title{
    opacity: 0;
}
.allcase .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    left:0;
    top:0;
    opacity: 0;
}
.allcase .meng .inner{
    width: 100%;
    text-align:center;
    padding:0 10%;
}
.allcase .meng .t1{
    font-weight: bold;
    color:#fff;
    font-size:18px;
}
.allcase .meng a.more{
    width: 140px;
    height: 40px;
    background: #c90803;
    margin: 7% auto 0 auto;
}
.allcase .meng a.more span{
    color:#fff;
    font-size:18px;
    display: inline-block;
    margin-left: 8px;
}
.allcase .meng a.more:hover{
    border-radius: 0 24px 0 24px;
}
.allcase:hover .meng{
    opacity: 1;
}

.in_news{
    background: url("../img/probg.jpg") no-repeat center / cover;
}

.in_news_left{
    float: left;
    width: 43%;
}
.in_news_left .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.in_news_left .imgbox .time{
    text-align:center;
    position: absolute;
    left:0;
    top:0;
    background: #c90803;
    color:#fff;
    font-weight: bold;
    padding:7px 18px;
}
.in_news_left .imgbox .time .t1{
    font-size:48px;
}
.in_news_left .imgbox .time .t2{
    font-size:14px;
}
.in_news_left .text{
    background: #fff;
    padding: 7.4% 6%;
}
.in_news_left .text .title{
    font-size:22px;
    color:#000;
    font-weight: bold;
}
.in_news_left .text .con{
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    margin-top: 2%;
}

.in_news_right{
    float: right;
    width: 54%;
}
.in_news_right .list{
    background: #fff;
    margin-bottom: 1%;
}
.in_news_right .list:last-child{
    margin-bottom: 0;
}
.in_news_right .list a{
    display: block;
    padding:4% 4% 4% 0;
}
.in_news_right .list a .time{
    float: left;
    width: 140px;
    text-align:center;
    font-weight: bold;
    color:#c2c2c2;
}
.in_news_right .list a .time .t1{
    font-size:60px;
}
.in_news_right .list a .time .t2{
    font-size:16px;
}
.in_news_right .list a .text{
    float: left;
    width: calc(100% - 140px);
}
.in_news_right .list a .text .title{
    font-size:22px;
    font-weight: bold;
    color:#4b4b4b;
}
.in_news_right .list a .text .con{
    font-size:14px;
    line-height: 25px;
    color:#888888;
    margin-top: 3%;
}
.in_news_right .list:hover .time{
    color:#c90803;
}
.in_news_right .list:hover .text .title{
    color:#c90803;
}

.footbox{
    background: #191919;
}
.foot-inner-top{
    border-bottom:1px solid #5e5e5e;
    padding:4% 0;
}
.foot-inner-top-menu{
    width: 53%;
}
.foot-inner-top-menu a{
    font-size:16px;
    color:#fff;
}
.foot-inner-top-menu a:hover{
    color:#c90803;
}
.foot-inner-top-abox {
    width: 20%;
}
.foot-inner-top-abox a{
    width: 47%;
    height: 40px;
    background: #c90803;
}
.foot-inner-top-abox a span{
    display: inline-block;
    margin-left: 8px;
    color:#fff;
    font-size:14px;
}
.foot-inner-top-abox a:hover{
    border-radius: 0 24px 0 24px;
}
.foot-inner-bottom{
    padding:4% 0;
}
.foot-inner-bottom-lx{
    width: 80%;
}
.foot-inner-bottom-lx .s1{
    color:#fff;
    font-size:14px;
    line-height: 30px;
}
.foot-inner-bottom-lx .s1 a{
    color:#fff;
}
.foot-inner-bottom-lx .lxbox p{
    float: left;
    width: 38%;
}
.copy{
    background: #c90803;
    height: 60px;
}
.copy .warpper{
    height: 100%;
}
.copy .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 14px;
    color: #fff;
}
.copy .inner a{
    color: #fff;
}
.sbanner{
    width: 100%;
    height: 480px;
    margin-top: 111px;
    position: relative;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sbanner .text img{
    max-width: 100%;
}
.allcrumbs{
    background: #fff;
    border-bottom:1px solid #dddedd;
    line-height: 70px;
}
.allcrumbs-left{
    padding-left:32px;
    font-size:16px;
    color:#666666;
    background: url("../img/home-icon.png") no-repeat left center;
}
.allcrumbs-left a{
    color:#666666;
}
.allcrumbs-right{
    width: 30%;
}
.allcrumbs-right.lxms{
    width: 16%;
}
.allcrumbs-right a{
    display: block;
    font-size:16px;
    color:#333333;
    position: relative;
    line-height: 70px;
}
.allcrumbs-right a:after{
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #c30c14;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.allcrumbs-right a:hover:after
,.allcrumbs-right a.act:after{
    width: 100%;
}
.allcrumbs-right a:hover
,.allcrumbs-right a.act{
    color:#c30c14;
}

.inner-company-fir{
    background: #f6f7f6;
}
.inner-company-left{
    width: 56%;
    float: left;
}
.inner-company-left .des{
    font-size:16px;
    line-height: 31px;
    color:#666;
    margin-top: 4%;
    text-align:justify;
}
.inner-company-right{
    float: right;
    width: 40%;
    height: 450px;
    position: relative;
}
.inner-company-right .bg{
    position: absolute;
    width: 90%;
    height: 90%;
    top:0;
    right:0;
    z-index: 1;
    background: #c40000;
}
.inner-company-right .moive-img{
    width: 93%;
    height: 92%;
    bottom:0;
    left:0;
    top:initial;
    z-index: 2;
}
.inner-company-right .open-btn{
    width: 56px;
    height: 56px;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner-company-fir .item{
    flex-wrap: wrap;
    margin-top: 4%;
}
.inner-company-fir .item .list{
    width: 24%;
    background: #fff;
    height: 160px;
    padding:0 3%;
    position: relative;
}
.inner-company-fir .item .list .text .t1{
    font-family: Impact;
    color:#333;
    font-size:40px;
}
.inner-company-fir .item .list .text .t2{
    color:#333;
    font-size:18px;
    margin-top: 7%;
}
.inner-company-fir .item .list:before{
    position: absolute;
    left:0;
    top:0;
    content:"";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #c30c14;
    width: 0;
    height: 4px;
}
.inner-company-fir .item .list:hover:before{
    width: 100%;
}

.inner-company-sec{
    background: url("../img/innersecbg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.Btnbox{
    width: 165px;
    position: relative;
    height: 60px;
}
.swiperBtn{
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.2);
    border-radius: 100%;
}
.swiperBtn:hover{
    background: #c90803;
}
.swiperBtn:after{
    color:#fff;
    font-size:18px;
}

.inner-company-sec .envirSwiper .imgbox{
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.inner-company-sec .envirSwiper .title{
    line-height: 55px;
    font-size:16px;
    text-align:center;
    color:#333333;
    background: #fff;
}
.inner-company-sec .envirSwiper .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.inner-company-thr .item{
    flex-wrap: wrap;
}
.inner-company-thr .item .list{
    width: 48%;
    height: 300px;
    padding:0 4%;
}
.inner-company-thr .item .list.fir{
    background: url("../img/lx1bg.jpg") no-repeat center / cover;
}
.inner-company-thr .item .list.sec{
    background: url("../img/lx2bg.jpg") no-repeat center / cover;
}

.inner-company-thr .item .list .text .t1{
    font-weight: bold;
    color:#fff;
    font-size:24px;
}
.inner-company-thr .item .list .text .t2{
    color:#fff;
    font-size:15px;
}
.inner-company-thr .item .list .text .line{
    width: 32px;
    height: 2px;
    background: #c40000;
    margin:8% 0;
}
.inner-company-thr .item .list .erbox{
    width: 140px;
}
.inner-company-thr .item .list .erbox img{
    width: 100%;
}
.inner-company-thr .item .list .more{
    display: block;
    line-height: 48px;
    width: 140px;
    text-align:center;
    color:#fff;
    font-size:14px;
    background: #c40000;
}
.inner-company-thr .item .list .more:hover{
    border-radius: 0 24px 0 24px;
}

.innerbg{
    background: #f2f2f2;
}

.inner-honor-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-honor-list .allhonor{
    border:none;
}
.inner-honor-list .allhonor:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
.inner-honor-list .allhonor:hover .title{
    background: #c30c14;
    color:#fff;
}

.allhonor:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #c30c14;
    width: 0;
    height: 4px;
    z-index: 3;
}
.inner-honor-list .allhonor:hover:before{
    width: 100%;
}

.inner-contact-box{
    width: 100%;
    height: 42vw;
    position: relative;
}
.inner-contact-box #mympa{
    position: absolute;
    width: 145%;
    height: 100%;
    right: 0;
    top:0;
    z-index: 1;
}
.inner-contact-box .lxbox{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.inner-contact-box .lxbox .inner{
    float: right;
    width: 50%;
    background: #fff;
    box-shadow:  0 0 10px rgba(0,0,0,0.35);
}
.inner-contact-box .lxbox .inner .tbox{
    padding:5%;
    border-bottom:3px solid #f0f3fa;
    border-top:4px solid #c30c14;
}
.inner-contact-box .lxbox .inner .tbox .tt{
    font-size:16px;
    color:#666;
    margin-top: 1%;
}
.inner-contact-box .lxbox .inner .telbox{
    padding:5%;
}
.inner-contact-box .lxbox .inner .telbox .list{
    padding:4% 0;
    border-bottom:1px dashed #dcdcdc;
}
.inner-contact-box .lxbox .inner .telbox .list-inner .icon{
    width: 50px;
    height: 50px;
    border-radius: 6px;
    position: relative;
    background: #c90803;
    margin-right: 20px;
}
.inner-contact-box .lxbox .inner .telbox .list-inner .text .s1{
    font-size:14px;
    color:#888;
    margin-bottom: 6px;
}
.inner-contact-box .lxbox .inner .telbox .list-inner .text .s2{
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.inner-contact-box .lxbox .inner .telbox .list-inner.sec{
    float: left;
    width: 45%;
}
.myformbox .textareabox{
    position:relative;
}
.myformbox .textareabox .icon{
    width: 70px;
    height: 70px;
    position: absolute;
    top:0;
    left:0;
}
.myformbox textarea{
    width: 100%;
    height: 240px;
    background: #fff;
    border:1px solid #e5e5e5;
    resize: none;
    font-size:15px;
    color:#333;
    padding:23px 65px;
}
.myformbox textarea::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox{
    flex-wrap: wrap;
}
.myformbox .inputbox .list{
    width: 31.5%;
    position: relative;
    margin-top:3%;
    border:1px solid #e5e5e5;
}
.myformbox .inputbox .list .icon{
    width: 70px;
    height: 70px;
    position: relative;
    background: #fff;
}
.myformbox .inputbox .list input{
    width: calc(100% - 70px);
    background: #fff;
    outline: none;
    line-height: 70px;
    font-size:15px;
    color:#333;
}
.myformbox .inputbox .list input::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox .list .verify{
    position: absolute;
    width: 135px;
    height: 55px;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myformbox .inputbox .list .verify img{
    width: 100%;
    height: 100%;
}
.myformbox .submit{
    width: 31.5%;
    height: 70px;
    background: #c90803;
    margin-top: 3%;
}
.myformbox .submit span{
    display: inline-block;
    color:#fff;
    font-size:22px;
    margin-left: 15px;
}

.inner-pro-list{
    float: left;
    width: 25%;
    padding:0 0.8%;
    margin-bottom: 2%;
}
.inner-pro-box .pro-type{
    padding:0 1%;
}

.goods-des-box{
    margin-bottom: 4%;
    flex-wrap: wrap;
    background: #fff;
    padding:4%;
}
.inner-goods-des .protype{
    padding:0;
}

.goods-des-box .pidLunbo{
    float: right;
    width: 54%;
    height: 430px;
}
.goods-des-box .pidLunbo .left{
    float: left;
    width: 76%;
    height: 100%;
    border:1px solid #cccccc;
}
.goods-des-box .pidLunbo .left .swiper{
    width: 100%;
    height: 100%;
}
.goods-des-box .pidLunbo .left .swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.goods-des-box .pidLunbo .right{
    float: right;
    width: 22%;
    height: 100%;
    position: relative;
}
.goods-des-box .pidLunbo .right .swiper{
    width: 100%;
    height: 100%;
}
.goods-des-box .pidLunbo .right .swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border:1px solid #cccccc;
}
.goods-des-box .pidLunbo .right .btn{
    width: 100%;
    height: 35px;
    margin:0;
    background: rgba(0,0,0,0.7);
}
.goods-des-box .pidLunbo .right .swiper-button-prev{
    left:0;
    top:0;
}
.goods-des-box .pidLunbo .right .swiper-button-prev:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-des-box .pidLunbo .right .swiper-button-next{
    right:0;
    bottom:0;
    top: inherit;
}
.goods-des-box .pidLunbo .right .swiper-button-next:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-des-box .pidLunbo .right .btn:after{
    color:#fff;
    font-size:15px;
    font-weight: bold;
}
.goods-des-box .pidLunbo .right .btn:hover{
    background: rgba(34,115,77,0.7);
}
.goods-des-box .pidDes{
    float: left;
    width: 42%;
}
.goods-des-box .pidDes .title{
    font-weight: bold;
    font-size:24px;
    color:#222222;
}
.goods-des-box .pidDes .line{
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    position: relative;
    margin: 3% 0 0 0;
}
.goods-des-box .pidDes .line:after{
    position: absolute;
    width: 70px;
    height: 3px;
    background: #c30c14;
    left:0;
    bottom:0;
    content:"";
}
.goods-des-box .pidDes ul li{
    padding:4% 0;
    border-bottom:1px dashed #e5e5e5;
}
.goods-des-box .pidDes ul li span{
    display: inline-block;
}
.goods-des-box .pidDes ul li .s11{
    font-size:14px;
    color:#222222;
    font-weight: bold;
}
.goods-des-box .pidDes ul li .s22{
    font-size:14px;
    color:#c90803;
    font-weight: bold;
}
.goods-des-box .pidDes ul li .s1{
    float: left;
    font-size:14px;
    color:#222222;
}
.goods-des-box .pidDes ul li .s2{
    float: left;
    font-size:14px;
    color:#666666;
    width: 80%;
}
.goods-des-box .pidDes ul li .s3{
    display: inline-block;
    font-size:14px;
    color:#c90803;
    padding:0 15px;
    line-height: 35px;
    border:1px dashed #c90803;
    border-radius: 8px;
    margin-right: 2%;
}
.goods-des-box .pidDes .tel{
    padding:4% 0;
}
.goods-des-box .pidDes .tel .s1{
    font-size:14px;
    color:#333;
    display: inline-block;
    margin:0 8px;
}
.goods-des-box .pidDes .tel .s2{
    font-size:24px;
    color:#c90803;
    font-weight: bold;
}
.goods-des-box .pidDes .allabox{
    width: 75%;
}

.goods-des-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-des-bottom-left{
    width: 72%;
}
.pro-title{
    width: 100%;
    background: #c90803;
    height: 70px;
    padding:0 30px;
    position: relative;
}
.pro-title .en{
    text-transform: uppercase;
    font-size: 48px;
    font-family: Impact;
    color: #fff;
    opacity: 0.15;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
}
.pro-title .inner{
    position: relative;
    z-index: 2;
    height: 100%;
}
.pro-title .inner span{
    display: inline-block;
    margin-left: 10px;
    color:#fff;
    font-size:24px;
    font-weight: bold;
}

.pro-des-bottom-left-inner .inner-top{
    background: #fff;
    padding:4%;
    margin-bottom: 5%;
}
.pro-des-bottom-left-inner .item{
    margin-bottom: 4%;
}
.pro-des-bottom-left-inner .item:last-child{
    margin-bottom: 0;
}
.pro-des-bottom-left-inner .item .tt{
    font-weight: bold;
    font-size:18px;
    color:#222222;
    margin-bottom: 15px;
}
.pro-des-bottom-left-inner .prodes-param ul{
    border:1px solid #dfdfdf;
}
.pro-des-bottom-left-inner .prodes-param ul li{
    border-bottom:1px solid #dfdfdf;
}
.pro-des-bottom-left-inner .prodes-param ul li:last-child{
    border-bottom:none;
}
.pro-des-bottom-left-inner .prodes-param ul li span{
    display: block;
    float: left;
    line-height: 60px;
}
.pro-des-bottom-left-inner .prodes-param ul li span.s1{

    background: #f7f7f7;
    font-size:16px;
    color:#333;
    width: 25%;
    text-align:center;
}
.pro-des-bottom-left-inner .prodes-param ul li span.s2{
    border-left:1px solid #dfdfdf;
    font-size:16px;
    color:#666;
    width: 75%;
    padding-left:6%;
    padding-right: 2%;
}
.pro-des-bottom-left-inner .prodes-tedian ul li{
    font-size:14px;
    color:#666;
    padding-bottom: 15px;
    padding-left:18px;
    position: relative;
}
.pro-des-bottom-left-inner .prodes-tedian ul li:before{
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #c90803;
    left:0;
    top: 6px;
    content:"";
}
.pro-des-bottom-left-inner .prodes-envir-box{
    height: 410px;
}
.pro-des-bottom-left-inner .prodes-envir-box .swiper{
    height: 100%;
}
.pro-des-bottom-left-inner .prodes-envir-box .swiper-slide{
    height: calc((100% - 10px) / 2);
}
.pro-des-bottom-left-inner .prodes-envir-box .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pro-des-bottom-left-inner .prodes-envir-box .imgbox .title{
    width: 100%;
    font-size:18px;
    color:#fff;
    position: absolute;
    right:0;
    bottom:0;
    text-align:right;
    padding:0 10%;
    background: url("../img/b.png") no-repeat right center;
    line-height: 40px;
}
.otherSwiper .allpro .text .title .s2{
    font-size:18px;
}
.otherSwiper .allpro .text .slog span{
    font-size:12px;
}
.otherSwiper .allabox a{
    height: 30px;
}
.otherSwiper .allabox a span{
    font-size:12px;
}
.pro-des-bottom-right{
    width: 25%;
}
.pro-des-bottom-right .inner{
    position: sticky;
    top: 110px;
}
.allsider{
    margin-bottom: 17%;
}
.allsider-ul ul{
    background: #fff;
    padding-bottom: 8%;
}
.allsider-ul ul li{
    padding:0 8%;
    position: relative;
    background: #fff;
}
.allsider-ul ul li a{
    display: block;
    line-height: 70px;
    font-size:18px;
    color:#666666;
    position: relative;
    border-bottom:1px dashed #dfdfdf;
}
.allsider-ul ul li:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    background: #c90803;
    height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.allsider-ul ul li:hover:before
,.allsider-ul ul li[data=act]:before{
    height: 100%;
}
.allsider-ul ul li:hover
,.allsider-ul ul li[data=act]{
    background: #f6f7f6;
}
.allsider-ul ul li a:after{
    position: absolute;
    content:"";
    width: 26px;
    height: 11px;
    background: url("../img/protype-jian.png") no-repeat center;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.allsider-ul ul li:hover a:after
,.allsider-ul ul li[data=act] a:after{
    opacity: 1;
}
.allsider-news ul{
    background: #fff;
    padding-bottom: 8%;
}
.allsider-news ul li{
    padding:0 8%;
}
.allsider-news ul li a{
    display: block;
    line-height: 70px;
    font-size: 18px;
    color: #666666;
    position: relative;
    border-bottom: 1px dashed #dfdfdf;
    padding-left: 21px;
}
.allsider-news ul li a:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 10px;
    background: url("../img/newsbar.png") no-repeat center;
}
.allsider-news ul li a:hover{
    color:#c90803;
}

.inner-case-list{
    float: left;
    width: 25%;
    padding: 0 1%;
    margin-bottom: 2%;
}

.inner-news-des  .tbox{
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .tbox .fir{
    font-size: 24px;
    color:#333;
}
.inner-news-des .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size: 15px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.des-content table tr td{
    font-size: 15px;
    color: #3f3f3f;
    padding: 0 3%;
    border: 1px solid #ddd;
    line-height: 50px;
}

.zhutu img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}


.inner-news-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-news-list .inner{
    border:1px solid #ebebeb;
}
.inner-news-list .imgbox{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.inner-news-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-list .text{
    padding: 6% 5% 0 5%;
    background: #fff;
}
.inner-news-list .text .wen{
    padding-bottom: 6%;
    border-bottom: 1px solid #ebebeb;
}
.inner-news-list .text .wen .title{
    font-weight: bold;
    font-size:18px;
    color:#272727;
}
.inner-news-list .text .wen .con{
    font-size: 14px;
    color: #656565;
    margin-top: 4%;
    line-height: 24px;
}
.inner-news-list .text .time{
    height: 45px;
}
.inner-news-list .text .time .s1{
    display: inline-block;
    font-size: 14px;
    color: #1e1e1e;
    padding-left: 11px;
    line-height: 30px;
}
.inner-news-list .text .time .s2{
    font-size:16px;
    color:#707070;
}

.inner-news-list:hover .text .wen .title{
    color:#c90803;
}
.cbl {
    width: 50px;
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 1px;
    transition: 0.4s ease-in-out;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #626362;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    background-size: 30px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #626362 url("../img/cb-tel.png") no-repeat center;
}
.cbl li.tel span:hover{
    background: #c90803 url("../img/cb-tel.png") no-repeat center;
}
.cbl li.weixin span{
    background: #626362 url("../img/cb-weixin.png") no-repeat center;
}
.cbl li.weixin span:hover{
    background: #c90803 url("../img/cb-weixin.png") no-repeat center;
}
.cbl li.fd span{
    background: #626362 url("../img/cb-fd.png") no-repeat center;
}
.cbl li.fd span:hover{
    background: #c90803 url("../img/cb-fd.png") no-repeat center;
}
.cbl li.fd span .fir{
    font-size:16px;
}
.cbl li.fd{
    border-radius: 0 12px 0 0;
}
.cbl li.tel{
    border-radius: 0 0 0 12px;
}
.cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
    font-weight: lighter;
    display: none;
}

.cbl li aside {
    position: absolute;
    right: 60px;
    top: 0;
    padding:0 10px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #c90803;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #c90803;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

.xiala{
    position: absolute;
    left:0;
    top:100%;
    width: 100%;
}
.xiala .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
}
.xiala .bg>div{
    position: absolute;
    top:0;
    height: 100%;
}
.xiala .bg .bg-left{
    width: 32%;
    background: #c90803;
    right:0;
}
.xiala .bg .bg-right{
    width: 68%;
    background: #f7fafc;
    right:0;
}
.xiala .item{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    padding:4% 0;
    display: none;
    background: #f7fafc;
}
.xiala .item .conbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xiala .item .imgbox{
    width: 37%;
    height: 280px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.xiala .item .abox{

    width: 56%;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.xiala .item .abox .list{
    position: relative;
}

.xiala .item .abox .list a{
    display: block;
    font-size: 18px;
    color: #333333;
    padding-left: 28px;
    line-height: 30px;
    position: relative;
    margin-bottom: 4%;
    float: left;
    width: 48%;
}
.xiala .item .abox .list a:last-child{
    margin-bottom: 0;
}
.xiala .item .abox .list a:hover{
    color:#c90803;
    font-weight: bold;
}
.xiala .item .abox .list a:before{
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border:2px solid #999;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 100%;
}
.xiala .item .abox .list a:hover:before{
    border:2px solid #c90803;
}
.xiala .item  .xialaicon{
    position: absolute;
    right:0;
    bottom:0;
    z-index: 3;
    display: block !important;
}
.in_case_lunbo{
    position: relative;
}
.in_case_lunbo .swipernextBtn{
    right: -30px;
}
.in_case_lunbo .swiperprevBtn{
    left: -30px;
}
.pro-item .list .swipernextBtn{
    right: -30px;
}
.pro-item .list .swiperprevBtn{
    left: -30px;
}


.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    visibility: visible;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}

.sm-button-xian{
    width: 26px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: none;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #000;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}


.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #c90803;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../img/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../img/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../img/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}
