﻿*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Microsoft YaHei";font-size:14px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ margin:0 auto;width:100%;padding:0 4%;}
.wrap2{ margin:0 auto;width:100%;max-width: 1200px;}
.wrap3{ margin:0 auto;width:100%;max-width: 1400px;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}

@font-face {
    font-family: 'Bonkers';
    src:url(../font-awesome/28114_15907317590902.otf)
}

header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}
header.act .header-top, header.act .header-box{display:none;}

body.active{overflow: hidden;}
.header-mask{position:fixed;left:0;top:0;overflow: hidden;background:rgba(0,0,0,0.3);z-index: 20;display: none;width:100%;height:100%;}
.header-mask.active{opacity:1;display: block;}

header{position:relative;width:100%;z-index: 9999;}   

.header-main{display:flex;justify-content:space-between;align-items:center;}
.header-main .logo img{ max-width:100%; display:block;}

.header-main .right{display: flex;align-items: center;}
.header-main .right .xw {margin-right: 0.1rem;cursor: pointer;}
.header-main .right .xw .bb{width: 0.4rem;height: 0.4rem;background: #fff;display: flex;justify-content: center;align-items: center;}
.header-main .right .xw .bb i{color:#666;font-size:0.2rem;}
.header-main .right .xw .ewm{position:absolute;bottom:-50px;box-shadow: 0 0 5px rgba(0,0,0,0.3);opacity: 0;transition: all 0.5s;max-width: 94px; z-index:-1}
.header-main .right .xw:hover .ewm{bottom:-80px;opacity: 1;}
.header-main .right .yx{width: 0.4rem;height: 0.4rem;background: #fff;display: flex;justify-content: center;align-items: center;}
.header-main .right .yx i{color:#666;font-size:0.2rem;}

.nav-ul {display: flex;margin-right: 30px;}
.nav-ul li {position:relative;}
.nav-ul li .nav_a {display:block;font-size:17px;color:#010101;line-height:86px;text-align:center;padding:0 30px;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 0px;height: 2px;background-color: rgba(156, 43, 45, 1);position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;}
.nav-ul li .nav_a i{font-size:20px;transition: 0.5s;margin-left: 8px;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #010101;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width:55%;}
.nav-ul li:hover .nav_a i{transform: rotate(180deg);}

.nav-ul .sub_ul {display: none;width: 100%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);box-shadow: 0 0 5px rgba(0,0,0,0.6);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;font-weight: bold; line-height:40px;color:#666;display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #fff;background-color: rgba(156, 43, 45, 1);}

.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#333;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}

.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav ul{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;transform:translateX(100%);opacity: 0;background:#fff;padding:60px 20px 0 20px;}
.sjnav li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:59px;  font-size:15px; color:#333;border-bottom: 1px solid #ddd;transition: all 0.3s;padding-left: 20px;}
.sjnav li a:hover, .sjnav li.active a{color:rgba(157, 42, 41, 1);font-weight: bold;}
.sjnav.click ul{transform:translateX(0);opacity: 1;right:0;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:rgba(157, 42, 41, 1)}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.title{text-align: left;position: relative;}
.title .t1{ color: rgba(157, 42, 41, 1);font-family: PingFang SC;font-size: 0.24rem;font-weight: bold;line-height: 0.46rem;}
.title .t2{ color: rgba(51, 51, 51, 1);font-family: Bonkers;font-size: 0.3rem;text-transform: uppercase;line-height: 0.36rem;}

.index-box{position: relative;z-index: 2;}
.index-box .box{display: flex;flex-direction: row-reverse;}
.index-box .box .right{width: calc(57% - 30px);display: flex;min-height: 3rem; margin-top:-150px;}
.index-box .box .right .bb1{width: 58%;padding:0.4rem;}
.index-box .box .right .bb1 .bt{padding:0.18rem 0;}
.index-box .box .right .bb1 .bt b{display: block;line-height: 0.4rem;font-size:0.2rem;color:#fff;}
.index-box .box .right .bb1 .bt span{display: block;line-height: 0.3rem;font-size:0.14rem;color:#fff;opacity: 0.5;text-transform:uppercase;}
.index-box .box .right .bb1 ul{display: flex;}
.index-box .box .right .bb1 ul li{width: calc(100% / 3);}
.index-box .box .right .bb1 ul li .t1{line-height: 0.57rem;font-size:0.38rem;color:#fff;font-weight: bold;}
.index-box .box .right .bb1 ul li .t1 b{font-size:0.18rem;}
.index-box .box .right .bb1 ul li .t2{font-size:0.13rem;line-height: 0.2rem;color:rgba(255, 255, 255, 0.6);}
.index-box .box .right .bb2{width: 42%;padding:0 30px;}
.index-box .box .right .bb2 .d2{display: block;max-width: 100%;}
.swiper-bb2{padding:0.3rem 0;}
.swiper-bb2 .t1{line-height:38px;font-size:17px;color:#333;font-weight: bold;}
.swiper-bb2 .t2{line-height: 20px;font-size:13px;color:#999;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.swiper-bb2 .t3{line-height: 0.34rem;font-size:0.12rem;color:#999;margin-top: 0.1rem;}
.swiper-bb2 .swiper-pagination-bullet-active{background-color: rgba(157, 42, 41, 1);}

.zz-bj{background-attachment: fixed;}

.about{padding:0.6rem 0;position: relative;}
.about .box{padding:0.4rem 0 0 0;display: flex;justify-content: space-between;}
.about .box .left{width: calc(50% - 30px);position: relative;overflow: hidden;}
.about .box .left::before{content:"";display: block;padding-top:65%;}
.about .box .left a{display: block;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);width: 60px;height:60px;color: #fff;cursor: pointer;text-align: center; border-radius: 50%;background-color: rgba(0,0,0,0.3);}
.about .box .left a img{display: block;max-width: 100%;position: relative;z-index: 2;}
.about .box .right{width: calc(50% - 30px);position: relative;}
.about .box .right .t1{color: rgba(102, 102, 102, 1); font-size: 15px;line-height: 26px;padding:0.15rem 0;}
.about .box .right .more{display: block;font-size: 0.16rem; color: rgba(157, 42, 41, 1); background: rgba(255, 255, 255, 0);border: 2px solid rgba(157, 42, 41, 1);width: 1.5rem;line-height: 0.46rem;text-align: center;margin:0.34rem 0 0.6rem 0;}
.about .box .right .more:hover{background:rgba(157, 42, 41, 1);color:#fff;}
.about .box .right .bb{display: flex;}
.about .box .right .bb a{display: block;border: 1px solid rgba(237, 237, 237, 1);padding:0.2rem; background: rgba(255, 255, 255, 1);width: 25%;text-align: center;margin: 0 -1px -1px 0;transition: 0.5s;}
.about .box .right .bb a span{display: block;font-size:0.16rem;color:#333;padding:0.1rem 0 0 0;}
.about .box .right .bb a img{display: block;max-width: 100%;margin:0 auto;}
.about .box .right .bb a:hover{transform: translateY(-10px);}
.about-video{width: 100%;height: 100%;position: fixed;left: 0;top:0;z-index: 99999;display: none;}
.about-video .bbt{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);width: 680px;height: 100%;z-index: 10;}
.about-video video{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);min-width: 200px;width: 100%;}
.about-video .bbt span{width: 0.3rem;height: 0.3rem;border-radius: 50%;border:2px solid #fff;display: flex;justify-content: center;align-items: center;color:#fff;position: absolute;right: -13%;top:20%;transition: 0.5s;cursor: pointer;}
.about-video .bbt span::before, .about-video .bbt span::after{content:"";display: block;width:0.16rem;height:2px;background: #fff;position: absolute;}
.about-video .bbt span::before{top:12px;transform:rotate(-45deg)}
.about-video .bbt span::after{top:12px;transform:rotate(45deg)}
.about-video .bbt span:hover{transform: rotate(360deg);}
.about-video .bj{width: 100%;height: 100%;background: rgba(0,0,0,.6);position: fixed;left: 0;top:0;z-index: 9}


.pro{position: relative;}
.pro .box{display: flex;justify-content: space-between;padding:0.5rem 0 0 0;}
.pro .box .left{width: 285px;margin-right: 20px;background: #fff;border: 1px solid #ddd;}
.pro .box .left a{display: block;font-size:0.18rem; color:#333;line-height:0.74rem;font-family:"Arial";text-transform: uppercase;position: relative;padding:0 0.3rem 0 0.64rem; border-top:1px solid #ddd;box-shadow: 0 3px 20px  inset rgba(0, 0, 0,0.1);}
.pro .box .left a::before{content:"";display: block;width: 8px;height: 8px;border:2px solid #e0baba;background: #9d2a29;position: absolute;left: 0.32rem;top:50%;transform: translateY(-50%);}
.pro .box .left a:hover, .pro .box .left a.act{ background:#9d2a29; color:#fff;}
.pro .box .left a:hover::before, .pro .box .left a.act::before{border-color:#e0baba;background: #fff;}


.pro .box .right{width:calc(100% - 305px);}
.pro .box .right ul{display: flex;flex-wrap: wrap;margin:-1%;}
.pro .box .right ul li{width:calc((100% / 4) - 2%);margin:1%;}
.pro .box .right ul li a{display: block;border:1px solid #ddd;background: #fff;}
.pro .box .right ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro .box .right ul li a .pic::before{content:"";display: block;padding-top:75%;}
.pro .box .right ul li a .txt{border-top:1px solid #ddd;font-size:0.18rem;color:#333;font-weight: bold;text-align:center;line-height: 0.6rem;}
.pro .box .right ul li a:hover .img_cover{transform: scale(1.1);}
.pro .box .right ul li a:hover .txt{color:#9d2a29;}














.pro .bj{background: rgba(157, 42, 41, 1);}
.gallery-top {width:100%;position: relative;margin:0;}
.gallery-top .swiper-slide{height: 5rem;display: flex;flex-wrap: wrap;align-content: center;padding-bottom:3%;}
.gallery-top .swiper-slide .bt{display: flex;align-items: center;width: 100%;}
.gallery-top .swiper-slide .bt i{color:#fff;font-size:0.5rem;width: 1rem;height: 1.3rem;display: flex;justify-content: center;align-items: center;}
.gallery-top .swiper-slide .bt span{color:rgba(255,255,255,0.2);font-size:0.3rem;text-transform: uppercase;font-weight: bold;line-height: 0.45rem;margin-left: 0.24rem;}
.gallery-top .swiper-slide .t1{width: 100%;line-height: 0.42rem;font-size:0.28rem;font-weight: bold;color:#fff;padding:0.4rem 0 0.15rem 0;}
.gallery-top .swiper-slide .nr{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;}
.gallery-top .swiper-slide .nr .t2{width: 75%;line-height: 0.26rem;font-size:0.15rem;color:rgba(255,255,255,0.6);}
.gallery-top .swiper-slide .nr a{width: 1.5rem;line-height: 0.46rem;border:2px solid #fff;text-align: center;font-size:0.16rem;color:#fff;display: block;}
.gallery-top .swiper-slide .nr a:hover{background: #fff;color:#222;}

.gallery-thumbs{width:100%;padding:10px 0 0 0;margin-top: 0px;}
.gallery-thumbs .swiper-slide {opacity: 1; }
.gallery-thumbs .swiper-slide .box{width: 100%;position: relative;overflow: hidden;;}
.gallery-thumbs .swiper-slide .box::before{content:"";display: block;padding-top:80%;} 
.gallery-thumbs .swiper-slide .box .txt{width: 100%;height: 100%;position: absolute;left: 0;top:0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;text-align: center;align-content: center;background: rgba(0, 0, 0,0.3);}
.gallery-thumbs .swiper-slide .txt img{display: block;max-width: 100%;margin: 0.1rem auto 0.15rem auto;width: 0.6rem;}
.gallery-thumbs .swiper-slide .box .txt .t1{width: 100%;color:#fff;font-size:0.14rem;text-transform: uppercase;}
.gallery-thumbs .swiper-slide .box .txt .t2{width: 100%;color:#fff;font-size:0.2rem;line-height: 0.32rem;}
.gallery-thumbs .swiper-slide .box .txt::before{    content: ""; position: inherit;top: 25px;left: 25px;right: 25px;bottom: 25px; transition: all ease-out .3s;border: 1px solid #fff;z-index: 2;opacity: 0;}

.gallery-thumbs .swiper-slide .box:hover .txt::before, .gallery-thumbs .swiper-slide-thumb-active .box .txt::before{opacity: 1;}
.gallery-thumbs .swiper-slide .box:hover{transform: translateY(-10px);}


.news{padding:1rem 0;}
.news-bt{display: flex;justify-content: space-between;align-items: center;}
.news-bt a{font-size: 0.16rem; color: rgba(157, 42, 41, 1); background: rgba(255, 255, 255, 0);border: 2px solid rgba(157, 42, 41, 1);width: 1.5rem;line-height: 0.46rem;text-align: center;}
.news-bt a:hover{background:rgba(157, 42, 41, 1);color:#fff;}
.swiper-news{padding:0.5rem 0 0 0;}
.swiper-news a{display: block;transition: 0.5s;position: relative;}
.swiper-news a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-news a .pic::before{content:"";display: block;padding-top:62.5%;}
.swiper-news a .txt{padding:0.15rem 0;border-bottom: 2px solid rgba(230, 230, 230, 1);}
.swiper-news a .txt .t1{font-size:0.17rem;color:rgba(51, 51, 51, 1);line-height: 0.26rem;font-weight: bold;}
.swiper-news a .txt .t2{margin-top: 9px; color: #999;font-size: 14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.swiper-news a .txt .t3{font-size: 12px;color: #999; font-weight: 400;margin-top: 10px;line-height: 0.4rem;}
.swiper-news a::before{content:"";display: block;width: 0px;height: 2px;background: rgba(157, 42, 41, 1);position: absolute;left: 0;bottom: 0px;transition: 0.5s;}
.swiper-news a:hover{transform: translateY(-7px);}
.swiper-news a:hover::before{width: 100%;}


.case{padding:1rem 0;}
.case .box{padding:20px;position: relative;}
.case .title{position: absolute;right:8%;top:2%;width: 34%;}
.swiper-case{padding:0 10% 0 4%;}
.swiper-case a{display: flex;}
.swiper-case a .pic{width: 66%;position: relative;overflow: hidden;}
.swiper-case a .pic::before{content:"";display: block;padding-top:59%;}
.swiper-case a .text{width: 44%;padding:160px 60px 30px 60px;}
.swiper-case a .text .t1{font-size:0.24rem;color:rgba(51, 51, 51, 1);line-height: 0.42rem;font-weight: bold;}
.swiper-case a .text .t2{font-size:14px;color:rgba(128, 128, 128, 1);line-height: 0.26rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.swiper-case a .text .t3{font-size: 0.15rem;color: rgba(157, 42, 41, 1);border: 2px solid rgba(157, 42, 41, 1);padding: 0.1rem 0;margin-top: 0.3rem; display: inline-block; text-align: center;transition: all 0.3s;width: 100%;}
.swiper-case a .text:hover .t3{background: rgba(157, 42, 41, 1);color:#fff;}
.prev-case, .next-case{width:0.48rem;height: 0.48rem;background: rgba(0,0,0,.4);color:#fff;font-size:0.3rem;display: flex;justify-content: center;align-items: center;position: absolute;top:50%;transform: translateY(-50%);z-index: 9;}
.prev-case{left:0}
.next-case{right:0}

footer{ background:url(../images/bg.jpg) center center no-repeat; background-size:cover; color:#fff}
footer .nav-ul{width: 100%;position: relative;padding:0.3rem 0;border-bottom: 1px solid rgba(255,255,255,0.3);}
footer .nav-ul li .nav_a{color:#fff;font-weight: normal;font-size: 16px;line-height: 66px;}
footer .nav-ul li:hover .nav_a, footer .nav-ul li.active .nav_a{background: #333;color:#fff;}
footer .nav-ul li:last-child{position: absolute;right: 0;}
footer .nav-ul li:last-child .nav_a{font-size:14px;color:#909399;}

footer .nav-ul li .sub_ul li:last-child { position:static}


footer .lxfs{display: flex;justify-content: space-between;align-items: center;padding:0.3rem 0;border-bottom: 1px solid rgba(255,255,255,0.3);}
footer .lxfs .t1{line-height: 30px;}
footer .lxfs .ewm{width: 100px;}
footer .lxfs .ewm img{display: block;max-width: 100%;width: 100%;}
footer .lxfs .ewm span{display: block;text-align: center;font-size:12px;color:#bbb;padding-top: 6px;}
.foot-txt{padding:0.2rem 0;font-size:0.14rem;color:#bbb;text-align: center;}
.foot-txt a{color:#bbb;}
.foot-txt a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page-banner{width: 100%;position: relative;}
.page-banner::before{content:"";display: block;padding-top:33%;}
.page-banner .wrap2{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.page-banner .title .t1, .page-banner .title .t2{color:#fff;}


.page-nav{background: rgba(157, 39, 41, 1);}
.page-nav .wrap2{display: flex;justify-content: space-between;align-items: center;}
.page-nav .wrap2 ul{display: flex;}
.page-nav .wrap2 ul li a{padding:0 0.3rem;line-height: 0.8rem;font-size:15px;color:#fff;display: block;}
.page-nav .wrap2 ul li a:hover{font-weight: bold;}
.page-nav .wrap2 .tt{font-size:0.15rem;color:#fff;}
.page-nav .wrap2 .tt a{color:#fff;margin:0 8px;}
.page-nav .wrap2 .tt i{font-size:0.2rem;}
.page-nav.on{position: fixed;z-index: 9999;width: 100%;left: 0;top:0;}
.page-nav .tabs{display: flex;width: 100%;}
.page-nav .tabs a{width: 25%;text-align: center;display: flex;flex-wrap: wrap;align-content: center;height: 1.1rem;}
.page-nav .tabs a span{display: block;width: 100%;font-size:0.2rem;color:#fff;}
.page-nav .tabs a img{display: block;max-width: 100%;margin:0 auto;width: 0.5rem;}
.page-nav .tabs a:hover, .page-nav .tabs a.on{background:rgba(135, 35, 36, 1);color:#fff;}

.swiper-tabs{width: 100%;}
.swiper-tabs a{text-align: center;display: flex;flex-wrap: wrap;align-content: center;height: 1.1rem;}
.swiper-tabs a span{display: block;width: 100%;font-size:0.2rem;color:#fff;}
.swiper-tabs a img{display: block;max-width: 100%;margin:0 auto;width: 0.5rem;}
.swiper-tabs a:hover, .swiper-tabs a.on{background:rgba(135, 35, 36, 1);color:#fff;}


.about-box1{padding:1rem 0;}
.about-box1 .box{display: flex;justify-content: space-between;align-items: flex-start;}
.about-box1 .box .title{width: 40%;}
.about-box1 .box .right{width: 60%;padding-left: 30px;}
.about-box1 .box .right .t1{line-height: 0.4rem;font-size:0.2rem;color:#333;font-weight: bold;}
.about-box1 .box .right .t2{line-height: 0.28rem;font-size:0.15rem;color:#666;padding-top: 0.2rem;}
.swiper-about1{padding:0.9rem 0 0 0;}
.swiper-about1 .swiper-slide{background: rgba(248, 248, 248, 1);padding:30px;text-align: center;}
.swiper-about1 .swiper-slide .img{width: 100%;height: 1.22rem;display: flex;justify-content: center;align-items: center;}
.swiper-about1 .swiper-slide .img img{display: block;margin: 0 auto;max-width: 100%;}
.swiper-about1 .swiper-slide .t1{line-height: 0.4rem;font-size:0.2rem;color:#333;font-weight: bold;}
.swiper-about1 .swiper-slide .t2{line-height: 0.24rem;font-size:0.15rem;color:rgba(128, 128, 128, 1);padding-bottom: 0.2rem;}

.about-box2{width: 100%;position: relative;background-attachment: fixed;}
.about-box2 .wrap2{height: 5.3rem;display: flex;flex-wrap: wrap;align-content: center;text-align: center;position: relative;z-index: 2;}
.about-box2::before{content:"";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);position: absolute;left: 0;top:0;}
.about-box2 .wrap2 .t1{width: 100%;font-size:0.38rem;color:#fff;font-weight: bold;line-height: 0.56rem;}
.about-box2 .wrap2 img{display: block;max-width: 100%;margin:0.4rem auto 0 auto;cursor: pointer;}

.about-box2 .video{width: 100%;height: 100%;position: fixed;left: 0;top:0;z-index: 9999;display: none;}
.about-box2 .video .bj{width: 100%;height: 100%;position: fixed;left: 0;top:0;background: rgba(0,0,0,0.6);}
.about-box2 .video video{width: 70%;position: fixed;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 9;}



.about-box3{padding:1rem 0}
.about-box3 .top{display: flex;justify-content: space-between;align-items: center;}
.about-box3 .top .jt{display: flex;}
.prev-about2, .next-about2{width: 0.48rem;height: 0.48rem;color:#333;border:2px solid rgba(218, 218, 218, 1);margin:0 0.15rem;display: flex;justify-content: center;align-items: center;font-size:0.3rem;}
.prev-about2:hover, .next-about2:hover{background: rgba(157, 39, 41, 1);color:#fff;}
.swiper-about2{padding:0.5rem 0 0.2rem 0;}
.swiper-about2 .swiper-slide .bb{border-top:6px solid rgba(242, 242, 242, 1);padding:0 0.3rem 0 0;transition: 0.5s;}
.swiper-about2 .swiper-slide .bb .txt{padding:0.3rem 0;}
.swiper-about2 .swiper-slide .bb .txt .t1{line-height: 0.42rem;font-size:0.28rem;color:#333;font-weight: bold;}
.swiper-about2 .swiper-slide .bb .txt .t2{line-height: 0.2rem;font-size:0.14rem;color:#333;}
.swiper-about2 .swiper-slide .bb .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-about2 .swiper-slide .bb .pic::before{content:"";display: block;padding-top:58%;}
.swiper-about2 .swiper-slide .bb:hover{transform: translateY(-10px);}

.about-box4{background: rgba(157, 39, 41, 1);color:#fff;padding:1rem 0;}
.about-box4 .title{text-align: center;}
.about-box4 .title .t1, .about-box4 .title .t2{color:#fff;}
.swiper-about3{padding:0.7rem 0 0 0;}
.swiper-about3 .swiper-slide img{display: block;max-width: 100%;margin:0 auto;width: 75%;}
.swiper-about3 .swiper-slide span{text-align: center;font-size:0.14rem;color:#fff;line-height: 0.3rem;display: block;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%); width:90px;}



.page-pro{background: #f8f8f8;padding:0.8rem 0;}
.page-pro .top{display: flex;justify-content: space-between;align-items: center;}
.page-pro .top form{width: 370px;display: flex;border:2px solid rgba(157, 39, 41, 1);line-height: 0.4rem;font-size:0.16rem;}
.page-pro .top form input[type=text]{width: calc(100% - 0.72rem);color:#333;padding-left:0.13rem;}
.page-pro .top form input[type=submit]{width: 0.72rem;background: rgba(157, 39, 41, 1);color:#fff;}

.pro-ul{display: flex;flex-wrap: wrap;padding:0.4rem 0 0.1rem 0;margin:0 -1%;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.pro-ul li a{display: block;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:75%;}
.pro-ul li a .txt{background: #fff;padding:20px;position: relative;}
.pro-ul li a .txt .t1{font-size:0.18rem;color:#333;font-weight: bold;}
.pro-ul li a .txt .t2{font-size:0.14rem;color:#999;margin-top:8px;}
.pro-ul li a .txt::before{content:"";display: block;width: 0px;height: 2px;background:rgba(157, 39, 41, 1);position: absolute;left: 0;bottom: 0;transition: 0.5s;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt::before{width: 100%;}

.case-ul{display: flex;flex-wrap: wrap;padding:0.4rem 0 0.1rem 0;margin:0 -1% ;}
.case-ul li{width: calc(100% / 4 - 2%);margin:1%;}
.case-ul li a{display: block;}
.case-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.case-ul li a .pic::before{content:"";display: block;padding-top:66%;}
.case-ul li a .txt{background: #fff;padding:20px;position: relative;}
.case-ul li a .txt .t1{font-size:0.18rem;color:#333;font-weight: bold;}
.case-ul li a .txt .t2{font-size:0.14rem;color:#999;margin-top:8px;}
.case-ul li a .txt::before{content:"";display: block;width: 0px;height: 2px;background:rgba(157, 39, 41, 1);position: absolute;left: 0;bottom: 0;transition: 0.5s;}
.case-ul li a:hover .img_cover{transform: scale(1.1);}
.case-ul li a:hover .txt::before{width: 100%;}

.contact-t1{font-size:0.32rem;color:#333;font-weight: bold;line-height: 0.48rem;}

.contact-box1{padding:1rem 0;}
.contact-box1 .contact-t1{text-align: center;}
.contact-box1 .t2{display: flex;justify-content: center;text-align: center;color:#5e5e5e;font-size:0.15rem;line-height: 0.3rem;margin:0.6rem 0 0 0;}
.contact-box1 .t2 .tt{position: relative;padding:15px 0.8rem 0.3rem 0.4rem;}
.contact-box1 .t2 .tt b{position: absolute;color:rgba(157, 39, 41, 1);font-size:0.6rem;font-family: "Arial";}
.contact-box1 .t2 .tt b:nth-child(1){left: 0;top: 0;}
.contact-box1 .t2 .tt b:nth-child(2){right: 0;bottom: 0;}

.contact-box2{width: 100%;position: relative;background-attachment: fixed;}
.contact-box2 .wrap2{height: 5rem;display: flex;flex-wrap: wrap;align-content: center;text-align: center;position: relative;z-index: 2;}
.contact-box2::before{content:"";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);position: absolute;left: 0;top:0;}

.contact-box3{padding:1rem 0;}
.contact-box3 .bt{display: flex;justify-content:space-between;align-items: center;}
.contact-box3 .bt .t2{font-size:0.15rem;color:rgba(128, 128, 128, 1);}

.recruit{padding:0.5rem 0 0 0;}
.recruit dl{cursor:pointer;}
.recruit dl dt{font-weight: normal;position: relative;border-top:1px solid rgba(230, 230, 230, 1);color:#333;}
.recruit dl dt i{cursor: pointer; width: 0.32rem;height: 0.32rem;display: flex;justify-content: center;align-items: center;font-size:0.24rem;position: absolute;right: 0;top:50%;transform: translateY(-50%);transition:0.5s;}
.recruit dl dt .t1{font-size:0.18rem;padding:0.2rem 0.1rem;}

.recruit dl dd{font-size:0.15rem;color:rgba(128, 128, 128, 1);line-height: 0.3rem; display:none;border:2px solid rgba(157, 39, 41, 1);}
.recruit dl dd .box{display: flex;justify-content: space-between;padding:0.4rem;}
.recruit dl dd .box .bb{width: 47%;}

.recruit dl:hover dt, .recruit dl.on dt{background: rgba(157, 39, 41, 1);color:#fff;}
.recruit dl:hover dt i, .recruit dl.on dt i{transform: translateY(-50%) rotate(180deg)}
.recruit dl:first-child dd{display: block;}
.recruit dl:last-child{border-bottom:1px solid rgba(230, 230, 230, 1);}

.contact-box4{background: rgba(245, 245, 245, 1);padding:1rem 0 0 0;}
.contact-box4 .box{display: flex;justify-content: space-between;}
.contact-box4 .box .left{width: 40%;}
.contact-box4 .box .left .t1{padding:0.2rem 0;font-size:0.14rem;color:#333;line-height: 0.3rem;}
.contact-box4 .box .left .t2{font-size:0.16rem;color:#333;line-height: 0.3rem;}
.contact-box4 .box .left .t2 b{display: block;line-height: 42px;font-size:0.32rem;}
.contact-box4 .box .right{width: 58%;}
.contact-box4 .box .right form{width: 100%;padding:0.24rem 0 0 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact-box4 .box .right form input[type=text]{width: 48%;line-height: 0.54rem;background: #fff;border-radius: 5px;border:1px solid rgba(242, 242, 242, 1);margin-bottom: 0.15rem;padding-left: 0.15rem;}
.contact-box4 .box .right form textarea{width: 100%;background: #fff;border-radius: 5px;border:1px solid rgba(242, 242, 242, 1);margin-bottom: 0.15rem;padding-left: 0.15rem;line-height: 0.26rem;height: 1.2rem;}
.contact-box4 .box .right form input[type=submit]{width: 100%;line-height: 0.48rem;background: rgba(157, 39, 41, 1);color:#fff;font-size: 16px;border-radius: 5px;}
.contact-box4 .map{margin-top:0.5rem;width: 100%;height: 4rem;background: #ddd;}

.news-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:1rem 0;}
.news-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.news-ul li a{display: block;transition: 0.5s;position: relative;}
.news-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top:62.5%;}
.news-ul li a .txt{padding:0.15rem 0;border-bottom: 2px solid rgba(230, 230, 230, 1);}
.news-ul li a .txt .t1{font-size:0.17rem;color:rgba(51, 51, 51, 1);line-height: 0.26rem;font-weight: bold;}
.news-ul li a .txt .t2{margin-top: 9px; color: #999;font-size: 14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-ul li a .txt .t3{font-size: 12px;color: #999; font-weight: 400;margin-top: 10px;line-height: 0.4rem;}
.news-ul li a::before{content:"";display: block;width: 0px;height: 2px;background: rgba(157, 42, 41, 1);position: absolute;left: 0;bottom: 0px;transition: 0.5s;}
.news-ul li a:hover{transform: translateY(-7px);}
.news-ul li a:hover::before{width: 100%;}

.news-show{min-height:7rem;padding:0.6rem 0;}  
.news-show .t1{font-size:0.3rem;color:#333;line-height:0.64rem;font-weight: bold;}
.news-show .date{display:block;font-size:0.15rem;color:rgba(130, 130, 130, 1);padding: 0.15rem 0 0.3rem 0;border-bottom: 1px solid rgba(237, 237, 237, 1);margin-bottom: 0.5rem;}
.news-show .t2{font-size:0.16rem;color:#333;line-height: 0.32rem;}
.news-show .t2 img{ max-width:100% !important; height:auto !important;}

.product-show{min-height:7rem;padding:0.5rem 0;}  
.product-show .t1{font-size:0.3rem;color:#333;line-height:0.64rem;font-weight: bold; text-align: center;border-bottom: 1px solid rgba(237, 237, 237, 1);}
.product-show .img{ text-align:center; width:100%; max-width:800px;  margin:10px auto; display:block;}
.product-show .img img{ height:auto; max-height:600px; max-width:100%;}
.product-show .t2{line-height: 0.3rem;font-size:0.16rem;} 
.product-show .t2 img{ max-width:100% !important; height:auto !important;}


.hot{width:100%;background:rgba(157, 39, 41, 1); position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
    height: calc(58px +  constant(safe-area-inset-bottom));height: calc(58px +  env(safe-area-inset-bottom));padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}

@media (max-width:1450px){
	.wrap, .wrap3{ padding:0 2%;}
    .ban-img{object-fit:initial}
    .header-main .right .xw, .header-main .right .yx{display: none;}
    .nav-ul{margin:0;}
    .nav-ul li .nav_a{padding:0 26px;font-size:16px;}

}
@media (max-width:1200px){
	.wrap2{ width:96%}
    .ban-img{object-fit:initial}
    .index-box .box .right{width:70%;}
    .nav-ul li .nav_a{padding:0 16px;font-size:15px;}
}

@media (max-width:991px){
    footer .nav-ul{display: none;}
    .case .title{position: static;width: 100%;margin-bottom: 30px;}
    .swiper-case{padding:0 2%;}
    .swiper-case a .text{padding:20px;}
    .page-banner::before{padding-top:42%;}
    .pro-ul li, .news-ul li{width: 48%;}
	.pro-ul li{ width:48%;}
    .pro .box .right{width: 100%;}
    .pro .box .right ul li{width: calc((100% / 3) - 2%);}
    .header-main{padding:15px 0;}
}
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:300px;}
    .index-box .wrap{padding:0;}
    .index-box .box{display: block;}
    .index-box .box .right, .index-box .box .right .bb1, .index-box .box .right .bb2{width: 100%;display: block;}
	.index-box .box .right{ margin-top:2px;}
    .index-box .box .right .bb1 .bt{padding:10px 0 30px 0;}
    .index-box .box .right .bb1 .bt b{font-size:18px;}
    .swiper-bb2{padding:15px 0 30px 0;}
    .title .t1{font-size:20px;}
    .title .t2{font-size:22px;line-height: 35px;}
    .about, .news, .case{padding:24px 0;}
    .about .box{display: block;}
    .about .box .left, .about .box .right{width: 100%;}
    .about .box .right .t1{font-size:14px;}
    .about .box .right .bb a{width: calc(100% / 3);}
    .gallery-top .swiper-slide .nr{display: block;}
    .gallery-top .swiper-slide .nr .t2{width: 100%;font-size:14px;line-height: 24px;}
    .gallery-top .swiper-slide .nr a{margin-top: 15px;}
    .swiper-news a .txt .t3{margin:0;}
    .swiper-news a .txt .t1{font-size:14px;}
    .swiper-news a .txt .t2{font-size:12px;}
    .prev-case, .next-case{display: none;}
    .case .box{padding:2%;}
    .swiper-case{padding:0;}
    .swiper-case a{display: block;}
    .swiper-case a .pic, .swiper-case a .text{width: 100%;}
    .swiper-case a .text{padding:13px;}
    .swiper-case a .text .t2{line-height: 24px;margin-top: 6px;}
    .swiper-case a .text .t3{width: 1.5rem;}
    footer .lxfs .ewm{display: none;}
    footer .lxfs{display: block;text-align: center;padding:13px 0;}
    .foot-txt{line-height: 18px;padding:10px 5px;}
    footer .lxfs .t1{line-height: 30px;}
    /**/
    .page-banner::before{padding-top:55%;}
    .page-nav .wrap2{display: block;}
    .page-nav .wrap2 ul{flex-wrap: wrap;padding:10px 0;}
    .page-nav .wrap2 ul li{width: calc(100% / 3);}
    .page-nav .wrap2 ul li a{padding:0;text-align: center;}
    .page-nav .wrap2 ul li a{line-height: 42px;}
    .about-box1, .about-box3, .about-box4{padding:24px 0;}
    .about-box1 .box{display: block;}
    .about-box1 .box .title{width: 100%;}
    .about-box1 .box .right{width: 100%;padding:14px 0 0 0;}
    .swiper-about1{padding:30px 30px 0 0;}
    .about-box2 .wrap2{height: 290px;}
    .about-box2 .wrap2 .t1{font-size:22px;line-height: 32px;}
    .swiper-about2 .swiper-slide .bb{padding:0 10px 0 0;}
    .swiper-about3{padding:30px 0 0 0;}
    .swiper-about3 .swiper-slide img{width: 90%;}
    .pro-ul li, .news-ul li{width: 48%;}
	.pro-ul li a .txt{ padding:10px;}
	.case-ul li{ width:48%;}
    .page-pro{padding:30px 0;}
    .page-pro .top form{width: 200px;}
    .page-pro .title .t2{display: none;}
    .contact-box1, .contact-box3, .news-ul{padding:30px 0;}
    .contact-t1{font-size: 20px;}
    .contact-box1 .t2{margin:23px 0 0 0;}
    .contact-box2 .wrap2{height: 290px;}
    .recruit dl dd .box{display: block;padding:15px;}
    .recruit dl dd .box .bb{width: 100%;}
    .contact-box4{padding:30px 0 0 0;}
    .contact-box4 .box{display: block;}
    .contact-box4 .box .left{width: 100%;}
    .contact-box4 .box .right{width: 100%;padding:30px 0 0 0;}
    .contact-box4 .box .left .t1{padding:14px 0;font-size:13px;line-height: 26px;}
    .contact-box4 .map{height: 3rem;}
    .contact-box4 .box .left .t2{font-size:14px;line-height: 26px;}
    .news-ul li a .txt .t3{margin:0;}
    .news-ul li a .txt .t1{font-size:16px;}
    .news-ul li a .txt .t2{font-size:13px;}
    .news-show{Padding:30px 0;}
    .news-show .t1{font-size:20px;line-height: 30px;}
    .news-show .date{margin-bottom: 20px;}
    .news-show .t2{font-size:14px;line-height: 28px;}
    .pro .box{padding:24px 0 0 0;}
    .pro .box .right ul li{width: calc((100% / 2) - 2%);}

}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
.fenye{float:left;margin:auto;width:100%;height:40px;text-align:center;line-height:40px;font-size:14px; padding-top:10px;}
.fenye a{ color:#222}
.fenye a:hover{ color:#f00}