@charset "UTF-8";
/*!
 * WFFW(Webfront Framework) of W3SDK - w3sdk-1.5.0-beta (http://w3cut.cn Copyright©2019 W3)
 *
 * style - 2019/12/20
 * 说明：统一样式
 * 用法：html 文件中引用
*/
.nav {
  display: block;
}
.nav .nav-link {
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.aj {
  text-align: justify;
}

.lc {
  text-transform: lowercase;
}

.uc {
  text-transform: uppercase;
}

.pa-tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.pa-tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.pa-br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.pa-bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ofvi {
  overflow: visible !important;
}

.ht00 {
  display: block;
  height: 0px;
}

.ht05 {
  display: block;
  height: 5px;
}

.ht10 {
  display: block;
  height: 10px;
}

.ht15 {
  display: block;
  height: 15px;
}

.ht20 {
  display: block;
  height: 20px;
}

.ht25 {
  display: block;
  height: 25px;
}

.ht30 {
  display: block;
  height: 30px;
}

.ht35 {
  display: block;
  height: 35px;
}

.ht40 {
  display: block;
  height: 40px;
}

.ht45 {
  display: block;
  height: 45px;
}

.ht50 {
  display: block;
  height: 50px;
}

.ht55 {
  display: block;
  height: 55px;
}

.ht60 {
  display: block;
  height: 60px;
}

.ht65 {
  display: block;
  height: 65px;
}

.ht70 {
  display: block;
  height: 70px;
}

.ht75 {
  display: block;
  height: 75px;
}

.ht80 {
  display: block;
  height: 80px;
}

.ht85 {
  display: block;
  height: 85px;
}

.ht90 {
  display: block;
  height: 90px;
}

.ht95 {
  display: block;
  height: 95px;
}

.wh00 {
  display: inline-block;
  width: 0px;
}

.wh05 {
  display: inline-block;
  width: 5px;
}

.wh10 {
  display: inline-block;
  width: 10px;
}

.wh15 {
  display: inline-block;
  width: 15px;
}

.wh20 {
  display: inline-block;
  width: 20px;
}

.wh25 {
  display: inline-block;
  width: 25px;
}

.wh30 {
  display: inline-block;
  width: 30px;
}

.wh35 {
  display: inline-block;
  width: 35px;
}

.wh40 {
  display: inline-block;
  width: 40px;
}

.wh45 {
  display: inline-block;
  width: 45px;
}

.wh50 {
  display: inline-block;
  width: 50px;
}

.wh55 {
  display: inline-block;
  width: 55px;
}

.wh60 {
  display: inline-block;
  width: 60px;
}

.wh65 {
  display: inline-block;
  width: 65px;
}

.wh70 {
  display: inline-block;
  width: 70px;
}

.wh75 {
  display: inline-block;
  width: 75px;
}

.wh80 {
  display: inline-block;
  width: 80px;
}

.wh85 {
  display: inline-block;
  width: 85px;
}

.wh90 {
  display: inline-block;
  width: 90px;
}

.wh95 {
  display: inline-block;
  width: 95px;
}

.em00 {
  display: inline-block;
  width: 0em;
}

.em05 {
  display: inline-block;
  width: 0.5em;
}

.em10 {
  display: inline-block;
  width: 1em;
}

.em15 {
  display: inline-block;
  width: 1.5em;
}

.em20 {
  display: inline-block;
  width: 2em;
}

.em25 {
  display: inline-block;
  width: 2.5em;
}

.em30 {
  display: inline-block;
  width: 3em;
}

.em35 {
  display: inline-block;
  width: 3.5em;
}

.em40 {
  display: inline-block;
  width: 4em;
}

.em45 {
  display: inline-block;
  width: 4.5em;
}

.em50 {
  display: inline-block;
  width: 5em;
}

.em55 {
  display: inline-block;
  width: 5.5em;
}

.em60 {
  display: inline-block;
  width: 6em;
}

.em65 {
  display: inline-block;
  width: 6.5em;
}

.em70 {
  display: inline-block;
  width: 7em;
}

.em75 {
  display: inline-block;
  width: 7.5em;
}

.em80 {
  display: inline-block;
  width: 8em;
}

.em85 {
  display: inline-block;
  width: 8.5em;
}

.em90 {
  display: inline-block;
  width: 9em;
}

.em95 {
  display: inline-block;
  width: 9.5em;
}

.nobg {
  background: none !important;
}

.nobt {
  border-top: none !important;
}

.nobr {
  border-right: none !important;
}

.nobb {
  border-bottom: none !important;
}

.nobl {
  border-left: none !important;
}

.nobd {
  border: none !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopr {
  padding-right: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.nopl {
  padding-left: 0 !important;
}

.nopd {
  padding: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nomr {
  margin-right: 0 !important;
}

.nomb {
  margin-bottom: 0 !important;
}

.noml {
  margin-left: 0 !important;
}

.nomg {
  margin: 0 !important;
}

._list {
  overflow: hidden;
}
._list.s1 > ul > li {
  width: 100%;
}
._list.s2 > ul > li {
  width: 50%;
}
._list.s3 > ul > li {
  width: 33.3333333333%;
}
._list.s4 > ul > li {
  width: 25%;
}
._list.s5 > ul > li {
  width: 20%;
}
._list.s6 > ul > li {
  width: 16.6666666667%;
}
._list > ul::after {
  content: "";
  display: block;
  clear: both;
}
._list > ul > li {
  float: left;
}

._lrct::after {
  content: "";
  display: block;
  clear: both;
}
._lrct > .l {
  float: left;
}
._lrct > .r {
  float: right;
}
._lrct > .p {
  float: left;
  width: 50%;
}

._abox {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
._abox.show {
  display: block;
}

*:hover, *:hover:before, *:hover:after {
  -webkit-transition: opacity 600ms, color 600ms, border-color 600ms, background-color 600ms, background-image 600ms, -webkit-box-shadow 600ms;
  transition: opacity 600ms, color 600ms, border-color 600ms, background-color 600ms, background-image 600ms, -webkit-box-shadow 600ms;
  transition: opacity 600ms, color 600ms, border-color 600ms, background-color 600ms, background-image 600ms, box-shadow 600ms;
  transition: opacity 600ms, color 600ms, border-color 600ms, background-color 600ms, background-image 600ms, box-shadow 600ms, -webkit-box-shadow 600ms;
}

.zimg {
  overflow: hidden;
}
.zimg img {
  width: 100%;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.wp:hover .zimg img, .zimg:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hover {
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.hover.zoom:hover, .wp:hover .hover.zoom {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hover.up:hover, .wp:hover .hover.up {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
.hover.down:hover, .wp:hover .hover.down {
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}
.hover.right:hover, .wp:hover .hover.right {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.hover.left:hover, .wp:hover .hover.rigleftht {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.hover.rotate:hover, .wp:hover .hover.rotateC {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hover.rotateAnti:hover, .wp:hover .hover.rotateAnti {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.hover.rotateY:hover, .wp:hover .hover.rotateY {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.hover.rotateX:hover, .wp:hover .hover.rotateX {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.pc-hide {
  display: none;
}

@media (max-width: 768px) {
  body.pcs .ht00 {
    display: block;
    height: 0px;
  }
  body.pcs .ht05 {
    display: block;
    height: 2.5px;
  }
  body.pcs .ht10 {
    display: block;
    height: 5px;
  }
  body.pcs .ht15 {
    display: block;
    height: 7.5px;
  }
  body.pcs .ht20 {
    display: block;
    height: 10px;
  }
  body.pcs .ht25 {
    display: block;
    height: 12.5px;
  }
  body.pcs .ht30 {
    display: block;
    height: 15px;
  }
  body.pcs .ht35 {
    display: block;
    height: 17.5px;
  }
  body.pcs .ht40 {
    display: block;
    height: 20px;
  }
  body.pcs .ht45 {
    display: block;
    height: 22.5px;
  }
  body.pcs .ht50 {
    display: block;
    height: 25px;
  }
  body.pcs .ht55 {
    display: block;
    height: 27.5px;
  }
  body.pcs .ht60 {
    display: block;
    height: 30px;
  }
  body.pcs .ht65 {
    display: block;
    height: 32.5px;
  }
  body.pcs .ht70 {
    display: block;
    height: 35px;
  }
  body.pcs .ht75 {
    display: block;
    height: 37.5px;
  }
  body.pcs .ht80 {
    display: block;
    height: 40px;
  }
  body.pcs .ht85 {
    display: block;
    height: 42.5px;
  }
  body.pcs .ht90 {
    display: block;
    height: 45px;
  }
  body.pcs .ht95 {
    display: block;
    height: 47.5px;
  }
  body.pcs .wh00 {
    display: inline-block;
    width: 0px;
  }
  body.pcs .wh05 {
    display: inline-block;
    width: 2.5px;
  }
  body.pcs .wh10 {
    display: inline-block;
    width: 5px;
  }
  body.pcs .wh15 {
    display: inline-block;
    width: 7.5px;
  }
  body.pcs .wh20 {
    display: inline-block;
    width: 10px;
  }
  body.pcs .wh25 {
    display: inline-block;
    width: 12.5px;
  }
  body.pcs .wh30 {
    display: inline-block;
    width: 15px;
  }
  body.pcs .wh35 {
    display: inline-block;
    width: 17.5px;
  }
  body.pcs .wh40 {
    display: inline-block;
    width: 20px;
  }
  body.pcs .wh45 {
    display: inline-block;
    width: 22.5px;
  }
  body.pcs .wh50 {
    display: inline-block;
    width: 25px;
  }
  body.pcs .wh55 {
    display: inline-block;
    width: 27.5px;
  }
  body.pcs .wh60 {
    display: inline-block;
    width: 30px;
  }
  body.pcs .wh65 {
    display: inline-block;
    width: 32.5px;
  }
  body.pcs .wh70 {
    display: inline-block;
    width: 35px;
  }
  body.pcs .wh75 {
    display: inline-block;
    width: 37.5px;
  }
  body.pcs .wh80 {
    display: inline-block;
    width: 40px;
  }
  body.pcs .wh85 {
    display: inline-block;
    width: 42.5px;
  }
  body.pcs .wh90 {
    display: inline-block;
    width: 45px;
  }
  body.pcs .wh95 {
    display: inline-block;
    width: 47.5px;
  }
  body.pcs .pc-hide {
    display: block;
  }
  body.pcs .mb-hide {
    display: none;
  }
  body.pcs .lrct > .l, body.pcs .lrct > .r, body.pcs .lrct > .p {
    float: none;
    width: 100%;
  }
  body.pcs .list.s1 ul li, body.pcs .list.s2 ul li {
    width: 100%;
  }
  body.pcs .list.s3 ul li, body.pcs .list.s4 ul li {
    width: 50%;
  }
  body.pcs .list.s5 ul li, body.pcs .list.s6 ul li {
    width: 33.33%;
  }
  body.pcs {
    min-width: 0;
  }
  body.pcs .container {
    width: 100%;
    padding: 0 15px;
  }
  body.pcs .container.full {
    padding: 0;
  }
  body.pcs header {
    position: fixed;
    z-index: 11;
    min-width: 0;
  }
  body.pcs main {
    padding-top: 50px;
  }
}
html {
  font-size: 10px;
}

body:after {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
body.on-mask:after, body.on-menu:after {
  display: block;
}

.container {
  padding: 0;
  position: relative;
  height: 100%;
  max-width: 100%;
  width: 1200px;
}
.container.full {
  width: 100%;
  padding: 0;
}

a {
  color: #333;
}
a:hover {
  color: #000;
}

.bg-w {
  background-color: #fff;
}

.bg-g {
  background-color: #eee;
}

header {
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo {
  display: inline-block;
}
header .mbtn {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

footer .back {
  position: fixed;
  z-index: 9;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
body.on-scro footer .back {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hd,
.ct,
.ft,
.head,
.cont,
.foot,
.cnt,
.img,
.i,
.p {
  position: relative;
  display: block;
}

.u-fullpart {
  position: relative;
  background: none no-repeat 50% 0;
  background-size: cover;
  overflow: hidden;
  padding: 0 0;
}
.u-fullpart.bgrp {
  background-repeat: no-repeat;
  background-size: auto;
}
.u-fullpart.bg-g {
  background-color: #eee;
}

/*
@font-face{
	font-family: 字体名称;
	src: url(../fonts/字体名称.ttf);
}*/

.container{
  width: 1200px;
  margin: 0 auto;
}
.container *{
  box-sizing: border-box;
}

/*modules*/
.u-hbintro {
  position: relative;
}
.u-hbintro .text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 590px;
  padding: 80px 50px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.u-hbintro .text h3{
  font-size: 32px;
  margin-bottom: 30px;
}
.u-hbintro .text p{
  color: #aeaeae;
  font-size: 16px;
  line-height: 32px;
}
.u-hbintro .view{
  text-align: right;
}
.u-hbintro .view img{
  border-radius: 4px;
}

.u-hbtitle {
  margin: 70px 0;
}
.u-hbtitle p{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  width: 380px;
  margin: 0 auto;
  line-height: 1em;
}
.u-hbtitle p::before,
.u-hbtitle p::after{
  content: '';
  display: inline-block;
  width: 35px;
  height: 30px;
  background: none;
  background-size: 100% 100%;
}
.u-hbtitle p::before{
  background-image: url(../img/title-d1.png);
  float: left;
}
.u-hbtitle p::after{
  background-image: url(../img/title-d2.png);
  float: right;
}

.u-hbheader {
  margin: 70px 0;
}
.u-hbheader p{
  text-align: center;
  line-height: 1em;
}
.u-hbheader p.p1{
  font-size: 36px;
  font-weight: bold;
}
.u-hbheader p.p2{
  font-size: 20px;
  margin-top: 20px;
}


.u-product-p1{
  text-align: center;
}
.u-product-p1 >.ct{
  display: inline-block;
  position: relative;
}
.u-product-p1 .txt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-product-p1 .txt p{
  position: absolute;
  width: 180px;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.u-product-p1 .txt p.p1{
  top: 30px;
  left: -140px;
}
.u-product-p1 .txt p.p2{
  top: 30px;
  right: -140px;
}
.u-product-p1 .txt p.p3{
  top: 190px;
  right: -220px;
}
.u-product-p1 .txt p.p4{
  bottom: 50px;
  right: -160px;
}
.u-product-p1 .txt p.p5{
  bottom: 30px;
  left: -120px;
}
.u-product-p1 .txt p.p6{
  top: 190px;
  left: -200px;
}
.u-product-p1 .img img{
  vertical-align: middle;
}

.u-product-p2{
  text-align: center;
}
.u-product-p2 >.ct{
  display: inline-block;
  position: relative;
}
.u-product-p2 .txt{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-product-p2 .txt p.p1,
.u-product-p2 .txt p.p2,
.u-product-p2 .txt p.p3{
  position: relative;
}
.u-product-p2 .txt p.p1 span,
.u-product-p2 .txt p.p2 span,
.u-product-p2 .txt p.p3 span{
  position: absolute;
}
.u-product-p2 .txt p.p1 span,
.u-product-p2 .txt p.p2 span{
  font-size: 16px;
  line-height: 18px;
}
.u-product-p2 .txt p.p3 span{
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}
.u-product-p2 .txt p.p1 span:nth-child(1){
  top: 40px;
  left: 210px;
}
.u-product-p2 .txt p.p1 span:nth-child(2){
  top: 22px;
  left: 560px;
}
.u-product-p2 .txt p.p1 span:nth-child(3){
  top: 40px;
  left: 880px;
}
.u-product-p2 .txt p.p2 span:nth-child(1){
  top: 94px;
  left: 218px;
}
.u-product-p2 .txt p.p2 span:nth-child(2){
  top: 94px;
  left: 560px;
}
.u-product-p2 .txt p.p2 span:nth-child(3){
  top: 94px;
  left: 910px;
}
.u-product-p2 .txt p.p3 span:nth-child(1){
  top: 70px;
  left: 35px;
}
.u-product-p2 .txt p.p3 span:nth-child(2){
  top: 55px;
  left: 390px;
}
.u-product-p2 .txt p.p3 span:nth-child(3){
  top: 70px;
  left: 740px;
}
.u-product-p2 .txt p.p3 span:nth-child(4){
  top: 70px;
  left: 1080px;
}
.u-product-p2 .img img{
  vertical-align: middle;
}
.u-hbgood{
  overflow: hidden;
}
.u-hbgood >ul{
  margin: -25px;
}
.u-hbgood >ul >li{
  width: 25%;
  padding: 25px;
  float: left;
}
.u-hbgood.list1 .i{
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 48px 28px;
  height: 318px;
}
.u-hbgood.list1 .i:hover{
  background-color: #e14f60;
  box-shadow: 0 0 15px rgba(225, 80, 80, 0.5);
}
.u-hbgood.list1 .i p{
  text-align: center;
  line-height: 1em;
}
.u-hbgood.list1 .i p.p1 i{
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: none no-repeat center #e14f60;
  box-shadow: 0 0 10px rgba(225, 80, 80, 0.5);
}
.u-hbgood.list1 .i:hover p.p1 i{
  background-color: #fff;
}
.u-hbgood.list1 .i p.p1 i.i1{
  background-image: url(../img/hb-good-i1.png);
}
.u-hbgood.list1 .i:hover p.p1 i.i1{
  background-image: url(../img/hb-good-i1-on.png);
}
.u-hbgood.list1 .i p.p1 i.i2{
  background-image: url(../img/hb-good-i2.png);
}
.u-hbgood.list1 .i:hover p.p1 i.i2{
  background-image: url(../img/hb-good-i2-on.png);
}
.u-hbgood.list1 .i p.p1 i.i3{
  background-image: url(../img/hb-good-i3.png);
}
.u-hbgood.list1 .i:hover p.p1 i.i3{
  background-image: url(../img/hb-good-i3-on.png);
}
.u-hbgood.list1 .i p.p1 i.i4{
  background-image: url(../img/hb-good-i4.png);
}
.u-hbgood.list1 .i:hover p.p1 i.i4{
  background-image: url(../img/hb-good-i4-on.png);
}
.u-hbgood.list1 .i p.p2{
  font-size: 18px;
  margin-top: 35px;
}
.u-hbgood.list1 .i:hover p.p2{
  color: #fff;
}
.u-hbgood.list1 .i p.p3{
  font-size: 16px;
  line-height: 28px;
  margin-top: 18px;
  color: #666666;
}
.u-hbgood.list1 .i:hover p.p3{
  color: #fff;
}
.u-hbgood.list2 .i{
  border-radius: 0.15rem;
  padding: 18px;
  border: 1px solid #fff;
}
.u-hbgood.list2 .i:hover{
  border-color: #e6e6e6;
}
.u-hbgood.list2 .i p{
  line-height: 1em;
}
.u-hbgood.list2 .i p.p1{
  line-height: 54px;
}
.u-hbgood.list2 .i p.p1 img{
  vertical-align: middle;
}
.u-hbgood.list2 .i p.p2{
  margin-top: 35px;
  font-size: 26px;
}
.u-hbgood.list2 .i p.p3{
  font-size: 16px;
  line-height: 28px;
  margin-top: 18px;
  color: #666666;
}

@media screen and (max-width: 768px){
  .u-hbintro .text{
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    padding: 25px;
  }
  .u-hbintro .text h3{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .u-hbintro .text p{
    font-size: 12px;
    line-height: 24px;
  }
  .u-hbtitle{
    margin: 30px 0;
  }
  .u-hbtitle p{
    font-size: 18px;
    width: 60%;
  }
  .u-hbtitle p::before,
  .u-hbtitle p::after{
    transform: scale(.6);
  }
  .u-hbheader{
    margin: 30px 0;
  }
  .u-hbheader p.p1{
    font-size: 18px;
  }
  .u-hbheader p.p2{
    font-size: 14px;
    margin-top: 10px;
  }
  .u-product-p1{
    overflow: auto;
    margin: 0 15px;
  }
  .u-product-p1 >.ct{
    width: 543px;
    zoom: .33;
  }
  .u-product-p2{
    overflow: auto;
    margin: 0 30px;
  }
  .u-product-p2 >.ct{
    width: 1198px;
    zoom: .33;
  }
  .u-hbgood >ul{
    margin: -10px;
  }
  .u-hbgood >ul >li{
    width: 50%;
    padding: 10px;
  }
  .u-hbgood{
    margin: 0 15px;
  }
  .u-hbgood.list1 .i{
    padding: 20px 10px;
    height: 210px;
  }
  .u-hbgood.list1 .i p.p1 i{
    zoom: .6;
  }
  .u-hbgood.list1 .i p.p2{
    font-size: 14px;
    margin-top: 15px;
  }
  .u-hbgood.list1 .i p.p3{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .u-hbgood.list2 .i{
    height: 160px;
  }
  .u-hbgood.list2 .i p.p1{
    line-height: 32px;
  }
  .u-hbgood.list2 .i p.p1 img{
    zoom: .6;
  }
  .u-hbgood.list2 .i p.p2{
    margin-top: 15px;
    font-size: 16px;
  }
  .u-hbgood.list2 .i p.p3{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
}

/*reset style*/
.product-banner-text a{
  background-color: #ffd100;
  color: #fff;
  border-radius: .3rem;
}
.product-banner .page-box{
  max-width: 1200px;
}