.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.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'ck';
    src: url("../img/ck.ttf");
}

@font-face {
    font-family: 'ys';
    src: url("../img/ys.TTF");
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}
.padding {
    padding: 3.5% 0;
}

.padding-top {
    padding-top: 3.5%;
}

.padding-bottom {
    padding-bottom: 3.5%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.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;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bannerbox{
    position: sticky;
    top:0;
    left:0;
    width: 100%;
    z-index: 1000;
}
.bannerbox .swiper-slide img {
    width: 100%;
}


.banner-btn-box{
    position: absolute;
    height: 60px;
    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: 1;
}

.banner-btn {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom:0;
    right:0;
}

.banner-btn .btn:after {
    display: none;
}

.banner-btn .btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,0.3);
    top: 0;
    margin-top: 0;
    border-radius: 100%;
}

.banner-btn .btn-left {
    opacity: 0;
    left: 0;
    background: url("../img/banner-left.png") no-repeat center rgba(0,0,0,0.45);
}

.banner-btn .btn-right {
    opacity: 0;
    right: 0;
    background: url("../img/banner-right.png") no-repeat center rgba(0,0,0,0.45);
}
.bannerbox:hover .banner-btn .btn-left {
    opacity: 1;
    left:4%;
}
.bannerbox:hover .banner-btn .btn-right {
    opacity: 1;
    right:4%;
}

.allmenu{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 1003;
}
.allmenu.scroll{
    background: rgba(0,0,0,0.72);
}
.allmenu-inner{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allmenu.scroll .allmenu-inner{
    height: 95px;
}
.allmenu-inner .left{
    width: calc(100% - 380px);
    display: flex;
    justify-content: left;
    align-items: center;
}
.allmenu-inner .left .logo{
    display: flex;
    align-items: center;
    justify-content: left;
}
.allmenu-inner .left .logo .text{
    color:#fff;
    margin-left: 10px;
}
.allmenu-inner .left .logo .text .fir{
    font-size:24px;
    font-weight: bold;
}
.allmenu-inner .left .logo .text .sec{
    font-size:13px;
    text-transform: uppercase;
}
.allmenu-inner .right{
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allmenu-inner .right .tel{
    line-height: 30px;
    padding-left: 43px;
    background: url("../img/h-tel.png") no-repeat left center;
    color:#fff;
    font-size:20px;
}
.allmenu-inner .menu-but{
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 100%;
    border:2px solid #fff;
    cursor: pointer;
}
.allmenu-inner .menu-but .img2{
    opacity: 0;
}
.allmenu-inner .menu-but:hover{
    border:2px solid #c7000b;
    background: #c7000b;
}
.allmenu-inner .menu-but.active .img1{
    opacity: 0;
}
.allmenu-inner .menu-but.active .img2{
    opacity: 1;
}
.allmenu-inner .erbox{
    position: relative;
    cursor: pointer;
}
.allmenu-inner .erbox span{
    display: block;
    width: 120px;
    line-height: 45px;
    background: #c7000b;
    border-radius: 40px;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.allmenu-inner .erbox .imgbox{
    width: 85px;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:124%;
    padding:5px;
    background: #fff;
    display: none;
}
.allmenu-inner .erbox:hover .imgbox{
    display: block;
}
.allmenu-inner .erbox .imgbox img{
    width: 100%;
}
.allmenu-inner .erbox .imgbox:before{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border:10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.allnav{
    width: 50%;
    margin-left: 8%;
    visibility: visible;
}
.allnav ul{
    display: flex;
    justify-content: space-between;
}
.allnav li{
    width: 16%;
}
.allnav li a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 50px;
}
.allnav li a span{
    display: block;
    position: absolute;
    width: 100%;
    line-height: 35px;
    text-align:center;
    left:0;
    font-size:16px;
    color:#fff;
    z-index: 1;
}
.allnav li a span.out{
    top:-60px;
    background: #c7000b;
}
.allnav li a span.over {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.allnav li a:hover span.out
,.allnav li a.active span.out{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.allnav li a:hover span.over
,.allnav li a.active span.over{
    top:100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.allpage{
    position: sticky;
    z-index: 1001;
    background: #fff;
}

.search{
    background: #f0f0f0;
}
.search .warpper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
}
.search .warpper .left{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search .warpper .left .hot{
    text-align:left;
}
.search .warpper .left .hot .fir{
    font-size:20px;
    color:#3f3f3f;
    font-weight: bold;
    text-transform: uppercase;
}
.search .warpper .left .hot .sec{
    font-size:18px;
    color:#4c4c4c;
}
.search .warpper .left .keyword{
    width: 75%;
    background: #fff;
    line-height: 57px;
    padding:0 3%;
    text-align:left;
}
.search .warpper .left .keyword a{
    display: inline-block;
    font-size:14px;
    color:#5a5a5a;
    margin-right: 4%;
    float: left;
}
.search .warpper .left .keyword a:last-child{
    margin-right: 0;
}
.search .warpper .left .keyword a:hover{
    color:#c7000b;
}
.search .warpper .right{
    width: 39%;
}
.search .warpper .right form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search .right input[type=text]{
    width: 69.6%;
    line-height: 57px;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 35px;
    background: #fff;
}
.search .right input[type=text]::placeholder{
    font-size:14px;
    color:#5a5a5a;
}
.search .right input[type=submit]{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    float: left;
    width: 28%;
    height: 57px;
    background: #c7000b url(../img/search.png) no-repeat center left 35%;
    text-align: left;
    padding-left: 14%;
}

.alltitle{
    text-align:center;
    margin-bottom: 3.5%;
}
.alltitle .fir{
    font-family: ys;
    font-size:80px;
    color:#f3f3f3;
    text-transform: uppercase;
    line-height: 65px;
}
.alltitle .sec{
    font-family: ck;
    font-size:34px;
    color:#353535;
    margin-top: -45px;
}
.alltitle .thr{
    font-size:18px;
    color:#696969;
    margin-top: 8px;
}
.allpro{
    border:1px solid #d0d0d0;
}
.allpro .imgbox{
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.allpro .title{
    display: block;
    line-height: 55px;
    background: #666;
    font-size:14px;
    color:#fff;
    text-align:center;
    padding:0 10px;
}
.allpro .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:-100%;
    background: rgba(199,0,11,0.68);
}
.allpro:hover .meng{
    top:0;
}
.allpro .meng a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.allpro .meng a .inner{
    width: 100%;
    text-align:center;
}
.allpro .meng a .inner img{
    display: block;
    margin:0 auto;
}
.allpro .meng a .inner p{
    font-size:16px;
    color:#fff;
    margin-top: 15px;
}

.in_pro{
    background: #f0f0f0;
}
.in_pro .alltitle .fir{
    color:#d8d8d8;
}
.in_pro .item{
    display: flex;
    justify-content: space-between;
}
.in_pro .item .list{
    width: 24%;
}
.in_pro .item .list .tbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding:0 20px;
    height: 90px;
    position: relative;
}
.in_pro .item .list .tbox .bg{
    position: absolute;
    width: 0;
    height: 100%;
    background: #c7000b;
    z-index: 1;
    left:0;
    top:0;
}
.in_pro .item .list:hover .tbox .bg{
    width: 100%;
}
.in_pro .item .list .tbox .text
,.in_pro .item .list .tbox .icon{
    position: relative;
    z-index: 2;
}
.in_pro .item .list .tbox .text .line{
    width: 22px;
    height: 2px;
    background: #c7000b;
}
.in_pro .item .list:hover .tbox .text .line{
    background: #fff;
}
.in_pro .item .list .tbox .text .title{
    font-size: 20px;
    color: #3d3d3d;
    font-weight: bold;
    margin-top: 12%;
}
.in_pro .item .list:hover .tbox .text .title{
    color:#fff;
}
.in_pro .item .list:hover .tbox .icon img{
    filter: grayscale(100%) brightness(1000%);
}
.in_pro .item .list .imgbox{
    width: 100%;
    height: 366px;
    overflow: hidden;
    position: relative;
}
.in_pro .item .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);
}

.in_develop{
    background: url("../img/solvebg.jpg") no-repeat center / cover;
}
.in_develop .alltitle .fir{
    color:rgba(255,255,255,0.1);
}
.in_develop .alltitle .sec{
    color:#fff;
}
.in_develop .alltitle .thr{
    color:#fff;
}

.developlunbo .text{
    width: 80%;
    margin:0 auto;
    text-align:center;
}
.developlunbo .text .title{
    font-weight: bold;
    font-size:26px;
    color:#fff;
}
.developlunbo .text .con{
    font-size:16px;
    color:#fff;
    margin-top: 1.5%;
    line-height: 30px;
}
.developlunbo .but{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-top: -35px;
    border:1px solid #fff;
}
.developlunbo .but:after{
    display: none;
}
.developlunbo .but:hover{
    background: #c7000b;
    border:1px solid #c7000b;
}
.in_develop .com_des{
    font-size:16px;
    color:#fff;
    text-align:center;
    margin-bottom: 5%;
    line-height: 30px;
    padding:0 6%;
}
.in_develop .more{
    display: block;
    width: 165px;
    line-height: 40px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background: #c7000b;
    margin:4% auto 0  auto;
}
.in_develop .more:hover{
    background: #959595;
}
.in_develop .ypout{
    height: 305px;
    position: relative;
    overflow: hidden;
}
.in_develop .ypout .yuan{
    width: 420px;
    height: 420px;
    border:1px solid #fff;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-210px;
    border-radius: 100%;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}
.in_develop .ypout .yuan-body{
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: block;
}
.in_develop .ypout .yuan-body.active{
    box-shadow: 0 0 0 0 rgb(255 255 255 / 31%);
    -webkit-animation: ripple 2.5s infinite;
    animation: ripple 2.5s infinite;
}
.in_develop .ypout .yuan-body1{
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:-65px;
}
.in_develop .ypout .yuan-body2{
    left:-45px;
    top:50px;
}
.in_develop .ypout .yuan-body3{
    right:-45px;
    top:50px;
}
.in_develop .ypout .yuan-body .yuan-sm{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    border-radius: 100%;
}
.in_develop .ypout .yuan-body .yuan-sm.y1{
    background: rgba(255,255,255,0.31);
    opacity: 0;
}
.in_develop .ypout .yuan-body .yuan-sm.y2{
    width: 80%;
    height: 80%;
    background: rgba(255,255,255,0.31);
    opacity: 0;
}
.in_develop .ypout .yuan-body.active .yuan-sm.y1{
    opacity: 1;
}
.in_develop .ypout .yuan-body.active .yuan-sm.y2{
    opacity: 1;
}
.in_develop .ypout .yuan-body .yuan-sm.y3{
    width: 55%;
    height: 55%;
    background: #fff;
}
.in_develop .ypout .yuan-body .yuan-sm.y3 .img2{
    opacity: 0;
}
.in_develop .ypout .yuan-body.active .yuan-sm.y3 .img2{
    opacity: 1;
}
.in_develop .ypout .yuan-body.active .yuan-sm.y3 .img1{
    opacity: 0;
}
.in_develop .ypout .yuan-body .title{
    position: absolute;
    font-size:16px;
    color:#fff;
    opacity: 0;
    white-space: nowrap;
}
.in_develop .ypout .yuan-body1 .title{
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-50px;
}
.in_develop .ypout .yuan-body1.active .title{
    bottom:-30px;
    opacity: 1;
}
.in_develop .ypout .yuan-body2 .title{
    right:-100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_develop .ypout .yuan-body3 .title{
    left:-100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_develop .ypout .yuan-body2.active .title{
    right:-83px;
    opacity: 1;
}
.in_develop .ypout .yuan-body3.active .title{
    left:-83px;
    opacity: 1;
}

.in_hezuo{
    background: url("../img/hezuobg.jpg") no-repeat center / cover;
}
.in_hezuo .alltitle .fir{
    color:rgba(255,255,255,0.17);
}
.in_hezuo .alltitle .sec{
    color:#fff;
}
.in_hezuo .alltitle .thr{
    color:#fff;
}

.hezuolunbo{
    height: 245px;
    position: relative;
    width: 100%;
}
.hezuolunbo .swiper-container{
    width: 100%;
    height: 100%;
}
.hezuolunbo .swiper-slide{
    height: calc((100% - 25px) / 2);
}
.hezuolunbo .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border:1px solid #fff;
}
.hezuolunbo .imgbox:hover 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);
}

.in_news{
    background: #fff;
    overflow: hidden;
}
.in_news .list{
    height: 378px;
    position: relative;
    border-bottom:1px solid #f0f0f0;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
.in_news .list .imgbox{
    width: 41%;
    float: left;
    height: 100%;
    overflow: hidden;
}
.in_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);
}
.in_news .list .text{
    display: flex;
    width: 59%;
    height: 100%;
    align-items: center;

}
.in_news .list .text .inner{
    width: 100%;
    padding-left:6.5%;
    text-align: left;
}
.in_news .list .text .fir{
    font-size:24px;
    color:#242424;
    font-weight: bold;
}
.in_news .list .text .sec{
    font-size:14px;
    color:#242424;
    line-height: 31px;
    margin: 3% 0;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.in_news .list .text .time{
    font-size:14px;
    color:#242424;
}
.in_news .list .text span{
    display: block;
    width: 130px;
    line-height: 40px;
    border:1px solid #b8b8b8;
    text-align:center;
    font-size:14px;
    color:#242424;
    margin-top: 3%;
}
.in_news .list:hover .text span{
    background: #c7000b;
    color:#fff;
    border:1px solid #c7000b;
}
.in_news .more{
    display: block;
    width: 260px;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #c7000b;
    margin: 3% auto 0 auto;
}
.in_news .more:hover{
    background: #959595;
}
.in_lx{
    width: 100%;
    background: #fff;
}
.in_lx .item{
    width: 95%;
    height: 548px;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
}
.in_lx .list{
    width: 49.5%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.in_lx .list:hover 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);
}
.in_lx .list a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: absolute;
    left:0;
    top:0;
}
.in_lx .list a .inner{
    text-align:center;
    width: 100%;
    color:#fff;
}
.in_lx .list a .inner .fir{
    font-family: ck;
    font-size:40px;
}
.in_lx .list a .inner span{
    display: inline-block;
    width: 150px;
    line-height: 50px;
    font-size:18px;
    text-align:center;
    border:1px solid #fff;
    margin-top: 30px;
}
.in_lx .list a .inner span:hover{
    background: #c7000b;
    color: #fff;
    border: 1px solid #c7000b;
}
.in_lx .list:hover a{
    background: rgba(0,0,0,0.5);
}

.footerbox{
    background: url("../img/footbg.jpg") no-repeat center / cover;
    padding: 5.5% 0 11.5% 0;
}
.footerbox .warpper{
    display: flex;
    justify-content: space-between;
}
.footerbox .f-logo .tbox{
    display: flex;
    align-items: center;
    justify-content: left;
}
.footerbox .f-logo .tbox .text{
    color:#fff;
    margin-left: 13px;
    text-align: left;
}
.footerbox .f-logo .tbox .text .fir{
    font-weight: bold;
    font-size:24px;
}
.footerbox .f-logo .tbox .text .sec{
    text-transform: uppercase;
    font-size:13px;
}
.footerbox .f-logo .des{
    font-size:14px;
    color:#fff;
    line-height: 30px;
    margin: 12% 0;
}
.footerbox .f-logo .zx{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c7000b;
    width: 155px;
    height: 50px;
}
.footerbox .f-logo .zx:hover{
    background: #959595;
}
.footerbox .f-logo .zx span{
    display: inline-block;
    font-size:14px;
    color:#fff;
    margin-left: 10px;
}
.footerbox .t .t1{
    color:#fff;
    font-weight: bold;
    font-size:20px;
}
.footerbox .t .line{
    width: 18px;
    height: 2px;
    background: #c7000b;
    margin:15px 0;
}
.footerbox .list .abox a
,.footerbox .list .abox p{
    display: block;
    font-size:14px;
    color:#fff;
    line-height: 35px;
}
.footerbox .list .abox p a{
    display: inline-block;
}
.footerbox .list .abox>a:hover{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.footerbox .erbox{
    width: 166px;
}
.footerbox .erbox .imgbox{
    width: 100%;
    padding:10px;
    background: #fff;
}
.footerbox .erbox .imgbox img{
    width: 100%;
}
.footerbox .erbox  p{
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding-bottom: 10px;
}
.copy{
    line-height: 95px;
    background: #c7000b;
    font-size:16px;
    color:#fff;
}
.copy a{
    color:#fff;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

@-webkit-keyframes anim-open-5 {
    0% { -webkit-transform: translate3d(0, -100%, 0); }
    100% { -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes anim-open-5 {
    0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes anim-close-5 {
    0% { -webkit-transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(0, -100%, 0); }
}

@keyframes anim-close-5 {
    0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
}

.nav-xiala{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1002;
    visibility: hidden;
}
.nav-xiala.active{
    visibility: visible;
}
.nav-xiala .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 58, 71, 0);
    left:0;
    top:0;
    z-index: 1;
    visibility: hidden;
}
.nav-xiala.active .mask{
    background-color: rgba(55, 58, 71, 0.6);
    visibility: visible;
}
.nav-xiala .xiala-content{
    left:0;
    top:0;
    position: absolute;
    width: 100%;
    padding: 12% 5% 5% 5%;
    background: rgb(0 0 0 / 83%);
    z-index: 2;
    -webkit-animation-name: anim-close-5;
    animation-name: anim-close-5;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0.01, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0.01, 0.3, 1);
}
.nav-xiala.active .xiala-content{
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: anim-open-5;
    animation-name: anim-open-5;
}
.nav-xiala .xiala-content ul li{
    float: left;
    width: 20%;
    text-align:center;
    opacity: 0;
    transition: all 1s ease 0s;
    transform: translate(0,-50px);
}
.nav-xiala.active .xiala-content ul li{
    transform: translate(0,0);
    opacity: 1;
}
.nav-xiala .xiala-content ul li .fira{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    padding-bottom: 20px;
    display: block;
}
.nav-xiala .xiala-content ul li:hover .fira
,.nav-xiala .xiala-content ul li.active .fira{
    color:#e1303a;
}
.nav-xiala .xiala-content ul li .abox{
    /*opacity: 0;
    visibility: hidden;
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -o-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;*/
}
.nav-xiala .xiala-content ul li .abox a{
    display: block;
    font-size:14px;
    color:rgba(255,255,255,0.8);
    line-height: 35px;
}
/*.nav-xiala .xiala-content ul li:hover .abox
,.nav-xiala .xiala-content ul li.active .abox{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}*/
.nav-xiala .xiala-content ul li .abox a:hover{
    color:#e1303a;
    letter-spacing: 2px;
}
.allnav.hide{
    opacity: 0;
    visibility: hidden;
}
.allmenu.border{
    border-bottom:1px solid rgba(255,255,255,0.2);
}

.sbanner{
    position: sticky;
    width: 100%;
    top:0;
    left:0;
    z-index: 1000;
}
.sbanner .sbannerimg{
    width: 100%;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:40%;
    color:#fff;
}
.sbanner .text .fir{
    font-weight: bold;
    font-size: 46px;
    text-shadow: 0 0 12px #00000073;
}
.sbanner .text .sec{
    font-size: 20px;
    margin-top: 10px;
}
.allcurmbs{
    background: #f0f0f0;
}
.allcurmbs .left{
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
}
.allcurmbs .left a{
    display: flex;
    align-items: center;
    font-size:18px;
    color:#222;
    position: relative;
    margin-right: 66px;
    float: left;
}
.allcurmbs .left a span{
    position: relative;
    z-index: 2;
}
.allcurmbs .left a i{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 9px;
    background: #c7000b;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.allcurmbs .left a:hover i ,.allcurmbs .left a.active i{
    width: 100%;
    left:0;
}
.allcurmbs .right{
    float: right;
    padding-left:30px;
    background: url("../img/home.png") no-repeat left center;
    font-size:14px;
    color:#323232;
    line-height: 100px;
}
.allcurmbs .right a{
    color:#323232;
}
.inner-title{
    margin-bottom: 4%;
}
.inner-title .fir{
    font-size:32px;
    color:#333333;
    font-weight: bold;
}
.inner-title .sec{
    font-size:16px;
    color:#3b3b3b;
    text-transform: uppercase;
}
.inner-company-fir .com_des{
    font-size:16px;
    line-height: 33px;
    color:#333;
}
.inner-company-fir .conbox{
    width: 100%;
    height: 550px;
}
.inner-company-fir .conbox .imgbox{
    float: left;
    width: 286px;
    height: 100%;
    overflow: hidden;
}
.inner-company-fir .text{
    float: right;
    width: calc(100% - 308px);
    height: 100%;
}

.inner-company-fir .text .left {
    float: left;
    width: 100%;
    height: 100%;
}
.inner-company-fir .text .left .swiper-container{
    width: 100%;
    height: 100%;
    padding: 1% 0 1% 46px
}
.inner-company-fir .text .left .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-company-fir .text .left .swiper-wrapper{
    border-left: 5px solid #e6e6e6;
}
.inner-company-fir .text .left .list{
    cursor: pointer;
}
.inner-company-fir .text .left .list .title {
    font-size: 20px;
    font-weight: bold;
    color: #414141;
    position: relative;
    padding-left: 39px;
    width: 132px;
}
.inner-company-fir .text .left .list .title:before{
    display: block;
    content:"";
    position: absolute;
    top:14px;
    left:0;
    width: 24px;
    height: 2px;
    background: #e6e6e6;
}
.inner-company-fir .text .left .list .title .yuan {
    position: absolute;
    content: "";
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: rgba(199,0,11,0.3);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}
.inner-company-fir .text .left .list .title .yuan.active{
    opacity: 1;
}
.inner-company-fir .text .left .list .title .yuan .inner{
    width: 13px;
    height: 13px;
    background: #c7000b;
    border-radius: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.inner-company-fir .text .left .con{
    width: calc(100% - 150px);
    color: #414141;
    font-size: 16px;
}

.equiem{
    background: #f1f1f1;
}
.equiemtype{
    margin-bottom: 2%;
}
.equiemtype a{
    display: inline-block;
    line-height: 45px;
    padding:0 20px;
    font-size:15px;
    color:#666;
    border:1px solid #666;
    border-radius: 50px;
    margin-right: 2%;
}
.equiemtype a:last-child{
    margin-right: 0;
}
.equiemtype a.active{
    background: #c7000b;
    color:#fff;
    border:1px solid #c7000b;
}
.equiemitem .list{
    display: none;
}
.equiemitem .list .imgbox{
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    border:1px solid #e3e3e3;
}
.equiemitem .list .title{
    background: #eee;
    font-size:15px;
    color:#333;
    text-align:center;
    padding:0 10px;
    line-height: 50px;
}
.equiemitem .list .swiper-slide:hover .title{
    background: #c7000b;
    color:#fff;
}
.inner-company-sec{
    background: url("../img/culbg.jpg") no-repeat center / cover;
}
.inner-company-sec .inner-title .fir{
    color:#fff;
}
.inner-company-sec .inner-title .sec{
    color:#fff;
}
.inner-company-sec .item .list{
    margin-bottom: 2.5%;
}
.inner-company-sec .item .list:last-child{
    margin-bottom: 0;
}
.inner-company-sec .item .list .t{
    font-weight:bold;
    font-size:22px;
    color:#fff;
}
.inner-company-sec .item .list .c{
    font-size:16px;
    color:#fff;
    margin-top: 7px;
}


.inner-company-honor .swiper-container-honor .imgbox{
    width: 100%;
    height: 335px;
    position: relative;
    border:1px solid #d5d5d5;
    background: #fff;
}
.inner-company-honor .swiper-container-honor .imgbox:hover{
    border:1px solid #c7000b;
}



.inner-company-thr{
    background: #f1f1f1;
}
.inner-company-thr .hezuolunbo{
    height: 360px;
}
.inner-company-thr .hezuolunbo .swiper-slide{
    height: calc((100% - 26px) / 3);
}
.inner-news .in_news .list{
    padding-bottom: 0;
    position: relative;
}
.inner-news .in_news .list .text .fir{
    margin-top: 1%;
}
.inner-news .in_news .list .text .sec{
    margin: 2% 0 1% 0;
}
.inner-news .in_news .list .text{
    position: relative;
}
.inner-news .in_news .list .text:after{
    content:"";
    position: absolute;
    height: 1px;
    background: #c7000b;
    width: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    bottom:0;
}
.inner-news .in_news .list:hover .text:after{
    width: 100%;
}
.inner-news .in_news .list:hover .text .fir{
    color:#c7000b;
}
.inner-news-des .left{
    float: left;
    width: 100%;
}
.inner-news-des .left .tbox{
    margin-bottom: 5%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.inner-news-des .left .tbox .fir{
    font-size: 30px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size:14px;
    line-height: 30px;
    color: #777;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.inner-news-des .right{
    float: right;
    width: 25%;
}
.othertitle{
    height: auto;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 6%;
}
.othertitle span{
    float: left;
    font-size: 22px;
    color:#333;
    border-left: 2px solid #c7000b;
    padding-left:10px;
    display: inline-block;
}
.othertitle a{
    display: block;
    float: right;
    color: #777;
    text-transform: uppercase;
}
.othertitle a:hover{
    color:#c7000b;
    font-weight: bold;
}
.othernews .list .imgbox{
    height: 228px;
    overflow:hidden;
    position: relative;
}
.othernews .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);
}
.othernews .list .title{
    font-size: 14px;
    color: #777;
    margin: 6% 0 9% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
}

.proother{
    margin-top: 6.5%;
}

.pro-news .list{
    padding:2%;
    background: #eee;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.pro-news .list:nth-child(2n){
    margin-right: 0;
}
.pro-news .list .time{
    float: left;
    width: 90px;
    height: 75px;
    text-align:center;
    color:#333;
    border-right:1px solid #dbdbdb;
}
.pro-news .list .time .fir{
    font-size:33px;
    font-family: Impact;
}
.pro-news .list .time .sec{
    font-size:14px;
}
.pro-news .list .text{
    float: right;
    width: calc(100% - 108px);
}
.pro-news .list .text .fir{
    font-size:14px;
    color:#333;
}
.pro-news .list .text .sec{
    font-size:14px;
    color:#666;
    margin-top: 2%;
}
.pro-news .list:hover{
    background: #c7000b;
}
.pro-news .list:hover .time{
    border-right:1px solid #fff;
}
.pro-news .list:hover .time .fir{
    color:#fff;
}
.pro-news .list:hover .time .sec{
    color:#fff;
}
.pro-news .list:hover .text .fir{
    color:#fff;
}
.pro-news .list:hover .text .sec{
    color:#fff;
}
.ptit {
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 2%;
}

.ptit::before {
    position: absolute;
    content: "";
    width: 3%;
    height: 2px;
    background: #c7000b;
    bottom: 0;
    left: 0;
}

.ptit span {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
}

.ptit b {
    font-size: 30px;
    font-weight: normal;
}

.inner-contact-fir .lx-item{
    display: flex;
    justify-content: space-between;
    margin:8% 0;
}
.inner-contact-fir .lx-item .list{
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-contact-fir .lx-item .list .imgbox{
    position: relative;
    width: 60px;
    height: 60px;
    background: #c7000b;
    border-radius: 60px;
    margin-right:15px;
}
.inner-contact-fir .lx-item .list .text .fir{
    font-size:22px;
    color:#323232;
}
.inner-contact-fir .lx-item .list .text .fir a{
    color:#323232;
}
.inner-contact-fir .lx-item .list .text .sec{
    font-size:16px;
    color:#474747;
}

.lx-map{
    width: 100%;
    height: 698px;
    margin-top: 3%;
    position: relative;
}
#lxmap{
    width: 100%;
    height: 100%;
}
.lx-map .lxbox{
    right:0;
    top:0;
    position: absolute;
    width: 470px;
    height: 100%;
    background: url("../img/lxbg.jpg") no-repeat center / cover;
    padding:5% 6%;
    color:#fff;
}
.lx-map .lxbox a{
    color:#fff;
}
.lx-map .lxbox .t{
    font-size:22px;
    font-weight: bold;
    margin-bottom: 6%;
}
.lx-map .lxbox .list .pbox{
    line-height: 30px;
}

.lx-map .lxbox .list .erbox{
    width: 166px;
}
.lx-map .lxbox .list .erbox .imgbox{
    width: 100%;
    padding:10px;
    background: #fff;
}
.lx-map .lxbox .list .erbox .imgbox img{
    width: 100%;
}
.lx-map .lxbox .list .erbox  p{
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding-bottom: 10px;
}
.lx-map .lxbox .list:nth-child(1){
    margin-bottom: 14%;
}

.inner-messagebox{
    background: url("../img/mesbg.jpg") no-repeat center / cover;
 }
.inner-messagebox .right{
    float: left;
    width: 45%;
}
.inner-messagebox .warpper{
    padding:4%;
    background: #fff;
    border:1px solid #eee;
}
.inner-messagebox .mesimg{
    float: right;
    width: 50%;
    height: 523px;
    margin-top: 30px;
    overflow: hidden;
}

.biaodan .top{
    margin-bottom: 30px;
}
.biaodan .top .fir{
    color: #414141;
    font-size:28px;
}
.biaodan .top .fir span{
    color:#c7000b;
    text-transform: uppercase;
}
.biaodan .top .sec{
    color: #999;
    font-size:14px;
}
.biaodan form .form-tr{
    margin-bottom: 15px;
}
.biaodan form .tbox{
    float: left;
    width: 20%;
    line-height: 50px;
    text-align:center;
    background: #e3e5ea;
    font-size:14px;
    color:#666;
}
.biaodan form input{
    float: left;
    width: 80%;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.biaodan form input::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form textarea{
    float: left;
    width: 80%;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    padding:20px;

}
.biaodan form textarea::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form .inputbox{
    height: 50px;
    position: relative;
}
.biaodan form .inputbox .verify{
    position: absolute;
    width: 102px;
    height: 36px;
    right: 10px;
    top: 7px;
}
.biaodan form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.biaodan form .submit{
    display: block;
    line-height: 50px;
    background: #2b2b2b;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
.biaodan form .submit:hover{
    background: #c7000b;
}

.allprotype{
    margin:0 auto 5% auto;
}
.allprotype .abox{
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.allprotype .abox a{
    width: 24%;
    height: 70px;
    text-align: center;
    line-height: 35px;
    color: #666;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eee;
}
.allprotype .abox a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;
    width: 35px;
}

.allprotype .abox a:hover
,.allprotype .abox a.active{
    background: #c7000b;
}
.allprotype .abox a:hover span
,.allprotype .abox a.active span{
    color:#fff;
}
.allprotype .abox a:hover img
,.allprotype .abox a.active img{
    filter: grayscale(100%) brightness(1000%);
}

.inner-pro-item ul li {
    float: left;
    width: 25%;
    position: relative;
    margin-bottom: 2%;
    padding:0 1%;
}
.inner-pro-item ul li .abox{
    text-align:center;
    margin:5px auto 0 auto;
}
.inner-pro-item ul li .abox a{
    display: inline-block;
    line-height: 28px;
    font-size:14px;
    color:#333;
    text-align:center;
    width: 100px;
    border:1px solid #e5e5e5;
}
.inner-pro-item ul li .abox a:hover{
    background: #c7000b;
    border:1px solid #c7000b;
    color:#fff;
}

.inner-pro-item ul li .img {
    width: 100%;
    height: 255px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.inner-pro-item ul li .img img{
    position: absolute;
    max-width: 80%;
    max-height: 79%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.inner-pro-item ul li .inner{
    border: 1px solid #eee;
}
.inner-pro-item ul li .tit{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    transition: .4s;
    background: #eee;
    z-index: 8;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-pro-item ul li .tit h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:18px;
    color:#333;
}
.inner-pro-item ul li .tit .fir{
    color: #c7000b;
    line-height: 30px;
    font-size:14px;
}
.inner-pro-item ul li:hover .img img {
    transform: scale(1.1);
}
.pro-des-box .left{
    float: left;
    width: 55%;
    border:1px solid #eee;
}
.pro-des-box .left .swiper-container{
    width: 100%;
}
.pro-des-box .left .imgbox{
    width: 100%;
    height: 500px;
    position: relative;
    background: #fff;
    overflow: hidden;

}
.pro-des-box .left .imgbox img{
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pro-des-box .left .swiper-button-white{
    width: 30px;
    height: 55px;
    margin-top: -27.5px;
    background-color: rgba(0,0,0,0.5);
}
.pro-des-box .left .swiper-button-white:after{
    font-size:16px;
}
.pro-des-box .right{
    float: right;
    width: 40%;
}
.pro-des-box .right .t{
    font-size:28px;
    font-weight: bold;
    color:#333;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom:1px solid #eee;
}
.pro-des-box .right .parmbox .tt{
    font-size: 18px;
    color: #333;
    margin-bottom: 3%;
    position: relative;
    padding-left: 17px;
}
.pro-des-box .right .parmbox .tt:before{
    content:"";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #c7000b;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
.pro-des-box .right .parmbox .con .list{
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    padding-left: 17px;
}
.pro-des-box .right .parmbox .con .list span{
    font-size:16px;
    color:#666;
}
.pro-des-box .right .lxbox{
    margin-top: 10%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.pro-des-box .right .lxbox .lianxi{
    display: block;
    line-height: 55px;
    width: 30%;
    text-align:center;
    font-size:16px;
    color:#fff;
    letter-spacing: 2px;
    background: #2B2B2B;
    border-radius: 5px;
}
.pro-des-box .right .lxbox .tel{
    margin-left: 8%;
}
.pro-des-box .right .lxbox .tel .fir{
    font-size:16px;
    color:#666;
}
.pro-des-box .right .lxbox .tel .sec{
    font-size: 40px;
    color: #c7000b;
    font-weight: bold;
    font-family: Impact;
    line-height: 40px;
}
.bg{
    background: #f2f2f2;
}
.inner-pro-xianxi-inner {
    background: #fff;
    padding: 3% 4%;
}

.equientbox .pic{
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
}
.equientbox .pic:hover 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);
}
.equientbox .pic .title{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    line-height: 55px;
    font-size:16px;
    color:#fff;
    background: rgba(0,0,0,0.8);
    text-align:center;
}
.equientbox .pic:hover .title{
    background: #c6020c;
}

.prolist ul li{
    float:left;
    width:33.33%;
    padding:0 1%;
    margin-bottom:2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.prolist ul li .clear{
    background: #f5f5f5;
    height: 93px;
}
.prolist ul li b{
    border:1px solid #eeeeee;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 325px;
    display: block;
    position: relative;
}
.prolist ul li b i{
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    height: 100%;
    font-style: normal;
    opacity:0;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
    top:0;
    left:0;
}
.prolist ul li a:hover b i{
    opacity:1;
}
.prolist ul li b i small{
    display: block;
    position: relative;
    width:20%;
    top:50%;
    left: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%);
}
.mask p{
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
}
.mask span{
    display: block;
    height:2px;
    width: 100%;
    border-top:1px solid #fff;
    -webkit-transition: 400ms 0.1s all ease;
    -moz-transition: 400ms 0.1s all ease;
    -ms-transition: 400ms 0.1s all ease;
    -o-transition: 400ms 0.1s all ease;
    transition: 400ms 0.1s all ease;
}
.prolist ul li a:hover .mask span{
    -webkit-transform: rotateY(86deg);
    -moz-transform: rotateY(86deg);
    -ms-transform: rotateY(86deg);
    -o-transform: rotateY(86deg);
    transform: rotateY(86deg);
}


.prolist_text{
    float:left;
    width: 80%;
    padding-left:5%;
    border-right:1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prolist_text h5{
    font-size: 16px;
    color: #434343;
    font-weight: normal;
    line-height: 93px;
}
.prolist_text p{
    font-size: 12px;
    color: #979797;
    font-weight: lighter;
}
.prolist ul li .clear span{
    background: url("../img/prolistjt.png") no-repeat center;
    display: block;
    float:right;
    width:20%;
    height: 100%;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.prolist ul li a:hover .clear span{
    background:#c7000b url("../img/prolistjts.png") no-repeat 55% center;
}
.inner-pic .inner-news-des .left{
    float: none;
    width: 100%;
}
.inner-pic .des-content img{
    margin:1% auto;
}


.swiper-container-develop{
    padding-top: 10px;
}
.swiper-container-develop .text{
    width: 100%;
    text-align:center;
}
.swiper-container-develop .text .title{
    font-size:16px;
    line-height: 42px;
    color:#414141;
    background: #e0e0e0;
    position: relative;
    position: relative;
}
.swiper-container-develop .swiper-slide.swiper-slide-active .text .title{
    background: #c30e23;
    color:#fff;
}
.swiper-container-develop .text .title:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    border: 9px solid transparent;
    border-top: 10px solid #c30e23;
    border-color: transparent transparent #c30e23 transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.swiper-container-develop .swiper-slide.swiper-slide-active .text .title:before{
    opacity: 1;
}
.swiper-container-develop .text .con{
    background: #fff;
    display: flex;
    align-items: center;
    height: 120px;
    border:1px solid #eee;
}
.swiper-container-develop .text .con .inner{
    width: 100%;
    padding:0 10%;
    font-size:16px;
    color:#373636;
}
.swiper-container-develop .line{
    width: 100%;
    height: 5px;
    background: #171717;
    position: relative;
    margin-bottom: 23%;
}
.swiper-container-develop .swiper-slide.swiper-slide-active .line{
    background:#c30e23 ;
}
.swiper-container-develop .line:after{
    content:"";
    position: absolute;
    top:-4px;
    left:50%;
    transform: translateX(-50%);
    background: #171717;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.swiper-container-develop .swiper-slide.swiper-slide-active .line:after{
    background: #c30e23;
}
.bannerboxsec{
    display: none;
}

.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #333;
    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;
}

.ke{
    text-align:center;
    margin-bottom: 5%;
    font-size:16px;
    font-weight: bold;
}
.ke span{
    color:#c7000b;
}

