﻿*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Arial";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;}


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:center;align-items:center;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .right{display: flex;align-items: center;}
.header-main .right a{display: flex;justify-content: center;align-items: center;width: 32px;height: 32px;border-radius: 50%;border:1px solid #d7d7d7;font-size: 15px;color:#999;margin-right: 15px;box-shadow: 0 0 5px rgba(0, 0, 0,0.2);}
.header-main .right a:hover, .header-main .right a.on{border-color: #666;color:#666;}

.but-icon{cursor: pointer;padding-left: 10px;}
.but-icon .icon-wrapper{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.but-icon .icon-wrapper .search-icon {width:26px;height:27px;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;}
.but-icon .icon-wrapper .search-icon img{display:block;max-width: 100%;}

.but-icon .close-icon{position: absolute;top:0;right: 0;bottom:0;left:0;margin:auto; width: 24px;height:24px;display:none;}
.but-icon .close-icon::before, .but-icon .close-icon::after{content:"";display: block; width:100%;height:2px;background:#aeaeae;}
.but-icon .close-icon::before{position:relative;top:12px;transform:rotate(45deg);}
.but-icon .close-icon::after{ position:relative;top:10px;transform:rotate(-45deg);}

.header-form{width:100%;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,0.3);position: absolute;top:0;padding:10rem 0;opacity: 0;transition: all 0.5s;left: 0;z-index: -1;}
.header-form form{width:100%;display:flex;justify-content: space-between;}
.header-form form input[type=submit]{width:125rem;line-height: 44rem;border-radius: 5px;background:#fe0006;color:#fff;font-size:16rem;}
.header-form form input[type=text]{width:calc(100% - 150px);border:1px solid #d4d4d4;padding-left: 15rem;line-height: 42rem;}

.but-icon .icon-wrapper.on .search-icon img {display:none;}
.but-icon .icon-wrapper.on .close-icon {display:block;}
.header-form.on{opacity:1;z-index: 9;top:80px;}
header.act .header-form.on{top:80px;}

.nav-ul {display: flex;width: 700px;margin:0 4%;}
.nav-ul li {position:relative;width:calc(100% / 6);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#666;line-height:80px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 0px;height: 3px;background-color: #fe0006;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fe0002;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 70px;}

.nav-ul .sub_ul {display: none;width: 120%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(0,0,0,0.6);box-shadow: 0 0 5px rgba(0, 0, 0,0.3);padding:5px 0;}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:40px;color:#fff;font-weight: bold; display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding-left:5px; padding-right:5px;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #fff;background-color: #fe0002;}

.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:26px;height:2px;background:#fe0002;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:4px 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:6px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-6px;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:#fe0002;}
.sjnav .list-inline-li.active .list-box .list-link{color:#fe0002;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:#fe0002;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;line-height: 42px;}
.title .t1{font-size: 36px;font-family: "arial";text-transform: uppercase;opacity: 0.2; display:none;}
.title .t2{font-size: 30px;}
.title .t2 span{padding:0 150px;position: relative;}
.title .t2 span::before, .title .t2 span::after{content:"";display: block;width: 125px;height: 1px;background-color: #e4e4e4;position: absolute;top:50%;transform: translateY(calc(-50% - 0.5px));}
.title .t2 span::before{left: 0;}
.title .t2 span::after{right: 0;}

main{width: 100%;background: -webkit-linear-gradient(top,#f9f9f9,#f3f3f3);}
.about{padding:50px 0 0 0;}
.about .box{display: flex;justify-content: space-between;padding:24px 0 0 0;}
.about .box .left{width: 42%;position: relative;overflow: hidden;border:3px solid #e4e4e4;}
.about .box .left::before{content:"";display: block;padding-top: calc(285/499*100%);}
.about .box .right{width: 56%;display: flex;flex-wrap: wrap;align-content: space-between;}
.about .box .right .txt{font-size: 16px;color:#666;line-height: 30px;width: 100%;}
.about .box .right .txt a{color:#fe0002;}
.about .box .right .pic{width: 100%;display: flex;justify-content: space-between;}
.about .box .right .pic .img{width: 48%;position: relative;overflow: hidden;}
.about .box .right .pic .img::before{content:"";display: block;padding-top: calc(178/323*100%);}
.about .box:hover .left .img_cover{transform: scale(1.1);}

.pro{padding: 60px 0 90px 0;}
.pro .bigbox{display: flex;justify-content: space-between;flex-direction: row-reverse;padding: 24px 0 0 0;}
.pro .bigbox .left{width: 24%;background-color: #fff;padding:10px;}
.pro .bigbox .left a{display: block;text-align: center;background-color: #e4e4e4;font-size: 14px;color:#666;line-height: 46px;}
.pro .bigbox .left a + a{margin-top: 10px;}
.pro .bigbox .left a:hover, .pro .bigbox .left a.on{background-color: #fe0002;color:#fff;}
.pro .bigbox .right{width: calc(76% - 20px);}
.swiper-pro{padding:5px;display: none;}
.swiper-pro:first-child{display: block;}
.swiper-pro a{display: block;background-color: #e4e4e4;transition: 0.5s;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;}
.swiper-pro a .pic::before{content:"";display: block;padding-top: calc(248/283*100%);}
.swiper-pro a .txt{background-color: #fff;font-size: 14px;color:#666;font-family: "arial";text-transform: uppercase;line-height: 24px;padding:5px 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-align: center;position: relative;top: -24px;width: calc(100% - 40px);margin:0 auto;}
.swiper-pro a:hover .txt{background-color: #333;color:#fff;}
.swiper-pro a:hover{box-shadow: 0 0 6px rgba(0, 0, 0,0.2);}
.swiper-pro a:hover .img_cover{transform: scale(1.1);}

footer{border-top: 7px solid #eaeaea;}
footer .links{ position: relative;border-bottom:1px solid rgba(255,255,255,0.3);background:#f5f5f5;}
footer .links .wrap{display:flex;align-items:center;height: 66px;line-height:66px;flex-wrap: wrap;overflow: hidden;}
footer .links .t1{font-size:16px;color:#666;text-transform:uppercase;}
footer .links .t1 b{padding:0 20px 0 5px;}
footer .links a{font-size:14px;color:#999;}
footer .links em{padding:0 10px;}
footer .links em:last-child{ display:none;}
footer .links a:hover{color:#666;text-decoration: underline !important;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;padding: 25px 0;}
footer .box dl dt{font-size:18px;color:#333;line-height: 60px;}
footer .box dl:nth-child(1){width:300px;}
footer .box dl:nth-child(1) dd{display: flex;flex-wrap: wrap;}
footer .box dl:nth-child(1) dd a{width: 50%;}
footer .box dl dd {font-size:14px;color:#666;line-height: 35px;}
footer .box dl dd a{display: block;font-size:14px;color:#666;line-height: 35px; height:35px; overflow:hidden;}
footer .box dl dd a:hover{color:#666;text-decoration: underline !important;}
footer .box .lxfs{display: flex;align-items: flex-start;font-size:14px;color:#666;line-height: 35px;}
footer .box .lxfs img{display: block;max-width: 100%;width: 94px;margin-left: 50px;}
.foot-txt{padding:15px 0;font-size:14px;color:#666;text-align: center;background-color: #e4e4e4;}
.foot-txt a{color:#666;}
.foot-txt a:hover{color:#666;text-decoration: underline !important;}

/**/
.page-banner{width: 100%;position: relative;overflow: hidden;;}
.page-banner::before{content:"";display: block;padding-top:140px;}
.page-banner .wrap{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.page-banner .wrap .t1{font-size: 18px;color:#333;font-weight: bold;text-transform: uppercase;}
.page-banner .wrap .t1 span{font-weight: normal;font-family: "arial";font-size: 12px;color: #858585;margin-left: 5px; display:none}

.page{background-color: #f9f9f9;padding:25px 0;}
.page-tabs{display: flex;flex-wrap: wrap;padding-bottom: 10px;}
.page-tabs a{display: block;text-align: center;font-size: 16px;color:#666;line-height: 44px;min-width:calc(100% / 6 - 15px);padding:0 10px;margin-right: 15px;margin-bottom: 15px;background-color: #e4e4e4;}
.page-tabs a:hover, .page-tabs a.on{background-color: #fe0002;color:#fff;}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:25px 0;border-top: 1px solid #eee;}
.pro-ul li{width: calc(100% / 4 - 2%);margin:1%;}
.pro-ul li a{display: block;background-color: #e4e4e4;transition: 0.5s;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: calc(248/283*100%);}
.pro-ul li a .txt{background-color: #fff;font-size: 14px;color:#666;font-family: "arial";text-transform: uppercase;line-height: 24px;padding:5 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-align: center;position: relative;top: -24px;width: calc(100% - 40px);margin:0 auto;}
.pro-ul li a:hover .txt{background-color: #333;color:#fff;}
.pro-ul li a:hover{box-shadow: 0 0 6px rgba(0, 0, 0,0.2);}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}

.news-ul{display: block;padding:15px 0;}
.news-ul li{background-color: #e4e4e4;padding:15px;width: 100%;margin:0 0 20px 0;}
.news-ul li a{display: flex;}
.news-ul li a .pic{width: 190px;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top: calc(130/190*100%);}
.news-ul li a .txt{width: calc(100% - 190px);padding-left: 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
.news-ul li a .txt .t1{width:100%;font-size:18px;color:#333;}
.news-ul li a .txt .t2{width:100%;font-size:15px;color:#777;line-height: 24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-ul li a .txt .t3{width:100%;font-size:14px;color:#6c6c6c;font-family: "arial";}
.news-ul li a:hover .img_cover{transform: scale(1.1);}
.news-ul li a:hover .t1{color:#fe0002;font-weight: bold;}


.news-show{padding:20px 0;min-height: 400px;}  
.news-show .bt{border-bottom: 1px dotted #dadada;padding-bottom:10px;text-align: center;margin-bottom: 10px;}
.news-show .bt b{display: block;line-height: 36px;font-size: 20px;color:#333;}
.news-show .bt span{display: block;line-height: 25px;font-size: 14px;color:#888;}
.news-show .nr{font-size: 15px;color:#555;line-height: 28px; padding-top:5px;}
.news-show .nr img{ max-width:100% !important; height:auto !important;}
.news-show .nr table{ width:100% !important;}
.news-show .nr table tr td{ width:auto !important;}
.news-show .nr .con1{ width:50%; float:left;}
.news-show .img {width:100%; text-align:center; margin:20px auto; display:block; max-width:800px;}
.news-show .img img{max-width:100% !important; height:auto !important;}


.hot{width:100%;background:#fe0002; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
	height: calc(54px +  constant(safe-area-inset-bottom));height: calc(54px +  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;margin: 0;color:#fff;}
.hot ul{display: flex;}
.hot ul li{width: 25%;border-right: 1px solid rgba(255,255,255,0.3);text-align: center;}
.hot ul li .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);  transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:25px 30px 30px 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{ 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:25px;height: 25px; 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 a i{margin-right: 10px;}
.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}
  .nav-ul{margin: 0 2%;}
  footer .box .lxfs img{display: none;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .header-main{padding:20px 2%;justify-content: space-between;}
  .pro .bigbox{display: block;}
  .pro .bigbox .left{width: 100%;display: flex;flex-wrap: wrap;}
  .pro .bigbox .left a{width: calc(100% / 3);}
  .pro .bigbox .left a + a{margin:0;}
  .pro .bigbox .right{width: 100%;}
  .pro-ul li{width: calc(100% / 3 - 2%);}
}
 
@media (max-width:767px){
  .header-main{padding:10px 2%;}
  .header-main .logo{width:230px;}
  .but-icon{display: none;}
  .header-main .right a{font-size: 12px;margin-right: 5px;width: 24px;height: 24px;}
  .about{padding:24px 0 0 0;}
  .title{line-height: 26px;}
  .title .t1{font-size: 24px;}
  .title .t2 {font-size: 20px;}
  .title .t2 span{padding:0;}
  .title .t2 span::before, .title .t2 span::after{display: none;}
  .about .box{display: block;}
  .about .box .left{width: 100%;}
  .about .box .right{width: 100%;padding-top: 10px;}
  .about .box .right .txt{font-size: 14px;line-height: 26px;}
  .about .box .right .pic{padding-top: 10px;}
  .pro{padding:24px 0;}
  .pro .bigbox .left a{width: 50%;line-height: 40px;font-size: 13px;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
  .swiper-pro a .txt{width: 90%;font-size: 12px;top:-10px;line-height: 20px;}
  footer .box{padding:5px 0 10px 0;}
  .foot-txt{font-size: 12px;line-height: 20px;padding:8px 0;}
  footer .box dl dt{line-height: 16px;line-height: 46px;}
  footer .box .lxfs{line-height: 30px;}
  /**/
  .page-banner::before{padding-top:90px;}
  .page{padding:10px 0 20px 0;}
  .page-tabs a{width: 48%;margin:1%;font-size: 13px;line-height: 38px;}
  .pro-ul li{width: 48%;}
  .pro-ul li a .txt{width: 90%;font-size: 12px;top:-10px;line-height: 20px;}
  .news-ul{padding:15px 0;}
  .news-ul li{padding:5px;margin-bottom: 14px;}
  .news-ul li a .pic{width: 120px;}
  .news-ul li a .pic::before{padding-top: 75%;}
  .news-ul li a .txt{width: calc(100% - 120px);padding-left: 10px;}
  .news-ul li a .txt .t1{font-size: 15px;;}
  .news-ul li a .txt .t2{-webkit-line-clamp:2;font-size: 13px;line-height: 20px;} 
  .news-ul li a .txt .t3{font-size:12px;}
  .news-show{padding:15px 0;min-height: initial;}
  .news-show .bt{text-align: left;padding-bottom: 10px;margin-bottom: 10px;}
  .news-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .news-show .nr{font-size: 14px;line-height: 26px;}
  .news-show .nr .con1{ width:100%; float:left;}



}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	