@charset "utf-8";
/*
 * By weiyj
 * date 2015.04.24
 * v  1.0
 */
/*reset*/
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
  margin:0;
  padding:0;
}
article,aside,footer,header,hgroup,nav,section,audio,canvas,video {
    display: block;
}
body {
    font-size: 0.12rem; line-height:0.22rem; 
    font-family:'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    color: #464646;
}

body.bggrey{ background-color: #f7f7f7;}


textarea {
    resize: none;
}
iframe,img {
    border:0;
}
ul,ol {
    list-style:none;
}
input,
select,
textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only;
}
input {
    -webkit-appearance: none;
}
a{
    text-decoration: none;
}
table{border-collapse:collapse;border-spacing:0}

/*常用*/
.tc{ text-align:center;}
.ui-row {
  display: block;
  overflow: hidden
}

.ui-col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 
}

.ui-col-10 {
  width: 10%;
}

.ui-col-20 {
  width: 20%
}

.ui-col-25 {
  width: 25%
}

.ui-col-33 {
  width: 33.33%
}

.ui-col-50 {
  width: 50%
}

.ui-col-67 {
  width: 66.66%
}

.ui-col-75 {
  width: 75%
}

.ui-col-80 {
  width: 80%
}

.ui-col-90 {
  width: 90%
}
.ui-col-100 {
  width: 100%
}
.ui-flex {
  display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ui-flex>li {
  -webkit-box-flex: 1;
    -webkit-flex: 1;
  min-width: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ui-flex>li.flex2{-webkit-box-flex: 2;
  -webkit-flex: 2;}
/*盒子*/
.responsive{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;width:100%;}
.each-res{-webkit-box-flex:1;box-flex:1;display:block;text-align:center;}
.each-resone{-webkit-box-flex:1;box-flex:1;display:block;width:15px;}
.each-restwo{-webkit-box-flex:2;box-flex:2;display:block;width:25px;}
.each-resthree{-webkit-box-flex:3;box-flex:3;display:block;width:35px;}
.each-resfour{-webkit-box-flex:4;box-flex:4;display:block;width:45px;}
.each-resfive{-webkit-box-flex:5;box-flex:5;display:block;width:55px;}

/*1px 边框*/
.ui-border-t {
  border-top: 1px solid #dedfe0;
}
.ui-border-b {
  border-bottom: 1px solid #dedfe0;
}
.ui-border-tb {
  border-top: #dedfe0 1px solid;
  border-bottom: #dedfe0 1px solid;
  background-image: none;
}
.ui-border-l {
  border-left: 1px solid #dedfe0;
}
.ui-border-r {
  border-right: 1px solid #dedfe0;
}
.ui-border {
  border: 1px solid #dedfe0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border {
    position: relative;
    border: 0;
  }
  .ui-border-t,
  .ui-border-b,
  .ui-border-l,
  .ui-border-r,
  .ui-border-tb {
    border: 0;
  }
  .ui-border:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #dedfe0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: -50% -50%;
  }
  .ui-border-t {
    background-position: left top;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgba(0,0,0,0)), color-stop(0.5, #dedfe0), to(#dedfe0));
  }
  .ui-border-b {
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, rgba(0,0,0,0)), color-stop(0.5, #dedfe0), to(#dedfe0));
  }
  .ui-border-t,
  .ui-border-b {
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
  }
  .ui-border-tb {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #dedfe0), to(#dedfe0)) left top repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #dedfe0), to(#dedfe0)) left bottom repeat-x;
  }
  .ui-border-tb {
    -webkit-background-size: 100% 1px;
  }
  .ui-border-l {
    background-position: left top;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, rgba(0,0,0,0)), color-stop(0.5, #dedfe0), to(#dedfe0));
  }
  .ui-border-r {
    background-position: right top;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, rgba(0,0,0,0)), color-stop(0.5, #dedfe0), to(#dedfe0));
  }
  .ui-border-l,
  .ui-border-r {
    background-repeat: repeat-y;
    -webkit-background-size: 1px 100%;
  }
}


.ui-table {
  width: 100%;
  border-collapse: collapse;
}
.ui-table th {
  font-weight: 500;
}
.ui-table td,
.ui-table th {
  border-bottom: 1px solid #dedfe0;
  border-right: 1px solid #dedfe0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-table td,
  .ui-table th {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }
  .ui-table td:before,
  .ui-table td:after,
  .ui-table th:before,
  .ui-table th:after {
    content: "";
    position: absolute;
    -webkit-transform-origin: right bottom;
  }
  .ui-table td:before,
  .ui-table th:before {
    width: 0;
    border-right: 1px solid #dedfe0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleX(0.5);
  }
  .ui-table td:after,
  .ui-table th:after {
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 1px solid #dedfe0;
    bottom: 0;
    -webkit-transform: scaleY(0.5);
  }
  .ui-table tr td:last-child:before,
  .ui-table tr th:last-child:before {
    border-right: 0;
  }
  .ui-table tr:last-child td:after {
    border-bottom: 0;
  }
  .ui-table td.no-content:after {
    border-bottom: 0;
  }
}
.ui-table tr td:last-child,
.ui-table tr th:last-child {
  border-right: 0;
}
.ui-table tr:last-child td {
  border-bottom: 0;
}
.ui-table td.no-content {
  border-bottom: 0;
}

a{ color: #464646;}

/*图片轮换样式开始*/
.slideBox{ position:relative; overflow:hidden; margin:0 auto;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:0.28rem; line-height:0.28rem; bottom:0; left:50%; transform:translateX(-50%);z-index:1; }
.slideBox .hd li{ display:inline-block; width:0.08rem; height:.08rem; -webkit-border-radius:0.08rem; -moz-border-radius:0.08rem; border-radius:0.08rem; background:rgba(255,0,0,0.3); text-indent:-9999px; overflow:hidden; margin:0 0.08rem;   }
.slideBox .hd li.on{ background:#d82c44;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;}
.slideBox .bd li img{ background:url(../img/icon/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .img{ display: block; height: 1.74rem; background-position:center center; background-repeat: no-repeat; background-size: 100%;}

.slideBox .bd li .img.bg1{ background-image: url(../img/banner/m-banner.jpg);}
.slideBox .bd li .img.bg2{ background-image: url(../img/banner/m-banner2.jpg);}


.header{line-height: 0.44rem; height: 0.44rem; position: relative; text-align: center; font-size: 0.13rem; font-weight: bold;}
.header .logo{ position: absolute; left: 0.1rem; top: 50%; width: 0.7rem; height: 0.25rem; margin-top: -0.12rem; background: url(../img/icon/logo.png) no-repeat center center; background-size: 100% 100%;}
.header .logotxt{ position: absolute; left: 0.85rem; font-weight: normal; top: 0; height: 100%; line-height: 0.5rem; font-size: 0.12rem; font-style: italic; color: #999;}
.header .phone{ position: absolute; top: 0; height: 0; right: 0.1rem; color: #d82c44; font-weight: bold;}

.header .backbn{ width: 0.5rem; height: 0.44rem; position: absolute; left: 0; top: 0;}
.header .backbn::before{ content: ""; width: 0.1rem; height: 0.15rem; display: block; position: absolute; top: 50%; left: 50%; margin: -0.08rem 0 0 -0.05rem; background: url(../img/icon/backicon.png) no-repeat center center; background-size: contain;}

.nav-box{ padding: 0.15rem 0; background-color: #f7f7f7;}
.nav-box li{text-align: center; }
.nav-box li a{ display: block; padding: 0.1rem 0;}

.nav-box li .txt1 span{width: 0.4rem; height: 0.4rem; border-radius: 100%; display: inline-block; position: relative; background-color: #d82c44;}
.nav-box li .txt1 span em{width: 0.24rem; height: 0.24rem; display: block; position: absolute; top: 50%; left: 50%; margin: -0.12rem 0 0 -0.12rem;}
.nav-box li .txt1 span em.i1{ background: url(../img/icon/nav1.png) no-repeat center center; background-size: 100%;}
.nav-box li .txt1 span em.i2{ background: url(../img/icon/nav2.png) no-repeat center center; background-size: 100%;}
.nav-box li .txt1 span em.i3{ background: url(../img/icon/nav3.png) no-repeat center center; background-size: 100%;}
.nav-box li .txt1 span em.i4{ background: url(../img/icon/nav4.png) no-repeat center center; background-size: 100%;}
.nav-box li .txt1 span em.i5{ background: url(../img/icon/nav5.png) no-repeat center center; background-size: 100%;}
.nav-box li .txt1 span em.i6{ background: url(../img/icon/nav6.png) no-repeat center center; background-size: 100%;}


.nav-box li a:active,.header .backbn:active{ background-color: #f4f4f4;}

.product-banner{ height: 1.3rem; position: relative; padding-left: 0.3rem; color: #fff;}
.product-banner::before{content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.75);}
.product-banner.bg1{ background: url(../img/banner/pcbanner1.png) no-repeat center center; background-size: cover;}
.product-banner.bg2{ background: url(../img/banner/pcbanner2.png) no-repeat center center; background-size: cover;}
.product-banner.bg3{ background: url(../img/banner/pcbanner3.png) no-repeat center center; background-size: cover;}
.product-banner.bg4{ background: url(../img/banner/pcbanner4.png) no-repeat center center; background-size: cover;}


.product-banner .txt1{ padding: 0.5rem 0 0; font-size: 0.18rem; margin-bottom: 0;  z-index: 2; position: relative;}
.product-banner .txt1 span{display: inline-block;border-bottom: 1px solid #fff; padding-bottom: 0.05rem;}
.product-banner .txt2{ padding: 0.05rem 0 0.15rem; font-size: 0.12rem;z-index: 2; position: relative; font-style: italic;}

.product-box,.commonli{ padding: 0.2rem 0;}
.product-box{ padding: 0.2rem;}
.product-box li.ui-col-50:nth-child(odd),.commonli li.ui-col-50:nth-child(odd){ padding-right: 0.1rem;}
.product-box li.ui-col-50:nth-child(even),.commonli li.ui-col-50:nth-child(even){ padding-left: 0.1rem;}

.commonli li.ui-col-50.sqzsimg2{ padding-left: 0.1rem;padding-right: 0;}
.commonli li.ui-col-50.sqzsimg1{ padding-right: 0.1rem; padding-left: 0;}


.product-box li, .commonli li{ margin-bottom: 0.2rem;}
.product-box li .bgbox,.commonli li .bgbox{background-color: #fff; border-radius: 0.05rem; text-align: center;}

.product-box .txt1 img{ display: inline-block; width: 100%; vertical-align: top; border-radius: 0.05rem 0.05rem 0 0;}
.product-box .txt2{height: 0.3rem; line-height: 0.3rem; overflow: hidden; font-size: 0.18rem; padding:0.1rem 0.15rem 0;}
.product-box .txt3{line-height: 0.4rem; padding:0 0.15rem 0.1rem; display: none;}
.product-box .txt4{line-height: 0.2rem; padding:0 0.15rem 0.15rem; color: #999; font-size: 0.12rem;}

.money{ font-size: 0.18rem; font-weight: bold;color: #d82c44;}
.money em{ font-size: 0.12rem; color: #d82c44; font-style:normal;}


.tab-box{ line-height: 0.4rem; background-color: #ebebeb; color: #333; text-align: center;}
.tab-box li.on{ color: #fff; background-color: #d82c44; font-weight: bold;}

.common-title{ padding: 0.2rem 0.2rem 0.3rem; font-size: 0.18rem; text-align: center;}
.bm8{ border-bottom: 0.08rem solid #f7f7f7;}
.prl10{ padding-left: 0.1rem; padding-right: 0.1rem;}
.prl20{ padding-left: 0.2rem; padding-right: 0.2rem;}
.pb10{ padding-bottom: 0.1rem;}

.zhengshu-box li img{ border-radius: 0.05rem; max-width: 100%; display: inline-block; vertical-align: top; cursor: pointer; border: 1px solid #eee;}

.zhengshu-box.zhenshu li img{ max-width: 100%; max-height:1.2rem; }

.zhengshu-box li video{border-radius: 0.05rem; width: 100%; display: inline-block; vertical-align: top;}

.zhengshu-box.zhenshu li .bgbox{height: 1.2rem; overflow: hidden; background-color: #f4f4ff;padding: 0.05rem;}



.contact-box{ padding:0.4rem 0.2rem; line-height: 0.3rem;font-size: 0.14rem; }
.contact-box .txt4{ text-align: left; font-size: 0.16rem; padding-top: 0.4rem;}
.contact-box .txt4 img{width: 2rem;}
.contact-box .subtitle{color: #999;}
.contact-box .txt4 span{display: inline-block; margin: 0.2rem; text-align: center;}


/*弹窗*/
.alert-com{position: fixed; top: 0; left: 0;  width: 100%; height: 100%; z-index: 9999; background-color: rgba(0,0,0,0.75);}
.alert-com-box{  text-align: center; border-radius: 10px; position: fixed; z-index: 10000; height: 80%; top: 50%; width: 100%; left: 50%; transform: translate(-50%,-50%); }
.alert-com-box img{max-width: 100%; display: inline-block; vertical-align: top; max-height: 100%; border-radius: 10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.alert-com-box .closebn{ position: absolute; bottom: -0.5rem;left: 50%; margin-left: -0.2rem; display: block; width: 0.4rem; height: 0.4rem; border-radius: 100%; background: url(../img/icon/close.png) no-repeat center center; background-size: 100%;}
.alert-com-box video{max-width: 100%; display: inline-block; vertical-align: top; max-height: 100%; border-radius: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}



.videolistbox li{ position: relative;}
.videolistbox li::after{ content: ""; width: 0.5rem; height: 0.5rem; display: block; position: absolute; top: 50%; left: 50%; margin: -0.25rem 0 0 -0.25rem; background: url(../img/video/play.png) no-repeat center center; background-size: 100%; opacity: 0.75; cursor: pointer;}







/*移动端首页*/

@media only screen and (max-width: 750px) {
  .contact-box .txt4 img{width: 1.2rem;}
.homepc-box{ position: relative;}
.homepc-box.bg1{ background:#f0f0f0 url(../img/home/mobile/bg1.jpg) no-repeat center bottom; min-height: 2.7rem; background-size: 100%;}
.homepc-box.bg2{min-height: 2rem; padding-bottom: 0.15rem;}
.homepc-box.bg3{ background:#f0f0f0 url(../img/home/pc/bg5.jpg) no-repeat center bottom; min-height: 1rem; }

.homepc-box.bg4{ background: url(../img/home/pc/bg6.jpg) no-repeat center center; min-height: 1rem; background-size: cover; padding-bottom: 0.15rem;}
.homepc-box.bg5{ background: url(../img/home/pc/bg2.jpg) no-repeat center center; min-height: 1rem; padding-bottom: 0.2rem; }
.homepc-box.bg6{ background: url(../img/home/mobile/bg3.jpg) no-repeat center bottom; min-height: 2.9rem;padding-bottom: 0.2rem;background-size: 100%; }
.homepc-box.bg7{background-color: #f3f3f3; padding-bottom: 50px;}
.homepc-box.bg8{ background: url(../img/home/pc/bg3.jpg) no-repeat center center; background-size: cover; min-height: 1rem; }


.homepc-box .homepc-title{height: 0.8rem; text-align: center;}
.homepc-box .homepc-title .txt1{ font-size: 0.16rem; padding: 0.2rem 0 0; line-height: 0.3rem; position: relative; display: inline-block;}
.homepc-box .homepc-title .txt1::before{ content: ""; height: 10px; width: 100%; position: absolute; bottom: 0; left: 0; border-bottom: 1px solid #d82c44;}
.homepc-box .homepc-title .txt2{ line-height: 0.20rem; font-size: 0.08rem; color: #d82c44;}



.homepc-aboutus{width: 2.9rem; position: relative; left: 0.2rem; font-size: 0.12rem; color: #464646; line-height: 0.24rem; padding-bottom: 0.15rem;}


.homepc-bg2{position: relative;  font-size: 0.12rem; color: #464646; line-height:0.2rem;padding: 0 0.2rem 0.2rem 0; box-sizing: border-box;}
.aboutfactory1{padding-left: 1.8rem;}
.aboutfactory2{padding: 0.15rem 0 0 0.2rem;}
.homepc-bg2-img{ position: absolute; left: 0.2rem; width: 1.42rem; top: 0.85rem;}

.homepc-bg3-txt1{padding:0 0.2rem 0.3rem; text-align: center; line-height: 0.24rem; font-size: 0.12rem; color: #464646;}
.homepc-box.bg3 ul{padding: 0 0.05rem;}
.homepc-box.bg3 li{text-align: center; font-size: 0.1rem; box-sizing: border-box; padding: 0.05rem;}
.homepc-box.bg3 li .txt2{padding:0.1rem 0; line-height: 0.16rem;}
.homepc-box.bg3 li img{ width: 100%;}

.homepc-box.bg4 li{text-align: center; font-size: 0.12rem; padding:0.025rem;}
.homepc-box.bg4 li .txt2{padding:0.1rem 0 0.05rem; font-size: 0.1rem; line-height: 0.18rem;}
.homepc-box.bg4 li .txt3{padding:0; font-size: 0.08rem; line-height: 0.14rem; color: #999;}

.homepc-box.bg4 li .boxbg{border-radius: 0.05rem; background-color: #fff; padding:0.05rem  0.05rem;}
.homepc-box.bg4 li .boxbg img{width: 100%; vertical-align:top; display: inline-block;}

.homepc-box.bg5 .homepc-title .txt1{ color: #fff;}
.homepc-box.bg5 li{text-align: center;}
.homepc-box.bg5 li span{ display: inline-block; border-radius: 100%; font-size: 0.15rem; color: #fff;font-weight: bold; width: 0.6rem; height: 0.6rem; border:1px solid #fff; text-align: center; line-height: 0.6rem;}
.homepc-box.bg5 li.on span{ background-color: #b30b23; border-color: #d82c44;}
.homepc-bg5-txt1{ height: 1.5rem; font-size: 0.12rem; line-height: 0.24rem; color: #fff; text-align:left; padding: 0.1rem 0.2rem 0; box-sizing: border-box;}


.homepc-bg6-txt{width: 2rem; padding: 0.24rem 0 0 0.2rem; box-sizing: border-box;}
.homepc-bg6-txt .txt1{font-size: 0.14rem; padding-bottom: 0.1rem;}
.homepc-bg6-txt .txt2{font-size: 0.1rem; line-height: 0.2rem;}


.homepc-bg7-txt{ text-align: center; padding: 0 0.15rem;}
.homepc-box.bg7{padding-bottom: 0.15rem;}
.homepc-bg7-txt img{ width: 100%; display: inline-block; vertical-align: top;}


.homepc-bg8-txt{padding-left:0.2rem; padding-bottom: 0.15rem;}
.homepc-bg8-txt .txt1{ padding-top: 0.2rem;}
.homepc-bg8-txt .txt1 .logo{ display: inline-block; width: 1rem; vertical-align: top; height: 0.44rem; background: url(../img/icon/logo.png) no-repeat center center; background-size: contain;}
.homepc-bg8-txt .txt2 span{ color: #fff; display: inline-block; font-size: 0.14rem; padding-top: 0; font-weight: bold; padding-bottom: 0.1rem; margin-bottom: 0.1rem; border-bottom: 1px solid #463637;}
.homepc-bg8-txt .txt3{ color: #fff; line-height: 0.2rem;font-size: 0.1rem;}
.homepc-bg8-txt .txt4{ display: none;}
.homepc-bg8-txt .txt5{display: none;}

.hzanbox{padding: 0.2rem;}
.hzanbox .txt1{ font-size: 0.18rem; padding-bottom: 0.1rem;}
.hzanbox .txt2{ font-size: 0.12rem; padding-bottom: 0.2rem; line-height: 0.26rem;}



}






















.commoobiletxt{padding:0 0.2rem;}

.aniDiv .w1200{ opacity: 0; transform: translate3d(0,10px,0); transition:all 1.5s 0.5s ease;}
.aniDiv.on .w1200{ opacity: 1;transform: translate3d(0,0,0); }


.hide{display: none;}

.header,.nav-box,.commoobiletxt{ display: block;}
.pctop,.pctopbg,.home-product-list,.compctxt,.allmobilediv{display: none;}



@media only screen and (min-width: 751px) {
  
  .header,.nav-box,.commoobiletxt{display: none;}
  .pctop,.pctopbg,.home-product-list,.compctxt,.allmobilediv{display: block;}


  .slideBox .bd li .img{ display: block; height: 500px; background-position:center center; background-repeat: no-repeat; background-size:unset;}
  .slideBox .bd li .img.bg1{ background-image: url(../img/banner/homepc1.jpg);}
  .slideBox .bd li .img.bg2{ background-image: url(../img/banner/homepc2.jpg);}
  .w1200{width: 1200px; margin: 0 auto; position: relative;}
  .product-box .ui-col-50{ width: 25%;}


  .product-box li.ui-col-50:nth-child(odd),.commonli li.ui-col-50:nth-child(odd){  padding: 0 0.1rem;;}
  .product-box li.ui-col-50:nth-child(even),.commonli li.ui-col-50:nth-child(even){  padding: 0 0.1rem;}
  .product-box li.ui-col-50,.commonli li.ui-col-50{ padding: 0 0.1rem;}

  .zhengshu-box li.ui-col-50{width: 25%;}
  .product-banner{ height: 3rem;}
  .zhengshu-box li.ui-col-100{width: 50%;}
  .zhengshu-box li.ui-col-100:nth-child(odd){padding-right: 15px;}
  .zhengshu-box li.ui-col-100:nth-child(even){padding-left: 15px;}

.product-banner .txt1{ padding: 1rem 0 0; font-size: 0.36rem; line-height: 0.5rem; margin-bottom: 0;  z-index: 2; position: relative;}
.product-banner .txt1 span{display: inline-block;border-bottom: 1px solid #fff; padding-bottom: 0.1rem;}
.product-banner .txt2{ padding: 0.1rem 0 0.3rem; font-size: 0.24rem;z-index: 2; position: relative; font-style: italic;}

.pctopbg{ height: 0.8rem;display: block;}
.pctop{ z-index: 999; display: block; height: 0.8rem; border-bottom: 1px solid #eee; line-height: 0.8rem; position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(255,255,255,0.95);}
.pctop .logo{ width: 1.3rem; height: 0.6rem; display: block; position: absolute; top: 50%; left: 0.3rem; margin-top: -0.3rem; background: url(../img/icon/logo.png) no-repeat center center; background-size: contain;}

.pctop .navright{ position: absolute; top: 0; right: 0; font-size: 0;}
.pctop .w1200{ height: 0.8rem;position: relative; }
.pctop .navright span{ font-size: 0.16rem; display: inline-block;}
.pctop .navright span.on a,.pctop .navright span.on a:hover{ background-color: #d82c44; color: #fff;}
.pctop .navright span a{padding: 0 0.2rem; display: inline-block; color: #464646;}
.pctop .navright span a:hover{ background-color: #eee;}

.contact-box{ width: 600px; margin: 0 auto;}



.homepc-box{ position: relative;}
.homepc-box.bg1{ background:#f0f0f0 url(../img/home/pc/bg1.jpg) no-repeat center bottom; min-height: 600px;}
.homepc-box.bg2{min-height: 700px; padding-bottom: 30px;}
.homepc-box.bg3{ background:#f0f0f0 url(../img/home/pc/bg5.jpg) no-repeat center bottom; min-height: 650px;}
.homepc-box.bg4{ background: url(../img/home/pc/bg6.jpg) no-repeat center bottom; min-height: 700px;}
.homepc-box.bg5{ background: url(../img/home/pc/bg2.jpg) no-repeat center bottom; min-height: 700px;}
.homepc-box.bg6{ background: url(../img/home/pc/bg4.jpg) no-repeat center bottom; min-height: 700px;}


.homepc-box.bg7{background-color: #f3f3f3; padding-bottom: 50px;}
.homepc-box.bg8{ background: url(../img/home/pc/bg3.jpg) no-repeat center center; height: 401px;}


.homepc-box .homepc-title{height: 200px; text-align: center;}
.homepc-box .homepc-title .txt1{ font-size: 30px; padding: 36px 0 0; line-height: 80px; position: relative; display: inline-block;}
.homepc-box .homepc-title .txt1::before{ content: ""; height: 10px; width: 100%; position: absolute; bottom: 0; left: 0; border-bottom: 1px solid #d82c44;}
.homepc-box .homepc-title .txt2{ line-height: 32px; font-size: 14px; color: #d82c44;}


.home-product-list li img{width: 100%;}
.home-product-list li{padding: 30px; box-sizing: border-box; text-align: center;}
.home-product-list li .txt2{font-size: 18px; padding: 15px;}
.homepc-aboutus{width: 700px; padding-left: 30px; box-sizing: border-box; font-size: 18px; color: #464646; line-height:50px; padding-bottom: 30px;}
.homepc-bg2{width: 620px; height: 300px; position: absolute; top: 200px; right: 30px; font-size: 18px; color: #464646; line-height:50px;}
.homepc-bg2-img{ position: absolute; left: 30px; top: 250px;}

.homepc-bg3-txt1{padding:0 30px 60px; text-align: center; line-height: 50px; font-size: 18px; color: #464646;}
.homepc-box.bg3 li{text-align: center; font-size: 15px;}
.homepc-box.bg3 li .txt2{padding: 20px;}

.homepc-box.bg4 li{text-align: center; font-size: 15px; padding: 20px 40px;}
.homepc-box.bg4 li .txt2{padding: 20px; font-size: 22px;}
.homepc-box.bg4 li .boxbg{border-radius: 5px; background-color: #fff; padding: 20px;}
.homepc-box.bg4 li .boxbg img{width: 100%;}

.homepc-box.bg5 .homepc-title .txt1{ color: #fff;}
.homepc-box.bg5 li{text-align: center;}
.homepc-box.bg5 li span{  cursor:pointer;display: inline-block; border-radius: 100%; font-size: 24px; color: #fff;font-weight: bold; width: 100px; height: 100px; border:1px solid #fff; text-align: center; line-height: 100px;}
.homepc-box.bg5 li.on span{ background-color: #b30b23; cursor:pointer; border-color: #d82c44;}
.homepc-bg5-txt1{ height: 200px; font-size: 20px; line-height: 50px; color: #fff; text-align:left; padding: 50px 200px 0;}


.homepc-bg6-txt{width: 500px; height: 500px;padding: 30px 0 0 30px; box-sizing: border-box;}
.homepc-bg6-txt .txt1{font-size: 28px; padding-bottom: 30px;}
.homepc-bg6-txt .txt2{font-size: 20px; line-height: 50px;}


.homepc-bg7-txt{ text-align: center;}

.homepc-bg8-txt{padding-left:50px;}
.homepc-bg8-txt .txt1{ padding-top: 30px;}
.homepc-bg8-txt .txt1 .logo{ display: inline-block; width: 100px; height: 44px; background: url(../img/icon/logo.png) no-repeat center center; background-size: contain;}
.homepc-bg8-txt .txt2 span{ color: #fff; display: inline-block; font-size: 30px; padding-top: 20px; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px;border-bottom: 1px solid #463637;}
.homepc-bg8-txt .txt3{ color: #fff; line-height: 30px;font-size: 15px;}
.homepc-bg8-txt .txt4{ color: #fff; opacity: 0.6; padding-top: 40px; line-height: 30px;font-size: 15px;}
.homepc-bg8-txt .txt4 a{ color: #fff; display: inline-block; margin-left: 100px;}
.homepc-bg8-txt .txt5{ position: absolute; width: 166px; bottom: 0px; right: 50px;}
.homepc-bg8-txt .txt5 .t1{ line-height: 50px; color: #fff; font-size: 18px; text-align: center;}
.homepc-bg8-txt .txt5 img{width: 100%;}

.tab-box{ line-height: 60px; font-size: 18px;}
.tab-box li{cursor: pointer;}


.hzanbox{padding: 20px 50px;}
.hzanbox .txt1{ font-size: 28px; padding-bottom: 20px;}
.hzanbox .txt2{ font-size: 18px; padding-bottom: 30px; line-height: 36px;}



.alert-com-box{ width: 900px; }


.zhengshu-box.zhenshu li .bgbox{ height: 200px; padding: 10px;}
.zhengshu-box.zhenshu li img{ max-height:200px; }

.slideBox .hd{ height:50px; line-height:50px; }
.slideBox .hd li{width:16px; height:16px; border-radius:100%; margin:0 16px;   }


}

