@import url('./swiper-bundle.min.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  transition: 0.5S;
  scroll-behavior: smooth;
}

html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}

html body img {
  display: block;
}

html body i {
  display: inline-block;
}

html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
  outline: none !important;
}

html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
  outline: none !important;
}

html body span {
  display: inline-block;
}

html body a,
html body span,
html body img,
html body li {
  transition: 0.3s;
}

html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 80px);
}

html body li {
  list-style: none;
}

html body .rightMenu {
  z-index: 9999;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}

html body .rightMenu>a,
html body .rightMenu>span {
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  opacity: 0.9;
  cursor: pointer;
  background-color: #dfdfdf;
}

html body .rightMenu>a i,
html body .rightMenu>span i {
  font-size: 21px;
  color: #fff;
}

html body .rightMenu>a:hover,
html body .rightMenu>span:hover {
  background-color: #dba75b;
}

html body .rightMenu>a:hover i,
html body .rightMenu>span:hover i {
  color: #fff;
}

html body .rightMenu>a:nth-of-type(1) i {
  font-size: 23px;
}

html body .rightMenu>span:not(:nth-of-type(1))>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body .rightMenu>span:not(:nth-of-type(1))>a i {
  font-size: 22px;
}

html body .rightMenu>span:nth-of-type(1) {
  cursor: pointer;
  position: relative;
}

html body .rightMenu>span:nth-of-type(1)>img {
  display: none;
  position: absolute;
  right: 100%;
}

html body .rightMenu>span:nth-of-type(1):hover>img {
  display: block;
}

html body .clickM {
  display: none;
  padding: 0px 20px 40px 20px;
  width: 235px;
  position: fixed;
  z-index: 1001;
  right: 0px;
  top: 0px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  text-align: center;
}

html body .clickM::-webkit-scrollbar {
  width: 4px;
}

html body .clickM::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

html body .clickM::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

html body .clickM>p {
  display: block;
  text-align: right;
}

html body .clickM>p i {
  font-size: 20px;
  line-height: 35px;
}

html body .clickM>p i:hover {
  color: #0251a0;
}

html body .clickM>form {
  display: inline-block;
  position: relative;
}

html body .clickM>form input:nth-of-type(1) {
  outline: none;
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 30px;
  border: solid 1px #ccc;
  border-radius: 14px;
  padding: 0px 20px;
}

html body .clickM>form input:nth-of-type(2) {
  padding-left: 1px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}

html body .clickM>form input:nth-of-type(2):hover {
  color: #0251a0;
}

html body .clickM>form input::placeholder,
html body .clickM>form input:-o-placeholder,
html body .clickM>form input:-moz-placeholder,
html body .clickM>form input::-webkit-input-placeholder,
html body .clickM>form input:-ms-input-placeholder {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}

html body .clickM>form i {
  font-size: 1.7rem;
}

html body .clickM>form span {
  color: #1b1b1b;
  line-height: 19px;
}

html body .clickM li {
  position: relative;
}

html body .clickM>.menuOne {
  margin-top: 10px;
  text-align: left;
}

html body .clickM>.menuOne a {
  font-family: PoppinsRegular;
  line-height: 40px;
  display: block;
}

html body .clickM>.menuOne>a {
  border-bottom: 2px dashed #dba75b;
  font-size: 18px;
}

html body .clickM>.menuOne ul {
  display: none;
}

html body .clickM>.menuOne ul .menuTwo>a {
  border-bottom: 1px dashed #dba75b;
  font-size: 16px;
}

html body .clickM>.menuOne ul .menuTwo>ul .menuThree>a {
  font-size: 14px;
  border-bottom: 1px dashed #dba75b;
}

html body .clickM>.menuOne ul .menuTwo>ul .menuThree>span {
  font-size: 12px;
}

html body .clickM>.menuOne ul .menuTwo>span {
  font-size: 14px;
}

html body .clickM>.menuOne span {
  right: 0px;
  position: absolute;
  top: 12px;
  transition: 0.5s;
}

html body #baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}

html body #baguetteBox-overlay.visible {
  opacity: 1;
}

html body #baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

html body #baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

html body #baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

html body #baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

html body #baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

html body #baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}

html body #baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

html body #baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

html body .baguetteBox-button#next-button,
html body .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

html body .baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

html body .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

html body .baguetteBox-button#next-button {
  right: 2%;
}

html body .baguetteBox-button#previous-button {
  left: 2%;
}

html body .baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

html body .baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

html body .spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

html body .double-bounce1,
html body .double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

html body .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

html body header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  max-width: 1920px;
  padding: 16px 0px;
}

html body header:hover {
  background-color: rgba(40, 40, 40, 0.8);
}

html body header:hover .headcontent>ul .sousuo form input:nth-of-type(1){
  color: #fff;
}

html body header .headcontent {
  margin: auto;
  max-width: 1700px;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html body header .headcontent .logoBox {
  display: flex;
  align-items: center;
}

html body header .headcontent .logoBox a {
  width: 151px;
}

html body header .headcontent .logoBox a img {
  width: 100%;
}

html body header .headcontent .menuactive>a {
  color: #dba75b !important;
}

html body header .headcontent .menuactive>a::after {
  width: 100% !important;
}

html body header .headcontent>ul {
  margin-right: -5px;
  display: flex;
}

html body header .headcontent>ul .menuOne {
  margin-right: 67px;
  font-family: Lato-Bold;
  font-size: 22px;
  line-height: 40px;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
}

html body header .headcontent>ul .menuOne>a {
  line-height: 23px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

html body header .headcontent>ul .menuOne>a::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #dba75b;
  width: 0px;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}

html body header .headcontent>ul .menuOne>a:hover {
  color: #dba75b;
}

html body header .headcontent>ul .menuOne>a:hover::after {
  width: 100%;
}

html body header .headcontent>ul .menuOne>ul {
  padding: 20px 0px;
  position: absolute;
  top: 100%;
  width: 300px;
  background-color: #f5f5f5;
  left: 0px;
  display: none;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo {
  position: relative;
  line-height: 30px;
  padding: 5px 16px 5px 16px;
  letter-spacing: 0px;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo a {
  font-size: 20px;
  color: #666;
  position: relative;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo a::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #dba75b;
  width: 0px;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo a:hover {
  color: #dba75b;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo a:hover::after {
  width: 100%;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo>ul {
  padding: 10px 0px;
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 300px;
  background-color: #f5f5f5;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree {
  line-height: 30px;
  padding: 5px 16px 5px 16px;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree>ul {
  padding: 10px 0px;
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 360px;
  background-color: #f5f5f5;
}

html body header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree>ul>.menuFour {
  line-height: 30px;
  padding: 5px 0px 5px 16px;
}

html body header .headcontent>ul .lastOne {
  margin-right: 30px;
}

html body header .headcontent>ul .sousuo,
html body header .headcontent>ul .lang {
  display: flex;
  align-items: center;
  color: #333;
}

html body header .headcontent>ul .sousuo {
  margin-left: 160px;
  margin-right: 0px;
}

html body header .headcontent>ul .sousuo form {
  position: relative;
  overflow: hidden;
  width: 240px;
}

html body header .headcontent>ul .sousuo form input:nth-of-type(1) {
  width: 190px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  color: #2f3135;
  background: none;
  border-radius: 18px;
  border: solid 1px #fff;
}

html body header .headcontent>ul .sousuo form input:nth-of-type(2) {
  line-height: 35px;
  font-size: 26px;
  background: none;
  position: absolute;
  right: 10px;
  color: #fff;
  cursor: pointer;
}

html body header .headcontent>ul .sousuo form input:nth-of-type(2):hover {
  color: #dba75b;
}

html body header .headcontent>ul .zhedie {
  display: none;
}

html body header .headcontent>ul .zhedie i {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

html body .header {
  padding: 16px 0px;
  background-color: rgba(40, 40, 40, 0.8);
}

html body .header .headcontent>ul .sousuo form input:nth-of-type(1){
  color: #fff;
}

html body .indexBody img {
  width: 100%;
}

html body .indexBody .banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}

html body .indexBody .banner .slick-arrow {
  position: absolute;
  z-index: 99;
  display: block !important;
  top: 50%;
  margin-top: -31px;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

html body .indexBody .banner:hover .slick-next,
html body .indexBody .banner:hover .slick-prev {
  opacity: 1;
}

html body .indexBody .banner .slick-next,
html body .indexBody .banner .slick-prev {
  opacity: 0;
}

html body .indexBody .banner .slick-next:hover,
html body .indexBody .banner .slick-prev:hover {
  color: #dba75b;
}

html body .indexBody .banner .slick-prev {
  left: 2%;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

html body .indexBody .banner .slick-next {
  font-size: 36px;
  color: #fff;
  right: 2%;
  cursor: pointer;
}

html body .indexBody .banner .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 15px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: none !important;
}

html body .indexBody .banner .slick-dots li {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html body .indexBody .banner .slick-dots .slick-active {
  width: 40px;
  border-radius: 15px;
  background-color: #f08200;
}

html body .indexBody .banner .slick-dots li.slick-active a {
  width: 100%;
  cursor: pointer;
}

html body .indexBody .banner .slick-dots a {
  display: block;
  width: 7px;
  height: 7px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

html body .indexBody .banner.hide {
  display: none;
}

html body .indexBody .slick-list,
html body .indexBody .slick-slider,
html body .indexBody .slick-track {
  position: relative;
  display: block;
}

html body .indexBody .slick-loading .slick-slide,
html body .indexBody .slick-loading .slick-track {
  visibility: hidden;
}

html body .indexBody .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

html body .indexBody .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

html body .indexBody .slick-list:focus {
  outline: 0;
}

html body .indexBody .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

html body .indexBody .slick-slider .slick-list,
html body .indexBody .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html body .indexBody .slick-track {
  top: 0;
  left: 0;
}

html body .indexBody .slick-track:after,
html body .indexBody .slick-track:before {
  display: table;
  content: '';
}

html body .indexBody .slick-track:after {
  clear: both;
}

html body .indexBody .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

html body .indexBody [dir=rtl] .slick-slide {
  float: right;
}

html body .indexBody .slick-slide img {
  display: block;
}

html body .indexBody .slick-slide.slick-loading img {
  display: none;
}

html body .indexBody .slick-slide.dragging img {
  pointer-events: none;
}

html body .indexBody .slick-initialized .slick-slide {
  display: block;
}

html body .indexBody .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

html body .indexBody .slick-arrow.slick-hidden {
  display: none;
}

html body .indexBody .slick-dots .slide-count {
  display: none;
}

html body .indexBody .slick-slide {
  position: relative;
}

html body .indexBody .indexBodyOne .textBox {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%);
}

html body .indexBody .indexBodyOne .textBox .bannertext {
  font-weight: bold;
  font-size: 54px;
  line-height: 80px;
  color: #ffffff;
  text-shadow: 0px 1px 40px rgba(73, 40, 0, 0.7);
}

html body .indexBody .indexBodyOne .textBox .bannertext a {
  color: #fff;
}

html body .indexBody .indexBodyOne .textBox .bannertext a:hover {
  color: #dba75b;
}

html body .indexBody .indexBodyOne .textBox .buttonBox {
  margin-top: 51px;
  width: 195px;
  line-height: 54px;
  display: inline-block;
  font-family: Lato-Regular;
  font-size: 20px;
  color: #ffffff;
  box-shadow: 0px 1px 95px 0px rgba(44, 28, 10, 0.23);
  border-radius: 8px;
  overflow: hidden;
  border: none;
}

html body .indexBody .indexBodyOne .textBox .buttonBox a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

html body .indexBody .indexBodyOne .textBox .buttonBox a span {
  transition: 0.5s;
  width: 74.5%;
  background-color: #dba75b;
  color: #fff;
}

html body .indexBody .indexBodyOne .textBox .buttonBox a i {
  transition: 0.5s;
  background-color: #fff;
  width: 25.5%;
  font-size: 30px;
  line-height: 54px;
  color: #dba75b;
}

html body .indexBody .indexBodyOne .textBox .buttonBox:hover a span {
  background-color: #fff;
  color: #dba75b;
}

html body .indexBody .indexBodyOne .textBox .buttonBox:hover a i {
  background-color: #dba75b;
  color: #fff;
}

html body .indexBody .indexBodyTwo {
  display: flex;
  margin-top: 110px;
}

html body .indexBody .indexBodyTwo figure {
  position: relative;
  padding: 40px 0px 35px 0px;
  width: 23.5%;
  background-color: #f9f9f9;
  text-align: center;
  margin-left: 2%;
}

html body .indexBody .indexBodyTwo figure .topText {
  font-family: Lato-Bold;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
}

html body .indexBody .indexBodyTwo figure a {
  margin-top: 23px;
  width: 75%;
  font-family: Lato-Regular;
  font-size: 19px;
  line-height: 25px;
  color: #666666;
}

html body .indexBody .indexBodyTwo figure a:hover {
  color: #dba75b;
}

html body .indexBody .indexBodyTwo figure::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  background-color: #dba75b;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}

html body .indexBody .indexBodyTwo figure:hover {
  background-color: #ffffff;
  box-shadow: 0px 9px 16px 0px rgba(83, 83, 83, 0.1);
}

html body .indexBody .indexBodyTwo figure:hover::after {
  width: 100%;
}

html body .indexBody .indexBodyTwo figure:hover .topText {
  color: #dba75b;
}

html body .indexBody .indexBodyTwo figure:nth-of-type(1) {
  margin-left: 0px;
}

html body .indexBody .bigFont {
  text-align: center;
  font-family: Lato-Bold;
  font-size: 58px;
  line-height: 60px;
  color: #333333;
}

html body .indexBody .bigFont a {
  color: #333;
}

html body .indexBody .bigFont a:hover {
  color: #dba75b;
}

html body .indexBody .xiahua {
  width: 66px;
  height: 6px;
  background-color: #dba75b;
  margin: auto;
  margin-top: 31px;
}

html body .indexBody .buttonBox {
  font-family: Lato-Bold;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid #dba75b;
  background-color: #dba75b;
  border-radius: 25px;
  text-align: center;
}

html body .indexBody .buttonBox a {
  display: block;
  color: #fff;
}

html body .indexBody .buttonBox:hover {
  background-color: #fff;
}

html body .indexBody .buttonBox:hover a {
  color: #dba75b;
}

html body .indexBody .indexBodyThree {
  margin-top: 101px;
}

html body .indexBody .indexBodyThree h2 {
  font-weight: normal;
}

html body .indexBody .indexBodyThree .bottomBox {
  position: relative;
  margin-top: 29px;
}

html body .indexBody .indexBodyThree .bottomBox .swiper {
  width: 100%;
  height: 100%;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide {
  height: auto;
  font-size: 18px;
  border-radius: 4px;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide a {
  width: 100%;
  overflow: hidden;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox {
  width: 100%;
  position: absolute;
  font-family: Lato-Regular;
  font-size: 30px;
  line-height: 83px;
  color: #ffffff;
  bottom: 0px;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a {
  padding: 0px 25px;
  display: block;
  color: #fff;
  background-color: #1e160a;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a i {
  float: right;
  font-size: 45px;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a:hover {
  background-color: #dba75b;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev:after {
  display: none;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-next:after {
  display: none;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-next,
html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev {
  width: 76px;
  height: 76px;
  border: 1px solid #3a270b;
  top: calc(50% + 29px);
  transform: translateY(-50%);
  border-radius: 50%;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-next i,
html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev i {
  font-size: 35px;
  color: #666;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-next:hover,
html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev:hover {
  border: 1px solid #dba75b;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-next:hover i,
html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev:hover i {
  color: #dba75b;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev {
  left: -11.2%;
}

html body .indexBody .indexBodyThree .bottomBox .swiper-button-next {
  right: -11.2%;
}

html body .indexBody .indexBodyThree .buttonBox {
  width: 257px;
  margin: 52px auto 0px auto;
  line-height: 54px;
}

html body .indexBody .indexBodyFour {
  background-color: #f0f0f0;
  margin-top: 83px;
  padding-top: 125px;
  padding-bottom: 81px;
}

html body .indexBody .indexBodyFour .content {
  display: flex;
  justify-content: space-between;
}

html body .indexBody .indexBodyFour .leftBox {
  width: 53.14%;
  position: relative;
}

html body .indexBody .indexBodyFour .leftBox::before {
  position: absolute;
  width: 100%;
  height: 98.8%;
  left: 0px;
  top: 0px;
  content: '';
  border: 1px solid #dba75b;
}

html body .indexBody .indexBodyFour .leftBox a {
  width: 100%;
  display: block;
  overflow: hidden;
  transform: translate(4%, -7.4%);
}

html body .indexBody .indexBodyFour .leftBox a:hover img {
  transform: scale(1.1, 1.1);
}

html body .indexBody .indexBodyFour .rightBox {
  width: 38.7%;
}

html body .indexBody .indexBodyFour .rightBox .bigFont {
  text-align: left;
  margin-top: 5px;
}

html body .indexBody .indexBodyFour .rightBox .xiahua {
  margin: 46px 0px 45px 0px;
}

html body .indexBody .indexBodyFour .rightBox .textBox {
  width: 92%;
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #5f5f5f;
}

html body .indexBody .indexBodyFour .rightBox .textBox a {
  color: #5f5f5f;
}

html body .indexBody .indexBodyFour .rightBox .textBox a:hover {
  color: #dba75b;
}

html body .indexBody .indexBodyFive {
  margin-top: 108px;
  padding-bottom: 198px;
}

html body .indexBody .indexBodyFive .smallFont {
  margin-top: 11px;
  text-align: center;
  font-family: Lato-Light;
  font-size: 18px;
  line-height: 40px;
  color: #6d6d6d;
}

html body .indexBody .indexBodyFive .smallFont a {
  color: #6d6d6d;
}

html body .indexBody .indexBodyFive .smallFont a:hover {
  color: #dba75b;
}
html body .indexBody .indexBodySix .content .smallBox{
    display: none;
}

html body .indexBody .indexBodyFive .figureBox {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}

html body .indexBody .indexBodyFive .figureBox figure {
  margin-top: 40px;
  width: 32.3%;
  margin-left: 1.55%;
  background-color: #fafafa;
  border-radius: 25px;
  padding: 60px 3.2% 63px 3.2%;
}

html body .indexBody .indexBodyFive .figureBox figure .top {
  display: flex;
  justify-content: space-between;
  font-size: 35px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
}

html body .indexBody .indexBodyFive .figureBox figure .top .imgBox {
  width: 60px;
}

html body .indexBody .indexBodyFive .figureBox figure .top span {
  padding-top: 10px;
  color: #e0e0e0;
}

html body .indexBody .indexBodyFive .figureBox figure .bottom {
  font-family: Lato-Bold;
  font-size: 28px;
  line-height: 36px;
  margin-top: 66px;
  color: #181818;
}

html body .indexBody .indexBodyFive .figureBox figure .bottom a {
  color: #181818;
}

html body .indexBody .indexBodyFive .figureBox figure .bottom a:hover {
  color: #dba75b;
}

html body .indexBody .indexBodyFive .figureBox figure:not(.lastOne):hover {
  background-color: #ffffff;
  box-shadow: 0px 9px 16px 0px rgba(83, 83, 83, 0.1);
}

html body .indexBody .indexBodyFive .figureBox figure:nth-of-type(3n+1) {
  margin-left: 0px;
}

html body .indexBody .indexBodyFive .figureBox .lastOne {
  font-family: Lato-Regular;
  font-size: 20px;
  line-height: 32px;
  color: #dba75b;
  text-align: center;
  padding: 60px 3.2% 56px 3.2%;
  background-color: #fffaf2;
}

html body .indexBody .indexBodyFive .figureBox .lastOne>a {
  width: 85%;
  color: #dba75b;
}

html body .indexBody .indexBodyFive .figureBox .lastOne>a:hover {
  color: #333;
}

html body .indexBody .indexBodyFive .figureBox .lastOne .buttonBox {
  font-size: 18px;
  width: 200px;
  line-height: 36px;
  margin: 36px auto 0px auto;
}

html body .indexBody .indexBodySix {
  background-color: #f3f3f3;
  position: relative;
  padding: 176px 0px 193px 0px;
}

html body .indexBody .indexBodySix .rightBox {
  position: absolute;
  width: 53.65%;
  right: 4%;
  top: 26%;
}

html body .indexBody .indexBodySix .content .leftBox {
  width: 46%;
}

html body .indexBody .indexBodySix .content .leftBox .bigFont {
  text-align: left;
}

html body .indexBody .indexBodySix .content .leftBox .xiahua {
  margin: 39px 0px 46px 0px;
}

html body .indexBody .indexBodySix .content .leftBox .textBox {
  font-family: Lato-Light;
  font-size: 20px;
  line-height: 40px;
  color: #6d6d6d;
}

html body .indexBody .indexBodySix .content .leftBox .textBox a {
  color: #6d6d6d;
}

html body .indexBody .indexBodySix .content .leftBox .textBox a:hover {
  color: #dba75b;
}

html body .indexBody .indexBodySeven {
  padding: 112px 0px 117px 0px;
}

html body .indexBody .indexBodySeven .figureBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
}

html body .indexBody .indexBodySeven .figureBox figure {
  width: 29.7%;
  margin-left: 5.45%;
  border: 3px solid transparent;
  display:flex;
  flex-direction:column;
}

html body .indexBody .indexBodySeven .figureBox figure a {
  display: block;
  width: 100%;
  overflow: hidden;
}

html body .indexBody .indexBodySeven .figureBox figure a img:hover {
  transform: scale(1.1, 1.1);
}

html body .indexBody .indexBodySeven .figureBox figure .textBox {
  padding: 40px 7% 85px 6%;
  border: 2px solid #edeae4;
  border-top: none;
  flex:1;
}

html body .indexBody .indexBodySeven .figureBox figure .textBox .one {
  font-family: Lato-Bold;
  font-size: 28px;
  line-height: 40px;
  color: #282828;
}

html body .indexBody .indexBodySeven .figureBox figure .textBox .one a {
  color: #282828;
}

html body .indexBody .indexBodySeven .figureBox figure .textBox .one a:hover {
  color: #dba75b;
}

html body .indexBody .indexBodySeven .figureBox figure .textBox .two {
  margin-top: 13px;
  font-family: Lato-Light;
  font-size: 20px;
  line-height: 32px;
  color: #676767;
}

html body .indexBody .indexBodySeven .figureBox figure .textBox .two a {
  color: #676767;
}

html body .indexBody .indexBodySeven .figureBox figure .textBox .two a:hover {
  color: #dba75b;
}

html body .indexBody .indexBodySeven .figureBox figure:hover {
  border: 3px solid #dba75b;
}

html body .indexBody .indexBodySeven .figureBox figure:hover .textBox {
  border: 2px solid transparent;
  border-top: none;
}

html body .indexBody .indexBodySeven .figureBox figure:hover .textBox .one a {
  color: #dba75b;
}

html body .indexBody .indexBodySeven .figureBox figure:nth-of-type(1) {
  margin-left: 0px;
}

html body .indexBody .indexBodyEight {
  background-color: rgba(240, 240, 240, 0.8);
  padding: 102px 0px 120px 0px;
}

html body .indexBody .indexBodyEight .content .imgBox {
  margin-top: 70px;
  position: relative;
}

html body .indexBody .indexBodyEight .content .imgBox img {
  width: 100%;
}

html body .indexBody .indexBodyEight .content .imgBox .bofang {
  width: 122px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

html body .indexBody .indexBodyNine {
  padding: 99px 0px 0px 0px;
}

html body .indexBody .indexBodyNine .xiahua {
  margin-top: 31px;
}

html body .indexBody .indexBodyNine .figureBox {
  margin-top: 70px;
}

html body .indexBody .indexBodyNine .figureBox figure {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 3px solid #b9b9b9;
  padding: 18px 17px 18px 0px;
  transition: .3s;
}

html body .indexBody .indexBodyNine .figureBox figure>a {
  width: 297px;
  overflow: hidden;
}

html body .indexBody .indexBodyNine .figureBox figure>a img {
  width: 100%;
}

html body .indexBody .indexBodyNine .figureBox figure>a img:hover {
  transform: scale(1.1, 1.1);
}

html body .indexBody .indexBodyNine .figureBox figure .textBox {
  margin-left: 31px;
}

html body .indexBody .indexBodyNine .figureBox figure .textBox .topText {
  font-family: Lato-Bold;
  font-size: 24px;
  line-height: 40px;
}

html body .indexBody .indexBodyNine .figureBox figure .textBox .topText a {
  color: #535353;
}

html body .indexBody .indexBodyNine .figureBox figure .textBox .shijian {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #8e8e8e;
  margin: 5px 0px;
}

html body .indexBody .indexBodyNine .figureBox figure .textBox>a {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #4e4e4e;
}

html body .indexBody .indexBodyNine .figureBox figure .textBox a:hover {
  color: #fff;
}

html body .indexBody .indexBodyNine .figureBox figure:hover {
  padding: 18px 17px 18px 17px;
  background-color: #f7dfbb;
  border-top: 3px solid transparent;
}

html body .indexBody .indexBodyNine .figureBox figure:hover .textBox .topText a {
  color: #120b01;
}

html body .indexBody .indexBodyNine .figureBox figure:hover .textBox>a {
  color: #907348;
}

html body .indexBody .indexBodyNine .figureBox figure:nth-of-type(1) {
  border: none;
}

html body .indexBody .indexBodyTen {
  padding: 94px 0px 82px 0px;
}

html body .indexBody .indexBodyTen .imgsBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
}

html body .indexBody .indexBodyTen .imgsBox a {
  margin-left: 1.8%;
}

html body .indexBody .indexBodyTen .imgsBox .i1 {
  width: 18%;
}

html body .indexBody .indexBodyTen .imgsBox .i2 {
  width: 9%;
}

html body .indexBody .indexBodyTen .imgsBox .i3 {
  width: 17%;
}

html body .indexBody .indexBodyTen .imgsBox .i4 {
  width: 12%;
}

html body .indexBody .indexBodyTen .imgsBox .i5 {
  width: 12%;
}

html body .indexBody .indexBodyTen .imgsBox .i6 {
  width: 21%;
}

html body .indexBody .indexBodyTen .imgsBox a:nth-of-type(1) {
  margin-left: 0px;
}

html body .indexBody .indexEleven {
  background-color: #f0f0f0;
  padding: 82px 0px 109px 0px;
}

html body .indexBody .indexEleven .content .xiahua {
  height: 2px;
  margin-top: 17px;
}

html body .indexBody .indexEleven .content .smallFont {
  text-align: center;
  font-family: Lato-Light;
  font-size: 22px;
  line-height: 48px;
  margin-top: 4px;
  color: #666666;
}

html body .indexBody .indexEleven .content .smallFont a {
  color: #666666;
}

html body .indexBody .indexEleven .content .smallFont a:hover {
  color: #dba75b;
}

html body .indexBody .indexEleven .content form {
  margin: 20px auto 0px auto;
  font-size: 0px;
  width: 87.8%;
}

html body .indexBody .indexEleven .content form p {
  margin-top: 25px;
  position: relative;
}

html body .indexBody .indexEleven .content form p i {
  position: absolute;
  font-size: 35px;
  font-weight: bold;
  color: #dba75b;
  top: 20px;
  left: 21px;
}

html body .indexBody .indexEleven .content form textarea {
  width: 100%;
  resize: none;
  height: 185px;
  outline: none;
  border: none;
}

html body .indexBody .indexEleven .content form input,
html body .indexBody .indexEleven .content form textarea {
  border: solid 1px rgba(168, 168, 168, 0.5);
  background-color: transparent;
  font-family: Lato-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 78px;
  letter-spacing: 0px;
  color: #333;
  text-indent: 82px;
  width: 100%;
}

html body .indexBody .indexEleven .content form input {
  height: 80px;
}

html body .indexBody .indexEleven .content form .leftTop {
  display: inline-block;
  width: 48.9%;
}

html body .indexBody .indexEleven .content form .leftTop:nth-of-type(2n) {
  margin-left: 2.2%;
}

html body .indexBody .indexEleven .content form .afterBox {
  position: relative;
}

html body .indexBody .indexEleven .content form .afterBox::before {
  left: 70px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #e72100;
  top: 35px;
}

html body .indexBody .indexEleven .content form input::placeholder,
html body .indexBody .indexEleven .content form input::-webkit-input-placeholder,
html body .indexBody .indexEleven .content form textarea::placeholder {
  font-family: Lato-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 78px;
  letter-spacing: 0px;
  color: #666666;
}

html body .indexBody .indexEleven .content form .buttBox {
  margin-left: 2.2%;
  width: 48.9%;
}

html body .indexBody .indexEleven .content form .buttBox input {
  border: none;
  width: 100%;
  height: 92px;
  background-color: #dba75b;
  font-family: Lato-Bold;
  font-size: 30px;
  line-height: 80px;
  color: #ffffff;
  text-indent: 0px;
  cursor: pointer;
}

html body .indexBody .indexEleven .content form .buttBox input:hover {
  color: #333 !important;
}

html body .indexBody .indexEleven .content form .yanzhengma,
html body .indexBody .indexEleven .content form .buttBox {
  position: relative;
  width: 48.9%;
  display: inline-block;
  vertical-align: bottom;
}

html body .indexBody .indexEleven .content form .yanzhengma input,
html body .indexBody .indexEleven .content form .buttBox input {
  width: 100%;
  height: 92px;
  vertical-align: middle;
  /* text-indent: 35px; */
}

html body .indexBody .indexEleven .content form .yanzhengma::before,
html body .indexBody .indexEleven .content form .buttBox::before {
  left: 20px !important;
  top: 41px !important;
}

html body .indexBody .indexEleven .content form .yanzhengma span,
html body .indexBody .indexEleven .content form .buttBox span {
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: #f3fbfe;
  height: 90px;
  float: right;
  cursor: pointer;
}

html body .indexBody .indexEleven .content form .yanzhengma span img,
html body .indexBody .indexEleven .content form .buttBox span img {
  height: 100%;
  width: auto;
}

html body .bannerBox img {
  width: 100%;
}

html body .oneOneBody .bigFont {
  font-family: Lato-Bold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}

html body .oneOneBody .middleText {
  font-family: Lato-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #d49538;
}

html body .oneOneBody .textBox {
  font-family: Lato-Regular;
  font-size: 20px;
  line-height: 36px;
  color: #666666;
}

html body .oneOneBody .xiahua {
  width: 66px;
  height: 6px;
  background-color: #dba75b;
  margin-top: 34px;
}

html body .oneOneBody .containerOne {
  display: flex;
  justify-content: space-between;
  padding-top: 72px;
}

html body .oneOneBody .containerOne .leftBox {
  width: 40%;
}

html body .oneOneBody .containerOne .leftBox .middleText {
  margin-top: 52px;
}

html body .oneOneBody .containerOne .leftBox .bigFont {
  margin: 24px 0px 30px 0px;
}

html body .oneOneBody .containerOne .rightBox {
  width: 53.14%;
  position: relative;
}

html body .oneOneBody .containerOne .rightBox::before {
  position: absolute;
  width: 99.2%;
  height: 98.7%;
  right: 0px;
  top: 0px;
  content: '';
  border: 1px solid #dba75b;
}

html body .oneOneBody .containerOne .rightBox img {
  width: 100%;
  transform: translate(-4%, -7.4%);
}

html body .oneOneBody .containerTwo {
  padding-top: 68px;
}

html body .oneOneBody .containerTwo .figureBox {
  display: flex;
  margin-top: 60px;
}

html body .oneOneBody .containerTwo .figureBox figure {
  position: relative;
  padding: 40px 0px 35px 0px;
  width: 23.5%;
  background-color: #f9f9f9;
  text-align: center;
  margin-left: 2%;
}

html body .oneOneBody .containerTwo .figureBox figure .topText {
  font-family: Lato-Bold;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
}
html body .oneOneBody .containerTwo .figureBox figure .topText sup{
  font-size: 20px;
}
html body .oneOneBody .containerTwo .figureBox figure p {
  margin: 23px auto 0px auto;
  width: 75%;
  font-family: Lato-Regular;
  font-size: 19px;
  line-height: 25px;
  color: #666666;
}

html body .oneOneBody .containerTwo .figureBox figure::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  background-color: #dba75b;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}

html body .oneOneBody .containerTwo .figureBox figure:hover {
  background-color: #ffffff;
  box-shadow: 0px 9px 16px 0px rgba(83, 83, 83, 0.1);
}

html body .oneOneBody .containerTwo .figureBox figure:hover::after {
  width: 100%;
}

html body .oneOneBody .containerTwo .figureBox figure:hover .topText {
  color: #dba75b;
}

html body .oneOneBody .containerTwo .figureBox figure:nth-of-type(1) {
  margin-left: 0px;
}

html body .oneOneBody .containerThree figure {
  padding: 98px 0px 102px 0px;
}

html body .oneOneBody .containerThree figure .content {
  display: flex;
  justify-content: space-between;
}

html body .oneOneBody .containerThree figure .content .leftBox {
  width: 35.79%;
  display: flex;
  align-items: center;
}

html body .oneOneBody .containerThree figure .content .leftBox img {
  width: 100%;
}

html body .oneOneBody .containerThree figure .content .rightBox {
  width: 60%;
}

html body .oneOneBody .containerThree figure .content .rightBox .middleText {
  margin-top: 0px;
}

html body .oneOneBody .containerThree figure .content .rightBox .bigFont {
  margin: 23px 0px 0px 0px;
}

html body .oneOneBody .containerThree figure .content .rightBox .textBox {
  margin-top: 39px;
}

html body .oneOneBody .containerThree figure:nth-of-type(2n) {
  padding: 76px 0px 56px 0px;
  background-color: #f5f5f5;
}

html body .oneOneBody .containerThree figure:nth-of-type(2n) .content {
  flex-direction: row-reverse;
}

html body .oneOneBody .containerFour {
  padding-top: 88px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

html body .oneOneBody .containerFour .leftBox {
  width: 45.78%;
}

html body .oneOneBody .containerFour .leftBox img {
  width: 100%;
}

html body .oneOneBody .containerFour .rightBox {
  width: 48%;
}

html body .oneOneBody .containerFour .rightBox .bigFont {
  margin-top: 19px;
}

html body .oneOneBody .containerFour .rightBox .textBox {
  font-size: 20px;
  color: #5f5f5f;
  margin-top: 20px;
}

html body .oneOneBody .containerFive {
  overflow: hidden;
  padding-top: 85px;
}

html body .oneOneBody .containerFive .bigFont {
  text-align: center;
}

html body .oneOneBody .containerFive .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 116px;
}

html body .oneOneBody .containerFive .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform-origin: bottom;
}

html body .oneOneBody .containerFive .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

html body .oneOneBody .containerFive .swiper-slide-active,
html body .oneOneBody .containerFive .swiper-slide-duplicate-active {
  transform: scale(1.16);
  z-index: 9999;
}

html body .oneOneBody .containerFive .swiper-slide-active img,
html body .oneOneBody .containerFive .swiper-slide-duplicate-active img {
  opacity: 1;
}

html body .oneOneBody .containerFive .swiper-button-next,
html body .oneOneBody .containerFive .swiper-button-prev {
  width: 30px;
  height: 30px;
  top: 45%;
  border: 1px solid #fff;
  border-radius: 50%;
}

html body .oneOneBody .containerFive .swiper-button-next::after,
html body .oneOneBody .containerFive .swiper-button-prev::after {
  display: none;
}

html body .oneOneBody .containerFive .swiper-button-next i,
html body .oneOneBody .containerFive .swiper-button-prev i {
  color: #fff;
  line-height: 32px;
}

html body .oneOneBody .containerFive .swiper-button-next:hover,
html body .oneOneBody .containerFive .swiper-button-prev:hover {
  background-color: #d49538;
  border: 1px solid #dba75b;
}

html body .oneOneBody .containerFive .swiper-button-next {
  right: 29.5%;
}

html body .oneOneBody .containerFive .swiper-button-prev {
  left: 29.5%;
}

html body .oneOneBody .containerSix {
  padding-top: 79px;
}

html body .oneOneBody .containerSix .bigFont {
  text-align: center;
}
html body .oneOneBody .containerSix .imgsBox img{
	width: 100%;
}

html body .oneOneBody .containerSix .imgsBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
}

html body .oneOneBody .containerSix .imgsBox a {
  margin-left: 1.8%;
}

html body .oneOneBody .containerSix .imgsBox .i1 {
  width: 18%;
}

html body .oneOneBody .containerSix .imgsBox .i2 {
  width: 9%;
}

html body .oneOneBody .containerSix .imgsBox .i3 {
  width: 17%;
}

html body .oneOneBody .containerSix .imgsBox .i4 {
  width: 12%;
}

html body .oneOneBody .containerSix .imgsBox .i5 {
  width: 12%;
}

html body .oneOneBody .containerSix .imgsBox .i6 {
  width: 21%;
}

html body .oneOneBody .containerSix .imgsBox a:nth-of-type(1) {
  margin-left: 0px;
}

html body .twoOneBody .containerOne {
  padding-top: 3px;
}

html body .twoOneBody .containerOne .topBox {
  font-family: Lato-Bold;
  font-size: 48px;
  color: #dba75b;
}

html body .twoOneBody .containerOne .topBox img {
  width: 44px;
  display: inline-block;
  vertical-align: middle;
}

html body .twoOneBody .containerOne .topBox h1 {
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
}

html body .twoOneBody .containerOne .topBox p {
  font-family: Lato-Regular;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-top: 25px;
}

html body .twoOneBody .containerOne .rightBox {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

html body .twoOneBody .containerOne .rightBox .textBox {
  padding-right: 4%;
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  padding-top: 7px;
}

html body .twoOneBody .containerOne .rightBox .textBox p {
  margin-top: 30px;
}

html body .twoOneBody .containerOne .rightBox .inbox {
  font-family: Lato-Regular;
}

html body .twoOneBody .containerOne .rightBox .inbox p {
  padding-left: 8.6%;
  font-size: 18px;
  color: #666666;
  line-height: 98px;
  background-color: #f5f5f5;
  margin-top: 30px;
}

html body .twoOneBody .containerOne .rightBox .inbox em {
  font-size: 24px;
  color: #333333;
  font-style: normal;
}

html body .twoOneBody .containerOne .zong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4px;
}

html body .twoOneBody .containerOne .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

html body .twoOneBody .containerOne .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 49px;
}

html body .twoOneBody .containerOne .zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

html body .twoOneBody .containerOne .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5; */
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

html body .twoOneBody .containerOne .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

html body .twoOneBody .containerOne .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}

html body .twoOneBody .containerOne .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

html body .twoOneBody .containerOne .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

html body .twoOneBody .containerOne .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

html body .twoOneBody .containerOne .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

html body .twoOneBody .containerOne .prob-pic {
  width: 48.5%;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-big-img img {
  transition: 0s;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

html body .twoOneBody .containerOne .prob-pic .zoomWrapperImage img {
  max-width: 1920px;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-big-img:hover img {
  transform: scale(1);
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-small {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 99;
  border: 1px solid #dba75b;
  border-radius: 50%;
  cursor: pointer;
  background-color: #dba75b;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-btn.prev {
  left: 5px;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-btn.next {
  right: 5px;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-btn:hover {
  background-color: #fff;
  border: 1px solid #eee;
  color: #eee;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-list {
  margin: 0px;
  overflow: hidden;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-list ul {
  width: 1000%;
  overflow: hidden;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-list ul li {
  padding: 6px 0px;
  position: relative;
  float: left;
  margin-right: 0.57%;
  width: 2.95%;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-item .item-pic {
  display: block;
  overflow: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

html body .twoOneBody .containerOne .prob-pic .prob-pic-item .item-pic img {
  display: block;
  width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}

html body .twoOneBody .containerTwo {
  display: flex;
  justify-content: space-between;
  padding-top: 99px;
}

html body .twoOneBody .containerTwo .leftBox {
  width: 48.5%;
}

html body .twoOneBody .containerTwo .leftBox img {
  width: 100%;
}

html body .twoOneBody .containerTwo .rightBox {
  width: 48.5%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0px;
  align-content: space-between;
}

html body .twoOneBody .containerTwo .rightBox img {
  width: 46.6%;
  margin-left: 6.8%;
}

html body .twoOneBody .containerTwo .rightBox img:nth-of-type(2n+1) {
  margin-left: 0px;
}

html body .twoOneBody .containerThree {
  background: url('../img/2-1imgSeven.jpg') no-repeat left center;
  background-size: 100% 100%;
  padding: 80px 0px 80px 0px;
  margin-top: 106px;
}

html body .twoOneBody .containerThree .content {
  display: flex;
}

html body .twoOneBody .containerThree .content .leftBox {
  padding-right: 12%;
  width: 47%;
  padding-top: 147px;
}

html body .twoOneBody .containerThree .content .leftBox .topText {
  font-family: Lato-Bold;
  font-size: 56px;
  line-height: 61px;
  color: #ffffff;
}

html body .twoOneBody .containerThree .content .leftBox .textBox {
  padding-top: 15px;
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

html body .twoOneBody .containerThree .content .leftBox .textBox p {
  margin-top: 30px;
}

html body .twoOneBody .containerThree .content .rightBox {
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0px 149px 0px;
}

html body .twoOneBody .containerThree .content .rightBox::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 133%;
  height: 100%;
  left: -14.2%;
  top: 0%;
}

html body .twoOneBody .containerThree .content .rightBox figure {
  position: relative;
  z-index: 10;
  width: 43%;
  text-align: center;
  margin-left: 14%;
  margin-top: 100px;
}

html body .twoOneBody .containerThree .content .rightBox figure:hover .black {
  display: inline-block;
}

html body .twoOneBody .containerThree .content .rightBox figure:hover .yellow {
  display: none;
}

html body .twoOneBody .containerThree .content .rightBox figure a:hover {
  color: #dba75b !important;
}

html body .twoOneBody .containerThree .content .rightBox figure>a {
  width: 54px;
}

html body .twoOneBody .containerThree .content .rightBox figure>a img {
  width: 100%;
}

html body .twoOneBody .containerThree .content .rightBox figure .black {
  display: none;
}

html body .twoOneBody .containerThree .content .rightBox figure .text {
  font-family: Lato-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}

html body .twoOneBody .containerThree .content .rightBox figure .text a {
  color: #666;
}

html body .twoOneBody .containerThree .content .rightBox figure .boldBox {
  font-family: Lato-Bold;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin: 20px 0px 13px 0px;
}

html body .twoOneBody .containerThree .content .rightBox figure:nth-of-type(2n+1) {
  margin-left: 0%;
}

html body .twoOneBody .containerThree .content .rightBox .buttonBox {
  position: relative;
  font-family: Arial;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body .twoOneBody .containerThree .content .rightBox .buttonBox a {
  background-color: #dba75b;
  width: 200px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
}

html body .twoOneBody .containerThree .content .rightBox .buttonBox a:hover {
  background-color: #fff;
  border: 1px solid #dba75b;
}

html body .threeOneBody img {
  width: 100%;
}

html body .threeOneBody .containerOne {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 12px;
}

html body .threeOneBody .containerOne .leftBox {
  width: 54.29%;
}

html body .threeOneBody .containerOne .rightBox {
  width: 38%;
  padding-top: 37px;
}

html body .threeOneBody .containerOne .rightBox .smallFont {
  font-family: Lato-Bold;
  font-size: 24px;
  line-height: 48px;
  color: #d49538;
}

html body .threeOneBody .containerOne .rightBox .bigFont {
  font-family: Lato-Bold;
  font-size: 42px;
  line-height: 60px;
  color: #333333;
}

html body .threeOneBody .containerOne .rightBox .textBox {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-top: 7px;
}

html body .threeOneBody .containerOne .rightBox .buttonBox {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 27px;
}

html body .threeOneBody .containerOne .rightBox .buttonBox a {
  width: 200px;
  color: #ffffff;
  background-color: #dba75b;
  border-radius: 19px;
  border: 1px solid transparent;
  text-align: center;
}

html body .threeOneBody .containerOne .rightBox .buttonBox a:hover {
  color: #dba75b;
  background-color: #fff;
  border: 1px solid #dba75b;
}

html body .threeOneBody .containerTwo {
	margin-top: 68px;
	margin-bottom: 61px;
  position: relative;
}

html body .threeOneBody .containerTwo>div{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 120px;
}
html body .threeOneBody .containerTwo .tb_1{
	left: 9%;
	bottom: 33%;
}
html body .threeOneBody .containerTwo .tb_2{
	left: 21%;
	top: 20%;
}
html body .threeOneBody .containerTwo .tb_3{
	left: 50%;
	top: 6%;
	transform: translateX(-50%);
}
html body .threeOneBody .containerTwo .tb_4{
	right: 23%;
	top: 21%;
}
html body .threeOneBody .containerTwo .tb_5{
	bottom: 30%;
	right: 6%;
}
html body .threeOneBody .containerTwo .textBox{
	max-width: initial;
	width: 50%;
	left: 50%;
	bottom: 23%;
	transform: translate(-50%);
	
}
html body .threeOneBody .containerTwo .textBox .top{
	font-family: Lato-Bold;
		font-size: 36px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 40px;
		letter-spacing: 0px;
		color: #181818;
}
html body .threeOneBody .containerTwo .textBox .bottom{
	font-family: Lato-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #6d6d6d;
	text-align: center;
	margin-top: 27px;
}
html body .threeOneBody .containerTwo>div .logo_box{
	width: 60px;
	
}
html body .threeOneBody .containerTwo>div .logo_box img{
	filter: grayscale(1) brightness(0);
}
html body .threeOneBody .containerTwo>div .logo_box img:hover{
	filter: none;
}
html body .threeOneBody .containerTwo>div .logo_js{
	font-family: Lato-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #181818;
	margin-top: 13px;
	text-align: center;
}
html body .threeOneBody .containerTwo>div .logo_js:hover{
	color: #dba75b;
}

html body .threeOneBody .containerTwo img {
  width: 100%;
  margin: auto;
}

html body .threeOneBody .containerTwo p {
  margin-top: 29px;
  font-family: Lato-Bold;
  font-size: 42px;
  line-height: 60px;
  color: #d49538;
}

html body .threeOneBody .containerThree {
  background-color: #f5f5f5;
}

html body .threeOneBody .containerFour {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0px 74px 0px;
}

html body .threeOneBody .containerFour figure {
  width: 47.2%;
  margin-left: 5.6%;
}

html body .threeOneBody .containerFour figure .bigFont {
  padding-right: 4%;
  font-family: Lato-Bold;
  font-size: 42px;
  line-height: 48px;
  color: #dba75b;
  margin: 42px 0px 40px 0px;
}

html body .threeOneBody .containerFour figure .textBox {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}

html body .threeOneBody .containerFour figure:nth-of-type(1) {
  margin-left: 0px;
}

html body .threeOneBody .containerFive {
  background-color: #f5f5f5;
  padding-top: 53px;
}

html body .threeOneBody .containerFive .content {
  display: flex;
  justify-content: space-between;
}

html body .threeOneBody .containerFive .content .leftBox {
  width: 48.4%;
}

html body .threeOneBody .containerFive .content .rightBox {
  width: 46.55%;
  padding-top: 124px;
}

html body .threeOneBody .containerFive .content .bigFont {
  font-family: Lato-Regular;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #181818;
}

html body .threeOneBody .containerFive .content .xiahua {
  width: 66px;
  height: 6px;
  background-color: #dba75b;
  margin-top: 39px;
}

html body .threeOneBody .containerFive .content .textBox {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding-top: 15px;
}

html body .threeOneBody .containerFive .content .textBox p {
  margin-top: 30px;
}

html body .threeTwoBody img {
  width: 100%;
}

html body .threeTwoBody .bigFont {
  font-family: Lato-Bold;
  font-size: 42px;
  line-height: 60px;
  color: #dba75b;
}

html body .threeTwoBody .textBox {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

html body .threeTwoBody .containerOne {
  padding-top: 14px;
}

html body .threeTwoBody .containerOne .textBox {
  margin: 18px 0px 47px 0px;
}

html body .threeTwoBody .containerOne .buttonBox {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
}

html body .threeTwoBody .containerOne .buttonBox a {
  text-align: center;
  width: 200px;
  border: 1px solid transparent;
  background-color: #dba75b;
  color: #fff;
  border-radius: 19px;
}

html body .threeTwoBody .containerOne .buttonBox a:hover {
  background-color: #fff;
  color: #dba75b;
  border: 1px solid #dba75b;
}

html body .threeTwoBody .containerTwo {
  padding-top: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

html body .threeTwoBody .containerTwo .leftBox {
  width: 78.64%;
}

html body .threeTwoBody .containerTwo .rightBox {
  width: 21%;
  position: relative;
}

html body .threeTwoBody .containerTwo .rightBox p {
  font-family: Lato-Bold;
  font-size: 80px;
  line-height: 60px;
  color: #000000;
  opacity: 0.06;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  text-transform: uppercase;
}

html body .threeTwoBody .containerThree {
  padding-top: 79px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

html body .threeTwoBody .containerThree .leftBox {
  flex-wrap: wrap;
  width: 47.3%;
}

html body .threeTwoBody .containerThree .rightBox {
  width: 49%;
}

html body .threeTwoBody .containerThree .rightBox .bigFont{
  color: #333;
}

html body .threeTwoBody .containerFour {
  display: flex;
  flex-wrap: wrap;
  padding-top: 84px;
}

html body .threeTwoBody .containerFour figure {
  padding: 42px 1.55%;
  width: 23.45%;
  margin-left: 2.06%;
  background-color: #f5f5f5;
  position: relative;
  min-height: 17vw;
}

html body .threeTwoBody .containerFour figure:hover {
  background-color: #dba75b;
}

html body .threeTwoBody .containerFour figure:hover p {
  color: #fff;
}

html body .threeTwoBody .containerFour figure:hover::before,
html body .threeTwoBody .containerFour figure:hover::after {
  background-color: #d09e54;
}

html body .threeTwoBody .containerFour figure::before,
html body .threeTwoBody .containerFour figure::after {
  content: '';
  width: 40%;
  height: 28px;
  transform: skew(60deg);
  position: absolute;
  background-color: #e7e7e7;
  transform-origin: left bottom;
  bottom: 0px;
  right: 0px;
}

html body .threeTwoBody .containerFour figure::before {
  transform: skew(-60deg);
  right: auto;
  left: 0px;
}

html body .threeTwoBody .containerFour figure .topText {
  font-family: Lato-Bold;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  text-align: center;
}

html body .threeTwoBody .containerFour figure .text {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 24px;
}

html body .threeTwoBody .containerFour figure .numBox {
  width: 70.5%;
  position: absolute;
  background-color: #dba75b;
  text-align: center;
  font-family: Lato-Bold;
  font-size: 48px;
  color: #ffffff;
  z-index: 100;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html body .threeTwoBody .containerFour figure .numBox span {
  line-height: 56px;
  color: #ffffff;
}

html body .threeTwoBody .containerFour figure:nth-of-type(1) {
  margin-left: 0px;
}

html body .threeTwoBody .containerFive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 91px;
}

html body .threeTwoBody .containerFive .leftBox {
  width: 70%;
}

html body .threeTwoBody .containerFive .leftBox .bigFont{
  color: #333;
}

html body .threeTwoBody .containerFive .rightBox {
  width: 26.14%;
}

html body .threeTwoBody .containerSix {
  position: relative;
  margin-top: 18px;
  text-align: center;
  padding-bottom: 95px;
}

html body .threeTwoBody .containerSix .biaoti {
  font-family: Lato-Bold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #181818;
}

html body .threeTwoBody .containerSix .xiahua {
  width: 66px;
  height: 6px;
  background-color: #dba75b;
  margin: 39px auto 0px auto;
  transform: translateX(-170%);
}

html body .threeTwoBody .containerSix .swiper {
  width: 100%;
  height: 100%;
  padding-top: 59px;
}

html body .threeTwoBody .containerSix .swiper-slide {
  height: auto;
  font-size: 18px;
  border-radius: 4px;
}

html body .threeTwoBody .containerSix .swiper-slide a {
  width: 100%;
  overflow: hidden;
}

html body .threeTwoBody .containerSix .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

html body .threeTwoBody .containerSix .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}

html body .threeTwoBody .containerSix .swiper-slide .textBox {
  width: 100%;
  position: absolute;
  font-family: Lato-Regular;
  font-size: 30px;
  line-height: 83px;
  color: #ffffff;
  bottom: 0px;
}

html body .threeTwoBody .containerSix .swiper-slide .textBox a {
  padding: 0px 25px;
  display: block;
  color: #fff;
  background-color: #1e160a;
}

html body .threeTwoBody .containerSix .swiper-slide .textBox a i {
  float: right;
  font-size: 45px;
}

html body .threeTwoBody .containerSix .swiper-slide .textBox a:hover {
  background-color: #dba75b;
}

html body .threeTwoBody .containerSix .swiper-button-prev:after {
  display: none;
}

html body .threeTwoBody .containerSix .swiper-button-next:after {
  display: none;
}

html body .threeTwoBody .containerSix .swiper-button-next,
html body .threeTwoBody .containerSix .swiper-button-prev {
  width: 74px;
  height: 74px;
  border: 1px solid #3a270b;
  top: 60%;
  transform: translateY(-50%);
  border-radius: 50%;
}

html body .threeTwoBody .containerSix .swiper-button-next i,
html body .threeTwoBody .containerSix .swiper-button-prev i {
  font-size: 33px;
  color: #666;
}

html body .threeTwoBody .containerSix .swiper-button-next:hover,
html body .threeTwoBody .containerSix .swiper-button-prev:hover {
  border: 1px solid #dba75b;
}

html body .threeTwoBody .containerSix .swiper-button-next:hover i,
html body .threeTwoBody .containerSix .swiper-button-prev:hover i {
  color: #dba75b;
}

html body .threeTwoBody .containerSix .swiper-button-prev {
  left: -11%;
}

html body .threeTwoBody .containerSix .swiper-button-next {
  right: -11%;
}

html body .fourOneBody .containerOne {
  margin-top: 33px;
}

html body .fourOneBody .containerOne .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

html body .fourOneBody .containerOne .swiper-slide {
  display: flex;
  background: #fff;
  justify-content: space-between;
}

html body .fourOneBody .containerOne .swiper-slide .leftBox {
  width: 50.07%;
}

html body .fourOneBody .containerOne .swiper-slide .leftBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}

html body .fourOneBody .containerOne .swiper-slide .leftBox a img:hover {
  transform: scale(1.1, 1.1);
}

html body .fourOneBody .containerOne .swiper-slide .rightBox {
  width: 45.7%;
  padding-top: 52px;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .topText {
  font-family: Lato-Bold;
  font-size: 26px;
  line-height: 36px;
  color: #333333;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .topText a {
  color: #333;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .topText a:hover {
  color: #dba75b;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .rili {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 38px;
  color: #999999;
  margin-top: 9px;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #6d6d6d;
  margin-top: 14px;
  margin-bottom: 11px;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #6d6d6d;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox a:hover {
  color: #dba75b;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .more {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #dba75b;
  padding-bottom: 120px;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .more a {
  color: #dba75b;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .more a i {
  font-size: 18px;
}

html body .fourOneBody .containerOne .swiper-slide .rightBox .more a:hover {
  color: #333;
}

html body .fourOneBody .containerOne .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body .fourOneBody .containerOne .swiper-button-prev:after {
  display: none;
}

html body .fourOneBody .containerOne .swiper-button-next:after {
  display: none;
}

html body .fourOneBody .containerOne .swiper-button-next,
html body .fourOneBody .containerOne .swiper-button-prev {
  width: 48px;
  height: 49px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  bottom: 60px;
  top: auto;
  left: 54.25%;
}

html body .fourOneBody .containerOne .swiper-button-next i,
html body .fourOneBody .containerOne .swiper-button-prev i {
  font-size: 16px;
  color: #333333;
}

html body .fourOneBody .containerOne .swiper-button-next:hover,
html body .fourOneBody .containerOne .swiper-button-prev:hover {
  border: 1px solid #dba75b;
  background-color: #dba75b;
}

html body .fourOneBody .containerOne .swiper-button-next:hover i,
html body .fourOneBody .containerOne .swiper-button-prev:hover i {
  color: #fff;
}

html body .fourOneBody .containerOne .swiper-button-next {
  transform: translate(129%);
}

html body .fourOneBody .containerTwo {
  display: flex;
  flex-wrap: wrap;
}

html body .fourOneBody .containerTwo figure {
  width: 49%;
  margin-left: 2%;
  display: flex;
  margin-top: 30px;
  background-color: #f5f5f5;
  justify-content: space-between;
  padding: 29px 1.5% 30px 2.2%;
}

html body .fourOneBody .containerTwo figure>a {
  width: 43.88%;
  display: block;
  overflow: hidden;
}

html body .fourOneBody .containerTwo figure>a img {
  width: 100%;
}

html body .fourOneBody .containerTwo figure>a img:hover {
  transform: scale(1.1, 1.1);
}

html body .fourOneBody .containerTwo figure .textBox {
  width: 48%;
  padding-top: 4px;
}

html body .fourOneBody .containerTwo figure .textBox .topText {
  font-family: Lato-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

html body .fourOneBody .containerTwo figure .textBox .topText a {
  color: #333;
}

html body .fourOneBody .containerTwo figure .textBox .topText a:hover {
  color: #dba75b;
}

html body .fourOneBody .containerTwo figure .textBox .ttBox {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6d;
  padding-top: 18px;
}

html body .fourOneBody .containerTwo figure .textBox .ttBox a {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #6d6d6d;
}

html body .fourOneBody .containerTwo figure .textBox .ttBox a:hover {
  color: #dba75b;
}

html body .fourOneBody .containerTwo figure:nth-of-type(2n+1) {
  margin-left: 0%;
}

html body .fourOneBody .containerTwo .pageNumber {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 28px;
  margin: 100px 0px;
  color: #999999;
  text-align: center;
  width: 100%;
}

html body .fourOneBody .containerTwo .pageNumber a {
  text-align: center;
  min-width: 36px;
  color: #999;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-right: 5px;
}

html body .fourOneBody .containerTwo .pageNumber .active{
  background-color: #dba75b;
  color: #fff;
  border: 1px solid #dba75b;
}
html body .fourOneBody .containerTwo .pageNumber a:hover {
  background-color: #dba75b;
  color: #fff;
  border: 1px solid #dba75b;
}

html body .fourOneBody .containerTwo .pageNumber .firstA {
  width: 69px;
}

html body .fourOneBody .containerTwo .pageNumber .lastA {
  width: 60px;
}

html body .fourTwoBody .containerOne {
  text-align: center;
  border-bottom: 1px solid #b5ad97;
  padding-top: 16px;
  padding-bottom: 30px;
}

html body .fourTwoBody .containerOne h1 {
  font-family: Lato-Bold;
  font-size: 26px;
  line-height: 36px;
  color: #333333;
}

html body .fourTwoBody .containerOne .shijian {
  font-family: Lato-Regular;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

html body .fourTwoBody .containerOne .shijian .share {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

html body .fourTwoBody .containerOne .shijian .share img {
  /*margin-left: 40px;*/
}

html body .fourTwoBody .containerTwo {
  padding-top: 55px;
}

html body .fourTwoBody .containerTwo .textBox img {
  margin: 0 auto;
}

html body .fourTwoBody .containerTwo .textBox em {
  font-style: normal;
  font-family: Lato-Bold;
  font-size: 24px;
  line-height: 24px;
  color: #dba75b;
}

html body .fourTwoBody .containerTwo .textBox p {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

html body .fourTwoBody .containerTwo .bottomBox {
  margin-top: 82px;
  padding: 11px 0px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

html body .fourTwoBody .containerTwo .bottomBox>div {
  width: 50%;
  display: flex;
  align-items: center;
}

html body .fourTwoBody .containerTwo .bottomBox>div .pn {
  font-family: Lato-Bold;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

html body .fourTwoBody .containerTwo .bottomBox>div .pn a {
  color: #333333;
}

html body .fourTwoBody .containerTwo .bottomBox>div .con {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}

html body .fourTwoBody .containerTwo .bottomBox>div .con a {
  color: #999;
}

html body .fourTwoBody .containerTwo .bottomBox>div .jiantou {
  font-size: 28px;
  color: #666;
}

html body .fourTwoBody .containerTwo .bottomBox>div a:hover {
  color: #dba75b;
}

html body .fourTwoBody .containerTwo .bottomBox .leftBox span {
  transform: rotate(180deg);
  margin-right: 10px;
}

html body .fourTwoBody .containerTwo .bottomBox .rightBox {
  justify-content: flex-end;
  text-align: right;
}

html body .fourTwoBody .containerTwo .bottomBox .rightBox .jiantou {
  margin-left: 10px;
}

html body .fourTwoBody .containerThree {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 2% 97px 2%;
}

html body .fourTwoBody .containerThree .leftBox {
  width: 29%;
}

html body .fourTwoBody .containerThree .leftBox img {
  width: 100%;
}

html body .fourTwoBody .containerThree .rightBox {
  width: 53.3%;
}

html body .fourTwoBody .containerThree .rightBox .bigFont {
  font-family: Lato-Bold;
  font-size: 48px;
  line-height: 60px;
  color: #333333;
}

html body .fourTwoBody .containerThree .rightBox .smallFont {
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin: 10px 0px 55px 0px;
}

html body .fourTwoBody .containerThree .rightBox .buttonBox {
  width: 200px;
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 48px;
  color: #f9f9f9;
  background-color: #dba75b;
  border: 1px solid #dba75b;
}

html body .fourTwoBody .containerThree .rightBox .buttonBox a {
  text-align: center;
  color: #f9f9f9;
  display: block;
}

html body .fourTwoBody .containerThree .rightBox .buttonBox:hover {
  background-color: #fff;
}

html body .fourTwoBody .containerThree .rightBox .buttonBox:hover a {
  color: #dba75b;
}

html body .fiveOneBody .bottomForm {
  padding-top: 33px;
}

html body .bottomForm {
  display: flex;
  justify-content: space-between;
  padding-top: 87px;
  padding-bottom: 101px;
}

html body .bottomForm .leftBox {
  width: 40%;
  margin-top: 72px;
}

html body .bottomForm .rightBox {
  background-color: rgba(212, 149, 56, 0.2);
}

html body .bottomForm .topText {
  font-family: Lato-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #dba75b;
}

html body .bottomForm .centerText {
  margin-top: 12px;
  font-family: Lato-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  text-indent: 60px;
}

html body .bottomForm .centerText::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #000000;
}

html body .bottomForm .logoBox {
  padding-top: 30px;
}

html body .bottomForm .logoBox p {
  font-family: Lato-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 43px;
  display: flex;
}

html body .bottomForm .logoBox p i {
  width: 50px;
  height: 50px;
  background-color: #dba75b;
  border-radius: 50%;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}

html body .bottomForm .logoBox p span,
html body .bottomForm .logoBox p a {
  color: #333333;
}

html body .bottomForm .logoBox p a:hover {
  color: #dba75b;
}

html body .bottomForm .logoBox p:nth-of-type(1) {
  margin-top: 0px;
}

html body .bottomForm .rightBox {
  width: 57.1%;
  padding-top: 49px;
}

html body .bottomForm .rightBox .topText {
  text-indent: 50px;
}

html body .bottomForm .rightBox form {
  padding-top: 40px;
  font-size: 0px;
  width: 87.8%;
  padding-left: 15px;
  margin: 0px auto;
  padding-bottom: 84px;
}

html body .bottomForm .rightBox p {
  margin-top: 23px;
}

html body .bottomForm .rightBox textarea {
  width: 100%;
  resize: none;
  height: 180px;
  outline: none;
  border: none;
}

html body .bottomForm .rightBox .leftTop {
  display: inline-block;
  width: 48.3%;
}

html body .bottomForm .rightBox .leftTop:nth-of-type(2) {
  margin-left: 3.4%;
}

html body .bottomForm .rightBox input,
html body .bottomForm .rightBox textarea {
  border: solid 1px #d2d2d2;
  background-color: #ffffff;
  font-family: Lato-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #333;
  text-indent: 14px;
  width: 100%;
}

html body .bottomForm .rightBox input {
  height: 54px;
}

html body .bottomForm .rightBox .afterBox {
  position: relative;
}

html body .bottomForm .rightBox .afterBox::before {
  left: -10px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #ff0000;
  top: 19px;
}

html body .bottomForm .rightBox input::placeholder,
html body .bottomForm .rightBox input::-webkit-input-placeholder,
html body .bottomForm .rightBox textarea::placeholder {
  font-family: Lato-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #999999;
}

html body .bottomForm .rightBox .yanzhengma {
  width: 60.4%;
}

html body .bottomForm .rightBox .buttonBox {
  margin-left: 3.6%;
  width: 36%;
}

html body .bottomForm .rightBox .buttonBox input {
  border: none;
  width: 100%;
  height: 54px;
  background-color: #dba75b;
  font-family: Lato-Bold;
  font-size: 18px;
  line-height: 54px;
  color: #ffffff;
  cursor: pointer;
  text-indent: 0px !important;
}

html body .bottomForm .rightBox .buttonBox input:hover {
  color: #333 !important;
}

html body .bottomForm .rightBox .yanzhengma,
html body .bottomForm .rightBox .buttonBox {
  display: inline-block;
  vertical-align: bottom;
}

html body .bottomForm .rightBox .yanzhengma input{
  width: 54.4%;
  vertical-align: middle;
}
html body .bottomForm .rightBox .buttonBox input{
	width: 100%;
}

html body .bottomForm .rightBox .yanzhengma span,
html body .bottomForm .rightBox .buttonBox span {
  margin-left: 5.4%;
  height: 54px;
  vertical-align: middle;
  width: 39%;
  background-color: #f3fbfe;
  position: relative;
  border: 1px solid #d2d2d2;
}

html body .bottomForm .rightBox .yanzhengma span img,
html body .bottomForm .rightBox .buttonBox span img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 52px;
  cursor: pointer;
}

html body footer {
  background-color: #282828;
  padding-bottom: 63px;
}

html body footer .footContent {
  margin: auto;
  max-width: 1500px;
  width: calc(100% - 80px);
}

html body footer .footerOne {
  padding: 58px 0px 38px 0px;
  display: flex;
  justify-content: space-between;
}

html body footer .footerOne .leftBox {
  padding-top: 10px;
  width: 21%;
  padding-left: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

html body footer .footerOne .leftBox .logoBox {
  display: flex;
  align-items: center;
}

html body footer .footerOne .leftBox .logoBox a {
  width: 187px;
}

html body footer .footerOne .leftBox .logoBox a img {
  width: 100%;
}

html body footer .footerOne .centerBox {
  width: 74%;
  display: flex;
  justify-content: space-between;
}

html body footer .footerOne .centerBox ul:nth-of-type(1) {
  width: 23%;
}

html body footer .footerOne .centerBox hr {
  border: none;
  width: 60px;
  height: 3px;
  background-color: #dba75b;
  margin-bottom: 18px;
}

html body footer .footerOne .centerBox ul {
  padding-left: 4px;
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 35px;
}
html body footer .footerOne .centerBox ul .small{
  font-size: 16px;
}

html body footer .footerOne .centerBox ul li:nth-of-type(1) {
  margin-top: 0px;
  font-family: Lato-Regular;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 11px;
}

html body footer .footerOne .centerBox ul li {
  margin-top: 8px;
  color: #c1c1c1;
}

html body footer .footerOne .centerBox ul li a {
  color: #c1c1c1;
}

html body footer .footerOne .centerBox ul li a:hover {
  color: #dba75b;
}

html body footer .footerOne .centerBox .two li {
  margin-top: 12px;
  color: #fff;
}

html body footer .footerOne .centerBox .two li p {
  display: flex;
  align-items: center;
}

html body footer .footerOne .centerBox .two li i {
  font-size: 21px;
  color: #dba75b;
  margin-right: 8px;
}

html body footer .footerOne .centerBox .two li span {
  color: #c1c1c1;
}

html body footer .footerOne .form {
  padding-top: 2px;
  font-size: 0px !important;
  width: 25.4%;
}

html body footer .footerOne .form li {
  margin-top: 21px;
}

html body footer .footerOne .form p input,
html body footer .footerOne .form p textarea {
  text-indent: 14px;
  width: 100%;
  border: none;
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 42px;
  color: #fff !important;
  height: 42px;
  margin-top: 12px;
  display: block;
  background-color: transparent;
  border: 2px solid #7a7a7a;
}

html body footer .footerOne .form p textarea {
  resize: none;
  height: 87px;
  outline: none;
}

html body footer .footerOne .form .yzm {
  width: 64.2%;
  position: relative;
}

html body footer .footerOne .form .buttonBox {
  width: 31%;
  margin-left: 4.8%;
}

html body footer .footerOne .form input::placeholder,
html body footer .footerOne .form input::-webkit-input-placeholder,
html body footer .footerOne .form textarea::placeholder {
  font-family: Lato-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #999999;
}

html body footer .footerOne .form .yzm,
html body footer .footerOne .form .buttonBox {
  vertical-align: bottom;
  display: inline-block;
}

html body footer .footerOne .form .yzm input,
html body footer .footerOne .form .buttonBox input {
  width: 100%;
  display: inline-block;
}

html body footer .footerOne .form .yzm span,
html body footer .footerOne .form .buttonBox span {
  position: absolute;
  right: 8px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  background-color: #f3fbfe;
  height: 30px;
}

html body footer .footerOne .form .yzm span img,
html body footer .footerOne .form .buttonBox span img {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}

html body footer .footerOne .form .buttonBox input {
  width: 100%;
  height: 40px;
  background-color: #dba75b;
  border: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-indent: 0px !important;
  cursor: pointer;
}

html body footer .footerOne .form .buttonBox input:hover {
  color: #333 !important;
}

html body footer .footTwo {
  display: flex;
  align-items: flex-end;
}

html body footer .icBox {
  width: 30%;
}

html body footer .icBox a {
  margin-top: 10px;
  margin-right: 6px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
}

html body footer .icBox a i {
  color: #fff;
  line-height: 33px;
}

html body footer .icBox a:hover {
  background-color: #dba75b;
  border: 1px solid #dba75b;
}

html body footer .fbThree {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: flex;
  align-items: center;
}

html body footer .fbThree a {
  margin: 0px 5px;
  color: #999999;
}

html body footer .fbThree a:hover {
  color: #dba75b;
}

html body footer>hr {
  border: none;
  height: 1px;
  background-color: #444;
  margin: 35px 0px 21px 0px;
}

html body footer .link {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
html body footer .link a{ color: #999999; margin-left:10px;}
html body footer .link a:hover{color: #fff; }
html body footer .fenye {
  padding-bottom: 55px;
}

html body .marginTop {
  margin-top: 93px;
}

html body .mbx {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 25px;
}

html body .mbx a {
  color: #666;
}

html body .mbx a:hover {
  color: #dba75b;
}

html body .mbx span .icon-home-fill {
  font-size: 21px;
  margin-right: 12px;
}

html body .mbx span .icon-right1 {
  font-size: 14px;
  margin-right: 5px;
}

html body .mbx .active {
  color: #dba75b;
}

html body .videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

html body .videoBox>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body .videoBox>div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}

html body .videoBox>div .guanbi i {
  font-size: 40px;
  color: #ccc;
}

html body .videoBox video {
  width: 80%;
}

html body .videoBox iframe {
  width: 80%;
}

html body .tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}

html body .tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

html body .tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}

html body .tankaungn2 iframe,
html body .tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

html body .tankaungn2 iframe body {
  margin: 0px !important;
}

@media screen and (max-width: 1750px) {
  html body .threeTwoBody .containerSix .swiper-button-next {
    right: 0px;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev {
    left: 0px;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev,
  html body .threeTwoBody .containerSix .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 60%;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev i,
  html body .threeTwoBody .containerSix .swiper-button-next i {
    font-size: 30px;
  }
  html body .indexBody .indexBodyThree .bottomBox .swiper-button-next {
    right: 0px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev {
    left: 0px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev,
  html body .indexBody .indexBodyThree .bottomBox .swiper-button-next {
    width: 60px;
    height: 60px;
    top: calc(50% + 15px);
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev i,
  html body .indexBody .indexBodyThree .bottomBox .swiper-button-next i {
    font-size: 30px;
  }
}

@media screen and (max-width: 1600px) {
  html body header {
    padding: 16px 0px;
  }

  html body header .headcontent .logoBox a {
    width: 145px;
  }

  html body header .headcontent>ul .menuOne {
    margin-right: 30px;
    font-size: 20px;
  }

  html body header .headcontent>ul .sousuo {
    margin-left: 60px;
  }

  html body header .headcontent>ul .sousuo form {
    width: 215px;
  }

  html body header .headcontent>ul .sousuo form input:nth-of-type(1) {
    height: 33px;
    width: 165px;
  }

  html body header .headcontent>ul .sousuo form input:nth-of-type(2) {
    line-height: 33px;
    font-size: 25px;
  }

  html body .mbx {
    margin-top: 20px;
  }

  html body footer {
    padding-bottom: 50px;
  }

  html body footer .footerOne {
    padding: 45px 0px 13px 0px;
  }

  html body footer .footerOne .leftBox .logoBox a {
    width: 170px;
  }

  html body footer .footerOne .centerBox ul:nth-of-type(1) {
    width: 15%;
  }

  html body footer .footerOne .centerBox ul {
    font-size: 16px;
    line-height: 30px;
  }

  html body footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 20px;
  }

  html body footer .footerOne .centerBox ul li {
    margin-top: 5px;
  }

  html body footer .footerOne .centerBox .two li {
    margin-top: 5px;
  }

  html body footer .footerOne .centerBox .form {
    width: 31.4%;
  }

  html body footer .footerOne .centerBox .form p input,
  html body footer .footerOne .centerBox .form p textarea {
    text-indent: 12px;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    margin-top: 8px;
  }

  html body footer .footerOne .centerBox .form p textarea {
    resize: none;
    height: 80px;
    outline: none;
  }

  html body footer .footerOne .centerBox .form input::placeholder,
  html body footer .footerOne .centerBox .form input::-webkit-input-placeholder,
  html body footer .footerOne .centerBox .form textarea::placeholder {
    font-size: 14px;
    line-height: 37px;
  }

  html body footer .footerOne .centerBox .form .buttonBox button {
    height: 37px;
  }

  html body footer .footerOne .centerBox hr {
    margin-bottom: 15px;
  }

  html body footer .footTwo .icBox a {
    width: 30px;
    height: 30px;
  }

  html body footer .footTwo .icBox a i {
    line-height: 30px;
    font-size: 14px;
  }

  html body footer .footTwo .fbThree {
    font-size: 13px;
  }

  html body footer>hr {
    margin: 20px 0px;
  }

  html body .indexBody .bigFont {
    font-size: 51px;
  }

  html body .indexBody .xiahua {
    margin-top: 25px;
  }

  html body .indexBody .buttonBox {
    font-size: 18px;
  }

  html body .indexBody .indexBodyOne .textBox {
    top: 36%;
  }

  html body .indexBody .indexBodyOne .textBox .bannertext {
    font-size: 45px;
    line-height: 75px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox {
    font-size: 18px;
    width: 180px;
    line-height: 45px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox a i {
    line-height: 45px;
    font-size: 28px;
  }

  html body .indexBody .indexBodyTwo {
    margin-top: 100px;
  }

  html body .indexBody .indexBodyTwo figure {
    padding: 35px 0px;
  }

  html body .indexBody .indexBodyTwo figure .topText {
    font-size: 34px;
  }

  html body .indexBody .indexBodyTwo figure a {
    font-size: 18px;
  }

  html body .indexBody .indexBodyThree {
    margin-top: 90px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox {
    font-size: 26px;
    line-height: 65px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a {
    padding: 0px 20px;
  }

  

  html body .indexBody .indexBodyThree .buttonBox {
    width: 240px;
    margin: 35px auto 0px auto;
    line-height: 45px;
  }

  html body .indexBody .indexBodyFour {
    margin-top: 75px;
    padding-top: 115px;
    padding-bottom: 75px;
  }

  html body .indexBody .indexBodyFour .leftBox {
    width: 50.14%;
  }

  html body .indexBody .indexBodyFour .rightBox {
    width: 41.7%;
  }

  html body .indexBody .indexBodyFour .rightBox .xiahua {
    margin: 30px 0px 25px 0px;
  }

  html body .indexBody .indexBodyFour .rightBox .textBox {
    width: 95%;
    font-size: 17px;
  }

  html body .indexBody .indexBodyFive {
    margin-top: 85px;
    padding-bottom: 100px;
  }

  html body .indexBody .indexBodyFive .smallFont {
    font-size: 17px;
  }

  html body .indexBody .indexBodyFive .figureBox {
    padding-top: 0px;
  }

  html body .indexBody .indexBodyFive .figureBox figure {
    padding: 40px 2.2%;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top {
    font-size: 32px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top .imgBox {
    width: 50px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .bottom {
    font-size: 25px;
    margin-top: 50px;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne {
    padding: 30px 2.2%;
    font-size: 19px;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne .buttonBox {
    font-size: 17px;
    line-height: 33px;
    width: 190px;
    margin: 20px auto 0px auto;
  }

  html body .indexBody .indexBodySix {
    padding: 90px 0px 90px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox .xiahua {
    margin: 30px 0px 25px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox .textBox {
    line-height: 38px;
    font-size: 17px;
  }

  html body .indexBody .indexBodySix .rightBox {
    width: 57.65%;
    right: 3%;
    top: 10%;
  }

  html body .indexBody .indexBodySeven {
    padding: 80px 0px;
  }

  html body .indexBody .indexBodySeven .figureBox {
    margin-top: 25px;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox {
    padding: 15px 7% 25px 6%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .one {
    font-size: 25px;
    line-height: 35px;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .two {
    margin-top: 5px;
    font-size: 19px;
    line-height: 30px;
  }

  html body .indexBody .indexBodyEight {
    padding: 80px 0px;
  }

  html body .indexBody .indexBodyEight .content .imgBox {
    margin-top: 35px;
  }

  html body .indexBody .indexBodyEight .content .imgBox .bofang {
    width: 100px;
  }

  html body .indexBody .indexBodyNine {
    padding: 80px 0px;
  }

  html body .indexBody .indexBodyNine .figureBox {
    margin-top: 25px;
  }

  html body .indexBody .indexBodyNine .figureBox figure>a {
    width: 270px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .topText {
    font-size: 21px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .shijian {
    font-size: 17px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox>a {
    font-size: 17px;
  }

  html body .indexBody .indexBodyTen {
    padding: 00px 0px 80px 0px;
  }

  html body .indexBody .indexEleven {
    padding: 60px 0px 80px 0px;
  }

  html body .indexBody .indexEleven .content .smallFont {
    font-size: 20px;
    line-height: 35px;
  }

  html body .indexBody .indexEleven .content form {
    margin: 0px auto;
  }

  html body .indexBody .indexEleven .content form input {
    height: 70px;
  }

  html body .indexBody .indexEleven .content form input::placeholder,
  html body .indexBody .indexEleven .content form input::-webkit-input-placeholder,
  html body .indexBody .indexEleven .content form textarea::placeholder {
    font-size: 20px;
    line-height: 68px;
  }

  html body .indexBody .indexEleven .content form input,
  html body .indexBody .indexEleven .content form textarea {
    font-size: 20px;
    line-height: 68px;
    text-indent: 75px;
  }

  html body .indexBody .indexEleven .content form p {
    margin-top: 18px;
  }

  html body .indexBody .indexEleven .content form p i {
    font-size: 32px;
  }

  html body .indexBody .indexEleven .content form .afterBox::before {
    top: 30px;
    left: 60px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma input {
    height: 80px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma span {
    height: 80px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma::before {
    left: 20px !important;
    top: 35px !important;
  }

  html body .indexBody .indexEleven .content form .buttBox input {
    height: 80px;
    font-size: 27px;
  }

  html body .oneOneBody .middleText {
    font-size: 26px;
  }

  html body .oneOneBody .bigFont {
    font-size: 41px;
  }

  html body .oneOneBody .textBox {
    font-size: 18px;
  }

  html body .oneOneBody .xiahua {
    margin-top: 15px;
  }

  html body .oneOneBody .containerOne {
    padding-top: 50px;
  }

  html body .oneOneBody .containerOne .leftBox .middleText {
    margin-top: 10px;
  }

  html body .oneOneBody .containerOne .leftBox .bigFont {
    margin: 20px 0px;
  }

  html body .oneOneBody .containerTwo {
    padding-top: 50px;
  }

  html body .oneOneBody .containerTwo .figureBox {
    margin-top: 40px;
  }

  html body .oneOneBody .containerTwo .figureBox figure {
    padding: 35px 0px;
  }

  html body .oneOneBody .containerTwo .figureBox figure .topText {
    font-size: 34px;
  }

  html body .oneOneBody .containerTwo .figureBox figure a {
    font-size: 18px;
  }

  html body .oneOneBody .containerThree figure {
    padding: 60px 0px;
  }

  html body .oneOneBody .containerThree figure .content .rightBox .bigFont {
    margin: 10px 0px 0px 0px;
  }

  html body .oneOneBody .containerThree figure .content .rightBox .textBox {
    margin-top: 5px;
  }

  html body .oneOneBody .containerThree figure:nth-of-type(2n) {
    padding: 50px 0px;
  }

  html body .oneOneBody .containerFour {
    padding-top: 60px;
  }

  html body .oneOneBody .containerFour .rightBox .bigFont {
    margin-top: 5px;
  }

  html body .oneOneBody .containerFour .rightBox .textBox {
    margin-top: 5px;
  }

  html body .oneOneBody .containerFive {
    padding-top: 50px;
  }

  html body .oneOneBody .containerFive .swiper-container {
    margin-top: 85px;
  }

  html body .oneOneBody .containerSix {
    padding-top: 60px;
  }

  html body .twoOneBody .containerOne .topBox h1 {
    font-size: 40px;
  }

  html body .twoOneBody .containerOne .topBox img {
    width: 40px;
  }

  html body .twoOneBody .containerOne .topBox p {
    font-size: 22px;
    margin-top: 5px;
  }

  html body .twoOneBody .containerOne .rightBox {
    padding-top: 0px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox {
    font-size: 17px;
    line-height: 28px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 15px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 22px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 17px;
    margin-top: 20px;
    line-height: 85px;
  }

  html body .twoOneBody .containerTwo {
    padding-top: 65px;
  }

  html body .twoOneBody .containerThree {
    margin-top: 65px;
    padding: 40px 0px;
  }

  html body .twoOneBody .containerThree .content .leftBox {
    padding-top: 60px;
  }

  html body .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 50px;
    line-height: 55px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox {
    font-size: 17px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 15px;
  }

  html body .twoOneBody .containerThree .content .rightBox {
    padding: 40px 0px 100px 0px;
  }

  html body .twoOneBody .containerThree .content .rightBox::before {
    width: 110%;
    left: -5%;
  }

  html body .twoOneBody .containerThree .content .rightBox figure {
    width: 45%;
    margin-left: 10%;
    margin-top: 45px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure>a {
    width: 50px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 10px 0px;
    font-size: 22px;
    line-height: 28px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 18px;
    line-height: 28px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 17px;
    line-height: 45px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 180px;
  }

  html body .threeOneBody .containerOne {
    padding-top: 5px;
  }

  html body .threeOneBody .containerOne .rightBox {
    width: 43%;
    padding-top: 20px;
  }

  html body .threeOneBody .containerOne .rightBox .smallFont {
    font-size: 22px;
    line-height: 45px;
  }

  html body .threeOneBody .containerOne .rightBox .bigFont {
    font-size: 36px;
    line-height: 50px;
  }

  html body .threeOneBody .containerOne .rightBox .textBox {
    font-size: 17px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox {
    font-size: 17px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox a {
    width: 180px;
  }

  html body .threeOneBody .containerTwo {
  	margin-top: 50px;
  	margin-bottom: 50px;
  }
  
  html body .threeOneBody .containerTwo>div{
  	max-width: 120px;
  }
  html body .threeOneBody .containerTwo .tb_1{
  	left: 9%;
  	bottom: 33%;
  }
  html body .threeOneBody .containerTwo .tb_2{
  	left: 20%;
  	top: 20%;
  }
  html body .threeOneBody .containerTwo .tb_3{
  	left: 50%;
  	top: 6%;
  	transform: translateX(-50%);
  }
  html body .threeOneBody .containerTwo .tb_4{
  	right: 23%;
  	top: 21%;
  }
  html body .threeOneBody .containerTwo .tb_5{
  	bottom: 30%;
  	right: 6%;
  }
  html body .threeOneBody .containerTwo .textBox{
  	max-width: initial;
  	width: 45%;
  	left: 50%;
  	bottom: 23%;
  	transform: translate(-50%);
  	
  }
  html body .threeOneBody .containerTwo .textBox .top{
  		font-size: 32px;
  		line-height: 40px;
  }
  html body .threeOneBody .containerTwo .textBox .bottom{
  	font-size: 16px;
  	line-height: 22px;
  	margin-top: 27px;
  }
  html body .threeOneBody .containerTwo>div .logo_box{
  	width: 50px;
  	
  }
  html body .threeOneBody .containerTwo>div .logo_js{
  	font-size: 16px;
  	line-height: 22px;
  	margin-top: 10px;
  }

  html body .threeOneBody .containerTwo p {
    margin-top: 15px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
  }

  html body .threeOneBody .containerFour {
    padding: 60px 0px;
  }

  html body .threeOneBody .containerFour figure .bigFont {
    font-size: 36px;
    line-height: 45px;
    margin: 30px 0px 25px 0px;
  }

  html body .threeOneBody .containerFour figure .textBox {
    font-size: 17px;
    line-height: 35px;
  }

  html body .threeOneBody .containerFive {
    padding-top: 30px;
  }

  html body .threeOneBody .containerFive .content .rightBox {
    padding-top: 60px;
  }

  html body .threeOneBody .containerFive .content .bigFont {
    font-size: 41px;
  }

  html body .threeOneBody .containerFive .content .xiahua {
    margin-top: 20px;
  }

  html body .threeOneBody .containerFive .content .textBox {
    font-size: 15px;
    line-height: 28px;
  }

  html body .threeOneBody .containerFive .content .textBox p {
    margin-top: 20px;
  }

  html body .threeTwoBody .bigFont {
    font-size: 36px;
    line-height: 45px;
  }

  html body .threeTwoBody .textBox {
    font-size: 17px;
  }

  html body .threeTwoBody .containerOne .textBox {
    margin: 15px 0px 25px 0px;
  }

  html body .threeTwoBody .containerTwo {
    padding-top: 40px;
  }

  html body .threeTwoBody .containerTwo .rightBox p {
    font-size: 70px;
  }

  html body .threeTwoBody .containerThree {
    padding-top: 40px;
  }

  html body .threeTwoBody .containerFour {
    padding-top: 40px;
  }

  html body .threeTwoBody .containerFour figure {
    min-height: 23vw;
    padding: 35px 1.55%;
  }

  html body .threeTwoBody .containerFour figure .topText {
    font-size: 21px;
    line-height: 30px;
  }

  html body .threeTwoBody .containerFour figure .text {
    margin-top: 15px;
  }

  html body .threeTwoBody .containerFour figure .numBox {
    width: 65.5%;
    font-size: 42px;
    top: 99%;
  }

  html body .threeTwoBody .containerFour figure .numBox span {
    line-height: 52%;
  }

  html body .threeTwoBody .containerFive {
    padding-top: 50px;
  }

  html body .threeTwoBody .containerSix {
    padding-bottom: 40px;
  }

  html body .threeTwoBody .containerSix .biaoti {
    font-size: 42px;
  }

  html body .threeTwoBody .containerSix .xiahua {
    transform: translateX(-135%);
    margin: 15px auto 0px auto;
  }

  html body .threeTwoBody .containerSix .swiper {
    padding-top: 30px;
  }

  html body .fourOneBody .containerOne {
    margin-top: 15px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox {
    padding-top: 20px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .topText {
    font-size: 24px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .rili {
    font-size: 15px;
    margin-top: 5px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox {
    font-size: 15px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .more {
    font-size: 15px;
    padding-bottom: 100px;
  }

  html body .fourOneBody .containerOne .swiper-button-next,
  html body .fourOneBody .containerOne .swiper-button-prev {
    width: 45px;
    height: 45px;
    bottom: 55px;
  }

  html body .fourOneBody .containerOne .swiper-button-next i,
  html body .fourOneBody .containerOne .swiper-button-prev i {
    font-size: 15px;
  }

  html body .fourOneBody .containerTwo figure .textBox {
    width: 50%;
  }

  html body .fourOneBody .containerTwo figure .textBox .topText {
    font-size: 15px;
  }

  html body .fourOneBody .containerTwo figure .textBox .ttBox {
    font-size: 15px;
    padding-top: 0px;
  }

  html body .fourOneBody .containerTwo .pageNumber {
    margin: 50px auto;
    font-size: 13px;
  }

  html body .fourTwoBody .containerOne {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  html body .fourTwoBody .containerOne h1 {
    font-size: 24px;
    line-height: 35px;
  }

  html body .fourTwoBody .containerOne .shijian {
    margin-top: 20px;
    font-size: 15px;
  }

  html body .fourTwoBody .containerTwo {
    padding-top: 40px;
  }

  html body .fourTwoBody .containerTwo .textBox p {
    font-size: 15px;
  }

  html body .fourTwoBody .containerTwo .textBox em {
    font-size: 22px;
  }

  html body .fourTwoBody .containerTwo .bottomBox {
    margin-top: 60px;
    padding: 5px 0px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .pn {
    font-size: 15px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .con {
    font-size: 15px;
  }

  html body .fourTwoBody .containerThree {
    padding: 60px 2%;
  }

  html body .fourTwoBody .containerThree .rightBox .bigFont {
    font-size: 42px;
    line-height: 55px;
  }

  html body .fourTwoBody .containerThree .rightBox .smallFont {
    font-size: 15px;
    line-height: 28px;
    margin: 10px 0px 40px 0px;
  }

  html body .fourTwoBody .containerThree .rightBox .buttonBox {
    width: 180px;
    line-height: 43px;
    font-size: 15px;
  }

  html body .fiveOneBody .bottomForm {
    padding-top: 25px;
  }

  html body .bottomForm {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  html body .bottomForm .leftBox {
    width: 40%;
    margin-top: 40px;
  }

  html body .bottomForm .topText {
    font-size: 35px;
  }

  html body .bottomForm .centerText {
    margin-top: 5px;
    font-size: 15px;
    line-height: 30px;
  }

  html body .bottomForm .logoBox {
    padding-top: 20px;
  }

  html body .bottomForm .logoBox p {
    font-size: 16px;
    line-height: 43px;
    margin-top: 35px;
  }

  html body .bottomForm .logoBox p i {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    margin-right: 18px;
  }

  html body .bottomForm .rightBox {
    width: 57.1%;
    padding-top: 5px;
  }

  html body .bottomForm .rightBox .topText {
    text-indent: 50px;
  }

  html body .bottomForm .rightBox form {
    padding-top: 15px;
    width: 90%;
    padding-bottom: 50px;
  }

  html body .bottomForm .rightBox p {
    margin-top: 15px;
  }

  html body .bottomForm .rightBox textarea {
    height: 160px;
  }

  html body .bottomForm .rightBox .leftTop {
    width: 48.3%;
  }

  html body .bottomForm .rightBox .leftTop:nth-of-type(2) {
    margin-left: 3.4%;
  }

  html body .bottomForm .rightBox input,
  html body .bottomForm .rightBox textarea {
    font-size: 15px;
    line-height: 50px;
  }

  html body .bottomForm .rightBox input {
    height: 50px;
  }

  html body .bottomForm .rightBox .afterBox::before {
    left: -10px;
  }

  html body .bottomForm .rightBox input::placeholder,
  html body .bottomForm .rightBox input::-webkit-input-placeholder,
  html body .bottomForm .rightBox textarea::placeholder {
    font-size: 15px;
    line-height: 50px;
  }

  html body .bottomForm .rightBox .yanzhengma {
    width: 60.4%;
  }

  html body .bottomForm .rightBox .buttonBox {
    margin-left: 3.6%;
    width: 36%;
  }

  html body .bottomForm .rightBox .buttonBox input {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }

  html body .bottomForm .rightBox .yanzhengma input {
    width: 54.4%;
    vertical-align: middle;
  }

  html body .bottomForm .rightBox .yanzhengma span,
  html body .bottomForm .rightBox .buttonBox span {
    margin-left: 5.4%;
    height: 50px;
  }

  html body .bottomForm .rightBox .yanzhengma span img,
  html body .bottomForm .rightBox .buttonBox span img {
    height: 48px;
  }
}

@media screen and (max-width: 1300px) {

  html body .rightMenu>a,
  html body .rightMenu>span {
    width: 40px;
    height: 40px;
  }

  html body .rightMenu>a i,
  html body .rightMenu>span i {
    font-size: 19px;
    color: #9c9c9c;
  }

  html body .rightMenu>a:nth-of-type(1) i {
    font-size: 24px;
  }

  html body .rightMenu>span:not(:nth-of-type(1))>a i {
    font-size: 20px;
  }

  html body .rightMenu>span:nth-of-type(1) {
    cursor: pointer;
    position: relative;
  }

  html body .rightMenu>span:nth-of-type(1)>img {
    display: none;
    position: absolute;
    right: 100%;
  }

  html body .rightMenu>span:nth-of-type(1):hover>img {
    display: block;
  }

  html body .mbx {
    margin-top: 15px;
  }

  html body header {
    padding: 13px 0px;
  }

  html body header .headcontent .logoBox a {
    width: 120px;
  }

  html body header .headcontent>ul .menuOne {
    margin-right: 20px;
    font-size: 18px;
  }

  html body header .headcontent>ul .menuOne>ul {
    width: 170px;
    left: -50px;
  }

  html body header .headcontent>ul .menuOne>ul>.menuTwo {
    line-height: 25px;
    padding: 7px 10px;
  }

  html body header .headcontent>ul .menuOne>ul>.menuTwo a {
    font-size: 15px;
  }

  html body header .headcontent>ul .menuOne>ul>.menuTwo>ul {
    width: 170px;
  }

  html body header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree {
    line-height: 25px;
    padding: 7px 10px;
  }

  html body header .headcontent>ul .sousuo {
    margin-left: 30px;
  }

  html body header .headcontent>ul .sousuo form {
    width: 190px;
  }

  html body header .headcontent>ul .sousuo form input:nth-of-type(1) {
    height: 30px;
    width: 150px;
  }

  html body header .headcontent>ul .sousuo form input:nth-of-type(2) {
    line-height: 30px;
    font-size: 23px;
  }

  html body .header {
    padding: 20px 0px;
  }

  html body footer {
    padding-bottom: 40px;
  }

  html body footer .footerOne {
    padding: 30px 0px 13px 0px;
    flex-wrap: wrap;
  }

  html body footer .footerOne .leftBox {
    width: 100%;
  }

  html body footer .footerOne .leftBox .logoBox a {
    width: 160px;
  }

  html body footer .footerOne .centerBox {
    margin-top: 20px;
    width: 100%;
  }

  html body footer .footerOne .centerBox ul:nth-of-type(1) {
    width: 15%;
  }

  html body footer .footerOne .centerBox ul {
    font-size: 15px;
    line-height: 28px;
  }

  html body footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 19px;
  }

  html body footer .footerOne .centerBox .form {
    width: 28.4%;
  }

  html body footer .footerOne .centerBox .form p input,
  html body footer .footerOne .centerBox .form p textarea {
    text-indent: 10px;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    margin-top: 5px;
  }

  html body footer .footerOne .centerBox .form p textarea {
    resize: none;
    height: 87px;
    outline: none;
  }

  html body footer .footerOne .centerBox .form input::placeholder,
  html body footer .footerOne .centerBox .form input::-webkit-input-placeholder,
  html body footer .footerOne .centerBox .form textarea::placeholder {
    font-size: 13px;
    line-height: 35px;
  }

  html body footer .footerOne .centerBox .form .yzm span {
    top: calc(50% + 3px);
  }

  html body footer .footerOne .centerBox .form .buttonBox button {
    height: 35px;
  }

  html body footer .footTwo .icBox a {
    width: 32px;
    height: 32px;
  }

  html body footer .footTwo .icBox a i {
    line-height: 32px;
    font-size: 15px;
  }

  html body footer .footTwo .fbThree {
    font-size: 13px;
  }

  html body footer>hr {
    margin: 20px 0px;
  }

  html body .indexBody .bigFont {
    font-size: 40px;
    line-height: 50px;
  }

  html body .indexBody .xiahua {
    margin-top: 10px;
  }

  html body .indexBody .buttonBox {
    font-size: 16px;
  }

  html body .indexBody .indexBodyOne .textBox {
    top: 30%;
  }
  html body .indexBody .indexBodyOne .textBox .bannertext {
    font-size: 37px;
    line-height: 60px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox {
    margin-top: 40px;
    font-size: 16px;
    width: 160px;
    line-height: 40px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox a i {
    line-height: 40px;
    font-size: 25px;
  }

  html body .indexBody .indexBodyTwo {
    margin-top: 60px;
  }

  html body .indexBody .indexBodyTwo figure {
    padding: 25px 0px;
  }

  html body .indexBody .indexBodyTwo figure .topText {
    font-size: 30px;
  }

  html body .indexBody .indexBodyTwo figure a {
    width: 90%;
    margin-top: 8px;
    font-size: 16px;
  }

  html body .indexBody .indexBodyThree {
    margin-top: 50px;
  }

  html body .indexBody .indexBodyThree .bottomBox {
    margin-top: 15px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox {
    font-size: 20px;
    line-height: 60px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a {
    width: 100%;
    padding: 0px 10px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a i {
    font-size: 35px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev,
  html body .indexBody .indexBodyThree .bottomBox .swiper-button-next {
    width: 40px;
    height: 40px;
    top: calc(50% + 5px);
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev i,
  html body .indexBody .indexBodyThree .bottomBox .swiper-button-next i {
    font-size: 25px;
  }

  html body .indexBody .indexBodyThree .buttonBox {
    width: 210px;
    margin: 20px auto 0px auto;
    line-height: 40px;
  }

  html body .indexBody .indexBodyFour {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  html body .indexBody .indexBodyFour .leftBox {
    width: 48.14%;
  }

  html body .indexBody .indexBodyFour .leftBox::before {
    height: 76%;
  }

  html body .indexBody .indexBodyFour .rightBox {
    width: 46.7%;
    margin-top: 0px;
  }

  html body .indexBody .indexBodyFour .rightBox .xiahua {
    margin: 10px 0px 15px 0px;
  }

  html body .indexBody .indexBodyFour .rightBox .textBox {
    width: 95%;
    font-size: 16px;
  }

  html body .indexBody .indexBodyFive {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  html body .indexBody .indexBodyFive .smallFont {
    font-size: 15px;
    margin-top: 5px;
    line-height: 30px;
  }

  html body .indexBody .indexBodyFive .figureBox figure {
    padding: 40px 2.2%;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top {
    font-size: 32px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top .imgBox {
    width: 50px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .bottom {
    font-size: 25px;
    margin-top: 50px;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne {
    padding: 22px 2.2%;
    font-size: 17px;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne .buttonBox {
    font-size: 16px;
    line-height: 30px;
    width: 180px;
    margin: 20px auto 0px auto;
  }

  html body .indexBody .indexBodySix {
    padding: 60px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox .xiahua {
    margin: 15px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox .textBox {
    line-height: 33px;
    font-size: 16px;
  }

  html body .indexBody .indexBodySix .rightBox {
    width: 60.65%;
    right: 1%;
  }

  html body .indexBody .indexBodySeven {
    padding: 60px 0px;
  }

  html body .indexBody .indexBodySeven .figureBox {
    margin-top: 15px;
  }

  html body .indexBody .indexBodySeven .figureBox figure {
    width: 31.7%;
    margin-left: 2.45%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox {
    padding: 15px 7% 25px 6%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .one {
    font-size: 21px;
    line-height: 30px;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .two {
    margin-top: 5px;
    font-size: 17px;
    line-height: 28px;
  }

  html body .indexBody .indexBodyEight {
    padding: 60px 0px;
  }

  html body .indexBody .indexBodyEight .content .imgBox {
    margin-top: 20px;
  }

  html body .indexBody .indexBodyEight .content .imgBox .bofang {
    width: 85px;
  }

  html body .indexBody .indexBodyNine {
    padding: 60px 0px;
  }

  html body .indexBody .indexBodyNine .figureBox {
    margin-top: 20px;
  }

  html body .indexBody .indexBodyNine .figureBox figure>a {
    width: 250px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .topText {
    font-size: 18px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .shijian {
    font-size: 16px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox>a {
    font-size: 16px;
  }

  html body .indexBody .indexBodyTen {
    padding: 00px 0px 60px 0px;
  }

  html body .indexBody .indexBodyTen .imgsBox {
    margin-top: 25px;
  }

  html body .indexBody .indexEleven {
    padding: 60px 0px;
  }

  html body .indexBody .indexEleven .content .smallFont {
    font-size: 18px;
    line-height: 35px;
  }

  html body .indexBody .indexEleven .content form {
    margin: 0px auto;
  }

  html body .indexBody .indexEleven .content form input {
    height: 60px;
  }

  html body .indexBody .indexEleven .content form input::placeholder,
  html body .indexBody .indexEleven .content form input::-webkit-input-placeholder,
  html body .indexBody .indexEleven .content form textarea::placeholder {
    font-size: 18px;
    line-height: 60px;
  }

  html body .indexBody .indexEleven .content form input,
  html body .indexBody .indexEleven .content form textarea {
    font-size: 18px;
    line-height: 60px;
    text-indent: 60px;
  }

  html body .indexBody .indexEleven .content form textarea {
    height: 150px;
  }

  html body .indexBody .indexEleven .content form p {
    margin-top: 15px;
  }

  html body .indexBody .indexEleven .content form p i {
    font-size: 28px;
    top: 15px;
    left: 15px;
  }

  html body .indexBody .indexEleven .content form .afterBox::before {
    top: 25px;
    left: 50px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma input {
    height: 60px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma span {
    height: 60px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma::before {
    left: 20px !important;
    top: 25px !important;
  }

  html body .indexBody .indexEleven .content form .buttBox input {
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }

  html body .oneOneBody .middleText {
    font-size: 22px;
  }

  html body .oneOneBody .bigFont {
    font-size: 33px;
    line-height: 40px;
  }

  html body .oneOneBody .textBox {
    font-size: 16px;
    line-height: 35px;
  }

  html body .oneOneBody .xiahua {
    margin-top: 15px;
  }

  html body .oneOneBody .containerOne {
    padding-top: 40px;
  }

  html body .oneOneBody .containerOne .leftBox .middleText {
    margin-top: 0px;
  }

  html body .oneOneBody .containerOne .leftBox .bigFont {
    margin: 5px 0px;
  }

  html body .oneOneBody .containerTwo .figureBox figure {
    padding: 25px 0px;
  }

  html body .oneOneBody .containerTwo .figureBox figure .topText {
    font-size: 30px;
  }

  html body .oneOneBody .containerTwo .figureBox figure p {
    width: 90%;
    margin-top: 8px;
    font-size: 16px;
  }

  html body .oneOneBody .containerThree figure {
    padding: 50px 0px;
  }

  html body .oneOneBody .containerThree figure .content {
    align-items: center;
  }

  html body .oneOneBody .containerThree figure .content .rightBox .bigFont {
    margin: 10px 0px 0px 0px;
  }

  html body .oneOneBody .containerThree figure .content .rightBox .textBox {
    margin-top: 5px;
  }

  html body .oneOneBody .containerThree figure .content .leftBox {
    width: 38%;
  }

  html body .oneOneBody .containerThree figure:nth-of-type(2n) {
    padding: 40px 0px;
  }

  html body .oneOneBody .containerFour {
    padding-top: 40px;
  }

  html body .oneOneBody .containerFour .rightBox .bigFont {
    margin-top: 5px;
  }

  html body .oneOneBody .containerFour .rightBox .textBox {
    margin-top: 5px;
  }

  html body .oneOneBody .containerFive {
    padding-top: 40px;
  }

  html body .oneOneBody .containerFive .swiper-container {
    margin-top: 65px;
  }

  html body .oneOneBody .containerSix {
    padding-top: 40px;
  }

  html body .oneOneBody .containerSix .imgsBox {
    margin-top: 25px;
  }

  html body .twoOneBody .containerOne .topBox h1 {
    font-size: 35px;
  }

  html body .twoOneBody .containerOne .topBox img {
    width: 35px;
  }

  html body .twoOneBody .containerOne .topBox p {
    font-size: 20px;
    margin-top: 0px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox {
    font-size: 16px;
    line-height: 26px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 10px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 20px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 60px;
  }

  html body .twoOneBody .containerTwo {
    padding-top: 40px;
  }

  html body .twoOneBody .containerThree {
    margin-top: 40px;
    padding: 20px 0px;
  }

  html body .twoOneBody .containerThree .content .leftBox {
    padding-top: 30px;
    padding-right: 5%;
  }

  html body .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 40px;
    line-height: 50px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox {
    font-size: 16px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 10px;
  }

  html body .twoOneBody .containerThree .content .rightBox {
    padding: 30px 0px 70px 0px;
  }

  html body .twoOneBody .containerThree .content .rightBox::before {
    width: 110%;
    left: -5%;
  }

  html body .twoOneBody .containerThree .content .rightBox figure {
    width: 47%;
    margin-left: 6%;
    margin-top: 30px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure>a {
    width: 45px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 20px;
    line-height: 26px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 16px;
    line-height: 26px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 16px;
    line-height: 40px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 160px;
  }

  html body .threeOneBody .containerOne .rightBox {
    padding-top: 10px;
  }

  html body .threeOneBody .containerOne .rightBox .smallFont {
    font-size: 20px;
    line-height: 40px;
  }

  html body .threeOneBody .containerOne .rightBox .bigFont {
    font-size: 32px;
    line-height: 45px;
  }

  html body .threeOneBody .containerOne .rightBox .textBox {
    font-size: 16px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox {
    margin-top: 15px;
    font-size: 16px;
    line-height: 33px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox a {
    width: 160px;
  }

  html body .threeOneBody .containerTwo {
  	margin-top: 40px;
  	margin-bottom: 40px;
  }
  
  html body .threeOneBody .containerTwo>div{
  	max-width: 110px;
  }
  html body .threeOneBody .containerTwo .tb_1{
  	left: 7%;
  	bottom: 33%;
  }
  html body .threeOneBody .containerTwo .tb_2{
  	left: 15%;
  	top: 23%;
  }
  html body .threeOneBody .containerTwo .tb_3{
  	left: 50%;
  	top: 6%;
  	transform: translateX(-50%);
  }
  html body .threeOneBody .containerTwo .tb_4{
  	right: 20%;
  	top: 24%;
  }
  html body .threeOneBody .containerTwo .tb_5{
  	bottom: 30%;
  	right: 5%;
  }
  html body .threeOneBody .containerTwo .textBox{
  	max-width: initial;
  	width: 50%;
  	left: 50%;
  	bottom: 17%;
  	transform: translate(-50%);
  	
  }
  html body .threeOneBody .containerTwo .textBox .top{
  		font-size: 20px;
  		line-height: 28px;
  }
  html body .threeOneBody .containerTwo .textBox .bottom{
  	font-size: 15px;
  	line-height: 20px;
  	margin-top: 15px;
  }
  html body .threeOneBody .containerTwo>div .logo_box{
  	width: 40px;
  	
  }
  html body .threeOneBody .containerTwo>div .logo_js{
  	font-size: 15px;
  	line-height: 20px;
  	margin-top: 8px;
  }

  html body .threeOneBody .containerTwo p {
    margin-top: 10px;
    font-size: 32px;
    line-height: 45px;
  }

  html body .threeOneBody .containerFour {
    padding: 30px 0px;
  }

  html body .threeOneBody .containerFour figure .bigFont {
    font-size: 32px;
    line-height: 45px;
    margin: 20px 0px 15px 0px;
  }

  html body .threeOneBody .containerFour figure .textBox {
    font-size: 16px;
    line-height: 30px;
  }

  html body .threeOneBody .containerFive {
    padding-top: 30px;
  }

  html body .threeOneBody .containerFive .content .rightBox {
    padding-top: 30px;
  }

  html body .threeOneBody .containerFive .content .bigFont {
    font-size: 36px;
  }

  html body .threeOneBody .containerFive .content .xiahua {
    margin-top: 10px;
  }

  html body .threeOneBody .containerFive .content .textBox {
    font-size: 14px;
    line-height: 26px;
  }

  html body .threeOneBody .containerFive .content .textBox p {
    margin-top: 10px;
  }

  html body .threeTwoBody .bigFont {
    font-size: 32px;
    line-height: 40px;
  }

  html body .threeTwoBody .textBox {
    font-size: 16px;
  }

  html body .threeTwoBody .containerOne .textBox {
    margin: 10px 0px 15px 0px;
  }

  html body .threeTwoBody .containerOne .buttonBox {
    font-size: 16px;
    line-height: 34px;
  }

  html body .threeTwoBody .containerOne .buttonBox a {
    width: 180px;
  }

  html body .threeTwoBody .containerTwo {
    padding-top: 40px;
  }

  html body .threeTwoBody .containerTwo .rightBox p {
    font-size: 50px;
  }

  html body .threeTwoBody .containerThree {
    padding-top: 30px;
  }

  html body .threeTwoBody .containerFour {
    padding-top: 0px;
  }

  html body .threeTwoBody .containerFour figure {
    margin-top: 40px;
    width: 48%;
    margin-left: 4%;
    min-height: 23vw;
    padding: 35px 1.55%;
  }

  html body .threeTwoBody .containerFour figure .topText {
    font-size: 21px;
    line-height: 30px;
  }

  html body .threeTwoBody .containerFour figure .text {
    margin-top: 15px;
  }

  html body .threeTwoBody .containerFour figure .numBox {
    width: 65.5%;
    font-size: 42px;
    top: 99%;
  }

  html body .threeTwoBody .containerFour figure .numBox span {
    line-height: 52px;
  }

  html body .threeTwoBody .containerFour figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }

  html body .threeTwoBody .containerFive {
    padding-top: 40px;
  }

  html body .threeTwoBody .containerFive .rightBox {
    width: 29%;
  }

  html body .threeTwoBody .containerSix {
    padding-bottom: 30px;
  }

  html body .threeTwoBody .containerSix .biaoti {
    font-size: 38px;
  }

  html body .threeTwoBody .containerSix .xiahua {
    height: 4px;
    transform: translateX(-120%);
    margin: 15px auto 0px auto;
  }

  html body .threeTwoBody .containerSix .swiper {
    padding-top: 25px;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev,
  html body .threeTwoBody .containerSix .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 60%;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev i,
  html body .threeTwoBody .containerSix .swiper-button-next i {
    font-size: 28px;
  }

  html body .fourOneBody .containerOne {
    margin-top: 10px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox {
    width: 46.7%;
    padding-top: 0px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .topText {
    font-size: 21px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .rili {
    font-size: 14px;
    margin-top: 0px;
    line-height: 30px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox {
    font-size: 14px;
    margin: 5px 0px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .more {
    font-size: 14px;
    padding-bottom: 55px;
  }

  html body .fourOneBody .containerOne .swiper-button-next,
  html body .fourOneBody .containerOne .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 53.25%;
  }

  html body .fourOneBody .containerOne .swiper-button-next i,
  html body .fourOneBody .containerOne .swiper-button-prev i {
    font-size: 15px;
  }

  html body .fourOneBody .containerTwo figure {
    align-items: center;
  }

  html body .fourOneBody .containerTwo figure .textBox {
    width: 50%;
  }

  html body .fourOneBody .containerTwo figure .textBox .topText {
    font-size: 14px;
  }

  html body .fourOneBody .containerTwo figure .textBox .ttBox {
    font-size: 14px;
  }

  html body .fourOneBody .containerTwo .pageNumber {
    margin: 30px auto;
    font-size: 13px;
  }

  html body .fourOneBody .containerTwo .pageNumber a {
    min-width: 30px;
    line-height: 26px;
  }

  html body .fourTwoBody .containerOne {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  html body .fourTwoBody .containerOne h1 {
    font-size: 21px;
    line-height: 33px;
  }

  html body .fourTwoBody .containerOne .shijian {
    margin-top: 10px;
    font-size: 14px;
  }

  html body .fourTwoBody .containerOne .shijian .share img {
    margin-left: 15px;
  }

  html body .fourTwoBody .containerTwo {
    padding-top: 30px;
  }

  html body .fourTwoBody .containerTwo .textBox p {
    font-size: 14px;
  }

  html body .fourTwoBody .containerTwo .textBox em {
    font-size: 20px;
  }

  html body .fourTwoBody .containerTwo .bottomBox {
    margin-top: 40px;
    padding: 5px 0px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .pn {
    font-size: 14px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .con {
    font-size: 14px;
  }

  html body .fourTwoBody .containerThree {
    padding: 40px 2%;
  }

  html body .fourTwoBody .containerThree .leftBox {
    width: 32%;
  }

  html body .fourTwoBody .containerThree .rightBox .bigFont {
    font-size: 38px;
    line-height: 50px;
  }

  html body .fourTwoBody .containerThree .rightBox .smallFont {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0px 20px 0px;
  }

  html body .fourTwoBody .containerThree .rightBox .buttonBox {
    width: 160px;
    line-height: 38px;
    font-size: 15px;
  }

  html body .fiveOneBody .bottomForm {
    padding-top: 20px;
  }

  html body .bottomForm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  html body .bottomForm .leftBox {
    width: 40%;
    margin-top: 20px;
  }

  html body .bottomForm .topText {
    font-size: 31px;
  }

  html body .bottomForm .centerText {
    margin-top: 0px;
    font-size: 14px;
    line-height: 28px;
  }

  html body .bottomForm .logoBox {
    padding-top: 10px;
  }

  html body .bottomForm .logoBox p {
    font-size: 15px;
    line-height: 40px;
    margin-top: 20px;
  }

  html body .bottomForm .logoBox p i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-right: 15px;
  }

  html body .bottomForm .rightBox {
    width: 57.1%;
    padding-top: 0px;
  }

  html body .bottomForm .rightBox .topText {
    text-indent: 30px;
  }

  html body .bottomForm .rightBox form {
    padding-top: 5px;
    width: 90%;
    padding-bottom: 40px;
  }

  html body .bottomForm .rightBox p {
    margin-top: 10px;
  }

  html body .bottomForm .rightBox textarea {
    height: 130px;
  }

  html body .bottomForm .rightBox .leftTop {
    width: 48.3%;
  }

  html body .bottomForm .rightBox .leftTop:nth-of-type(2) {
    margin-left: 3.4%;
  }

  html body .bottomForm .rightBox input,
  html body .bottomForm .rightBox textarea {
    font-size: 14px;
    line-height: 40px;
  }

  html body .bottomForm .rightBox input {
    height: 40px;
  }

  html body .bottomForm .rightBox .afterBox::before {
    left: -10px;
    top: 12px;
  }

  html body .bottomForm .rightBox input::placeholder,
  html body .bottomForm .rightBox input::-webkit-input-placeholder,
  html body .bottomForm .rightBox textarea::placeholder {
    font-size: 14px;
    line-height: 40px;
  }

  html body .bottomForm .rightBox .yanzhengma {
    width: 60.4%;
  }

  html body .bottomForm .rightBox .buttonBox {
    margin-left: 3.6%;
    width: 36%;
  }

  html body .bottomForm .rightBox .buttonBox input {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }

  html body .bottomForm .rightBox .yanzhengma input{
    width: 54.4%;
    vertical-align: middle;
  }

  html body .bottomForm .rightBox .yanzhengma span,
  html body .bottomForm .rightBox .buttonBox span {
    margin-left: 5.4%;
    height: 40px;
  }

  html body .bottomForm .rightBox .yanzhengma span img,
  html body .bottomForm .rightBox .buttonBox span img {
    height: 38px;
  }
}

@media screen and (max-width: 1000px) {
  html body .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
  }

  html body .rightMenu>a,
  html body .rightMenu>span {
    flex: 1;
    border-radius: 0px;
  }

  html body .rightMenu>a i,
  html body .rightMenu>span i {
    font-size: 20px;
  }

  html body .rightMenu>span:not(:nth-of-type(1))>a {
    width: 20px;
    height: 20px;
  }

  html body .rightMenu>span:not(:nth-of-type(1))>a i {
    font-size: 16px;
  }

  html body .rightMenu>span:nth-of-type(1) {
    position: relative;
  }

  html body .rightMenu>span:nth-of-type(1)>img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }

  html body .rightMenu>span:nth-of-type(1):active>img {
    display: block;
  }

  html body .mbx {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }

  html body .mbx span .icon-home-fill {
    font-size: 18px;
    margin-right: 8px;
  }

  html body .mbx span .icon-right1 {
    font-size: 12px;
    margin-right: 2px;
  }

  html body header {
    padding: 13px 0px;
  }

  html body header .headcontent .logoBox a {
    width: 110px;
  }

  html body header .headcontent>ul .menuOne {
    display: none;
    margin-right: 20px;
    font-size: 18px;
  }

  html body header .headcontent>ul .lang {
    margin-right: 20px;
  }

  html body header .headcontent>ul .lang p i {
    font-size: 28px;
  }

  html body header .headcontent>ul .lang p span {
    margin-left: 5px;
    font-size: 16px;
    display: none;
  }

  html body header .headcontent>ul .sousuo {
    display: none;
  }

  html body header .headcontent>ul .zhedie {
    display: block;
  }

  html body .header {
    padding: 13px 0px;
  }

  html body .oneOneBody .middleText {
    font-size: 21px;
  }

  html body .oneOneBody .bigFont {
    font-size: 30px;
    line-height: 35px;
  }

  html body .oneOneBody .textBox {
    font-size: 15px;
    line-height: 30px;
  }

  html body .oneOneBody .xiahua {
    margin-top: 8px;
  }

  html body .oneOneBody .containerOne {
    padding-top: 15px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  html body .oneOneBody .containerOne .leftBox,
  html body .oneOneBody .containerOne .rightBox {
    width: 100%;
  }

  html body .oneOneBody .containerOne .leftBox img,
  html body .oneOneBody .containerOne .rightBox img {
    transform: translate(0);
  }

  html body .oneOneBody .containerOne .leftBox .middleText {
    margin-top: 0px;
  }

  html body .oneOneBody .containerOne .leftBox .bigFont {
    margin: 5px 0px;
  }

  html body .oneOneBody .containerTwo .figureBox {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  html body .oneOneBody .containerTwo .figureBox figure {
    margin-top: 10px;
    width: 48%;
    margin-left: 4%;
    padding: 25px 0px;
  }

  html body .oneOneBody .containerTwo .figureBox figure .topText {
    font-size: 30px;
  }

  html body .oneOneBody .containerTwo .figureBox figure p {
    width: 90%;
    margin-top: 8px;
    font-size: 14px;
  }

  html body .oneOneBody .containerTwo .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .oneOneBody .containerThree figure {
    padding: 50px 0px;
  }

  html body .oneOneBody .containerThree figure .content {
    align-items: center;
    flex-wrap: wrap;
  }

  html body .oneOneBody .containerThree figure .content .rightBox {
    width: 100%;
  }

  html body .oneOneBody .containerThree figure .content .rightBox .bigFont {
    margin: 10px 0px 0px 0px;
  }

  html body .oneOneBody .containerThree figure .content .rightBox .textBox {
    margin-top: 5px;
  }

  html body .oneOneBody .containerThree figure .content .leftBox {
    width: 100%;
  }

  html body .oneOneBody .containerThree figure:nth-of-type(2n) {
    padding: 40px 0px;
  }

  html body .oneOneBody .containerFour {
    flex-wrap: wrap;
    padding-top: 30px;
  }

  html body .oneOneBody .containerFour .leftBox,
  html body .oneOneBody .containerFour .rightBox {
    width: 100%;
  }

  html body .oneOneBody .containerFour .rightBox .bigFont {
    margin-top: 5px;
  }

  html body .oneOneBody .containerFour .rightBox .textBox {
    margin-top: 5px;
  }

  html body .oneOneBody .containerFive {
    padding-top: 30px;
  }

  html body .oneOneBody .containerFive .swiper-container {
    margin-top: 100px;
  }

  html body .oneOneBody .containerFive .swiper-button-next,
  html body .oneOneBody .containerFive .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 45%;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  html body .oneOneBody .containerFive .swiper-button-next::after,
  html body .oneOneBody .containerFive .swiper-button-prev::after {
    display: none;
  }

  html body .oneOneBody .containerFive .swiper-button-next i,
  html body .oneOneBody .containerFive .swiper-button-prev i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }

  html body .oneOneBody .containerFive .swiper-button-next {
    right: 2%;
  }

  html body .oneOneBody .containerFive .swiper-button-prev {
    left: 2%;
  }

  html body .oneOneBody .containerSix .imgsBox {
    margin-top: 20px;
  }

 /* html body .oneOneBody .containerSix .imgsBox a {
    width: 30% !important;
    margin-left: 7%;
  }

  html body .oneOneBody .containerSix .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }

  html body .oneOneBody .containerSix .imgsBox .two,
  html body .oneOneBody .containerSix .imgsBox .four,
  html body .oneOneBody .containerSix .imgsBox .five {
    width: 25% !important;
  } */

  html body .twoOneBody .zoomPad {
    cursor: default !important;
  }

  html body .twoOneBody .zoomPup {
    display: none !important;
  }

  html body .twoOneBody .zoomWindow {
    display: none !important;
  }

  html body .twoOneBody .zoomPreload {
    display: none !important;
  }

  html body .twoOneBody .containerOne .topBox {
    text-align: center;
    font-size: 33px;
  }
  html body .twoOneBody .containerOne .topBox h1{
    font-size: 33px;
  }

  html body .twoOneBody .containerOne .topBox img {
    width: 33px;
  }

  html body .twoOneBody .containerOne .topBox p {
    font-size: 18px;
    margin-top: 0px;
  }

  html body .twoOneBody .containerOne .prob-pic {
    width: 100%;
  }

  html body .twoOneBody .containerOne .rightBox {
    width: 100%;
  }

  html body .twoOneBody .containerOne .rightBox .textBox {
    font-size: 16px;
    line-height: 26px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 10px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 18px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 45px;
    padding-left: 5%;
  }

  html body .twoOneBody .containerTwo {
    padding-top: 30px;
  }

  html body .twoOneBody .containerThree {
    margin-top: 30px;
    padding: 20px 0px;
    background: none;
  }

  html body .twoOneBody .containerThree .content {
    flex-wrap: wrap;
  }

  html body .twoOneBody .containerThree .content .leftBox {
    background: url('../img/2-1imgFive.jpg') no-repeat left center;
    background-size: cover;
    width: 100%;
    padding: 5% 30px;
  }

  html body .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 40px;
    line-height: 50px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox {
    font-size: 16px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 10px;
  }

  html body .twoOneBody .containerThree .content .rightBox {
    width: 100%;
    padding: 40px 5% 40px 5%;
    background: url('../img/2-1imgSix.jpg') no-repeat left center;
    background-size: cover;
  }

  html body .twoOneBody .containerThree .content .rightBox::before {
    width: 90%;
    left: 5%;
    top: 5%;
    height: 90%;
  }

  html body .twoOneBody .containerThree .content .rightBox figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 15px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure>a {
    width: 40px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 18px;
    line-height: 26px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 15px;
    line-height: 26px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 15px;
    line-height: 40px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 160px;
  }

  html body .threeOneBody .containerOne {
    flex-wrap: wrap;
    justify-content: center;
  }

  html body .threeOneBody .containerOne .rightBox {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }

  html body .threeOneBody .containerOne .rightBox .smallFont {
    font-size: 18px;
    line-height: 35px;
  }

  html body .threeOneBody .containerOne .rightBox .bigFont {
    font-size: 28px;
    line-height: 40px;
  }

  html body .threeOneBody .containerOne .rightBox .textBox {
    font-size: 15px;
    margin-top: 0px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox {
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox a {
    width: 160px;
  }

  html body .threeOneBody .containerOne .leftBox {
    width: 90%;
  }

  html body .threeOneBody .containerTwo {
  	margin-top: 40px;
  	margin-bottom: 40px;
  }
  
  html body .threeOneBody .containerTwo>div{
  	max-width: 100px;
  }
  html body .threeOneBody .containerTwo .tb_1{
  	left: 7%;
  	bottom: 33%;
  }
  html body .threeOneBody .containerTwo .tb_2{
  	left: 11%;
  	top: 23%;
  }
  html body .threeOneBody .containerTwo .tb_3{
  	left: 50%;
  	top: 4%;
  	transform: translateX(-50%);
  }
  html body .threeOneBody .containerTwo .tb_4{
  	right: 20%;
  	top: 24%;
  }
  html body .threeOneBody .containerTwo .tb_5{
  	bottom: 30%;
  	right: 2%;
  }
  html body .threeOneBody .containerTwo .textBox{
  	max-width: initial;
  	width: 60%;
  	left: 50%;
  	bottom: 17%;
  	transform: translate(-50%);
  	
  }
  html body .threeOneBody .containerTwo .textBox .top{
  		font-size: 16px;
  		line-height: 25px;
  }
  html body .threeOneBody .containerTwo .textBox .bottom{
  	font-size: 13px;
  	line-height: 18px;
  	margin-top: 15px;
  }
  html body .threeOneBody .containerTwo>div .logo_box{
  	width: 30px;
  }
  html body .threeOneBody .containerTwo>div .logo_js{
  	font-size: 13px;
  	line-height: 14px;
  	margin-top: 3px;
  }

  html body .threeOneBody .containerTwo p {
    margin-top: 5px;
    font-size: 28px;
    line-height: 40px;
  }

  html body .threeOneBody .containerFour {
    padding: 20px 0px;
  }

  html body .threeOneBody .containerFour figure .bigFont {
    font-size: 28px;
    line-height: 40px;
    margin: 5px 5px;
  }

  html body .threeOneBody .containerFour figure .textBox {
    font-size: 14px;
    line-height: 28px;
  }

  html body .threeOneBody .containerFive {
    padding-top: 20px;
  }

  html body .threeOneBody .containerFive .content .rightBox {
    padding-top: 5px;
  }

  html body .threeOneBody .containerFive .content .bigFont {
    font-size: 26px;
  }

  html body .threeOneBody .containerFive .content .xiahua {
    margin-top: 8px;
  }

  html body .threeOneBody .containerFive .content .textBox {
    padding-top: 0px;
    font-size: 13px;
    line-height: 24px;
  }

  html body .threeOneBody .containerFive .content .textBox p {
    margin-top: 8px;
  }

  html body .threeTwoBody .bigFont {
    font-size: 28px;
    line-height: 35px;
  }

  html body .threeTwoBody .textBox {
    font-size: 15px;
    line-height: 28px;
  }

  html body .threeTwoBody .containerOne .textBox {
    margin: 10px 0px 15px 0px;
  }

  html body .threeTwoBody .containerOne .buttonBox {
    font-size: 16px;
    line-height: 34px;
  }

  html body .threeTwoBody .containerOne .buttonBox a {
    width: 180px;
  }

  html body .threeTwoBody .containerTwo {
    padding-top: 20px;
  }

  html body .threeTwoBody .containerTwo .rightBox p {
    font-size: 40px;
  }

  html body .threeTwoBody .containerThree {
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  html body .threeTwoBody .containerThree .leftBox {
    width: 80%;
  }

  html body .threeTwoBody .containerThree .rightBox {
    width: 95%;
    margin-top: 10px;
  }

  html body .threeTwoBody .containerFour figure {
    margin-top: 40px;
    width: 48%;
    margin-left: 4%;
    min-height: 23vw;
    padding: 35px 2.5% 45px 2.5%;
  }

  html body .threeTwoBody .containerFour figure .topText {
    font-size: 18px;
    line-height: 30px;
  }

  html body .threeTwoBody .containerFour figure .text {
    margin-top: 10px;
    font-size: 15px;
  }

  html body .threeTwoBody .containerFour figure .numBox {
    width: 70%;
    font-size: 36px;
    top: 98.5%;
  }

  html body .threeTwoBody .containerFour figure .numBox span {
    line-height: 45px;
  }

  html body .threeTwoBody .containerFour figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }

  html body .threeTwoBody .containerFive {
    padding-top: 40px;
  }

  html body .threeTwoBody .containerFive .rightBox {
    width: 29%;
  }

  html body .threeTwoBody .containerSix {
    padding-bottom: 30px;
  }

  html body .threeTwoBody .containerSix .biaoti {
    font-size: 32px;
  }

  html body .threeTwoBody .containerSix .xiahua {
    height: 4px;
    transform: translateX(-90%);
    margin: 8px auto 0px auto;
  }

  html body .threeTwoBody .containerSix .swiper {
    padding-top: 15px;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev,
  html body .threeTwoBody .containerSix .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 60%;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev i,
  html body .threeTwoBody .containerSix .swiper-button-next i {
    font-size: 28px;
  }

  html body .fourOneBody .containerOne {
    margin-top: 10px;
  }

  html body .fourOneBody .containerOne .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
  }

  html body .fourOneBody .containerOne .swiper-slide .leftBox {
    width: 80%;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox {
    width: 100%;
    padding-top: 0px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .topText {
    font-size: 19px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .rili {
    font-size: 14px;
    margin-top: 0px;
    line-height: 30px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox {
    font-size: 14px;
    margin: 5px 0px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .more {
    font-size: 14px;
    padding-bottom: 0px;
  }

  html body .fourOneBody .containerOne .swiper-button-next,
  html body .fourOneBody .containerOne .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 30%;
    left: 0%;
  }

  html body .fourOneBody .containerOne .swiper-button-next {
    transform: translate(0);
    left: auto;
    right: 0%;
  }

  html body .fourOneBody .containerOne .swiper-button-next i,
  html body .fourOneBody .containerOne .swiper-button-prev i {
    font-size: 15px;
  }

  html body .fourOneBody .containerTwo figure {
    padding: 15px 2.2%;
    width: 100%;
    align-items: center;
    margin-left: 0%;
    margin-top: 15px;
  }

  html body .fourOneBody .containerTwo figure .textBox {
    width: 50%;
  }

  html body .fourOneBody .containerTwo figure .textBox .topText {
    font-size: 16px;
  }

  html body .fourOneBody .containerTwo figure .textBox .ttBox {
    font-size: 16px;
  }

  html body .fourOneBody .containerTwo .pageNumber {
    margin: 20px auto;
    font-size: 13px;
  }

  html body .fourOneBody .containerTwo .pageNumber a {
    min-width: 30px;
    line-height: 26px;
  }

  html body .fourTwoBody .containerOne {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  html body .fourTwoBody .containerOne h1 {
    font-size: 19px;
    line-height: 30px;
  }

  html body .fourTwoBody .containerOne .shijian {
    margin-top: 5px;
    font-size: 14px;
  }

  html body .fourTwoBody .containerOne .shijian .share img {
    margin-left: 10px;
  }

  html body .fourTwoBody .containerTwo {
    padding-top: 20px;
  }

  html body .fourTwoBody .containerTwo .textBox p {
    font-size: 14px;
  }

  html body .fourTwoBody .containerTwo .textBox em {
    font-size: 18px;
  }

  html body .fourTwoBody .containerTwo .bottomBox {
    margin-top: 20px;
    padding: 0px 0px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .pn {
    font-size: 13px;
    line-height: 24px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .con {
    font-size: 13px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .jiantou {
    font-size: 25px;
  }

  html body .fourTwoBody .containerThree {
    padding: 20px 2%;
  }

  html body .fourTwoBody .containerThree .leftBox {
    width: 32%;
  }

  html body .fourTwoBody .containerThree .rightBox {
    width: 63%;
  }

  html body .fourTwoBody .containerThree .rightBox .bigFont {
    font-size: 32px;
    line-height: 40px;
  }

  html body .fourTwoBody .containerThree .rightBox .smallFont {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 10px 0px;
  }

  html body .fourTwoBody .containerThree .rightBox .buttonBox {
    width: 140px;
    line-height: 33px;
    font-size: 15px;
  }

  html body .fiveOneBody .bottomForm {
    padding-top: 15px;
  }

  html body .indexBody .bigFont {
    font-size: 32px;
    line-height: 40px;
  }

  html body .indexBody .xiahua {
    margin-top: 10px;
  }

  html body .indexBody .buttonBox {
    font-size: 16px;
  }

  html body .indexBody .indexBodyOne .textBox {
    top: 25%;
  }

  html body .indexBody .banner .slick-next,
  html body .indexBody .banner .slick-prev {
    display: none !important;
  }

  html body .indexBody .indexBodyOne .textBox .bannertext {
    font-size: 30px;
    line-height: 40px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox {
    margin-top: 20px;
    font-size: 15px;
    width: 140px;
    line-height: 35px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox a i {
    line-height: 35px;
    font-size: 23px;
  }

  html body .indexBody .indexBodyTwo {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  html body .indexBody .indexBodyTwo figure {
    margin-top: 15px;
    width: 48%;
    margin-left: 4%;
    padding: 25px 0px;
  }

  html body .indexBody .indexBodyTwo figure .topText {
    font-size: 30px;
  }

  html body .indexBody .indexBodyTwo figure a {
    width: 90%;
    margin-top: 8px;
    font-size: 14px;
  }

  html body .indexBody .indexBodyTwo figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .indexBody .indexBodyThree {
    margin-top: 40px;
  }

  html body .indexBody .indexBodyThree .bottomBox {
    margin-top: 15px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox {
    font-size: 18px;
    line-height: 50px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a {
    width: 100%;
    padding: 0px 10px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-slide .textBox a i {
    font-size: 30px;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev,
  html body .indexBody .indexBodyThree .bottomBox .swiper-button-next {
    width: 35px;
    height: 35px;
    top: 50%;
  }

  html body .indexBody .indexBodyThree .bottomBox .swiper-button-prev i,
  html body .indexBody .indexBodyThree .bottomBox .swiper-button-next i {
    font-size: 20px;
  }

  html body .indexBody .indexBodyThree .buttonBox {
    width: 210px;
    margin: 20px auto 0px auto;
    line-height: 40px;
  }

  html body .indexBody .indexBodyFour {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  html body .indexBody .indexBodyFour .content {
    flex-wrap: wrap;
    justify-content: center;
  }

  html body .indexBody .indexBodyFour .leftBox {
    width: 80%;
  }

  html body .indexBody .indexBodyFour .leftBox::before {
    display: none;
  }

  html body .indexBody .indexBodyFour .leftBox a {
    transform: translate(0%);
  }

  html body .indexBody .indexBodyFour .rightBox {
    width: 100%;
    margin-top: 0px;
  }

  html body .indexBody .indexBodyFour .rightBox .bigFont {
    text-align: center;
  }

  html body .indexBody .indexBodyFour .rightBox .xiahua {
    margin: 10px auto;
  }

  html body .indexBody .indexBodyFour .rightBox .textBox {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
  }

  html body .indexBody .indexBodyFive {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  html body .indexBody .indexBodyFive .smallFont {
    font-size: 14px;
    margin-top: 5px;
    line-height: 25px;
  }

  html body .indexBody .indexBodyFive .figureBox figure {
    width: 48%;
    padding: 30px 2.2%;
    margin-left: 4%;
    margin-top: 20px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top {
    font-size: 28px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top .imgBox {
    width: 45px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .bottom {
    font-size: 22px;
    margin-top: 30px;
  }

  html body .indexBody .indexBodyFive .figureBox figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }

  html body .indexBody .indexBodyFive .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne {
    padding: 22px 2.2%;
    font-size: 15px;
    line-height: 28px;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne .buttonBox {
    font-size: 15px;
    line-height: 28px;
    width: 160px;
    margin: 10px auto 0px auto;
  }

  html body .indexBody .indexBodySix {
    padding: 40px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox {
    width: 100%;
  }

  html body .indexBody .indexBodySix .content .leftBox .xiahua {
    margin: 10px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox .textBox {
    line-height: 25px;
    font-size: 15px;
  }

  html body .indexBody .indexBodySix .rightBox {
    display: none;
  }
  html body .indexBody .indexBodySix .content .smallBox{
    width: 100%;
    display: block;
}

  html body .indexBody .indexBodySeven {
    padding: 40px 0px;
  }

  html body .indexBody .indexBodySeven .figureBox {
    margin-top: 0px;
  }

  html body .indexBody .indexBodySeven .figureBox figure {
    margin-top: 10px;
    width: 48%;
    margin-left: 4%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox {
    padding: 15px 6%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .one {
    font-size: 19px;
    line-height: 25px;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .two {
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
  }

  html body .indexBody .indexBodySeven .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .indexBody .indexBodyEight {
    padding: 40px 0px;
  }

  html body .indexBody .indexBodyEight .content .imgBox {
    margin-top: 15px;
  }

  html body .indexBody .indexBodyEight .content .imgBox .bofang {
    width: 65px;
  }

  html body .indexBody .indexBodyNine {
    padding: 40px 0px;
  }

  html body .indexBody .indexBodyNine .figureBox {
    margin-top: 15px;
  }

  html body .indexBody .indexBodyNine .figureBox figure:hover {
    padding: 5px 13px;
  }

  html body .indexBody .indexBodyNine .figureBox figure>a {
    width: 230px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .topText {
    font-size: 16px;
    line-height: 30px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .shijian {
    font-size: 14px;
    margin: 0px 0px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox>a {
    font-size: 14px;
  }

  html body .indexBody .indexBodyTen {
    padding: 00px 0px 40px 0px;
  }

  html body .indexBody .indexBodyTen .imgsBox {
	justify-content: space-around;
    margin-top: 15px;
  }

  html body .indexBody .indexBodyTen .imgsBox a {
    width: 25% !important;
    margin-left: 2%;
  }

  html body .indexBody .indexBodyTen .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }
	html body .indexBody .indexBodyTen .imgsBox .i1{
		width: auto !important;
	},
	
  html body .indexBody .indexBodyTen .imgsBox .i2{
	  width: auto !important;
  },
  html body .indexBody .indexBodyTen .imgsBox .i4{
	  width: auto !important;
  },
  html body .indexBody .indexBodyTen .imgsBox .i5 {
    width: auto !important;
  }
  html body .indexBody .indexBodyTen .imgsBox .i6{
	  width: auto !important;
  }
  
  html body .indexBody .indexBodyTen .imgsBox a img{
	width: auto;
	 max-height: 120px !important;
  }
  
  
  html body .oneOneBody .containerSix .imgsBox {
  	justify-content: space-around;
    margin-top: 15px;
  }
  
  html body .oneOneBody .containerSix .imgsBox a {
    width: 25% !important;
    margin-left: 2%;
  }
  
  html body .oneOneBody .containerSix .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  	html body .oneOneBody .containerSix .imgsBox .i1{
  		width: auto !important;
  	},
  	
  html body .oneOneBody .containerSix .imgsBox .i2{
  	  width: auto !important;
  },
  html body .oneOneBody .containerSix .imgsBox .i4{
  	  width: auto !important;
  },
  html body .oneOneBody .containerSix .imgsBox .i5 {
    width: auto !important;
  }
  html body .oneOneBody .containerSix .imgsBox .i6{
  	  width: auto !important;
  }
  
  html body .oneOneBody .containerSix .imgsBox a img{
  	width: auto;
  	 max-height: 120px !important;
  }

  html body .indexBody .indexEleven {
    padding: 40px 0px;
  }

  html body .indexBody .indexEleven .content .smallFont {
    font-size: 16px;
    line-height: 30px;
  }

  html body .indexBody .indexEleven .content .xiahua {
    margin-top: 5px;
  }

  html body .indexBody .indexEleven .content form {
    width: 100%;
    margin: 0px auto;
  }

  html body .indexBody .indexEleven .content form input {
    height: 50px;
  }

  html body .indexBody .indexEleven .content form input::placeholder,
  html body .indexBody .indexEleven .content form input::-webkit-input-placeholder,
  html body .indexBody .indexEleven .content form textarea::placeholder {
    font-size: 16px;
    line-height: 50px;
  }

  html body .indexBody .indexEleven .content form input,
  html body .indexBody .indexEleven .content form textarea {
    font-size: 16px;
    line-height: 50px;
    text-indent: 50px;
  }

  html body .indexBody .indexEleven .content form textarea {
    height: 140px;
  }

  html body .indexBody .indexEleven .content form p {
    margin-top: 10px;
  }

  html body .indexBody .indexEleven .content form p i {
    font-size: 22px;
    top: 15px;
    left: 15px;
  }

  html body .indexBody .indexEleven .content form .afterBox::before {
    top: 20px;
    left: 42px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma input {
    height: 50px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma span {
    height: 50px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma::before {
    left: 15px !important;
    top: 20px !important;
  }

  html body .indexBody .indexEleven .content form .buttBox input {
    height: 50px;
    font-size: 22px;
    line-height: 50px;
  }

  html body .bottomForm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html body .bottomForm .leftBox {
    width: 40%;
    margin-top: 10px;
  }

  html body .bottomForm .topText {
    font-size: 26px;
    line-height: 40px;
  }

  html body .bottomForm .centerText {
    margin-top: 0px;
    font-size: 15px;
    line-height: 25px;
  }

  html body .bottomForm .logoBox {
    padding-top: 0px;
  }

  html body .bottomForm .logoBox p {
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
  }

  html body .bottomForm .logoBox p i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin-right: 10px;
  }

  html body .bottomForm .logoBox p span,
  html body .bottomForm .logoBox p a {
    display: block;
  }

  html body footer .footerOne {
    padding: 20px 0px 13px 0px;
  }

  html body footer .footerOne .leftBox {
    width: 100%;
  }

  html body footer .footerOne .leftBox .logoBox a {
    width: 150px;
  }

  html body footer .footerOne .centerBox {
    margin-top: 20px;
    width: 100%;
  }

  html body footer .footerOne .centerBox ul:nth-of-type(1) {
    display: none;
  }

  html body footer .footerOne .centerBox ul {
    font-size: 14px;
    line-height: 26px;
  }

  html body footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 18px;
  }

  html body footer .footerOne .centerBox .form {
    width: 40%;
  }

  html body footer .footerOne .centerBox .form p input,
  html body footer .footerOne .centerBox .form p textarea {
    text-indent: 10px;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    margin-top: 5px;
  }

  html body footer .footerOne .centerBox .form p textarea {
    resize: none;
    height: 87px;
    outline: none;
  }

  html body footer .footerOne .centerBox .form input::placeholder,
  html body footer .footerOne .centerBox .form input::-webkit-input-placeholder,
  html body footer .footerOne .centerBox .form textarea::placeholder {
    font-size: 13px;
    line-height: 35px;
  }

  html body footer .footerOne .centerBox .form .yzm span {
    top: calc(50% + 3px);
  }

  html body footer .footerOne .centerBox .form .buttonBox button {
    height: 35px;
  }

  html body footer .footTwo {
    flex-wrap: wrap;
    justify-content: center;
  }

  html body footer .footTwo .icBox {
    text-align: center;
    width: 100%;
  }

  html body footer .footTwo .icBox a {
    width: 32px;
    height: 32px;
  }

  html body footer .footTwo .icBox a i {
    line-height: 32px;
    font-size: 15px;
  }

  html body footer .footTwo .fbThree {
    margin-top: 5px;
    justify-content: center;
    font-size: 13px;
  }

  html body footer>hr {
    margin: 20px 0px;
  }

  html body footer .link {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  html body header {
    padding: 10px 0px;
  }

  html body header .headcontent .logoBox a {
    width: 100px;
  }

  html body header .headcontent>ul .lang p i {
    font-size: 25px;
  }

  html body .mbx {
    margin-top: 15px;
  }

  html body .header {
    padding: 8px 0px;
  }

  html body .content {
    width: calc(100% - 40px);
  }

  html body .oneOneBody .containerTwo .figureBox figure {
    margin-top: 10px;
    width: 48%;
    margin-left: 4%;
    padding: 25px 0px;
  }

  html body .oneOneBody .containerTwo .figureBox figure .topText {
    font-size: 28px;
  }

  html body .oneOneBody .containerTwo .figureBox figure a {
    width: 90%;
    margin-top: 8px;
    font-size: 14px;
  }

  html body .oneOneBody .containerTwo .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

 /* html body .oneOneBody .containerSix .imgsBox {
    margin-top: 15px;
  }

  html body .oneOneBody .containerSix .imgsBox a {
    width: 30% !important;
    margin-left: 7%;
  }

  html body .oneOneBody .containerSix .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }

  html body .oneOneBody .containerSix .imgsBox .two,
  html body .oneOneBody .containerSix .imgsBox .four,
  html body .oneOneBody .containerSix .imgsBox .five {
    width: 25% !important;
  } */

  html body .twoOneBody .containerOne .topBox h1 {
    font-size: 29px;
  }

  html body .twoOneBody .containerOne .topBox img {
    width: 30px;
  }

  html body .twoOneBody .containerOne .topBox p {
    font-size: 16px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox {
    font-size: 15px;
    line-height: 25px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 5px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 18px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 15px;
    margin-top: 5px;
    line-height: 40px;
    padding-left: 2%;
  }

  html body .twoOneBody .containerTwo {
    padding-top: 20px;
  }

  html body .twoOneBody .containerThree {
    margin-top: 20px;
    padding: 0px 0px;
  }

  html body .twoOneBody .containerThree .content .leftBox {
    padding: 5% 20px;
  }

  html body .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 35px;
    line-height: 45px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox {
    padding-top: 0px;
    font-size: 15px;
    line-height: 27px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 15px;
  }

  html body .twoOneBody .containerThree .content .rightBox {
    padding: 30px 2%;
  }

  html body .twoOneBody .containerThree .content .rightBox::before {
    width: 94%;
    left: 2%;
    top: 5%;
    height: 90%;
  }

  html body .twoOneBody .containerThree .content .rightBox figure {
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure>a {
    width: 35px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 16px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 14px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 14px;
    line-height: 36px;
  }

  html body .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 140px;
  }

  html body .threeOneBody .containerOne .rightBox {
    padding-top: 10px;
  }

  html body .threeOneBody .containerOne .rightBox .smallFont {
    font-size: 17px;
    line-height: 33px;
  }

  html body .threeOneBody .containerOne .rightBox .bigFont {
    font-size: 24px;
    line-height: 35px;
  }

  html body .threeOneBody .containerOne .rightBox .textBox {
    font-size: 14px;
    line-height: 25px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox {
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox a {
    width: 140px;
  }

  html body .threeOneBody .containerOne .leftBox {
    width: 90%;
  }

  html body .threeOneBody .containerTwo {
  	margin-top: 30px;
  	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
  }
  
  html body .threeOneBody .containerTwo>img{
	  display: none;
  }
  
  html body .threeOneBody .containerTwo>div{
	  max-width: initial;
	width: 19%;
	margin-left: 1.25%;
  	position: relative;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	transform: none;
	margin-top: 10px;
  }
  html body .threeOneBody .containerTwo .tb_1{
	  margin-left: 0%;
  }
  html body .threeOneBody .containerTwo .tb_3{
  	transform: initial;
  }
  html body .threeOneBody .containerTwo .textBox{
  	max-width: initial;
  	width: 100%;
  	left: auto;
  	bottom: auto;
  	transform: translate(0%);
  	
  }
  html body .threeOneBody .containerTwo .textBox .top{
  		font-size: 16px;
  		line-height: 25px;
		margin-top: 10px;
  }
  html body .threeOneBody .containerTwo .textBox .bottom{
  	font-size: 13px;
  	line-height: 18px;
  	margin-top: 2px;
  }
  html body .threeOneBody .containerTwo>div .logo_box{
  	width: 30px;
  }
  html body .threeOneBody .containerTwo>div .logo_js{
  	font-size: 13px;
  	line-height: 14px;
  	margin-top: 3px;
  }

  html body .threeOneBody .containerTwo img {
    width: 100%;
  }

  html body .threeOneBody .containerTwo p {
    margin-top: 5px;
    font-size: 24px;
    line-height: 35px;
	width: 100%;
  }

  html body .threeOneBody .containerFour {
    padding: 10px 0px;
  }

  html body .threeOneBody .containerFour figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }

  html body .threeOneBody .containerFour figure .bigFont {
    font-size: 24px;
    line-height: 35px;
    margin: 5px 5px;
  }

  html body .threeOneBody .containerFour figure .textBox {
    font-size: 13px;
    line-height: 25px;
  }

  html body .threeOneBody .containerFive {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html body .threeOneBody .containerFive .content {
    flex-wrap: wrap;
  }

  html body .threeOneBody .containerFive .content .leftBox {
    margin: auto;
    width: 90%;
  }

  html body .threeOneBody .containerFive .content .rightBox {
    width: 100%;
    padding-top: 5px;
  }

  html body .threeOneBody .containerFive .content .bigFont {
    font-size: 24px;
  }

  html body .threeOneBody .containerFive .content .xiahua {
    margin-top: 5px;
  }

  html body .threeOneBody .containerFive .content .textBox {
    padding-top: 0px;
    font-size: 13px;
    line-height: 24px;
  }

  html body .threeOneBody .containerFive .content .textBox p {
    margin-top: 5px;
  }

  html body .threeTwoBody .bigFont {
    font-size: 24px;
    line-height: 30px;
  }

  html body .threeTwoBody .textBox {
    font-size: 14px;
    line-height: 26px;
  }

  html body .threeTwoBody .containerOne .textBox {
    margin: 8px 0px 10px 0px;
  }

  html body .threeTwoBody .containerOne .buttonBox {
    font-size: 15px;
    line-height: 32px;
  }

  html body .threeTwoBody .containerOne .buttonBox a {
    width: 160px;
  }

  html body .threeTwoBody .containerTwo {
    padding-top: 20px;
    flex-wrap: wrap;
  }

  html body .threeTwoBody .containerTwo .leftBox {
    width: 100%;
  }

  html body .threeTwoBody .containerTwo .rightBox {
    width: 100%;
  }

  html body .threeTwoBody .containerTwo .rightBox p {
    position: relative;
    font-size: 30px;
    line-height: 50px;
    transform: translate(0%, 0%) rotate(0deg);
    top: 0;
    left: 0;
    text-align: center;
  }

  html body .threeTwoBody .containerFour figure {
    margin-top: 30px;
    width: 48%;
    margin-left: 4%;
    min-height: 23vw;
    padding: 15px 2.5% 45px 2.5%;
  }

  html body .threeTwoBody .containerFour figure .topText {
    font-size: 16px;
    line-height: 25px;
  }

  html body .threeTwoBody .containerFour figure .text {
    margin-top: 10px;
    font-size: 14px;
  }

  html body .threeTwoBody .containerFour figure .numBox {
    width: 55%;
    font-size: 30px;
    top: 97%;
  }

  html body .threeTwoBody .containerFour figure .numBox span {
    line-height: 40px;
  }

  html body .threeTwoBody .containerFour figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }

  html body .threeTwoBody .containerFive {
    padding-top: 40px;
  }

  html body .threeTwoBody .containerFive .rightBox {
    width: 29%;
  }

  html body .threeTwoBody .containerSix {
    padding-bottom: 20px;
  }

  html body .threeTwoBody .containerSix .biaoti {
    font-size: 28px;
  }

  html body .threeTwoBody .containerSix .xiahua {
    height: 4px;
    transform: translateX(0%);
    margin: 8px auto 0px auto;
  }

  html body .threeTwoBody .containerSix .swiper {
    padding-top: 15px;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev,
  html body .threeTwoBody .containerSix .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 60%;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev i,
  html body .threeTwoBody .containerSix .swiper-button-next i {
    font-size: 28px;
  }

  html body .fourOneBody .containerOne .swiper-slide .leftBox {
    width: 100%;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .topText {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .rili {
    font-size: 13px;
    margin-top: 0px;
    line-height: 26px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox {
    font-size: 14px;
    margin: 5px 0px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .more {
    font-size: 14px;
    padding-bottom: 0px;
  }

  html body .fourOneBody .containerOne .swiper-button-next,
  html body .fourOneBody .containerOne .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 32%;
    left: 0%;
    background-color: #fefefe;
  }

  html body .fourOneBody .containerOne .swiper-button-next {
    transform: translate(0);
    left: auto;
    right: 0%;
  }

  html body .fourOneBody .containerOne .swiper-button-next i,
  html body .fourOneBody .containerOne .swiper-button-prev i {
    font-size: 15px;
  }

  html body .fourOneBody .containerTwo figure {
    padding: 15px 2.2%;
    width: 100%;
    align-items: center;
    margin-left: 0%;
    margin-top: 15px;
  }

  html body .fourOneBody .containerTwo figure .textBox {
    width: 50%;
  }

  html body .fourOneBody .containerTwo figure .textBox .topText {
    font-size: 14px;
  }

  html body .fourOneBody .containerTwo figure .textBox .ttBox {
    font-size: 14px;
  }

  html body .fourOneBody .containerTwo .pageNumber {
    margin: 20px auto;
    font-size: 12px;
  }

  html body .fourOneBody .containerTwo .pageNumber a {
    min-width: 26px;
    line-height: 24px;
  }

  html body .fiveOneBody .bottomForm {
    padding-top: 10px;
  }

  html body .fourTwoBody .containerOne {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  html body .fourTwoBody .containerOne h1 {
    font-size: 18px;
    line-height: 26px;
  }

  html body .fourTwoBody .containerOne .shijian {
    margin-top: 5px;
    font-size: 14px;
  }

  html body .fourTwoBody .containerOne .shijian .share img {
    margin-left: 8px;
  }

  html body .fourTwoBody .containerTwo {
    padding-top: 20px;
  }

  html body .fourTwoBody .containerTwo .textBox p {
    font-size: 13px;
  }

  html body .fourTwoBody .containerTwo .textBox em {
    font-size: 16px;
  }

  html body .fourTwoBody .containerTwo .bottomBox {
    margin-top: 15px;
    padding: 0px 0px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .pn {
    font-size: 13px;
    line-height: 24px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .con {
    font-size: 13px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .jiantou {
    font-size: 20px;
  }

  html body .fourTwoBody .containerThree {
    padding: 10px 0%;
    justify-content: center;
  }

  html body .fourTwoBody .containerThree .leftBox {
    width: 60%;
  }

  html body .fourTwoBody .containerThree .rightBox {
    width: 90%;
    text-align: center;
  }

  html body .fourTwoBody .containerThree .rightBox .bigFont {
    font-size: 28px;
    line-height: 36px;
  }

  html body .fourTwoBody .containerThree .rightBox .smallFont {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px 10px 0px;
  }

  html body .fourTwoBody .containerThree .rightBox .buttonBox {
    margin: 0px auto;
    width: 140px;
    line-height: 33px;
    font-size: 15px;
  }

  html body .indexBody .bigFont {
    font-size: 28px;
    line-height: 38px;
  }

  html body .indexBody .xiahua {
    margin-top: 8px;
  }

  html body .indexBody .buttonBox {
    font-size: 15px;
  }

  html body .indexBody .indexBodyOne .textBox {
    top: 25%;
  }

  html body .indexBody .indexBodyOne .textBox .bannertext {
    font-size: 25px;
    line-height: 35px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox {
    margin-top: 15px;
    font-size: 14px;
    width: 125px;
    line-height: 30px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox a i {
    line-height: 30px;
    font-size: 19px;
  }

  html body .indexBody .indexBodyTwo {
    margin-top: 30px;
  }

  html body .indexBody .indexBodyTwo figure {
    margin-top: 10px;
    width: 48%;
    margin-left: 4%;
    padding: 25px 0px;
  }

  html body .indexBody .indexBodyTwo figure .topText {
    font-size: 28px;
  }

  html body .indexBody .indexBodyTwo figure a {
    width: 90%;
    margin-top: 8px;
    font-size: 14px;
  }

  html body .indexBody .indexBodyTwo figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .indexBody .indexBodyThree {
    margin-top: 30px;
  }

  html body .indexBody .indexBodyThree .buttonBox {
    width: 180px;
    margin: 20px auto 0px auto;
    line-height: 35px;
  }

  html body .indexBody .indexBodyFour {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  html body .indexBody .indexBodyFour .leftBox {
    width: 90%;
  }

  html body .indexBody .indexBodyFour .rightBox {
    width: 100%;
    margin-top: 0px;
  }

  html body .indexBody .indexBodyFour .rightBox .bigFont {
    text-align: center;
  }

  html body .indexBody .indexBodyFour .rightBox .xiahua {
    margin: 8px auto;
  }

  html body .indexBody .indexBodyFour .rightBox .textBox {
    width: 100%;
    font-size: 13px;
    line-height: 25px;
  }

  html body .indexBody .indexBodyFive {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  html body .indexBody .indexBodyFive .smallFont {
    font-size: 13px;
    margin-top: 5px;
    line-height: 23px;
  }

  html body .indexBody .indexBodyFive .figureBox figure {
    width: 49%;
    padding: 30px 3.2%;
    margin-left: 2%;
    margin-top: 15px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top {
    font-size: 25px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top .imgBox {
    width: 40px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .bottom {
    font-size: 20px;
    margin-top: 25px;
  }

  html body .indexBody .indexBodyFive .figureBox figure:nth-of-type(3n+1) {
    margin-left: 2%;
  }

  html body .indexBody .indexBodyFive .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne {
    padding: 22px 2.2%;
    font-size: 14px;
    line-height: 25px;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne .buttonBox {
    font-size: 14px;
    line-height: 25px;
    width: 150px;
    margin: 10px auto 0px auto;
  }

  html body .indexBody .indexBodySix {
    padding: 30px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox {
    width: 100%;
  }

  html body .indexBody .indexBodySix .content .leftBox .xiahua {
    margin: 10px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox .textBox {
    line-height: 23px;
    font-size: 14px;
  }

  html body .indexBody .indexBodySix .rightBox {
    width: 70%;
    right: 1%;
    top: 2%;
  }

  html body .indexBody .indexBodySeven {
    padding: 30px 0px;
  }

  html body .indexBody .indexBodySeven .figureBox figure {
    margin-top: 10px;
    width: 49%;
    margin-left: 2%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox {
    padding: 10px 5%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .one {
    font-size: 18px;
    line-height: 25px;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .two {
    margin-top: 2px;
    font-size: 14px;
    line-height: 23px;
  }

  html body .indexBody .indexBodySeven .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .indexBody .indexBodyEight {
    padding: 30px 0px;
  }

  html body .indexBody .indexBodyEight .content .imgBox {
    margin-top: 10px;
  }

  html body .indexBody .indexBodyEight .content .imgBox .bofang {
    width: 50px;
  }

  html body .indexBody .indexBodyNine {
    padding: 30px 0px;
  }

  html body .indexBody .indexBodyNine .figureBox {
    margin-top: 10px;
  }

  html body .indexBody .indexBodyNine .figureBox figure:hover {
    padding: 5px 13px;
  }

  html body .indexBody .indexBodyNine .figureBox figure>a {
    width: 240px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .topText {
    font-size: 15px;
    line-height: 23px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .shijian {
    font-size: 13px;
    margin: 0px 0px;
    line-height: 20px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox>a {
    font-size: 13px;
  }

  html body .indexBody .indexBodyTen {
    padding: 00px 0px 30px 0px;
  }

  html body .indexBody .indexBodyTen .imgsBox {
    margin-top: 15px;
	justify-content:space-around;
  }

  html body .indexBody .indexBodyTen .imgsBox a {
   width: auto !important; 
    margin-left: 2%;
  }

  html body .indexBody .indexBodyTen .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }

 html body .indexBody .indexBodyTen .imgsBox a img{
	  max-height: 100px !important;
  }
 /* html body .indexBody .indexBodyTen .imgsBox .two,
  html body .indexBody .indexBodyTen .imgsBox .four,
  html body .indexBody .indexBodyTen .imgsBox .five {
    width: 25% !important;
  } */

 html body .oneOneBody .containerSix .imgsBox {
    margin-top: 15px;
	justify-content:space-around;
  }

  html body .oneOneBody .containerSix  .imgsBox a {
   width: auto !important; 
    margin-left: 2%;
  }

  html body .oneOneBody .containerSix  .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }

 html body .oneOneBody .containerSix  .imgsBox a img{
	  max-height: 100px !important;
  }
  html body .indexBody .indexEleven {
    padding: 30px 0px;
  }

  html body .indexBody .indexEleven .content .smallFont {
    font-size: 15px;
    line-height: 20px;
  }

  html body .indexBody .indexEleven .content .xiahua {
    margin-top: 5px;
  }

  html body .indexBody .indexEleven .content form {
    width: 100%;
    margin: 0px auto;
  }

  html body .indexBody .indexEleven .content form input {
    height: 50px;
  }

  html body .indexBody .indexEleven .content form input::placeholder,
  html body .indexBody .indexEleven .content form input::-webkit-input-placeholder,
  html body .indexBody .indexEleven .content form textarea::placeholder {
    font-size: 16px;
    line-height: 50px;
  }

  html body .indexBody .indexEleven .content form input,
  html body .indexBody .indexEleven .content form textarea {
    font-size: 16px;
    line-height: 50px;
    text-indent: 50px;
  }

  html body .indexBody .indexEleven .content form textarea {
    height: 140px;
  }

  html body .indexBody .indexEleven .content form p {
    margin-top: 10px;
  }

  html body .indexBody .indexEleven .content form p i {
    font-size: 22px;
    top: 15px;
    left: 15px;
  }

  html body .indexBody .indexEleven .content form .afterBox::before {
    top: 20px;
    left: 42px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma input {
    height: 50px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma span {
    height: 50px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma::before {
    left: 15px !important;
    top: 20px !important;
  }

  html body .indexBody .indexEleven .content form .buttBox input {
    height: 50px;
    font-size: 22px;
    line-height: 50px;
  }

  html body .bottomForm {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

  html body .bottomForm .leftBox {
    width: 100%;
    margin-top: 10px;
  }

  html body .bottomForm .topText {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }

  html body .bottomForm .centerText {
    margin-top: 0px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    text-indent: 0px;
  }

  html body .bottomForm .centerText::after {
    display: none;
  }

  html body .bottomForm .logoBox {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  html body .bottomForm .logoBox p {
    width: 32%;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
	flex-direction: column;
	align-items: center;
  }

  html body .bottomForm .logoBox p i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin-right: 10px;
  }

  html body .bottomForm .logoBox p span,
  html body .bottomForm .logoBox p a {
    display: block;
    width: 100%;
    word-break: break-all;
  }

  html body .bottomForm .logoBox p:nth-of-type(1) {
    margin-top: 10px;
  }

  html body .bottomForm .rightBox {
    width: 100%;
  }

  html body footer .footContent {
    width: calc(100% - 40px);
  }

  html body footer .footerOne {
    padding: 10px 0px 10px 0px;
  }

  html body footer .footerOne .leftBox {
    width: 100%;
  }

  html body footer .footerOne .leftBox .logoBox a {
    width: 130px;
  }

  html body footer .footerOne .centerBox {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }

  html body footer .footerOne .centerBox .two {
    display: none;
  }

  html body footer .footerOne .centerBox .form {
    width: 75%;
  }

  html body footer .footTwo {
    flex-wrap: wrap;
    justify-content: center;
  }

  html body footer .footTwo .icBox {
    text-align: center;
    width: 100%;
  }

  html body footer .footTwo .icBox a {
    width: 32px;
    height: 32px;
  }

  html body footer .footTwo .icBox a i {
    line-height: 32px;
    font-size: 15px;
  }

  html body footer .footTwo .fbThree {
    text-align: center;
    display: block;
    font-size: 12px;
  }

  html body footer .footTwo .fbThree a {
    vertical-align: middle;
  }

  html body footer>hr {
    margin: 10px 0px;
  }

  html body footer .link {
    display: none;
  }
}

@media screen and (max-width: 500px) {
    html body header {
      padding: 8px 0px;
      background-color: rgba(40, 40, 40, 0.8);
    }

  html body .rightMenu>span:nth-of-type(1)>img {
    display: none;
    position: absolute;
    bottom: 100%;
    transform: translate(0);
    left: 0;
  }

  html body .mbx {
    margin-top: 10px;
  }

  html body .indexBody,
  html body .oneOneBody,
  html body .twoOneBody,
  html body .threeOneBody,
  html body .threeTwoBody,
  html body .fourOneBody,
  html body .fourTwoBody,
  html body .fiveOneBody{
    margin-top: 56px;
  }

  html body .oneOneBody .middleText {
    font-size: 20px;
  }

  html body .oneOneBody .bigFont {
    font-size: 28px;
    line-height: 35px;
  }

  html body .oneOneBody .textBox {
    font-size: 14px;
    line-height: 30px;
  }

  html body .oneOneBody .xiahua {
    margin-top: 8px;
  }

  html body .oneOneBody .containerOne {
    padding-top: 10px;
  }

  html body .oneOneBody .containerTwo {
    padding-top: 20px;
  }

  html body .oneOneBody .containerTwo .figureBox {
    margin-top: 10px;
  }

  html body .oneOneBody .containerTwo .figureBox figure {
    margin-top: 10px;
    width: 100%;
    margin-left: 0%;
    padding: 25px 0px;
  }

  html body .oneOneBody .containerTwo .figureBox figure .topText {
    font-size: 28px;
  }

  html body .oneOneBody .containerTwo .figureBox figure a {
    width: 90%;
    margin-top: 8px;
    font-size: 14px;
  }

  html body .oneOneBody .containerTwo .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .oneOneBody .containerThree figure {
    padding: 40px 0px;
  }

  html body .oneOneBody .containerFive .swiper-container {
    margin-top: 50px;
  }

  html body .oneOneBody .containerSix {
    padding-top: 20px;
  }

 /* html body .oneOneBody .containerSix .imgsBox {
    margin-top: 15px;
    justify-content: space-between;
  }

  html body .oneOneBody .containerSix .imgsBox a {
    width: 50% !important;
    margin-left: 0%;
  }

  html body .oneOneBody .containerSix .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }

  html body .oneOneBody .containerSix .imgsBox .two,
  html body .oneOneBody .containerSix .imgsBox .four,
  html body .oneOneBody .containerSix .imgsBox .five {
    width: 40% !important;
  } */

  html body .twoOneBody .containerOne .topBox h1 {
    font-size: 26px;
  }

  html body .twoOneBody .containerOne .topBox img {
    width: 28px;
  }

  html body .twoOneBody .containerOne .topBox p {
    font-size: 14px;
    line-height: 25px;
  }

  html body .twoOneBody .containerOne .rightBox .textBox {
    font-size: 14px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 16px;
  }

  html body .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 40px;
  }

  html body .twoOneBody .containerThree .content .leftBox {
    padding: 5% 10px;
  }

  html body .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 26px;
    line-height: 30px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox {
    padding-top: 0px;
    font-size: 14px;
    line-height: 27px;
  }

  html body .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 10px;
  }

  html body .twoOneBody .containerThree .content .rightBox {
    padding: 20px 2%;
    justify-content: center;
  }

  html body .twoOneBody .containerThree .content .rightBox::before {
    width: 94%;
    left: 2%;
    top: 2%;
    height: 96%;
  }

  html body .twoOneBody .containerThree .content .rightBox figure {
    width: 95%;
    margin-left: 0%;
    margin-top: 10px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure>a {
    width: 35px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 16px;
  }

  html body .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 14px;
  }

  html body .threeOneBody .containerOne .rightBox {
    padding-top: 10px;
  }

  html body .threeOneBody .containerOne .rightBox .smallFont {
    font-size: 15px;
    line-height: 28px;
  }

  html body .threeOneBody .containerOne .rightBox .bigFont {
    font-size: 20px;
    line-height: 28px;
  }

  html body .threeOneBody .containerOne .rightBox .textBox {
    font-size: 14px;
    line-height: 25px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox {
    margin-top: 5px;
    font-size: 14px;
    line-height: 25px;
  }

  html body .threeOneBody .containerOne .rightBox .buttonBox a {
    width: 140px;
  }

  html body .threeOneBody .containerOne .leftBox {
    width: 100%;
  }

 html body .threeOneBody .containerTwo {
 	margin-top: 30px;
 	margin-bottom: 30px;
 	display: flex;
 	flex-wrap: wrap;
 }
 
 html body .threeOneBody .containerTwo>img{
 	  display: none;
 }
 
 html body .threeOneBody .containerTwo>div{
 	max-width: initial;
 	width: 30%;
 	margin-left: 5%;
 	position: relative;
 	left: auto !important;
 	right: auto !important;
 	top: auto !important;
 	bottom: auto !important;
 	transform: none;
 	margin-top: 10px;
 }
 html body .threeOneBody .containerTwo .tb_1,
 html body .threeOneBody .containerTwo .tb_4{
 	  margin-left: 0%;
 }
 html body .threeOneBody .containerTwo .tb_3{
 	transform: initial;
 }
 html body .threeOneBody .containerTwo .textBox{
 	max-width: initial;
 	width: 100%;
 	left: auto;
 	bottom: auto;
 	transform: translate(0%);
 	margin-left: 0px;
	margin-bottom: 10px;
 }
 html body .threeOneBody .containerTwo .textBox .top{
 		font-size: 16px;
 		line-height: 25px;
 		margin-top: 8px;
 }
 html body .threeOneBody .containerTwo .textBox .bottom{
 	font-size: 13px;
 	line-height: 18px;
 	margin-top: 2px;
 }
 html body .threeOneBody .containerTwo>div .logo_box{
 	width: 30px;
 }
 html body .threeOneBody .containerTwo>div .logo_js{
 	font-size: 13px;
 	line-height: 14px;
 	margin-top: 3px;
 }

  html body .threeOneBody .containerTwo img {
    width: 100%;
  }

  html body .threeOneBody .containerTwo p {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  html body .threeOneBody .containerFour {
    padding: 10px 0px;
  }

  html body .threeOneBody .containerFour figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }

  html body .threeOneBody .containerFour figure .bigFont {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 5px;
  }

  html body .threeOneBody .containerFour figure .textBox {
    font-size: 13px;
    line-height: 25px;
  }

  html body .threeOneBody .containerFive {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  html body .threeOneBody .containerFive .content .leftBox {
    width: 100%;
  }

  html body .threeOneBody .containerFive .content .rightBox {
    padding-top: 5px;
  }

  html body .threeOneBody .containerFive .content .bigFont {
    font-size: 20px;
  }

  html body .threeOneBody .containerFive .content .xiahua {
    margin-top: 0px;
  }

  html body .threeOneBody .containerFive .content .textBox {
    padding-top: 0px;
    font-size: 13px;
    line-height: 24px;
  }

  html body .threeOneBody .containerFive .content .textBox p {
    margin-top: 5px;
  }

  html body .threeTwoBody .bigFont {
    font-size: 21px;
    line-height: 28px;
  }

  html body .threeTwoBody .textBox {
    font-size: 13px;
    line-height: 24px;
  }

  html body .threeTwoBody .containerOne .textBox {
    margin: 8px 0px 10px 0px;
  }

  html body .threeTwoBody .containerOne .buttonBox {
    font-size: 14px;
    line-height: 30px;
  }

  html body .threeTwoBody .containerOne .buttonBox a {
    width: 140px;
  }

  html body .threeTwoBody .containerTwo {
    padding-top: 20px;
    flex-wrap: wrap;
  }

  html body .threeTwoBody .containerTwo .leftBox {
    width: 100%;
  }

  html body .threeTwoBody .containerTwo .rightBox {
    width: 100%;
  }

  html body .threeTwoBody .containerTwo .rightBox p {
    position: relative;
    font-size: 30px;
    line-height: 50px;
    transform: translate(0%, 0%) rotate(0deg);
    top: 0;
    left: 0;
    text-align: center;
  }

  html body .threeTwoBody .containerThree .leftBox {
    width: 100%;
  }

  html body .threeTwoBody .containerFour figure {
    margin-top: 30px;
    width: 100%;
    margin-left: 0%;
    min-height: 23vw;
    padding: 15px 2.5% 45px 2.5%;
  }

  html body .threeTwoBody .containerFour figure .topText {
    font-size: 16px;
    line-height: 25px;
  }

  html body .threeTwoBody .containerFour figure .text {
    margin-top: 5px;
    font-size: 14px;
  }

  html body .threeTwoBody .containerFour figure .numBox {
    width: 65%;
    font-size: 26px;
    top: auto;
    bottom: -2px;
    height: 30px;
    transform: translate(-50%, 0%);
  }

  html body .threeTwoBody .containerFour figure .numBox span {
    line-height: 30px;
  }

  html body .threeTwoBody .containerFour figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }

  html body .threeTwoBody .containerFive {
    padding-top: 20px;
    flex-wrap: wrap;
  }

  html body .threeTwoBody .containerFive .leftBox {
    width: 100%;
  }

  html body .threeTwoBody .containerFive .rightBox {
    width: 100%;
  }

  html body .threeTwoBody .containerSix {
    padding-bottom: 20px;
  }

  html body .threeTwoBody .containerSix .biaoti {
    font-size: 22px;
  }

  html body .threeTwoBody .containerSix .xiahua {
    margin: 5px auto 0px auto;
  }

  html body .threeTwoBody .containerSix .swiper {
    padding-top: 10px;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev,
  html body .threeTwoBody .containerSix .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 60%;
  }

  html body .threeTwoBody .containerSix .swiper-button-prev i,
  html body .threeTwoBody .containerSix .swiper-button-next i {
    font-size: 22px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .topText {
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .rili {
    font-size: 13px;
    margin-top: 0px;
    line-height: 26px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox {
    font-size: 13px;
    margin: 5px 0px;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .textBox a {
    -webkit-line-clamp: 6;
  }

  html body .fourOneBody .containerOne .swiper-slide .rightBox .more {
    font-size: 14px;
    padding-bottom: 0px;
  }

  html body .fourOneBody .containerOne .swiper-button-next,
  html body .fourOneBody .containerOne .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: 25%;
    left: 0%;
    background-color: #fefefe;
  }

  html body .fourOneBody .containerOne .swiper-button-next {
    transform: translate(0);
    left: auto;
    right: 0%;
  }

  html body .fourOneBody .containerOne .swiper-button-next i,
  html body .fourOneBody .containerOne .swiper-button-prev i {
    font-size: 15px;
  }

  html body .fourOneBody .containerTwo figure {
    padding: 10px 2%;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  html body .fourOneBody .containerTwo figure a {
    width: 100%;
  }

  html body .fourOneBody .containerTwo figure .textBox {
    width: 100%;
  }

  html body .fourOneBody .containerTwo figure .textBox .topText {
    font-size: 13px;
  }

  html body .fourOneBody .containerTwo figure .textBox .ttBox {
    font-size: 13px;
  }

  html body .fourOneBody .containerTwo .pageNumber {
    margin: 10px auto;
    font-size: 12px;
  }

  html body .fourOneBody .containerTwo .pageNumber a {
    min-width: 26px;
    line-height: 24px;
    margin-right: 3px;
  }

  html body .fourOneBody .containerTwo .pageNumber .firstA {
    width: 55px;
  }

  html body .fourOneBody .containerTwo .pageNumber .lastA {
    width: 40px;
  }

  html body .fourTwoBody .containerOne {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  html body .fourTwoBody .containerOne h1 {
    font-size: 15px;
    line-height: 26px;
  }

  html body .fourTwoBody .containerOne .shijian {
    margin-top: 5px;
    font-size: 13px;
    flex-direction: column;
  }

  html body .fourTwoBody .containerOne .shijian .share img {
    margin-left: 3px;
  }

  html body .fourTwoBody .containerTwo {
    padding-top: 20px;
  }

  html body .fourTwoBody .containerTwo .textBox p {
    font-size: 13px;
  }

  html body .fourTwoBody .containerTwo .textBox em {
    font-size: 16px;
  }

  html body .fourTwoBody .containerTwo .bottomBox {
    margin-top: 10px;
    padding: 0px 0px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .pn {
    font-size: 12px;
    line-height: 22px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .con {
    font-size: 12px;
  }

  html body .fourTwoBody .containerTwo .bottomBox>div .jiantou {
    font-size: 16px;
  }

  html body .fourTwoBody .containerThree {
    padding: 10px 0%;
  }

  html body .fourTwoBody .containerThree .leftBox {
    width: 40%;
  }

  html body .fourTwoBody .containerThree .rightBox {
    width: 100%;
    text-align: center;
  }

  html body .fourTwoBody .containerThree .rightBox .bigFont {
    font-size: 24px;
    line-height: 35px;
  }

  html body .fourTwoBody .containerThree .rightBox .smallFont {
    font-size: 14px;
    line-height: 22px;
    margin: 3px 0px;
  }

  html body .fourTwoBody .containerThree .rightBox .buttonBox {
    margin: 0px auto;
    width: 100px;
    line-height: 28px;
    font-size: 14px;
  }

  html body .fiveOneBody .bottomForm {
    padding-top: 5px;
  }

  html body .bottomForm {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

  html body .bottomForm .leftBox {
    width: 100%;
    margin-top: 10px;
  }

  html body .bottomForm .topText {
    font-size: 23px;
    line-height: 40px;
  }

  html body .bottomForm .centerText {
    font-size: 14px;
  }

  html body .bottomForm .logoBox {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  html body .bottomForm .logoBox p {
    width: 100%;
    font-size: 14px;
  }

  html body .bottomForm .logoBox p i {
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    margin-right: 10px;
  }

  html body .bottomForm .logoBox p span,
  html body .bottomForm .logoBox p a {
    display: block;
    width: 100%;
    word-break: break-all;
  }

  html body .bottomForm .logoBox p:nth-of-type(1) {
    margin-top: 10px;
  }

  html body .bottomForm .rightBox {
    width: 100%;
    padding-top: 0px;
  }

  html body .bottomForm .rightBox .topText {
    text-indent: 0px;
  }

  html body .bottomForm .rightBox form {
    padding-top: 0px;
    width: 95%;
    padding-bottom: 20px;
  }

  html body .bottomForm .rightBox p {
    margin-top: 5px;
  }

  html body .bottomForm .rightBox textarea {
    height: 100px;
  }

  html body .bottomForm .rightBox .leftTop {
    width: 100%;
  }

  html body .bottomForm .rightBox .leftTop:nth-of-type(2) {
    margin-left: 0%;
  }

  html body .bottomForm .rightBox input,
  html body .bottomForm .rightBox textarea {
    font-size: 14px;
    line-height: 30px;
  }

  html body .bottomForm .rightBox input {
    height: 30px;
  }

  html body .bottomForm .rightBox .afterBox::before {
    left: -10px;
    top: 12px;
  }

  html body .bottomForm .rightBox input::placeholder,
  html body .bottomForm .rightBox input::-webkit-input-placeholder,
  html body .bottomForm .rightBox textarea::placeholder {
    font-size: 14px;
    line-height: 30px;
  }

  html body .bottomForm .rightBox .yanzhengma {
    width: 100%;
  }

  html body .bottomForm .rightBox .buttonBox {
    margin-left: 0%;
    width: 100%;
  }

  html body .bottomForm .rightBox .buttonBox input {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  html body .bottomForm .rightBox .yanzhengma input {
    width: 54.4%;
    vertical-align: middle;
  }

  html body .bottomForm .rightBox .yanzhengma span,
  html body .bottomForm .rightBox .buttonBox span {
    margin-left: 5.4%;
    height: 30px;
  }

  html body .bottomForm .rightBox .yanzhengma span img,
  html body .bottomForm .rightBox .buttonBox span img {
    height: 28px;
  }

  html body .indexBody .bigFont {
    font-size: 26px;
    line-height: 35px;
  }

  html body .indexBody .xiahua {
    margin-top: 8px;
  }

  html body .indexBody .buttonBox {
    font-size: 15px;
  }

  html body .indexBody .indexBodyOne .textBox {
    top: 40%;
  }

  html body .indexBody .banner .slick-arrow {
    top: 70%;
  }

  html body .indexBody .indexBodyOne .textBox .bannertext {
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0px 1px 10px rgb(73 40 0 / 70%);
  }

  html body .indexBody .indexBodyOne .textBox .bannertext a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox {
    margin-top: 11px;
    font-size: 13px;
    width: 110px;
    line-height: 28px;
  }

  html body .indexBody .indexBodyOne .textBox .buttonBox a i {
    line-height: 28px;
    font-size: 17px;
  }

  html body .indexBody .indexBodyTwo {
    margin-top: 20px;
  }

  html body .indexBody .indexBodyTwo figure {
    margin-top: 10px;
    width: 100%;
    margin-left: 0%;
    padding: 25px 0px;
  }

  html body .indexBody .indexBodyTwo figure .topText {
    font-size: 28px;
  }

  html body .indexBody .indexBodyTwo figure a {
    width: 90%;
    margin-top: 8px;
    font-size: 14px;
  }

  html body .indexBody .indexBodyTwo figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .indexBody .indexBodyThree {
    margin-top: 20px;
  }

  html body .indexBody .indexBodyThree .buttonBox {
    width: 160px;
    margin: 15px auto 0px auto;
    line-height: 32px;
  }

  html body .indexBody .indexBodyFour {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  html body .indexBody .indexBodyFour .leftBox {
    width: 100%;
  }

  html body .indexBody .indexBodyFour .rightBox {
    width: 100%;
    margin-top: 0px;
  }

  html body .indexBody .indexBodyFour .rightBox .bigFont {
    text-align: center;
  }

  html body .indexBody .indexBodyFour .rightBox .xiahua {
    margin: 8px auto;
  }

  html body .indexBody .indexBodyFour .rightBox .textBox {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  html body .indexBody .indexBodyFive {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  html body .indexBody .indexBodyFive .smallFont {
    font-size: 13px;
    margin-top: 5px;
    line-height: 20px;
  }

  html body .indexBody .indexBodyFive .figureBox figure {
    width: 100%;
    padding: 20px 3.2%;
    margin-left: 0%;
    margin-top: 15px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top {
    font-size: 25px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .top .imgBox {
    width: 40px;
  }

  html body .indexBody .indexBodyFive .figureBox figure .bottom {
    font-size: 20px;
    margin-top: 25px;
  }

  html body .indexBody .indexBodyFive .figureBox figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }

  html body .indexBody .indexBodyFive .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne {
    padding: 22px 2.2%;
    font-size: 14px;
    line-height: 25px;
  }

  html body .indexBody .indexBodyFive .figureBox .lastOne .buttonBox {
    font-size: 14px;
    line-height: 25px;
    width: 150px;
    margin: 10px auto 0px auto;
  }

  html body .indexBody .indexBodySix {
    padding: 20px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox {
    width: 100%;
  }

  html body .indexBody .indexBodySix .content .leftBox .xiahua {
    margin: 10px 0px;
  }

  html body .indexBody .indexBodySix .content .leftBox .textBox {
    line-height: 20px;
    font-size: 14px;
  }

  html body .indexBody .indexBodySix .rightBox {
    width: 80%;
    right: 1%;
    top: 2%;
  }

  html body .indexBody .indexBodySeven {
    padding: 20px 0px;
  }

  html body .indexBody .indexBodySeven .figureBox figure {
    margin-top: 10px;
    width: 100%;
    margin-left: 0%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox {
    padding: 8px 4%;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .one {
    font-size: 17px;
    line-height: 25px;
  }

  html body .indexBody .indexBodySeven .figureBox figure .textBox .two {
    margin-top: 2px;
    font-size: 13px;
    line-height: 20px;
  }

  html body .indexBody .indexBodySeven .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }

  html body .indexBody .indexBodyEight {
    padding: 30px 0px;
  }

  html body .indexBody .indexBodyEight .content .imgBox {
    margin-top: 10px;
  }

  html body .indexBody .indexBodyEight .content .imgBox .bofang {
    width: 50px;
  }

  html body .indexBody .indexBodyNine {
    padding: 20px 0px;
  }

  html body .indexBody .indexBodyNine .figureBox {
    margin-top: 10px;
  }

  html body .indexBody .indexBodyNine .figureBox figure {
    flex-direction: column;
    justify-content: center;
  }

  html body .indexBody .indexBodyNine .figureBox figure:hover {
    padding: 5px 13px;
  }

  html body .indexBody .indexBodyNine .figureBox figure>a {
    width: 240px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox {
    margin-left: 13px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .topText {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox .shijian {
    font-size: 13px;
    margin: 0px 0px;
    line-height: 20px;
  }

  html body .indexBody .indexBodyNine .figureBox figure .textBox>a {
    font-size: 13px;
  }

  html body .indexBody .indexBodyTen {
    padding: 00px 0px 20px 0px;
  }

  html body .indexBody .indexBodyTen .imgsBox {
    margin-top: 15px;
    justify-content: space-between;
  }

  html body .indexBody .indexBodyTen .imgsBox a {
    width: auto !important;
    margin-left: 0%;
  }

  html body .indexBody .indexBodyTen .imgsBox a:nth-of-type(3n+1) {
    margin-left: 0px;
  }

html body .indexBody .indexBodyTen .imgsBox a{
	display: flex;
	/* justify-content: center; */
  }
  
html body .indexBody .indexBodyTen .imgsBox a img{
	width: auto !important;
	 margin-top: 5px;
	max-height: 70px !important;
  }
  
  html body .oneOneBody .containerSix .imgsBox {
      margin-top: 15px;
      justify-content: space-between;
    }
  
    html body .oneOneBody .containerSix .imgsBox a {
      width: auto !important;
      margin-left: 0%;
    }
  
    html body .oneOneBody .containerSix .imgsBox a:nth-of-type(3n+1) {
      margin-left: 0px;
    }
  
  html body .oneOneBody .containerSix .imgsBox a{
  	display: flex;
  	/* justify-content: center; */
    }
    
  html body .oneOneBody .containerSix .imgsBox a img{
  	width: auto !important;
  	 margin-top: 5px;
  	max-height: 70px !important;
    }
 /* html body .indexBody .indexBodyTen .imgsBox .two,
  html body .indexBody .indexBodyTen .imgsBox .four,
  html body .indexBody .indexBodyTen .imgsBox .five {
    width: 40% !important;
  } */

  html body .indexBody .indexEleven {
    padding: 20px 0px;
  }

  html body .indexBody .indexEleven .content .smallFont {
    font-size: 14px;
    line-height: 20px;
  }

  html body .indexBody .indexEleven .content .xiahua {
    margin-top: 5px;
  }

  html body .indexBody .indexEleven .content form {
    width: 100%;
    margin: 0px auto;
  }

  html body .indexBody .indexEleven .content form input {
    height: 40px;
  }

  html body .indexBody .indexEleven .content form .leftTop {
    width: 100%;
  }

  html body .indexBody .indexEleven .content form .leftTop:nth-of-type(2n) {
    margin-left: 0px;
  }

  html body .indexBody .indexEleven .content form input::placeholder,
  html body .indexBody .indexEleven .content form input::-webkit-input-placeholder,
  html body .indexBody .indexEleven .content form textarea::placeholder {
    font-size: 14px;
    line-height: 40px;
  }

  html body .indexBody .indexEleven .content form input,
  html body .indexBody .indexEleven .content form textarea {
    font-size: 14px;
    line-height: 40px;
    text-indent: 40px;
  }

  html body .indexBody .indexEleven .content form textarea {
    height: 100px;
  }

  html body .indexBody .indexEleven .content form p {
    margin-top: 5px;
  }

  html body .indexBody .indexEleven .content form p i {
    font-size: 18px;
    top: 12px;
    left: 8px;
  }

  html body .indexBody .indexEleven .content form .afterBox::before {
    top: 15px;
    left: 28px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma {
    width: 100%;
  }

  html body .indexBody .indexEleven .content form .yanzhengma input {
    height: 40px;
    text-indent: 25px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma span {
    height: 40px;
  }

  html body .indexBody .indexEleven .content form .yanzhengma::before {
    left: 10px !important;
    top: 15px !important;
  }

  html body .indexBody .indexEleven .content form .buttBox {
    width: 100%;
    margin-left: 0px;
  }

  html body .indexBody .indexEleven .content form .buttBox input {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  html body footer .footerOne {
    padding: 5px 0px 5px 0px;
  }

  html body footer .footerOne .leftBox {
    width: 100%;
  }

  html body footer .footerOne .leftBox .logoBox a {
    width: 120px;
  }

  html body footer .footerOne .centerBox {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }

  html body footer .footerOne .centerBox .form {
    width: 100%;
  }

  html body footer .footTwo {
    flex-wrap: wrap;
    justify-content: center;
  }

  html body footer .footTwo .icBox {
    text-align: center;
    width: 100%;
  }

  html body footer .footTwo .icBox a {
    width: 28px;
    height: 28px;
  }

  html body footer .footTwo .icBox a i {
    line-height: 28px;
    font-size: 13px;
  }

  html body footer>hr {
    margin: 10px 0px;
  }
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-display: swap;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1692838494801') format('woff2'), url('../fonts/iconfont.woff?t=1692838494801') format('woff'), url('../fonts/iconfont.ttf?t=1692838494801') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}

.icon-dizhi1:before {
  content: "\e64a";
}

.icon-home-fill:before {
  content: "\e622";
}

.icon-message1:before {
  content: "\e6b5";
}

.icon-message2:before {
  content: "\e660";
}

.icon-jiantou:before {
  content: "\e638";
}

.icon-up2:before {
  content: "\e721";
}

.icon-shubiao1:before {
  content: "\e662";
}

.icon-diqiu:before {
  content: "\e62e";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-dianhua1:before {
  content: "\e61b";
}

.icon-dingzhijiaju:before {
  content: "\e61a";
}

.icon-shenhe:before {
  content: "\e64f";
}

.icon-dianhua:before {
  content: "\e71a";
}

.icon-daohangdizhi:before {
  content: "\e65f";
}

.icon-calendar2:before {
  content: "\e606";
}

.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}

.icon-fangda:before {
  content: "\e835";
}

.icon-calculation:before {
  content: "\e6ca";
}

.icon-chizi:before {
  content: "\e645";
}

.icon-chuangyejidi:before {
  content: "\e650";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-yuangongfuzeren:before {
  content: "\e62a";
}

.icon-gongchang:before {
  content: "\e98e";
}

.icon-dizhi:before {
  content: "\e652";
}

.icon-youxiang-32:before {
  content: "\e605";
}

.icon-appquality:before {
  content: "\e69b";
}

.icon-yuangong:before {
  content: "\e64e";
}

.icon-skype-fill:before {
  content: "\e882";
}

.icon-kexuejishu-:before {
  content: "\e9be";
}

.icon-zu:before {
  content: "\e613";
}

.icon-zuojiantou:before {
  content: "\e75c";
}

.icon-yuyan:before {
  content: "\e684";
}

.icon-shijian:before {
  content: "\e6c8";
}

.icon-jingyanfankui1:before {
  content: "\e665";
}

.icon-funengkejiyanfa:before {
  content: "\e64d";
}

.icon-shubiao:before {
  content: "\e89d";
}

.icon-icon_37:before {
  content: "\e60c";
}

.icon-xiangxia:before {
  content: "\e666";
}

.icon-wodedingdan2:before {
  content: "\e651";
}

.icon-zhiliangrenzheng:before {
  content: "\e65e";
}

.icon-tuanduishezhi:before {
  content: "\e604";
}

.icon-035meijin:before {
  content: "\e7d1";
}

.icon-trun-north:before {
  content: "\e615";
}

.icon-zhuanwan:before {
  content: "\e603";
}

.icon-guanbi:before {
  content: "\e601";
}

.icon-zhedie2:before {
  content: "\e621";
}

.icon-shouji:before {
  content: "\e658";
}

.icon-rili:before {
  content: "\e8b4";
}

.icon-youxiang:before {
  content: "\e664";
}

.icon-yingguoguoqi:before {
  content: "\e63e";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}
@media screen and (max-width: 1600px){
  html body footer .footerOne .form .yzm span,html body footer .footerOne .form .buttonBox span {
    top: 3px;
  }
}
@media screen and (max-width: 1366px){
  html body footer .footerOne .form .yzm span,html body footer .footerOne .form .buttonBox span {
    top: 1px;
  }
}
#st-1{
  margin-left: 10px;
}
html body .indexBody .indexBodyTwo figure .topText sup{
  font-size: 18px;
}






/*2023-10-19*/
@import url('./swiper-bundle.min.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  transition: 0.5S;
  scroll-behavior: smooth;
}

html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}

html body img {
  display: block;
}

html body i {
  display: inline-block;
}

html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
  outline: none !important;
}

html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
  outline: none !important;
}

html body span {
  display: inline-block;
}

html body a,
html body span,
html body img,
html body li {
  transition: 0.3s;
}

html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 80px);
}

html body li {
  list-style: none;
}

 .rightMenu {
  z-index: 9999;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}

 .rightMenu>a,
 .rightMenu>span {
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  opacity: 0.9;
  cursor: pointer;
  background-color: #dfdfdf;
}

 .rightMenu>a i,
 .rightMenu>span i {
  font-size: 21px;
  color: #fff;
}

 .rightMenu>a:hover,
 .rightMenu>span:hover {
  background-color: #dba75b;
}

 .rightMenu>a:hover i,
 .rightMenu>span:hover i {
  color: #fff;
}

 .rightMenu>a:nth-of-type(1) i {
  font-size: 23px;
}

 .rightMenu>span:not(:nth-of-type(1))>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .rightMenu>span:not(:nth-of-type(1))>a i {
  font-size: 22px;
}

 .rightMenu>span:nth-of-type(1) {
  cursor: pointer;
  position: relative;
}

 .rightMenu>span:nth-of-type(1)>img {
  display: none;
  position: absolute;
  right: 100%;
}

 .rightMenu>span:nth-of-type(1):hover>img {
  display: block;
}

 .clickM {
  display: none;
  padding: 0px 20px 40px 20px;
  width: 235px;
  position: fixed;
  z-index: 1001;
  right: 0px;
  top: 0px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  text-align: center;
}

 .clickM::-webkit-scrollbar {
  width: 4px;
}

 .clickM::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

 .clickM::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

 .clickM>p {
  display: block;
  text-align: right;
}

 .clickM>p i {
  font-size: 20px;
  line-height: 35px;
}

 .clickM>p i:hover {
  color: #0251a0;
}

 .clickM>form {
  display: inline-block;
  position: relative;
}

 .clickM>form input:nth-of-type(1) {
  outline: none;
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 30px;
  border: solid 1px #ccc;
  border-radius: 14px;
  padding: 0px 20px;
}

 .clickM>form input:nth-of-type(2) {
  padding-left: 1px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}

 .clickM>form input:nth-of-type(2):hover {
  color: #0251a0;
}

 .clickM>form input::placeholder,
 .clickM>form input:-o-placeholder,
 .clickM>form input:-moz-placeholder,
 .clickM>form input::-webkit-input-placeholder,
 .clickM>form input:-ms-input-placeholder {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}

 .clickM>form i {
  font-size: 1.7rem;
}

 .clickM>form span {
  color: #1b1b1b;
  line-height: 19px;
}

 .clickM li {
  position: relative;
}

 .clickM>.menuOne {
  margin-top: 10px;
  text-align: left;
}

 .clickM>.menuOne a {
  font-family: PoppinsRegular;
  line-height: 40px;
  display: block;
}

 .clickM>.menuOne>a {
  border-bottom: 2px dashed #dba75b;
  font-size: 18px;
}

 .clickM>.menuOne ul {
  display: none;
}

 .clickM>.menuOne ul .menuTwo>a {
  border-bottom: 1px dashed #dba75b;
  font-size: 16px;
}

 .clickM>.menuOne ul .menuTwo>ul .menuThree>a {
  font-size: 14px;
  border-bottom: 1px dashed #dba75b;
}

 .clickM>.menuOne ul .menuTwo>ul .menuThree>span {
  font-size: 12px;
}

 .clickM>.menuOne ul .menuTwo>span {
  font-size: 14px;
}

 .clickM>.menuOne span {
  right: 0px;
  position: absolute;
  top: 12px;
  transition: 0.5s;
}


 header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  max-width: 1920px;
  padding: 23px 0px;
}

 header:hover {
  background-color: rgba(40, 40, 40, 0.8);
}

 header:hover .headcontent>ul .sousuo form input:nth-of-type(1){
  color: #fff;
}

 header .headcontent {
  margin: auto;
  max-width: 1700px;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 header .headcontent .logoBox {
  display: flex;
  align-items: center;
}

 header .headcontent .logoBox a {
  width: 151px;
}

 header .headcontent .logoBox a img {
  width: 100%;
}

 header .headcontent .menuactive>a {
  color: #dba75b !important;
}

 header .headcontent .menuactive>a::after {
  width: 100% !important;
}

 header .headcontent>ul {
  margin-right: -5px;
  display: flex;
}

 header .headcontent>ul .menuOne {
  margin-right: 67px;
  font-family: Lato-Bold;
  font-size: 22px;
  line-height: 40px;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
}

 header .headcontent>ul .menuOne>a {
  line-height: 23px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

 header .headcontent>ul .menuOne>a::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #dba75b;
  width: 0px;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}

 header .headcontent>ul .menuOne>a:hover {
  color: #dba75b;
}

 header .headcontent>ul .menuOne>a:hover::after {
  width: 100%;
}

 header .headcontent>ul .menuOne>ul {
  padding: 20px 0px;
  position: absolute;
  top: 100%;
  width: 300px;
  background-color: #f5f5f5;
  left: 0px;
  display: none;
}

 header .headcontent>ul .menuOne>ul>.menuTwo {
  position: relative;
  line-height: 30px;
  padding: 5px 16px 5px 16px;
  letter-spacing: 0px;
}

 header .headcontent>ul .menuOne>ul>.menuTwo a {
  font-size: 20px;
  color: #666;
  position: relative;
}

 header .headcontent>ul .menuOne>ul>.menuTwo a::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #dba75b;
  width: 0px;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}

 header .headcontent>ul .menuOne>ul>.menuTwo a:hover {
  color: #dba75b;
}

 header .headcontent>ul .menuOne>ul>.menuTwo a:hover::after {
  width: 100%;
}

 header .headcontent>ul .menuOne>ul>.menuTwo>ul {
  padding: 10px 0px;
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 300px;
  background-color: #f5f5f5;
}

 header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree {
  line-height: 30px;
  padding: 5px 16px 5px 16px;
}

 header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree>ul {
  padding: 10px 0px;
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 360px;
  background-color: #f5f5f5;
}

 header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree>ul>.menuFour {
  line-height: 30px;
  padding: 5px 0px 5px 16px;
}

 header .headcontent>ul .lastOne {
  margin-right: 30px;
}

 header .headcontent>ul .sousuo,
 header .headcontent>ul .lang {
  display: flex;
  align-items: center;
  color: #333;
}

 header .headcontent>ul .sousuo {
  margin-left: 160px;
  margin-right: 0px;
}

 header .headcontent>ul .sousuo form {
  position: relative;
  overflow: hidden;
  width: 240px;
}

 header .headcontent>ul .sousuo form input:nth-of-type(1) {
  width: 190px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  color: #2f3135;
  background: none;
  border-radius: 18px;
  border: solid 1px #fff;
}

 header .headcontent>ul .sousuo form input:nth-of-type(2) {
  line-height: 35px;
  font-size: 26px;
  background: none;
  position: absolute;
  right: 10px;
  color: #fff;
  cursor: pointer;
}

 header .headcontent>ul .sousuo form input:nth-of-type(2):hover {
  color: #dba75b;
}

 header .headcontent>ul .zhedie {
  display: none;
}

 header .headcontent>ul .zhedie i {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

 .header {
  padding: 20px 0px;
  background-color: rgba(40, 40, 40, 0.8);
}

 .header .headcontent>ul .sousuo form input:nth-of-type(1){
  color: #fff;
}

 .bannerBox img {
  width: 100%;
}



 .twoOneBody .containerOne {
  padding-top: 3px;
}

 .twoOneBody .containerOne .topBox {
  font-family: Lato-Bold;
  font-size: 48px;
  color: #dba75b;
}

 .twoOneBody .containerOne .topBox img {
  width: 44px;
  display: inline-block;
  vertical-align: middle;
}

 .twoOneBody .containerOne .topBox h1 {
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
}

 .twoOneBody .containerOne .topBox p {
  font-family: Lato-Regular;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-top: 25px;
}

 .twoOneBody .containerOne .rightBox {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 .twoOneBody .containerOne .rightBox .textBox {
  padding-right: 4%;
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  padding-top: 7px;
}

 .twoOneBody .containerOne .rightBox .textBox p {
  margin-top: 30px;
}

 .twoOneBody .containerOne .rightBox .inbox {
  font-family: Lato-Regular;
}

 .twoOneBody .containerOne .rightBox .inbox p {
  padding-left: 8.6%;
  font-size: 18px;
  color: #666666;
  line-height: 98px;
  background-color: #f5f5f5;
  margin-top: 30px;
}

 .twoOneBody .containerOne .rightBox .inbox em {
  font-size: 24px;
  color: #333333;
  font-style: normal;
}

 .twoOneBody .containerOne .zong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4px;
}

 .twoOneBody .containerOne .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

 .twoOneBody .containerOne .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 49px;
}

 .twoOneBody .containerOne .zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

 .twoOneBody .containerOne .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5; */
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

 .twoOneBody .containerOne .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

 .twoOneBody .containerOne .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}

 .twoOneBody .containerOne .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

 .twoOneBody .containerOne .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

 .twoOneBody .containerOne .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

 .twoOneBody .containerOne .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

 .twoOneBody .containerOne .prob-pic {
  width: 48.5%;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-big-img img {
  transition: 0s;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

 .twoOneBody .containerOne .prob-pic .zoomWrapperImage img {
  max-width: 1920px;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-big-img:hover img {
  transform: scale(1);
}

 .twoOneBody .containerOne .prob-pic .prob-pic-small {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 99;
  border: 1px solid #dba75b;
  border-radius: 50%;
  cursor: pointer;
  background-color: #dba75b;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-btn.prev {
  left: 5px;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-btn.next {
  right: 5px;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-btn:hover {
  background-color: #fff;
  border: 1px solid #eee;
  color: #eee;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-list {
  margin: 0px;
  overflow: hidden;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-list ul {
  width: 1000%;
  overflow: hidden;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-list ul li {
  padding: 6px 0px;
  position: relative;
  float: left;
  margin-right: 0.57%;
  width: 2.95%;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-item .item-pic {
  display: block;
  overflow: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

 .twoOneBody .containerOne .prob-pic .prob-pic-item .item-pic img {
  display: block;
  width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}

 .twoOneBody .containerTwo {
  display: flex;
  justify-content: space-between;
  padding-top: 99px;
}

 .twoOneBody .containerTwo .leftBox {
  width: 48.5%;
}

 .twoOneBody .containerTwo .leftBox img {
  width: 100%;
}

 .twoOneBody .containerTwo .rightBox {
  width: 48.5%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0px;
  align-content: space-between;
}

 .twoOneBody .containerTwo .rightBox img {
  width: 46.6%;
  margin-left: 6.8%;
}

 .twoOneBody .containerTwo .rightBox img:nth-of-type(2n+1) {
  margin-left: 0px;
}

 .twoOneBody .containerThree {
  background: url('../img/2-1imgSeven.jpg') no-repeat left center;
  background-size: 100% 100%;
  padding: 80px 0px 80px 0px;
  margin-top: 71px;
}

 .twoOneBody .containerThree .content {
  display: flex;
}

 .twoOneBody .containerThree .content .leftBox {
  padding-right: 12%;
  width: 47%;
  padding-top: 147px;
}

 .twoOneBody .containerThree .content .leftBox .topText {
  font-family: Lato-Bold;
  font-size: 56px;
  line-height: 61px;
  color: #ffffff;
}

 .twoOneBody .containerThree .content .leftBox .textBox {
  padding-top: 15px;
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

 .twoOneBody .containerThree .content .leftBox .textBox p {
  margin-top: 30px;
}

 .twoOneBody .containerThree .content .rightBox {
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0px 149px 0px;
}

 .twoOneBody .containerThree .content .rightBox::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 133%;
  height: 100%;
  left: -14.2%;
  top: 0%;
}

 .twoOneBody .containerThree .content .rightBox figure {
  position: relative;
  z-index: 10;
  width: 43%;
  text-align: center;
  margin-left: 14%;
  margin-top: 100px;
}

 .twoOneBody .containerThree .content .rightBox figure:hover .black {
  display: inline-block;
}

 .twoOneBody .containerThree .content .rightBox figure:hover .yellow {
  display: none;
}

 .twoOneBody .containerThree .content .rightBox figure a:hover {
  color: #dba75b !important;
}

 .twoOneBody .containerThree .content .rightBox figure>a {
  width: 54px;
}

 .twoOneBody .containerThree .content .rightBox figure>a img {
  width: 100%;
}

 .twoOneBody .containerThree .content .rightBox figure .black {
  display: none;
}

 .twoOneBody .containerThree .content .rightBox figure .text {
  font-family: Lato-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}

 .twoOneBody .containerThree .content .rightBox figure .text a {
  color: #666;
}

 .twoOneBody .containerThree .content .rightBox figure .boldBox {
  font-family: Lato-Bold;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin: 20px 0px 13px 0px;
}

 .twoOneBody .containerThree .content .rightBox figure:nth-of-type(2n+1) {
  margin-left: 0%;
}

 .twoOneBody .containerThree .content .rightBox .buttonBox {
  position: relative;
  font-family: Arial;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .twoOneBody .containerThree .content .rightBox .buttonBox a {
  background-color: #dba75b;
  width: 200px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
}

 .twoOneBody .containerThree .content .rightBox .buttonBox a:hover {
  background-color: #fff;
  border: 1px solid #dba75b;
}

 .bottomForm {
  display: flex;
  justify-content: space-between;
  padding-top: 87px;
  padding-bottom: 101px;
}

 .bottomForm .leftBox {
  width: 40%;
  margin-top: 72px;
}

 .bottomForm .rightBox {
  background-color: rgba(212, 149, 56, 0.2);
}

 .bottomForm .topText {
  font-family: Lato-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #dba75b;
}

 .bottomForm .centerText {
  margin-top: 12px;
  font-family: Lato-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  text-indent: 60px;
}

 .bottomForm .centerText::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #000000;
}

 .bottomForm .logoBox {
  padding-top: 30px;
}

 .bottomForm .logoBox p {
  font-family: Lato-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 43px;
  display: flex;
}

 .bottomForm .logoBox p i {
  width: 50px;
  height: 50px;
  background-color: #dba75b;
  border-radius: 50%;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}

 .bottomForm .logoBox p span,
 .bottomForm .logoBox p a {
  color: #333333;
}

 .bottomForm .logoBox p a:hover {
  color: #dba75b;
}

 .bottomForm .logoBox p:nth-of-type(1) {
  margin-top: 0px;
}

 .bottomForm .rightBox {
  width: 57.1%;
  padding-top: 49px;
}

 .bottomForm .rightBox .topText {
  text-indent: 50px;
}

 .bottomForm .rightBox form {
  padding-top: 40px;
  font-size: 0px;
  width: 87.8%;
  padding-left: 15px;
  margin: 0px auto;
  padding-bottom: 84px;
}

 .bottomForm .rightBox p {
  margin-top: 23px;
}

 .bottomForm .rightBox textarea {
  width: 100%;
  resize: none;
  height: 180px;
  outline: none;
  border: none;
}

 .bottomForm .rightBox .leftTop {
  display: inline-block;
  width: 48.3%;
}

 .bottomForm .rightBox .leftTop:nth-of-type(2) {
  margin-left: 3.4%;
}

 .bottomForm .rightBox input,
 .bottomForm .rightBox textarea {
  border: solid 1px #d2d2d2;
  background-color: #ffffff;
  font-family: Lato-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #333;
  text-indent: 14px;
  width: 100%;
}

 .bottomForm .rightBox input {
  height: 54px;
}

 .bottomForm .rightBox .afterBox {
  position: relative;
}

 .bottomForm .rightBox .afterBox::before {
  left: -10px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #ff0000;
  top: 19px;
}

 .bottomForm .rightBox input::placeholder,
 .bottomForm .rightBox input::-webkit-input-placeholder,
 .bottomForm .rightBox textarea::placeholder {
  font-family: Lato-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #999999;
}

 .bottomForm .rightBox .yanzhengma {
  width: 60.4%;
}

 .bottomForm .rightBox .buttonBox {
  margin-left: 3.6%;
  width: 36%;
}

 .bottomForm .rightBox .buttonBox input {
  border: none;
  width: 100%;
  height: 54px;
  background-color: #dba75b;
  font-family: Lato-Bold;
  font-size: 18px;
  line-height: 54px;
  color: #ffffff;
  cursor: pointer;
  text-indent: 0px !important;
}

 .bottomForm .rightBox .buttonBox input:hover {
  color: #333 !important;
}

 .bottomForm .rightBox .yanzhengma,
 .bottomForm .rightBox .buttonBox {
  display: inline-block;
  vertical-align: bottom;
}

 .bottomForm .rightBox .yanzhengma input{
  width: 54.4%;
  vertical-align: middle;
}
 .bottomForm .rightBox .buttonBox input{
	width: 100%;
}

 .bottomForm .rightBox .yanzhengma span,
 .bottomForm .rightBox .buttonBox span {
  margin-left: 5.4%;
  height: 54px;
  vertical-align: middle;
  width: 39%;
  background-color: #f3fbfe;
  position: relative;
  border: 1px solid #d2d2d2;
}

 .bottomForm .rightBox .yanzhengma span img,
 .bottomForm .rightBox .buttonBox span img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 52px;
  cursor: pointer;
}

 footer {
  background-color: #282828;
  padding-bottom: 63px;
}

 footer .footContent {
  margin: auto;
  max-width: 1500px;
  width: calc(100% - 80px);
}

 footer .footerOne {
  padding: 58px 0px 38px 0px;
  display: flex;
  justify-content: space-between;
}

 footer .footerOne .leftBox {
  padding-top: 10px;
  width: 21%;
  padding-left: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 footer .footerOne .leftBox .logoBox {
  display: flex;
  align-items: center;
}

 footer .footerOne .leftBox .logoBox a {
  width: 187px;
}

 footer .footerOne .leftBox .logoBox a img {
  width: 100%;
}

 footer .footerOne .centerBox {
  width: 74%;
  display: flex;
  justify-content: space-between;
}

 footer .footerOne .centerBox ul:nth-of-type(1) {
  width: 23%;
}

 footer .footerOne .centerBox hr {
  border: none;
  width: 60px;
  height: 3px;
  background-color: #dba75b;
  margin-bottom: 18px;
}

 footer .footerOne .centerBox ul {
  padding-left: 4px;
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 35px;
}
 footer .footerOne .centerBox ul .small{
  font-size: 16px;
}

 footer .footerOne .centerBox ul li:nth-of-type(1) {
  margin-top: 0px;
  font-family: Lato-Regular;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 11px;
}

 footer .footerOne .centerBox ul li {
  margin-top: 8px;
  color: #c1c1c1;
}

 footer .footerOne .centerBox ul li a {
  color: #c1c1c1;
}

 footer .footerOne .centerBox ul li a:hover {
  color: #dba75b;
}

 footer .footerOne .centerBox .two li {
  margin-top: 12px;
  color: #fff;
}

 footer .footerOne .centerBox .two li p {
  display: flex;
  align-items: center;
}

 footer .footerOne .centerBox .two li i {
  font-size: 21px;
  color: #dba75b;
  margin-right: 8px;
}

 footer .footerOne .centerBox .two li span {
  color: #c1c1c1;
}

 footer .footerOne .form {
  padding-top: 2px;
  font-size: 0px !important;
  width: 25.4%;
}

 footer .footerOne .form li {
  margin-top: 21px;
}

 footer .footerOne .form p input,
 footer .footerOne .form p textarea {
  text-indent: 14px;
  width: 100%;
  border: none;
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 42px;
  color: #fff !important;
  height: 42px;
  margin-top: 12px;
  display: block;
  background-color: transparent;
  border: 2px solid #7a7a7a;
}

 footer .footerOne .form p textarea {
  resize: none;
  height: 87px;
  outline: none;
}

 footer .footerOne .form .yzm {
  width: 64.2%;
  position: relative;
}

 footer .footerOne .form .buttonBox {
  width: 31%;
  margin-left: 4.8%;
}

 footer .footerOne .form input::placeholder,
 footer .footerOne .form input::-webkit-input-placeholder,
 footer .footerOne .form textarea::placeholder {
  font-family: Lato-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #999999;
}

 footer .footerOne .form .yzm,
 footer .footerOne .form .buttonBox {
  vertical-align: bottom;
  display: inline-block;
}

 footer .footerOne .form .yzm input,
 footer .footerOne .form .buttonBox input {
  width: 100%;
  display: inline-block;
}

 footer .footerOne .form .yzm span,
 footer .footerOne .form .buttonBox span {
  position: absolute;
  right: 8px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  background-color: #f3fbfe;
  height: 30px;
}

 footer .footerOne .form .yzm span img,
 footer .footerOne .form .buttonBox span img {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}

 footer .footerOne .form .buttonBox input {
  width: 100%;
  height: 40px;
  background-color: #dba75b;
  border: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-indent: 0px !important;
  cursor: pointer;
}

 footer .footerOne .form .buttonBox input:hover {
  color: #333 !important;
}

 footer .footTwo {
  display: flex;
  align-items: flex-end;
}

 footer .icBox {
  width: 30%;
}

 footer .icBox a {
  margin-top: 10px;
  margin-right: 6px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
}

 footer .icBox a i {
  color: #fff;
  line-height: 33px;
}

 footer .icBox a:hover {
  background-color: #dba75b;
  border: 1px solid #dba75b;
}

 footer .fbThree {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: flex;
  align-items: center;
}

 footer .fbThree a {
  margin: 0px 5px;
  color: #999999;
}

 footer .fbThree a:hover {
  color: #dba75b;
}

 footer>hr {
  border: none;
  height: 1px;
  background-color: #444;
  margin: 35px 0px 21px 0px;
}

 footer .link {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}

 footer .fenye {
  padding-bottom: 55px;
}

 .marginTop {
  margin-top: 93px;
}

 .mbx {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  padding-top: 25px;
}

 .mbx a {
  color: #666;
}

 .mbx a:hover {
  color: #dba75b;
}

 .mbx span .icon-home-fill {
  font-size: 21px;
  margin-right: 12px;
}

 .mbx span .icon-right1 {
  font-size: 14px;
  margin-right: 5px;
}

 .mbx .active {
  color: #dba75b;
}




@media screen and (max-width: 1600px) {
   header {
    padding: 30px 0px;
  }

   header .headcontent .logoBox a {
    width: 145px;
  }

   header .headcontent>ul .menuOne {
    margin-right: 30px;
    font-size: 20px;
  }

   header .headcontent>ul .sousuo {
    margin-left: 60px;
  }

   header .headcontent>ul .sousuo form {
    width: 215px;
  }

   header .headcontent>ul .sousuo form input:nth-of-type(1) {
    height: 33px;
    width: 165px;
  }

   header .headcontent>ul .sousuo form input:nth-of-type(2) {
    line-height: 33px;
    font-size: 25px;
  }

   .mbx {
    padding-top: 20px;
  }

   footer {
    padding-bottom: 50px;
  }

   footer .footerOne {
    padding: 45px 0px 13px 0px;
  }

   footer .footerOne .leftBox .logoBox a {
    width: 170px;
  }

   footer .footerOne .centerBox ul:nth-of-type(1) {
    width: 15%;
  }

   footer .footerOne .centerBox ul {
    font-size: 16px;
    line-height: 30px;
  }

   footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 20px;
  }

   footer .footerOne .centerBox ul li {
    margin-top: 5px;
  }

   footer .footerOne .centerBox .two li {
    margin-top: 5px;
  }

   footer .footerOne .centerBox .form {
    width: 31.4%;
  }

   footer .footerOne .centerBox .form p input,
   footer .footerOne .centerBox .form p textarea {
    text-indent: 12px;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    margin-top: 8px;
  }

   footer .footerOne .centerBox .form p textarea {
    resize: none;
    height: 80px;
    outline: none;
  }

   footer .footerOne .centerBox .form input::placeholder,
   footer .footerOne .centerBox .form input::-webkit-input-placeholder,
   footer .footerOne .centerBox .form textarea::placeholder {
    font-size: 14px;
    line-height: 37px;
  }

   footer .footerOne .centerBox .form .buttonBox button {
    height: 37px;
  }

   footer .footerOne .centerBox hr {
    margin-bottom: 15px;
  }

   footer .footTwo .icBox a {
    width: 30px;
    height: 30px;
  }

   footer .footTwo .icBox a i {
    line-height: 30px;
    font-size: 14px;
  }

   footer .footTwo .fbThree {
    font-size: 13px;
  }

   footer>hr {
    margin: 20px 0px;
  }

   .twoOneBody .containerOne .topBox h1 {
    font-size: 40px;
  }

   .twoOneBody .containerOne .topBox img {
    width: 40px;
  }

   .twoOneBody .containerOne .topBox p {
    font-size: 22px;
    margin-top: 5px;
  }

   .twoOneBody .containerOne .rightBox {
    padding-top: 0px;
  }

   .twoOneBody .containerOne .rightBox .textBox {
    font-size: 17px;
    line-height: 28px;
  }

   .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 15px;
  }

   .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 22px;
  }

   .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 17px;
    margin-top: 20px;
    line-height: 85px;
  }

   .twoOneBody .containerTwo {
    padding-top: 65px;
  }

   .twoOneBody .containerThree {
    margin-top: 65px;
    padding: 40px 0px;
  }

   .twoOneBody .containerThree .content .leftBox {
    padding-top: 60px;
  }

   .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 50px;
    line-height: 55px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox {
    font-size: 17px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 15px;
  }

   .twoOneBody .containerThree .content .rightBox {
    padding: 40px 0px 100px 0px;
  }

   .twoOneBody .containerThree .content .rightBox::before {
    width: 110%;
    left: -5%;
  }

   .twoOneBody .containerThree .content .rightBox figure {
    width: 45%;
    margin-left: 10%;
    margin-top: 45px;
  }

   .twoOneBody .containerThree .content .rightBox figure>a {
    width: 50px;
  }

   .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 10px 0px;
    font-size: 22px;
    line-height: 28px;
  }

   .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 18px;
    line-height: 28px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 17px;
    line-height: 45px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 180px;
  }
 

   .bottomForm {
    padding-top: 60px;
    padding-bottom: 80px;
  }

   .bottomForm .leftBox {
    width: 40%;
    margin-top: 40px;
  }

   .bottomForm .topText {
    font-size: 35px;
  }

   .bottomForm .centerText {
    margin-top: 5px;
    font-size: 15px;
    line-height: 30px;
  }

   .bottomForm .logoBox {
    padding-top: 20px;
  }

   .bottomForm .logoBox p {
    font-size: 16px;
    line-height: 43px;
    margin-top: 35px;
  }

   .bottomForm .logoBox p i {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    margin-right: 18px;
  }

   .bottomForm .rightBox {
    width: 57.1%;
    padding-top: 5px;
  }

   .bottomForm .rightBox .topText {
    text-indent: 50px;
  }

   .bottomForm .rightBox form {
    padding-top: 15px;
    width: 90%;
    padding-bottom: 50px;
  }

   .bottomForm .rightBox p {
    margin-top: 15px;
  }

   .bottomForm .rightBox textarea {
    height: 160px;
  }

   .bottomForm .rightBox .leftTop {
    width: 48.3%;
  }

   .bottomForm .rightBox .leftTop:nth-of-type(2) {
    margin-left: 3.4%;
  }

   .bottomForm .rightBox input,
   .bottomForm .rightBox textarea {
    font-size: 15px;
    line-height: 50px;
  }

   .bottomForm .rightBox input {
    height: 50px;
  }

   .bottomForm .rightBox .afterBox::before {
    left: -10px;
  }

   .bottomForm .rightBox input::placeholder,
   .bottomForm .rightBox input::-webkit-input-placeholder,
   .bottomForm .rightBox textarea::placeholder {
    font-size: 15px;
    line-height: 50px;
  }

   .bottomForm .rightBox .yanzhengma {
    width: 60.4%;
  }

   .bottomForm .rightBox .buttonBox {
    margin-left: 3.6%;
    width: 36%;
  }

   .bottomForm .rightBox .buttonBox input {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }

   .bottomForm .rightBox .yanzhengma input {
    width: 54.4%;
    vertical-align: middle;
  }

   .bottomForm .rightBox .yanzhengma span,
   .bottomForm .rightBox .buttonBox span {
    margin-left: 5.4%;
    height: 50px;
  }

   .bottomForm .rightBox .yanzhengma span img,
   .bottomForm .rightBox .buttonBox span img {
    height: 48px;
  }
}

@media screen and (max-width: 1300px) {

   .rightMenu>a,
   .rightMenu>span {
    width: 40px;
    height: 40px;
  }

   .rightMenu>a i,
   .rightMenu>span i {
    font-size: 19px;
    color: #9c9c9c;
  }

   .rightMenu>a:nth-of-type(1) i {
    font-size: 24px;
  }

   .rightMenu>span:not(:nth-of-type(1))>a i {
    font-size: 20px;
  }

   .rightMenu>span:nth-of-type(1) {
    cursor: pointer;
    position: relative;
  }

   .rightMenu>span:nth-of-type(1)>img {
    display: none;
    position: absolute;
    right: 100%;
  }

   .rightMenu>span:nth-of-type(1):hover>img {
    display: block;
  }

   .mbx {
    padding-top: 15px;
  }

   header {
    padding: 25px 0px;
  }

   header .headcontent .logoBox a {
    width: 120px;
  }

   header .headcontent>ul .menuOne {
    margin-right: 20px;
    font-size: 18px;
  }

   header .headcontent>ul .menuOne>ul {
    width: 170px;
    left: -50px;
  }

   header .headcontent>ul .menuOne>ul>.menuTwo {
    line-height: 25px;
    padding: 7px 10px;
  }

   header .headcontent>ul .menuOne>ul>.menuTwo a {
    font-size: 15px;
  }

   header .headcontent>ul .menuOne>ul>.menuTwo>ul {
    width: 170px;
  }

   header .headcontent>ul .menuOne>ul>.menuTwo>ul>.menuThree {
    line-height: 25px;
    padding: 7px 10px;
  }

   header .headcontent>ul .sousuo {
    margin-left: 30px;
  }

   header .headcontent>ul .sousuo form {
    width: 190px;
  }

   header .headcontent>ul .sousuo form input:nth-of-type(1) {
    height: 30px;
    width: 150px;
  }

   header .headcontent>ul .sousuo form input:nth-of-type(2) {
    line-height: 30px;
    font-size: 23px;
  }

   .header {
    padding: 20px 0px;
  }

   footer {
    padding-bottom: 40px;
  }

   footer .footerOne {
    padding: 30px 0px 13px 0px;
    flex-wrap: wrap;
  }

   footer .footerOne .leftBox {
    width: 100%;
  }

   footer .footerOne .leftBox .logoBox a {
    width: 160px;
  }

   footer .footerOne .centerBox {
    margin-top: 20px;
    width: 100%;
  }

   footer .footerOne .centerBox ul:nth-of-type(1) {
    width: 15%;
  }

   footer .footerOne .centerBox ul {
    font-size: 15px;
    line-height: 28px;
  }

   footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 19px;
  }

   footer .footerOne .centerBox .form {
    width: 28.4%;
  }

   footer .footerOne .centerBox .form p input,
   footer .footerOne .centerBox .form p textarea {
    text-indent: 10px;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    margin-top: 5px;
  }

   footer .footerOne .centerBox .form p textarea {
    resize: none;
    height: 87px;
    outline: none;
  }

   footer .footerOne .centerBox .form input::placeholder,
   footer .footerOne .centerBox .form input::-webkit-input-placeholder,
   footer .footerOne .centerBox .form textarea::placeholder {
    font-size: 13px;
    line-height: 35px;
  }

   footer .footerOne .centerBox .form .yzm span {
    top: calc(50% + 3px);
  }

   footer .footerOne .centerBox .form .buttonBox button {
    height: 35px;
  }

   footer .footTwo .icBox a {
    width: 32px;
    height: 32px;
  }

   footer .footTwo .icBox a i {
    line-height: 32px;
    font-size: 15px;
  }

   footer .footTwo .fbThree {
    font-size: 13px;
  }

   footer>hr {
    margin: 20px 0px;
  }

  
 

   .twoOneBody .containerOne .topBox h1 {
    font-size: 35px;
  }

   .twoOneBody .containerOne .topBox img {
    width: 35px;
  }

   .twoOneBody .containerOne .topBox p {
    font-size: 20px;
    margin-top: 0px;
  }

   .twoOneBody .containerOne .rightBox .textBox {
    font-size: 16px;
    line-height: 26px;
  }

   .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 10px;
  }

   .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 20px;
  }

   .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 60px;
  }

   .twoOneBody .containerTwo {
    padding-top: 40px;
  }

   .twoOneBody .containerThree {
    margin-top: 40px;
    padding: 20px 0px;
  }

   .twoOneBody .containerThree .content .leftBox {
    padding-top: 30px;
    padding-right: 5%;
  }

   .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 40px;
    line-height: 50px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox {
    font-size: 16px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 10px;
  }

   .twoOneBody .containerThree .content .rightBox {
    padding: 30px 0px 70px 0px;
  }

   .twoOneBody .containerThree .content .rightBox::before {
    width: 110%;
    left: -5%;
  }

   .twoOneBody .containerThree .content .rightBox figure {
    width: 47%;
    margin-left: 6%;
    margin-top: 30px;
  }

   .twoOneBody .containerThree .content .rightBox figure>a {
    width: 45px;
  }

   .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 20px;
    line-height: 26px;
  }

   .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 16px;
    line-height: 26px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 16px;
    line-height: 40px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 160px;
  }


   .bottomForm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

   .bottomForm .leftBox {
    width: 40%;
    margin-top: 20px;
  }

   .bottomForm .topText {
    font-size: 31px;
  }

   .bottomForm .centerText {
    margin-top: 0px;
    font-size: 14px;
    line-height: 28px;
  }

   .bottomForm .logoBox {
    padding-top: 10px;
  }

   .bottomForm .logoBox p {
    font-size: 15px;
    line-height: 40px;
    margin-top: 20px;
  }

   .bottomForm .logoBox p i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-right: 15px;
  }

   .bottomForm .rightBox {
    width: 57.1%;
    padding-top: 0px;
  }

   .bottomForm .rightBox .topText {
    text-indent: 30px;
  }

   .bottomForm .rightBox form {
    padding-top: 5px;
    width: 90%;
    padding-bottom: 40px;
  }

   .bottomForm .rightBox p {
    margin-top: 10px;
  }

   .bottomForm .rightBox textarea {
    height: 130px;
  }

   .bottomForm .rightBox .leftTop {
    width: 48.3%;
  }

   .bottomForm .rightBox .leftTop:nth-of-type(2) {
    margin-left: 3.4%;
  }

   .bottomForm .rightBox input,
   .bottomForm .rightBox textarea {
    font-size: 14px;
    line-height: 40px;
  }

   .bottomForm .rightBox input {
    height: 40px;
  }

   .bottomForm .rightBox .afterBox::before {
    left: -10px;
    top: 12px;
  }

   .bottomForm .rightBox input::placeholder,
   .bottomForm .rightBox input::-webkit-input-placeholder,
   .bottomForm .rightBox textarea::placeholder {
    font-size: 14px;
    line-height: 40px;
  }

   .bottomForm .rightBox .yanzhengma {
    width: 60.4%;
  }

   .bottomForm .rightBox .buttonBox {
    margin-left: 3.6%;
    width: 36%;
  }

   .bottomForm .rightBox .buttonBox input {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }

   .bottomForm .rightBox .yanzhengma input{
    width: 54.4%;
    vertical-align: middle;
  }

   .bottomForm .rightBox .yanzhengma span,
   .bottomForm .rightBox .buttonBox span {
    margin-left: 5.4%;
    height: 40px;
  }

   .bottomForm .rightBox .yanzhengma span img,
   .bottomForm .rightBox .buttonBox span img {
    height: 38px;
  }
}

@media screen and (max-width: 1000px) {
   .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
  }

   .rightMenu>a,
   .rightMenu>span {
    flex: 1;
    border-radius: 0px;
  }

   .rightMenu>a i,
   .rightMenu>span i {
    font-size: 20px;
  }

   .rightMenu>span:not(:nth-of-type(1))>a {
    width: 20px;
    height: 20px;
  }

   .rightMenu>span:not(:nth-of-type(1))>a i {
    font-size: 16px;
  }

   .rightMenu>span:nth-of-type(1) {
    position: relative;
  }

   .rightMenu>span:nth-of-type(1)>img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }

   .rightMenu>span:nth-of-type(1):active>img {
    display: block;
  }

   .mbx {
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
  }

   .mbx span .icon-home-fill {
    font-size: 18px;
    margin-right: 8px;
  }

   .mbx span .icon-right1 {
    font-size: 12px;
    margin-right: 2px;
  }

   header {
    padding: 20px 0px;
  }

   header .headcontent .logoBox a {
    width: 110px;
  }

   header .headcontent>ul .menuOne {
    display: none;
    margin-right: 20px;
    font-size: 18px;
  }

   header .headcontent>ul .lang {
    margin-right: 20px;
  }

   header .headcontent>ul .lang p i {
    font-size: 28px;
  }

   header .headcontent>ul .lang p span {
    margin-left: 5px;
    font-size: 16px;
    display: none;
  }

   header .headcontent>ul .sousuo {
    display: none;
  }

   header .headcontent>ul .zhedie {
    display: block;
  }

   .header {
    padding: 15px 0px;
  }

 

   .twoOneBody .zoomPad {
    cursor: default !important;
  }

   .twoOneBody .zoomPup {
    display: none !important;
  }

   .twoOneBody .zoomWindow {
    display: none !important;
  }

   .twoOneBody .zoomPreload {
    display: none !important;
  }

   .twoOneBody .containerOne .topBox {
    text-align: center;
    font-size: 33px;
  }
   .twoOneBody .containerOne .topBox h1{
    font-size: 33px;
  }

   .twoOneBody .containerOne .topBox img {
    width: 33px;
  }

   .twoOneBody .containerOne .topBox p {
    font-size: 18px;
    margin-top: 0px;
  }

   .twoOneBody .containerOne .prob-pic {
    width: 100%;
  }

   .twoOneBody .containerOne .rightBox {
    width: 100%;
  }

   .twoOneBody .containerOne .rightBox .textBox {
    font-size: 16px;
    line-height: 26px;
  }

   .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 10px;
  }

   .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 18px;
  }

   .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 45px;
    padding-left: 5%;
  }

   .twoOneBody .containerTwo {
    padding-top: 30px;
  }

   .twoOneBody .containerThree {
    margin-top: 30px;
    padding: 20px 0px;
    background: none;
  }

   .twoOneBody .containerThree .content {
    flex-wrap: wrap;
  }

   .twoOneBody .containerThree .content .leftBox {
    background: url('../img/2-1imgFive.jpg') no-repeat left center;
    background-size: cover;
    width: 100%;
    padding: 5% 30px;
  }

   .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 40px;
    line-height: 50px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox {
    font-size: 16px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 10px;
  }

   .twoOneBody .containerThree .content .rightBox {
    width: 100%;
    padding: 40px 5% 40px 5%;
    background: url('../img/2-1imgSix.jpg') no-repeat left center;
    background-size: cover;
  }

   .twoOneBody .containerThree .content .rightBox::before {
    width: 90%;
    left: 5%;
    top: 5%;
    height: 90%;
  }

   .twoOneBody .containerThree .content .rightBox figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 15px;
  }

   .twoOneBody .containerThree .content .rightBox figure>a {
    width: 40px;
  }

   .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 18px;
    line-height: 26px;
  }

   .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 15px;
    line-height: 26px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 15px;
    line-height: 40px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 160px;
  }

  

   .bottomForm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

   .bottomForm .leftBox {
    width: 40%;
    margin-top: 10px;
  }

   .bottomForm .topText {
    font-size: 26px;
    line-height: 40px;
  }

   .bottomForm .centerText {
    margin-top: 0px;
    font-size: 15px;
    line-height: 25px;
  }

   .bottomForm .logoBox {
    padding-top: 0px;
  }

   .bottomForm .logoBox p {
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;
  }

   .bottomForm .logoBox p i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin-right: 10px;
  }

   .bottomForm .logoBox p span,
   .bottomForm .logoBox p a {
    display: block;
  }

   footer .footerOne {
    padding: 20px 0px 13px 0px;
  }

   footer .footerOne .leftBox {
    width: 100%;
  }

   footer .footerOne .leftBox .logoBox a {
    width: 150px;
  }

   footer .footerOne .centerBox {
    margin-top: 20px;
    width: 100%;
  }

   footer .footerOne .centerBox ul:nth-of-type(1) {
    display: none;
  }

   footer .footerOne .centerBox ul {
    font-size: 14px;
    line-height: 26px;
  }

   footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 18px;
  }

   footer .footerOne .centerBox .form {
    width: 40%;
  }

   footer .footerOne .centerBox .form p input,
   footer .footerOne .centerBox .form p textarea {
    text-indent: 10px;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    margin-top: 5px;
  }

   footer .footerOne .centerBox .form p textarea {
    resize: none;
    height: 87px;
    outline: none;
  }

   footer .footerOne .centerBox .form input::placeholder,
   footer .footerOne .centerBox .form input::-webkit-input-placeholder,
   footer .footerOne .centerBox .form textarea::placeholder {
    font-size: 13px;
    line-height: 35px;
  }

   footer .footerOne .centerBox .form .yzm span {
    top: calc(50% + 3px);
  }

   footer .footerOne .centerBox .form .buttonBox button {
    height: 35px;
  }

   footer .footTwo {
    flex-wrap: wrap;
    justify-content: center;
  }

   footer .footTwo .icBox {
    text-align: center;
    width: 100%;
  }

   footer .footTwo .icBox a {
    width: 32px;
    height: 32px;
  }

   footer .footTwo .icBox a i {
    line-height: 32px;
    font-size: 15px;
  }

   footer .footTwo .fbThree {
    margin-top: 5px;
    justify-content: center;
    font-size: 13px;
  }

   footer>hr {
    margin: 20px 0px;
  }

   footer .link {
    display: none;
  }
}

@media screen and (max-width: 700px) {
   header {
    padding: 15px 0px;
  }

   header .headcontent .logoBox a {
    width: 100px;
  }

   header .headcontent>ul .lang p i {
    font-size: 25px;
  }

   .mbx {
    padding-top: 15px;
  }

   .header {
    padding: 10px 0px;
  }

   html body .content {
    width: calc(100% - 40px);
  }

   .twoOneBody .containerOne .topBox h1 {
    font-size: 29px;
  }

   .twoOneBody .containerOne .topBox img {
    width: 30px;
  }

   .twoOneBody .containerOne .topBox p {
    font-size: 16px;
  }

   .twoOneBody .containerOne .rightBox .textBox {
    font-size: 15px;
    line-height: 25px;
  }

   .twoOneBody .containerOne .rightBox .textBox p {
    margin-top: 5px;
  }

   .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 18px;
  }

   .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 15px;
    margin-top: 5px;
    line-height: 40px;
    padding-left: 2%;
  }

   .twoOneBody .containerTwo {
    padding-top: 20px;
  }

   .twoOneBody .containerThree {
    margin-top: 20px;
    padding: 0px 0px;
  }

   .twoOneBody .containerThree .content .leftBox {
    padding: 5% 20px;
  }

   .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 35px;
    line-height: 45px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox {
    padding-top: 0px;
    font-size: 15px;
    line-height: 27px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 15px;
  }

   .twoOneBody .containerThree .content .rightBox {
    padding: 30px 2%;
  }

   .twoOneBody .containerThree .content .rightBox::before {
    width: 94%;
    left: 2%;
    top: 5%;
    height: 90%;
  }

   .twoOneBody .containerThree .content .rightBox figure {
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
  }

   .twoOneBody .containerThree .content .rightBox figure>a {
    width: 35px;
  }

   .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 16px;
  }

   .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 14px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox {
    font-size: 14px;
    line-height: 36px;
  }

   .twoOneBody .containerThree .content .rightBox .buttonBox a {
    width: 140px;
  }

 
 

   .bottomForm {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

   .bottomForm .leftBox {
    width: 100%;
    margin-top: 10px;
  }

   .bottomForm .topText {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }

   .bottomForm .centerText {
    margin-top: 0px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    text-indent: 0px;
  }

   .bottomForm .centerText::after {
    display: none;
  }

   .bottomForm .logoBox {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

   .bottomForm .logoBox p {
    width: 32%;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
	flex-direction: column;
	align-items: center;
  }

   .bottomForm .logoBox p i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin-right: 10px;
  }

   .bottomForm .logoBox p span,
   .bottomForm .logoBox p a {
    display: block;
    width: 100%;
    word-break: break-all;
  }

   .bottomForm .logoBox p:nth-of-type(1) {
    margin-top: 10px;
  }

   .bottomForm .rightBox {
    width: 100%;
  }

   footer .footContent {
    width: calc(100% - 40px);
  }

   footer .footerOne {
    padding: 10px 0px 10px 0px;
  }

   footer .footerOne .leftBox {
    width: 100%;
  }

   footer .footerOne .leftBox .logoBox a {
    width: 130px;
  }

   footer .footerOne .centerBox {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }

   footer .footerOne .centerBox .two {
    display: none;
  }

   footer .footerOne .centerBox .form {
    width: 75%;
  }

   footer .footTwo {
    flex-wrap: wrap;
    justify-content: center;
  }

   footer .footTwo .icBox {
    text-align: center;
    width: 100%;
  }

   footer .footTwo .icBox a {
    width: 32px;
    height: 32px;
  }

   footer .footTwo .icBox a i {
    line-height: 32px;
    font-size: 15px;
  }

   footer .footTwo .fbThree {
    text-align: center;
    display: block;
    font-size: 12px;
  }

   footer .footTwo .fbThree a {
    vertical-align: middle;
  }

   footer>hr {
    margin: 10px 0px;
  }

   footer .link {
    display: none;
  }
}

@media screen and (max-width: 500px) {
     header {
      padding: 10px 0px;
      background-color: rgba(40, 40, 40, 0.8);
    }

   .rightMenu>span:nth-of-type(1)>img {
    display: none;
    position: absolute;
    bottom: 100%;
    transform: translate(0);
    left: 0;
  }

   .mbx {
    padding-top: 10px;
  }

 
   .twoOneBody{
    margin-top: 60px;
  }


   .twoOneBody .containerOne .topBox h1 {
    font-size: 26px;
  }

   .twoOneBody .containerOne .topBox img {
    width: 28px;
  }

   .twoOneBody .containerOne .topBox p {
    font-size: 14px;
    line-height: 25px;
  }

   .twoOneBody .containerOne .rightBox .textBox {
    font-size: 14px;
  }

   .twoOneBody .containerOne .rightBox .inbox em {
    font-size: 16px;
  }

   .twoOneBody .containerOne .rightBox .inbox p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 40px;
  }

   .twoOneBody .containerThree .content .leftBox {
    padding: 5% 10px;
  }

   .twoOneBody .containerThree .content .leftBox .topText {
    font-size: 26px;
    line-height: 30px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox {
    padding-top: 0px;
    font-size: 14px;
    line-height: 27px;
  }

   .twoOneBody .containerThree .content .leftBox .textBox p {
    margin-top: 10px;
  }

   .twoOneBody .containerThree .content .rightBox {
    padding: 20px 2%;
    justify-content: center;
  }

   .twoOneBody .containerThree .content .rightBox::before {
    width: 94%;
    left: 2%;
    top: 2%;
    height: 96%;
  }

   .twoOneBody .containerThree .content .rightBox figure {
    width: 95%;
    margin-left: 0%;
    margin-top: 10px;
  }

   .twoOneBody .containerThree .content .rightBox figure>a {
    width: 35px;
  }

   .twoOneBody .containerThree .content .rightBox figure .boldBox {
    margin: 5px 0px;
    font-size: 16px;
  }

   .twoOneBody .containerThree .content .rightBox figure .text {
    font-size: 14px;
  }




   .bottomForm {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

   .bottomForm .leftBox {
    width: 100%;
    margin-top: 10px;
  }

   .bottomForm .topText {
    font-size: 23px;
    line-height: 40px;
  }

   .bottomForm .centerText {
    font-size: 14px;
  }

   .bottomForm .logoBox {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

   .bottomForm .logoBox p {
    width: 100%;
    font-size: 14px;
  }

   .bottomForm .logoBox p i {
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    margin-right: 10px;
  }

   .bottomForm .logoBox p span,
   .bottomForm .logoBox p a {
    display: block;
    width: 100%;
    word-break: break-all;
  }

   .bottomForm .logoBox p:nth-of-type(1) {
    margin-top: 10px;
  }

   .bottomForm .rightBox {
    width: 100%;
    padding-top: 0px;
  }

   .bottomForm .rightBox .topText {
    text-indent: 0px;
  }

   .bottomForm .rightBox form {
    padding-top: 0px;
    width: 95%;
    padding-bottom: 20px;
  }

   .bottomForm .rightBox p {
    margin-top: 5px;
  }

   .bottomForm .rightBox textarea {
    height: 100px;
  }

   .bottomForm .rightBox .leftTop {
    width: 100%;
  }

   .bottomForm .rightBox .leftTop:nth-of-type(2) {
    margin-left: 0%;
  }

   .bottomForm .rightBox input,
   .bottomForm .rightBox textarea {
    font-size: 14px;
    line-height: 30px;
  }

   .bottomForm .rightBox input {
    height: 30px;
  }

   .bottomForm .rightBox .afterBox::before {
    left: -10px;
    top: 12px;
  }

   .bottomForm .rightBox input::placeholder,
   .bottomForm .rightBox input::-webkit-input-placeholder,
   .bottomForm .rightBox textarea::placeholder {
    font-size: 14px;
    line-height: 30px;
  }

   .bottomForm .rightBox .yanzhengma {
    width: 100%;
  }

   .bottomForm .rightBox .buttonBox {
    margin-left: 0%;
    width: 100%;
  }

   .bottomForm .rightBox .buttonBox input {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

   .bottomForm .rightBox .yanzhengma input {
    width: 54.4%;
    vertical-align: middle;
  }

   .bottomForm .rightBox .yanzhengma span,
   .bottomForm .rightBox .buttonBox span {
    margin-left: 5.4%;
    height: 30px;
  }

   .bottomForm .rightBox .yanzhengma span img,
   .bottomForm .rightBox .buttonBox span img {
    height: 28px;
  }

  
  
  
 
   footer .footerOne {
    padding: 5px 0px 5px 0px;
  }

   footer .footerOne .leftBox {
    width: 100%;
  }

   footer .footerOne .leftBox .logoBox a {
    width: 120px;
  }

   footer .footerOne .centerBox {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }

   footer .footerOne .centerBox .form {
    width: 100%;
  }

   footer .footTwo {
    flex-wrap: wrap;
    justify-content: center;
  }

   footer .footTwo .icBox {
    text-align: center;
    width: 100%;
  }

   footer .footTwo .icBox a {
    width: 28px;
    height: 28px;
  }

   footer .footTwo .icBox a i {
    line-height: 28px;
    font-size: 13px;
  }

   footer>hr {
    margin: 10px 0px;
  }
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-display: swap;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1692838494801') format('woff2'), url('../fonts/iconfont.woff?t=1692838494801') format('woff'), url('../fonts/iconfont.ttf?t=1692838494801') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}

.icon-dizhi1:before {
  content: "\e64a";
}

.icon-home-fill:before {
  content: "\e622";
}

.icon-message1:before {
  content: "\e6b5";
}

.icon-message2:before {
  content: "\e660";
}

.icon-jiantou:before {
  content: "\e638";
}

.icon-up2:before {
  content: "\e721";
}

.icon-shubiao1:before {
  content: "\e662";
}

.icon-diqiu:before {
  content: "\e62e";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.icon-dianhua1:before {
  content: "\e61b";
}

.icon-dingzhijiaju:before {
  content: "\e61a";
}

.icon-shenhe:before {
  content: "\e64f";
}

.icon-dianhua:before {
  content: "\e71a";
}

.icon-daohangdizhi:before {
  content: "\e65f";
}

.icon-calendar2:before {
  content: "\e606";
}

.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}

.icon-fangda:before {
  content: "\e835";
}

.icon-calculation:before {
  content: "\e6ca";
}

.icon-chizi:before {
  content: "\e645";
}

.icon-chuangyejidi:before {
  content: "\e650";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-yuangongfuzeren:before {
  content: "\e62a";
}

.icon-gongchang:before {
  content: "\e98e";
}

.icon-dizhi:before {
  content: "\e652";
}

.icon-youxiang-32:before {
  content: "\e605";
}

.icon-appquality:before {
  content: "\e69b";
}

.icon-yuangong:before {
  content: "\e64e";
}

.icon-skype-fill:before {
  content: "\e882";
}

.icon-kexuejishu-:before {
  content: "\e9be";
}

.icon-zu:before {
  content: "\e613";
}

.icon-zuojiantou:before {
  content: "\e75c";
}

.icon-yuyan:before {
  content: "\e684";
}

.icon-shijian:before {
  content: "\e6c8";
}

.icon-jingyanfankui1:before {
  content: "\e665";
}

.icon-funengkejiyanfa:before {
  content: "\e64d";
}

.icon-shubiao:before {
  content: "\e89d";
}

.icon-icon_37:before {
  content: "\e60c";
}

.icon-xiangxia:before {
  content: "\e666";
}

.icon-wodedingdan2:before {
  content: "\e651";
}

.icon-zhiliangrenzheng:before {
  content: "\e65e";
}

.icon-tuanduishezhi:before {
  content: "\e604";
}

.icon-035meijin:before {
  content: "\e7d1";
}

.icon-trun-north:before {
  content: "\e615";
}

.icon-zhuanwan:before {
  content: "\e603";
}

.icon-guanbi:before {
  content: "\e601";
}

.icon-zhedie2:before {
  content: "\e621";
}

.icon-shouji:before {
  content: "\e658";
}

.icon-rili:before {
  content: "\e8b4";
}

.icon-youxiang:before {
  content: "\e664";
}

.icon-yingguoguoqi:before {
  content: "\e63e";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}
@media screen and (max-width: 1600px){
   footer .footerOne .form .yzm span, footer .footerOne .form .buttonBox span {
    top: 3px;
  }
}
@media screen and (max-width: 1366px){
   footer .footerOne .form .yzm span, footer .footerOne .form .buttonBox span {
    top: 1px;
  }
}
#st-1{
  margin-left: 10px;
}


.twoOneBody .toa .text{
	font-family: Lato-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #5f5f5f;
	/*height: 60px;*/
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 15px;
}
.twoOneBody .toa .text a{
	color: #5f5f5f;
}
.twoOneBody .toa .text a:hover{
	color: #dba75b;
}
.twoOneBody .toa .button span{
		font-family: Lato-Regular;
		text-decoration: underline;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #5f5f5f;
		cursor: pointer;	
}
.twoOneBody .toa .button span:hover{
	color: #dba75b;
}
.twoOneBody .toa .button .closeAll{
	display: none;
}
.twoOneBody .tob form{
	display: flex;
	flex-wrap: wrap;
	/* padding-top: 22px; */
}
.twoOneBody .tob figure{
	width: 28%;
	margin-left: 8%;
	margin-top: 22px;
	margin-bottom: 46px;
}
.twoOneBody .tob figure:nth-of-type(3n+1){
	margin-left: 0%;
}
.twoOneBody .tob .img{
	height: 288px;
	border: 1px solid #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.twoOneBody .tob .img a{
	/* overflow: hidden; */
	display: block;
	max-width: 50%;
}
.twoOneBody .tob .img a img{
	width: 100%;
}
.twoOneBody .tob .img a img:hover{
	transform: scale(1.1);
}
.twoOneBody .tob .biaoti{
	text-align: center;
	font-family: Lato-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 11px;
	margin-bottom: 6px;
}
.twoOneBody .tob .biaoti a{
	color: #333;
}
.twoOneBody .tob .biaoti a:hover{
	color: #dba75b;
}
.twoOneBody .tob .box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.twoOneBody .tob .box input{
	cursor: pointer;
}
.twoOneBody .tob .box a{
	font-family: Lato-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	width: 102px;
	height: 31px;
	background-color: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.twoOneBody .tob .box a:hover{
	background-color: #dba75b;
	color: #fff;
}

.twoOneBody .pageNumber {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 28px;
  margin: 2px 0px;
  color: #999999;
  text-align: center;
  width: 100%;
}

.twoOneBody .pageNumber a {
  text-align: center;
  min-width: 36px;
  color: #999;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-right: 5px;
}

.twoOneBody .pageNumber .active{
  background-color: #dba75b;
  color: #fff;
  border: 1px solid #dba75b;
}
.twoOneBody .pageNumber a:hover {
  background-color: #dba75b;
  color: #fff;
  border: 1px solid #dba75b;
}

.twoOneBody .pageNumber .firstA {
  width: 69px;
}

.twoOneBody .pageNumber .lastA {
  width: 60px;
}

.twoOneBody .pageNumber input{
	width: 124px;
	height: 30px;
	background-color: #dba75b;
	border: 1px solid #dba75b;
	font-family: Lato-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	cursor: pointer;
	transition: .3s;
}
.twoOneBody .pageNumber input:hover{
	background-color: #fff;
	color: #dba75b;
}

.twoOneBody .tag{
	font-family: Lato-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 41px;
}
.twoOneBody .tag span{
	margin-right: 16px;
}
.twoOneBody .tag a{
	font-family: Lato-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-right: 55px;
	margin-top: 5px;
}
.twoOneBody .tag a:hover{
	text-decoration: underline;
	color: #dba75b;
}

@media screen and (max-width: 993px){
	.twoOneBody .toa .text{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.twoOneBody .toa .button span{
		font-size: 16px;
	}
	.twoOneBody .tob figure{
		width: 32%;
		margin-left: 2%;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.twoOneBody .tob .biaoti{
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px;
		margin-bottom: 5px;
	}
	.twoOneBody .tob .box a{
		font-size: 14px;
		width: 96px;
		height: 30px;
		margin-left: 5px;
	}
	.twoOneBody .tag{
		font-size: 18px;
		margin-top: 10px;
	}
	.twoOneBody .tag span{
		margin-right: 5px;
	}
	.twoOneBody .tob .img{
		height: 240px;
	}
	.twoOneBody .tag a{
		line-height: 24px;
		font-size: 14px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 768px){
	
	.twoOneBody .toa .text{
		font-size: 14px;
		margin-top: 8px;
		margin-bottom: 5px;
	}
	.twoOneBody .toa .button span{
		font-size: 14px;
	}
	.twoOneBody .tob .img{
		height: 200px;
	}
	.twoOneBody .tob figure{
		width: 48%;
		margin-left: 4%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.twoOneBody .tob figure:nth-of-type(3n+1){
		margin-left: 4%;
	}
	.twoOneBody .tob figure:nth-of-type(2n+1){
		margin-left: 0%;
	}
	.twoOneBody .pageNumber{
		font-size: 13px;
		line-height: 26px;
	}
	.twoOneBody .pageNumber a{
		min-width: 28px;
	}
	.twoOneBody .pageNumber .firstA{
		width: 59px;
	}
	.twoOneBody .pageNumber .lastA{
		width: 49px;
	}
	.twoOneBody .pageNumber input{
		margin-top: 8px;
	}
	.twoOneBody .tag a{
		line-height: 20px;
	}
}

@media screen and (max-width: 481px){
	
	.twoOneBody .toa .text{
		margin-top: 5px;
		margin-bottom: 2px;
	}
	.twoOneBody .tob .img{
		min-height: 200px;
		height: auto;
		padding: 10px 0px;
	}
	.twoOneBody .tob figure{
		width: 100%;
		margin-left: 0%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.twoOneBody .tob figure:nth-of-type(3n+1){
		margin-left: 0%;
	}
	.twoOneBody .pageNumber{
		font-size: 12px;
		line-height: 24px;
	}
	.twoOneBody .pageNumber a{
		min-width: 26px;
		margin-right: 1px;
	}
	.twoOneBody .pageNumber .firstA{
		width: 54px;
	}
	.twoOneBody .pageNumber .lastA{
		width: 44px;
	}
	.twoOneBody .pageNumber input{
		margin-top: 5px;
		width: 106px;
		height: 26px;
		line-height: 24px;
	}
	.twoOneBody .tag{
		font-size: 16px;
	}
	.twoOneBody .tag a{
		font-size: 13px;
		line-height: 18px;
	}
}

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#dba75b;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #dba75b; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#dba75b solid 1px;background: #dba75b; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}