body {
  margin: 0;
  padding: 0;
  font-family:Microsoft YaHei,Helvetica Neue, PingFang SC, Hiragino Sans GB,  Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  color: #222222;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
}
a:focus {
  color: #a88d5d;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  box-sizing: border-box;
}
div{box-sizing: border-box;}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.2em;
    transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  box-sizing: border-box;
}
p{
  line-height: 1.2em;
  font-size:16px;
  margin:0;
  text-align: justify;
  box-sizing: border-box;
}
label{
  margin:0;
  box-sizing: border-box;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  box-sizing: border-box;
}
.image-container img{width: 100%;display: block;}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.section{
        padding: 100px 0;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (min-width:768px) {
	.container {
		max-width: 750px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px
	}
}

/* banner */
.banner{
  padding: 80px 0;
  background: url(../img/banner.jpg) no-repeat center / cover;
}
.banner-img{width: 60%;}
.banner-text-A{
  position: absolute;
  right: 0;
  top: -20px;
  text-align: right;
  z-index: 9;
}
.banner-text-A p{
  font-size: 42px;
  color: #ffffff;
  opacity: 0.4;
  text-align: right;
  line-height: 1.2em;
  height: 50px;
  overflow: hidden;
}
.banner-text-A h1{
  font-size: 88px;
  color: #cc0000;
  font-weight: 800;
  line-height: 1.2em;
  text-shadow: -3px 3px 0 #fff, 3px 3px 0 #fff,3px -3px 0 #fff,-3px -3px 0 #fff;
  height: 230px;
  overflow: hidden;
}
.banner-text-A h1 span{
  font-size: 120px;
  display: block;
}
.banner-text-A ul{
  margin: 40px 0 60px;
}
.banner-text-A ul li{
  display: block;
  float: right;
  font-size: 32px;
  color: #ff7f00;
  width: 110px;
  height: 106px;
  padding: 14px 0;
  text-align: center;
  border: 1px solid #ff7f00;
  border-radius: 6px;
  margin-left: 30px;
  line-height: 1.2em;
  font-weight: lighter;
  overflow: hidden;
}
.index-btn{
  width: 240px;
  height: 62px;
  border-radius: 12px;
  background: #ff7f00;
  overflow: hidden;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  line-height: 62px;
  float: right;
}

/* index-A-box */
.index-A-box{
  padding: 40px;
  background: url(../img/bg1.jpg) no-repeat center / cover;
}
.index-A-text li{
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 50px;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.index-A-text li p{
  font-size: 24px;
  color: #ffffff;
  float: left;
  line-height: 58px;
  margin-right: 10px;
  height: 58px;
  overflow: hidden;
}
.index-A-text li div{
  float: left;
  width: 58px;
}
.index-A-text li:last-child{border-right: none;}

/* title */
.title p{
  font-size: 56px;
  color: #222222;
  font-weight: 800;
  text-align: center;
  line-height: 1.2em;
}
.title .image-container{
  width: 36px;
  margin: 20px auto 0;
}

/* index-B-box */
.index-B-box{
  background: url(../img/bg2.png) no-repeat bottom;
}
.index-B-box-img{width: 54%;}
.index-B-box-text{
  width: 42%;
  margin-left: 4%;
  background: #ffffff;
  padding: 30px 20px;
  border: 4px solid #cc0000;
  border-radius: 32px;
  margin-top: 5%;
}
.index-B-box-text span{
  display: block;
  float: left;
  width: 48px;
  height:48px;
  background: #cc0000;
  overflow: hidden;
  border-radius: 56px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  line-height: 48px;
  margin-right: 10px;
}
.index-B-box-text p{
  font-size: 24px;
  color: #cc0000;
  font-weight: 800;
  margin-bottom: 10px;
}

/* index-C-box */
.index-C-box{
  background: url(../img/bg3.jpg) no-repeat center / cover;
  padding-bottom: 30px;
}
.index-C-box-img{
  width: 50%;
  position: relative;
  margin-left: -10%;
}
.index-C-hot{
  position: absolute;
  right: 0;
  top: -206px;
}
.index-C-hot p{
  font-size: 28px;
  color: #e50000;
  text-align: center;
  line-height: 1.2em;
  font-weight: 800;
  text-shadow: -2px 2px 0 #fff, 2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
  padding-top: 30%;
  height: 121px;
  overflow: hidden;
}
.index-C-box-text{
  position: absolute;
  right: 0;
  top: -50px;
  width: 57%;
  z-index: 9;
}
.index-C-box-text span{
  font-size: 48px;
  color: #222222;
  padding: 6px 0;
  border: 2px solid #222222;
  border-left: none;
  border-right: none;
  font-weight: 600;
}
.index-C-box-text p{
  font-size: 20px;
  color: #222222;
  margin: 20px 0;
  overflow: hidden;
}
.index-C-box-text ul li{
  display: inline-block;
  font-size: 24px;
  color: #cc0000;
  font-weight: 600;
  margin-right:30px;
}
.index-C-box-text ul li img{margin-right: 6px;}
.index-C-box-text-img{
  width: 30%;
  float: left;
  margin-right: 4%;
  border: 2px solid #ffffff;
  margin-top: 20px;
  transform:skew(-20deg);;
-ms-transform:skew(-20deg);;
-moz-transform:skew(-20deg);
-webkit-transform:skew(-20deg);;
-o-transform:skew(-20deg);
}
.index-C-box-text-img:last-child{margin-right: 0;}
.index-C-box-text-img img{height: 160px;}
/* index-D-box */
.index-D-list{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  background: #eaeaea;
}
.index-D-list:nth-child(3n){margin-right: 0;}
.index-D-box-img img{height: 340px;}
.index-D-list-icon{
  width:98px;
  height:98px;
  text-align:center;
  position:absolute;
  top:20px;
  left:16px;
  z-index: 9999;
  background-repeat:no-repeat;
  background-image:url(../img/hot2.png);
  background-size: 100%;
}
.index-D-list-icon p{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  line-height: 1.2em;
  margin-top: 24px;
}
.index-D-list-text p{
  width: 80%;
  background: #1a1a1a;
  float: left;
  font-size: 20px;
  color: #ffaa00;
  padding: 10px;
  line-height: 1.2em;
  height: 76px;
  overflow: hidden;
}
.index-D-list-text a{
  display: block;
  width: 20%;
  float: left;
  font-size: 24px;
  color: #e50000;
  text-align: center;
  line-height: 1.2em;
  background-image: -moz-linear-gradient( 90deg, rgb(255,170,0) 0%, rgb(235,191,102) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,170,0) 0%, rgb(235,191,102) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,170,0) 0%, rgb(235,191,102) 100%);
  height: 76px;
  overflow: hidden;
  padding: 10px;
}

/* index-E-box */
.index-E{
  background: url(../img/bg5.jpg) no-repeat center / cover;
}
.index-E-box{
  background: url(../img/bg4.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 46px;
}
.index-E-box-img{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
}
.index-E-box-img:last-child{margin-right: 0;}
.index-E-box-img img{
  height: 358px;
}
/* index-F-box */
.index-F-box{
  background: url(../img/bg6.jpg) no-repeat center / cover;
  padding-top: 0;
}
.index-F-list{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  border: 1px solid #222222;
  border-radius: 8px;
  overflow: hidden;
}
.index-F-list:nth-child(3n){margin-right: 0;}
.index-F-list img{height: 340px;}
.index-F-list-text p{
  font-size: 28px;
  color: #222222;
  line-height: 62px;
  height: 62px;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
}

/* index-G-box */
.index-G-box{margin-top: 30px;}
.index-G-list{
  width: 55%;
}
.index-G-list2{
  width: 45%;
}
.index-G-list,.index-G-list2{
  border: 1px solid #ffffff;
  height: 314px;
  overflow: hidden;
}
.index-G-list img,.index-G-list2 img,.index-G-list .image-container,.index-G-list2 .image-container{height: 100%;}
.index-H-box{
  padding: 40px 0;
  text-align: center;
  background: url(../img/bg7.jpg) no-repeat center / cover;
}
.index-H-box a{
  margin: 30px auto 0;
  float: none;
  display: block;
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.index-H-box p{height: auto!important;}
@media (max-width:1200px) {
.banner-text-A p{font-size: 32px!important;height: 40px;}
.banner-text-A h1{font-size: 62px!important;height: 160px;}
.banner-text-A h1 span{font-size: 84px!important;}
.banner-text-A ul li{width: 72px;height: 72px;font-size: 20px;}
.banner-text-A ul{margin: 40px 0 30px;}
.banner{padding: 50px 0;}
.index-btn{width: 160px;font-size: 20px;height:42px;line-height:42px;}
.banner-text-A{top: 0;}
.index-A-text li{padding: 0 20px;}
.section{padding: 80px 0;}
.title p{font-size: 52px;}
.title .image-container{width: 36px;margin: 30px auto 0;}
.index-B-box-text p{font-size: 22px;}
.index-B-box-text span{width: 42px;height: 42px;line-height: 42px;font-size: 26px;}
.index-B-box-text{padding: 20px;border-radius: 24px;}
.index-C-box-text span{font-size: 36px;}
.index-C-box-text ul li,.index-D-list-text p,.index-D-list-text a{font-size: 20px;}
.index-C-hot{width: 147px!important;height: 196px!important;background-size: 100%;top: -160px!important;}
.index-C-hot p{font-size: 20px;top: 33%;height: 94px;}
.index-G-list, .index-G-list2{height: 246px;}
.index-A-text li div{width: 48px;}
.index-C-box-text-img img{height: 110px;}
.index-C-box{padding-bottom: 30px;}
.index-D-box-img img{height: 300px;}
}
@media (max-width:992px) {
.banner-text-A p{font-size: 24px!important;height: 32px;}
.banner-text-A h1{font-size: 48px!important;height: 130px;}
.banner-text-A h1 span{font-size: 64px!important;}
.banner-text-A ul li{width: 70px;height: 70px;font-size: 22px;padding: 6px 0;margin-left: 10px;}
.banner-text-A ul{margin: 40px 0 30px;}
.index-btn{width: 160px;font-size: 20px;height: 42px;line-height: 42px;}
.banner-text-A{right: 15px;}
.index-A-text li .image-container{width: 36px!important;height:36px!important;}
.index-A-text li p{font-size: 24px;line-height: 36px;margin-right:0;height: 36px;}
.index-A-text li{padding: 0;border: none;}
.index-A-box{padding: 30px 0;}
.section{padding: 60px 0;}
.title p{font-size: 42px;}
.title .image-container{width: 36px;margin: 20px auto 0;}
.index-B-box-text{width: 46%;margin-left: 0;padding: 10px;border-width: 2px;}
.index-B-box-text p{font-size: 20px;}
.index-C-box-img{width: 70%;margin: 0 auto;margin-left: 15%;}
.index-C-box-text{position: static;top: 0;width: 100%;margin-top: 20px;}
.index-C-box-text span{display: block;text-align: center;font-size: 28px;border-width: 1px;}
.index-C-box-text p{margin: 10px 0;text-align: center;}
.index-C-box-text ul{text-align: center;}
.index-C-hot{top: -130px!important;}
.index-C-box-text-img{width: 30%;margin: 0;margin-right: 4%;margin-top: 20px;}
.index-C-box-text-img:nth-child(1){margin-left: 18%;}
.index-C-box{padding-bottom: 60px!important;}
.index-D-list{width: 49%;margin-top: 20px;}
.index-D-list:nth-child(3n){margin-right: 2%;}
.index-D-list:nth-child(2n){margin-right: 0;}
.index-E-box-img,.index-G-box,.index-H-box a{margin-top: 20px;}
.index-E-box{background: none;padding-bottom:0;}
.index-E-box-img{width: 49%;}
.index-E-box-img:nth-child(2n){margin-right: 0;}
.index-F-list{width: 49%;margin-top: 20px}
.index-F-list:nth-child(3n){margin-right: 2%;;}
.index-F-list:nth-child(2n){margin-right: 0;}
.index-F-list-text p{font-size: 20px;line-height: 1.2em;height:auto;padding: 10px;}
.index-G-list, .index-G-list2{height: 190px;}
}
@media (max-width:750px) {
.section{padding: 40px 0;}
.index-B-box{background-position: center 140px!important;padding-bottom: 15px!important;}
.index-C-box-text-img{width: 30%;margin: 0;margin-right: 4%;margin-top: 20px;}
.index-C-box-text-img:nth-child(1){margin-left: 18%;}
.index-C-box-text span{font-size: 30px;border-width: 1px;}
.index-C-box-text p{font-size: 18px;}
.index-C-box-text ul li{font-size: 18px;margin: 0 10px;}
.index-C-box{padding-bottom: 30px!important;}
.index-C-hot{top: -100px!important;right: 10px!important;}
.index-A-text li p{font-size: 20px;}
.index-C-box-text span{font-size: 24px;}
}

@media (max-width:680px) {
.banner-text-A h1{height: 154px;}
.banner-text-A ul{display: none;}
.index-A-text li .image-container{width: 24px!important;height:24px!important;}
.index-A-text li p{font-size: 20px;line-height: 24px;height: 24px;}
.index-A-text li{padding: 0;border: none;}
.index-A-box{padding: 10px 0;}
.section{padding: 30px 0;}
.title p{font-size: 32px;}
.title .image-container{width: 28px;margin: 10px auto 0;}
.index-B-box-text{margin-top: 20px;width: 52%;margin-left: 2%;}
.index-B-box-text p{font-size: 18px;}
.index-B-box-text span{font-size: 18px;width: 36px;height: 36px;line-height: 36px;}
.index-B-box-img{width: 45%;}
.index-C-hot{top: -60px!important;right: 10px!important;z-index: 9;}
.index-D-list-icon{width: 78px!important;height: 78px!important;background-size: 100%;}
.index-D-list-icon p{font-size: 16px;margin-top: 21px;}
.index-D-list-text p{font-size: 18px;width: 100%;height: 66px;}
.index-D-list-text a{display: none;}
.index-G-list, .index-G-list2{height: 160px;}
.banner-img{width: 50%;}
.banner{padding: 30px 0;}
.index-D-box-img img{height: 260px;}
.index-F-list img{height: 290px;}
.index-F-list-text p{font-size: 16px;}
}

@media (max-width:580px) {
.banner-text-A p{font-size: 20px!important;height: 28px;}
.banner-text-A h1{font-size: 36px!important;height: 110px;text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;}
.banner-text-A h1 span{font-size: 48px!important;}
.index-btn{width: 140px;font-size: 18px;height: 32px;line-height: 32px;}
.index-A-text li .image-container{height: 30px!important;}
.index-A-text li p{text-align: center;font-size: 16px;}
.title p{font-size:28px;}
.index-B-box-text p{font-size: 18px;}
.index-B-box-img{width: 100%;float: none;}
.index-B-box-text{width: 100%;margin-left: 0;float: none;}
.index-B-box{background-position: center bottom!important;}
.index-C-hot{width: 98px!important;height: 131px!important;top: 0!important;}
.index-C-hot p{font-size: 15px;text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;}
.index-D-list-text a{height: 76px;}
.index-G-list, .index-G-list2{height: 130px;}
.banner-text-A{position: static;}
.banner-img{width: 70%;float: none;margin-left: 15%;}
.banner-text-A p,.banner-text-A h1{text-align: center;height: auto;line-height: 1.2em;}
.index-btn{display: none;}
.banner{padding-bottom: 10px;}
.banner-text-A h1 span{line-height: 1.3em;}
.index-D-list-text p{font-size: 16px;}
.index-E-box-img img{height: 320px;}
.index-F-list img{height: 240px;}
}
@media (max-width:480px) {
.index-D-list-text p{height:auto;width: 100%;}
.index-D-list-text{padding-bottom: 6px;background: #1a1a1a;}
.index-D-list-text a{display: none;}
.index-D-list-icon{top: 0!important;left: 0!important;}
.index-F-list-text p{font-size: 18px;}
.index-G-list, .index-G-list2{height: 110px;}
.index-C-box-text ul li img{width: 20px;}
.index-C-box-text-img{width: 42%;}
.index-C-box-text-img:nth-child(1){margin-left: 6%;}
.index-D-box-img img{height: 200px;}
.index-E-box-img img{height: 270px;}
.index-F-list img{height: 190px;}
}
@media (max-width:420px) {
.index-A-text li .image-container{display: none;}
.index-G-list, .index-G-list2{height: 90px;}
.index-E-box-img img{height: 210px;}
}
@media (max-width:390px) {
.banner-text-A p{font-size: 18px!important;}
.banner-text-A h1{font-size: 28px!important;text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;}
.banner-text-A h1 span{font-size: 38px!important;}
.index-btn{width: 120px;font-size: 16px;}
.title p{font-size:26px;}
.index-C-box-img{width: 80%;margin-left: 10%;}
.index-E-box-img img{height: 190px;}
.index-F-list img{height: 160px;}
}

/* 20210114  zxf */
.banner-text-A{width: 50%;}
.banner-text-A p,.banner-text-A h1,.index-A-text li p,.title p,.index-B-box-text p,.index-C-hot p,.index-C-box-text span,.index-C-box-text p,.index-F-list-text p{white-space: nowrap;overflow: hidden;}
.index-C-box-text span{display: block;width: 100%;}
@media (max-width:580px) {
.banner-text-A{width: 100%;}
.banner-text-A p,.banner-text-A h1,.index-A-text li p,.title p,.index-B-box-text p,.index-C-hot p,.index-C-box-text span,.index-C-box-text p,.index-F-list-text p{white-space: normal;}
}

.caf_wrapper div.clear:nth-child(1){display:none}
.caf-html-input-box{text-align: center;padding: 20px 0;display: none;}
.caf-html-input-box p{
        display: inline-block;
        font-size: 14px;
        color: #222222;
}
.caf-html-input-box input{
        display: inline-block;
        width: 70px;
        font-size: 14px;
        line-height: 32px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        background: none;
}
.caf-html-input-box .caf-html-input1{
        background: #cc0000;
        color: #ffffff;
        border: none;
}


/* 20210426  zxf  适配B2B页面 */
.B2B_insert_page .banner-text-A{padding-right:20px;}
.B2B_insert_page .banner-text-A p{font-size:30px;}
.B2B_insert_page  .banner-text-A h1{font-size: 70px;height: 190px;}
.B2B_insert_page  .banner-text-A h1 span{font-size: 90px;}
.B2B_insert_page .banner-text-A ul{margin: 20px 0;}
.B2B_insert_page .banner-text-A ul li{width: 90px;height: 90px;font-size: 24px;}
.B2B_insert_page .index-btn{width: 160px;height: 48px;font-size: 24px;line-height: 48px;}
.B2B_insert_page .section{padding: 40px 0;}
.B2B_insert_page .title p{font-size: 42px;}
.B2B_insert_page .index-B-box-text p{font-size: 16px;}
.B2B_insert_page .index-B-box-text span{width: 32px;height: 32px;line-height: 32px;font-size: 16px;}
.B2B_insert_page .index-C-box-text ul li img,.B2B_insert_page .title img{width: auto!important;}
.B2B_insert_page .index-C-hot{display: none;}
.B2B_insert_page .index-D-list-text p{width: 70%;;}
.B2B_insert_page .index-D-list-text a{width: 30%;}
.B2B_insert_page .index-F-list-text p{font-size: 20px;}
.B2B_insert_page .index-F-list img{height: 230px!important;}
.B2B_insert_page  .index-D-box-img img{height: 250px!important;}
.B2B_insert_page .index-G-list2 img,.B2B_insert_page.index-G-list img{height: 100%!important;}
.B2B_insert_page .index-G-list,.B2B_insert_page .index-G-list2{height: 250px;}
@media (max-width:1200px) {
.B2B_insert_page .banner-text-A ul,.B2B_insert_page .index-btn,.B2B_insert_page .index-C-box-text-img{display: none;}
.B2B_insert_page .index-D-list-text p{font-size: 18px;}
.B2B_insert_page .title p{font-size: 32px;}
.B2B_insert_page .index-F-list img{height:190px!important;}
.B2B_insert_page  .index-D-box-img img{height: 198px!important;}
.B2B_insert_page .index-G-list2 img,.B2B_insert_page .index-G-list img{height: 100%!important;}
.B2B_insert_page .index-G-list,.B2B_insert_page .index-G-list2{height: 190px!important;}
}
@media (max-width:992px) {
.B2B_insert_page .index-D-box-img img,.B2B_insert_page .index-F-list img{height: 260px!important;}
.B2B_insert_page .index-G-list, .B2B_insert_page .index-G-list2{height: 220px!important;}
}
@media (max-width:680px) {
.B2B_insert_page .index-D-list-text p{width: 100%;}
}
@media (max-width:600px) {
.B2B_insert_page .index-D-box-img img,.B2B_insert_page .index-F-list img{height: 190px!important;}
.B2B_insert_page .index-G-list,.B2B_insert_page .index-G-list2{height: 160px!important;}
}
@media (max-width:540px) {
.B2B_insert_page .index-D-box-img img,.B2B_insert_page .index-F-list img{height: 160px!important;}
.B2B_insert_page .index-G-list,.B2B_insert_page .index-G-list2{height: 116px!important;}
}
@media (max-width:580px) {
.B2B_insert_page .banner-text-A h1{height: auto;}
}
@media (max-width:430px) {
.B2B_insert_page .index-D-box-img img,.B2B_insert_page .index-F-list img{height: 130px!important;}
.B2B_insert_page .index-G-list,.B2B_insert_page .index-G-list2{height: 86px!important;}
.B2B_insert_page .index-F-list-text p,.B2B_insert_page .index-D-list-text p{font-size: 15px;}
}