.idx-enter{background-size: cover;background-position: center;height: 100vh;position: relative;padding-top: 14vh;}
.idx-enter .logo{width: 1.84rem;margin: 0 auto;display: block;}
.idx-enter .enter-btn .item{width: 3.2rem;line-height: 1.2rem;font-size: .34rem;color: #808080;text-align: center;background: rgba(255, 255, 255,.86);display: inline-block;margin: 0 .32rem;position: relative;z-index: 0;transition: all .5s ease;overflow: hidden;}
.idx-enter .enter-btn{text-align: center;font-size: 0;margin-top: 12.5vh}
.enter-foot{font-size: .14rem;color: #fff;line-height: 1.857;text-align: center;position: absolute;bottom:3.5vh;left: 0;right: 0;padding: 0 15px;}
.idx-enter .enter-btn .item img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: -1;transition: all .5s ease;opacity: 0;transform: translateY(50%);}
@media (min-width: 1000px){
	.idx-enter .enter-btn .item:hover{color: #990b12;}
	.idx-enter .enter-btn .item:hover img{opacity: 1;transform: translateY(0%);}
}
@media (max-width: 767px){
	.idx-enter .enter-btn{margin-top: 5vh;}
	.idx-enter .enter-btn .item{width:70vw;margin: 0;margin-top: 5vw;font-size: 18px;line-height: 20vw;}
}
.banner{position: relative;}
.banner-box{display: flex;align-items: center;background-size:cover;background-position: center;height:8.66rem}
.banner-box .content-box{text-align: center;flex: 1;}
.banner-box .h1{font-size:4.6vw;color: #fff;margin-bottom: .25rem}
.banner-box .h2{font-size:2.8vw;color: #fff}
.banner-box .more{display: block;width: 1.46rem;line-height: .42rem;margin: .45rem auto 0;font-size: .16rem;color: #990b12;background: #fff;transition: all .3s ease}
.banner .mousebox .mouse{width:18px;height: 32px;display: block;margin: 0 auto;border:2px solid #fff;border-radius: 30px;position: relative;}
.banner .mousebox .mouse:after{content: "";width:4px;height: 8px;border-radius: 20px;background: #fff;position: absolute;top: 5px;left: 50%;margin-left: -2px;-webkit-animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;}
.banner .mousebox{position: absolute;left: 50%;transform: translateX(-50%);bottom: .45rem;z-index: 2}
.banner .mousebox p{font-size: .16rem;color: #fff;margin-top: .2rem}
.banner .swiper-pagination-bullet{position: relative;opacity: 1;background: #fff;margin:0!important;display: block;margin-bottom: .2rem!important}
.banner .swiper-container .swiper-pagination{left: 2.6vw;bottom: auto;top: 50%;width: auto;transform: translateY(-50%);}
.banner .swiper-pagination-bullet:after{content:"";width:12px;height: 12px;position: absolute;top: 50%;left: 50%;margin-top: -6px;margin-left: -6px;border:1px solid #fff;border-radius: 50%;opacity: 0;transform: scale(0.8);transition: all .5s ease}
.banner .swiper-pagination-bullet-active:after{transform: scale(1);opacity: 1}
.banner .swiper-slide-active .h1{animation: fadeup 1s .3s;-webkit-animation: fadeup 1s .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.banner .swiper-slide-active .h2{animation: fadeup 1s .6s;-webkit-animation: fadeup 1s .6s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.banner .swiper-slide-active .more{animation: fadeup 1s .9s;-webkit-animation: fadeup 1s .9s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.case1 .box1 img{height:auto!important}
.index-title{text-align: center;margin-bottom: .4rem}
.index-title .cn{font-size: .38rem;color: #990b12;font-family: "Microsoft Yahei";font-weight: bold;margin-bottom: .05rem}
.index-title .en{font-size: .16rem;color: #666;font-family: "DIN"}
.index1{padding: .93rem 0 0.07rem}
.index1 .container{display: flex;align-items: center;}
.index1 .left{flex: 1;padding-right: 5vw}
.index1 .right{flex: 1}
.index1 .index-title{text-align: left;margin-bottom: 2.3vw}
.index1 .left p{font-size: .16rem;color: #555;line-height: 1.875}
.index1 .left .btn1{display: block;width: 1.2rem;line-height: .4rem;background: #990b12;font-size: .14rem;color: #fff;text-align: center;margin-top: 1.5vw;transition: all .5s ease}
.index1 .left .bottom{display: flex;margin-top: 3vw}
.index1 .left .bottom .item{text-align: center;}
.index1 .left .bottom .item .num1 span{font-size: 3vw;color: #990b12;font-family: "DIN";}
.index1 .left .bottom .item .num1{display: inline-block;position: relative;line-height: 1}
.index1 .left .bottom .item .title{font-size: .16rem;color: #333;margin-top: .12rem}
.index1 .left .bottom .item .num1 .txt{width: .32rem;line-height: .28rem;border:.02rem solid #990b12;height: .32rem;border-radius: 50%;font-size: .16rem;color: #990b12}
.index1 .left .bottom .item .num1 .txt{position: absolute;right: -.22rem;bottom: 0;background: #fff}
.index1 .videobox{position: relative;}
.index1 .postimg{width:100%;height: 100%;object-fit: cover;}
.index1 .before:after{content:"";width: 100%;height: 100%;background: rgba(0,0,0,.2);position: absolute;top: 0;left: 0}
.index1  .playbtn{width: .72rem;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 2;cursor: pointer;height: .72rem}
.index1 video{display: none;width: 100%;height: 100%;object-fit: cover;}


.index3{padding: .55rem 0 .25rem}
.index3 .row{margin: 0 -.18rem;}
.index3 .col{float: left;width: 33.33%;padding: 0 .18rem;margin-bottom: .32rem}
.index3 .item p{font-size: .2rem;color:#333;text-align: center;padding: .26rem 10px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index3 .item .imgbox{position: relative;}
.index3 .item .imgbox .after{content:"";background: rgba(153,11,18,.8);position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;text-align: center;transition: all .5s ease;transform: scale(.5);opacity: 0}
.index3 .item .imgbox .after .h1{font-size: .24rem;color: #fff}
.index3 .item .imgbox .after .h2{font-size: .16rem;color: #fff;margin-top: .2rem}
.index3 .item{display: block;}



.index5{background: url(../image/index5bg.jpg);background-size: cover;background-position: center;}
.index5 .col{float: left;width: 50%;padding: 0 .2rem;}
.index5 .row{margin: 0 -.2rem;}
.index5 .item{display: flex;align-items: center;background: #fff;box-shadow: 0px .08rem .34rem 0px rgba(204, 204, 204, 0.2);margin-top: .3rem;transition: all .5s ease}
.index5 .item .h1{font-size: .2rem;color: #1a1a1a;margin-bottom: .12rem;transition: all .5s ease}
.index5 .item .h2{font-size: .14rem;color: #666;line-height: 1.571;margin-bottom: .1rem}
.index5 .item .bottom{display: flex;align-items: center;}
.index5 .item .time{color: #a8a8a8;font-size: .14rem;}
.index5 .item .details{font-size: .14rem;color: #666}
.index5 .item .content{padding: 0 1.5vw}
.index5{padding: .3rem 0 1rem}
.index5 .imgbox{width:30%}
.index5 .imgbox img{width: 100%}
@media (max-width: 1450px){
	.index5 .imgbox{width:35%}
}
@media (max-width: 1200px){
	.index5 .imgbox{width:40%}
}
@media (max-width: 1000px){
	.index5 .col{width: 100%}
	.index5 .imgbox{width:30%}
}

@media (min-width: 1000px){
	.banner-box .more:hover{background: #990b12;color: #fff}
	.index1 .left .btn1:hover{margin-left:.1rem}
	.index3 .item:hover .after{transform: scale(1);opacity: 1}

	.index5 .item:hover{transform: translateY(-8px);}
	.index5 .item:hover .h1{color: #990b12}

}

@media (max-width: 993px){
.index1 .container{display: block;}
.index1 .left{padding: 0;padding-bottom: 3vw}
.index1 .left .bottom .item .num1 span{font-size: .58rem}
}

@media (max-width: 767px){
	.banner-box .h1{font-size: 10vw;}
	.banner-box .h2{font-size: 5vw;}
	.banner-box .more{font-size: 13px;width: 1.8rem;line-height: .55rem}
	.banner .mousebox p{font-size:13px}
	.index1 .left{padding-bottom: 0}
	.index-title .en{font-size: 13px;}
	.index1 .left p{font-size: 13px}
	.index1 .index-title{margin-bottom:20px}
	.index1 .left .btn1{margin-top:15px;width: 1.8rem;line-height: .56rem;font-size: 13px;}
	.index1 .left .bottom{display: block;margin: 15px 0}
	.index1 .left .bottom .item .title{font-size: 13px;}
	.index1 .left .bottom .item{margin-bottom: 10px}

	.index3 .col{width: 50%;padding:0 8px;margin-bottom: .2rem}
	.index3 .row{margin: 0 -8px;}
	.index3 .item p{font-size: 13px;padding: .2rem 0}


	
	.index5 .item .content{padding:4vw}
	.index5 .item .h1{font-size: 14px}
	.index5 .item .h2{font-size: 13px}
	.index5 .item .time{font-size: 13px;}
	.index5 .item .details{font-size: 13px;}
	.index1 .left .bottom .item .num1 .txt{font-size: 12px;border-width: 1px}
	.banner .mousebox{display: none;}
	.banner-box{height:5rem!important;}
}

.banner2{position: relative;overflow: hidden;}

.subnav{position: absolute;bottom:.2rem;left: 0;right: 0;}
.subnav .item{display: block;line-height: .7rem;text-align: center;font-size:.2rem;color: #070707;background: #fff;position: relative;overflow: hidden;z-index: 0;float: left;width: 16.66%}
.subnav .item:not(:first-child):before{content:"";width: 1px;height: .16rem;background:#dddcde;position: absolute;top: 50%;left: 0;margin-top: -.08rem;opacity: 1;transition: all .5s ease}
.subnav .item.on{background:#990b12;color: #fff}
.subnav .item.on:before{opacity: 0}
.subnav .item.on:after{transform: translateX(0);opacity: 1}
.subnav .item:after{content:"";position: absolute;right: 0;background: url(../image/subicon.png);background-position: center;width: 7vw;height: 5vw;right: -1.3vw;top: -1.35vw;transform: translateX(50%);transition: all .5s ease;opacity: 0;background-size: cover;}
.subnav .item span{font-size: .6rem;color: #f5f5f5;text-transform: uppercase;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin:auto;font-family: "DIN";z-index: -1}
.subnav .item.on span{display: none}
.subnav2 .item{width: 20%;}
@media (min-width: 1000px){
	.subnav .item:hover{transition: all .5s ease;background:#990b12;color: #fff}
	.subnav .item:hover:before{opacity: 0}
	.subnav .item:hover:after{transform: translateX(0);opacity: 1}
	.subnav .item:hover span{display: none;}
}


.news1 .col{float: left;width: 50%;padding:.25rem .2rem;height: 200px;overflow: hidden;}
@media (max-width: 767px){
.news1 .col {
    height: auto;
}}
.news1 .row{margin: 0 -.2rem;}
.news1 .item{display: flex;align-items: center;background: #fff;box-shadow: 0px .08rem .34rem 0px rgba(204, 204, 204, 0.2);transition: all .5s ease}
.news1 .item .h1{font-size: .2rem;color: #1a1a1a;margin-bottom: .12rem;transition: all .5s ease}
.news1 .item .h2{font-size: .14rem;color: #666;line-height: 1.571;margin-bottom: .1rem}
.news1 .item .bottom{display: flex;align-items: center;}
.news1 .item .time{color: #a8a8a8;font-size: .14rem;font-family: "DIN"}
.news1 .item .details{font-size: .14rem;color: #666}
.news1 .item .content{padding: 0 1.5vw}
.news1{padding: .35rem 0 1.1rem}
.news1 .imgbox{width:30%}
.news1 .imgbox img{width: 100%}
.news2{padding: .15rem 0 1rem;}
.news2box{max-width: 10.8rem;margin: 0 auto;}
.news2top{padding: .45rem 0;border-bottom: .02rem solid #cccccc;text-align: center;}
.news2top .h1{font-size: .34rem;color: #2f2f2f;line-height: 1.5;margin-bottom: .15rem}
.news2top .h2{font-size: .14rem;color:#2f2f2f}
.news2-content p{font-size: .16rem;color: #000;}
.news2-content{padding: .35rem 0 .8rem;line-height: 28px;}
.news2-jump .item{/* font-size: 0; */flex: 1;display: block;background: #f8f8f8;line-height: .5rem;/* text-align: center; */transition: all .5s ease;}
.news2-jump{display: flex;align-items: center;position: relative;}
.news2-jump .item>span{font-size: .14rem;color: #333;margin: 0 .13rem 0 0;display: inline-block;vertical-align: middle;transition: all .5s ease;}
.news2-jump .item .txt{max-width: 65%;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


@media (min-width: 1000px){
.news1 .item:hover{transform: translateY(-8px);}
	.news1 .item:hover .h1{color: #990b12}
	.news2-jump .item:hover{background: #990b12}
	.news2-jump .item:hover>span{color: #fff}
}
@media (max-width: 1450px){
	.news1 .item .imgbox{width:35%}
}
@media (max-width: 1200px){
	.news1 .item .imgbox{width:40%}
}
@media (max-width: 1000px){
	.news1 .col{width: 100%}
	.news1 .item .imgbox{width:30%}
	.subnav .item:after{display: none;}
}
@media (max-width: 767px){
	.subnav2 .item{width: 33.33%;font-size: 14px;}
	.subnav .item{width: 33.33%;font-size: 14px;}

	.news1 .item .content{padding:4vw}
	.news1 .item .h1{font-size: 14px}
	.news1 .item .h2{font-size: 13px}
	.news1 .item .time{font-size: 13px;}
	.news1 .item .details{font-size: 13px;}
	.news2top .h1{font-size: 18px;}
	.news2top .h2{font-size: 12px;}
	.news2-jump{display: block;margin-top: 0.2rem;}
	.news2-jump .item>span{font-size: 13px;}
	.news1 .col{padding: .15rem .2rem}

}

.case1{padding: .45rem 0 .9rem;background: #f6f6f6}
.case-tab{padding: .3rem 0;}
.case-tab .item{display:block;width: 1.98rem;padding: .1rem 0;text-align: center;border:1px solid #dedede;font-size: .16rem;color: #333;float: left;margin-right: .2rem;transition: all .3s linear;margin-bottom:10px;}
.case-tab .item.on{background: #990b12;color: #fff}
.case1 .row{margin:0 -.18rem}
.case1 .col{float: left;width: 33.33%;padding: .2rem .18rem;}
.case-tab2{margin-bottom:0}
.case1list .item p{padding:.21rem .3rem;font-size: .2rem;color: #333;transition: all .5s ease;text-align:center  }
.case1list .item{display: block;background: #fff;transition: all .5s ease}
.case1list .item .imgbox{overflow: hidden;text-align: center; }
.case1list .item .imgbox img{transition: all .5s ease;}
.case2 .one .left{width:58.3%;}
.case2 .one .right{width: 41.7%;padding-left: 3.5vw}
.case2 .one{display: flex;align-items: flex-start;padding: .8rem 0 .65rem}
.case2 .one .right .contentbox .title{font-size:.38rem;font-weight: bold;color:#000;font-family: "Microsoft Yahei";border-bottom: .02rem solid #e1e1e1;line-height: 1.5;padding:.35rem 0 .3rem;}
.case2 .one .right .infobox p{font-size: .16rem;color: #808080;line-height: 1.5;padding:.5vw 0}
.case2 .one .right .contentbox{background: #f7f7f7;padding: 0 2.1vw;min-height: 24.4vw}
.case2 .one .right .infobox{padding:1.5vw 0}
.case2 .one .right .btnbox{margin: 0 -.16rem;margin-top: 2vw}
.case2 .one .right .col{float: left;width: 50%;padding: 0 .16rem;}
.case2 .one .right .item{display: block;font-size: .2rem;color: #999;height: .6rem;border:.02rem solid #e6e6e6;text-align: center;line-height: .56rem;transition: all .3s linear}
.case2 .one .left .swiper1 .swiperbtn{transition: all .5s ease;width: .6rem;height: .6rem;border-radius: 50%;background: rgba(0,0,0,.4);position: absolute;top: 50%;margin-top: -.3rem;z-index: 2;cursor:pointer}
.case2 .one .left .swiper1 .prev{left:1.6vw;}
.case2 .one .left .swiper1 .next{right:1.6vw;}
.case2 .one .left .swiper1 .swiperbtn img{position: absolute;left:50%;top:50%;width: .16rem;margin-top: -.14rem}
.case2 .one .left .swiper1 .prev img{margin-left: -.1rem}
.case2 .one .left .swiper1 .next img{margin-left: -.06rem}
.case2 .one .left .swiper2{margin: .2rem}
.case2 .one .left .swiper2 .item{position: relative;transition: all .5s ease;cursor: pointer;}
.case2 .one .left .swiper2 .item:after{content:"";width: 100%;height: 100%;position: absolute;left: 0;top: 0;border:.03rem solid #990b12;transform: scale(.8);opacity: 0;transition: all .5s ease}
.case2 .one .left .swiper2 .swiper-slide-thumb-active .item{box-shadow: 0px .07rem .27rem 0px rgba(0, 0, 0, 0.18);}
.case2 .one .left .swiper2 .swiper-slide-thumb-active .item:after{transform: scale(1);opacity: 1}
.case2 .two .title .h1{width: 2rem;line-height: .6rem;text-align: center;color: #fff;font-size: .18rem;background:#990b12;}
.case2 .two .title{background: #f5f5f5}
.case2 .two .contentbox p{font-size: .16rem;color:#1a1a1a;line-height: 1.75;margin-bottom: .3rem}
.case2 .two .contentbox{padding:.25rem 4vw .85rem}


.product{padding-bottom: 1.2rem}
.product .protab1{padding: .3rem 0 .32rem}
.product .protab1 .item{width: 1.98rem;border:1px solid #dedede;font-size: .16rem;color: #070707;text-align: center;float: left;margin-right:.24rem;transition: all .3s linear;cursor: pointer;padding: .1rem 0;margin-bottom:10px;}
.product .protab1 .item.on{background: #990b12;color: #fff;border-color: #990b12}
.product .protab2{padding: 0 .3rem;border: 1px solid #dedede;margin-bottom: .3rem}
.product .protab2 .itembox{display: flex;align-items: center;padding:.18rem .1rem;}
.product .protab2 .item2{border:1px solid #e0e0e0;width:32px;height:20px;border-radius: .02rem;margin-right: .1rem;position: relative;cursor: pointer;display: inline-block;vertical-align: middle;}
.product .protab2 .item2.on:after{content:"";width:16px;height:13px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url(../image/choose.png);background-size: cover;margin: auto;}
.product .protab2 .label1{font-size: .14rem;color: #999;margin-right: .2rem;}
.product .protab2 .itembox:not(:last-child){border-bottom: 1px dashed #e0e0e0}
.product .protab2 .item1{display: inline-block;padding: 0 .1rem;font-size: .14rem;color: #070707;margin-right: .1rem;line-height:24px;cursor: pointer;vertical-align: middle;}
.product .protab2 .item1.on{background: #990b12;color: #fff;}
.product .protab2 .sortbox{font-size: 0}
.product .protab2 .search{cursor: pointer;position: relative;}
.product .protab2 .search button{background: none;padding: 0;display: block;}
.product .protab2 .search input{font-size:14px;border-bottom: 1px solid #dedede;height:30px;padding: 0 .1rem;position: absolute;right:100%;top: 50%;margin-top: -15px;display: none;}

.product .prolist{margin: 0 -.18rem;}
.product .prolist .col{float: left;width: 33.33%;padding: 0 .18rem;margin-bottom: .32rem}
.product .prolist .item p{font-size: .2rem;color:#333;text-align: center;padding: .26rem 0;height:1.08rem;}
.product .prolist .item .imgbox{position: relative;}
.product .prolist .item .imgbox .after{content:"";background: rgba(153,11,18,.8);position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;text-align: center;transition: all .5s ease;transform: scale(.5);opacity: 0}
.product .prolist .item .imgbox .after .h1{font-size: .24rem;color: #fff}
.product .prolist .item .imgbox .after .h2{font-size: .16rem;color: #fff;margin-top: .2rem}
.product .prolist .item{display: block;}
.product .pagebox{margin-top:.25rem}

.prodetails .one{display: flex;align-items: flex-start;padding: .45rem 0 .7rem}
.prodetails .one .left{width:47%;}
.prodetails .one .left{padding-left:8.65%;position: relative;}
.prodetails .one .left .swiper2 .swiper-slide:not(:last-child){margin-bottom:.14rem;}
.prodetails .one .left .swiper2{position: absolute;width: 15.8%;top: 0;bottom: 0;left: 0}
.prodetails .one .left .swiper2 .item{position:relative;width:100%;height:100%;}
.prodetails .one .left .swiper2 .item img{width:100%;height:100%;object-fit:cover;}
.prodetails .one .left .swiper2 .item:after{content:"";width: 100%;height: 100%;position: absolute;left: 0;top: 0;border:.03rem solid #990b12;transform: scale(.8);opacity: 0;transition: all .5s ease}
.prodetails .one .left .swiper2 .swiper-slide-thumb-active .item:after{transform: scale(1);opacity: 1}
.prodetails .one .right{width:53%;padding-left: 2.5vw}
.prodetails .one .right .title{display: flex;align-items: center;padding: .3vw 0 1vw}
.prodetails .one .right .title .h1{font-size: .28rem;color: #333;font-family: "Microsoft Yahei";font-weight: 600}
.prodetails .one .right .title2{font-size: .18rem;color: #999;line-height: 1.556;margin-bottom: 1.25vw;}
.prodetails .one .right .infobox{background: #f7f7f7;padding:1.5vw .3rem}
.prodetails .one .right .infobox .item{display: flex;align-items: center;padding:.9vw 0}
.prodetails .one .right .infobox .item .label1{width: 1rem;font-size: .18rem;color: #666}
.prodetails .one .right .infobox .item .txt{font-size: .18rem;color: #333}
.prodetails .one .right .infobox .item .color1{border:1px solid #e0e0e0;width:.32rem;height:.2rem;border-radius: .02rem;margin-right: .1rem;}
.prodetails .one .right .iconbox{display: flex;align-items: center;padding-left: .1rem;margin: 2.5vw 0}
.prodetails .one .right .iconbox .item{margin-right: .3rem;cursor: pointer;}
.prodetails .one .right .iconbox .item img:nth-child(2){display: none;}
.prodetails .one .right .iconbox .weixinbox{position:relative;}
.prodetails .one .right .iconbox .weixinbox img:nth-child(3){position:absolute;bottom:30px;left:50%;width:106px;margin-left:-53px;display:none;max-width:none;}
.prodetails .one .right .btnbox .item{line-height: .56rem;color: #fff;border:.02rem solid #e6e6e6;height: .6rem;text-align: center;font-size: .2rem;color: #999;transition: all .3s linear;display: block;}
.prodetails .one .right .btnbox{display: flex;align-items: center;}
.prodetails .one .right .btnbox .btn1{width: 3rem;margin-right: .3rem}
.prodetails .one .right .btnbox .btn2{width: 1.35rem;}
.prodetails .two .tabbox{display: flex;align-items: center;background: #f5f5f5}
.prodetails .two .tabbox .item{width: 2rem;line-height: .6rem;font-size:.18rem;color: #333;text-align: center;cursor: pointer;}
.prodetails .two .tabbox .item.on{background: #990b12;color: #fff}
.prodetails .two .detailsbox .title1{font-size: .28rem;color: #990b12;}
.prodetails .two .details1{padding: .35rem 0 .9rem;}
.prodetails .two .details1 p{font-size: .16rem;color:#666;line-height: 1.75;margin: 0 -.1rem}
.prodetails .two .details1 .details1box{padding:.25rem .5rem 0}
.prodetails .two .details1 .details1box img{display:inline-block;}
.prodetails .two .details1 .details1box>img{margin:.3rem auto}
.prodetails .two .details1 .videobox{margin-top: .55rem;}
.prodetails .two .details1 .videobox .before{position: relative;}
.prodetails .two .details1 .videobox .playbtn{width: .72rem;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;cursor: pointer;transition: all .5s ease;z-index: 2}
.prodetails .two .details1 .videobox video{width: 100%;display: none;}
.prodetails .two .details1 .videobox .before:after{content:"";width: 100%;height: 100%;background: rgba(0,0,0,.2);position: absolute;top: 0;left: 0}
.prodetails .two .details2 .item p{font-size: .2rem;color:#333;text-align: center;padding: .26rem 0}
.prodetails .two .details2 .item .imgbox{position: relative;}
.prodetails .two .details2 .item .imgbox .after{content:"";background: rgba(153,11,18,.8);position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;text-align: center;transition: all .5s ease;transform: scale(.5);opacity: 0}
.prodetails .two .details2 .item .imgbox .after .h1{font-size: .24rem;color: #fff}
.prodetails .two .details2 .item .imgbox .after .h2{font-size: .16rem;color: #fff;margin-top: .2rem}
.prodetails .two .details2 .item{display: block;}
.prodetails .two .details2 .title1{margin-bottom: .35rem;}
.prodetails .two .details2{padding-bottom:1.1rem}
@media (max-width: 1700px){
	.prodetails .one .right .infobox{padding: 1.2vw .3rem;}
	.prodetails .one .right .infobox .item{padding: .8vw 0}
}
@media (max-width: 1450px){
	.prodetails .one .right .infobox{padding: 1vw .3rem;}
	.prodetails .one .right .infobox .item{padding: .8vw 0}
	.prodetails .one .right .iconbox{margin: 2vw 0}
}
@media (min-width: 1000px){
	.case1list .item:hover .imgbox img{transform: scale(1.05);}
	.case1list .item:hover p{color: #990b12}
    .case1list .item:hover{box-shadow: 0px .12rem .18rem 0px rgba(102, 102, 102, 0.1);}
    .case-tab .item:hover{background: #990b12;color: #fff}
    .case2 .one .right .item:hover{background: #990b12;border-color: #990b12;color: #fff}
    .case2 .one .left .swiper1 .prev:hover{transform: translateX(-5px);}
.case2 .one .left .swiper1 .next:hover{transform: translateX(5px);}
.case2 .one .left .swiper1 .prev:hover{transform: translateX(-5px);}
.case2 .one .left .swiper1 .next:hover{transform: translateX(5px);}
.product .prolist .item:hover .after{transform: scale(1);opacity: 1}
.prodetails .two .details2 .item:hover .after{transform: scale(1);opacity: 1}
.product .protab1 .item:hover{background: #990b12;color: #fff;border-color: #990b12}
.prodetails .one .right .iconbox .item:hover img:nth-child(2){display: block;}
.prodetails .one .right .iconbox .item:hover img:nth-child(1){display: none;}
.prodetails .one .right .btnbox .item:hover{background: #990b12;color: #fff;border-color: #990b12}
.prodetails .two .details1 .videobox .playbtn:hover{transform: translateY(-5px);}
.prodetails .one .right .iconbox .weixinbox:hover img:nth-child(3){display:block;}
}

@media (max-width: 767px){
	.case-tab .item{width: 46%;margin: 0 2%;font-size: 13px;margin-bottom:10px;padding: 8px 0}
	.case1 .col{width: 50%;padding: 8px}
	.case1 .row{margin: 0 -8px;}
	.case1list .item p{font-size: 13px;padding: .2rem;text-align: center; }
	.case2 .one .left{width: 100%;}
	.case2 .one .right{width: 100%;padding-left: 0}
    .case2 .one{display: block;padding: .5rem 0}
    .case2 .one .right .contentbox{padding: 0 15px;}
    .case2 .one .right .infobox p{padding:5px 0;font-size: 13px}
    .case2 .one .right .infobox{padding:15px 0}
    .case2 .one .right .btnbox{margin-top: 12px;}
    .case2 .one .right .item{font-size: 14px;}
    .case2 .two .title .h1{font-size: 14px;}
    .case2 .two .contentbox p{font-size: 13px;}
    .product .protab1 .item{width: 46%;margin:5px 2%;font-size: 13px;padding: 8px 0;}
    .product .protab1{padding:.3rem 0}
    .product .prolist .col{width: 50%;padding:0 8px;margin-bottom: .2rem}
	.product .prolist{margin: 0 -8px;}
	.product .prolist .item p{font-size: 13px;padding: .2rem 0}
	.product .protab2{padding: 0 15px}
	.product .protab2 .itembox{display: block;padding: .18rem 0}
	.product .protab2 .label1{font-size: 13px;margin-right: 0;margin-bottom:8px;}
	.product .protab2 .item1{font-size: 13px;line-height: 24px;margin-bottom: 6px;padding: 0 8px}
	.product .protab2 .item2{margin-bottom:6px;}
	.prodetails .one{display: block;}
	.prodetails .one .left{width: 100%;padding-left: 0}
	.prodetails .one .left .swiper2{position: static;width:auto;margin: 10px 0}
	.prodetails .one .left .swiper2 .swiper-slide:not(:last-child){margin-bottom: 0}
    .prodetails .one .right{width: 100%;padding-left: 0}
    .prodetails .one .right .title2{font-size:13px;margin-bottom: 10px;}
    .prodetails .one .right .title{display: block;}
    .prodetails .one .right .title{padding: 5px 0 .2rem}
    .prodetails .one .right .infobox .item .label1{width: 70px;font-size: 13px;}
    .prodetails .one .right .infobox .item .txt{font-size: 13px;}
    .prodetails .one .right .infobox{padding: 15px;}
    .prodetails .one .right .infobox .item{padding: 6px 0}
    .prodetails .one .right .infobox .item .color1{width:24px;height: 15px;}
    .prodetails .one .right .iconbox{margin: 15px 0}
    .prodetails .one .right .btnbox .item{font-size: 14px;}
    .prodetails .one .right .btnbox .btn1{width: 50%}
    .prodetails .one .right .btnbox .btn2{width: 30%}
    .prodetails .two .tabbox .item{width: 33.33%;font-size: 13px;}
    .prodetails .one .right .title .h1{font-size: 18px;}
    .prodetails .two .details1 p{font-size: 13px;margin: 0}
    .prodetails .two .details1 .details1box{padding:.25rem 0 0 0}
    .prodetails .two .details1 .videobox{margin-top: 20px;}
    .prodetails .two .details1{padding: 20px 0}
    .prodetails .two .details2 .item p{font-size: 13px;}
    .product .protab2 .search input{position: static;display: block;font-size: 13px;height: 30px;margin-top: 0;margin-right: 10px;}
    .product .protab2 .search{display: flex;align-items: center;}
}



.intro{padding: .65rem 0 1.3rem}
.intro1{position: relative;}
.intro1 .logobg{position: absolute;right:-10vw;top: 0;width: 50vw;}
.intro1 .title{text-align: center;margin-bottom: .36rem;}
.intro1 .title .cn{font-size: .38rem;color: #990b12;font-weight: bold;line-height: 1;margin-bottom: .08rem;font-family: "Microsoft Yahei";}
.intro1 .title .en{font-size: .16rem;color: #666;font-family: "DIN";}
.intro1 p{font-size: .16rem;color: #555;line-height: 1.875;margin-bottom: .15rem;}
.intro2{display: flex;align-items: flex-start;margin: .8rem 0;padding: 0 5vw}
.intro2 .item{text-align: center;flex: 1}
.intro2 .item .num1 span{font-size: .58rem;color: #990b12;font-family: "DIN";}
.intro2 .item .num1{display: inline-block;position: relative;line-height: 1}
.intro2 .item .title{font-size: .16rem;color: #333;margin-top: .12rem;padding-left: .2rem}
.intro2 .item .num1 .txt{width: .32rem;line-height: .28rem;border:.02rem solid #990b12;height: .32rem;border-radius: 50%;font-size: .16rem;color: #990b12}
.intro2 .item .num1 .txt{position: absolute;right: -.2rem;bottom: 0;background: #fff}
.intro3 .videobox .before{position: relative;}
.intro3 .videobox .before:after{content:"";background: rgba(0,0,0,.2);position: absolute;width: 100%;height: 100%;top: 0;left: 0}
.intro3 .videobox .before .content{position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: flex;align-items: center;z-index: 2}
.intro3 .videobox .before .content p{font-size: .24rem;color: #fff;text-align: center;}
.intro3 .videobox .before .content img{width: .72rem;margin:.25rem auto 0;cursor:pointer;transition: all .5s ease}
.intro3 .videobox video{width: 100%;height: 100%;display: none;object-fit: cover;}

.about2 .one{padding: .65rem 0 .7rem;}
.about2 .title1{font-size:.38rem;color: #990b12;text-align: center;font-weight: bold;margin-bottom: .2rem;font-family: "Microsoft Yahei";}
.about2 .title2{font-size: .22rem;color: #333;line-height: 1.545;text-align: center;margin-bottom: .55rem}
.about2 .one .swiper2{margin:.3rem .12rem}
.about2 .one .swiper1 .swiperbtn{transition: all .5s ease;width: .6rem;height: .6rem;border-radius: 50%;background: rgba(0,0,0,.4);position: absolute;top: 50%;margin-top: -.3rem;z-index: 2;cursor:pointer}
.about2 .one .swiper1 .prev{left:2.3vw;}
.about2 .one .swiper1 .next{right:2.3vw;}
.about2 .one .swiper1 .swiperbtn img{position: absolute;left:50%;top:50%;width: .16rem;margin-top: -.14rem}
.about2 .one .swiper1 .prev img{margin-left: -.1rem}
.about2 .one .swiper1 .next img{margin-left: -.06rem}
.about2 .one .swiper2 .item{position: relative;transition: all .5s ease;cursor: pointer;}
.about2 .one .swiper2 .item:after{content:"";width: 100%;height: 100%;position: absolute;left: 0;top: 0;border:.03rem solid #990b12;transform: scale(.8);opacity: 0;transition: all .5s ease}
.about2 .one .swiper2 .swiper-slide-thumb-active .item{box-shadow: 0px .07rem .27rem 0px rgba(0, 0, 0, 0.18);}
.about2 .one .swiper2 .swiper-slide-thumb-active .item:after{transform: scale(1);opacity: 1}
.about2 .two{padding: .55rem 0 .85rem;background: #f8f8f8}
.about2 .two .title1{margin-bottom:0;}
.about2 .two .swiper3{padding: .7rem 0 .85rem}
.about2 .two .swiper-slide{width: 18.75%;}
.about2 .two .swiper-container-horizontal>.swiper-scrollbar{width: auto;height: 3px;bottom: 0;left: 7.8125%;right: 7.8125%}
.about2 .two .swiper-scrollbar-drag{background: #990b12;cursor: pointer;}
.about2 .two .item{position: relative;cursor: pointer;}
.about2 .two .item p{position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);font-size: .26rem;color: #fff;text-align: center;z-index: 2;transition: all .5s ease-in-out}
.about2 .two .item p span{display: inline-block;position: relative;}
.about2 .two .item:after{content:"";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.4);opacity:1;transition: all .5s ease}
.about2 .two .item p span:before{content:"";width: .14rem;height: 2px;background: #fff;display: inline-block;vertical-align: middle;margin: 0 .1rem;transition: all .5s ease;opacity: 0}
.about2 .two .item p span:after{content:"";width: .14rem;height: 2px;background: #fff;display: inline-block;vertical-align: middle;margin: 0 .1rem;transition: all .5s ease;opacity: 0}
.about2 .two .item .bgimg{position: absolute;transition: all .5s ease;top: 0;left: 0;width: 100%;height: 100%;}
.about2 .two .item .bgimg:after{content:"";background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));height:0;left: 0;bottom: 0;right: 0;transition: all .5s ease;position: absolute;}

.about3{padding: .65rem 0 1rem;}
.about3 .h1{font-size:.38rem;color: #990b12;text-align: center;font-weight: bold;margin-bottom: .2rem;font-family: "Microsoft Yahei";}
.about3 .h2{font-size: .22rem;color: #333;line-height: 1.545;text-align: center;margin-bottom: .55rem}
.about3 .swiper2{margin:.3rem .09rem}
.about3 .swiper1 .swiperbtn{transition: all .5s ease;width: .6rem;height: .6rem;border-radius: 50%;background: rgba(0,0,0,.4);position: absolute;top: 50%;margin-top: -.3rem;z-index: 2;cursor:pointer}
.about3 .swiper1 .prev{left:2.3vw;}
.about3 .swiper1 .next{right:2.3vw;}
.about3 .swiper1 .swiperbtn img{position: absolute;left:50%;top:50%;width: .16rem;margin-top: -.14rem}
.about3 .swiper1 .prev img{margin-left: -.1rem}
.about3 .swiper1 .next img{margin-left: -.06rem}
.about3 .swiper2 .item{position: relative;transition: all .5s ease;cursor: pointer;}
.about3 .swiper2 .item:after{content:"";width: 100%;height: 100%;position: absolute;left: 0;top: 0;border:.03rem solid #990b12;transform: scale(.8);opacity: 0;transition: all .5s ease}
.about3 .swiper2 .swiper-slide-thumb-active .item{box-shadow: 0px .07rem .27rem 0px rgba(0, 0, 0, 0.18);}
.about3 .swiper2 .swiper-slide-thumb-active .item:after{transform: scale(1);opacity: 1}

.about4 .title{margin-bottom: .35rem}
.about4 .title .cn{font-size: .38rem;color: #990b12;font-weight: bold;line-height: 1;margin-bottom: .08rem;font-family: "Microsoft Yahei";}
.about4 .title .en{font-size: .16rem;color: #666;font-family: "DIN";}
.about4{background: #f6f9fb;padding: .8rem 0 .85rem}
.about4 .title{font-size: .28rem;color: rgb(51, 51, 51);text-align: center;}
.about4 .time-box{margin: 0 .5rem;overflow:hidden;padding: 1.4rem 0 1.2rem;position: relative;}
.about4 .time-line{transition: all .5s ease;width: 99999px;position: relative;}
.about4 .time-box .item{position: relative;height: 6px;background:linear-gradient(to right, #ee757b, #990b12);float: left;}
.about4 .time-box .item .time-btn{z-index: 10;;position: absolute;width: 20px;height: 20px;background:#990b12;right: -10px;top: 50%;margin-top: -10px;border-radius: 50%;cursor: pointer;}
.about4 .time-box .item .imgbox{position: absolute;width: 1.32rem;top: 50%;left: 50%;margin-left: -.64rem;margin-top: -.66rem;transition: all .5s ease;transform:scale(0);}
.about4 .time-box .item2{background:linear-gradient(to right, #dedede, #b9b9b9);}
.about4 .time-box .item2 .time-btn{background: #a1a1a1;pointer-events: none;}
.about4 .time-box .item .time-num{line-height:24px;font-size: .18rem;color:rgb(51, 51, 51);position: absolute;top: -50px;left: 50%;width: 100px;margin-left: -50px;text-align: center;transition: all .5s ease;}
.time-line .item:nth-child(odd) .time-num{top: auto;bottom: -50px;}
.about4 .time-box .item.on .imgbox{transform: scale(1);}
.about4 .time-box .item.on .time-num{font-size: .38rem;top: 50%!important;margin-top: -12px;color: #fff}
.time-box .at-time{font-size: 2.2rem;color: rgb(240, 243, 244);line-height:.9;position: absolute;top: 0;left: 50%;transform: translateX(-50%);font-family: "Microsoft Yahei";background: -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.dev-txt-box>div{display: none;}
.dev-txt-box{max-width: 10rem;margin: 0 auto;}
.dev-txt-box .item-box{display: flex;align-items: flex-start;}
.dev-txt-box .imgbox img{display:none}
.dev-txt-box .right{padding-left: .5rem;flex: 1}
.dev-txt-box .right .item{display: flex;font-size: .16rem; color:#333;line-height: 1.375;padding: 5px 0;transition: all .3s ease}
.dev-txt-box .right .item .time{width:70px;}
.dev-txt-box .right .item .txt{flex:1;}
.dev-txt-box .right .item.on{color: #990b12;cursor: pointer;}
.dev-txt-box .item-box img{max-width: 3.7rem}
.time-bottom{margin: .5rem .5rem 0;padding:0 80px;position: relative;}
.time-bottom .time-btn1{ transition: all .3s ease;cursor: pointer;background: rgb(236, 241, 245);box-shadow: 0px 0px 28px 0px rgba(143, 150, 165, 0.4);position: absolute;width: 40px;height: 40px;border-radius: 50%;top: 50%;margin-top: -20px;}
.time-bottom .prev{left: 0;}
.time-bottom .next{right: 0;}
.time-bottom .time-btn1 img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.time-bottom .time-btn1 .after{display: none;}
.time-bottom-line{position:relative;height:.6rem;line-height:.6rem;overflow:hidden;}
.time-bottom-box{font-size:0;position: absolute;top: 0;width: 99999px;transition:all .5s ease}
.time-bottom-box .item{transition: all .3s ease;font-size:.16rem;color: #444;width: 1.05rem;text-align: center;cursor: pointer;position: relative;display:inline-block;}
.time-bottom-box .item:after{content:"";left: 50%;width:0;height: .03rem;background: #990b12;bottom: 0;position: absolute;margin-left: -.18rem;transition: all .5s ease}
.time-bottom-box .item.on:after{width: .36rem}
.time-bottom-box .item.on{color: #990b12}
.time-bottom .time-btn1.disab{pointer-events: none;}

.about5{padding: .7rem 0 2rem;background: url(../image/about5bg.png);-webkit-background-size: cover;background-size: cover;background-position: center;}
.about5 .title{text-align: center;margin-bottom: .36rem;}
.about5 .title .cn{font-size: .38rem;color: #990b12;font-weight: bold;line-height: 1;margin-bottom: .08rem;font-family: "Microsoft Yahei";}
.about5 .title .en{font-size: .16rem;color: #666;font-family: "DIN";}
.about5 .box{display: flex;align-items: center;}
.about5 .box>div{width: 50%}
.about5 .left{padding-left: 7vw;padding-right: 4vw}
.about5 .left .item .h1{font-size: .18rem;color: #333;margin-bottom: .1rem}
.about5 .left .item p{font-size: .18rem;color: #333}
.about5 .left .item{padding:1.25vw 0}
.about5 .right{padding: 0 5.3vw}
.about5 .imgbox{position: relative;z-index: 0;display: inline-block;vertical-align:top;}
.about5 .imgbox:after{display:none;content:"";width:107.6%;height:86.8%;position: absolute;bottom: -3.2vw;left: -5.3vw;background: #b71d1e;z-index: -1}

.honor{padding: .7rem 0 1.2rem;background: #f4f4f4}
.honor .title{text-align: center;margin-bottom: .3rem;}
.honor .title .cn{font-size: .38rem;color: #990b12;font-weight: bold;line-height: 1;margin-bottom: .08rem;font-family: "Microsoft Yahei";}
.honor .title .en{font-size: .16rem;color: #666;font-family: "DIN";}
.honor .col{float: left;width: 33.33%;padding:1.5vw 1.75vw;}
.honor .row{margin: 0 -1.75vw;}
.honor .item{background: #fff;padding: .35rem 0 .4rem}
.honor .item .imgbox{display: block;position: relative;}
.honor .item .imgbox img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width:75%;max-height:85%;box-shadow: .1rem .1rem .25rem 0px rgba(0,0,0,.2);transition: all .5s ease}
.honor .item p{transition: all .5s ease;font-size: .18rem;color: #333;text-align:center;margin-top: .2rem}


.contact1{padding-top:.65rem;}
.contact1 .contact-title{margin-bottom: .55rem;}
.contact1 .mapbox #map1{height: 6.2rem;}
.contact1 .mapbox{position: relative;}
.contact1 .infobox2{ box-shadow: 0px .03rem .43rem 0px rgba(164, 164, 164, 0.25);position: absolute;width: 30%;right: 13%;top: 0;bottom: 0;background: #fff;padding: .8rem 4vw 0 3vw}
.contact1 .infobox2 .h1{font-size: .24rem;color: #333;margin-bottom:.55rem;}
.contact1 .infobox2 .item{display: flex;align-items: flex-start;margin-bottom: .2rem}
.contact1 .infobox2 .item .txt{font-size:.16rem;color: #333;line-height: 1.875}
.contact1 .infobox2 .item img{margin-right: .12rem;margin-top: .08rem}


.anchorBL{display: none;}
.contact2{background: #f2f2f2;padding: 1.08rem 0}
.contact2 .box{background: #fff;padding: .5rem 0 .9rem}
.contact2 .formbox{padding: 0 10.5vw}
.contact-title{text-align: center;}
.contact-title .cn{font-size: .38rem;color: #990b12;font-weight: bold;line-height: 1;margin-bottom: .08rem;font-family: "Microsoft Yahei";}
.contact-title .en{font-size: .16rem;color: #666;font-family: "DIN";}
.contact2 .formbox .item1{display: flex;align-items: center;border:1px solid #e5e5e5;margin-bottom: .4rem;max-width: 5.7rem;padding: .12rem .15rem}
.contact2 .item1 input{flex: 1;font-size: .18rem;color: #666}
.contact2 .formbox .item2{display: flex;align-items: flex-start;border:1px solid #e5e5e5;margin-bottom: .4rem;padding: .12rem .15rem}
.contact2 .formbox .label1{font-size: .18rem;color: #333;margin-right: .15rem}
.contact2 .item2 textarea{flex: 1;font-size: .18rem;color: #666;padding: 0;height: 1.7rem}
.contact2 .item1 input::placeholder{color: #ccc}
.contact2 .item2 textarea::placeholder{color: #ccc}
.contact2 .contact-title{margin-bottom: .7rem;}
.contact2 .btn1{width: 2.4rem;line-height: .6rem;font-size:.2rem;color: #fff;background: #990b12;margin: 0 auto;display: block;margin-top: .5rem;transition: all .5s ease}

.searchcon .box{max-width: 8.6rem;margin: 0 auto;}
.searchcon{padding: 1rem 0}
.search-top{max-width: 4.8rem;margin: 0 auto;display: flex;margin-bottom: .3rem}
.search-top input{font-size: .16rem;color: rgb(51, 51, 51);height: .48rem;flex: 1;border: 1px solid #990b12;border-right: 0;padding: 0 .18rem}
.search-top .btn1{width: 1rem;background: #990b12;padding: 0;height: .48rem}
.search-top .btn1 img{margin: 0 auto;width:14px;}
.searchcon .result{font-size: .15rem;color: rgb(51, 51, 51);text-align: center;margin-bottom: .65rem}
.searchcon .item{display: flex;align-items: center;padding: .1rem 0;border-bottom: 1px solid #990b12}
.searchcon .item .title{font-size: .14rem;line-height:20px;padding-left: 2px;padding-right: .16rem;border-right: 1px solid #dadada}
.searchcon .item .content{flex: 1;font-size: .16rem;color: rgb(51, 51, 51);padding: 0 .15rem}
.searchcon .item .content span{color:#990b12 }
@media (min-width: 1000px){
.intro3 .videobox .before .content img:hover{transform: translateY(-5px);}
.about3 .swiper1 .prev:hover{transform: translateX(-5px);}
.about3 .swiper1 .next:hover{transform: translateX(5px);}
.about2 .swiper1 .prev:hover{transform: translateX(-5px);}
.about2 .swiper1 .next:hover{transform: translateX(5px);}
.about2 .two .item:hover .bgimg{height: 115%;top:-7.5%}
.about2 .two .item:hover:after{opacity: 0}
.about2 .two .item:hover p{top:92%;transform: translateY(0);}
.about2 .two .item:hover .bgimg:after{height: 20%}
.about2 .two .item:hover p span:before{opacity: 1}
.about2 .two .item:hover p span:after{opacity: 1}
.honor .item:hover img{transform: translateY(-8px);}
.honor .item:hover p{color:#990b12 }
.contact2 .btn1:hover{transform: translateY(-5px);}
}

@media (max-width: 767px){
.intro1 .logobg{width: 80vw;}
.intro1 p{font-size: 13px;}
.intro1 .title .en{font-size: 13px;}
.intro2{padding: 0;display: block;}
.intro2 .item .num1 .txt{font-size: 12px;border-width: 1px;}
.intro2 .item .title{font-size: 13px;}
.intro2 .item{margin-bottom: 10px;}
.intro2{margin: .5rem 0}
.intro3 .videobox .before .content p{font-size: 16px;}
.intro3 .videobox .before .content img{width: 40px;}
.about3 .h1{font-size: 20px;}
.about3 .h2{font-size: 14px;}
.about5 .title .en{font-size: 13px;}
.about5 .box{display: block;}
.about5 .box>div{width: 100%}
.about5 .left .item .h1{font-size: 13px;}
.about5 .left .item p{font-size: 13px;}
.about5 .left{padding:0 5vw}
.about5 .left .item{padding: 10px 0}
.about5 .right{padding-right: 0;margin-top: 15px;}
.about5 .imgbox:after{width: 100%;bottom:-5.3vw}
.about2 .two .swiper-slide{width: 42%;}
.about2 .title1{font-size: 20px;}
.about2 .title2{font-size: 14px;}
.about2 .two .swiper3{padding:.6rem 0}
.honor .col{width: 50%}
.honor .item p{padding: 0 15px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.about4 .time-box{margin:0}
.about4 .time-box .item .time-btn{width: 16px;height: 16px;margin-top:-8px;right: -8px;}
.about4 .time-box .item .imgbox{width: 70px;margin-left: -35px;margin-top: -34px;}
.dev-txt-box .item-box{display: block;}
.dev-txt-box .item-box img{max-width: 100%;}
.dev-txt-box{max-width:80%;}
.dev-txt-box .right{padding:10px 0}
.dev-txt-box .right .item{font-size: 13px;}
.time-bottom .time-btn1{width: 30px;height: 30px;margin-top: -15px}
.time-bottom{margin:.5rem 0 0;padding:0 50px}
.time-bottom-box .item{font-size:13px;width:1.2rem}
.about4 .time-box .item .time-num{font-size:13px}
.about4 .title .en{font-size: 13px;}
.contact-title .en{font-size: 13px;}
.contact2 .formbox{padding:0 20px}
.contact2 .formbox .label1{font-size: 13px;}
.contact2 .item1 input{font-size: 13px;}
.contact2 .item2 textarea{font-size: 13px;}
.contact2 .formbox .item1{margin-bottom: .3rem;}
.contact2 .formbox .item2{margin-bottom: .3rem;}
.contact2 .btn1{font-size: 14px;}
.contact1 .infobox2{width: auto;position: static;padding:20px;}
.contact2{padding: .6rem 0}
.contact1 .infobox2 .item .txt{font-size: 13px;}
.contact1 .infobox2 .h1{font-size: 16px;margin-bottom: 15px;}
.contact1{padding-top: .6rem;}
.contact1 .contact-title{margin-bottom: .4rem}
.search-top input{height: .6rem;font-size: 14px}
	.search-top .btn1{height: .6rem;}
	.search-top .btn1 img{width: .24rem}
	.searchcon .result{font-size: 13px}
	.searchcon .item .title{font-size: 13px;}
	.searchcon .item .content{font-size: 13px;line-height: 1.5}
}

.projecttitle{text-align: center;margin-bottom: .2rem}
.projecttitle .cn{font-size: .38rem;color: #333;font-family: "Microsoft Yahei";font-weight: bold;margin-bottom: .05rem}
.projecttitle .en{font-size: .16rem;color: #666;font-family: "DIN"}
.index2{background:#f8f8f8;}
.index2 .swiperbox{position:relative}
.idx2box{position:relative;background:#fff}
.idx2box .imgbox{width:42%}
.idx2box .txtbox{width:58%;position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;padding:0 .2rem;padding-bottom:5vw}
.idx2box .txtbox>div{flex:1}
.idx2box .txtbox .h1{font-size:.18rem;color:#333;margin-bottom:1.5vw}
.idx2box .txtbox p{font-size:.16rem;line-height:1.333;color:#444;margin-top:1vw}
.index2 .swiperbtn {transition: all .5s ease;width: .5rem;height: .5rem;background:#666;position: absolute;z-index: 2;cursor: pointer;bottom:2.5vw}
.index2 .swiperbtn img{position: absolute;left:50%;top:50%;width: .16rem;margin-top: -.14rem}
.index2 .prev img{margin-left: -.1rem}
.index2 .next img{margin-left: -.06rem}
.index2 .prev{right:.8rem}
.index2 .next{right:.15rem}
.index2 .swiper-pagination{position:static;font-size:0;margin-top:.4rem}
.index2 .swiper-pagination-bullet{width:.6rem;height:.06rem;background:#dedede;margin:0 .1rem;opacity:1;border-radius:.1rem}
.index2 .swiper-pagination-bullet-active{background:#990b12}
.index2{padding:.8rem 0}
.index2 .swiperbox2{position:relative}
.index4{padding:.2rem 0;background-size: cover;background-repeat: no-repeat;background-position: center;background-attachment: fixed;}
.index4 .swiper-pagination{position:static;font-size:0;margin-top:.2rem}
.index4 .swiper-pagination-bullet{width:.12rem;height:.12rem;background:rgba(255,255,255,.5);margin:0 .06rem;opacity:1;}
.index4 .swiper-pagination-bullet-active{background:#990b12}
.index4 .index-title .en{color:#666}
.index4 .index-title{margin-bottom:.5rem}
.fine-quality-items{background:#fff}
.fine-quality-items .col-md-3{background-color: #fff; padding: 0;}
.fine-quality-items .box{position: relative; padding:.3rem .2rem;background-color: #fff;display: block;}
.fine-quality-items .box h3{font-size: .26rem;color: #333333;margin-top: 0;margin-bottom:.1rem}
.fine-quality-items .box p{font-size: .16rem;color: #999999;margin-bottom: .2rem;}
.fine-quality-items .textbox{}
.fine-quality-items .picbox img{width:100%;height:100%;object-fit:cover;}
.fine-quality-items .textbox.pb{left: 0; right: 0; top: 0; z-index: 1; padding: 15px 20px; -webkit-transition: all .35s .1s; transition: all .35s .1s;}
.fine-quality-items .textbox.pb h3, .fine-quality-items .textbox.pb p{color: #fff;}
.fine-quality-items .after{display: none; position: absolute; left:0; top:0; bottom:0; right: 0; background: no-repeat center; background-size: cover; -webkit-transform-origin: 50% 73%; transform-origin: 50% 73%; -webkit-transform: scale(0.8,0.62); transform: scale(0.8,0.62); -webkit-transition: all .7s cubic-bezier(0.23, 1, 0.38, 1); transition: all .7s cubic-bezier(0.23, 1, 0.38, 1);}
@media (min-width: 1200px){
.fine-quality-items .after{display: block; opacity: 0;}
.fine-quality-items .box:hover{z-index: 2;}
.fine-quality-items .box:hover h3, .fine-quality-items .box:hover p{color: #fff;}

.fine-quality-items .box:hover .after{opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
}
@media (min-width: 1400px){.fine-quality-items .after{-webkit-transform: scale(0.82,0.65); transform: scale(0.82,0.65);}}
@media (min-width: 1660px){.fine-quality-items .after{-webkit-transform: scale(0.84,0.68); transform: scale(0.84,0.69);}}
@media (min-width: 1880px){.fine-quality-items .after{-webkit-transform: scale(0.84,0.72); transform: scale(0.86,0.72);}}
@media (max-width: 639px){
.fine-quality-items .col-md-3{margin-bottom: 0;}
.fine-quality-items .box h3{font-size: 15px;}
.fine-quality-items .box p{font-size:12px}
}
.intro4{padding-top:.4rem}
.intro4box{padding:.4rem 0}
.intro4box .title1{font-size:.26rem;color:#333;text-align:center;margin-bottom:.2rem;}
.intro4box .title2{font-size:.16rem;line-height:1.333;color:#333;text-align:center;margin-bottom:.25rem}
.intro4box .imgbox{display:flex;align-items:center;justify-content: space-between;}
.intro4box .imgbox img{width:49.5%;}
.about5-2 .title2{padding:0 .2rem;font-size:.16rem;color:#333;line-height:1.5;text-align:center;margin-bottom:.3rem;}
.about5-2{padding:1.5rem 5.3vw 1.5rem 7vw}
.about5-2 .swiperbox{margin:0 -.8rem;padding:0 .8rem;position:relative}
.about5-2 .swiperbtn {transition: all .5s ease;width: .6rem;height: .6rem; border-radius: 50%;background: rgba(0,0,0,.4);position: absolute;top: 50%;margin-top: -.3rem;z-index: 2;cursor: pointer;}
.about5-2 .swiperbtn img{position: absolute;left:50%;top:50%;width: .16rem;margin-top: -.14rem}
.about5-2 .prev img{margin-left: -.1rem}
.about5-2 .next img{margin-left: -.06rem}
.about5-2 .prev{left:0}
.about5-2 .next{right:0}
.about5{padding:.7rem 0 0 0}
@media (min-width:1000px){
  .about5-2 .prev:hover{transform: translateX(-5px);}
  .about5-2 .next:hover{transform: translateX(5px);}
  .index2 .swiperbtn:hover{background:#990b12}
	
}
@media (max-width: 767px){
   .about5 .right{padding:0 5vw}
   .about5-2 .title2{font-size:13px;padding:0}
   .about5-2{padding:1.2rem 0}
   .about5-2 .swiperbox{margin:0}
   .idx2box .imgbox{width:100%}
   .idx2box .txtbox{padding:15px;position:static;width:100%}
   .idx2box .txtbox .h1{font-size:15px}
   .idx2box .txtbox p{font-size:13px;margin-top:10px}
   .index2 .swiper-pagination-bullet{width:20px;height:3px}
   .index2 .swiperbtn{bottom:63%;margin-top:-.25rem;}
   .index2 .prev{left:5px;right:auto;}
   .index2 .next{right:5px}
   .index4 .swiper-pagination-bullet{width:8px;height:8px}
   .intro4box .title1{font-size:15px}
   .intro4box .title2{font-size:12px}
   .intro4box{padding:15px 0}
   .intro2 .item .num1 span{font-size:.5rem}
   .index1 .left .bottom .item .num1 span{font-size:.5rem}
}