﻿*{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:#fff;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-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#fff;}

.header-top{border-bottom: 1px solid #f5f5f5;}
.header-top .wrap{display: flex;justify-content: space-between;align-items: center;font-size:0.14rem;color:#666;line-height: 0.4rem;}
.header-top .wrap a{position: relative;width: 60px;display: inline-block;border-right: 1px solid #f5f5f5;text-align: center;}
.header-top .wrap a .ewm{position: absolute;left: 50%;transform: translateX(-50%);top:40px;width: 88px;opacity: 0;transition: 0.5s;z-index: 5;box-shadow: 0 0 4px rgba(0, 0, 0,0.3);}
.header-top .wrap a:hover .ewm{opacity: 1;top: 33px;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.18rem 0;}
.header-main .logo{margin-right: 8%;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .links{display: flex;align-items: center;background-color: #f5f5f5;border-radius: 30px;padding:0 16px;line-height: 30px;}
.header-main .links a{font-size: 14px;color:#333;}
.header-main .links a:hover{color:#d71c26;}
.header-main .links img{margin-right: 0.1rem;}

.nav-ul {display: flex;}
.nav-ul li {position:relative;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#333;line-height:44px;text-align:center;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #333;background: url(../images/hover.png) no-repeat center bottom;}

.nav-ul .sub_ul {display: none;width: 200%;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);border-radius: 5px 5px 0 0;}
.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; padding-left:5px; padding-right:5px;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #d71c26;}



.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:#d71c26;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 .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; position: relative}
.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:#d71c26;}
.sjnav .list-inline-li.active .list-box .list-link{color:#d71c26;font-weight: bold;}

.third_ul{display: none;position: absolute; left: 100%; top: 0; width: 300px; box-shadow: 0 0 5px #ccc; background: #fff}
.third_ul li{width: 50% !important; float: left;}
.third_ul li a{display: block; font-size: 14px; color: #333; line-height: 30px; height: 30px; overflow: hidden; text-align: center}
.third_ul li a:hover{color: #d71c26;}

.nav-ul .sub_ul li:hover .third_ul{display: block}

.banner{position: relative;}
.ban-img{display: block;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:#d71c26;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;}

.header-bot{background-color: #f5f5f5;}
.header-bot .box{display: flex;justify-content: space-between;align-items: center;padding:10px 0;}
.header-bot .box .left{display: flex;align-items: center;font-size:14px;color:#333;height: 24px;}
.header-bot .box .left b{padding:0 5px;}
.header-bot .box .left a{color:#333;}
.header-bot .box .left a:hover{text-decoration: underline !important;}
.header-bot .box form{width: 450px;display: flex;border:4px solid #fff;line-height: 32px;}
.header-bot .box form input[type=text]{width: calc(100% - 86px);border-radius: 5px 0 0 5px;padding-left: 20px;}
.header-bot .box form input[type=submit]{width: 86px;background: url(../images/but.png) no-repeat center center;border-radius:30px 0 0 30px;color:#fff;}

.title{text-align: center;width: 100%;}
.title .t1{line-height: 0.48rem;font-size:0.34rem;color:#d71c26;font-weight: bold;}
.title .t2{line-height: 0.3rem;font-size:0.16rem;color:#666;display: flex;align-items: center;justify-content: center;}
.title .t2 em{color:#d71c26;margin:0 5px;font-size: 0.24rem;}
.title img{margin-top: 5px;}

.more{display: block;text-align: center;font-size:0.16rem;color:#333;border-radius: 30px;border:2px solid #d71c26;width: 1.4rem;line-height: 0.36rem;margin:0 auto;}
.more:hover{background-color: #d71c26;color:#fff;}

main{overflow: hidden;}
.pro{padding:0.4rem 0 0 0;}
.swiper-pro{padding:0.24rem 0 0 0;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-pro a .pic::before{content:"";display: block;padding-top: calc(640/480*100%);}
.swiper-pro a .txt{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 5;}
.swiper-pro a .txt img{display: block;max-width: 100%;margin:0 auto;transition: 0.5s;}
.swiper-pro a .txt img:nth-child(2){display: none;}
.swiper-pro a .txt .t1{font-size: 20px;color:#fff;padding:0.2rem 0;text-align: center;text-transform: uppercase;}
/* .swiper-pro a .txt .t2{text-align: center;font-size:0.13rem;color:#fff;border-radius: 30px;border:2px solid #d71c26;width: 1.05rem;line-height: 0.3rem;margin:0 auto;background-color: #d71c26;} */
.swiper-pro a .txt .t2{text-align: center;font-size:0.16rem;color:#fff;border-radius: 30px;border:2px solid rgba(255,255,255,0.8);width: 1.4rem;line-height: 0.36rem;background-color: rgba(0, 0, 0,0.5);}
.swiper-pro a::before{content:"";display: block;width: 100%;height: 100%;background-color: rgba(255, 255, 255,0.7);position: absolute;left: 0;top:0;z-index: 2;opacity: 0;transition: 0.5s;}
.swiper-pro a:hover::before{opacity: 1;}
.swiper-pro a:hover .txt img:nth-child(1){display: none;}
.swiper-pro a:hover .txt img:nth-child(2){display: block;}
.swiper-pro a:hover .txt .t1{color:#d71c26;}
.swiper-pro a:hover .txt .t2{background-color: #d71c26;color:#fff;box-shadow: 3px 3px 5px rgba(0, 0, 0,0.3);border-color: #d71c26;}
.swiper-pro a:hover .img_cover{transform: scale(1.05);}

.case{padding:0.45rem 0}
.swiper-case{padding:0.3rem 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(500/700*100%);}
.swiper-case a .txt{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 5;}
.swiper-case a .txt img{display: block;max-width: 100%;margin:0 auto;transition: 0.5s;}
.swiper-case a .txt img:nth-child(2){display: none;}
.swiper-case a .txt .t1{margin: 0.15rem auto 0 auto;text-align: center;font-size:0.16rem;color:#fff;border-radius: 30px;border:2px solid rgba(255,255,255,0.8);width: 1.4rem;line-height: 0.36rem;background-color: rgba(0, 0, 0,0.5);}
.swiper-case a:hover .img_cover{transform: scale(1.05);}
/* .swiper-case a:hover .txt img{transform: rotateY(360deg);} */
.swiper-case a:hover .txt img:nth-child(1){display: none;}
.swiper-case a:hover .txt img:nth-child(2){display: block;}
.swiper-case a::before{content:"";display: block;width: 100%;height: 100%;background-color: rgba(255, 255, 255,0.7);position: absolute;left: 0;top:0;z-index: 2;opacity: 0;transition: 0.5s;}
.swiper-case a:hover::before{opacity: 1;}
.swiper-case a:hover .txt .t1{background-color: #d71c26;color:#fff;box-shadow: 3px 3px 5px rgba(0, 0, 0,0.3);border-color: #d71c26;}
.prev-case, .next-case{width: 0.34rem;height: 0.34rem;border-radius: 50%;background-color: #313131;font-size:0.3rem;color:#fff;position: absolute;top:50%;transform: translateY(-50%);display: flex;justify-content: center;align-items: center;z-index: 9;}
.prev-case{left: 50px;}
.next-case{right: 50px;}
.prev-case:hover, .next-case:hover{background-color: #d71c26;color:#fff;}

.about{width: 100%;display: flex;position: relative;background-color: #f5f5f5;justify-content: space-between;}
.about .pic{width: 49%;position: relative;overflow: hidden;}
.about .pic::before{content:"";display: block;padding-top: calc(505/940*100%);}
.about .txt{width: 49%;padding-right: calc(calc(100% - 1520px) / 2);display: flex;flex-wrap: wrap;align-content: space-around;}
.about .txt .nr{width: 100%;font-size: 0.16rem;color:#333;line-height: 0.36rem;height: 2.52rem;overflow: hidden;;}
.about .txt .more{margin:0;position: relative;left: calc(100% - 1.4rem);}

.news{padding:0.3rem 0;}
.swiper-news{padding:0.25rem 0 0 0;}
.swiper-news a{display: block;border-top:1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;position: relative;padding:0.2rem 0;transition: 0.5s;}
.swiper-news a .pic{width: 100%;position: relative;overflow: hidden;;}
.swiper-news a .pic::before{content:"";display: block;padding-top: calc(75%);}
.swiper-news a .txt{width: 100%;font-size: 0.16rem;color:#333;padding:0.1rem 0.2rem;}
.swiper-news a .txt .t1{line-height: 0.44rem;font-weight: bold;}
.swiper-news a .txt .t2{line-height: 0.24rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.swiper-news a .data{font-size: 0.16rem;color:#fff;line-height: 0.24rem;background-color: #ed1b26;text-align: center;width: 0.8rem;height: 0.8rem;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;position: absolute;left: 0.4rem;top:0;z-index: 9;}
.swiper-news a .data b{width: 100%;line-height: 0.38rem;font-size:0.36rem;display: block;}
.swiper-news a:hover .img_cover{transform: scale(1.05);}
.swiper-news a:hover .txt{color:#ed1b26}
.swiper-news a:hover{border-bottom-color: #ed1b26;}

.partner{padding:0.4rem 0 0.6rem 0;}
.partner .box{margin:0.25rem 0 0.4rem 0;padding:0 55px;position: relative;}
.partner .box a{display: block;border:1px solid #d2d2d2;background-color: #fff;transition: 0.5s;}
.partner .box a .pic{width: 100%;position: relative;overflow: hidden;;}
.partner .box a .pic::before{content:"";display: block;padding-top: calc(105/190*100%);}
.partner .box a:hover {border-color:#d71c26;}
.prev-partner, .next-partner{width: 0.34rem;height: 0.34rem;border-radius: 50%;background-color: #313131;font-size:0.3rem;color:#fff;position: absolute;top:50%;transform: translateY(-50%);display: flex;justify-content: center;align-items: center;}
.prev-partner{left: 0;;}
.next-partner{right: 0;}
.prev-partner:hover, .next-partner:hover{background-color: #d71c26;color:#fff;}


footer{background:#212121;border-top:5px solid #d71c26;}
footer .box{display: flex;justify-content: space-between;padding:0.5rem 0 0.4rem 0;}
footer .box .left img{display: block;max-width: 100%;}
footer .box .left .ewm{display: flex;padding-top: 0.22rem;}
footer .box .left .ewm .bb{text-align: center;width: 98px;}
footer .box .left .ewm .bb + .bb{margin-left: 15px;}
footer .box .left .ewm .bb img{display: block;max-width: 100%;margin:0 auto;}
footer .box .left .ewm .bb span{display: block;font-size: 0.14rem;color:#fff;padding-top: 5px;}
footer .box .lxfs{font-size: 14px;color:#f5f5f5;line-height: 30px;}
footer .box .lxfs b{font-size: 16px; padding-bottom:10px;}
footer .box .right{width: 520px;font-size: 0.16rem;color:#fff}
footer .box .right b{display: block;;}
footer .box .right form{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
footer .box .right form input[type=text], footer .box .right form textarea{width: 49%;background-color: #4b4b4b;margin-top: 0.1rem;border:none;line-height: 0.4rem;padding-left: 0.2rem;}
footer .box .right form textarea{width: 100%;height: 90px;}
footer .box .right form input[type=text]::-webkit-input-placeholder {color:#fff }
footer .box .right form input[type=text]::-moz-placeholder { color:#fff}
footer .box .right form input[type=text]:-ms-input-placeholder{color:#fff }
footer .box .right form textarea::-webkit-input-placeholder {color:#fff }
footer .box .right form textarea::-moz-placeholder { color:#fff}
footer .box .right form textarea:-ms-input-placeholder{color:#fff }
footer .box .right form input[type=button], footer .box .right form input[type=reset]{width: 48%;background-color: #111;color:#fff;line-height: 0.44rem;margin-top: 0.1rem;}
footer .box .right form input[type=button]:hover, footer .box .right form input[type=reset]:hover{background-color: #d71c26;}
footer .bot{border-top:1px solid rgba(255,255,255,0.3);padding:0.3rem 0;text-align: center;font-size:0.14rem;color:#fff}
footer .bot .t1{font-size: 0.16rem;padding-bottom: 0.16rem;}
footer .bot .t1 span{padding:0 12px;}
footer .bot a{color:#fff;}
footer .bot a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page-banner{width: 100%;position: relative;overflow: hidden;;}
.page-banner::before{content:"";display: block;padding-top: calc(25%);}
.page-banner .wrap{position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.page-banner .wrap .txt{text-align: center;color:#fff;}
.page-banner .wrap .txt .t1{line-height: 0.48rem;font-size:0.34rem;font-weight: bold;}
.page-banner .wrap .txt .t2{line-height: 0.3rem;font-size:0.16rem;display: flex;align-items: center;justify-content: center;}
.page-banner .wrap .txt .t2 em{color:#d71c26;margin:0 5px;font-size: 0.24rem;}
.page-banner .wrap .txt .t3{padding:0.1rem 0 0.5rem 0;display: flex;justify-content: center;flex-wrap: wrap;}
.page-banner .wrap .txt .t3 a{display: block;margin:5px;border:1px solid #fff;border-radius: 30px;text-align: center;font-size:0.16rem;color:#fff;padding:0 0.18rem;background-color: rgba(0,0,0,0.4);line-height: 0.32rem;transition: 0.5s;}
.page-banner .wrap .txt .t3 a:hover{background-color: #d71c26;color:#fff;border-color: #d71c26;}
.page-banner .wrap .txt .t3 a.on{background-color: #d71c26;color:#fff;border-color: #d71c26;}

.page{position: relative;min-height: 5rem;padding:0.24rem 0;}
.page-bt{display: flex;justify-content: space-between;align-items: center;}
.page-bt .t1{line-height: 0.4rem;position: relative;font-size:0.18rem;color:333;}
.page-bt .t1::before{content:"";display: block;width: 100%;height: 2px;background-color: #0c0908;position: absolute;left: 0;bottom: 0;}
.page-bt .t1::after{content:"";display: block;width: 50%;height: 2px;background-color: #d71c26;position: absolute;left: 0;bottom: 0;}
.page-bt .t2{font-size: 0.14rem;color:#333;}
.page-bt .t2 a{color:#333;}
.page-bt .t2 a:hover{color:#d71c26}
.page-bt .t2 em{color:#d71c26;}

.pro-ul{display: flex;flex-wrap: wrap;padding:0.15rem 0;}
.pro-ul li{width: calc(100% / 4);padding:4px 1px;}
.pro-ul li a{display: block;background-color: #eeedf3;padding:0.12rem;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: calc(250/350*100%);}
.pro-ul li a .txt{background-color: #777679;text-align: center;padding:0.2rem;margin-top:0.12rem;}
.pro-ul li a .txt .t1{font-size:0.16rem;color:#fff;margin-bottom: 0.15rem;}
.pro-ul li a .txt .t2{font-size: 0.14rem;color:#000;background-color: #fff;border-radius: 30px;line-height:0.26rem;width: 1.3rem;margin:0 auto;}
.pro-ul li a:hover .txt{background-color: #d71c26;}
.pro-ul li a:hover .img_cover{transform: scale(1.05);}


.news-ul{padding:0.2rem 0;display: block;}
.news-ul li{width: 100;background-color: #fff;box-shadow: 0 5px 10px #ccc;padding:0.08rem;margin-bottom: 0.3rem;transition: 0.5s;}
.news-ul li a{display: flex;}
.news-ul li a .pic{width: 3.75rem;position: relative;overflow: hidden;border: 1px solid #e5e5e5;}
.news-ul li a .pic:before{content:"";display: block;padding-top:75%}
.news-ul li a .content{width:calc(100% - 4.75rem);display: flex;flex-wrap: wrap;align-content: space-between;padding:20px;}
.news-ul li a .content .t1{font-size:0.22rem;color:#333;line-height: 0.3rem;width:100%;}
.news-ul li a .content .t2{font-size:0.12rem;color:#b1b1b1;line-height: 0.2rem;width:100%;padding-top: 8px;}
.news-ul li a .content .t3{line-height: 0.26rem;font-size:0.16rem;color:#555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0.08rem 0;width:100%;}
.news-ul li a .content .t4{width: 0.95rem;line-height: 0.3rem;text-align: center;background-color: #fff;border-radius: 30px;font-size:12px;color:#333;border:1px solid #ddd}
.news-ul li a .content .t4 i{margin-left: 6px;}
.news-ul li:hover{transform: translateY(-8px);}
.news-ul li:hover .content .t4{background-color: #d71c26;color:#fff;}

.news-show{min-height:5rem;padding:0.2rem 0;}  
.news-show .t1{text-align: center;font-size:0.2rem;color:#333; line-height:0.3rem;}
.news-show .t2{font-size:16px;color:#333;line-height: 0.3rem;}
.news-show .date{display:block;text-align:center;font-size:13px;color:#999;padding-top: 0.05rem; padding-bottom:0.05rem; border-bottom:1px dotted #CCCCCC;} 
.news-show .t2{font-size:16px;color:#333;line-height: 0.3rem; padding-top:0.06rem;}
.news-show .t2 img{max-width:100% !important; height:auto !important;}

.partner-ul{display: flex;flex-wrap: wrap;padding:0.15rem 0;}
.partner-ul li{width: calc(100% / 6);padding:4px ;}
.partner-ul li a{display: block;border:1px solid #d2d2d2;background-color: #fff;transition: 0.5s;}
.partner-ul li a .pic{width: 100%;position: relative;overflow: hidden;;}
.partner-ul li a .pic::before{content:"";display: block;padding-top: calc(105/190*100%);}
.partner-ul li a:hover {border-color:#d71c26;}


.pro-show{display: flex;justify-content: space-between;width: 100%;padding-top: 0.3rem;}
.pro-show .left{width: 40%;}
.gallery-top {width:100%;}
.gallery-top .swiper-slide a{display: block;position: relative;overflow: hidden;border:2px solid #e5e5e5;}
.gallery-top .swiper-slide a::before{content:"";display: block;padding-top:calc(75%)}

.thumbs-box{margin-top: 12px;border:1px solid #e5e5e5;padding:15px 25px;position: relative;}
.gallery-thumbs{width:100%;}
.gallery-thumbs .swiper-slide a{display: block;position: relative;overflow: hidden;border:2px solid #e5e5e5;}
.gallery-thumbs .swiper-slide a::before{content:"";display: block;padding-top:calc(160 / 205 * 100%)}
.gallery-thumbs .swiper-slide-thumb-active a{border-color: #d71c26;}
.prev-thumbs, .next-thumbs{width:22px;height: 100%;display: flex;justify-content: center;align-items: center;background-color: #eeeded;font-size:0.2rem;color:#000;position: absolute;top:0;}
.prev-thumbs{left:0;}
.next-thumbs{right: 0;}
.prev-thumbs:hover, .next-thumbs:hover{background-color: #d71c26;color:#fff;}

.pro-show .right{width: 55%;display: flex;flex-wrap: wrap;align-content: space-between;padding-bottom: 100px;}
.pro-show .right .txt{width: 100%;}
.pro-show .right .t1{font-size:0.22rem;color:#111;}
.pro-show .right .t2{font-size:14px;color:#666;padding:0.18rem 0; line-height:2}
.pro-show .right .bot{width: 100%;}
.pro-show .right .bot .zx{width: 1.2rem;line-height: 0.36rem;background-color: #d71c26;text-align: center;font-size:12px;color:#fff;display: block; margin-bottom:0.1rem;}
.pro-show .right .bot .zx:hover{background-color: #114685;}
.pro-show .right .bot .fl{display: block;font-size:12px;color:#666;padding:10px 0 0 0;}
.pro-show .right .bot .fl:hover{color:#d71c26;}
.pro-show .right .bot .fl i{font-size:0.16rem;margin-right: 5px;}

.pro-xq{padding:0.3rem 0;width: 100%;}
.pro-xq .t1{line-height: 0.6rem;border-bottom: 1px solid #e1e1e1;font-size:0.22rem;color:#111;}
.pro-xq .t2{padding:0.24rem 0;}
.pro-xq .t2 img{ max-width:100% !important; height:auto !important;}



.hot{width:100%;background:#d71c26; 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:1520px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
  .header-main .logo{margin-right: 3%;}
  .partner-ul li{width: calc(100% / 5);padding:4px ;}
}

@media (max-width:1200px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
  .nav-ul li .nav_a{font-size: 15px;}
  .page-banner::before{padding-top: 30%;}
  .partner-ul li{width: calc(100% / 4);padding:4px ;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .nav-ul li, .prev-case, .next-case, footer .box .left{display: none;}
  .swiper-news a .data{display: none;}
  .swiper-news a .txt .t2{font-size: 12px;}
  footer .bot .t1{font-size: 0.14rem;}
  /**/
  .page-banner::before{padding-top:40%;}
  .pro-ul li{width: calc(100% / 3);}
  .partner-ul li{width: calc(100% / 3);padding:4px ;}
  .pro-show{display: block;padding:20px 0 0 0;}
  .pro-show .left{width: 100%;}
  .pro-show .right{width: 100%;padding:20px 0 0 0;}
  .prev-thumbs, .next-thumbs{display: none;}
  .thumbs-box{padding:10px 5px}
  .pro-xq .t2{font-size:14px;}
}
 
@media (max-width:767px){
  .header-main .logo{width:150px;}
  .title .t1{font-size: 20px;line-height: 30px;}
  .title img{display: none;}
  .swiper-pro a .txt img, .swiper-case a .txt img{width: 30px;}
  .swiper-pro a .txt .t1{font-size: 16px;}
  .swiper-pro a .txt .t2, .swiper-case a .txt .t1{border-width: 1px;font-size: 14px;width: 100px;}
  .about{display: block;}
  .about .pic{width: 100%;}
  .about .txt{width: 100%;padding:20px 2%;}
  .about .txt .nr{margin:10px 0;}
  .swiper-news a .txt{padding:5px 10px;}
  .partner .box{margin:22px 0;padding:0;}
  .prev-partner, .next-partner{display: none;}
  footer .box{padding:20px 0;display: block;}
  footer .box .right{width: 100%;padding-top: 15px;}
  footer .bot .t1{display: none;}
  /**/
  .page-banner::before{display: none;}
  .page-banner .wrap{position: static;transform: translate(0);}
  .page-banner .wrap .txt{padding:50px 0 20px 0;}
  .page-banner .wrap .txt .t1{font-size: 20px;line-height: 30px;}
  .page-banner .wrap .txt .t3{justify-content: flex-start;padding:10px 0 0 0;}
  .page-banner .wrap .txt .t3 a{width: calc(100% / 3 - 2%);margin:1%;padding:0;font-size: 12px;}
  .page-bt .t2{display: none;}
  .pro-ul li{width: 48%;}
  .pro-ul li a{padding:5px;}
  .pro-ul li a .txt{padding:5px;}
  .pro-ul li a .txt .t2{display: none;}
  .pro-ul li a .txt .t1{margin:0;}
  .pro-ul li a .pic::before{padding-top: 100%;}
.pro-show .right .bot .zx{margin-bottom:0;}
.pro-show .right .bot .fl{padding:5px 0 0 0;}
  .news-ul li{width:100%;padding:2%;margin-bottom: 16px;}
  .news-ul li a .pic{width: 120px;}
  .news-ul li a .content{width:calc(100% - 120px);padding:0 0 0 10px;}
  .news-ul li a .content .t2, .news-ul li a .content .t4{display: none;}
  .news-ul li a .content .t1{font-size:15px;font-weight: bold;}
  .product-show, .news-show{padding:10px 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;}
  .partner-ul li{width: calc(100% / 2);padding:4px ;}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	