
*{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: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;}

header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}
header.act .header-top, header.act .header-box{display:none;}

header{position:relative;width:100%;z-index: 9999;}   
.header-top{background-color: #f0f0f0;line-height: 30px;}
.h-top{display:flex;justify-content:space-between;font-size:12px;color:#6d6d6d;}
.h-top span a{color:#6d6d6d;}
.h-top span a:hover{color:#d70011;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:18px 0;}
.header-main .logo img{ max-width:100%; display:block;}

header .tel{display:flex;}
header .tel .t1{text-align: center;padding-right: 11px;font-size:14px;color:#999;}
header .tel .t1 img{display:block;max-width:100%;margin:4px auto;}
header .tel .t2{font-size: 16px; line-height: 20px; color: #999;border-left: 1px solid #d4d4d4;}
header .tel .t2 p{padding-left:10px;}
header .tel .t2 span{line-height:30px;font-size:0.3rem;font-family: "Impact";color:#d60103;padding-left:10px;}


.header-nav{ width:100%;background:#0144b7;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:16%;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:24px;text-align:center;padding:10px 0;}
.nav-ul li .nav_a span{display:block;line-height: 16px;font-size:12px;font-family: "arial";text-transform: uppercase;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background:url(../images/hover.jpg) no-repeat center center;}
.nav-ul .sub_ul {display: none;width: 88%;position: absolute;left:50%;transform:translateX(-50%) ;padding:10px;z-index:999;background:rgba(255,255,255,1);box-shadow:0 5px 10px rgba(0,0,0,0.3);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:15px;line-height:36px;color:#1d1e20;display:block;border-bottom: 1px solid #f3f2ee;text-align: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #0f58b4;}

/*移动端导航*/
.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:#0144b7;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:50%; position:fixed;right:0%;z-index:999;display: block;transition: all 0.5s;}
.sjnav ul{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;}
.sjnav li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:44px;  font-size:15px; color:#fff;border-bottom: 1px solid #ddd;text-align: center;transform:translateX(100%);transition: all 0.3s;background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;opacity: 0;}
.sjnav li a:hover, .sjnav li.active a{background:#0144b7; color:#fff;}
.sjnav.click ul { right: 0; }
.sjnav.click li a{transform:translateX(0);opacity: 1;}


/*大图滚动开始*/
.banner{position: relative;}
.ban-img{display: block;max-width: 100%; margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#0144b7}
.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;}

.page-top{padding:10px 0;border-bottom: 1px solid #dfdfdf;}
.page-top .wrap{display: flex;justify-content: space-between;align-items: center;}
.page-top .link{font-size:15px;color:#333;}
.page-top .link a{color:#666;margin-left: 0.1rem;}
.page-top .link b{color:#182847;font-weight: bold;}
.page-top .link a:hover{color:#0144b7}
.page-top form{width:360px;display: flex;border:2px solid #d0d0d0;background:#fff;}
.page-top form input[type="text"]{width:calc(100% - 50px);border-right: none;padding-left: 0.15rem;font-size:16px;color:#333;line-height: 0.34rem;outline: none;}
.page-top form input[type="submit"]{width:50px;background: #0144b7;outline: none;color:#fff;}

.title{text-align: center;font-size:0.24rem;color:#000;}
.title .t1{line-height: 0.28rem;font-family:"Kalinga";text-transform: uppercase;letter-spacing: 2px;}
.title .t1 span{color:#2669db;}
.title .t2{line-height: 0.35rem;display:inline-block;padding:0 0.35rem;position: relative;}
.title .t2::before, .title .t2::after{content:"";display:block;width: 23px;height: 2px;background:#555;position: absolute;top:50%;transform: translateY(-50%);}
.title .t2::after{left:0;}
.title .t2::before{right:0;}

.product{padding:0.5rem 0 0 0;}
.swiper-product{padding:0.35rem 1px 0.3rem 1px;}
.swiper-product a{display:block;}
.swiper-product a .pic{width:100%;position: relative;overflow: hidden;border:1px solid #fff;box-shadow: 0 0 0 1px #b1b1b1;}
.swiper-product a .pic:before{content:"";display:block;padding-top:75%;}
.swiper-product a .pic .hover{width:100%;height: 100%;background:rgba(1,68,183,0.8);position: absolute;left: 0;top:0;display:flex;justify-content:center;align-items:center;opacity: 0;}
.swiper-product a .pic .hover .t1{width: 1.4rem;line-height: 0.4rem;border:1px solid #fff;display:flex;justify-content:space-between;align-items: center;padding:0 0.1rem;text-transform: uppercase;font-size:0.14rem;color:#fff;}
.swiper-product a .txt{font-size:0.15rem;color:#333;padding-top:0.2rem;text-align: center;}
.swiper-product a:hover .img_cover{transform:scale(1.1);}
.swiper-product a:hover .hover{opacity:1;}

.rxcp{padding:0.55rem 0;background:#f7f7f7;}
.swiper-rxcp{padding:0.25rem 1px 1px 1px;}
.swiper-rxcp a{display:block;}
.swiper-rxcp a .pic{width:100%;position: relative;overflow: hidden;border:1px solid #fff;box-shadow: 0 0 0 1px #b1b1b1;}
.swiper-rxcp a .pic:before{content:"";display:block;padding-top:75%;}
.swiper-rxcp a .txt{margin-top:5px;background:#d8d8d8;font-size:0.16rem;color:#333;line-height: 0.46rem;text-align: center;box-shadow: 0 0 0 1px #d8d8d8;}
.swiper-rxcp a:hover .img_cover{transform:scale(1.1);}
.swiper-rxcp a:hover .txt{background:#0144b7;color:#fff;}

.about{background-image:url(../images/bj1.jpg);position: relative;}
.about-img {display: block;max-width: 100%;position: absolute;right: 0;top: 0;width: 52%;}
.about-txt1{padding:0.77rem 0 0.44rem 0;}
.about-txt1 img{display: block;max-width: 100%;}
.about-box{display: flex;justify-content: space-between;align-items:flex-end;}
.about-main{background:#fff;padding:0.13rem 0.35rem 0 0.35rem;width: 74%; z-index:99}
.about-main .bt{line-height: 0.68rem;border-bottom:1px solid #e7e7e7;display: flex;align-items: center;font-size:0.28rem;color:#333;}
.about-main .bt b{color:#aeaeae;font-family: "arial";margin-left: 10px;text-transform: uppercase;font-size:0.24rem;font-weight: normal;}
.about-main .t1{font-size:14px;color:#666;line-height: 24px;margin:0.24rem 0 0.4rem 0;height: 168px;overflow: hidden;;}
.about-main .t2{display: flex;justify-content: space-between;align-items: center;font-size:0.36rem;color:#2669db;font-weight: bold;font-family: "arial";text-transform: uppercase;line-height: 38px;}
.about-main .t2 a{display: block;width: 0.94rem;line-height: 0.28rem;font-size:0.14rem;color:#fff;text-align: center;background:#2669db;}
.about-main:hover .t2 a{background:#222}
.about-txt2{padding-bottom: 0.55rem;}
.about-txt2 img{display: block;max-width: 100%;}

.ys{padding:0.9rem 0 0 0;}
.ys .ys-bt{display:block;max-width:100%;margin:0 auto;}
.ys .wrap{padding:0.7rem 0 0 0;}
.ys .wrap .ys-box{display:flex;align-items: center;justify-content: space-between;}
.ys .wrap .ys-box .content{width:47%;}
.ys .wrap .ys-box .content .txt{padding:0.26rem 0;}
.ys .wrap .ys-box .content .txt .bt{display:flex;align-items:center;}
.ys .wrap .ys-box .content .txt .bt .nubmer{width: 1rem;}
.ys .wrap .ys-box .content .txt .bt .nubmer img{display: block;max-width: 100%;}
.ys .wrap .ys-box .content .txt .bt .t1{width:calc(100% - 1rem);line-height: 0.4rem;font-size:0.24rem;color:#333;}
.ys .wrap .ys-box .content .txt .bt .t1 span{display:block;line-height: 0.25rem;font-size:0.14rem;color:#2669db;font-family: "arial";text-transform: uppercase;}
.ys .wrap .ys-box .content .txt .t2{font-size:0.16rem;color:#666;line-height: 0.32rem;padding-top:0.17rem;}
.ys .wrap .ys-box .content .pic img{display: block;max-width: 100%;}
.ys .wrap .ys-box:nth-child(even){flex-direction: row-reverse;}

.case{background-image:url(../images/bj2.jpg);padding:0.55rem 0;}
.case .title .t1, .case .title .t2{color:#fff;}
.case .title .t2::before, .case .title .t2::after{background:#fff;}
.swiper-case{padding:0.3rem 0 0 0;}
.swiper-case a{display:block;position: relative;overflow: hidden;border:2px solid #fff;}
.swiper-case a:before{content:"";display:block;padding-top:80%;}
.swiper-case a .hover{width:100%;height: 100%;background:rgba(1,68,183,0.8);position: absolute;left: 0;top:0;display:flex;justify-content:center;align-items:center;opacity: 0;}
.swiper-case a .hover span{border-bottom: 1px solid #fff;display:block;line-height: 0.36rem;font-size:0.16rem;color:#fff;}
.swiper-case a:hover .img_cover{transform:scale(1.1);}
.swiper-case a:hover .hover{opacity:1;}

.industry{padding:0.55rem 0;}
.swiper-industry{padding:0.3rem 0 0 0;}
.swiper-industry a{display:block;}
.swiper-industry a .pic{width:100%;position: relative;overflow: hidden;}
.swiper-industry a .pic::before{content:"";display:block;padding-top:124%;}
.swiper-industry a .txt{padding:0.2rem 0;text-align: center;color:#fff;text-transform: uppercase;}
.swiper-industry a .txt .t1{line-height: 0.3rem;font-size:0.16rem;}
.swiper-industry a .txt .t2{line-height: 0.25rem;font-size:0.14rem;font-family: "Arial";}
.swiper-industry .swiper-slide:nth-child(1) a .txt {background-color: #6b9ff6;}
.swiper-industry .swiper-slide:nth-child(2) a .txt {background-color: #a886fe;}
.swiper-industry .swiper-slide:nth-child(3) a .txt {background-color: #f6c06b;}
.swiper-industry .swiper-slide:nth-child(4) a .txt {background-color: #77cc6a;}
.swiper-industry .swiper-slide:nth-child(5) a .txt {background-color: #f59684;}
.swiper-industry .swiper-slide a:hover .img_cover{transform:scale(1.1);}

.partner{background:#f8f8f8;padding:0.55rem 0;}
.swiper-partner{padding:0.24rem 0 1px 0;}
.swiper-partner a{display:block;position: relative;overflow: hidden;border:1px solid #bbb;background:#fff;border-radius: 10px;}
.swiper-partner a:before{content:"";display:block;padding-top:31%}
.swiper-partner a:hover .img_cover{transform:scale(1.1);}

.news{padding:0.5rem 0;}
.news-box{padding:0.24rem 0 0 0;display: flex;justify-content: space-between;}
.news-box .left{display:block;width: 50%;}
.news-box .left .pic{width:100%;position: relative;overflow: hidden;}
.news-box .left .pic::before{content:"";display: block;padding-top:48%;}
.news-box .left .txt{padding:0.12rem 0.18rem 0.18rem 0.18rem;}
.news-box .left:hover .img_cover{transform:scale(1.1);}
.news-box .left:hover .txt{background:#2669db;color:#fff;}
.news-box .left:hover .txt .bt span{color:#fff;}
.news-box .left:hover .txt .bt::before{width:100%;background:#fff;}
.news-box .txt{background-color:#dbdbdb;color:#333;padding:0 0.18rem;}
.news-box .txt .bt{display:flex;justify-content: space-between;align-items:center;font-size:0.16rem;line-height: 0.52rem;position: relative;}
.news-box .txt .bt span{font-size:12px;color:#999;}
.news-box .txt .bt::before{content:"";display:block;width:60px;height: 3px;background:#2669db;position: absolute;left: 0;bottom:0;transition: all 0.5s;}
.news-box .txt .nr{line-height: 0.24rem;font-size:0.13rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:0.13rem;}
.news-box ul{display:block;width: 48%;}
.news-box ul li{width:100%;}
.news-box ul li a{display:flex;border:2px solid #dbdbdb;background:#dbdbdb;}
.news-box ul li a .pic{width:160px;position: relative;overflow: hidden;}
.news-box ul li a .pic:before{content:"";display:block;padding-top:81%;}
.news-box ul li a .txt{width:calc(100% - 160px);}
.news-box ul li + li{padding:0.14rem 0 0 0;}
.news-box ul li a:hover{border-color: #2669db;}
.news-box ul li a:hover .img_cover{transform:scale(1.1);}
.news-box ul li a:hover .txt{background:#2669db;color:#fff;}
.news-box ul li a:hover .txt .bt span{color:#fff;}
.news-box ul li a:hover .txt .bt::before{width:100%;background:#fff;}

.news-show { width:100%; text-align:center;padding-top:20px;}
.news-show .txt-bt {  display:inline-block ;line-height:42px; font-size:18px; color:#333;font-weight:bold;text-align:center; }
.news-show .txt-date {  display:block;line-height:35px; font-size:12px; color:#999; text-align:center; width:100%; max-width:800px;margin:1% auto; } 
.news-show .txt-date img{ max-width:100% !important; max-height:700px;}
.news-show .txt-video{ width:100%; text-align:center; margin:20px auto;}
.news-show .txt-video video{ width:600px; height:400px;}

.news-show .txt-nr{  display:block;line-height:28px; font-size:14px; color:#444; text-align:left;} 
.news-show .txt-nr img{ max-width:100% !important; height:auto !important}

footer{background:#222;color:#fff;}
footer .links{display:flex;align-items:center;line-height: 0.54rem;border-bottom: 1px solid #515151;font-size:0.16rem;color:#fff;}
footer .links a{color:#fff;font-size:0.14rem; padding-left:10px; padding-right:10px;}
footer .links span{padding:0 0.1rem;}
.foot-box{display:flex;justify-content:space-between;padding:0.25rem 0;align-items:flex-start;}
.foot-box img{display:block;max-width:100%;}
.foot-box dl dt{font-size:15px;line-height: 24px;padding-bottom:8px;}
.foot-box dl dd a, .foot-box dl dd{display:block;line-height: 24px;font-size:13px;}
.foot-box dl dd a i{margin-right:5px;}
.foot-box dl dd div + div{margin-left: 0.4rem;}
.foot-box .ewm{text-align:center;width: 105px;}
.foot-box .ewm img{width:100%;}
.foot-box .ewm span{display:block;padding:10px 0 0 0;}
.foot-box .logo2{margin-top:0.5rem;}

footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.14rem 0;font-size:0.12rem;color:#fff;text-align: center;background:#434343;}

/**/
.page{position: relative;padding:0.5rem 0;min-height: 7rem;}
.page .wrap{display:flex;}
.page-left{width:270px;margin-right: 30px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#0144b7; font-size:0.2rem; color: #fff; text-align:center;position:relative;border:3px solid #0144b7;}
.s-drop-btn b{display:block;line-height:0.5rem;border:1px solid #fff; }
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#0144b7;}

.s-drop-list {display: block;}
.s-drop-list li{ margin-top:5px;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:16px; color:#4b4b4b;line-height:40px; background:#f0f0f0; text-align:left;  text-indent:36px;}
.aside-list-link:hover, .aside-list-link.act{ background:#2669db; color:#fff;}

.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:#a4a4a4; line-height:35px;  font-size:14px; text-align:center;border-bottom: 1px dashed #c0c0c0;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#fff;color:#0144b7;}

.page-right{width:calc(100% - 300px);}
.page-bt{font-size:0.16rem;color:#333;border-bottom: 1px solid #dfdfdf;padding-bottom:0.1rem;position: relative;}
.page-bt span{display:block;line-height: 0.24rem;}
.page-bt::before{content:"";display:block;width: 65px;height:2px;background:#2669db;position: absolute;left:0;bottom:-1px;}

.pro-ul{display:flex;flex-wrap: wrap;padding:0.2rem 0;margin:0 -1%;}
.pro-ul li{width:23%;margin:1%;}
.pro-ul li a {display:block;}
.pro-ul li a .pic{width:100%;position: relative;overflow: hidden;border:1px solid #fff;box-shadow: 0 0 0 1px #b1b1b1;}
.pro-ul li a .pic:before{content:"";display:block;padding-top:76%;}
.pro-ul li a .txt{margin-top:4px;background:#d8d8d8;font-size:0.14rem;color:#333;line-height: 0.4rem;text-align: center;box-shadow: 0 0 0 1px #b1b1b1;}
.pro-ul li a:hover .img_cover{transform:scale(1.1);}
.pro-ul li a:hover .txt{background:#2669db;color:#fff;}

.product-show{padding:0.2rem 0;background:#fff;min-height: 5rem;}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:30px;}
.product-show img{display:block;max-width:100%;margin:15px auto;}
.product-show .t2{line-height: 0.3rem;font-size:0.16rem;}

.news-ul{display:block;padding:0.3rem 0;}
.news-ul li{width:100%;}
.news-ul li a{display:flex;background:#e7e7e7;border:1px solid #d7d7d7;border-radius: 5px;margin-bottom: 0.3rem;transition:all 0.5s;color:#888;}
.news-ul li a .pic{width: 220px;position: relative;overflow: hidden;border-radius: 5px;}
.news-ul li a .pic:before{content:"";display:block;padding-top:81%;}
.news-ul li a .content{width:calc(100% - 220px);padding:0 0.2rem;display:flex;flex-wrap: wrap;align-content:space-around;}
.news-ul li a .content .t1{width:100%;font-size:0.18rem;}
.news-ul li a .content .t2{width:100%;font-size:0.14rem;line-height: 0.3rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-ul li a .content .t3{width:100%;font-size:0.12rem;}
.news-ul li a:hover{background:#2669db;color:#fff;transform:translateY(-10px);box-shadow: 5px 5px 10px #ccc;}
 
.pro-show{padding:0.3rem 0;display: flex;justify-content: space-between;}
.pro-show .pic{width:45%;position: relative;overflow: hidden;border:2px solid #fff;box-shadow:0 0 0 1px #ccc;}
.pro-show .pic:before{content:"";display:block;padding-top:75%;}
.pro-show .content{width:50%;display:flex;flex-wrap: wrap;align-content: space-between;}
.pro-show .content .t1{font-size:0.18rem;color:#333;border-bottom: 1px solid #ddd;line-height: 0.4rem;width:100%;font-weight: bold;}
.pro-show .content .t2{font-size:0.14rem;color:#555;line-height: 0.3rem;padding:0.1rem 0;width:100%;}
.pro-show .content .t3{background:url(../images/tel2.png) no-repeat left center;padding-left: 70px;width:100%;}
.pro-show .content .t3 span{font-size:12px;color:#999;}
.pro-show .content .t3 a{display:block;;color:#333;font-size:0.24rem;line-height: 0.34rem;}
.pro-show .content .zx{display: block;width: 1.2rem;line-height: 0.36rem;text-align: center;border-radius: 5px;font-size:0.14rem;color:#fff;background-color:#2669db;}

.pro-xq{padding:0.1rem 0 0 0;}
.pro-xq .bt{background:#eee;}
.pro-xq .t1{font-size:0.18rem;color:#fff;line-height: 0.44rem;width: 1.3rem;text-align: center;background:#2669db;}
.pro-xq .t2{font-size:0.14rem;color:#555;line-height: 0.3rem;padding:0.24rem 0 0 0;}
.pro-xq img{display: block;max-width: 100%;margin:0 auto;}
.pro-xq .t2 img{ max-width:100% !important; height:auto !important;}
.pro-xq .t2 table{ width:100% !important; height:auto !important;}
.pro-xq .t2 table tr td{ width:auto !important; height:auto !important;}





.page-message{padding:0.3rem 0 0 0;display:flex;flex-wrap: wrap;justify-content: space-between;font-size:14px;color:#333;}
.page-message input[type="text"]{width: 49%;margin-bottom: 8px;line-height: 40px;padding-left: 10px;background-color: #ffff;outline: none;border:1px solid #d2d2d2;}

.page-message textarea{width:100%;margin-bottom: 8px;line-height: 40px;padding-left: 10px;background-color: #ffff;height: 2rem;outline: none;border:1px solid #d2d2d2;}
.page-message input[type="button"]{width:100%;line-height: 40px;background-color: #2669db;text-align: center;color:#fff;}






/*手机底部*/
.hot{width:100%; height:58px; background:#191919; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.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;}
.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}
    }

@media (max-width:991px) and (min-width:768px){
    .about{Padding:20px 0;}
    .about-img, .about-txt1, .about-txt2{display: none;}
    .about-main, .ys .wrap .ys-box .content{width:100%;}
    /**/
    .page .wrap{display:block;}
    .page-left{width:100%;margin:0;}
    .page-right{width:100%;}
    .s-drop-list{display:none;}
    .s-drop-btn b{text-align: left;padding:0 20px;}
    }
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:300px;}
    .about{Padding:20px 0;}
    .about-img, .about-txt1, .about-txt2{display: none;}
    .about-main{width:100%;padding:10px;}
    .ys{display:none;}
    .ys .wrap .ys-box .content{width:100%;}
    .news-box{display:block;}
    .news-box .left{width:100%;}
    .news-box ul{width:100%;padding:15px 0 0 0;}
    .news-box ul li a .pic{width:130px}
    .news-box ul li a .txt{width:calc(100% - 130px);}
    .news-box .txt .bt span{display:none;}
    .foot-box dl dd{display:block !important;}
    .foot-box dl dd div + div{margin:0;}
    /**/
    .page .wrap{display:block;}
    .page-left{width:100%;margin:0;}
    .page-right{width:100%;}
    .s-drop-list{display:none;}
    .s-drop-btn b{text-align: left;padding:0 20px;}
    .pro-ul li{width:48%;}
    
    .news-ul li a .pic{width: 140px}
    .news-ul li a .content{width:calc(100% - 140px);padding:0 10px;}
    .news-ul li a .content .t3{display:none;}
    
    .pro-show{display:block;}
    .pro-show .pic{width:100%;}
    .pro-show .content{width:100%;padding:10px 0 0 0;}
    .pro-show .content .zx{margin-top: 15px;}
	
	.news-show .txt-video{ width:100%; text-align:center; margin:20px auto;}
	.news-show .txt-video video{ width:100%; height:240px;}
	
    }

@media (max-width:567px){
	}

@media (max-width:336px) {
    }
	
	
	
.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:#d71c26;}


.news-show form input[type="text"], .news-show form textarea{width:100%;line-height: 0.45rem;background-color: #fff;border:1px solid #ebebeb;padding-left: 0.13rem;margin-bottom: 10px;outline: none;}
.news-show form textarea{height: 1.2rem;}
.news-show form input[type="submit"]{width:1.2rem;line-height: 0.4rem;text-align: center;background-color: #0144b7;color:#fff;outline: none;}

	
	
	
	