
*{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:contain;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-main .form-box{display:none;}


  padding: 0; }
.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}


header{position:relative;width:100%;z-index: 9999;}   
.header-top{line-height: 37px;border-bottom:1px solid #ccc}
.h-top{display:flex;justify-content:space-between;font-size:14px;color:#333;}
.h-top span a{color:#4c4c4c;}
.h-top span a:hover{color:#d70011;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.18rem 0 0rem 0;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .form-box{display:flex;flex-direction: row-reverse;}
.header-main .form-box form{display:flex;width:285px;border:1px solid #2c66bc;line-height: 0.26rem;}
.header-main .form-box form input[type=text]{width:calc(100% - 50px);padding-left: 0.1rem;outline:none;}
.header-main .form-box form input[type=submit]{width:50px;background:url(../images/but.png) no-repeat center center, #2c66bc;}

.nav-ul {display: flex;margin-right: -19px;}
.nav-ul li {position:relative;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#333;line-height:58px;text-align:center;padding:0 22px 13px 22px;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #2c66bc;font-weight: bold;}
.nav-ul .sub_ul {display: none;width: 100%;position: absolute; padding:0;z-index:999;background:rgba(255,255,255,0.9);box-shadow:0 5px 10px rgba(0,0,0,0.3);}
.nav-ul .sub_ul li{width:100%;padding:0;position: relative;}
.nav-ul .sub_ul li .nav_a2{font-size:13px;line-height:34px;text-align: center;color:#333;display:block;border-bottom: 1px dashed #666;font-weight: bold;}
.nav-ul .sub_ul li:last-child .nav_a2{border:none;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #2c66bc;}

.nav-ul .sub_ul .list-nav{position: absolute;right: -100%;width: 100%;top:0;display:none;border-left: 3px solid transparent}
.nav-ul .sub_ul .list-nav a{font-size:13px;line-height:34px;text-align: center;color:#333;display:block;border-bottom: 1px dashed #666;font-weight: bold;background:rgba(255,255,255,0.9);}
.nav-ul .sub_ul .list-nav a:hover{color: #2c66bc;}
.nav-ul .sub_ul li:hover .list-nav{display:block;}


/*移动端导航*/
.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:#2c66bc;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.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);}

.sjnav{ width:50%; position:absolute;right:0%;z-index:9999;display: block;right: -100%;transition: all 0.5s;}
.sjnav.click{right:0;}
.sjnav.click li a{transform:translateX(0);opacity: 1;}
.sjnav ul{ padding:0; margin:0;}
.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:#2c66bc; color:#fff;}


/*大图滚动开始*/
.banner{position: relative; background:url(../images/banner.jpg) no-repeat center center!important;}
.ban-img{display: block;max-width: 100%;object-fit: none;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#fd5573}
.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;font-weight: bold;text-transform: uppercase;}
.title .t1{line-height: 0.3rem;font-size:0.28rem;color:#666;font-family: "Arial";}
.title .t2{line-height: 0.38rem;font-size:0.3rem;color:#027dcc;background:url(../images/title.png) no-repeat center center;}

.news{padding:0.5rem 0;}
.news .wrap{display:flex;justify-content:space-between;}
.news .wrap .box{width: 48%;border:1px solid #f0f0f0;   }
.news .wrap .box .bt{background:#f5f5f5;font-size:0.24rem;color:#333;line-height: 0.48rem;display:flex;align-items:center}
.news .wrap .box .bt i{color:#1e59b3;margin:0 0.17rem;}
.news .wrap .box .links{display:flex;padding:0.14rem;justify-content:space-between; }
.news .wrap .box .links .pic{width:46%;position: relative;overflow: hidden;}
.news .wrap .box .links .pic:before{content:"";display:block;padding-top:68%;}
.news .wrap .box .links .content{width:50%;display:flex;align-content: space-around;font-size:0.14rem;color:#333;line-height: 0.24rem;flex-wrap: wrap;}
.news .wrap .box .links .content .t1{width:100%;font-weight: bold;}
.news .wrap .box .links .content .t2{width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news .wrap .box .links .content .t3{width: 0.95rem;line-height: 0.3rem;text-align: center;background:#027dcc;color:#fff;}
.news .wrap .box .links:hover .img_cover{transform: scale(1.1);}
.news .wrap .box .links:hover .t3{background:#0e5785;}
.news .wrap .box .news-list {padding:0.14rem 0.14rem 0 0.14rem ;}
.news .wrap .box .news-list a{display:flex;justify-content:space-between;align-items:center;font-size:0.14rem;color:#333;line-height: 0.49rem;}
.news .wrap .box .news-list a + a{border-top: 1px dashed #ddd;}
.news .wrap .box .news-list a:hover{color:#0e5785;font-weight: bold;}

.case{background-image:url(../images/bj1.jpg);padding:0.28rem 0;}
.case .title .t1, .case .title .t2{ color:#fff;}
.swiper-product{padding:0.35rem 0;}
.swiper-product a{display:block;position: relative;overflow: hidden;}
.swiper-product a:before{content:"";display:block;padding-top:96%;}
.swiper-product a:hover .img_cover{transform:scale(1.1);}
.prev-product, .next-product{width: 49px;height: 49px;background:url(../images/jiantou.png) no-repeat center center; outline:none;position: absolute;top:50%;transform: translateY(-50%);}
.prev-product{left: -90px;}
.next-product{right:-90px;transform: translateY(-50%) scale(-1,-1);}

.contact{padding:0.65rem 0;}
.contact-main{display:flex;padding:0.4rem 0 0 0;justify-content:space-between;}
.contact-main .lxfs{font-size:0.16rem;color:#333;line-height: 0.4rem;}
.contact-main .lxfs img{display:block;max-width: 100%;margin-bottom: 0.2rem;}
.contact-main .lxfs b{font-size:0.24rem;color:#2a61b6;}
.contact-main form{width:50%;}
.contact-main form .form-group{position: relative;margin-bottom: 0.1rem;}
.contact-main form input[type=text], .contact-main form textarea{width:100%;line-height: 0.4rem;border:1px solid #d9dce3;padding-left: 0.1rem;}
.contact-main form textarea{height: 1.2rem;}
.contact-main form input[type=submit]{width:100%;line-height: 0.4rem;background:#2a61b6;font-size:0.16rem;color:#fff;}
.contact-main form .yzm{position: absolute;right: 0;top: 0;width:120px;background:#2a61b6;height:0.42rem;}

footer{background:#2a61b6;color:#fff;padding:0.4rem 0;line-height: 0.36rem;font-size:16px;}
footer .wrap{display:flex;justify-content: space-between;align-items: flex-start;}
footer .wrap dl dt{line-height: 0.36rem;font-size:0.16rem;}
footer .wrap dl dd a{display:block; line-height: 0.36rem;font-size:0.14rem;}
footer .wrap .txt{padding:0.15rem 0;}
footer .wrap .txt b{font-size:0.24rem;}
footer .wrap .lxfs .t1{font-size:0.14rem;padding:0.1rem 0 0 0;}
footer .wrap .lxfs .erweima{display:block;max-width: 120px;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.1rem 0;font-size:0.14rem;color:#fff;text-align: center;}

/**/
.page{padding:0.5rem 0;min-height: 7rem;}
.page .wrap{display:flex;}
.page-left{width:250px;margin-right: 35px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#027dcc; line-height:0.4rem; font-size:0.26rem; color: #fff; text-align:center;position:relative;font-weight: bold;padding:0.2rem 0;}
.s-drop-btn em{display:block;line-height: 0.28rem;font-size:0.18rem;font-family: "Arial";text-transform: uppercase;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#027dcc;}

.s-drop-list {display: block;margin-top: 0.1rem;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:15px; color:#fff;line-height:42px; background:#027dcc;padding:0 24px;margin-bottom: 0.08rem;}
.aside-list-link:hover, .aside-list-link.act{ background:#0e5785; color:#fff;}

.s-drop-list li .aside-sublist{ width:100%;  display:none; padding:7px 0; }
.s-drop-list li:first-child .aside-sublist{display:none;}
.s-drop-list li .aside-sublist li a{display:block; color:#5e5e5e; line-height:46px;  font-size:14px;border-bottom: 1px solid #dbdbdb;padding-left: 33px;}
.s-drop-list li .aside-sublist li a i{color:#027dcc;margin-right:10px;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{color:#027dcc;font-weight: bold;}

.page-left .lxfs{padding:0.3rem 0 0 0;}
.page-left .lxfs img{display:block;max-width:100%;width:100%;}
.page-left .lxfs .t1{font-size:14px;color:#333;line-height: 0.34rem;padding:0.15rem 0 0 0;}


.page-right{width:calc(100% - 285px);}
.paga-bt{display:flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #dbdbdb;font-size:0.14rem;color:#333;line-height: 0.59rem;}
.paga-bt b{font-size:0.3rem;color:#027dcc;}
.pro-ul{display:flex;flex-wrap: wrap;margin:0 -1%;padding:0.1rem 0;}
.pro-ul li{width: 23%;margin:1%;}
.pro-ul li a{display:block;}
.pro-ul li a .pic{width:100%;position: relative;overflow: hidden;}
.pro-ul li a .pic:before{content:"";display:block;padding-top: 96%;}
.pro-ul li a .txt{text-align: center;line-height: 0.5rem;font-size:0.16rem;color:#333;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt{background:#027dcc;color:#fff;}

.product-show{padding:0.2rem 0 ;min-height: 6rem;}
.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{font-size:14px;color:#666;}
.product-show .t2 table td{ border:1px #999999 solid;}

.news-ul{display:block;padding:0.2rem 0;}
.news-ul li{width:100%;margin-bottom:0.2rem;border: 1px solid #d2d2d2;background-color: #fff;padding:0.15rem;}
.news-ul li a{display:flex;color:#333;}
.news-ul li a .pic{width:2rem;position:relative;overflow:hidden;}
.news-ul li a .pic:before{padding-top:71%;display:block;content:"";}
.news-ul li a .txt{width:calc(100% - 2rem);padding:0 0.1rem 0 0.2rem;display:flex;flex-wrap:wrap;align-content: space-around;}
.news-ul li a .txt .txt-bt{position:relative;display:flex;justify-content:space-between;width:100%;}
.news-ul li a .txt .txt-bt .t1{font-size:18px;font-weight:bold;}
.news-ul li a .txt .txt-bt .t2{font-size:12px;}
.news-ul li a .txt .txt-nr{line-height:22px;font-size:0.14rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%;}
.news-ul li a h5{width:100px;line-height: 32px;font-size:12px;color:#fff;background: #c5c5c5;text-align: center;transition: 0.5s;}
.news-ul li:hover .img_cover{transform:scale(1.1);}
.news-ul li:hover{transform:translateY(-5px);box-shadow:0 0 5px #999;}
.news-ul li:hover .txt-bt .t1{color:#2c66bc;}
.news-ul li:hover h5{background: #2c66bc;color:#fff;} 
 
.news-show { width:100%; text-align:center;padding-top:0.2rem;min-height: 6rem;}
.news-show img {  display:block; max-width:100%; margin:2% auto;}
.news-show .txt-bt {  display:block ;line-height:42px; font-size:18px; color:#333;font-weight:bold;text-align:center; }
.news-show .txt-nr {  display:block;line-height:30px; font-size:14px; color:#444; text-align:left;}
.news-show .txt-date {  display:block;line-height:35px; font-size:12px; color:#999; margin-top:2%; text-align:right;}



/*手机底部*/
.hot{width:100%; height:58px; background:#0e5785; 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;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ margin-bottom: 10px; 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{ margin: 0 auto; width:130px; font-size: 14px; color: #fff; line-height: 30px; background: #ea142d; border-radius: 5px;}
.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;}


.page-show{margin:45px 0 0 0;}
.page-main{display:flex;justify-content:space-between;flex-wrap:wrap;align-self: flex-start;}
.show-left{width:50%;}
.gallery-top{/*border:1px solid #dcd9d9;*/}
.gallery-top .show_img{padding-top:59%;}

.gallery-thumbs-box{position:relative;}
.gallery-thumbs{margin:10px auto 0 auto;width:calc(100% - 70px);padding:1px;}
.gallery-thumbs .swiper-slide{opacity:0.6; cursor:pointer;border:1px solid #d1d1d1;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;border-color:#0645a5;}
.gallery-thumbs .show_img{padding-top:90%;}
.next-show, .prev-show{font-size:30px;font-family:"SimSun";color:#0645a5;font-weight:bold;transform:translate(0,-50%);margin:0;width:30px;height:100%;background:#f2f2f2;text-align:center;display:flex;justify-content:center;align-items:center;}
.prev-show{left:0;}
.next-show{right:0;}
.next-show:hover, .prev-show:hover{background:#0645a5;color:#fff;}

.show-right{width:48%;display:flex;flex-wrap:wrap;align-content:space-between;}
.show-right div{width:100%;}
.show-right .txt-bt{font-size:24px;color:#0645a5;font-weight:bold;line-height:50px;border-bottom:1px dashed #d9d6d6;/*text-transform:uppercase;*/}
.show-right .txt-nr{line-height:30px;font-size:14px;color:#666;}
.show-right .txt-nr img{max-width:100% !important;height:auto !important;}
.show-right .txt-nr b{display:block;color:#333;}
.show-right .txt-nr span{color:#0645a5;}
.show-right .txt-tel{background:#f2f2f2;height:66px;text-align:center;font-size:14px;color:#333;font-weight:bold;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}
.show-right .txt-tel span{font-family:"Arial";font-size:24px;color:#0645a5;}

.show-xq{margin:50px 0 0 0;}
.show-xq-bt{line-height:44px;background:#f2f2f2;display:flex;}
.show-xq-bt a{display:block;width:125px;text-align:center;font-size:16px;color:#0645a5;background:#f2f2f2;border-top:2px solid #f2f2f2;}
.show-xq-bt a:hover, .show-xq-bt a.on{background:#fff;border-top:2px solid #0645a5;}
.show-xq .xq-box .xq-txt{display:none;}
.show-xq .xq-box .xq-txt:first-child{display:block;}
.show-xq .xq-txt img{max-width:60% !important;height:auto !important;}
.show-xq .xq-txt{line-height:13px;color:#666;line-height:30px;margin:20px 0;}
.show-xq .xq-txt table{width:100% !important} 
.show-xq .xq-txt td{ width:auto !important; height:auto !important; border:1px solid #CCCCCC !important;}
@media (max-width:1200px){
	.wrap{ width:96%}
    .ban-img{object-fit:initial}
    .prev-product, .next-product{display:none;}
    }

@media (max-width:991px) and (min-width:768px){
    /**/
    .page .wrap{display:block;}
    .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align:left;padding:0.1rem 0.2rem;}
    .s-drop-list{display:none;}
    .page-right{width:100%;margin:0;}
    .news .wrap{display:block;}
    .news .wrap .box{width:100%;}
	.show-left, .show-right{width:100%;}
    .show-right .txt-nr{margin:8px 0 15px 0;}
    
    }
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:200px;}
    /**/
    .page .wrap{display:block;}
    .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align:left;padding:0.1rem 0.2rem;}
    .s-drop-list{display:none;}
    .page-right{width:100%;margin:0;}
    .pro-ul li{width:48%}
    .news .wrap, .contact-main{display:block;}
    .news .wrap .box, .contact-main form{width:100%;}
    footer .wrap dl{display:none;}

    .news-ul li{padding:1.5%;}
    .news-ul li a .pic{width: 130px;}
    .news-ul li a .txt{padding:0 0 0 10px;width: calc(100% - 130px);}
    .news-ul li a .txt .txt-bt .t1{font-size:15px;}
	.product-show .t2 table{ width:100% !important; height:auto !important;}
	.product-show .t2 table td{ border:1px #999999 solid !important;}
	.show-left, .show-right{width:100%;}
    .show-right .txt-nr{margin:8px 0 15px 0;}
    .show-right .txt-tel{flex-wrap:wrap;font-size:18px;}
	.show-xq-bt a{display:block;width:85px;text-align:center;font-size:14px;color:#0645a5;background:#f2f2f2;border-top:2px solid #f2f2f2;}
    }

@media (max-width:567px){
	}

@media (max-width:336px) {
    }
	
	
	
	
	
	
	