html,
body {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.wrap2 {
  width: 90%;
  margin: 0 auto;
}

.showDiv {
  display: none;
}

.clearfixed {
  clear: both;
}

a {
  color: #000;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.arrow-bottom {
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-color: red;
  border-bottom-width: 0;
  border-style: dashed;
  border-top-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-color: #f7f7f7;
  border-right-width: 0;
  border-style: dashed;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

p {
  padding: 0;
  margin: 0;
}


img {
  max-width: 100%;

}

.imgDiv {
  overflow: hidden;
}

.imgDiv img {
  width: 100%;
  transition: all 0.5s;
}

.mask:hover .imgDiv img {
  transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
  outline: none;
}

.ovh {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ovh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ovh3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ovh4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* 右侧悬浮 */
.xf {
  position: fixed;
  top: 30%;
  right: 35px;
  width: 65px;
  height: 303px;
  background: url(../img/rxf.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  border-radius: 33px;
  z-index: 999;
  padding-top: 7px;
}

.xf div {
  width: 65px;
  height: 75px;
  position: relative;
}

.xf div:hover p {
  display: flex;
}

.xf div:hover p.xfewm {
  display: block;
}

.xf div p {
  display: none;
  position: absolute;
  right: 65px;
  height: 73px;
  width: auto;
  justify-content: center;
  align-items: center;
  background: #c1c1c1;
  padding: 10px 30px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  white-space: nowrap;
}

.xf div p.xfewm {
  top: -160px;
  width: 200px;
  height: 230px;
}

.xf div p img {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto 20px;
}

.xf div p span {
  display: block;
  text-align: center;
}

/**导航菜单**/
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #FFFFFF;
  height: 90px;
  transition: all 0.5s;
  box-shadow: 0 2px 10px #acacac;
  /*overflow: hidden;*/
  background: rgba(0, 0, 0, 0);
}

header.header2 {
  background: none;
  border-bottom: 1px #666 solid;
  box-shadow: none;
}

header .logo a {
  /* height: 54px; */
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;

}

header .logo img {
  max-height: 100%;
}

header.on-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0 0 10px #ccc;
}


header.on-fixed .rightDiv .menu>ul>li>a {
  color: #000;
}

header .rightDiv {
  float: right;
}

header .rightDiv .menu {
  text-align: right;
  position: relative;
  height: 90px;
}

header .rightDiv .menu>ul {
  display: inline-block !important;
  /*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
  float: left;
  position: relative;
  padding: 0 30px;
  /*width: 126px;*/
}

header .rightDiv .menu>ul>li:last-child {
  padding-right: 0;
}

header .rightDiv .menu>ul>li>a {
  height: 90px;
  display: block;
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 90px;

}

header .rightDiv .menu>ul>li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}

/* header .rightDiv .menu>ul>li:last-child img {
  margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
  color: #999;
}
*/
header .rightDiv .menu>ul>li:last-child>a.now {
  color: #fff;
  font-weight: bold;
}

header .rightDiv .menu>ul>li:last-child>a::after {
  display: none;
}

header .rightDiv .menu>ul>li>a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #f05a59;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .5s;
}


header .rightDiv .menu>ul>li:hover,
header .rightDiv .menu>ul>li.now {
  background: #fba100;
}

header .rightDiv .menu>ul>li:last-child:hover {
  background: rgba(0, 0, 0, 0);
}

/* 
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
  display: block;
  width: 20px;
  height: 2px;
  background: #009a44;
  margin: 0 auto;
  margin-top: 1rem;

  /* background: #3fba9e;
  border-bottom: 2px #3fba9e solid; */
/* } */

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
  color: #f05a59;
}

header .rightDiv .menu ul li div.down_list {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
  margin-top: -0.65rem;
  display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
  text-align: center;
  display: block;
}

header .mbtn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/menu1.svg) no-repeat center center;
  background-size: 70%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 9999;
}


header .mbtn:active {
  opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
  color: #FFFFFF;
  margin: 0 2px;
  position: relative;
  text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
  border-bottom: 2px #FFFFFF solid;
}
*/
/* header.header2 .rightDiv .menu>ul>li>a.now {
  border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
  border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
  padding: 0;
  margin: 0;
  margin-top: 2.5rem;
  margin-left: 1rem;
}
*/
body.on-menu header .mbtn {
  background: url(../img/menu-hide1.svg) no-repeat center center;
  background-size: 40%;
  z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}


.menu #menu-button {
  display: none
}

.menu {
  width: auto;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #b3c9e2;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.menu>ul>li {
  float: left;
}

/* header .rightDiv .menu>ul>li:last-child {
  background: #f05a59;
  border-radius: 4px;
  width: 170px;
  height: 36px;
  line-height: 36px;
  color: #FFFFFF !important;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin-top: 25px;
  margin-left: 30px;
} */

header .rightDiv .menu>ul>li:last-child img {
  margin-right: 10px;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
  padding: 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
  color: #fff;
}

/* .menu>ul>li.has-sub>a {
  padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  width: 10px;
  height: 6px;
  content: "";
  background: url(../img/xia.png) no-repeat; */
/*} */
/* .menu ul li { */
  /* overflow: hidden; */
/* } */

/* .menu ul li:hover { */
  /* overflow: visible; */
/* } */

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
/* .menu ul ul {} */

.menu ul li:hover>ul {

  top: 90px;
  opacity: 1;
  visibility: visible;

}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
  right: 100%;
  top: 0;
  width: 100%;
}

.menu ul ul li:hover>ul {
  margin-left: 0;
}

.menu ul ul li:hover {
  background: #d7e5f6;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

  width: 100%;
  /* margin-left: -8px; */
  text-align: center;
  top: 120px;
  position: absolute;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  left: 0;
  box-shadow: 0 0 5px #ccc;
}

.menu ul ul .ul {
  background: rgba(255, 255, 255, 1);
  /* border-radius: 6px; */
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
  padding: 0 15px;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  /* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  padding: 10px 0;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
  /* color: #f05a59; */
  border: 0;
}

.menu ul ul li:last-child>a {
  border: 0;
}

.bannerIndex .swiper-pagination-bullet {
  width: 52px;
  height: 7px;
  background: #fff;
  opacity: 0.4;
  border-radius: 0;
  background: #fba100;
}

.bannerIndex .swiper-pagination-bullet-active {
  background: #fba100;
  opacity: 1;
}

.bannerSwiperC {
  position: absolute;
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannerSwiperC1 {
  display: flex;
  justify-content: space-between;
  width: 82.9%;
  padding-bottom: 40px;
  border-bottom: 1px solid #c3c3c3;
}

.bannerSwiperC1 li {
  color: #fca200;
}

.bannerSwiperC1 p {
  width: 630px;
  color: #333;
  line-height: 24px;
}

.bannerSwiperC2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 82.9%;
  padding-right: 50px;
}

.bannerSwiperC2 div {
  width: 30%;
  color: #333;
  white-space: nowrap;
}

.bannerSwiperC2 div:nth-child(3n) {
  width: 315px;
}

.bannerSwiperC2 div img {
  margin-right: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 65px;
}

.homePages1 {
  padding: 65px 0;
}

.homePages1CB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homePages1_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homePages1CBL {
  width: 710px;
}

.homePages1CBLB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homePages2 {
  width: 100%;
  height: 740px;
  background: #F9F9F9;
  padding: 65px 0;
}

.homeTitle {
  text-align: center;
}

.homeTitle li {
  font-weight: bold;
}

.homeTitle p {
  font-weight: 400;
  margin: 10px 0 35px;
}

.homePages2tab {
  padding: 0 185px;
}

.homePages2tab p {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.homePages2tab p.active {
  border-bottom: 2px solid #fba100;
}

.homePages2C ul {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 170px;
}

.homePages2C ul>div {
  width: 280px;
  height: 320px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.homePages2C ul>div:hover {
  border: 3px solid #FBA100;
}

.homePages2C ul>div img {
  width: 100%;
  height: 225px;
}

.homePages2C ul>div div {
  padding: 25px 15px 0 15px;
}

.homePages2C ul>a {
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 48px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
  width: 130px;
  height: 50px;
  background: #F5F5F5;
  border: 1px solid #333333;
  color: #333;
}

.homePages2C ul>a:hover {
  border: 1px solid #FBA100;
  color: #FBA100;
}

.homePages3 {
  padding: 65px 0;
}

.homePages3C {
  position: relative;
}

.homePages3CNav {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  line-height: 36px;
  z-index: 9;
}

.homePages3CNav li {
  cursor: pointer;
}

.homePages3CNavActive {
  font-size: 30px;
  font-weight: bold;
  color: #FBA100;
  line-height: 36px;
}

.homePages3CB img {
  width: 700px;
  height: 450px;
}

.homePages3CB ul {
  display: none;
}

.homePages3CB ul div {
  width: 600px;
  height: 365px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  bottom: -25px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.homePages3CB ul div li {
  width: 100%;
  background: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  color: #FBA100;
  line-height: 36px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 30px;
}

.homePages3CB ul div p {
  width: 524px;
  height: 76px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: 35px 0 50px;
}

.homePages3CB ul div a {
  display: block;
  width: 130px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #FBA100;
  font-size: 16px;
  font-weight: 400;
  color: #FBA100;
  line-height: 48px;
  text-align: center;
}

.homePages4 {
  background: #f9f9f9;
  width: 100%;
  height: 648px;
  padding: 65px 0;
}

.homePages4C {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homePages4C div {
  width: 280px;
  height: 300px;
  border-bottom: 1px solid #dedede;
}

.homePages4C div:hover {
  border-bottom: 1px solid #FBA100;
}

.homePages4C li {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.homePages4C p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.homePages4More {
  display: block;
  width: 130px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #333333;
  margin: 45px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  text-align: center;
}

.homePages4More:hover {
  border: 1px solid #FBA100;
  color: #FBA100;
}

.homePages5 {
  padding: 65px 0 345px 0;
  position: relative;
}

.homePages5Link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homePages5Link a {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0 30px 60px;
}

.homePages5_1 {
  position: absolute;
  bottom: -160px;
  width: 1200px;
  height: 500px;
  background: url(../img/contactUs.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 50px 120px 80px;
}

.homePages5_1 form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homePages5_1 input[type=text] {
  width: 304px;
  height: 34px;
  background: #F5F5F5;
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  padding-left: 10px;
}

.homePages5_1 textarea {
  width: 100%;
  height: 100px;
  background: #F5F5F5;
  border: none;
  resize: none;
  margin: 35px 0 45px;
  padding: 10px;
  font-size: 14px;
  color: #999999;
}

.homePages5_1 input[type=submit] {
  display: block;
  width: 130px;
  height: 40px;
  background: #FBA100;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}

/* 产品中心 */
.product_center2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product_center2 a {
  width: 380px;
  height: 450px;
  background: #F9F9F9;
  padding: 10px;
  margin-top: 30px;
}

.product_center2 a:hover {
  background: #FBA100;
}

.product_center2 a:hover li,
.product_center2 a:hover p {
  color: #fff;
}

.product_center2 a li {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product_center2 a p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product_center2 a img {
  width: 360px;
  height: 350px;
}

/* 产品详情 */
.cpxqCtL {
  width: 400px;
  position: relative;
}

#gallery {
  width: 400px;
  height: 400px;
  overflow: hidden;
}


.cpxqCtswiper-button-prev::after,
.cpxqCtswiper-button-next::after,
.cpxqCBswiper-button-prev::after,
.cpxqCBswiper-button-next::after {
  content: '' !important;
}

.cpxqCtswiper-button-prev,
.cpxqCtswiper-button-next {
  position: absolute;
  top: 420px;
  height: 78px;
  margin: 0;
}

.cpxqCtswiper-button-prev,
.cpxqCBswiper-button-prev {
  left: 0;
}

.cpxqCtswiper-button-next,
.cpxqCBswiper-button-next {
  right: 0;
}

.cpxqCBswiper-button-prev,
.cpxqCBswiper-button-next {
  width: 50px;
  height: 200px;
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 9;
}

#thumbs .swiper-slide-thumb-active {
  border: 1px solid #FBA100;
}

#thumbs {
  height: 78px;
  margin: 20px 30px;
  overflow: hidden;
}

.cpxqCB {
  padding-bottom: 100px;
}

.cpxqCBSwiper1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 50px 0 60px;
}

.cpxqTNav {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.cpxqTNavC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;

}

.cpxqTNav ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
}

.cpxqTNav ul p,
.cpxqTNav ul a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.cpxqTNav ul a {
  margin: 0 5px;
}

.cpxqTNav ul a.cpxqTNavCActive {
  color: #FBA100;
}

.cpxqTNavC a:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.cpxqCt {
  margin: 60px 0 40px;
  display: flex;
  justify-content: space-between;
  padding: 28px 0 28px 28px;
  background: #F9F9F9;
}

.cpxqCtR {
  width: 60%;
}

.cpxqCtR li {
  margin-left: 5%;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}

.cpxqCtR div {
  width: 100%;
  height: 40px;
  padding: 0 5%;
  line-height: 40px;
  background: #E5E5E5;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.cpxqCtR p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-top: 20px;
  padding: 0 5%;
}

.xqTitle {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 40px;
}

.xqTitle p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background: #FBA100;
  color: #fff;
}

.cpxqCMC {
  margin: 60px 0 85px;
}

.cpxqCMC p {
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.cpxqCMC img {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 40px auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}


.bg_right {
  position: absolute;
  left: 400px;
  top: 0;
}


.mask {
  width: 215px;
  height: 215px;
  background: #000;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.bigshow {
  width: 430px;
  height: 430px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #E8E8E8;
}

.bigshow img {
  width: 860px;
  height: 860px;
  margin-right: 10px;
}

.smallshow {
  width: 100%;
  height: 70px;
  position: relative
}

.smallshow img {
  width: 100%;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  transition: all 0.5s
}

.smallshow>.middle_box {
  margin-left: 30px;
  margin-right: 30px;
  width: 370px;
  overflow: hidden;
  height: 70px;
}

.smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
  height: 70px;
}

.smallshow .middle>li {
  width: 64px;
  height: 64px;
  float: left;
  cursor: pointer;
  padding: 0 5px;
}

.smallshow>p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -24px;
}

.smallshow>.prev {
  left: 0;
  background: url(img/hover-prev.png) no-repeat;
  transition: all 0.5s
}

.smallshow>.next {
  right: 0;
  background: url(img/hover-next.png) no-repeat;
  transition: all 0.5s
}

.smallshow>.prev.prevnone {
  left: 0;
  background: url(img/prev.png) no-repeat;
  cursor: not-allowed
}

.smallshow>.next.nextnone {
  right: 0;
  background: url(img/next.png) no-repeat;
  cursor: not-allowed
}

/* 服务支持 */
.fwzcC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 34px 0;
}

.fwzcCList {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  padding: 10px;
}

.fwzcCList:hover {
  background: #fba100;
  color: #fff;
}

.fwzcCList:hover li {
  border-bottom: 1px solid #fff;
}

.fwzcCList:hover li,
.fwzcCList:hover p {
  color: #fff;
}

.fwzcCList img {
  width: 200px;
  height: 250px;
}

.fwzcCList div {
  margin-left: 20px;
}

.fwzcCList li {
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  border-bottom: 1px solid #999;
}

.fwzcCList p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
}

/* 关于我们 */
.about1 {
  padding: 65px 0 95px;
}

.about1_1 {

  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  text-align: center;
}

.about1_2 {
  width: 62%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 30px auto 0;
}

.about1_3 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}



.about2 {
  position: relative;
}

.about2 .bannerSwiperC1 {
  align-items: flex-end;
}

.about2 .bannerSwiperC1 p,
.about2 .bannerSwiperC2 div,
.about2 .bannerSwiperC1 span {
  color: #fff;
}

.about2 .bannerSwiperC1 span {
  display: block;
  text-align: right;
}

.about3W {
  padding: 0 0 90px;
  background: #f5f5f5;
  position: relative;
  padding-top: 65px;
}

.about3C0 {
  height: 195px;
  width: 100%;
  background: #fff;
  padding-top: 65px;
  position: absolute;
  top: 0;
}

.about3 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}

.about3Title {
  text-align: center;
  color: #22244a;
  font-weight: bold;
}

.about3_1 {
  width: 100%;
  padding: 0 50px 0 70px;
  margin-top: 20px;
}

#thumbs1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 130px;
}

#thumbs1 .swiper-slide li {
  width: 110px;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  color: #22244A;
  line-height: 30px;
}

#thumbs1 .swiper-slide-thumb-active li {
  position: relative;
  width: 110px;
  height: 80px;
  background: #FBA100;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
}

#thumbs1 .swiper-slide-thumb-active li::after {
  content: '';
  width: 46px;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAANCAYAAADWgVyvAAABd0lEQVRIS7WTPUtCYRiGr/foiQqJhhYXIXBqiegPFC2uLdFS6NLWkIE4CFo4SF9LWw0aRoRLfyH6A21NQdDS0tAQaJ2PJxSPlHj0nDznHV/u536uB+5bGVVSRDhESOL/RYAZ/2NjTAhPCPuqbSENJswWuwgFYHYM2zBH3wWKeoILtYrZAXee3DBnGRQFdoCJMCl8eH8jnEeFssrw4cz9AXc+W3WSEZsjYN3HgjCkd5ZGbnKL537zgeCOyKiygsYJsBwG1RDPR2yyeoZ7N81Q8E7+BWVdsWkrKgoSIR/QznFBf+FSlbCH7RoJ3st/gymzRRYhD8QCPmBgjgMB7yvwQbfA0QAOcM1xoOCO2dc1C5rNKULqn/AjcxwKeK/ANdZQHANLHg946+a4NirHoYJ3ClxCM+ZJKygDcZeFTYSz6DQVtcGnxyNdZZ7L6WWRNIiZTfaA3K8Ci8CtrsirbV69+HjRBAreK3CduGVTFlhEyOppHrzA+NH8AJ2fcPCD2ce+AAAAAElFTkSuQmCC") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

#gallery1 {
  position: relative;
}

.gallery1 {
  width: 100%;
}

#gallery1 .swiper-wrapper {
  width: 100%;
}

#gallery1 .cpxqCtswiper-button-prev,
#gallery1 .cpxqCtswiper-button-next {
  top: -115px;
  margin: 0;
  width: 47px;
  height: 47px;
}

#gallery1 .swiper-slide p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

/* 联系我们 */
.lxwmW {
  position: relative;
  padding: 60px 0 430px;
}

.lxwmWT {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5%;
}

.lxwmWT img {
  width: 46%;
}

.lxwmWTR {
  width: 45.6%;
}

.lxwmWTR li {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}

.lxwmWTR div {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 48px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 25px;
}

.lxwmWTR p {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  color: #999;
}

.lxwmWTR p span {
  font-size: 16px;
  color: #333;
}

.lxwmWTR ul {
  margin-top: 45px;
  font-size: 24px;
  color: #fba100;
}

.lxwmWTR span {
  display: block;
  font-size: 14px;
  color: #666;
}

/* 新闻中心 */

.pressCenter1 {
  width: 100%;
  position: relative;
}

.pressCenter1>img {
  width: 100%;
}

.pressCenter1C {
  max-width: 1200px;
  height: 0;
  margin: 0 auto;
}

.pressCenter1C li {
  position: absolute;
  top: 55%;
  color: #999;
}

.pressCenter1_1 {
  margin-top: -60px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
}

.pressCenter1_1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  color: #666;
  height: 100%;
  cursor: pointer;
}

.pressCenter1_1 a:hover,
.pressCenter1_1 a.pressCenter1_1Active {
  background: #fba100;
  color: #fff;
}

.pressCenter1_1 a {
  min-width: 150px;
}

.pressCenter2List {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.pressCenter2List div {
  margin-left: 3%;
}

.pressCenter2List:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.pressCenter2List div li {
  color: #333;
}

.pressCenter2List div p:nth-child(2) {
  font-size: 14px;
  color: #c3c3c3;
}

.pressCenter2List div p:nth-child(3) {
  font-size: 14px;
  color: #939393;
}





ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

ul.pagination li {
  border-radius: 2px;
  box-shadow: none;
  margin: 0 3px;
  font-size: 13px;
  color: #333;
}

ul.pagination li a {
  color: #333;
  background: #ebebeb;
  display: block;
  padding: 0px 10px;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #fba100;
  border-color: #fba100;
}

ul.pagination li:hover a,
ul.pagination li.active a {
  color: #FFFFFF;
  background-color: #fba100;
  border-color: #fba100;
}


.solutionNav {
  width: 1200px;
  background: rgba(255, 255, 255, 0.5);
  justify-content: space-between;
}

.solutionNav a {
  background: rgba(255, 255, 255, 0);
  width: 13%;
  font-size: 18px;
}

.solutionNav a:hover {
  color: #fff !important;
}

.solutionNavcontent li {
  display: none;
  flex-wrap: wrap;
}

.solutionNavcontent a {
  width: 13%;
  margin-left: 1.5%;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.solutionNavcontent li .solutionNavcontentA {
  background: #fba100;
  color: #fff;
}

.solutionNavcontent a:first-child,
.solutionNavcontent a:nth-child(8n) {
  margin-left: 0;
}

.jjfaClist {
  padding: 20px 10px;
}

.jjfaClist img {
  height: 160px;
}

.jjfaClist p {
  font-size: 13px;
}





/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {

  .wrap,
  .wrap2 {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }

  .showDiv {
    display: block;
  }

  .menu {
    width: 100%
  }

  .menu ul {
    width: 100%;
    display: block;
  }

  .menu ul ul {
    top: 0;
    border: 0;
    box-shadow: none;
    border-top: 1px #eee solid;
  }

  .menu ul ul .ul {
    background: #fff;
    box-shadow: none !important;
    border-radius: 0;
  }

  .menu>ul>li>a {
    padding: 0 20px;
  }

  .menu.align-center>ul,
  .menu.align-right ul ul {
    text-align: left
  }

  .menu ul li,
  .menu ul ul li,
  .menu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, .3)
  }

  .menu ul li:hover>ul {
    top: 0;
  }

  .menu ul li a,
  .menu ul ul li a {
    width: 100%
  }

  .menu>ul>li,
  .menu.align-center>ul>li,
  .menu.align-right>ul>li {
    float: none;
    display: block
  }

  .menu ul ul li a {
    padding: 0 20px 0 30px;
    font-size: 12px;
    background: 0 0
  }

  /*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
  .menu ul ul ul li a {
    padding-left: 40px
  }

  .menu ul ul,
  .menu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0
  }

  .menu>ul>li.has-sub>a::after,
  .menu ul ul li.has-sub>a::after {
    display: none
  }

  #menu-line {
    display: none
  }

  .menu #menu-button {
    display: block;
    padding: 20px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase
  }

  .menu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff
  }

  .menu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }

  .menu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #eee;
    height: 52px;
    width: 52px;
    cursor: pointer
  }

  .menu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #999;
    z-index: 99
  }

  .menu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #999;
    z-index: 99
  }

  .menu .submenu-button.submenu-opened:after {
    display: none
  }

  .menu ul ul {
    background: transparent;
    border-bottom: none;
    padding: 0;
  }

  .menu ul ul ul {
    top: 0;
  }

  .menu li:hover>ul {
    left: auto;
    margin-left: auto;
  }

  .menu ul ul li>a:last-child {
    border-bottom: 0;
  }

  header .rightDiv .menu ul li ul li {
    border-bottom: 1px #eee dashed;
    border-top: 0;
  }

  header .rightDiv .menu ul li ul li:last-child {
    border: 0;
  }

  header .logo {
    width: 40%;
    margin-left: 0;
  }

  header .logo a {
    height: 35px;
    margin-top: 5px;

  }

  .menu ul ul {
    visibility: visible;
    opacity: 1;
  }

  header .wrap {
    display: block;
  }


  header.header2 .rightDiv .menu>ul>li>a {
    color: #333;
  }

  header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 50px;
    padding-top: 0;
    background: #a5a5a5;
    /* box-shadow: 0 0 5px #EEEEEE; */
    /* background: #000; */
    /*background-color: transparent;*/
    transition: right 300ms !important;
  }

  header.header2 {
    background: #FFFFFF;
    border: 0;
    box-shadow: 0 0 5px #EEEEEE;
  }


  header .rightDiv .menu>ul>li>a:hover {
    color: #009A44;
  }

  .on-fixed header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  }



  /*body.on-menu header {right: 45%;}*/
  header .mbtn {
    display: block;
  }

  body.on-menu header .mbtn {
    z-index: 9999;
  }

  header .rightDiv .menu {
    float: right;
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    /* background-color: rgba(0, 0, 0, 0.9); */
    background: #fff;
    border-bottom: 1px solid #f8f8f847;
    transition: right 300ms;
    right: -100%;
    padding: 0;
    z-index: 9999;
    overflow-y: auto;
    text-align: center;
    margin-top: 0;
    padding-bottom: 50px;
  }

  header .rightDiv .menu ul>li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    float: none;
    width: 100%;
  }

  header .rightDiv .menu ul>li:first-child {
    border-top: 1px #eee solid;
  }

  header .rightDiv .menu ul li a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #333;
    /*padding: 0 15px;*/
    text-align: left;
    font-size: 16px;
    font-weight: normal;
  }

  header .rightDiv .menu>ul>li>a.now::after,
  header .rightDiv .menu>ul>li:hover>a::after {
    display: none;
  }

  header .rightDiv .menu>ul>li>a.login {
    width: 100px;
    margin: 10px 0;
    margin-left: 20px;
    text-align: center;
  }

  header .rightDiv .menu>ul>li>a small {
    display: none;
  }

  header .rightDiv .menu>ul {
    display: block;
    /* padding-top: 60px; */
    width: 100%;
  }

  body.on-menu header .rightDiv .menu {
    right: 0;
  }

  body.on-menu .main {
    right: 0;
  }

  header .rightDiv .menu>ul>li>a {
    padding: 0 20px;
    background: none;
    margin: 0;
    width: 100%;
    color: #333;
  }

  header .rightDiv .menu ul li i {
    display: block;
  }

  header .twoMenu {
    position: relative;
    top: 0px;
    background: none;
    padding: 0;
    width: initial;
  }

  header .twoMenu dl {
    margin-bottom: 10px;
  }

  header .twoMenu dl dd {
    margin-top: 0;
  }

  header .rightDiv .menu ul li .twoMenu dl dt>a {
    color: #fff;
  }

  .on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
    color: #000;
  }

  header .rightDiv .menu ul li .twoMenu {
    top: 10px;
    box-shadow: none;
  }

  header .rightDiv .menu ul li .twoMenu .liDiv>a {
    line-height: 32px;
    height: 32px;
    font-weight: normal;
  }

  header .twoMenu .liDiv>a:after {
    top: 0;
  }

  header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
    margin: 0 15px;
  }

  header .rightDiv .menu ul li>a:hover,
  header .rightDiv .menu ul li>a:focus,
  header .rightDiv .menu ul li>a.on {
    color: #a13e91;
  }

  header .rightDiv .menu ul li .twoMenu dl dt>a {
    line-height: 50px;
    height: initial;
  }

  header .rightDiv .menu>ul>li>a::before {
    display: none;
  }

  header .rightDiv .menu>ul>li:hover,
  header .rightDiv .menu>ul>li:focus,
  header .rightDiv .menu>ul>li.on {
    background: none;
  }

  header .rightDiv .menu>ul>li.on>a {
    color: #204e9e;
  }

  header .rightDiv .menu>ul>li>a:hover span,
  header .rightDiv .menu>ul>li>a.now span {
    display: none;


    /* background: #3fba9e;
    border-bottom: 2px #3fba9e solid; */
  }



  .hideDiv {
    display: none;
  }



  .banner_nei img {
    min-height: 160px;
    object-fit: cover;
  }

  .bannerIndex img {
    height: 280px;
  }

  .bannerIndex .wrap {
    line-height: 22px;
    top: 30px;
    width: 95%;
  }

  .bannerIndex .wrap .font18 {
    font-size: 14px;
  }

  .bannerIndex .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .indexDiv1 .content {
    width: 100%;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .indexDiv1 .content .font18 {
    font-size: 14px;
  }

  .indexDiv2 .textDiv {
    margin-bottom: 30px;
  }

  .bggrey {
    padding: 50px 0;
  }

  .indexDiv3 ul {
    margin-left: 0;
  }

  .indexDiv3 ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    height: 220px;
    padding-top: 20px;
    line-height: 24px;
  }

  .indexDiv3 ul li:nth-child(odd) {
    margin-left: 0;
  }

  .indexDiv3 ul li img {
    width: 60px;
  }

  .title {
    margin-bottom: 30px;
  }

  .indexDiv4 .textDiv img {
    width: 60px;
  }

  .indexDiv4 .textDiv .wenzi {
    padding: 35px 20px 35px 20px;
    line-height: 24px;
  }

  .indexDiv4 .textDiv {
    margin-bottom: 20px;
  }

  .indexDiv5 .imgDiv,
  .indexDiv5 .textDiv {
    width: 100%;
    margin-bottom: 30px;
  }

  .indexDiv6 ul {
    margin-left: 0;
  }

  .indexDiv6 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .indexDiv7 .textDiv .wenzi p span {
    width: 30%;
    margin-left: 3%;
  }

  .indexDiv8 .textDiv {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }

  .indexDiv8 .textDiv ul li {
    width: 50%;
    float: left;
    font-size: 14px;
  }

  .indexDiv9 .content ul li {
    width: 30%;
    margin-left: 3%;
    height: auto;
  }

  .indexDiv10 .content ul.tab {
    width: 100%;
  }

  .indexDiv10 .content ul.tab li.active {
    height: 200px;
  }

  .indexDiv10 #tabCon .textDiv {
    width: 100%;
  }

  .indexDiv10 {
    padding: 50px 0;
  }

  .contactLeft {
    width: 100%;
  }

  .contactLeft ul {
    margin-right: 0;
  }

  .contactLeft ul li {
    text-align: left;
    margin-bottom: 30px;
  }

  .contactLeft ul li img {
    float: left;
    margin-left: 20px;
    width: 60px;

  }

  .contactLeft ul li p {
    float: left;
    width: 60%;
    margin-left: 5%;
    margin-top: 0;
  }

  .contactLeft ul li p.font18 {
    font-size: 16px;
  }

  .contactLeft {
    height: auto;
    padding: 50px 0;
  }

  .mapDiv {
    width: 100%;
    height: 300px;
  }

  .navLeft {
    width: 100%;
  }

  .navLeft li {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .navLeft li:nth-child(odd) {
    margin-left: 0;
  }

  .navLeft li a {
    padding: 10px 20px;
  }

  .rtDiv {
    width: 100%;
  }

  .nav_erji ul li {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .nav_erji ul li a {
    padding-bottom: 0;
    min-height: 30px;
    border: 0;
    display: inline;
    padding-bottom: 10px;
  }

  .nav_erji ul li a.now {
    /* border: 0; */
    position: relative
  }

  /* .nav_erji ul li a.now::after {} */

  .hezuoDiv1 .textDiv {
    margin-bottom: 20px;
  }

  .hezuoDiv1 .textDiv .font18 {
    font-size: 14px;
  }

  .hezuoDiv1 .textDiv img {
    width: 50px;
  }

  .form_fl {
    width: 100%;
  }

  .nav_bott {
    width: 50%;
    margin-left: 0;
    padding-right: 20px;
    margin-top: 20px;
  }

  .nav_bott.contact {
    width: 100%;
  }

  .ewm {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .banquan {
    margin-top: 30px;
    font-size: 12px;
  }

  footer {
    padding-top: 50px;
  }

  .logo_bott {
    display: none;
  }

  .aboutDiv1 .content,
  .aboutDiv1 .content2 .textDiv {
    width: 100%;
    margin-top: 20px;
  }

  .aboutDiv1 .wenzi1 {
    display: block;
  }

  .aboutDiv1 .wenzi1 div {
    width: 100%;
    margin-bottom: 10px;
  }

  .aboutDiv1 .wenzi1 .fr {
    width: 70%;
  }

  .aboutDiv1 .wenzi1 div img {
    width: 40px;
    height: 40px;
  }

  .aboutDiv1 .wenzi1 div .f9 {
    width: 78%;
  }

  .aboutDiv1 .wenzi1 div .font18 {
    font-size: 16px;
  }

  .content .swiper-container {
    width: 80%;
  }

  .aboutDiv3 .swiper-button-next {
    right: -20px;
    width: 35px;
    height: 35px;
  }

  .aboutDiv3 .swiper-button-prev {
    left: -20px;
    width: 35px;
    height: 35px;
  }

  .aboutDiv2 {
    padding: 50px 0;
  }

  .aboutDiv3 .wenzi {
    width: 100%;
  }

  .bannerSwiperC1 {
    display: block;
  }

  .bannerSwiperC1 p {
    width: 100%;
  }

  .bannerSwiperC {
    width: 80%;
    top: 20%;
    left: 20%;
    transform: none;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }

  .homePages1,
  .homePages2,
  .homePages3 {
    padding: 20px 0;
  }

  .homePages1CB,
  .homePages1_1 {
    display: block;
  }

  .homePages1CBL {
    width: 100%;
  }

  .homePages1CB>img {
    display: block;
    margin: 20px auto;
    width: 100%;
  }

  .homePages2 {
    height: auto;
    padding-bottom: 0;
  }

  .homePages2tab {
    padding: 0;
  }

  .homePages2tab p {
    font-size: 10px;
  }

  .homePages2C ul {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  }

  .homePages2C ul>a {
    bottom: 30px;
  }

  .homePages2C ul>div {
    width: 48%;
    height: auto;
  }

  .homePages2C ul>div:nth-child(2n) {
    margin-left: 2%;
  }

  .homePages2C ul>div img {
    height: auto;
  }

  .homePages2C ul>div {
    margin-bottom: 20px;
  }

  .homePages3 {
    padding-top: 40px;
  }

  .homePages3CB ul,
  .homePages4C {
    flex-wrap: wrap;
  }

  .homePages3CNav,
  .homePages3CB ul div,
  .homePages3CB ul div p {
    width: 100%;
    height: auto;
    position: static;
    margin-bottom: 20px;
  }

  .homePages3CB img {
    width: 100%;
    height: auto;
  }

  .homePages4C,
  .homePages4 {
    position: static;
    height: auto;
  }

  .homePages4C div {
    width: 48%;
    height: auto;
  }

  .homePages4C div:nth-child(2n) {
    margin-left: 2%;
  }

  .homePages5Link a {
    width: 48%;
    margin: 0;
  }

  .homePages5Link a:nth-child(2n) {
    margin-left: 2%;
  }

  .homePages5 {
    padding: 20px 0 0;
  }

  .homePages5_1 {
    position: static;
    width: 100%;
    margin: 0;
    padding: 5%;
    height: auto;
  }

  .homePages5_1 textarea,
  .homePages5_1 input[type=submit] {
    margin: 20px auto;
  }

  .homePages5_1 input[type=text] {
    width: 100%;
    margin-bottom: 20px;
  }

  .pressCenter1>img {
    height: 200px;
    text-align: center;
  }

  .pressCenter1C li {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 50%;
  }

  .cpxqTNavC,
  .cpxqCt {
    display: block;
  }

  .cpxqCt {
    padding: 30px;
  }

  .cpxqTNav {
    height: auto;
    padding-bottom: 10px;
  }

  .cpxqTNav ul {
    width: calc(100% + 10%);
    margin-left: -4%;
  }

  .cpxqTNav ul,
  .cpxqTNav ul p,
  .cpxqTNav ul a {
    font-size: 10px;
    flex-wrap: wrap;
  }

  .cpxqTNavC>a:last-child {
    float: right;
  }

  .cpxqCtL,
  #gallery {
    width: 100%;
  }

  .bg_right {
    display: none;
  }

  .mask {
    display: none !important;
  }

  #gallery {
    height: auto;
  }

  .cpxqCtswiper-button-prev,
  .cpxqCtswiper-button-next {
    /* top: 333px; */
    display: none;
  }

  .cpxqCtR {
    width: 100%;
  }

  #thumbs {
    height: auto;
    margin: 20px 25px;
  }

  #thumbs img {
    object-fit: cover;
  }

  .cpxqCBswiper-button-prev,
  .cpxqCBswiper-button-next {
    height: 100%;
  }

  .pressCenter1_1 {
    width: calc(100% + 10%);
    margin-left: -5%;
    height: 40px;
    margin-top: -40px;
    background: rgba(255, 255, 255, 0.5);
    justify-content: flex-start;
  }

  .pressCenter1_1 a {
    min-width: auto;
    padding: 0 6px;
    font-size: 10px;
    background: rgba(255, 255, 255, 0);
  }

  .fwzcC {
    display: block;
    padding: 0;
  }

  .fwzcCList {
    display: block;
    width: 100%;
  }

  .fwzcCList img {
    width: 100%;
    height: auto;
  }

  .fwzcCList div {
    margin: 0;
  }

  .about1_2 {
    width: 100%;
  }

  .homePages1CBLB {
    width: 100%;
    flex-wrap: wrap;
  }

  .homePages1CBLB>div {
    width: 48%;
  }

  .about2 {
    height: auto;
  }

  .about2>img {
    object-fit: cover;
    height: 100%;
    height: 500px;
  }

  .bannerSwiperC2 {
    width: 100%;
    margin: 0;
  }

  .bannerSwiperC2 div img {
    width: 20px;
    margin-right: 1%;
  }

  .bannerSwiperC2 div,
  .bannerSwiperC2 div:nth-child(3n) {
    width: 45%;
    font-size: 13px !important;
  }

  .about2 .bannerSwiperC1 p {
    margin-top: 15px;
  }

  .bannerSwiperC {
    left: 10%;
  }

  .bannerSwiperC1 {
    width: 100%;
  }


  .about3_1 {
    padding: 0 30px;
  }

  #gallery1 .cpxqCtswiper-button-prev,
  #gallery1 .cpxqCtswiper-button-next {
    width: 30px;
    height: 30px;
    top: -50px;
  }

  #thumbs1 {
    height: 50px;
  }

  #thumbs1 .swiper-slide li {
    font-size: 12px;
    height: auto;
    width: auto;
    display: block;
  }

  #thumbs1 .swiper-slide-thumb-active li::after {
    width: 100%;
  }

  .about3C0 {
    height: 160px;
  }

  #gallery1 {
    width: 100%;
  }

  .solutionNav1 {
    white-space: nowrap;
    justify-content: space-between;
  }

  .solutionNavcontent {
    width: calc(100% + 10%);
    margin-left: -5%;
    
  }
  .solutionNavcontent li{
    max-width: 100%;
    height: 40px;
  }
  .solutionNavcontent a {
    width: auto;
    min-width: 13%;
    height: auto;
    white-space: nowrap;
    font-size: 10px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 5px;
  }

  .lxwmW {
    padding: 30px 0;
  }

  .lxwmWT {
    display: block;
    margin-bottom: 20px;
  }

  .lxwmWT img,
  .lxwmWTR {
    width: 100%;
  }

  .lxwmWTR div {
    line-height: 30px;
  }

  .lxwmWTR ul {
    margin-top: 20px;
  }

  .pressCenter2List {
    display: block;
  }

  .pressCenter2List img {
    width: 100%;
  }

  .xf {
    width: 20px;
    height: 110px;
    right: 0;
  }

  .xf div {
    width: 20px;
    height: 24.5px;
  }

  .xf div p {
    right: 20px;
    height: 24.5px;
    padding: 3px 20px;
  }

  .xf div p.xfewm {
    top: -90px;
    width: 100px;
    height: auto;
    font-size: 8px;
    padding: 10px;
  }

  .xf div p img {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px auto 3px;
  }
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

  .wrap,
  .wrap2 {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }

  .showDiv {
    display: block;
  }

  .menu {
    width: 100%
  }

  .menu ul {
    width: 100%;
    display: block;
  }

  .menu ul ul {
    top: 0;
    border: 0;
    box-shadow: none;
    border-top: 1px #eee solid;
  }

  .menu ul ul .ul {
    background: #fff;
    box-shadow: none !important;
    border-radius: 0;
  }

  .menu>ul>li>a {
    padding: 0 20px;
  }

  .menu.align-center>ul,
  .menu.align-right ul ul {
    text-align: left
  }

  .menu ul li,
  .menu ul ul li,
  .menu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, .3)
  }

  .menu ul li:hover>ul {
    top: 0;
  }

  .menu ul li a,
  .menu ul ul li a {
    width: 100%
  }

  .menu>ul>li,
  .menu.align-center>ul>li,
  .menu.align-right>ul>li {
    float: none;
    display: block
  }

  .menu ul ul li a {
    padding: 0 20px 0 30px;
    font-size: 12px;
    background: 0 0
  }

  /*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
  .menu ul ul ul li a {
    padding-left: 40px
  }

  .menu ul ul,
  .menu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0
  }

  .menu>ul>li.has-sub>a::after,
  .menu ul ul li.has-sub>a::after {
    display: none
  }

  #menu-line {
    display: none
  }

  .menu #menu-button {
    display: block;
    padding: 20px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase
  }

  .menu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff
  }

  .menu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }

  .menu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #eee;
    height: 52px;
    width: 52px;
    cursor: pointer
  }

  .menu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #999;
    z-index: 99
  }

  .menu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #999;
    z-index: 99
  }

  .menu .submenu-button.submenu-opened:after {
    display: none
  }

  .menu ul ul {
    background: transparent;
    border-bottom: none;
    padding: 0;
  }

  .menu ul ul ul {
    top: 0;
  }

  .menu li:hover>ul {
    left: auto;
    margin-left: auto;
  }

  .menu ul ul li>a:last-child {
    border-bottom: 0;
  }

  header .rightDiv .menu ul li ul li {
    border-bottom: 1px #eee dashed;
    border-top: 0;
  }

  header .rightDiv .menu ul li ul li:last-child {
    border: 0;
  }

  header .logo {
    width: 18%;
    margin-left: 0;
  }

  header .logo a {
    /* height: 35px; */
    margin-top: 5px;

  }

  .menu ul ul {
    visibility: visible;
    opacity: 1;
  }

  header .wrap {
    display: block;
  }


  header.header2 .rightDiv .menu>ul>li>a {
    color: #333;
  }

  header {
    position: fixed !important;
    z-index: 999;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 50px;
    padding-top: 0;
    background: rgba(0, 0, 0, 0);
    /* box-shadow: 0 0 5px #EEEEEE; */
    /* background: #000; */
    /*background-color: transparent;*/
    transition: right 300ms !important;
  }

  header.header2 {
    background: #FFFFFF;
    border: 0;
    box-shadow: 0 0 5px #EEEEEE;
  }


  header .rightDiv .menu>ul>li>a:hover {
    color: #009A44;
  }

  .on-fixed header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  }



  /*body.on-menu header {right: 45%;}*/
  header .mbtn {
    display: block;
  }

  body.on-menu header .mbtn {
    z-index: 9999;
  }

  header .rightDiv .menu {
    float: right;
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    /* background-color: rgba(0, 0, 0, 0.9); */
    background: #fff;
    border-bottom: 1px solid #f8f8f847;
    transition: right 300ms;
    right: -100%;
    padding: 0;
    z-index: 9999;
    overflow-y: auto;
    text-align: center;
    margin-top: 0;
    padding-bottom: 50px;
  }

  header .rightDiv .menu ul>li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    float: none;
    width: 100%;
  }

  header .rightDiv .menu ul>li:first-child {
    border-top: 1px #eee solid;
  }

  header .rightDiv .menu ul li a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #333;
    /*padding: 0 15px;*/
    text-align: left;
    font-size: 16px;
    font-weight: normal;
  }

  header .rightDiv .menu>ul>li>a.now::after,
  header .rightDiv .menu>ul>li:hover>a::after {
    display: none;
  }

  header .rightDiv .menu>ul>li>a.login {
    width: 100px;
    margin: 10px 0;
    margin-left: 20px;
    text-align: center;
  }

  header .rightDiv .menu>ul>li>a small {
    display: none;
  }

  header .rightDiv .menu>ul {
    display: block;
    /* padding-top: 60px; */
    width: 100%;
  }

  body.on-menu header .rightDiv .menu {
    right: 0;
  }

  body.on-menu .main {
    right: 0;
  }

  header .rightDiv .menu>ul>li>a {
    padding: 0 20px;
    background: none;
    margin: 0;
    width: 100%;
    color: #333;
  }

  header .rightDiv .menu ul li i {
    display: block;
  }

  header .twoMenu {
    position: relative;
    top: 0px;
    background: none;
    padding: 0;
    width: initial;
  }

  header .twoMenu dl {
    margin-bottom: 10px;
  }

  header .twoMenu dl dd {
    margin-top: 0;
  }

  header .rightDiv .menu ul li .twoMenu dl dt>a {
    color: #fff;
  }

  .on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
    color: #000;
  }

  header .rightDiv .menu ul li .twoMenu {
    top: 10px;
    box-shadow: none;
  }

  header .rightDiv .menu ul li .twoMenu .liDiv>a {
    line-height: 32px;
    height: 32px;
    font-weight: normal;
  }

  header .twoMenu .liDiv>a:after {
    top: 0;
  }

  header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
    margin: 0 15px;
  }

  header .rightDiv .menu ul li>a:hover,
  header .rightDiv .menu ul li>a:focus,
  header .rightDiv .menu ul li>a.on {
    color: #a13e91;
  }

  header .rightDiv .menu ul li .twoMenu dl dt>a {
    line-height: 50px;
    height: initial;
  }

  header .rightDiv .menu>ul>li>a::before {
    display: none;
  }

  header .rightDiv .menu>ul>li:hover,
  header .rightDiv .menu>ul>li:focus,
  header .rightDiv .menu>ul>li.on {
    background: none;
  }

  header .rightDiv .menu>ul>li.on>a {
    color: #204e9e;
  }

  header .rightDiv .menu>ul>li>a:hover span,
  header .rightDiv .menu>ul>li>a.now span {
    display: none;


    /* background: #3fba9e;
    border-bottom: 2px #3fba9e solid; */
  }



  .hideDiv {
    display: none;
  }



  .banner_nei img {
    min-height: 160px;
    object-fit: cover;
  }

  .bannerIndex .wrap {
    line-height: 22px;
    top: 30px;
    width: 95%;
  }

  .bannerIndex .wrap .font18 {
    font-size: 14px;
  }

  .bannerIndex .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .indexDiv1 .content {
    width: 100%;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .indexDiv1 .content .font18 {
    font-size: 14px;
  }

  .indexDiv2 .textDiv {
    margin-bottom: 30px;
  }

  .bggrey {
    padding: 50px 0;
  }

  .indexDiv3 ul {
    margin-left: 0;
  }

  .indexDiv3 ul li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
    padding: 0 10px;
    height: 220px;
    padding-top: 20px;
    line-height: 24px;
  }

  .indexDiv3 ul li:nth-child(odd) {
    margin-left: 0;
  }

  .indexDiv3 ul li img {
    width: 60px;
  }

  .title {
    margin-bottom: 30px;
  }

  .indexDiv4 .textDiv img {
    width: 60px;
  }

  .indexDiv4 .textDiv .wenzi {
    padding: 35px 20px 35px 20px;
    line-height: 24px;
  }

  .indexDiv4 .textDiv {
    margin-bottom: 20px;
  }

  .indexDiv5 .imgDiv,
  .indexDiv5 .textDiv {
    width: 100%;
    margin-bottom: 30px;
  }

  .indexDiv6 ul {
    margin-left: 0;
  }

  .indexDiv6 ul li {
    width: 48%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 4%;
  }

  .indexDiv6 ul li:nth-child(odd) {
    margin-left: 0;
  }

  .indexDiv7 .textDiv .wenzi p span {
    width: 30%;
    margin-left: 3%;
  }

  .indexDiv8 .textDiv {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }

  .indexDiv8 .textDiv ul li {
    width: 50%;
    float: left;
    font-size: 14px;
  }

  .indexDiv9 .content ul li {
    width: 30%;
    margin-left: 3%;
    height: auto;
  }

  .indexDiv10 .content ul.tab {
    width: 100%;
    justify-content: center;
  }

  .indexDiv10 .content ul.tab li.active {
    height: 200px;
  }

  .indexDiv10 #tabCon .textDiv {
    width: 100%;
  }

  .indexDiv10 {
    padding: 50px 0;
  }

  .contactLeft {
    width: 100%;
  }

  .contactLeft ul {
    margin-left: 0;
    margin: 0 auto;
  }

  .contactLeft ul li {
    text-align: left;
    margin-bottom: 30px;
  }

  .contactLeft ul li img {
    float: left;
    margin-left: 20px;
    width: 60px;

  }

  .contactLeft ul li p {
    float: left;
    width: 60%;
    margin-left: 5%;
    margin-top: 0;
  }

  .contactLeft ul li p.font18 {
    font-size: 16px;
  }

  .contactLeft {
    height: auto;
    padding: 50px 0;
  }

  .mapDiv {
    width: 100%;
    height: 300px;
  }

  .navLeft {
    width: 100%;
  }

  .navLeft li {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .navLeft li:nth-child(odd) {
    margin-left: 0;
  }

  .navLeft li a {
    padding: 10px 20px;
  }

  .rtDiv {
    width: 100%;
  }

  .nav_erji ul li {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .nav_erji ul li a {
    padding-bottom: 0;
    min-height: 30px;
    border: 0;
    display: inline;
    padding-bottom: 10px;
  }

  .nav_erji ul li a.now {
    /* border: 0; */
    position: relative
  }

  .hezuoDiv1 .textDiv .fr {
    width: 65%;
  }

  /* .nav_erji ul li a.now::after {} */

  .hezuoDiv1 .textDiv {
    margin-bottom: 20px;
  }

  .hezuoDiv1 .textDiv .font18 {
    font-size: 14px;
  }

  .hezuoDiv1 .textDiv img {
    width: 50px;
  }

  .form_fl {
    width: 100%;
  }

  .nav_bott {
    width: 50%;
    margin-left: 0;
    padding-right: 20px;
    margin-top: 20px;
  }

  .nav_bott.contact {
    width: 100%;
  }

  .ewm {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .banquan {
    margin-top: 30px;
    font-size: 12px;
  }

  footer {
    padding-top: 50px;
  }

  .logo_bott {
    display: none;
  }

  .aboutDiv1 .content,
  .aboutDiv1 .content2 .textDiv {
    width: 100%;
    margin-top: 20px;
  }

  .aboutDiv1 .wenzi1 {
    display: block;
  }

  .aboutDiv1 .wenzi1 div {
    width: 100%;
    margin-bottom: 10px;
  }

  .aboutDiv1 .wenzi1 .fr {
    width: 70%;
  }

  .aboutDiv1 .wenzi1 div img {
    width: 40px;
    height: 40px;
  }

  .aboutDiv1 .wenzi1 div .f9 {
    width: 80%;
  }

  .aboutDiv1 .wenzi1 div .font18 {
    font-size: 16px;
  }

  .content .swiper-container {
    width: 80%;
  }

  .aboutDiv3 .swiper-button-next {
    right: -20px;
    width: 35px;
    height: 35px;
  }

  .aboutDiv3 .swiper-button-prev {
    left: -20px;
    width: 35px;
    height: 35px;
  }

  .aboutDiv2 {
    padding: 50px 0;
  }

  .aboutDiv3 .wenzi {
    width: 100%;
  }

  .aboutDiv1 img.fr {
    width: 48%;
  }

  .aboutDiv1 .content,
  .aboutDiv1 .content2 .textDiv {
    width: 49%;
  }

  .content2 img.fl {
    width: 48%;
  }

  .xiangqingDiv .content p.xq_title {
    font-size: 18px;
    line-height: 36px;
  }

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {

  .wrap,
  .wrap2 {
    width: 94%;
  }

  header .rightDiv .menu>ul>li {
    padding: 0 10px;
  }

  .logo {
    width: 180px;
  }

  .indexDiv1 .content {
    width: 48%;
  }

  .indexDiv1 .imgDiv {
    width: 50%;
  }

  .indexDiv3 ul li,
  .indexDiv6 ul li {
    width: 19%;
    margin-left: 1%;
  }

  .indexDiv5 .imgDiv {
    width: 49%;
  }

  .indexDiv5 .textDiv {
    width: 49%;
  }

  .indexDiv7 .textDiv .wenzi p span {
    margin-left: 3%;
  }

  .indexDiv8 .content img {
    width: 70%;
  }

  .indexDiv8 .textDiv {
    width: 28%;
  }

  .indexDiv10 .content ul.tab {
    width: 40%;
  }

  .indexDiv10 #tabCon {
    width: 55%;
  }

  .navLeft {
    width: 25%;
  }

  .rtDiv {
    width: 72%;
  }

  .aboutDiv1 .wenzi1 div .font18 {
    font-size: 16px;
  }

  .content .swiper-container {
    width: 80%;
  }

  .aboutDiv3 .swiper-button-next {
    right: -20px;
    width: 35px;
    height: 35px;
  }

  .aboutDiv3 .swiper-button-prev {
    left: -20px;
    width: 35px;
    height: 35px;
  }

  .aboutDiv2 {
    padding: 50px 0;
  }

  .aboutDiv3 .wenzi {
    width: 100%;
  }

  .aboutDiv1 img.fr {
    width: 48%;
  }

  .aboutDiv1 .content,
  .aboutDiv1 .content2 .textDiv {
    width: 49%;
  }

  .content2 img.fl {
    width: 48%;
  }

  .aboutDiv2 .textDiv img {
    width: 100%;
  }

  .aboutDiv2 .row {
    margin-top: 60px;
  }

}

@media screen and (min-width:993px)and (max-width:1600px) {
  .wrap {
    width: 100%;
  }

  .logo {
    width: 180px;
  }

  header .rightDiv .menu>ul>li {
    padding: 0 20px;
  }

}

/* 后台添加样式 */
#contactForm {
  position: relative;
}
#contactForm .error {
  position: absolute;
  left: 10px;
  top: 34px;
  font-size: 14px;
  line-height: 20px;
  color: #f00;
}
@media screen and (min-width: 768px) {
  #contactForm #telError { left: 340px; }
  #contactForm #companyError { left: 665px; }
}
@media screen and (max-width: 767px) {
  #contactForm #telError { top: 88px; }
  #contactForm #companyError { top: 142px; }
}
#submitSuccess, #submitRepeat {
  position: fixed;
  min-width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #237E29;
  border: 1px solid #A6DFA6;
  background: #EEF9EE;
  top: calc(45vh - 20px);
  left: calc(50vw - 100px);
  padding: 0 10px;
  display: none;
}
#submitSuccess img, #submitRepeat img {
  width: 40px;
  line-height: 60px;
  margin-right: 10px;
  vertical-align: middle;
}
#submitRepeat {
  min-width: 240px;
  left: calc(50vw - 120px);
  background: #FFFDD7;
  color: red;
  border: 1px solid #FF0000;
}
.product_center2 a.proA {
  background: transparent;
}
.homePages2C ul>div.homePro {
  background: transparent;
  box-shadow: none;
}
.homePages2C ul>div.homePro:hover {
  border: none;
}
.homePages4C div.homeNews {
  border: none;
}
@media screen and (max-width: 1200px) {
  .proA { display: none; }
  .homePages2C ul>div.homePro { display: none;}
  .homePages2C ul>div.homePro.hp1 { display: block;}
  .homePages4C div.homeNews { display: none;}
  .homePages4C div.homeNews.hn1 { display: block;}
}
@media screen and (max-width: 992px) {
  .homePages2C ul>div.homePro.hp1 { display: none;}
  .homePages4C div.homeNews.hn1 { display: none;}
}
.mt80 {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 767px) {
  .mt80 { margin-top: 30px; }
}
.xiaocms-page {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.xiaocms-page a, .xiaocms-page span {
  margin: 0 3px;
  padding: 0 10px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
  color: #333;
  background: #ebebeb;
  display: block;
}
.xiaocms-page a:hover, .xiaocms-page span {
  color: #ffffff;
  background-color: #fba100;
  border-color: #fba100;
}
.show2 { padding: 60px 0 40px; }
.show2 h2 {
  text-align: center;
}
.show2 .time {
  margin: -10px 0 5px;
  text-align: center;
  color: #999;
}
@media screen and (max-width: 767px) {
  .show2 { padding: 30px 0; }
}
.PrevNext {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 40px;
  color: #333333;
}
.PrevNext p.fl {
  float: left;
}
.PrevNext p.fr {
  float: right;
}
.news .PrevNext p {
  display: block;
}
.PrevNext span {
  color: #999999;
}
@media (max-width:992px) {
  .PrevNext p.fl, .PrevNext p.fr {
    float: none;
    text-align: left;
  }
}
.solutionNavcontent a.pressCenter1_1Active, .solutionNavcontent a:hover {
  background: #fba100;
  color: #fff;
}
.solutionNav a {
  text-align: center;
}
.show2 p {
  max-width:100%;
}
.show2 p video {
  max-width:100%;
}
.pressCenter1_1 a {
  white-space: pre-wrap;
  line-height:1.2em;
}
.homePages2C ul a li, .homePages2C ul a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.xf div p span {
  white-space: pre-wrap;
  line-height: 1.2em;
}
/* 2022年3月19日 */
.homePages1_1 li { max-width: 70%; }
@media screen and (max-width: 767px) {
  .homePages1_1 li { max-width: 100%; }
}
.bannerSwiperC2 span {
  display: inline-block;
  width: 85%;
  word-wrap: break-word;
  white-space: pre-wrap;
  vertical-align: middle;
  font-size: .8em;
}
.pressCenter1_1 a, .solutionNavcontent a {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .cpxqCMC {
    max-width: 100%;
    overflow-x: scroll;
  }
  .cpxqCMC img {
    max-width: none;
  }
}
.about2, .about2>img {
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .about2, .about2>img {
    min-height: 600px;
  }
  .bannerSwiperC {
    top: 10%;
  }
  .bannerSwiperC2 span {
    width: 95%;
    line-height: 1.4;
  }
  .pressCenter1_1 {
    margin-top: -60px;
  }
  .solutionNav1, .solutionNavcontent li {
    height: 60px;
  }
}
.bigshow {
  width: 520px;
  height: 520px;
}
@media screen and (min-width: 768px) {
  .footerCM {
    margin-left: 40px;
  }
}