﻿*{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{background-color: #f5f5f5;line-height: 36px;}
.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:#d70011;}

.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:22px;font-size:13px;color:#666;}
header .tel b{display:block;color:#cd0400;font-size:20px;line-height:24px;font-family:"Arial";}

.header-nav{ width:100%;background:#0149a3;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 8);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:46px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 1px;height: 15px;background-color: #80a4d1;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: #005ccf;}

.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);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:38px;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: #005ccf;}

.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:#005ccf;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:#005ccf;}
.sjnav .list-inline-li.active .list-box .list-link{color:#005ccf;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:#005ccf;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: #eee;}
.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: 350px;display: flex;line-height: 34px;background-color: #0149a3;border-radius: 5px;color:#fff;}
.header-bot .box form input[type=text]{width: calc(100% - 35px);border-radius: 5px 0 0 5px;padding-left:10px;background-color: #0149a3;}
.header-bot .box form input[type=submit]{width:35px;background: url(../images/but.png) no-repeat center center;border-radius: 5px;}
.header-bot .box form input[type=text]::-webkit-input-placeholder {color:#fff; }
.header-bot .box form input[type=text]::-moz-placeholder { color:#fff;}
.header-bot .box form input[type=text]:-ms-input-placeholder{ color:#fff;}

.title{text-align:center;position:relative;width:100%;}
.title .t1{font-size:0.6rem;font-family:"arial";color:#ddd;line-height:0.66rem;text-transform: uppercase;position: relative;font-weight: bold;}
.title .t2{position:absolute;bottom: 0;left:50%;transform:translateX(-50%);font-size:0.24rem;color:#000;line-height: 0.24rem;}
.title .t3{font-size:0.13rem; color:#666;line-height: 0.34rem;;}
.title img{display:block;max-width:100%;margin:0 auto;}

.hf{width: 100%;padding:10px 0;}
.hf img{display: block;max-width: 100%;margin:0 auto;}

.ys{background-color: #f6f6f6;padding:60px 0 0 0;}
.ys .ys-bt{display: block;max-width: 100%;margin:0 auto 20px auto;}
.ys .bigbox{max-width: 1200px;width: 100%;margin:0 auto;}
.ys .bigbox .box{width: 100%;display: flex;justify-content: space-between;align-items: center;padding:0.25rem 0;}
.ys .bigbox .box .left{width: 43%;}
.ys .bigbox .box .left .txt{display: flex;align-items: flex-start;}
.ys .bigbox .box .left .txt .number{width: 112px;line-height:112px;font-size:0.48rem;color:#fff;font-family: "Impact";text-align: center;padding-right: 15px;}
.ys .bigbox .box .left .txt .bb{width: calc(100% - 112px);margin-left: 8px;}
.ys .bigbox .box .left .txt .bb .t1{line-height: 0.32rem;font-size:0.24rem;color:#111;font-weight: bold;}
.ys .bigbox .box .left .txt .bb .t2{line-height: 0.22rem;font-size:0.14rem;color:#333;padding-bottom: 0.2rem;position: relative;;}
.ys .bigbox .box .left .txt .bb .t2::before{content:"";display: block;width: 2rem;height: 8px;background-color: #005ccf;position: absolute;left: 0;bottom: 0;}
.ys .bigbox .box .left .txt .bb .t3{line-height: 0.24rem;font-size:0.14rem;color:#666;padding-top: 0.16rem;border-top: 2px solid #005ccf;margin-top:-5px;}
.ys .bigbox .box .left .tel{border:1px dotted #cacaca;background-color: #fff;border-radius: 5px;box-shadow: 0 5px 10px rgba(0, 0, 0,0.1);font-size:0.14rem;color:#333;line-height: 0.22rem;padding:10px 0 10px 50px;margin-top: 0.4rem;}
.ys .bigbox .box .left .tel span{display: block;color:#0167be;}
.ys .bigbox .box .right{max-width: 50%;}
.ys .bigbox .box .right img{display: block;max-width: 100%;}
.ys .bigbox .box:nth-child(even){flex-direction: row-reverse;}


.about{padding:0.5rem 0;}
.about .box{margin:0.1rem 0;padding:0.35rem;position: relative;background: url(../images/zi.png) no-repeat top left;display: flex;justify-content: space-between;}
.about .box .left{width: 48%;}
.about .box .left .pic{width: 100%;position: relative;overflow: hidden;}
.about .box .left .pic::before{content:"";display: block;padding-top: calc(380/695*100%);}
.about .box .right{width: 48%;display: flex;flex-wrap: wrap;align-content: space-between;}
.about .box .right .bt{width: 100%;font-size:0.16rem;color:#0149a3;}
.about .box .right .bt b{display: block;font-size:0.24rem;padding-bottom: 0.11rem;}
.about .box .right .nr{width: 100%;font-size:0.16rem;color:#333;line-height: 0.4rem;height: 2.4rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;}
.about .box .right a{display: block;width: 1.2rem;line-height: 0.34rem;text-align: center;background-color: #0149a3;color:#fff;font-size:0.13rem;font-weight: bold;transition: 0.5s;}
.about .box .right a i{margin-left: 5px;}
.about .box:hover .right a{transform: translateX(5px);box-shadow: 0 3px 5px rgba(0, 0, 0,0.3);}


.sb{padding:0.5rem 0;background-color: #2d67af;}
.sb .title .t1{color:#fff;}
.sb .title .t2, .sb .title .t3{color:#fff;}
.sb .box{margin:0.25rem 0 0 0;padding:0 70px;position: relative;}
.swiper-sb a{display: block;}
.swiper-sb a .pic{width: 100%;position: relative;overflow: hidden;border:0.12rem solid #1e55a1;;}
.swiper-sb a .pic::before{content:"";display: block;padding-top: calc(317/410*100%);}
.swiper-sb a .txt{text-align: center;line-height: 0.54rem;font-size:0.16rem;color:#fff;}
.swiper-sb a:hover .img_cover{transform: scale(1.1);}
/* .swiper-sb a:hover .txt{background-color: #fff;color:#005ccf;} */
.prev-sb, .next-sb{width: 0.22rem;height: 0.22rem;display: flex;justify-content: center;align-items: center;background-color: #0149a3;color:#fff;font-size: 0.2rem;position: absolute;top:50%;transform: translateY(-50%);}
.prev-sb{left: 0;}
.next-sb{right: 0;}

.app{padding:0.55rem 0;overflow: hidden;}
.app .box{display:flex;justify-content:space-between;position: relative;z-index: 2;max-width: 1250px;margin:0 auto;}
.app .box .left {width:42%;display:flex;flex-wrap:wrap;align-content: space-around;position: relative;z-index: 2;}
.app .box .left .title{text-align:left;}
.app .box .left .title .t2{left: 0;transform: translateX(0);}
.app .box .left .title img{margin:0}
.app .box .left .title .t3{line-height: 0.2rem;padding:7px 0;;}
.app .box .left .nr{font-size:0.16rem;color:#333;width:90%;line-height:0.36rem;}
.app .box .right{width:58%;position: relative;z-index: 2;}
.app .box .right img{display:block;max-width:100%;}
.bj7{position:absolute;left:0;bottom:0;}

main{overflow: hidden;}

.news{padding:0.4rem 0;}
.swiper-news{padding:0.3rem 0 0 0;}
.swiper-news a{display: block;border:1px solid #dcdcdc;position: relative;padding:20px;transition: 0.5s;}
.swiper-news a .pic{width: 100%;position: relative;overflow: hidden;;}
.swiper-news a .pic::before{content:"";display: block;padding-top: calc(250/440*100%);}
.swiper-news a .txt{width: 100%;font-size: 0.16rem;color:#333;}
.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: #cd0401;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.1);}
.swiper-news a:hover .txt{color:#cd0401}


.partner{padding:0.4rem 0;background-color: #f5f5f5;}
.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: #005ccf;}
.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:#005ccf;}


footer{background:#363636;color:#fff;}
footer .box{padding:0.5rem 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 75px;line-height: 26px;}
footer .box dl{text-align: center;}
footer .box dl dt{line-height: 0.5rem;font-size: 0.16rem;}
footer .box dl dd a{line-height: 0.25rem;font-size: 0.13rem;display: block;color:#fff;}
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: 100%;}
footer .box .ewm .bb span{display: block;font-size: 0.13rem;padding-top: 5px;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.13rem 0;font-size:0.14rem;color:#fff;text-align: center;background-color: #484848;}

/**/
.page{padding:60px 0;}
.page .wrap{display: flex;}
.page-left{width: 360px;margin-right: 30px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#0149a3; line-height:105px; font-size:0.3rem;font-weight: bold; color: #fff; text-align:center;position:relative;padding-top: 22px;}
.s-drop-btn em{font-size:0.6rem;opacity: 0.1;display: block;position: absolute;width: 100%;left: 0;top:24%;line-height: 0.5rem;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#0149a3;}

.s-drop-list {display: block;}
.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:#f0f0f0;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:hover, .aside-list-link.act{color:#fff;font-weight: bold;background-color: #005ccf;}
.aside-list-link:hover::before, .aside-list-link.act::before{border-color: #fff;background-color: #005ccf;}

.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{color:#fff;font-weight: bold;text-align: center;font-size:0.3rem;padding:0.3rem 0;line-height: 0.44rem;margin-top: 0.1rem;}

.page-right{width: calc(100% - 390px);padding-top: 0.24rem;}
.page-bt{border-bottom: 1px solid #d9d9d9;display: flex;align-items: flex-end;justify-content: space-between;}
.page-bt b{font-size: 0.26rem;font-weight: bold;position: relative;line-height: 0.7rem;}
.page-bt b::before{content:"";display: block;width: 100%;height: 3px;background-color: #0149a3;position: absolute;left: 0;bottom: -1px;}
.page-bt .more{display: block;text-align: center;font-size: 0.16rem;color:#fff;background-color: #0149a3;width: 1.6rem;line-height: 0.45rem;border-radius: 10px 10px 0 0;}
.page-bt .more:hover{color: #fff;}
.page-bt a{font-size:0.16rem;color:#666;line-height: 40px;}
.page-bt a:hover{color:#0149a3}

.pro-ul{display: flex;flex-wrap: wrap;padding-top: 0.2rem;margin:0 -1%;}
.pro-ul li{width: calc(100% / 4 - 2%);margin:1%;}
.pro-ul li a{display: block;background-color: #f0f0f0;padding:0.1rem 0.1rem 0 0.1rem;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: calc(265/250*100%);}
.pro-ul li a .txt{text-align: center;font-size: 0.13rem;color:#333;line-height: 0.46rem;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}

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

.news-ul{display:block;padding-top: 20px;}
.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:#0149a3;}
.news-ul li:hover a .txt .t3 span{background:#0149a3;}

.news-show{min-height:5rem;padding: 0.2rem;}  
.news-show .t1{text-align: center;font-size:17px;color:#333;}
.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;} 
.news-show .t2{font-size:16px;color:#333;line-height: 0.32rem;}
.news-show .t2 img{max-width:100% !important; height:auto !important;}

.sb-ul{display: flex;flex-wrap: wrap;padding-top: 0.2rem;margin:0 -1%;}
.sb-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.sb-ul li a{display: block;}
.sb-ul li a .pic{width: 100%;position: relative;overflow: hidden;border:0.08rem solid #1e55a1;;}
.sb-ul li a .pic::before{content:"";display: block;padding-top: calc(317/410*100%);}
.sb-ul li a .txt{text-align: center;font-size:0.16rem;color:#1e55a1;margin-top: 0.15rem;}
.sb-ul li a:hover .img_cover{transform: scale(1.1);}

.page-message{width:80%;padding:0.3rem 0;}
.page-message ul{display: block;}
.page-message ul li{display: flex;align-items: flex-start;margin-bottom: 0.13rem;}
.page-message ul li label{line-height: 0.36rem;margin:0;font-weight: normal;font-size:0.16rem;color:#333;width: 1.05rem;text-align: center;}
.page-message ul li input[type="text"],.page-message ul li input[type="email"], .page-message ul li textarea, select{width:calc(100% - 1.05rem);border:1px solid #d3d3d3;border-radius: 5px;height: 0.33rem; line-height: 0.33rem;outline: none;padding-left: 10px;font-size:0.16rem;}
.page-message ul li textarea{height: 2rem;}
.page-message ul li input[type="submit"]{width:calc(100% - 1.05rem);line-height: 0.44rem;text-align: center;background-color: #003885;color:#fff;border-radius: 5px;font-size:0.2rem;}
.page-message ul li:hover input[type="text"]{border-color: #1e55a1;}
.page-message ul li:hover textarea{border-color: #1e55a1;}



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

@media (max-width:1200px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .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;}
  .s-drop-list{display: none;}
  .page-right{width: 100%;}
  .pro-ul{padding:0;}
  .pro-ul li{width: calc(100% / 3 - 2%);}
  .ys .bigbox .box .left .txt .number{display: none;}
  .ys .bigbox .box .left .txt .bb{width: 100%;}
  .about .box{display: block;}
  .about .box .left{width: 100%;}
  .about .box .right{width: 100%;padding-top: 20px;}
  .about .box .right .nr{margin:15px 0;}
  .sb .box{padding:0;}
  .prev-sb, .next-sb, .prev-partner, .next-partner, footer .box .ewm{display: none;}
}
 
@media (max-width:767px){
  .header-main .logo{width:280px;}
  .page, .about, .sb, .app{padding:24px 0;}
  .s-drop-btn{padding:10px 20px;line-height: 50px;font-size: 20px;}
  .s-drop-btn em{font-size: 40px;}
  .page-right{padding:10px 2%;}
  .pro-ul li{width: 48%;}
  .ys{padding:24px 0 0 0;}
  .ys .ys-bt{margin:0 auto 10px auto;width: 90%;}
  .ys .bigbox .box{display: block;padding:15px 2%;}
  .ys .bigbox .box .left{width: 100%;}
  .ys .bigbox .box .left .tel{margin:15px 0;}
  .ys .bigbox .box .right{width: 100%;max-width: 100%;}
  .ys .bigbox .box .left .txt .bb .t1{font-size: 18px;}
  .title .t1{font-size: 36px;line-height: 36px;}
  .title .t3{line-height: 18px;padding:6px 0;}
  .about .box{padding:20px 2% 0 30px;}
  .app .box{display:block;}
  .app .box .left{width:100%;}
  .app .box .left .nr{width:100%;margin:15px 0;}
  .app .box .right{width:100%;}
  footer .box{display: none;}
  /**/
  .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;}
  .sb-ul li{width: 48%;}
  .page-message{width: 100%;padding:0;}
}

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

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