﻿*{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;}
.contact_map{ width:100%; height:350px;}


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-main{display:flex;justify-content:space-between;align-items:center;padding:30px 0;}
.header-main .logo img{ max-width:100%; display:block;}

header .tel{background:url(../images/tel.png) no-repeat left center;padding-left:54px;}
header .tel p{line-height:22px;font-size:14px;color:#333;}
header .tel b{display:block;color:#007aff;font-size:20px;line-height:22px;font-family:"Arial";}

.header-main .right{display: flex;}
.header-main .right form{display: flex;width: 230px;border:1px solid #8f8f8f;border-radius: 2px;padding:10px 0;line-height: 22px;margin-right: 40px;}
.header-main .right form input[type=text]{width: calc(100% - 40px);border-radius: 2px 0 0 2px;padding-left: 10px;}
.header-main .right form input[type=submit]{width: 40px;background: url(../images/but.png) no-repeat center center;border-left: 1px solid #bfbfbf;border-radius: 2px;}


.header-nav{ width:100%;background:-webkit-linear-gradient(top,#007aff,#007aff);}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 7);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:60px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 1px;height: 14px;background-color: #cecece;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: #0064d0;}

.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: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: #007aff;}

.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:#007aff;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:#007aff;}
.sjnav .list-inline-li.active .list-box .list-link{color:#007aff;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:#007aff;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{text-align: center;color:#000;}
.title .t1{line-height: 0.4rem;opacity: 0.16;font-size: 0.36rem;font-family: "arial";text-transform: uppercase;}
.title .t2{line-height: 0.42rem;font-size: 0.3rem;display: flex;justify-content: center;align-items: center;}
.title .t2 em{display: block;width: 125px;height: 1px;background-color: #007aff;margin:0 15px;}

.tabs{display: flex;justify-content: center;padding-top: 0.17rem;}
.tabs a{display: block;text-align: center;line-height: 0.42rem;color:#333;width: 145px;margin:0 8px;transition: 0.5s;font-size: 0.16rem;border:1px solid #333;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.tabs a:hover, .tabs a.on{background-color: #007aff;border-color: #007aff;color:#fff;}

.pro{padding:70px 0;}
.swiper-pro{padding:0.3rem 0 0 0;}
.swiper-pro a{display: block;border:2px solid #f1f1f1;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-pro a .pic::before{content:"";display: block;padding-top: calc(230/290*100%);}
.swiper-pro a .txt{border-top: 2px solid #f1f1f1;text-align: center;line-height: 0.48rem;font-size:0.16rem;color:#333;;}
.swiper-pro a:hover .img_cover{transform: scale(1.1);}
.swiper-pro a:hover .txt{background-color: #007aff;color:#fff;}


.about{padding:85px 0;}
.about .txt{background-color: rgba(52,114,178,0.8);padding: 35px;color:#fff;width: 60%;}
.about .txt .bt{width: 100%;position: relative;font-size:0.24rem;}
.about .txt .bt b{display: block;font-family:'arial';font-weight: bold;}
.about .txt .bt span{display: block;line-height: 0.7rem;position: relative;;}
.about .txt .bt span::before{content:"";display: block;width: 55px;height: 3px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
.about .txt .nr{width: 100%;font-size: 14px;line-height: 0.3rem;margin:0.25rem 0;}
.about .txt a{display: block;width: 1.5rem;line-height: 0.45rem;background-color: #fff;font-size: 0.16rem;color:#007aff;text-align: center;}

.ys{padding:50px 0;}
.ytbt{display: block;max-width: 100%;margin:0 auto;}
.swiper-ys{padding:55px 0 0 0;}
.swiper-ys .pic{width: 160px;height: 160px;border-radius: 50%;border:3px solid #e8e8e8;padding:8px;}
.swiper-ys .pic .img{width: 100%;height: 100%;border-radius: 50%;background-color: #e8e8e8;display: flex;justify-content: center;align-items: center;}
.swiper-ys .pic .img img{display: block;max-width: 100%;;}
.swiper-ys .pic .img img:last-child{display: none;}
.swiper-ys .txt{padding-top: 0.2rem; width: 160px;writing-mode: vertical-lr;padding-left: 60px;}
.swiper-ys .txt .t1{font-size: 0.18rem;color:#007aff;font-weight: bold;width: 20px;}
.swiper-ys .txt .t2{font-size: 12px;color:#999;text-transform: uppercase;font-family: "arial";width: 10px;}
.swiper-ys .swiper-slide:hover .pic{border-color: #007aff;}
.swiper-ys .swiper-slide:hover .pic .img{background-color: #007aff;}
.swiper-ys .swiper-slide:hover .pic .img img:first-child{display: none;}
.swiper-ys .swiper-slide:hover .pic .img img:last-child{display: block;}
.swiper-ys .swiper-slide:hover .txt .t1{color:#007aff;}

.case{padding:70px 0;}
.case .title{color:#fff;}
.case .title em{background-color: #fff;}
.swiper-case{padding:25px 0 0 0;}
.swiper-case a{display: block;position: relative;overflow: hidden;border:1px solid #fff;}
.swiper-case a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-case a .pic::before{content:"";display: block;padding-top: calc(280/380*100%);}
.swiper-case a .hover{width: 100%;height: 100%;background-color: rgba(0, 0, 0,0.5);position: absolute;left: 0;top:0;display: flex;justify-content: center;align-content: center;flex-wrap: wrap;text-align: center;opacity: 0;}
.swiper-case a .hover img{display: block;max-width: 100%;}
.swiper-case a .hover span{display: block;width: 100%;font-size:0.16rem;color:#fff;line-height: 0.38rem;position: relative;margin-top: 0.3rem;}
.swiper-case a .hover span::before{content:"";display: block;width: 67px;height: 1px;background-color: #fff;position: absolute;left: 50%;top:0;transform: translateX(-50%);}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.swiper-case a:hover .hover{opacity: 1;}

.news{padding:70px 0;}
.news .box{display: flex;justify-content: space-between;padding:0.3rem 0 0 0;}
.news .box .left{display: block;width: 39%;}
.news .box .left .pic{width: 100%;position: relative;overflow: hidden;}
.news .box .left .pic::before{content:"";display: block;padding-top:calc(288 / 464 * 100%);}
.news .box .left .txt{padding:0.24rem;background-color: #f2f2f2;}
.news .box .left .txt .t1{line-height: 0.23rem;font-size:12px;color:#999;}
.news .box .left .txt .t2{line-height: 0.3rem;font-size:16px;color:#007aff;padding-bottom: 0.11rem;margin-bottom: 0.15rem;position: relative;;}
.news .box .left .txt .t2::before{content:"";display: block;width: 0.38rem;height: 2px;background-color: #333;position: absolute;left: 0;bottom: 0;}
.news .box .left .txt .t3{line-height: 0.3rem;font-size:0.14rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news .box .left:hover .img_cover{transform: scale(1.1);}
.news .box .left:hover .txt .t2{font-weight: bold;}
.news .box .right{width: 58%;}
.news .box .right a{display: flex;border:1px solid #e1e1e1;padding:13px 0;color:#333;width: 100%;}
.news .box .right a .date{width: 1.2rem;border-right: 1px solid #e1e1e1;text-align: center;font-family:"arial";color:#666;display: flex;flex-wrap: wrap;align-content: space-around;justify-content: center;font-size:0.14rem;}
.news .box .right a .date span{font-size:0.36rem;line-height: 0.5rem;position: relative;display: block;width: 100%;margin-bottom: 0.15rem;}
.news .box .right a .date span::before{content:"";display: block;width: 0.35rem;height: 2px;background: #666;position: absolute;left: 50%;bottom:0;transform: translateX(-50%);}
.news .box .right a .txt{width: calc(100% - 1.2rem);display: flex;flex-wrap: wrap;align-content: space-around;padding:0 0.15rem;}
.news .box .right a .txt .t1{width: 100%;font-size:0.16rem;}
.news .box .right a .txt .t2{width: 100%;font-size:0.14rem;color:#999;line-height: 0.26rem;}
.news .box .right a + a{margin-top: 15px;}
.news .box .right a:hover .date{color:#007aff;}
.news .box .right a:hover .date span::before{background: #007aff;}
.news .box .right a:hover .txt .t1{color:#007aff;}
.news .box .right a:hover .txt .t2{color:#007aff;}

footer{background:#333333;}
footer .box{display: flex;justify-content: space-between;position: relative;padding:0.45rem 0;}
footer .box dl dt{line-height: 0.42rem;font-size:0.16rem;color:#fff;padding-bottom: 0.1rem;margin-bottom: 0.1rem;position: relative;}
footer .box dl dt::before{content:"";display: block;width: 26px;height: 3px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
footer .box dl dd, footer .box dl dd a{display: block;line-height: 0.36rem;font-size: 14px;color:#aaaaaa;}
footer .box dl dd b{color:#fff;}
footer .box dl dd strong{color:#fff;}
footer .box dl dd a:hover{text-decoration:underline !important;color:#fff;}
footer .box dl .lxfs{display: flex;justify-content: space-between;}
footer .box dl .lxfs .ewm{text-align: center;margin:-30px 0 0 50px;}
footer .box dl .lxfs .ewm img{display: block;width: 135px;margin-bottom: 5px;}
footer .box em{display: block;width: 1px;background-color: rgba(255,255,255,0.2);}
.foot-txt{padding:0.15rem 0;font-size:0.14rem;color:#fff;text-align: center;background-color: #007aff;}
.foot-txt a{color:#fff;}
.foot-txt a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page{padding:0.5rem 0;}
.page .wrap{display: flex;}
.page-left{width: 275px;margin-right: 25px;}
.s-drop-wrap { width:100%;border:1px solid #ececec }
.s-drop-btn {  line-height:0.3rem; font-size:0.2rem;font-weight: bold; color: #333;position:relative;padding:22px 0 22px 75px;background: url(../images/d1.png) no-repeat 20px center;border-bottom:1px solid #ececec}
.s-drop-btn em{display: block;text-transform: uppercase;line-height: 0.2rem;font-size:0.14rem;color:#bcbcbd;font-weight: normal;font-family: "arial";}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background: url(../images/d1.png) no-repeat 20px center;}

.s-drop-list {display: block;padding:2px;}
.s-drop-list li{ margin-top:2px;}
.s-drop-list li a{ display:block; position: relative;}
.aside-list-link{ font-size:0.16rem; color:#333;line-height:0.5rem; background:#eaeaea; text-align:left; text-indent:36px; position: relative;}
.aside-list-link:hover, .aside-list-link.act{ background:#007aff; color:#fff;}

.aside-list-link>i{position: absolute; top: 0; bottom: 0; right: 30px; margin: auto; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 20px; color: #333;}

.s-drop-list li .aside-sublist{ width:100%;  display:none;  }

.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:36px;  font-size:14px; margin-bottom:1px; text-align:left; text-indent:48px; 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-top: 30px;border:1px solid #ececec }
.page-left .lxfs img{display: block;max-width: 100%;width: 100%;}
.page-left .lxfs .txt{font-size: 14px;color:#333;line-height: 28px;padding:10px 8px;}

.page-right{width: calc(100% - 300px);}
.page-right .pro-bt{width: 100%;position: relative;;}
.page-right .pro-bt .t1{font-size:0.24rem;color:#b0b0b0;text-transform: uppercase;line-height: 0.18rem;}
.page-right .pro-bt .t2{font-size:0.3rem;color:#333;line-height: 0.3rem;margin-top: 0.13rem;}
.page-right .pro-bt::before{content:"";display: block;width: calc(100% - 130px);height: 1px;background-color: #c5c5c5;position: absolute;right: 0;bottom: 0;}

.page-bt{display: flex;justify-content: space-between;align-items: center;line-height: 0.4rem;font-size: 14px;color:#a9a9a9;border-bottom: 3px double #c3c3c3;margin-bottom: 0.12rem;}
.page-bt a{color:#a9a9a9;}
.page-bt span{color:#007aff;}
.page-bt a:hover{color:#007aff}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -0.5%;}
.pro-ul li{width: calc(100% / 3 - 1%);margin:0.5%;}
.pro-ul li a{display: block;border:2px solid #f1f1f1;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: calc(230/290*100%);}
.pro-ul li a .txt{border-top: 2px solid #f1f1f1;text-align: center;line-height: 0.48rem;font-size:0.16rem;color:#333;;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt{background-color: #007aff;color:#fff;}

.product-show{position: relative;padding:0;min-height: 5rem;}
.product-details{width: 100%; overflow: hidden;}
.product-details .wrap1{background-color: #fff; padding: 20px 0; overflow: hidden;}
.product-details .wrap1 .left{width: 50%; float: left; padding-right: 20px;}
.xiangce{position: relative; overflow: hidden;}
.xiangce .swiper{position: relative; overflow: hidden;}
.xiangce .imgbox{position: relative; overflow: hidden; border: 1px solid #eee;}
.xiangce .imgbox::before{content: ""; display: block; padding-top: 75%;}
.xiangce .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover;}
.xiangce .swiper_tab{margin-bottom: 10px;}
.xiangce .swiper_content{padding: 0 25px; position: relative;}
.xiangce .swiper_content .swiper-slide-thumb-active .imgbox{border: 2px solid #1e50ae;}
.xiangce .xiangce-next, .xiangce .xiangce-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 20px; height: 100%; font-size: 18px; color: #fff; background-color: #1e50ae; z-index: 2; display: flex; align-items: center; justify-content: center;}
.xiangce .xiangce-next{right: 0;}
.xiangce .xiangce-prev{left: 0;}

.product-show{width: 100%; font-size: 14px; color: #333;}
.product-show .t1{ width:100%; font-size:18px; line-height:2; padding-bottom:10px; font-weight:bold; text-align:center;}
.product-show img{max-width: 100%; height: auto;}

.product-details .wrap1 .content{width: 50%; float: left;}
.product-details .wrap1 .title{font-size: 20px; color: #333; margin-bottom: 20px; font-weight: bold;}
.product-details .wrap1 .title{font-size: 16px; color: #333; line-height:30px; margin-bottom: 10px; font-weight:bold;}
.product-details .wrap1 .text{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.product-details .wrap1 .btn{width: 120px; height: 35px; line-height: 35px; text-align: center; font-size: 14px; color: #fff; background-color: #0064d0; padding: 0;}
.product-details .wrap1 .btn a{ color:#333333}
.product-details .tab{width: 100%; text-align: left;}
.product-details .wrap2{width: 100%; background-color: #fff; overflow: hidden;}
.product-details .product-details-tab{width: 100%; background-color: #333;}
.product-details .product-details-tab .tabList{overflow: hidden; width: 100%; font-size: 0;}
.product-details .product-details-tab .tabList li{float: left;}
.product-details .product-details-tab .tabList li a{display: block; width: 140px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff;}
.product-details .product-details-tab .tabList .select a{background: #007aff;}
.product-details .product-details-tab-content{width: 100%; overflow: hidden; padding: 20px 0;}
.product-details .product-details-tab-content .con{display: none;}
.product-details .product-details-tab-content .con.act{display: block;}
.product-details .wrap2{width: 100%; background-color: #fff;}
.product-details .wrap2 .content{font-size: 14px; color: #333; line-height: 25px;}
.product-details .wrap2 .content img{max-width: 100%; height: auto;}

.product-details .tel{background: url(../images/tel_icon.png) no-repeat left center; background-size: 30px; padding-left: 40px; margin-bottom: 10px;}
.product-details .tel .text1{font-size: 14px; color: #999;}
.product-details .tel .text2{font-size: 18px; color: #333; font-weight: bold;}

.swiper-pros a{display: block;border:2px solid #f1f1f1;}
.swiper-pros a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-pros a .pic::before{content:"";display: block;padding-top: calc(230/290*100%);}
.swiper-pros a .txt{border-top: 2px solid #f1f1f1;text-align: center;line-height: 0.48rem;font-size:0.16rem;color:#333;;}
.swiper-pros a:hover .img_cover{transform: scale(1.1);}
.swiper-pros a:hover .txt{background-color: #007aff;color:#fff;}


.news-ul{display:block;padding-top: 0px;}
.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:#007aff;}
.news-ul li:hover a .txt .t3 span{background:#007aff;}

.news-show{min-height:5rem;padding: 0.1rem 0;}  
.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:15px;color:#333;line-height: 0.30rem; padding-bottom:0.1rem;}
.news-show .t2 img{max-width:100% !important; height:auto !important;}

.page-message{width:80%; margin:15px auto;}
.page-message ul{display: block; margin:10px auto;}
.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="tel"],.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="button"]{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: #007aff;}
.page-message ul li:hover textarea{border-color: #007aff;}





.hot{width:100%;background:#007aff; 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}
  .header-main .right form{display: none;}

  .product-details .wrap1 .tel{font-size: 16px;}
  .product-details .wrap1 .btn{width: 100px; height: 35px; line-height: 35px;}
  .product-details .product-details-tab .tabList li a{width: 100px; height: 35px; line-height: 35px; font-size: 14px;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .about .txt{width: 80%;}
  /**/
  .page .wrap{display: block;}
  .page-left{width: 100%;}
  .s-drop-list{display: none;}
  .aside-list-link i{opacity: 1;}
  .page-right{width: 100%;padding:2% 0;}
  .page-right .pro-bt{display: none;}
  .pro-ul li{width: calc(100% / 3 - 1%);}
}
 
@media (max-width:767px){
  .header-main .logo{width:280px;}
  .header-main, footer .box{padding:14px 0;}
  .pro, .about, .case{padding:24px 0;}
  .title .t1{font-size: 20px;line-height: 20px;}
  .title .t2 em{width: 60px;margin:0 10px;;}
  .title .t2{font-size: 22px;line-height: 28px;}
  .tabs{flex-wrap: wrap;justify-content: flex-start;}
  .tabs a{width: 23%;margin:1%;}
  .about .txt{width: 100%;padding:10px;}
  .about .txt .bt span{line-height: 20px;padding:10px 0 14px 0;}
  .ys{display: none;}
  .news{padding:10px 0 20px 0;}
  .news .box{display: block;}
  .news .box .left{width: 100%;}
  .news .box .left .txt{padding:13px;}
  .news .box .right{width: 100%;margin-top: 10px;}
  .news .box .right a{padding:6px 0;}
  footer .box em{display: none;}
  footer .box dl dd, footer .box dl dd a{font-size: 13px;}
  /**/
  .page{padding:20px 0;}
  .s-drop-btn{background: none;padding:10px ;}
  .s-drop-btn.act{background: #fff;}
  .pro-ul li{width: 49%;}
  .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;}
  .page-message{width: 100%;padding:0;}

  .product-details .wrap1{padding: 10px 0;}
  .product-details .wrap1 .left{width: 100%; padding: 0;}
  .product-details .wrap1 .content{width: 100%; margin-top: 10px; padding: 0;}
  .product-details .wrap1 .title{font-weight: bold; margin-bottom: 10px; font-size: 16px;}
  .product-details .wrap1 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
  .product-details .wrap1 .tel{width: 100%;}
  .product-details .product-details-tab .tabList li a{height: 30px; line-height: 30px; font-size: 12px;}
  .product-details .product-details-tab-content{padding: 10px;}
  .product-details .wrap2 .content{font-size: 12px; line-height: 20px;}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	