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:80px 0;
        background: url(../img/bg.jpg) repeat top;
}
.p-t-0{padding-top: 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: 120px 0;}
.banner-text-A{
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255,255,255,0.8);
  border-radius: 40px;
  border: 10px solid #aa7d5b;
}
.banner-text-A p{
  font-size: 32px;
  color: #666666;
  text-align: center;
  height: 34px;
  overflow: hidden;
  line-height: 1em;
}
.banner-text-A h1{
  font-size: 90px;
  color: #222222;
  text-align: center;
  font-weight: 800;
  height: 94px;
  line-height: 1em;
  overflow: hidden;
  margin: 10px 0;
  text-shadow: -3px 3px 0 #fff, 3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
}
.banner-text-A span{
  display: block;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  background: url(../img/bg-2-3.png) no-repeat center / cover;
  height: 48px;
  line-height: 48px;
  font-weight: lighter;
  overflow: hidden;
}
.banner-text-A ul li{
  width:23.5%;
  float: left;
  margin-right: 2%;
  margin-top: 20px;

}
.banner-text-A ul li:last-child{margin-right: 0;}
.banner-text-A ul li .image-container{
  border-radius: 12px;
}
.banner-text-A ul li h4{
  font-size: 24px;
  color: #aa7d5b;
  text-align: center;
  height: 24px;
  overflow: hidden;
  line-height: 1em;
  margin-top: 10px;
}
/* title */
.title p,.index-C-text h1{
  font-size: 56px;
  color: #222222;
  text-align: center;
  font-weight: 800;
  overflow: hidden;
  line-height: 1em;
}
.title span{
  display: block;
  font-size: 24px;
  color: #666666;
  text-align: center;
  font-weight: lighter;
  line-height: 1em;
  overflow: hidden;
  margin-top: 10px;
}
.title2 p{
  position: relative;
  width:400px;
  margin: 0 auto;
  margin-bottom: -28px;
  background: #f6fffe;
}
/* index-A-box */
.index-box{
  border: 3px solid #222222;
  border-radius: 30px;
  padding: 60px 0;
}
.index-A-list{
  width: 14.28%;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.index-A-list-img{
  width: 84px;
  height: 84px;
  border-radius: 84px;
  background: #aa7d5b;
  margin: 0 auto;
  overflow: hidden;
}
.index-A-text span{
  display: block;
  font-size: 24px;
  color: #222222;
  text-align: center;
  font-weight: 400;
  height: 24px;
  line-height: 1em;
  overflow: hidden;
  margin:10px 0;
}
.index-A-text p{
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-weight: lighter;
  height: 16px;
  line-height: 1em;
  overflow: hidden;
}

/* index-B-box */
.index-B-n-list{
  width: 20%;
  float: left;
  padding-right: 10px;
  margin-top: 30px;
}
.index-B-n-text span{
  display: block;
  font-size: 24px;
  color: #222222;
  height: 24px;
  line-height: 1em;
  overflow: hidden;
}
.index-B-n-text p{
  font-size: 16px;
  color: #666666;
  height: 16px;
  line-height: 1em;
  overflow: hidden;
  margin-top: 4px;
}
.index-B-n-img{
  width: 35%;
}
.index-B-n-text{
  width:65%;
  margin-top: 20px;
}
.index-B-list{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #aa7d5b;
  position: relative;
}
.index-B-list:nth-child(3n){margin-right: 0;}
.index-B-list span{
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  background:#aa7d5b;
  font-size: 20px;
  color: #ffffff;
  z-index: 9;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  border-radius: 0 38px 38px 0;
  overflow: hidden;
}
.index-B-list p{
  font-size: 24px;
  color: #222222;
  text-align: center;
  height: 24px;
  line-height: 1em;
  overflow: hidden;
  margin: 20px 0 10px;
}
.index-btn{
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  background: #222222;
  border-radius: 36px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}

/* index-C-box */
.index-C-img{
  width: 40%;
}
.index-C-text{
  width: 60%;
  padding: 40px 0;
  padding-left: 20px;
}
.index-C-text h1{
  text-align: left;
  color: #ffffff;
  height: 56px;
  overflow: hidden;
}
.index-C-text p{
  font-size: 24px;
  color: #ffffff;
  font-weight: lighter;
  margin-top: 10px;
}
.index-btn2{
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  margin: 30px 0 0;
}

/* index-D-box */
.index-D-list-img{
  width: 52%;
  margin-top: 30px;
}
.index-D-list-text{
  width: 48%;
  padding-left: 50px;
  margin-top: 30px;
}
.index-D-num{
  width: 15%;
  height: 62px;
  border: 2px solid #aa7d5b;
  position: relative;
}
.index-D-list-L{
  margin-top: 30px;
}
.index-D-num h4{
  font-size: 56px;
  font-weight: 800;
  line-height: 1em;
  height:56px;
  padding: 0 6px;
  background: #f2fdfb;
  overflow: hidden;
  color: #aa7d5b;
  position: absolute;
  left: -28px;
  top: -28px;
}
.index-D-text{
  width: 85%;
  padding-left: 20px;
}
.index-D-text h3{
  font-size: 24px;
  color: #aa7d5b;
  height: 24px;
  line-height: 1em;
  overflow: hidden;
  font-weight: 800;
}
.index-D-text p{
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  height: 48px;
  overflow: hidden;
}
.index-D-bottom{
  background: #aa7d5b;
  padding: 30px 40px;
  margin-top: 30px;
}
.index-D-list-L2{width: 47%;}
.index-D-list-L2:nth-child(1){margin-right: 6%;}
.index-D-list-L2 h4,.index-D-list-L2 h3,.index-D-list-L2 p{
  color: #ffffff;
}
.index-D-list-L2 .index-D-num h4{background: #aa7d5b;}
.index-D-list-L2 .index-D-num{border-color: #ffffff;}

/* index-E-box */
.index-E-list{
  width: 28%;
  float: left;
  margin-right: 8%;
  position: relative;
  margin-top: 30px;
}
.index-E-list:nth-child(3n){margin-right: 0;}
.index-E-list .image-container  {width: 100%;}
.index-E-list p{
  font-size: 24px;
  color: #222222;
  text-align: center;
  height: 24px;
  line-height: 1em;
  overflow: hidden;
  margin-top: 10px;
}
.index-E-fx{
  position: absolute;
}
.index-E-fx1{
  right: -67px;
  top: 40%;
}
.index-E-fx2{
  right: 20px;
  bottom: -20px;
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); 	/* IE 9 */
  -moz-transform:rotate(90deg); 	/* Firefox */
  -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
  -o-transform:rotate(90deg);
  width: 46px;
}
.index-E-fx3{
  right: -67px;
  top: 40%;
  -moz-transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  transform:rotateY(180deg);
}

/* index-F-box */
.index-F-box-list{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 30px;
}
.index-F-box-list:nth-child(3n){margin-right: 0;}
.index-F-box-list p{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  background: #aa7d5b;
  height: 42px;
  line-height: 42px;
  font-weight: lighter;
  overflow: hidden;
}

/* index-G-box */
.index-G-box h1{text-align: center;}
.index-G-box p{
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-weight:400;
  height: 32px;
  line-height: 1em;
  overflow: hidden;
  margin: 10px 0 30px;
}
.index-G-box .index-C-text{width: 100%;}
@media (max-width:1300px) {
.index-B-n-text p{font-size: 13px;height: 13px;}
}
@media (max-width:1200px) {
.banner-text-A p{font-size: 24px;height: 24px;}
.banner-text-A h1{font-size: 70px!important;height: 74px;}
.banner-text-A span{font-size: 28px;height: 36px;line-height: 36px;}
.banner-text-A ul li h4{font-size: 14px;height: 29px;}
.banner{padding: 50px 0;}
.title p{font-size: 48px!important;height: 48px;}
.index-A-text span{font-size: 20px;height: 20px;}
.index-A-text p{font-size: 13px;height: 13px;}
.index-A-list-img{width: 68px;height: 68px;}
.index-box{padding: 50px 0 30px;border-radius: 20px;}
.title span{font-size: 20px;}
.index-B-n-text span{font-size: 20px;height: 20px;}
.index-C-img{width: 36%;}
.index-C-text p{font-size: 18px;}
.index-C-text h1{font-size: 36px!important;height: 36px;}
.index-C-text{padding:30px 0;padding-left: 20px;}
.index-E-fx{width: 36px;}
}

@media (max-width:992px) {
.section{padding:60px 0;}
.p-t-0{padding-top: 0;}
.banner-text-A p{font-size: 20px;height: 20px;}
.banner-text-A h1{font-size: 50px!important;height: 53px;}
.banner-text-A span{font-size: 20px;height: 28px;line-height: 28px;}
.banner-text-A ul li h4{font-size: 14px;}
.banner{padding: 50px 0;}
.banner-text-A{border-width: 5px;border-radius: 20px;}
.title p, .index-C-text h1{font-size: 36px!important;height: 36px;}
.index-A-list{width: 25%;}
.index-A-list:nth-child(1){margin-left: 12.5%;}
.index-A-list:nth-child(1),.index-A-list:nth-child(2),.index-A-list:nth-child(3){margin-bottom: 20px;}
.title span{font-size: 16px;}
.index-B-n-list{width: 33%;margin-top: 20px;}
.index-B-n-list:nth-child(1){margin-left: 16.5%;}
.index-B-list span{font-size: 16px;height: 32px;line-height: 32px;}
.index-B-list p{font-size: 20px;height: 20px;margin: 10px 0;}
.index-btn{font-size: 16px;width: 160px;line-height: 32px;height: 32px;}
.index-C-img{display: none;}
.index-C-text{width: 100%;padding: 30px 0;}
.index-D-num h4{font-size: 32px;top: -12px;height: 40px;}
.index-D-text h3{font-size: 18px!important;height: 18px;}
.index-D-text p{font-size: 13px;height: 36px;margin-top: 3px;}
.index-D-list-L{margin-top: 20px;}
.index-D-num{height: 48px;}
.index-D-bottom{margin-top: 20px;padding: 20px 30px;}
.index-E-fx1,.index-E-fx3{right: -49px;}
.index-E-fx2{right: 0;}
.index-E-list p{font-size: 20px;height: 20px;}
.index-F-box-list p{font-size: 20px;}
}

@media (max-width:750px) {
.section{padding:40px 0;}
.p-t-0{padding-top: 0;}
.banner-text-A p{font-size: 18px;height: 20px;}
.banner-text-A h1{font-size: 42px!important;height: 43px;}
.banner-text-A ul li h4{font-size: 12px;height: 25px;}
.banner{padding: 30px 0;}
.banner-text-A{border-width: 3px;padding: 20px;}
.title p, .index-C-text h1{font-size: 32px!important;height: 32px;}
.index-box{border-width: 1px;}
.title2 p{width: 200px;margin-bottom: -16px;}
.index-box{padding: 34px 0 20px;}
.index-A-text span{font-size: 18px;height: 18px;}
.title span{font-size: 14px;}
.index-B-list{width: 49%;margin-top: 14px;}
.index-B-list:nth-child(3n){margin-right: 2%;}
.index-B-list:nth-child(2n){margin-right: 0;}
.index-B-list:last-child,.index-E-fx{display: none;}
.index-btn2{margin-top: 20px;}
.index-C-text p{font-size: 16px;}
.index-D-list-img{width: 100%;margin-top: 20px;}
.index-D-list-text{width: 100%;margin-top: 20px;padding-left: 0;}
.index-D-bottom{margin-top: 0;padding:0;background: none;}
.index-D-list-L2{width: 100%;}
.index-D-list-L2:nth-child(1){margin-right: 0%;}
.index-D-list-L2 h4,.index-D-list-L2 h3{color: #aa7d5b;}
.index-D-list-L2 p{color: #666666;}
.index-D-list-L2 .index-D-num h4{background: #f2fdfb;}
.index-D-list-L2 .index-D-num{border-color: #aa7d5b;}
.index-D-list-text{margin-top: 0;}
.index-D-list-L{padding-left: 30px;margin-top: 40px;}
.index-D-num h4{font-size: 46px;top: -23px;height: 56px;}
.index-D-text h3{font-size: 24px!important;height: 24px;}
.index-D-text p{font-size: 16px;height: 46px;margin-top: 3px;}
.index-D-num{height: 68px;}
.index-E-list,.index-F-box-list{width: 49%;margin-top: 14px;margin-right: 2%;}
.index-E-list:nth-child(3n),.index-F-box-list:nth-child(3n){margin-right:2%;}
.index-E-list:nth-child(2n),.index-F-box-list:nth-child(2n){margin-right: 0;}
.index-G-box p{margin-bottom: 10px;}
}

@media (max-width:650px) {
.index-A-text p{display: none;}
.index-A-text span{margin-bottom: 0;}
.index-A-list:nth-child(1), .index-A-list:nth-child(2), .index-A-list:nth-child(3){margin-bottom: 10px;}
}

@media (max-width:580px) {
.banner-text-A{width: 90%;}
.banner-text-A p{font-size: 16px;height: auto;}
.banner-text-A h1{font-size: 32px!important;height: auto;text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;}
.banner-text-A span{font-size: 18px;height: 24px;line-height: 24px;}
.banner-text-A ul li{margin-top: 10px;}
.banner-text-A{padding:10px;}
.banner{padding: 20px 0;}
.index-A-list{padding: 0 3px;}
.title p, .index-C-text h1{font-size: 26px!important;height: 26px;}
.title2 p{width: 200px;margin-bottom: -13px;}
.index-box{padding: 30px 0 20px;}
.index-B-n-text span{font-size: 16px;height: 16px;}
.index-B-n-text p{display: none;}
.index-B-n-text{margin-top: 30px;}
.index-B-n-list{margin-top: 10px;}
.index-B-list p{font-size: 18px;height: 18px;}
.index-btn{font-size: 14px;width: 140px;line-height: 28px;height: 28px;}
.index-D-num h4{font-size: 36px;top: -18px;height: 46px;}
.index-D-text h3{font-size: 20px!important;height: 20px;}
.index-D-text p{font-size: 16px;height: 46px;margin-top: 3px;}
.index-E-list p{font-size: 16px;height: 16px;}
.index-F-box-list p{font-size: 16px;}
}
@media (max-width:480px) {
.index-A-list-img{width: 52px;height: 52px;}
.index-A-text span{font-size: 16px;height: 16px;}
.index-B-n-text{margin-top: 20px;}
.index-B-n-text span{font-size: 15px;}
.index-D-num{height: 52px;}
.index-D-text p{font-size: 15px;}
}
@media (max-width:420px) {
.section{padding:30px 0;}
.p-t-0{padding-top: 0;}
.banner-text-A p{font-size: 14px;height: auto;}
.banner-text-A h1{font-size: 28px!important;height: auto;margin: 4px 0;}
.banner-text-A span{font-size: 16px;height: 20px;line-height: 20px;}
.index-D-text p{height: auto;}
.index-D-list-L{margin-top: 22px;}
.index-D-text h3{font-size: 18px!important;height: 18px;}
}


.index-C-box{background: url(../img/bg3-3.jpg) no-repeat center / cover;}
.banner-text-A ul li img{height: 147px;}
.index-B-n-img img{height: 78px;}
.index-B-list img{height: 406px;}
.index-E-list .image-container img{height: 248px;}
.index-F-box-list img{height: 272px;}
@media (max-width:1200px) {
.index-B-n-img img{height: 58px;}
.index-B-list img{height: 280px;}
.index-F-box-list img{height: 220px;}
}
@media (max-width:992px) {
.banner-text-A ul li img{height:100px;}
.index-B-n-img img{height: 72px;}
.index-B-list img{height: 220px;}
.index-E-list .image-container img{height: 170px;}
}
@media (max-width:750px) {
.index-E-list .image-container img{height: 230px;}
}
@media (max-width:600px) {
.banner-text-A ul li img{height:70px;}
.index-B-n-img img{height: 54px;}
.index-F-box-list img{height: 200px;}
}
@media (max-width:480px) {
.index-B-n-img img{height: 48px;}
.index-B-list img{height: 190px;}
.index-E-list .image-container img{height: 180px;}
.index-F-box-list img{height: 165px;}
}
@media (max-width:400px) {
.index-B-n-img img{height: 38px;}
.index-B-list img{height: 160px;}
.index-E-list .image-container img{height:160px;}
.index-F-box-list img{height: 130px;}
}

/* 20200112 zxf */
.banner-text-A p,.banner-text-A h1,.banner-text-A span,.banner-text-A ul li h4,.title p,.index-A-text span,.index-A-text p,.index-B-n-text span,.index-B-n-text p,.index-B-list span,.index-B-list p,.index-btn,.index-C-text h1,.index-btn2,.index-D-num h4,.index-D-text h3,.index-E-list p,.index-F-box-list p{white-space:nowrap;}
.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-input3{
        background: #aa7d5b;
        color: #ffffff;
        border: none;
}

/* 20210428 zxf 适应B2B页面 */
.B2B_insert_page h3{border-bottom: none;}
.B2B_insert_page .banner-text-A p,.B2B_insert_page  .banner-text-A h1,.B2B_insert_page  .banner-text-A span,.B2B_insert_page  .banner-text-A ul li h4,.B2B_insert_page  .title p,.B2B_insert_page  .index-A-text span,.B2B_insert_page  .index-A-text p,.B2B_insert_page  .index-B-n-text span,.B2B_insert_page  .index-B-n-text p,.B2B_insert_page  .index-B-list span,.B2B_insert_page  .index-B-list p,.B2B_insert_page  .index-btn,.B2B_insert_page  .index-C-text h1,.B2B_insert_page  .index-btn2,.B2B_insert_page  .index-D-num h4,.B2B_insert_page  .index-D-text h3,.B2B_insert_page  .index-E-list p,.B2B_insert_page  .index-F-box-list p{white-space: normal;}
.B2B_insert_page .banner-text-A p{font-size: 20px!important;height: auto;}
.B2B_insert_page .banner-text-A h1{font-size: 46px!important;height: auto;}
.B2B_insert_page .banner-text-A span{font-size: 24px!important;}
.B2B_insert_page .banner-text-A ul li h4{font-size: 16px!important;height: auto;}
.B2B_insert_page .banner-text-A{border-width: 4px;}
.B2B_insert_page .banner{padding: 60px 0;}
.B2B_insert_page .title p,.B2B_insert_page  .index-C-text h1,.B2B_insert_page .index-C-text h1{font-size: 36px!important;height: auto;}
.B2B_insert_page .index-A-text span{font-size: 20px!important;height: auto;}
.B2B_insert_page .index-A-text p,.B2B_insert_page .index-btn2,.index-btn{display: none;}
.B2B_insert_page .index-B-n-text span{font-size: 20px!important;height: auto;}
.B2B_insert_page .index-B-n-text p{font-size: 12px!important;}
.B2B_insert_page .index-B-list p{font-size: 20px!important;height: auto;margin: 10px 0 0;}
.B2B_insert_page .index-C-text p{font-size: 16px!important;margin-top: 0;}
.B2B_insert_page .title span{font-size: 16px!important;}
.B2B_insert_page .index-D-num h4 {font-size: 36px!important; height: 42px;left: -20px;top: -14px;}
.B2B_insert_page .index-D-num{height: 44px;}
.B2B_insert_page .index-D-text h3{font-size: 18px!important;height: auto;}
.B2B_insert_page .index-D-text p{font-size: 14px!important;height: auto;}
.B2B_insert_page .index-D-bo{padding: 0 30px 30px;}
.B2B_insert_page .index-F-box-list p{font-size: 16px!important;height: auto;line-height: 1.2em;padding: 10px;}
.B2B_insert_page .banner-text-A ul li img{height: 92px!important;}
.B2B_insert_page .index-B-list img{height: 240px!important;}
.B2B_insert_page .index-F-box-list img{height: 200px!important;}

@media (max-width:1200px) {
.B2B_insert_page .banner-text-A h1{font-size: 32px!important;}
.B2B_insert_page .banner-text-A p,.B2B_insert_page .index-A-text span,.B2B_insert_page .index-B-list p{font-size: 16px!important;}
.B2B_insert_page .banner-text-A span{font-size: 20px!important;}
.B2B_insert_page .banner-text-A ul li h4{font-size: 14px!important;}
.B2B_insert_page .title p, .B2B_insert_page .index-C-text h1, .B2B_insert_page .index-C-text h1{font-size: 32px!important;}
.B2B_insert_page .index-B-n-text p,.B2B_insert_page .index-B-list span{display: none;}
.B2B_insert_page .index-B-n-text span{font-size: 16px!important;}
.B2B_insert_page .index-B-list img{height: 180px!important;}
.B2B_insert_page .index-F-box-list img{height: 170px!important;}
}
@media (max-width:992px) {
.B2B_insert_page .title{display: block;}
.B2B_insert_page .index-B-n-list{display: none;}
}
@media (max-width:750px) {
.B2B_insert_page .index-B-list img{height: 260px!important;}
.B2B_insert_page .index-F-box-list img{height: 220px!important;}
}
@media (max-width:580px) {
.B2B_insert_page .banner-text-A{width: 100%;}
.B2B_insert_page .index-B-list img{height: 210px!important;}
}
@media (max-width:500px) {
.B2B_insert_page .index-B-list img{height: 180px!important;}
.B2B_insert_page .index-F-box-list img{height: 148px!important;}
}
@media (max-width:480px) {
.B2B_insert_page .banner-text-A h1{font-size: 28px!important;}
.B2B_insert_page .banner-text-A span{font-size: 16px!important;}
.B2B_insert_page .banner-text-A ul li img{height: 65px!important;}
}
@media (max-width:430px) {
.B2B_insert_page .index-B-list img{height: 140px!important;}
.B2B_insert_page .index-F-box-list img{height: 110px!important;}
}