*{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%;background-repeat: no-repeat;}
.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:1200px; 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;height: 142px;width: 100%;}
header.act .header-content{animation:searchTop 0.5s ease-in-out !important;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@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-main{display:flex;justify-content:space-between;align-items:center;padding:0.2rem 0;}
.header-main .logo img{ max-width:100%; display:block;}

header .tel{background:url(../images/tel.png) no-repeat left center;padding-left:50px;}
header .tel p{line-height:20px;font-size:12px;color:#333;}
header .tel b{display:block;color:#265c97;font-size:22px;line-height:26px;font-family:"Impact";font-weight: normal;}

.header-nav{
	width:100%;
	background: url(../images/header_bj.png) repeat-x left center;
/* 	background-image: -webkit-linear-gradient(top,#2e6ac7,#255b92);
	background-image: -moz-linear-gradient(top,#2e6ac7,#255b92);
	background-image: linear-gradient(top,#2e6ac7,#255b92); */
	display: block;
	float: left;
}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 8);position: relative;}
.nav-ul li::before{content:"";display: block;width: 2px;height: 24px;background: rgba(255,255,255,0.3);position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.nav-ul li .nav_a {display:block;font-size:15px;color:#fff;line-height:44px;text-align:center;font-weight: bold;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #2f2e2e;background:-webkit-linear-gradient(top,#e8edf5,#cfd9e2);}

.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:40px;color:#1d1e20;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;transform: scale(1.1);background:#255b92;}

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

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

.title{display: flex;align-items: center;justify-content: space-between;}
.title .l{display: flex;align-items: center;}
.title .img{width: 0.45rem;height: 0.45rem;background: #ff9f17;position: relative;display: flex;justify-content: center;align-items: center;}
.title .img img{display: block;max-width: 100%;}
.title .img::before{content:"";display: block;border-top:8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #ff9f17;position: absolute;right: -8px;top:50%;transform: translateY(-50%);}
.title .tt{margin-left: 0.24rem;color:#fff;font-weight: bold;text-transform: uppercase;}
.title .tt .t1{line-height: 0.3rem;font-size:0.2rem;}
.title .tt .t2{line-height: 0.2rem;font-size:0.16rem;}
.title a{display: flex;justify-content: center;align-items: center;}
.title a img{display: block;max-width: 100%;margin-right: 8px;}
.title .a1{width: 1.25rem;line-height: 0.36rem;background-color: #fff;font-size:12px;color:#777;}
.title .a2{width: 0.95rem;line-height: 0.34rem;background-color: #275fa0;font-size:12px;color:#fff;border-radius: 5px;text-transform: uppercase;}
.title a:hover{transform: translateX(5px);}

main{background-color: #bad3e6;}
main .bg{background:url(../images/bg1.jpg) repeat;max-width: 1300px;width: 100%;margin:0 auto;}
main .bg .top{display: flex;justify-content: space-between;padding:0.2rem 0 0 0;}
main .bg .top .left{width: 72%;}
main .bg .top .left .left_t{display: flex;justify-content: space-between;}
main .bg .top .left .left_t .about{width: 44%;background-color: #275fa0;border-radius: 15px;padding:0.2rem;box-shadow: 0.1rem 0.1rem 0 #d3dbe4;}
main .bg .top .left .left_t .about .pic{width: 100%;border-radius: 10px;margin:0.2rem 0 0 0;padding:5px;background: -webkit-linear-gradient(left,#fff,rgba(255,255,255,0.4));}
main .bg .top .left .left_t .about .pic .img{width: 100%;position: relative;overflow: hidden;border-radius: 10px;}
main .bg .top .left .left_t .about .pic .img::before{content:"";display: block;padding-top:calc(160 / 350 * 100%);}
main .bg .top .left .left_t .about .txt{font-size:14px;color:#fff;line-height: 22px;margin-top: 0.15rem;height: 242px;overflow: hidden;;}
main .bg .top .left .left_t .about:hover .img_cover{transform: scale(1.1);}

main .bg .top .left .left_t .news{width: 52%;}
main .bg .top .left .left_t .news .title{background-color: #76a5af;border-radius: 15px;box-shadow: 6px 6px 0 #c4dde2;padding:0.25rem;}
main .bg .top .left .left_t .news ul{display: block;margin-top: 10px}
main .bg .top .left .left_t .news ul li{width: 100%;border-radius: 15px;padding:0.15rem;background-color: #727c8d;margin-top: 5px;transition: 0.5s;}
main .bg .top .left .left_t .news ul li a{display: flex;color:#fff;}
main .bg .top .left .left_t .news ul li a .date{width: 0.75rem;height: 0.75rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;line-height: 18px;font-size:15px;text-align: center;border:1px solid #fff;border-radius: 15px;align-content: center;}
main .bg .top .left .left_t .news ul li a .date em{display: block;font-family: "Impact";line-height: 0.34rem;font-size:0.34rem;}
main .bg .top .left .left_t .news ul li a .txt{width: calc(100% - 0.75rem);padding:0 0.18rem;display: flex;flex-wrap: wrap;align-content: space-around;}
main .bg .top .left .left_t .news ul li a .txt .t1{width: 100%;font-size:14px;font-weight: bold;display: flex;align-items: center;}
main .bg .top .left .left_t .news ul li a .txt .t1 img{display: block;max-width: 100%;margin-right: 0.1rem;}
main .bg .top .left .left_t .news ul li a .txt .t2{width:100%;font-size:14px;line-height: 22px; height: 44px; display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
main .bg .top .left .left_t .news ul li:hover{background-color: #76a5af;box-shadow: 6px 6px 0 #c4dde2;transform: translateY(-3px);}

main .bg .top .left .pro{width: 100%;background-color: #d6e9ff;border-radius: 15px;box-shadow: 0.1rem 0.1rem 0 #9eb7d4;padding:0.2rem;border:1px solid #e0e0e0;margin-top: 0.2rem;}
main .bg .top .left .pro .title .tt{color:#275fa0;}
main .bg .top .left .pro .title .img{background-color: #275fa0;}
main .bg .top .left .pro .title .img::before{border-left-color:#275fa0;}
.swiper-pro{padding:0.12rem 0 0 0;}
.swiper-pro a{display: block;border:5px solid #e5e5e5;transition: 0.5s;position: relative;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-pro a .pic::before{content:"";display: block;padding-top:calc(153 / 200 * 100%)}
.swiper-pro a .txt{line-height: 0.34rem;text-align: center;font-size:14px;color:#fff;background-color: #626262;position: absolute;left: 0;bottom: 0;width: 100%;;}
.swiper-pro a:hover{border-color: #275fa0;}
.swiper-pro a:hover .img_cover{transform: scale(1.1);} 
.swiper-pro a:hover .txt{background-color: #275fa0;color:#fff;}

main .bg .top .right{width: 26%;display: flex;flex-wrap: wrap;align-content: space-between;}
main .bg .top .right .contact{width: 100%;background-color: #3e87dd;border-radius: 15px;box-shadow: 6px 6px 0 #d3dbe4;padding:0.2rem;}
main .bg .top .right .contact .txt{font-size:14px;color:#fff;line-height: 22px;margin-top: 0.24rem;}
main .bg .top .right .box{background-color: #fff;border-radius: 15px;box-shadow: 6px 6px 0 #bfbfbf;padding:0.2rem;border:1px solid #e0e0e0;min-height: 30%;width: 100%;}
main .bg .top .right .box .title .tt{color:#275fa0;}
main .bg .top .right .box .title .img{background-color: #275fa0;}
main .bg .top .right .box .title .img::before{border-left-color:#275fa0;}
main .bg .top .right .box .pic{width: 100%;position: relative;overflow: hidden;margin-top: 0.13rem;border:6px solid #e4e4e4;}
main .bg .top .right .box .pic::before{content:"";display: block;padding-top:calc(135 / 250 * 100%);}
main .bg .top .right .box .txt{font-size:0.15rem;color:#1e1e1e;line-height: 22px;margin-top: 6px;}
main .bg .top .right .box:hover .img_cover{transform: scale(1.1);}

main .bg .bottom{padding:0.24rem 0;display: flex;justify-content: space-between;}
main .bg .bottom .title .tt{color:#275fa0;}
main .bg .bottom .title .img{background-color: #275fa0;}
main .bg .bottom .title .img::before{border-left-color:#275fa0;}
main .bg .bottom .left{background-color: #fff;border-radius: 15px;box-shadow: 6px 6px 0 #bfbfbf;padding:0.2rem;border:1px solid #e0e0e0;width: 30%;}
main .bg .bottom .left .pic{width: 100%;position: relative;overflow: hidden;margin-top: 0.13rem;border:6px solid #e4e4e4;}
main .bg .bottom .left .pic::before{content:"";display: block;padding-top:calc(100 / 350 * 100%);}
main .bg .bottom .left .txt{font-size:0.15rem;color:#1e1e1e;line-height: 22px;margin-top: 10px;}
main .bg .bottom .left:hover .img_cover{transform: scale(1.1);} 
main .bg .bottom .right{background-color: #fff;border-radius: 15px;box-shadow: 6px 6px 0 #bfbfbf;padding:0.2rem;border:1px solid #e0e0e0;width: 68%;}
main .bg .bottom .right .box{margin-top: 15px;position: relative;;}
.swiper-case a{display: block;border:5px solid #e5e5e5;background-color: #fff;padding:3px;transition: 0.5s;}
.swiper-case a .pic{width: 100%;position: relative;overflow: hidden;border:1px solid #e5e5e5;}
.swiper-case a .pic::before{content:"";display: block;padding-top:calc(117 / 173 * 100%);}
.swiper-case a:hover{border-color: #275fa0;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.prev-case, .next-case{width: 15px;height: 35px;display: flex;justify-content: center;align-items: center;background-color: #939393;position: absolute;top:50%;transform: translateY(-50%);color:#fff;}
.prev-case{left: -20px;}
.next-case{right: -20px;}
.prev-case:hover, .next-case:hover{background-color: #275fa0;color:#fff;}

footer{background:#273753;padding:20px 0}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;padding:0.14rem 0;border-bottom: 1px solid rgba(255,255,255,0.3);}
footer .box .logo2{display: block;max-width: 100%;}
footer .box .right{line-height: 26px;font-size:14px;color:#fff;}
footer .box .right .t1 span{padding:0 5px;}
footer .box .right .t2{text-align: right;}
footer .box .right .t2 img{margin-right: 5px;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.1rem 0;font-size:0.14rem;color:#e7e7e7;padding:0.2rem 0 0 0;}
.foot-txt a{color:#e7e7e7;}


.page{background-color: #bad3e6;box-shadow: 0px 6px 10px inset rgba(0, 0, 0,0.2);}
.page .bg{background:url(../images/bg1.jpg) repeat;max-width: 1250px;width: 100%;margin:0 auto;box-shadow: 0px 6px 10px inset rgba(0, 0, 0,0.2);}
.page .bg .wrap{display: flex;}
.page-left{width: 240px;margin-right: 25px;padding:0.15rem 0;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#275fa0; line-height:0.32rem; font-size:0.22rem; color: #fff;position:relative;border:5px solid #fff;padding:8px 0 8px 18px;font-weight: bold;}
.s-drop-btn em{display: block;text-transform:uppercase;font-weight: normal;font-size:0.14rem;font-family: "arial";color:#dfdfdf;line-height: 0.22rem;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#275fa0;}

.s-drop-list {display: block;}
.s-drop-list li {/*padding-top:5px;*/}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:14px; color:#2f2f2f;line-height:40px; background:#fff;border-bottom: 1px solid #d7d7d7;padding-left:0.3rem;position: relative;font-weight: bold;/*margin-bottom: 2px;*/transition: 0.5s;}
.aside-list-link::before{content:"";display: block;width: 5px;height: 28px;background-color: #fff;position: absolute;left: -5px;top:50%;transform: translateY(-50%);transition: 0.5s;opacity: 0;}
.aside-list-link:hover, .aside-list-link.act{ background:#275fa0; color:#fff;box-shadow: 0 0 6px rgba(0, 0, 0,0.5);}
.aside-list-link:hover::before, .aside-list-link.act::before{left: 0;opacity: 1;}

.s-drop-list li .aside-sublist{ width:100%;  display:none;  }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:40px;  font-size:14px; margin-bottom:1px; text-align:center; background:#eee;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#fff;color:#860000;}

.page-left .lxfs{margin:10px 0;background-color: #fff;border:1px solid #d7d7d9;padding:15px 0 15px 15px;}
.page-left .lxfs .t1{font-size: 16px;color:#333;font-weight: bold;}
.page-left .lxfs .t2{font-size: 14px;color:#777;line-height: 24px;text-decoration: none;margin:10px 0;}
.page-left .lxfs .t2 img{margin-right:5px;}

.page-left .lxfs a{display: block;font-size:14px;background-color:#275fa0;color:#fff;text-align: center;width: 160px;line-height: 32px;margin:0 auto;}

.page-right{width: calc(100% - 265px);background-color: #fff;padding:10px;box-shadow: -5px 0 6px rgba(0, 0, 0,0.1);}
.page-right .title {padding:6px 0 ;border-bottom: 3px double #265c97;}
.page-right .title .tt{color:#666;}
.page-right .title .img{background-color: #275fa0;}
.page-right .title .img::before{border-left-color:#275fa0;}
.page-right .title .r{display: flex;align-items: center;font-size:12px;color:#404040;transition: 0.5s;}
.page-right .title .r a{color:#404040;transition: 0.5s;}
.page-right .title .r a:hover{transform: translateX(0);color:#275fa0;}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -0.5%;padding:0.1rem 0;}
.pro-ul li{width: calc(100% / 5 - 1%);margin:0.5%;}
.pro-ul li a{display: block;border:2px solid #e5e5e5;transition: 0.5s;position: relative;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:100%}
.pro-ul li a .txt{line-height: 0.34rem;text-align: center;font-size:14px;color:#fff;background-color: #626262;position: absolute;left: 0;bottom: 0;width: 100%;;}
.pro-ul li a:hover{border-color: #275fa0;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);} 
.pro-ul li a:hover .txt{background-color: #275fa0;color:#fff;}

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

.news-ul{display: block;padding:0.15rem 0.1rem;}
.news-ul li{line-height: 37px;border-bottom: 1px dotted #c6c6c6;margin-top: 3px;}
.news-ul li a{display: flex;justify-content: space-between;align-items: center;}
.news-ul li a .t1{font-size:14px;color:#111;padding-left: 24px;background: url(../images/d4.png) no-repeat left center;width: calc(100% - 100px);}
.news-ul li a span{font-size:12px;color:#6f6f6f;}
.news-ul li a:hover .t1{color:#275fa0;font-weight: bold;}

.news-show{min-height:5rem;padding:0.15rem 0;}  
.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 .date{display:block;text-align:center;font-size:13px;color:#999;padding-top: 0.1rem;} 
.news-show .t2 img{max-width: 100%;height: auto;}

.message{padding:0.25rem 0.15rem;}
.message .t1{font-size:0.14rem;color:#444;}
.message .box{display: flex;justify-content: space-between;padding:0.2rem 0 0 0;align-items: flex-start;}
.message .box ul{display: block;width: calc(100% - 230px);}
.message .box ul li{display: flex;align-items: flex-start;margin-bottom: 0.2rem;}
.message .box ul li label{line-height: 0.36rem;margin:0;font-weight: normal;font-size:0.14rem;color:#444;width: 0.8rem;text-align: center;}
.message .box ul li input[type="text"], .message .box ul li textarea{width:calc(100% - 0.8rem);border:1px solid #d7d7d7;border-radius: 3px;line-height: 30px;outline: none;padding-left: 10px;font-size:0.16rem;}
.message .box ul li textarea{height: 1.5rem;}
.message .box ul li input[type="submit"], .message .box ul li input[type="reset"]{width:1rem;line-height: 0.32rem;text-align: center;background-color: #d1d1d1;color:#333;border-radius: 0;font-size:0.14rem;margin-right: 0.3rem;}
.message .box ul li input[type="submit"]:hover, .message .box ul li input[type="reset"]:hover{background-color: #275fa0;color:#fff;}
.message .box ul li:hover input[type="text"], .message .box ul li:hover textarea{border-color:#275fa0;}
.message .box .pic{width: 220px;margin-right: 10px;border:1px solid #d7d7d7;padding:5px;}
.message .box .pic img{display: block;max-width: 100%;width: 100%;}















.hot{width:100%;background:#273753; 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:1200px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
  .pro-ul li{width: calc(100% / 5 - 1%);margin:0.5%;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  header::before {height: 90px;}
  .header-main{padding:10px 0;}
  main .bg .top{display: block;}
  main .bg .top .left{width: 100%;}
  main .bg .top .right{width: 100%;justify-content: space-between;}
  main .bg .top .right .contact, main .bg .top .right .box{width: 32%;padding:20px 10px;}
  footer .box{justify-content: center;text-align: center;}
  footer .box .right .t2{text-align: center;}
  footer{padding:10px 0 20px 0;}
  .foot-txt{padding:15px 0 0 0;text-align: center;}
  footer .box .logo2{display: none;}
  /**/
  .page .bg .wrap{display: block;}
  .page-left{width: 100%;}
  .s-drop-list{display: none;}
  .page-right{width: 100%;}
  .pro-ul{padding:0;}
  .pro-ul li{width: calc(100% / 3 - 1%);}
  .message .box ul{width: 100%;}

}
 
@media (max-width:767px){
	.foot-txt a{width: 100%;display: block;}
  header::before {height: 66px;}
  .header-main .logo{width:280px;}
  main .bg .top .left .left_t{display: block;}
  main .bg .top .left .left_t .about{width: 100%;}
  main .bg .top .left .left_t .news{width: 100%;margin-top: 20px;}
  main .bg .top .left .left_t .news ul li a .txt .t2{font-size:12px;line-height: 20px;}
  main .bg .top .left .pro{padding:10px;}
  main .bg .top .right .contact, main .bg .top .right .box{width: 100%;margin-top: 20px;}
  main .bg .bottom{display: block;}
  main .bg .bottom .left{width: 100%;padding:15px;;}
  main .bg .bottom .right{width: 100%;padding:15px;margin-top: 20px;}
  footer{padding:0;}
  .foot-txt{padding:10px 0;}
  /**/
  .page-right{padding:5px;}
  .pro-ul li{width: 31%;}
  .product-show .t2, .news-show .t2{font-size:14px;line-height: 24px;}
}

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

@media (max-width:336px) {
}
	
	
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}	
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  
}	
	
	
	
	