*{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:relative;left:0;top:0;z-index:99999;width: 100%;background:#fff;}
.header-top{background-color: #f5f5f5;line-height: 35px;border-top:5px solid #e8000d}
.h-top{display:flex;justify-content:space-between;font-size:13px;color:#666;}
.h-top span a{color:#666;}
.h-top span a:hover{color:#e8000d;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:25px 0 20px 0;}
.header-main .logo img{ max-width:100%; display:block;}

header .tel{position: relative;}
header .tel p{line-height:18px;font-size:13px;color:#333;background:url(../images/tel.png) no-repeat left center;padding-left:28px;}
header .tel p span{color:#999;}
header .tel b{display:block;color:#e8000d;font-size:24px;line-height:24px;font-family:"Arial";}

.header-nav{ width:100%;background:#f5f5f5;position: relative;}
.header-nav .wrap{display: flex;justify-content: space-between;align-items: center;position: relative;}
.header-nav .wrap .left{width: 300px;position: relative;text-align: center;background-color: #e8000d;font-size: 0.16rem;color:#fff;font-weight: bold;line-height: 40px;}
.header-nav .wrap form{width: 225px;border-radius: 30px;line-height: 30px;background-color: #fff;border:1px solid #dcdcdc;display: flex;font-size: 13px;color:#333;}
.header-nav .wrap form input[type=text]{width: calc(100% - 38px);padding-left: 15px;border-radius: 30px 0 0 30px;}
.header-nav .wrap form input[type=submit]{width: 38px;border-radius: 30px;background: url(../images/but.png) no-repeat center center;}
.header-nav .links{position: absolute;height: 480px;background-color: #e8ecf5;width: 300px;top: 40px;}
.header-nav .links .bb{display: flex;flex-wrap: wrap;border-right: 1px solid #d4d4d4;}
.header-nav .links .bb a{display: flex;align-items: center;justify-content: center;height: 100px;border-bottom: 1px solid #d4d4d4;width: 50%;border-left: 1px solid #d4d4d4;font-size: 0.16rem;color:#666;}
.header-nav .links .bb a img{display: block;max-width: 100%;margin-right: 0.1rem;transition: 0.5s;}
.header-nav .links .bb a:hover img{transform: rotateY(360deg);}
.header-nav .links .bb a:hover {color:#e8000d}
.header-nav .links .more{font-size: 0.16rem;color:#fff;font-weight: bold;display: flex;justify-content: center;align-items: center;width: 90%;margin:15px auto 0 auto;background-color: #fbac00;height: 50px;}
.header-nav .links .more img{display: block;max-width: 100%;margin-left: 0.2rem;transition: 0.5s;}
.header-nav .links .more:hover img{transform: rotateY(360deg);}

.nav-ul {display: flex;width: calc(100% - 525px);}
.nav-ul li {position:relative;width:calc(100% / 6);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#333;line-height:40px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 1px;height: 30%;background-color: #e8000d;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background-color: #fbac00;}
.nav-ul li:last-child .nav_a::before{display: none;}

.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: #e8000d;}

.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:#e8000d;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.on .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:#e8000d;}
.sjnav .list-inline-li.on .list-box .list-link{color:#e8000d;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;height: 480px;object-fit:cover}
.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#fbac00;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#e8000d;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;}

main{overflow: hidden;}
.title{text-align: center;}
.title .t1{line-height: 0.32rem;font-size: 0.24rem;color:#333;font-weight: bold;}
.title .t2{line-height: 0.2rem;font-size: 0.14rem;color:#999;font-family: "arial";}
.title img{display: block;max-width: 100%;margin:5px auto 0 auto;}

.pro{padding:50px 0 0 0;}
.swiper-pro{padding:0.3rem 0 0 0;}
.pro .box{width: 100%;position: relative;padding:17px;}
.pro .box .bt{display: flex;align-items: center;}
.pro .box .bt img{display: block;max-width: 100%;margin-right: 0.15rem;}
.pro .box .bt .t1{line-height: 0.32rem;font-size: 0.24rem;color:#333;}
.pro .box .bt .t2{line-height: 0.2rem;font-size: 0.13rem;color:#999;font-family: "Arial";}
.pro .box .nr{margin:0.15rem 0;display: flex;flex-wrap: wrap;justify-content: space-between;height: 100px;overflow: hidden;align-items: flex-start;}
.pro .box .nr a{display: block;width: 49%;font-size: 0.13rem;color:#333;line-height: 0.49rem;border-bottom: 1px solid #d7d7d7;padding-left: 4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pro .box .nr a:hover{color:#e8000d;}
.pro .box .more{display: block;text-align: center;width: 0.9rem;line-height: 26px;border-radius: 30px;background-color: #3252c9;font-size: 0.13rem;color:#fff;transition: 0.5s;margin-left: 0.2rem;}
.pro .box .more:hover{transform: translateY(-4px);box-shadow: 0 3px 3px rgba(0, 0, 0,0.2);}
.pro .box::before, .pro .box::after{content:"";display: block;width: 0.5rem;height: 0.5rem;position: absolute;}
.pro .box::before{left: 0;bottom: 0;border-left: 5px solid #3252c9;border-bottom: 5px solid #3252c9;}
.pro .box::after{right: 0;top:0;border-top: 5px solid #3252c9;border-right: 5px solid #3252c9;}

.pro2 .box .more{background-color: #fbac00;}
.pro2 .box::before{border-color: #fbac00;}
.pro2 .box::after{border-color: #fbac00;}
.pro3 .box .more{background-color: #fd7f49;}
.pro3 .box::before{border-color: #fd7f49;}
.pro3 .box::after{border-color: #fd7f49;}

.pro .bigbox{display: flex;justify-content: space-between;padding:0.3rem 0 0 0;}
.swiper-pro3{width: calc(100% - 240px);margin:0}
.pro .bigbox .more2{width: 215px;display: flex;align-items: center;justify-content: center;}
.pro .bigbox .more2 .bb{color:#fff;width: 100px;height: 140px;text-transform: uppercase;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;align-content: center;font-size: 0.24rem;text-align: center;position: relative;}
.pro .bigbox .more2 .bb span{display: block;width: 100%;padding-bottom: 0.1rem;}
.pro .bigbox .more2 .bb::before, .pro .bigbox .more2 .bb::after{content:"";display: block;width: 15px;height: 24px;position: absolute;border-top: 2px solid #fff;}
.pro .bigbox .more2 .bb::before{left: 0;top:0;border-left: 2px solid #fff;}
.pro .bigbox .more2 .bb::after{right: 0;top:0;border-right: 2px solid #fff;}

.pro .bigbox .more2 em::before, .pro .bigbox .more2 em::after{content:"";display: block;width: 15px;height: 24px;position: absolute;border-bottom: 2px solid #fff;}
.pro .bigbox .more2 em::before{left: 0;bottom:0;border-left: 2px solid #fff;}
.pro .bigbox .more2 em::after{right: 0;bottom:0;border-right: 2px solid #fff;}


.hf{display: block;max-width: 100%;object-fit:cover;margin:40px auto;}

.about{padding:40px 0 55px 0;}
.about .box{padding:0.4rem 0 0 0;display: flex;justify-content: space-between;}
.about .box .left{width: 48%;}
.about .box .left .t1{font-size: 0.5rem;color:#333;font-weight: bold;text-transform: uppercase;line-height: 0.5rem;position: relative;}
.about .box .left .t1 em{display: block;opacity: 0.1;font-family: "arial";}
.about .box .left .t1 b{font-size: 0.16rem;position: absolute;left: 0;top: 0;padding-top: 10px;}
.about .box .left .t2{font-size: 14px;color:#333;line-height: 0.3rem;margin:0.1rem 0 0.3rem 0;}
.about .box .left a{display: block;text-align: center;width: 0.9rem;line-height: 26px;border-radius: 30px;background-color: #e8000d;font-size: 0.13rem;color:#fff;transition: 0.5s;}
.about .box .left:hover a{transform: translateY(-4px);box-shadow: 0 3px 3px rgba(0, 0, 0,0.2);}
.about .box .right{width: 49%;}
.about .box .right .pic{width: 100%;position: relative;overflow: hidden;box-shadow: 20px -20px 0 rgba(109,166,240,0.2);}
.about .box .right .pic::before{content:"";display: block;padding-top: calc(236/710*100%);}

.service{padding:50px 0 0 0;}
.swiper-service{padding:30px 10px 10px 10px}
.swiper-service a{display: block;box-shadow: 0 0 10px rgba(0, 0, 0,0.2);position: relative;}
.swiper-service a .pic{width: 100%;position: relative;overflow: hidden;;}
.swiper-service a .pic::before{content:"";display: block;padding-top: calc(280/365*100%);}
.swiper-service a .txt{position: absolute;left: 0;bottom: 0;width: 100%;background-color: #f5f5f5;text-align: center;height: 50px;overflow: hidden;;}
.swiper-service a .txt .t1{line-height: 50px;font-size: 0.14rem;color:#333;width: 100%;}
.swiper-service a .txt .t2{width: 92px;line-height: 25px;text-align: center;background-color: #fff;border-radius: 30px;font-size: 0.13rem;color:#333;margin:0 auto;}
.swiper-service a:hover .txt{height: 100%;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;background-color: rgba(251,172,0,0.6);}
.swiper-service a:hover .txt .t1{font-weight:bold;font-size: 0.2rem;margin-bottom: 10px;color:#fff;}

.news{padding:50px 0;}
.news .wrap{padding: 0.25rem 0 0 0;display: flex;justify-content: space-between;}
.news .wrap .box{width: 31%;border:1px solid #e5e5e5;border-bottom-width: 2px;padding:0 20px;transition: 0.5s;}
.news .wrap .box .bt{line-height: 0.66rem;display: flex;align-items: center;font-size: 0.24rem;color:#333;margin-top:0.1rem ;position: relative;}
.news .wrap .box .bt img{margin-left: 0.2rem;}
.news .wrap .box .max{display: block;width: 100%;height: 3rem;overflow: hidden;margin-bottom: 0.1rem;}
.news .wrap .box .max .pic{width: 100%;position: relative;overflow: hidden;border-radius: 60px 0 0 0;}
.news .wrap .box .max .pic::before{content:"";display: block;padding-top: calc(150/400*100%);}
.news .wrap .box .max .txt{padding:0.11rem 0 0 0;}
.news .wrap .box .max .txt .t1{line-height: 0.38rem;font-size: 0.16rem;color:#333;font-weight: bold;}
.news .wrap .box .max .txt .t2{line-height: 0.3rem;font-size: 0.14rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height: 0.9rem;}
.news .wrap .box .max:hover .t1{color:#e8000d;}
.news .wrap .box .max:hover .img_cover{transform: scale(1.1);}
.news .wrap .box .links{display: flex;justify-content: space-between;align-items: center;padding:0 0.2rem;line-height: 0.5rem;border-top: 1px solid #e5e5e5;font-size:0.13rem;color:#666;font-weight: bold;}
.news .wrap .box .links em{display: flex;align-items: center;justify-content: center;width: 16px;height: 16px;border:1px solid #333;border-radius: 50%;color:#333;}
.news .wrap .box .links:hover{color:#e8000d;}
.news .wrap .box:last-child .max .txt{padding:0;}
.news .wrap .box:last-child .max .txt .t2{display: block;height: calc(100% - 0.38rem);} 
.news .wrap .box:hover{border-bottom-color: #e8000d;}

.swiper-box{width: 100%;}
.swiper-box a{display: block;position: relative;overflow: hidden;position: relative;}
.swiper-box a::before{content: "";display: block;padding-top: calc(480/640*100%);}
.swiper-box a .txt{position: absolute;left: 50%;top:50%;text-align: center;transform: translate(-50%,-50%);width: 100%;}
.swiper-box a .txt .t1{display: flex;align-items: flex-end;font-size: 0.3rem;line-height: 0.5rem;justify-content: center;color:#333;}
.swiper-box a .txt .t1 img{margin-right: 13px;max-width: 100%;transition: 0.5s;}
.swiper-box a .txt .t2{font-size: 0.16rem;line-height: 0.32rem;padding-top: 5px;color:#666;}
.swiper-box a:hover .txt .t1 img{transform: rotateY(360deg);}
.swiper-box a .xian{display: block;max-width: 100%;position: absolute;left: 65%;top:52%;transform: translate(-50%,-50%);}

footer{background-color:#f2f2f2;color:#333;}
footer .box{padding:0.5rem 0 40px 0;display: flex;justify-content: space-between;}
footer .box .left img{display: block;max-width: 100%;}
footer .box .left .lxfs{font-size: 14px;padding:10px 0 0 0;line-height: 26px;}
/* footer .box dl{text-align: center;} */
footer .box dl dt, footer .box dl dt a{display: block;font-weight: normal; line-height: 0.3rem;font-size: 0.16rem;}
footer .box dl dd{padding-top: 20px;}
footer .box dl dd a{line-height: 0.25rem;font-size: 0.13rem;display: block;color:#333;}
footer .box dl .bb{display: flex;flex-wrap: wrap;width: 160px;}
footer .box dl .bb a{width: 50%;}
footer .box dl .bb a:nth-child(even){text-align: right;}
footer .box .ewm{display: flex;text-align: center;}
footer .box .ewm .bb{width: 110px;;}
footer .box .ewm .bb + .bb{margin-left: 20px;}
footer .box .ewm .bb img{display: block;max-width: 100%;width: 110px;}
footer .box .ewm .bb span{display: block;font-size: 0.13rem;padding-top: 5px;}
footer a{color:#333;}
footer a:hover{text-decoration:underline !important;color:#333;}
.foot-txt{padding:0.13rem 0;font-size:0.14rem;color:#333;text-align: center;background-color: #fff;}

/**/
.page{padding:40px 0;}
.page .wrap{display: flex;}
.page-left{width: 300px;margin-right: 30px;}

.s-drop-wrap { width:100%; }
.s-drop-btn {  line-height:55px; font-size:0.24rem;line-height: 0.3rem; color: #333;position:relative;border:1px solid #e8000d;padding:30px 0 30px 70px;}
.s-drop-btn em{display: block;line-height: 0.18rem;font-size: 0.14rem;font-family: "arial";}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
/* .s-drop-btn.act{ background:#bb242b;} */

.s-drop-list {display: block;background-color: #e8000d;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:15px; color:#fff;line-height:0.44rem;padding-left: 0.4rem;border-bottom: 1px solid rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.4);font-weight: bold;}
.aside-list-link em{font-size: 18px;margin-right: 8px;}
.aside-list-link:hover, .aside-list-link.act{ color:#fff;}

.s-drop-list li .aside-sublist{ width:100%;  display:block;  }
/* .s-drop-list li:first-child .aside-sublist{display:block;} */
.s-drop-list li .aside-sublist li a{ color:#fff; line-height:0.34rem;  font-size:14px; padding-left: 0.7rem;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{color:#fff;text-decoration: underline !important;}

.page-left .lxfs {padding:40px 0 40px 40px}
.page-left .lxfs .t1{line-height: 0.26rem;font-size: 18px;color:#333;;}
.page-left .lxfs .t2{line-height: 0.34rem;font-size: 36px;color:#e8000d;font-family: "arial";;}

.page-right{width: calc(100% - 330px);}
.page-bt{display: flex;align-items: flex-end;justify-content: space-between;padding-top: 0.2rem;}
.page-bt b{font-size: 0.18rem;font-weight: bold;position: relative;line-height: 41px;color:#333;}
.page-bt b::before{content:"";display: block;width: 100%;height: 2px;background-color: #e8000d;position: absolute;left: 0;bottom: -1px;}
.page-bt a{color:#333;}
.page-bt i{margin:0 5px;}
.page-bt span{color:#e8000d}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:0.14rem 0;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.pro-ul li a{display: block;box-shadow: 0 0 10px rgba(0, 0, 0,0.2);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(280/365*100%);}
.pro-ul li a .txt{position: absolute;left: 0;bottom: 0;width: 100%;background-color: #f5f5f5;text-align: center;height: 50px;overflow: hidden;;}
.pro-ul li a .txt .t1{line-height: 50px;font-size: 0.14rem;color:#333;width: 100%;}
.pro-ul li a .txt .t2{width: 92px;line-height: 25px;text-align: center;background-color: #fff;border-radius: 30px;font-size: 0.13rem;color:#333;margin:0 auto;}
.pro-ul li a:hover .txt{height: 100%;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;background-color: rgba(251,172,0,0.6);}
.pro-ul li a:hover .txt .t1{font-weight:bold;font-size: 0.2rem;margin-bottom: 10px;color:#fff;}

.pro-show{min-height:5rem;padding: 0.24rem 0;}  
.pro-show .bt{border-bottom: 1px solid #dadada;padding-bottom: 0.15rem;text-align: center;}
.pro-show .bt b{display: block;line-height: 0.36rem;font-size: 0.2rem;color:#333;}
.pro-show .bt span{display: block;line-height: 0.25rem;font-size: 0.14rem;color:#888;}
.pro-show .nr{font-size: 0.16rem;color:#555;line-height: 0.28rem;}
.pro-show .nr table{width: 100%;border: 1px solid #ccc;}
.pro-show .nr table tr td{border: 1px solid #ccc !important;padding-left: 25px !important;}
.pro-show img{display: block;max-width: 100%;margin:0.2rem auto;}

.news-ul{display:block;padding-top: 25px;}
.news-ul li{width:100%;padding:0.12rem;background:#fff;border:1px solid #dcdcdc;margin-bottom:0.2rem;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:#e8000d;}
.news-ul li:hover a .txt .t3 span{background:#e8000d;}















.hot{width:100%;background:#e8000d; 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%}
}

@media (max-width:1200px){
  header.act .header-box{display:block;}
  .pro .box .nr a{padding:0;}
  .header-nav .wrap form{display: none;}
  .nav-ul{width: calc(100% - 300px);}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .ban-img{height: initial !important;}
  .pro .bigbox .more2{display: none;}
  .swiper-pro3{width: 100%;}
  .about .box{display: block;}
  .about .box .left{width: 100%;}
  .about .box .right{width: 100%;padding-top: 40px;}
  .news .wrap{display: block;}
  .news .wrap .box{width: 100%;}
  .news .wrap .box .max{height: initial;}
  footer .box dl .bb{width: 140px;}
  footer .box .ewm{display: none;}
  /**/
  .page .wrap{display: block;width: 100%;}
  .page-left{width: 100%;margin:0;}
  .s-drop-list{display: none;}
  .s-drop-btn{padding:20px;}
  .page-right{width: 100%;padding:2%;}
}
 
@media (max-width:767px){
  .header-main{padding:14px 0;}
  .header-main .logo{width:280px;}
  .pro, .about .box, .service{padding:20px 0 0 0;}
  .swiper-pro{padding:20px 40px 0 0;}
  .pro .box{padding:20px;}
  .pro .box .bt img{width: 46px;}
  .pro .box::before, .pro .box::after{width: 30px;height: 30px;border-width: 3px;}
  .pro .box .nr a{font-weight: bold;}
  .about, .news{padding:20px 0;}
  .about .box .left .t1{font-size: 30px;}  
  .about .box .right{padding-top: 20px;}
  .about .box .right .pic{box-shadow: 10px -10px 0 rgb(109 166 240 / 20%);}
  .swiper-service a .txt{position: static;}
  .swiper-service a:hover .txt{height: 50px;display: block;}
  .news .wrap .box .max .pic{border-radius: 0 0 0 20px;}
  .swiper-box a .txt .t1{font-size: 16px;line-height: 23px;}
  .swiper-box a .txt .t1 img{width: 40px;margin-right: 6px;}
  .swiper-box a .txt .t2{font-size: 12px;}
  .news .wrap .box .links em{padding-bottom: 2px;}
  footer .box{display: none;}
  /**/
  .s-drop-btn{padding:10px 15px;}
  .pro-ul li{width: 48%;}
  .pro-ul li a .txt{position: static;}
  .pro-ul li a:hover .txt{height: 50px;display: block;}
  .pro-show .bt{text-align: left;}
  .pro-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .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;}
}

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

@media (max-width:336px) {
}
@media (max-width:1450px){
  .header-nav .wrap form{width: 200px;}
  .nav-ul{width: calc(100% - 430px);}
  .header-nav .wrap .left, .header-nav .links{width: 230px;}
  .header-nav .links{height: 345px;}
  .header-nav .links .bb a{height: 70px;font-size: 14px;}
  .header-nav .links .more{height: 40px;font-size: 14px;margin:12px auto 0 auto}
  .ban-img{height: 345px;}
}

@media (max-width:1100px){
  .header-nav .wrap .left, .header-nav .links{width: 190px;}  
  .header-nav .links .bb a{height: 60px;font-size: 13px;}
  .header-nav .links .more{height: 36px;font-size: 13px;margin:12px auto 0 auto}
  .header-nav .links, .ban-img{height: 300px;}
}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#F00;}		
