@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{padding:0px; margin:0px}
body{font-size:100px;}
*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: border-box;}
.trans{transition: all .3s ease-in;}
html{width:100%;min-height:100%;}
body{width:100%;min-height:100%;max-width:640px;min-width:320px;margin:0 auto;font: .24rem/1.6 'PingFangSC-Light','microsoft yahei',Arial,Helvetica,sans-serif,"Hiragino Sans GB";color:#333;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;position: relative;}
/*body:before, body:after{content:""; width:100%; display:block;}
body:before{height: 1rem;}*/
body:after{height: 1rem;}
img{border:0px;}
em{font-style:normal;}
s,i{font-style: normal;}
ul, ol{list-style-type:none;}
li{list-style: none outside none;}
strong,b{font-weight: normal;}
/*表单*/
input,button,select,textarea{outline:none; font-family:"Microsoft Yahei", Arial; font-size:.24rem; -webkit-appearance:none !important;}
table{border-collapse:collapse; border-spacing:0;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#999;}
input:-moz-placeholder, textarea:-moz-placeholder{color:#999;}
input::-moz-placeholder, textarea::-moz-placeholder{color:#999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #999;}
select{font-size: 12px;
    line-height: 36px;
    padding: 0 5px;
    color: #999999;
    border: 0;
    float: left;
    -webkit-appearance: checkbox !important;
    height: 36px;
    background: transparent;}
/*公用样式*/
.layout{position:fixed; width:100%; height:100%; left:0; top:0; z-wrapper:101; background:#000; opacity:1;}
.blue{color:#28a5f4;}
/*链接*/
a, a:link, a:visited, a:hover, a:active{color:#666;text-decoration: none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */}
a:focus{outline:none;}
a:hover, a:active{color:var(--colour1); outline:none;}
/*标题*/
h1, h2, h3, h4, h5, h6, h7{font-weight: normal;}
.icon,.iconn:before,.iconn:after,.iconbef:before,.iconbef:after{content: "\20"; display:block;}
/*清除浮动*/
.fl{float:left;}
.fr{float:right;}
.hide{display:none!important;}
.clearfix:after{content:""; display:block; clear:both; width:100%; height:0; line-height:0; font-size:0;}
.clear,.clearfix:after{content:""; display:block; clear:both; width:100%; height:0; line-height:0; font-size:0;}
.pt{padding-top:1rem!important;}
/*==========@@HTML默认 结束@@==========*/
:root {
  --colour1: #ff0000;
  --colour2: #00417b;
  --colour3: rgba(0,91,172,.25);
}
/*搜索*/
.serch{ width: 100%; height: 36px; border-radius: 100px; background: #f7f8fa; margin-top:.2rem;}
.serch input.text1{ float: left; width: 70%; height: 36px; border: none; background: none; margin: 0px 0px 0px 20px; outline: none; font-size: 12px; color: #999999;} 
.serch input.submit1{ width: 17px; height: 17px; border: none; background: none; background: url(../images/bg1.png) no-repeat -45px -25px; background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x)  no-repeat -45px -25px; background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -45px -25px;float: right; margin-right: 15px; margin-top:9px;} 

.serch:hover input.submit1{ background: none; background: url(../images/bg1.png) no-repeat -70px -25px; background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x)  no-repeat -70px -25px; background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -70px -25px;}


/*banner*/
.banner{ position:relative; width:100%; margin:0 auto; height: auto; z-index:15; font-size:0;margin-top:.2rem;overflow:hidden;}
.banner img{width:100%;display: block;}
.banner.swiper-container .swiper-pagination{height: .1rem;bottom: .1rem;}
.banner.swiper-container .swiper-pagination.sz{bottom: 2.05rem;}
.banner.swiper-container .swiper-pagination .swiper-pagination-bullet{width: .1rem;height: .1rem;background: rgba(255,255,255,0.5);opacity: 1;margin: 0 .05rem;border-radius: 0;vertical-align:top;position:relative;transition: all .5s;}
.banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active{background: var(--colour1);}

.header{position:relative;}

/* reLink */
.reLink{margin: .2rem 3% .3rem;}
.reLink .prevLink,
.reLink .nextLink{display: block; height: .7rem; line-height: .7rem; font-size: .24rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; box-sizing: border-box; border-bottom: 1px solid #e8e8e8;}
/*版权信息*/
.footer_main{text-align:center;width:100%;padding: .2rem;color: #666;border-top: 1px solid #e5e5e5;background: #f5f5f5;}
.copyright{width:94%; margin:0 auto;padding: 3% 0;font-size: .18rem;}
.footer_main a{color: #666;}
/*返回顶部*/
#returntop{width: .8rem;height: .8rem;background: var(--colour1) url(../images/gotop.png) no-repeat center;background-size: .4rem;position: fixed;bottom:20%;right: 2%;cursor: pointer;z-index:99;border-radius: 50%;opacity: 0;transition: all .5s;}
#returntop.cur{opacity: 1;}

/*==========@@页面布局 开始@@==========*/
.index,.floor{width:100%;max-width:640px;min-width: 320px;margin:0 auto;}
.index{position: relative;}
/*首页导航*/
.inav_t{width:100%;}
.inav_t dl{overflow:hidden;}
.inav_t dl dd{width: 33.33%;height:0.7rem;float: left;text-align: center;background-color: var(--colour1);border-right: .01rem solid rgba(0,0,0,.1);border-bottom: .01rem solid rgba(0,0,0,.1);}
.inav_t dl dd:nth-child(3n){border-right: 0;}
.inav_t dl dd a{display:block;width: 100%;line-height: .7rem;color: #fff;}
/*首页标题*/
.index .in_title{position: relative;text-align: center;z-index: 1;}
.index .in_title h3{position: relative;display: inline-block;padding: 0 1.8rem;}
.index .in_title h3:before,.index .in_title h3:after{content:" ";position: absolute;top: 50%;left: 0;width: 1.8rem;height: .01rem;background: #cccccc;}
.index .in_title h3:after{left: auto;right: 0;}
.index .in_title h3 span{font-size: .36rem;text-align: center;position: relative;line-height: .45rem;padding: 0 .3rem;}
.index .in_title p{margin-top: .1rem;font-size: .3rem;line-height: .4rem;color: #c4c4c4;text-align:center;}
.index .more{display:block;font-size: .24rem;line-height: .7rem;text-align:center;border: .01rem solid #ddd;border-radius: .5rem;margin-top: .4rem;transition: all .5s;}
.index .more:hover{color: #fff;background: var(--colour1);}
.index .swiper-container .swiper-pagination{position: relative;width: 100%;margin-top: .3rem;}
.index .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 .05rem;border: .02rem solid  var(--colour1);background: none;width: .16rem;height: .16rem;opacity: 1;transition: all .5s;}
.index .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active{background: var(--colour1);}

/*产品中心*/
.index .product{padding: 0 .2rem;padding-bottom: .4rem;padding-top: .4rem;}
.index .product .pro_l{text-align: center;padding: .4rem 0;} 
.index .product .pro_l ul li{display: inline-block;width: 30%;line-height: .5rem;margin: 1%;background: #fff;vertical-align: bottom; box-sizing:border-box;}
.index .product .pro_l ul li i{display: block;}
.index .product .pro_l ul li a{font-size: .25rem;display: block;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight:500;color:#000;}
.index .product .pro_r{}
.index .product .pro_r ul li{float:left;width: 49%;overflow:hidden;margin: 0px 2% 2% 0;padding: .02rem;text-align: left;transition: all .5s;}
.index .product .pro_r ul li:nth-child(2n){margin-right:0;}
.index .product .pro_r ul li .img{width: 100%;padding-top: 100%;position: relative;overflow: hidden;}
.index .product .pro_r ul li .img img{width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;transition: all .5s;}
.index .product .pro_r ul li span{display: block;font-size: .22rem;line-height: .55rem;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #000;font-weight:600}
.index .product .pro_r ul li span.price{font-weight:normal}
.index .product .pro_r ul li span b{font-size:.3rem;font-weight:600;color:var(--colour1);}
.index .product .pro_r ul li:hover{/*background: var(--colour1);*/}
.index .product .pro_r ul li:hover .img img{transform: scale(1.1);}
.index .product .pro_r ul li:hover span{color: #000;}


/*内页样式*/
/*cateList*/
.cateList{width: 100%;line-height: 1rem;text-align: center;    background: #fff;box-shadow: 0 0 0.2rem rgb(0 0 0 / 20%);color: #000;z-index: 9999;position: fixed;top: 0px;left: 0px;}
.cateList .goBack{width: 1rem;height: 1rem;padding-top: .3rem;position: absolute;left: .1rem;top: 0;z-index:12;}
.cateList .goBack:before{width: .4rem;height: .4rem;display: block;margin: 0 auto;}
.cateList h3{position:relative;font-size: .3rem;}
.cateList h3 s{position:absolute;top:0.34rem;right:.4rem;width: .25rem;height: .2rem;margin-left: .1rem;background-position: -1.16rem 0;display: none;}
.cateList .box{width: 100%;padding: .2rem 3% .0;z-index: 11;background: #fff;display: none;border-bottom: 1px solid #e6e6e6;}
.cateList .box a{width: 32%;margin-right: 2%;margin-bottom: .15rem;line-height: .6rem;font-size: .24rem;text-align: center;display: block;float: left;border-radius: .05rem;border: 1px solid #e6e6e6;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.cateList .box a:nth-child(3n){margin-right: 0;}
.cateList .box a.on{background: var(--colour1);border-color: var(--colour1);color: #fff;}
.iconbef:before{background: none; background: url(../images/bg1.png) no-repeat -235px -100px; background: image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x)  no-repeat -235px -100px; background: -webkit-image-set(url(../images/bg1.png) 1x, url(../images/bg1-2x.png) 2x) no-repeat -235px -100px;vertical-align: middle;}


.showInfo .showtit{margin: 0 3% 0;font-size: .36rem;color: #333333;line-height: .44rem;text-align: center;}
.showInfo .showtit.showtit2{margin: 0rem 0;margin-top: 0;line-height: 0.8rem;font-weight: bold;border-bottom: 1px dotted #dedede;text-align:left;margin-left: 3%;}
.showInfo .showContxt{padding: .2rem 3% .3rem;}
.showInfo .showContxt *{line-height: .42rem !important;font-size: .24rem !important;color: #666;}
.showInfo .showContxt img,
.showInfo .showContxt iframe{max-width: 100%; height: auto !important;}
.showInfo .contxt{padding: .2rem 4% .4rem;line-height: .42rem;color: #666666;}
.showInfo .contxt img{max-width: 100%; margin: 0px auto; height: auto !important; display: inline;}
.showInfo .contxt p{line-height:.4rem;}
.showInfo .contxt .biao td{padding:.09rem; border:1px solid #ccc; vertical-align:middle;WORD-WRAP: break-word;table-layout: fixed;word-break:break-all;}
.showInfo .showTab{width: 94%;padding: .3rem 0 0 0;margin-left: 3%;}
.showInfo .showTab .title2{border-bottom: 1px solid #ededed;padding-bottom: .2rem;position: relative;}
.showInfo .showTab .title2 h3{font-size: .32rem;font-weight: normal;}
.showInfo .showTab .title2 s{width: 1.3rem;height: .05rem;display: block;position: absolute;left: 0;bottom: -.02rem;background:var(--colour1);}

.text-secondary{ text-align:center; padding:20px 0}





/*showInfor*/
.showInfo{padding: 0 0 .2rem;width: 100%;}
.showInfo .title{font-size: .4rem;text-align: center;line-height: .46rem;margin-bottom: .2rem;color: #333333;padding: .3rem 3% 0;}
.showInfo .menu{margin-bottom: .2rem;}
.showInfo .mark{font-size: .22rem;line-height: 0.5rem;text-align: left;color: #666666;border-top: 1px dashed #e5e5e5;border-bottom: 1px dashed #e5e5e5;padding:0 .2rem;display:flex;}

.showInfo .contxt{padding: .2rem 3% .4rem; color: #666666;}
.showInfo .contxt img{max-width:100%; height: auto !important;}
.showInfo .reLink{margin: .2rem 3% .1rem;}
.showInfo .showRelate{margin-top: .1rem;}
.showInfo .showRelate .sitepath{padding: .18rem 0 0;}
.showInfo .showRelate .sitepath h3{font-weight: bold;}
.showInfo .showRelate .item{margin-bottom: .2rem;}


.tab{display: flex;line-height: 40px;width: 20%;z-index: 10;border-right: 1px #ccc solid;flex-flow: column;position: fixed;height: 100%;padding-top: 30px;}
.tab a{background: #fff;text-align: center;text-align:center;line-height: 40px;width: 100%;border-bottom: 1px #ccc solid;}
.tab .active{border-bottom: 1px #f50 solid; color: #f50;}
.panel{margin: 0;}
  
.refreshtip {position: absolute;left: 0;width: 100%;margin: 10px 0;text-align: center;color: #999;}
.swiper-container{overflow: visible;overflow-x:hidden}
.loadtip {display: block;text-align: center;color: #bcb2b2;border-top: 1px solid #ddd;position: fixed;bottom: 3%;background-color: #ffc16f;color: #fff;padding: 1%;border-radius: 16px;right: 4%;}
.swiper-container, .w{height: calc(100vh - 50px);height:80%} 
.swiper-slide{height: auto;}

.text-center{text-align: center;}
.list-group{padding-left: 0;margin-bottom: 20px;}
.list-group-item{    position: relative; display: block;padding: 10px 15px;margin-bottom: -1px;background-color: #fff;border: 1px solid #ddd;}
.list-group-item:first-child {border-top-left-radius: 4px;border-top-right-radius: 4px;}
.list-group-item{height:200px;}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent
}
.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;height: 40px;
    padding: 0 10px;
    margin: 10px;
}