*{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{ max-width:1520px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline: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;z-index: 100;width: 100%;} 
header::before{content:"";display: block;width: 100%;}
header.act .header-content{background:#565656;box-shadow: 0 0 10px rgba(0,0,0,0.3);position:fixed;animation:searchTop 0.5s ease-in-out !important;visibility: visible !important;}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}
header.act .header-main{padding:0.1rem 0;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#565656;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.2rem 0;transition: 0.5s;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .tel{font-size: 0.16rem;color:#af0126;display: flex;align-items:center;font-weight: bold;margin-left: 10px;}
.header-main .tel img{display: block;max-width: 100%;margin-right: 0.1rem;}
.header-main .right{display: flex;align-items: center;}


.nav-ul {display: flex;}
.nav-ul li {position:relative;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:50px;text-align:center;padding:0 35px;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #af0126;font-weight: bold;background: url(../images/hover.png) no-repeat bottom center;}

.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.3);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:36px;color:#909399;font-weight: bold; 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: #af0126;}

.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:#fff;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%;}
.icon-menu.click span{background-color: #af0126;}

.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav .list-inline{ 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.click .list-inline{transform:translateX(0);opacity: 1;right:0;}

.sjnav .list-inline-li{ display:block; margin:0; padding:0;width: 100%;border-bottom: 1px solid #ccc;}
.sjnav .list-inline-li .list-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 0 10px;}
.sjnav .list-inline-li .list-box .list-link{display:block;line-height:57px; font-size:15px; color:#555;width: calc(100% - 50px);}
.sjnav .list-inline-li .list-box .list-link i{margin-right: 15px;font-size:12px;}
.sjnav .list-inline-li .list-box .fa-span{ font-size:16px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.active .list-box .fa-span{transform: rotate(90deg);} 

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;}
.sjnav .list-inline-li .sublist li{line-height: 40px;padding:0 20px 0 40px;background-color: #f5f5f5;}
.sjnav .list-inline-li .sublist li a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#666;}
.sjnav .list-inline-li .sublist li a:hover{color:#af0126;}
.sjnav .list-inline-li.active .list-box .list-link{color:#af0126;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#000;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#af0126;width: 30px;}
.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;}
.banner .wrap{width: 100%;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);z-index: 9;}
.banner .wrap .form{width: 700px;background-color: #66645c;padding:20px 35px;position: absolute;right: 0;bottom:80px;}
.banner .wrap .form form{display: flex;line-height: 42px;font-size: 14px;color:#333;}
.banner .wrap .form form input[type=text]{width: calc(100% - 90px);padding-left: 10px;}
.banner .wrap .form form input[type=submit]{width: 90px;background: url(../images/but.png) no-repeat 80% center,#af0126;color:#fff;padding-right: 20px;}

.title{padding-bottom: 3px;position: relative;text-align: center;}
.title .t1{line-height: 0.44rem;font-size: 0.3rem;color:#565656;font-weight: bold;}
.title .t1 span{color:#af0126;}
.title .t2{line-height: 0.26rem;font-size: 0.14rem;color:#888;}
.title::before{content:"";display: block;width: 35px;height: 1px;background-color: #af0126;border-right: 10px solid #565656;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}

.ys{padding:70px 0;}
.swiper-ys{padding:10px;}
.swiper-ys .swiper-slide{display: flex;align-items: center;}
.swiper-ys .swiper-slide .pic{width: 210px;position: relative;overflow: hidden;box-shadow: -7px 7px 0 rgba(155, 155, 155,0.8);}
.swiper-ys .swiper-slide .pic::before{content:"";display: block;padding-top: calc(76%);}
.swiper-ys .swiper-slide .txt{width: calc(100% - 210px);padding-left: 20px;font-size: 0.14rem;color:#333;line-height: 0.2rem;}
.swiper-ys .swiper-slide .txt b{font-size: 0.24rem;display: block;padding-bottom: 10px;}
.swiper-ys .swiper-slide:hover .img_cover{transform: scale(1.1);}

.product{padding:0.5rem 0;}
.product .tabs{display: flex;padding:0.2rem 0 0 0;}
.product .tabs a{display: block;width: 25%;text-align: center;}
.product .tabs a img{display: block;max-width: 100%;margin:0 auto;transition: 0.5s;}
.product .tabs a span{display: block;font-size: 0.2rem;color:#333;line-height: 0.3rem;transition: 0.5s;}
.product .tabs a:hover span, .product .tabs a.on span{color:#af0126;}
.product .tabs a:hover img, .product .tabs a.on img{transform: rotateY(180deg);}

.swiper-pro{padding:0.3rem 0;display: none;}
.swiper-pro:first-child{display: block;}
.swiper-pro a{display: block;position: relative;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-pro a .pic::before{content: "";display: block;padding-top: calc(305/365*100%);}
.swiper-pro a .txt{width: 100%;height: 40px;display: flex;justify-content: center;align-items: center;background-color: #f5f5f5;font-size: 0.14rem;color:#333;position: absolute;left: 0;bottom: 0;}
.swiper-pro a .txt::before{content:"";display: block;background: url(../images/hover2.png) no-repeat center center;width: 40px;height: 40px;position: absolute;right: 0;bottom: -40px;opacity: 0;transition: 0.5s;}
.swiper-pro a:hover .txt{height: 100%;background-color: rgba(175,1,38,0.8);color:#fff;font-size: 0.16rem;font-weight: bold;}
.swiper-pro a:hover .txt::before{opacity: 1;right: 0;bottom: 0;}
.swiper-pro a:hover .img_cover{transform: scale(1.1);}
.product .more{display: block;text-align: center;border:2px solid #af0126;width: 1.7rem;line-height: 0.36rem;font-size: 14px;color:#333;font-weight: bold;margin:0 auto;}
.product .more:hover{background-color: #af0126;color:#fff;}


.hf{width: 100%;}
.hf .wrap{height: 3.17rem;display: flex;align-items: center;}
.hf .wrap img{display: block;max-width: 100%;}

.news{background-color: #f5f5f5;padding:0.5rem 0;}
.news .bigbox{display: flex;justify-content: space-between;padding:0.3rem 0 0 0;}
.news .bigbox .box{width: 48%;background-color: #fff;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);padding:5px 25px 25px 25px;}
.news .bigbox .box a{display: flex;border-bottom: 1px solid #dedede;padding:0.2rem 0;position: relative;}
.news .bigbox .box a .pic{width: 160px;position: relative;overflow: hidden;;}
.news .bigbox .box a .pic::before{content: "";display: block;padding-top: calc(100/160*100%);}
.news .bigbox .box a .txt{width: calc(100% - 160px);padding:0 0 0 0.2rem;display: flex;flex-wrap: wrap;align-content: space-around;}
.news .bigbox .box a .txt .t1{font-size:14px;color:#333;font-weight: bold;display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news .bigbox .box a .txt .t1 b{font-weight: normal;font-size: 12px;color:#bbb;}
.news .bigbox .box a .txt .t2{font-size: 0.14rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height: 0.2rem;width:100%;}
.news .bigbox .box a .txt .t3{width: 100%;font-size: 12px;color:#bbb;}
.news .bigbox .box a:hover .img_cover{transform: scale(1.1);}
.news .bigbox .box a:hover .txt .t1{color:#af0126;}
.news .bigbox .box a::before{content:"";display: block;border-right: 23px solid #dedede;border-top: 23px solid transparent;position: absolute;right: 0;bottom: 0;}
.news .bigbox .box a::after{content:"+";display: block;position: absolute;right: 0;bottom: 0;color:#666;width: 11px;height: 18px;}
.news .bigbox .box a:hover::before{border-right-color: #af0126;}
.news .bigbox .box a:hover::after{color:#fff;}

.case{padding:0.5rem 0;}
.swiper-case{padding:0.3rem 0 0.4rem 0;}
.swiper-case a{display: block;position: relative;}
.swiper-case a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-case a .pic::before{content: "";display: block;padding-top: calc(305/365*100%);}
.swiper-case a .txt{width: 100%;height: 40px;display: flex;justify-content: center;align-items: center;background-color: #f5f5f5;font-size: 0.14rem;color:#333;position: absolute;left: 0;bottom: 0;}
.swiper-case a .txt::before{content:"";display: block;background: url(../images/hover2.png) no-repeat center center;width: 40px;height: 40px;position: absolute;right: 0;bottom: -40px;opacity: 0;transition: 0.5s;}
.swiper-case a:hover .txt{height: 100%;background-color: rgba(175,1,38,0.8);color:#fff;font-size: 0.16rem;font-weight: bold;}
.swiper-case a:hover .txt::before{opacity: 1;right: 0;bottom: 0;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.case .swiper-pagination {bottom:0;}
.case .swiper-pagination .swiper-pagination-bullet{opacity: 1;border: 0;width: 70px;height: 10px;background-color: #484848;border-radius: 0;border-top: 9px solid #fff;}
.case .swiper-pagination .swiper-pagination-bullet-active{background-color: #af0126;border-top-width:8px;}

.about{padding:0.5rem 0 0.8rem 0;}
.about .title .t1, .about .title .t2{color:#fff;}
.about .box{padding:0.2rem 0 0 0;display: flex;justify-content: space-between;align-items: flex-start;}
.about .box .left{width: 52%;}
.about .box .left img{display: block;max-width:100%}
.about .box .left .nr{font-size: 14px;color:#fff;line-height: 24px;margin:0.3rem 0;height: 216px;overflow: hidden;;}
.about .box .left a{display: block;text-align: center;border:2px solid #fff;width: 1.7rem;line-height: 0.36rem;font-size: 14px;color:#fff;font-weight: bold;transition: 0.5s;}
.about .box .left:hover a{background-color: #fff;color:#af0126;}
.about .box .right{width: 41%;background: #000;position: relative;box-shadow: -40px 40px 0 rgba(155, 155, 155,0.5);}
.about .box .right::before{content:"";display: block;padding-top: calc(356/636*100%);}
.about .box .right video{width: 100%;height: 100%;}
.about .box .right .txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center;text-align: center;cursor: pointer;}
.about .box .right .txt img{display: block;max-width: 100%;}

.team{padding:0.35rem 0;}
.swiper-team a{display: block;}
.swiper-team a .pic{width: 160px;border-radius: 50%;border:5px solid #fff;position: relative;overflow: hidden;margin:0 auto;transition: 0.5s;}
.swiper-team a .pic::before{content:"";display: block;padding-top: 100%;}
.swiper-team a .txt{text-align: center;padding:0 10%;}
.swiper-team a .txt .t1{line-height: 0.32rem;font-size: 0.16rem;color:#333;font-weight: bold;}
.swiper-team a .txt .t2{line-height: 0.2rem;font-size: 0.14rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.swiper-team a .txt .t3{width: 0.66rem;line-height: 0.22rem;text-align: center;background-color: #af0126;font-size: 12px;color:#fff;margin:5px auto;}
.swiper-team a:hover .pic{border-color: #af0126;}
.swiper-team a:hover .img_cover{transform: scale(1.1);}
.prev-team, .next-team{color:#565656;width: 0.3rem;height: 0.3rem;display: flex;justify-content: center;align-items: center; font-size:0.16rem;position: absolute;position: absolute;top:50%;transform: translateY(-50%);background: none;border:1px solid #555;border-radius: 50%;z-index: 9;}
.prev-team{left: 0;}
.next-team{right: 0;}
.prev-team:hover, .next-team:hover{color:#af0126;border-color: #af0126;}


.partner{padding:0.4rem 0;background-color: #fff;}
.swiper-partner{margin:0.3rem 0 0 0;}
.swiper-partner a{display: block;border:1px solid #e9e9e9;}
.swiper-partner a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;}
.swiper-partner a .pic::before{content:"";display: block;padding-top: calc(110 / 210 * 100%);}
.swiper-partner a .img_cover{transition: 0.5s;}
.swiper-partner a:hover .img_cover{transform: scale(1.1);}
.swiper-partner a:hover{border-color: #af0126;}
.prev-partner, .next-partner{color:#dcdcdc;font-size:0.3rem;position: absolute;position: absolute;top:50%;transform: translateY(-50%);background: none;}
.prev-partner{left: -20px;}
.next-partner{right: -20px;}
.prev-partner:hover, .next-partner:hover{color:#af0126;}


footer{background:#565656;border-top: 5px solid #af0126;}
footer .box{display: flex;justify-content: space-around;align-items: flex-start;padding:0.35rem 0;}
footer .box dl dt{position: relative;line-height: 0.4rem;font-size: 0.16rem;color:#fff;}
footer .box dl dt::before{content:"";display: block;width: 65px;height: 1px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
footer .box dl dt::after{content:"";display: block;width: 35px;height: 2px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
footer .box dl dd{width: 280px;display: flex;flex-wrap: wrap;padding-top: 0.3rem;}
footer .box dl dd a{display: block;width: calc(100% / 3);font-size:0.14rem;color:#fff;padding:0.12rem 0;}
footer .box dl dd a:hover{color:#af0126;}
footer .box .lxfs{font-size: 0.14rem;color:#fff;line-height: 0.28rem;padding-top: 0.25rem;}
footer .box .ewm{display: flex;border:1px solid rgba(255,255,255,0.3);padding:10px;justify-content: space-between;align-items: center;font-size: 0.13rem;color:#fff;margin-top: 0.3rem;}
footer .box .ewm img{display: block;width: 100px;margin-right: 20px;}
footer .links{display: flex;align-items: center;padding:0.1rem 0;border-top:1px solid rgba(255,255,255,0.3);}
footer .links .t1{text-transform: uppercase;font-size: 0.14rem;color:#fff;line-height: 0.46rem;position: relative;margin-right: 15px;font-weight: bold;}
footer .links .t2{display: flex;}
footer .links .t2 a{display: block;font-size:0.14rem;color:#fff;margin-right: 24px;}
footer .links .t2 a:hover{color:#fff;text-decoration: underline !important;}
.foot-txt{padding:0.2rem 0;font-size:0.14rem;color:#fff;text-align: center;background-color: #5f5f5f;}
.foot-txt .wrap{display: flex;justify-content: space-between;align-items: center;}
.foot-txt .wrap a{color:#fff;}
.foot-txt .wrap a:hover{color:#fff;text-decoration: underline !important;}

main{overflow: hidden;}

/**/
.page{padding:0.3rem 0;}
.page .wrap{display: flex;}
.page-left{width: 300px;margin-right: 50px;}
.s-drop-wrap { width:100%; }
.s-drop-btn {  line-height:0.36rem; font-size:0.3rem;color: #333;position:relative;padding-left: 40px;}
.s-drop-btn i{font-size: 0.2rem;margin-left: 10px;}
.s-drop-btn em{font-size:12px;line-height: 18px;display: block;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
/* .s-drop-btn.act{} */

.s-drop-list {display: block; padding-top:0.1rem;}
.s-drop-list li{ margin-top:0.1rem;}
.s-drop-list li a{ display:flex;align-items: center;justify-content: space-between; }
.aside-list-link{ font-size:0.16rem; color:#333;line-height:0.6rem; background:#f5f5f5;position: relative;padding:0 0.2rem 0 0.5rem;}
.aside-list-link::before{content:"";display: block;width: 0.11rem;height: 0.11rem;border-radius: 50%;background-color: #f0f0f0;border:3px solid #484848;position: absolute;left: 0.3rem;top:50%;transform: translateY(-50%);}
/* .aside-list-link i{transition: 0.5s;} */
.aside-list-link:hover, .aside-list-link.act{color:#fff;font-weight: bold;background-color: #af0126;}
/* .aside-list-link:hover i, .aside-list-link.act i{transform: rotate(90deg);} */
.aside-list-link:hover::before, .aside-list-link.act::before{border-color: #fff;background-color: #af0126;}

.s-drop-list li .aside-sublist{ width:100%;  display:none; padding:5px 0 5px 50px }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{margin: 0;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:32px;  font-size:13px;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ color:#e70010;text-decoration: underline !important;}

.page-left .lxfs{width: 100%;position: relative;padding:0.2rem 0 0 0;}
.page-left .lxfs img{display: block;max-width: 100%;}
.page-left .lxfs .tel{position: absolute;left: 30px;top:35px;font-weight: bold;}
.page-left .lxfs .tel b{display: block;line-height: 40px;font-size: 0.22rem;color:#565656;}
.page-left .lxfs .tel span{display: inline-block;line-height: 30px;font-size: 0.18rem;color:#fff;border-radius: 30px;padding:0 18px;background-color: #af0126;}

.page-right{width: calc(100% - 350px);padding-top: 8px;}
.page-bt{text-align: right;font-size: 0.15rem;color:#333;line-height: 0.54rem;}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.pro-ul li a{display: block;position: relative;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content: "";display: block;padding-top: calc(305/365*100%);}
.pro-ul li a .txt{width: 100%;height: 40px;display: flex;justify-content: center;align-items: center;background-color: #f5f5f5;font-size: 0.14rem;color:#333;position: absolute;left: 0;bottom: 0;}
.pro-ul li a .txt::before{content:"";display: block;background: url(../images/hover2.png) no-repeat center center;width: 40px;height: 40px;position: absolute;right: 0;bottom: -40px;opacity: 0;transition: 0.5s;}
.pro-ul li a:hover .txt{height: 100%;background-color: rgba(175,1,38,0.8);color:#fff;font-size: 0.16rem;font-weight: bold;}
.pro-ul li a:hover .txt::before{opacity: 1;right: 0;bottom: 0;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}

.product-show{position: relative;padding:0;min-height: 5rem;padding:10px 0;}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:34px;font-weight: bold;}
.product-show img{display:block;max-width:100% !important; height: auto !important; margin:15px auto;}
.product-show video{max-width:100% !important; height: auto !important; object-fit:fill; margin:15px auto;}
.product-show .t2{line-height: 0.3rem;font-size:16px;} 
.product-show video{width: 100%;margin:0 auto;}

.news-ul{display:block;padding-top: 12px;}
.news-ul li{width:100%;padding:0.12rem;background:#fff;border:1px solid #dcdcdc;margin-bottom:0.13rem;transition: all 0.5s;}
.news-ul li a{display:flex;}
.news-ul li a .pic{width:215px;position:relative;overflow:hidden;}
.news-ul li a .pic:before{content:"";display:block;padding-top:70%;}
.news-ul li a .txt{width:calc(100% - 215px);display:flex;flex-wrap:wrap;align-content: space-around;padding-left:25px;}
.news-ul li a .txt .t1{width:100%;font-size:16px;color:#333;font-weight:bold;} 
.news-ul li a .txt .t2{width:100;line-height:22px;font-size:14px;color:#777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-ul li a .txt .t3{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9a9a9a;width:100%;}
.news-ul li a .txt .t3 span{line-height:0.28rem;text-align: center;width:0.8rem;border-radius:5px;background:#2b2b2b;color:#fff;}
.news-ul li:hover {transform:translateY(-5px);box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.news-ul li:hover a .img_cover{transform:scale(1.1);}
.news-ul li:hover a .txt .t1{color:#af0126;}
.news-ul li:hover a .txt .t3 span{background:#af0126;}

.news-show{min-height:5rem;}  
.news-show .t1{text-align: center;font-size:17px;color:#333;}
.news-show img{display: block;max-width: 100%;margin:0.2rem auto;}
.news-show .t2{font-size:16px;color:#333;line-height: 0.3rem;}
.news-show video{width: 100%;margin:0 auto;}

.page-ny{width: 100%;position: relative;}
.page-ny .bt{display: flex;justify-content: space-between;align-items: center;font-size: 0.15rem;color:#333;}
.page-ny .bt .left{display: flex;align-items: center;}
.page-ny .bt .left .t1{line-height: 0.66rem;font-size: 0.24rem;color:#333;position: relative;}
.page-ny .bt .left .t1::before{content:"";display: block;width: 100%;height: 2px;background-color: #af0126;position:absolute;left: 0;bottom: 0;border-right: 48px solid #666;}
.page-ny .bt .left .t2{display: flex;padding-left: 15px;}
.page-ny .bt .left .t2 a{color:#333;margin:0 15px;}
.page-ny .bt .left .t2 a:hover{color:#af0126;}

.about-box{padding:0.5rem 0 0.8rem 0;display: flex;justify-content: space-between;align-items: flex-start;}
.about-box .left{width: 52%;}
.about-box .left img{display: block;max-width:100%}
.about-box .left .nr{font-size: 14px;color:#333;line-height: 24px;margin:0.3rem 0;height: 216px;overflow: hidden;;}
.about-box .left a{display: block;text-align: center;border:2px solid #fff;width: 1.7rem;line-height: 0.36rem;font-size: 14px;color:#fff;font-weight: bold;transition: 0.5s;}
.about-box .left:hover a{background-color: #fff;color:#af0126;}
.about-box .right{width: 41%;background: #000;position: relative;}
.about-box .right::before{content:"";display: block;padding-top: calc(356/636*100%);}
.about-box .right video{width: 100%;height: 100%;}
.about-box .right .txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center;text-align: center;cursor: pointer;}
.about-box .right .txt img{display: block;max-width: 100%;}

.page-banner{width: 100%;position: relative;overflow: hidden;;}
.page-banner::before{content:"";display: block;padding-top: 25%;}
.page-banner .wrap{width: 100%;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);z-index: 9;}
.page-banner .wrap .form{width: 680px;background-color: rgba(155, 155, 155,0.8);padding:20px 35px;position: absolute;right: 0;bottom:80px;}
.page-banner .wrap .form form{display: flex;line-height: 42px;font-size: 14px;color:#333;}
.page-banner .wrap .form form input[type=text]{width: calc(100% - 90px);padding-left: 10px;}
.page-banner .wrap .form form input[type=submit]{width: 90px;background: url(../images/but.png) no-repeat 80% center,#af0126;color:#fff;padding-right: 20px;}





.hot{width:100%;background:#191919; 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:1550px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
}

@media (max-width:1200px){
	.wrap{ width:96%}
  .header-main .tel{display: none;}
  .nav-ul li .nav_a{padding:0 20px;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .banner .wrap .form, footer .links{display: none;}
  .hf .wrap{height: initial;padding:50px 0;}
  .hf .wrap img{max-width: 60%;}
  .news .bigbox, .about .box{display: block;}
  .news .bigbox .box, .about .box .left{width: 100%;}
  .about .box .right{width: 100%;margin-top: 20px;}
  /**/
  .page{padding:24px 0;}
  .page .wrap{display: block;width: 100%;}
  .page-left{width:100%;margin:0;}
  .s-drop-btn{text-align: left;padding-left: 20px;}
  .s-drop-btn em{left: 20px;width: initial;}
  .s-drop-list{display: none;}
  .page-right{width: 100%;padding:2%;}
  .page-banner .wrap{display: none;}
}
 
@media (max-width:767px){
  .header-main .logo{width:180px;}
  .header-main{padding:10px 0;}
  .ys{padding:30px 0;}
  .swiper-ys .swiper-slide .pic{width: 140px;}
  .swiper-ys .swiper-slide .txt{width: calc(100% - 140px);padding:0 0 0 10px;}
  .swiper-ys .swiper-slide .txt b{font-size: 18px;}
  .product, .news, .case, .about{padding:24px 0;}
  .title .t1{font-size: 20px;line-height: 30px;}
  .product .tabs a img{width: 30px;}
  .product .tabs a span{font-size: 14px;}
  .swiper-pro a .txt, .swiper-case a .txt, .pro-ul li a .txt{position: relative;}
  .swiper-pro a:hover .txt, .swiper-case a:hover .txt, .pro-ul li a:hover .txt{height: 40px;}
  .hf .wrap{height: initial;padding:30px 0;}
  .hf .wrap img{max-width: 80%;}
  .news .bigbox .box{padding:0 10px 10px 10px;}
  .news .bigbox .box + .box{margin-top: 10px;}
  .news .bigbox .box a .pic{width: 120px;}
  .news .bigbox .box a .txt{width: calc(100% - 120px);padding-left: 10px;}
  .news .bigbox .box a .txt .t1 b{display: none;}
  .about .box .right {box-shadow: -10px 10px 0 rgb(155 155 155 / 50%);}
  .about .box .left img{max-width: 66%;}
  .prev-team, .next-team{display: none;}
  .swiper-team a .pic{width:70%;}
  footer .box{display: none;}
  .foot-txt{padding:10px;line-height: 20px;}
  .foot-txt .wrap{display: block;}
  .foot-txt .wrap div{display: inline;}
  /**/
  .s-drop-btn{font-size: 22px;padding-left: 2%;}
  .pro-ul li{width: 48%;}
  .news-ul li{padding:5px;}
  .news-ul li a .pic{width:120px;}
  .news-ul li a .pic:before{padding-top:80%;}
  .news-ul li a .txt{width:calc(100% - 120px);padding-left:10px;}
  .news-ul li a .txt .t1{font-size:14px;}
  .news-ul li a .txt .t2{line-height:16px;margin:3px 0;font-size:12px;}
  .product-show, .news-show, .news-ul{padding:0;}
  .product-show .t1, .news-show .t1{font-weight: bold;font-size: 16px;}
  .product-show .t2, .news-show .t2, .page-about .txt{font-size:14px;line-height: 24px;}
  .about-box{padding:20px 0;display: block;}
  .about-box .left{width: 100%;}
  .about-box .left img{max-width: 66%;}
  .about-box .right{width: 100%;}
  .page-ny .bt .right{display: none;}
  .page-banner::before{padding-top: 32%;}

}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	