@import url('./swiper-bundle.min.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
    font-size: 62.5% !important;
  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;
  cursor: pointer;
}
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: 1200px;
  width: calc(100% - 60px);
}
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: #0175f6;
}
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: 10010000;
  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: Poppins-Regular;
  line-height: 40px;
  display: block;
}
html body .clickM > .menuOne > a {
  border-bottom: 2px dashed #0175f6;
  font-size: 18px;
}
html body .clickM > .menuOne ul {
  display: none;
}
html body .clickM > .menuOne ul .menuTwo > a {
  border-bottom: 1px dashed #0175f6;
  font-size: 16px;
}
html body .clickM > .menuOne ul .menuTwo > ul .menuThree > a {
  font-size: 14px;
  border-bottom: 1px dashed #0175f6;
}
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: 10000;
  max-width: 1920px;
  padding: 20px 0px 27px 0px;
  background-color: #fff;
}
html body header .headcontent {
  margin: auto;
  max-width: 1200px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body header .headcontent .logoBox {
  display: flex;
  align-items: center;
  margin-left: -10.5%;
}
html body header .headcontent .logoBox a {
  width: 150px;
}
html body header .headcontent .logoBox a img {
  width: 100%;
}
html body header .headcontent .menuactive > a {
  color: #0175f6 !important;
}
html body header .headcontent .menuactive > a::after {
  width: 100% !important;
}
html body header .headcontent > .center {
  margin-right: -11%;
  display: flex;
  align-items: center;
}
html body header .headcontent > .center .menuOne {
  padding-right: 69px;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 56px;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
html body header .headcontent > .center .menuOne > a {
  color: #333;
  position: relative;
}
html body header .headcontent > .center .menuOne > a::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #1e266e;
  width: 0px;
  bottom: -1.5px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s;
}
html body header .headcontent > .center .menuOne > a:hover {
  color: #1e266e;
}
html body header .headcontent > .center .menuOne > a:hover::after {
  width: 60px;
}
html body header .headcontent > .center .menuOne > ul {
  padding: 20px 0px;
  position: absolute;
  top: 105%;
  width: 200px;
  background-color: #f5f5f5;
  left: calc(50% - 30px);
  transform: translate(-50%);
  display: none;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo {
  position: relative;
  line-height: 30px;
  padding: 5px 16px 5px 16px;
  letter-spacing: 0px;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo a {
  font-size: 16px;
  color: #666;
  position: relative;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo a::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #0175f6;
  width: 0px;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo a:hover {
  color: #0175f6;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo a:hover::after {
  width: 100%;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo > ul {
  padding: 10px 0px;
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 200px;
  background-color: #f5f5f5;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree {
  line-height: 30px;
  padding: 5px 16px 5px 16px;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul {
  padding: 10px 0px;
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 200px;
  background-color: #f5f5f5;
}
html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul > .menuFour {
  line-height: 30px;
  padding: 5px 0px 5px 16px;
}
html body header .headcontent > .center .lastOne {
  margin-right: 45px;
  padding-right: 0px;
}
html body header .headcontent > .center .sousuo,
html body header .headcontent > .center .lang {
  display: flex;
  align-items: center;
  color: #333;
}
html body header .headcontent > .center .sousuo {
  position: relative;
}
html body header .headcontent > .center .sousuo i {
  cursor: pointer;
  font-size: 29px;
  line-height: 30px;
}
html body header .headcontent > .center .sousuo form {
  display: none;
  overflow: hidden;
  height: 35px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #ffffff;
  position: absolute;
  top: 125%;
  right: 0px;
}
html body header .headcontent > .center .sousuo form input:nth-of-type(1) {
  width: 180px;
  height: 33px;
  line-height: 33px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  color: #2f3135;
  background: none;
}
html body header .headcontent > .center .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 10px;
  color: #333;
  cursor: pointer;
}
html body header .headcontent > .center .lang {
  position: relative;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 12px;
  width: 60px;
  height: 24px;
  justify-content: center;
}
html body header .headcontent > .center .lang:hover {
  background-color: #fff;
}
html body header .headcontent > .center .lang:hover span,
html body header .headcontent > .center .lang:hover i {
  color: #0175f6;
  transition: 0.3s;
}
html body header .headcontent > .center .lang p {
  display: flex;
  align-items: center;
}
html body header .headcontent > .center .lang p span {
  color: #666666;
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 30px;
  margin: 0px 6px;
}
html body header .headcontent > .center .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 115%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 5px;
  border: 1px solid #0175f6;
}
html body header .headcontent > .center .lang > ul li a {
  text-align: center;
  font-family: HelveticaLTStd-Bold;
  display: block;
  line-height: 30px;
  font-size: 15px;
  border-bottom: 1px dashed #0175f6;
}
html body header .headcontent > .center .lang > ul li a:hover {
  color: #0175f6;
}
html body header .headcontent > .center .zhedie {
  display: none;
}
html body header .headcontent > .center .zhedie i {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
html body .bannerBox img {
  width: 100%;
}
html body .indexBody .bigFont {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 48px;
  line-height: 50px;
  color: #0000;
}
html body .indexBody .bigFont a {
    cursor: inherit;
  color: #000;
}
html body .indexBody .bigFont a span {
  color: #0175f6;
}
html body .indexBody .bigFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .bigFont a:hover span {
  /*color: #000;*/
}
html body .indexBody .smallFont {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  line-height: 30px;
}
html body .indexBody .smallFont a {
  color: #0175f6;
  cursor: inherit;
}
html body .indexBody .smallFont a:hover {
  /*color: #000;*/
}
html body .indexBody .xiahua {
  width: 60px;
  height: 5px;
  background-color: #0175f6;
  margin: 22px auto 40px auto;
}
html body .indexBody .indexBodyOne {
  padding-top: 88px;
  overflow: hidden;
  background-color: #f5faff;
}
html body .indexBody .indexBodyOne .lunbo {
  position: relative;
  background-color: #000;
}
html body .indexBody .indexBodyOne .lunbo .swiper {
  width: 100%;
  height: 100%;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
}
html body .indexBody .indexBodyOne .yincang .swiper-slide {
	background: transparent;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .indexBody .indexBodyOne .lunbo .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide {
  background-size: cover;
  background-position: center;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper2 {
  height: 80%;
  width: 100%;
}
html body .indexBody .indexBodyOne .lunbo .yincang {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 1.5%;
  z-index: 9999;
}
html body .indexBody .indexBodyOne .lunbo .yincang::before {
  content: '';
  width: 1920px;
  height: 2px;
  background-color: #f4f4f4;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%);
}
html body .indexBody .indexBodyOne .lunbo .mySwiper {
  height: auto;
  box-sizing: border-box;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper .yincang {
  overflow: hidden;
}
html body .indexBody .indexBodyOne .lunbo .swiper-button-next,
html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.6;
}
html body .indexBody .indexBodyOne .lunbo .swiper-button-next:hover,
html body .indexBody .indexBodyOne .lunbo .swiper-button-prev:hover {
  background-color: rgba(1, 117, 246, 0.6);
  opacity: 1;
  border: 1px solid transparent;
}
html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
  left: 12%;
}
html body .indexBody .indexBodyOne .lunbo .swiper-button-next {
  right: 12%;
}
html body .indexBody .indexBodyOne .lunbo .swiper-button-next:after,
html body .indexBody .indexBodyOne .lunbo .swiper-button-prev:after {
  font-size: 20px;
  line-height: 47px;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  color: #fff;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  padding: 2.7% 0;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide:hover {
  opacity: 1;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide::before {
  content: '';
  width: 0px;
  height: 4px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide span {
  padding: 0px 10%;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide-thumb-active::before {
  width: 100%;
  height: 4px;
  background-color: #0175f6;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide a {
  display: block;
  width: 100%;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content {
  padding: 211px 0px 222px 0px;
  text-align: left;
  position: relative;
  z-index: 5;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .topText {
  font-family: Poppins-SemiBold;
  font-size: 43px;
  line-height: 50px;
  color: #ffffff;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox {
  width: 59%;
  padding-top: 19px;
  min-height:300px;
}


html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p {
  margin-top: 16px;
  /* font-family: Poppins-SemiBold;*/
  /*font-size: 20px;*/
  /* font-size: 2rem;*/
  line-height: 30px;
  color: #ffffff;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox strong{font-size: 26px;
   font-size: 2.6rem;  }
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .one {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .one:hover {
  color: #0175f6;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content  .two {
  margin-top: 2px;
  font-family: Poppins-Regular;
  font-size: 20px;
  font-weight: normal;
  line-height: 31px;
  color: #ffffff;
  /* min-height:327px; */
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .imgBox{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22222;
	right: 4%;
	max-width: 42%;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .two:hover {
  color: #0175f6;
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content a {
  display: inline-block;
  width: auto;
  color: #fff;
  /*color: #0175f6;*/
  /*cursor: inherit;*/
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide .content a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyOne .lunbo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .indexBody .indexBodyTwo {
  padding-top: 61px;
  padding-bottom: 71px;
}
html body .indexBody .indexBodyTwo .smallFont {
  text-align: center;
}
html body .indexBody .indexBodyTwo .xiahua {
  margin: 15px auto 51px auto;
}
html body .indexBody .indexBodyTwo .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body .indexBody .indexBodyTwo .content .leftBox {
  position: relative;
  width: 71.2%;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper {
  width: 100%;
  height: 100%;
}
html body .indexBody .indexBodyTwo .content .leftBox .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;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide > a {
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox {
  position: absolute;
  text-align: left;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  padding: 8px 4% 14px 3%;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: inherit;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .topBox {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 7px;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .bottomBox {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next,
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev {
  position: absolute;
  cursor: pointer;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0175f6;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next i,
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev i {
  color: #0175f6;
  font-size: 18px;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next:hover,
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev:hover {
  background-color: #0175f6;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next:hover i,
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev:hover i {
  color: #fff;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev {
  left: 1%;
}
html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next {
  right: 3%;
}
html body .indexBody .indexBodyTwo .content form {
  width: 26.9%;
}
html body .indexBody .indexBodyTwo .content form p {
  margin-top: 15px;
  width: 100%;
}
html body .indexBody .indexBodyTwo .content form p input,
html body .indexBody .indexBodyTwo .content form p textarea {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  resize: none;
  border: none;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 58px;
  color: #333;
  text-indent: 16px;
}
html body .indexBody .indexBodyTwo .content form p input::placeholder,
html body .indexBody .indexBodyTwo .content form p input::-webkit-input-placeholder,
html body .indexBody .indexBodyTwo .content form p textarea::placeholder {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 58px;
  color: #999999;
}
html body .indexBody .indexBodyTwo .content form p input {
  height: 56px;
}
html body .indexBody .indexBodyTwo .content form p textarea {
  height: 139px;
  height: 70px;
}
html body .indexBody .indexBodyTwo .content form p:nth-of-type(1) {
  margin-top: 0px;
}
html body .indexBody .indexBodyTwo .content form .buttonBox {
  margin-top: 12px;
}
html body .indexBody .indexBodyTwo .content form .buttonBox input {
  height: 55px;
  text-indent: 0px;
  background-color: #0175f6;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
html body .indexBody .indexBodyTwo .content form .buttonBox input:hover {
  border: 1px solid #0175f6;
  background-color: #fff;
  color: #0175f6;
}
html body .indexBody .indexBodyThree {
  background: url('../images/indexOne.jpg') no-repeat center;
  background-size: 100% 100%;
  padding: 85px 0px 101px 0px;
}
html body .indexBody .indexBodyThree .bigFont {
  text-align: left;
  width: 60%;
  line-height: 64px;
}
html body .indexBody .indexBodyThree .bigFont span {
  margin-left: 6px;
}
html body .indexBody .indexBodyThree .xiahua {
  margin: 5px 0px 0px 0px;
}
html body .indexBody .indexBodyThree .smallFont {
  margin: 30px 0px 43px 0px;
}
html body .indexBody .indexBodyThree .figureBox {
  display: flex;
  flex-wrap: wrap;
}
html body .indexBody .indexBodyThree .figureBox figure {
  width: 24.4%;
  margin-left: 0.8%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
html body .indexBody .indexBodyThree .figureBox figure > a {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: inherit;
}
html body .indexBody .indexBodyThree .figureBox figure > a img {
  width: 100%;
}
html body .indexBody .indexBodyThree .figureBox figure > a img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodyThree .figureBox figure .textBox {
  padding: 21px 8% 50px 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
html body .indexBody .indexBodyThree .figureBox figure .textBox .topBox {
  padding-right: 4%;
  font-family: Poppins-SemiBold;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}
html body .indexBody .indexBodyThree .figureBox figure .textBox .topBox a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   cursor: inherit;
}
html body .indexBody .indexBodyThree .figureBox figure .textBox .bottomBox {
  margin-top: 5px;
}
html body .indexBody .indexBodyThree .figureBox figure .textBox .bottomBox a {
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  cursor: inherit;
}
html body .indexBody .indexBodyThree .figureBox figure .textBox a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyThree .figureBox figure:nth-of-type(1) {
  margin-left: 0px;
}
html body .indexBody .indexBodyFour {
  padding-top: 97px;
  padding-bottom: 95px;
  background: #ffffff;
}
html body .indexBody .indexBodyFour .xiahua {
  margin: 22px auto 18px auto;
}
html body .indexBody .indexBodyFour .text {
  font-family: Poppins-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  padding: 0px 1%;
}
html body .indexBody .indexBodyFour .text p {
  color: #666;
}
html body .indexBody .indexBodyFour .text p:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyFour .text strong {
  font-family: LatoBlack;
  font-size: 28px;
  font-style: italic;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #e20f0f;
  margin-right: 5px;
}
html body .indexBody .indexBodyFour .text a {
  font-family: LatoBlack;
  font-size: 20px;
  font-weight: bolder;
  font-style: italic;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  cursor: inherit;
}
html body .indexBody .indexBodyFour .imgBox {
  width: 76.14%;
  margin: 70px auto 0px auto;
  position: relative;
}
html body .indexBody .indexBodyFour .imgBox img {
  width: 100%;
}
html body .indexBody .indexBodyFour .imgBox .dituS {
  display: none;
}
html body .indexBody .indexBodyFour .imgBox .figureBox {
  position: absolute;
  top: 2.5%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-wrap: wrap;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .imgA {
  width: 224px;
  overflow: hidden;
  cursor: inherit;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .imgA img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .centerText {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #0175f6;
  margin: 21px 0px 16px 0px;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .centerText a {
  color: #0175f6;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  cursor: inherit;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .centerText a:hover {
   /*color: #333333;*/
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText {
  padding: 19px 1.2% 17px 1.2%;
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  width: 272px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText::before,
html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText::before {
  left: 11px;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText::after {
  right: 11px;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText a {
  color: #fff;
  cursor: inherit;
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText a:hover {
  /*color: #000000;*/
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .huangse {
  box-shadow: 0px 1px 6px 0px rgba(21, 73, 154, 0.27);
  background-color: rgba(255, 167, 51, 0.8);
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .fense {
  box-shadow: 0px 1px 6px 0px rgba(21, 73, 154, 0.27);
  background-color: rgba(249, 11, 39, 0.8);
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .lanse {
  box-shadow: 0px 1px 6px 0px rgba(21, 73, 154, 0.27);
  background-color: rgba(1, 117, 246, 0.8);
}
html body .indexBody .indexBodyFour .imgBox .figureBox figure .danlanse {
  box-shadow: 0px 1px 6px 0px rgba(21, 73, 154, 0.27);
  background-color: rgba(40, 180, 202, 0.8);
}
html body .indexBody .indexBodyFour .imgBox .figureBox .one {
  margin-left: -1%;
}
html body .indexBody .indexBodyFour .imgBox .figureBox .two {
  margin-left: 24.7%;
  margin-top: -2%;
}
html body .indexBody .indexBodyFour .imgBox .figureBox .three {
  margin-left: 24%;
}
html body .indexBody .indexBodyFour .imgBox .figureBox .four {
  margin-left: 30.5%;
  margin-top: 5%;
}
html body .indexBody .indexBodyFour .imgBox .rightTop {
  position: absolute;
  width: 21%;
  top: 7%;
  right: 6%;
}
html body .indexBody .indexBodyFour .imgBox .rightTop .top {
  margin-top: 25px;
  font-family: Poppins-SemiBold;
  font-size: 39px;
  font-weight: bolder;
  line-height: 40px;
  letter-spacing: 0px;
  color: #0175f6;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
html body .indexBody .indexBodyFour .imgBox .rightTop .top b {
  font-size: 48px;
  color: #e30722;
  position: relative;
  margin-right: 20px;
}
html body .indexBody .indexBodyFour .imgBox .rightTop .top b::after {
  content: '+';
  font-size: 30px;
  position: absolute;
  top: 1%;
  right: -25%;
  color: #e30722;
}
html body .indexBody .indexBodyFour .imgBox .rightTop .bottom {
  font-family: Poppins-SemiBold;
  font-size: 27px;
  line-height: 30px;
  color: #333333;
  margin-top: 9px;
}
html body .indexBody .indexBodyFour .imgBox .rightTop .bottom a {
  color: #333;
  cursor: inherit;
}
html body .indexBody .indexBodyFour .imgBox .rightTop .bottom a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyFive {
  background-color: #f5faff;
  padding-bottom: 96px;
  padding-top: 81px;
}
html body .indexBody .indexBodyFive .xiahua {
  margin: 9px auto 16px auto;
}
html body .indexBody .indexBodyFive .sFont {
  font-family: Poppins-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
html body .indexBody .indexBodyFive .sFont a {
  color: #333;
  cursor: inherit;
}
html body .indexBody .indexBodyFive .sFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyFive .swiperBox {
  position: relative;
  margin-top: 83px;
}
html body .indexBody .indexBodyFive .swiper {
  width: 100%;
  height: 100%;
}
html body .indexBody .indexBodyFive .swiper-slide {
  font-size: 18px;
}
html body .indexBody .indexBodyFive .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body .indexBody .indexBodyFive .swiper-slide > a {
  display: block;
  width: 51.6%;
  border-radius: 4px;
  overflow: hidden;
  cursor: inherit;
}
html body .indexBody .indexBodyFive .swiper-slide .textBox {
  width: 45.3%;
  padding-right: 14px;
}
html body .indexBody .indexBodyFive .swiper-slide .textBox .rightBig {
  text-align: right;
  font-family: Poppins-Regular;
  font-size: 137px;
  line-height: 140px;
  color: #15499a;
  opacity: 0.2;
  cursor: inherit;
}
html body .indexBody .indexBodyFive .swiper-slide .textBox .smallFont a {
  color: #333333;
}
html body .indexBody .indexBodyFive .swiper-slide .textBox .smallFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyFive .swiper-slide .textBox .xiahua {
  margin: 38px 0px 37px 0px;
  height: 4px;
}
html body .indexBody .indexBodyFive .swiper-slide .textBox .text {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  width: 73%;
  padding-left: 3px;
}
html body .indexBody .indexBodyFive .swiper-slide .textBox .text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #333333;
  cursor: inherit;
}
html body .indexBody .indexBodyFive .swiper-slide .textBox .text a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodyFive .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .indexBody .indexBodyFive .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodyFive .swiperThree-button-next,
html body .indexBody .indexBodyFive .swiperThree-button-prev {
  position: absolute;
  cursor: pointer;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0175f6;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
html body .indexBody .indexBodyFive .swiperThree-button-next i,
html body .indexBody .indexBodyFive .swiperThree-button-prev i {
  color: #0175f6;
  font-size: 18px;
}
html body .indexBody .indexBodyFive .swiperThree-button-next:hover,
html body .indexBody .indexBodyFive .swiperThree-button-prev:hover {
  background-color: #0175f6;
}
html body .indexBody .indexBodyFive .swiperThree-button-next:hover i,
html body .indexBody .indexBodyFive .swiperThree-button-prev:hover i {
  color: #fff;
}
html body .indexBody .indexBodyFive .swiperThree-button-prev {
  left: -11.5%;
}
html body .indexBody .indexBodyFive .swiperThree-button-next {
  right: -11.5%;
}
html body .indexBody .indexBodySix {
  /*background: url('../images/indexThree.jpg') no-repeat left center;*/
  background-size: cover;
  padding-top: 51px;
  padding-bottom: 48px;
}
html body .indexBody .indexBodySix .container {
  width: 70.31%;
  background: url('../images/buguize.png') no-repeat left center;
  background-size: 100% 100%;
  margin: 0px auto;
}
html body .indexBody .indexBodySix .container .content {
  display: flex;
  justify-content: space-between;
  padding-top: 59px;
  padding-bottom: 61px;
}
html body .indexBody .indexBodySix .container .content .leftBox {
  width: 50%;
}
html body .indexBody .indexBodySix .container .content .leftBox .top {
  font-family: Poppins-Regular;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fefefe;
  line-height: 41px;
}
html body .indexBody .indexBodySix .container .content .leftBox .top a {
  color: #fefefe;
}
html body .indexBody .indexBodySix .container .content .leftBox .top a b {
  font-size: 60px;
}
html body .indexBody .indexBodySix .container .content .leftBox .center {
  font-family: Poppins-Regular;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fefefe;
  line-height: 42px;
  margin-top: 6px;
}
html body .indexBody .indexBodySix .container .content .leftBox .center a {
  color: #fefefe;
}
html body .indexBody .indexBodySix .container .content .leftBox .buttonBox {
  width: 285px;
  font-family: Poppins-Regular;
  font-size: 20px;
  line-height: 63px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #17a3fc;
  border-radius: 6px;
  margin-top: 26px;
}
html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a {
  color: #fff;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a i {
  font-size: 40px;
  margin-left: 6%;
}
html body .indexBody .indexBodySix .container .content .leftBox .buttonBox:hover {
  background-color: #fff;
}
html body .indexBody .indexBodySix .container .content .leftBox .buttonBox:hover a {
  color: #17a3fc;
}
html body .indexBody .indexBodySix .container .content .rightBox {
  width: 37.3%;
  padding-top: 29px;
}
html body .indexBody .indexBodySix .container .content .rightBox .top {
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 37px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}
html body .indexBody .indexBodySix .container .content .rightBox .countdown {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
html body .indexBody .indexBodySix .container .content .rightBox .countdown li {
  width: 100px;
  text-align: center;
}
html body .indexBody .indexBodySix .container .content .rightBox .countdown li p {
  font-family: Poppins-Regular;
  font-size: 17px;
  line-height: 34px;
  color: #ffffff;
}
html body .indexBody .indexBodySix .container .content .rightBox .countdown li span {
  width: 100%;
  display: block;
  font-family: Poppins-SemiBold;
  font-size: 42px;
  line-height: 100px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 7px;
}
html body .indexBody .indexBodytSeven {
  background-color: #f5faff;
  padding-top: 76px;
}
html body .indexBody .indexBodytSeven .xiahua {
  margin: 22px auto 12px auto;
}
html body .indexBody .indexBodytSeven .sFont {
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #333333;
}
html body .indexBody .indexBodytSeven .sFont a {
  color: #333;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .sFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 45px;
}
html body .indexBody .indexBodytSeven .box .leftBox {
  width: 51.1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html body .indexBody .indexBodytSeven .box .leftBox .topBox p {
  padding: 0px 2%;
  margin-top: 6px;
  font-family: Poppins-Regular;
  font-size: 22px;
  line-height: 39px;
  color: #333333;
  background-color: rgba(23, 163, 252, 0.2);
}
html body .indexBody .indexBodytSeven .box .leftBox .topBox p a {
  color: #333;
  display: block;
}
html body .indexBody .indexBodytSeven .box .leftBox .topBox p:hover {
  background-color: #0075f7;
}
html body .indexBody .indexBodytSeven .box .leftBox .topBox p:hover a {
  color: #fff;
}
html body .indexBody .indexBodytSeven .box .leftBox .topBox p:nth-of-type(1) {
  margin-top: 0px;
}
html body .indexBody .indexBodytSeven .box .leftBox .topBox .active {
  background-color: #0075f7;
}
html body .indexBody .indexBodytSeven .box .leftBox .topBox .active a {
  color: #fff;
}
html body .indexBody .indexBodytSeven .box .leftBox .bottomBox {
  display: flex;
  flex-wrap: wrap;
}
html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure {
  margin-top: 30px;
  padding-top: 20px;
  width: 29.2%;
  margin-left: 6.2%;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(21, 73, 154, 0.27);
}
html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure p img {
  width: 55px;
  margin: auto;
}
html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text {
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  width: 78%;
  margin: 7px auto 21px auto;
}
html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text a {
  color: #333;
}
html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
html body .indexBody .indexBodytSeven .box .rightBox {
  width: 47%;
}
html body .indexBody .indexBodytSeven .box .rightBox a {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .box .rightBox a img {
  width: 100%;
}
html body .indexBody .indexBodytSeven .box .rightBox a img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodytSeven .sevenOne {
  padding-top: 58px;
}
html body .indexBody .indexBodytSeven .sevenOne .sFont a {
  color: #777;
  cursor: inherit;
    /*font-weight: bold;*/
}
html body .indexBody .indexBodytSeven .sevenOne .sFont a span {
  color: #0175f6;
}
html body .indexBody .indexBodytSeven .sevenOne .sFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .sevenOne .sFont a:hover span {
  /*color: #777;*/
}
html body .indexBody .indexBodytSeven .sevenOne .xiahua {
  height: 2px;
  margin: 3px auto 14px auto;
}
html body .indexBody .indexBodytSeven .sevenOne .smallFont {
  text-align: center;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan {
  position: relative;
  padding: 50px 0px 0px 8.7%;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan::before {
  content: '01';
  font-family: Poppins-SemiBold;
  font-weight: bolder;
  font-size: 400px;
  line-height: 400px;
  letter-spacing: 0px;
  color: #062452;
  opacity: 0.06;
  top: 50%;
  transform: translate(-70%, -31%);
  position: absolute;
  z-index: 0;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan {
  display: flex;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li {
  position: relative;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #777777;
  width: 26.5%;
  margin-left: 7.5%;
  padding-bottom: 36px;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li a{
	color: #777777;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li i {
  font-size: 22px;
  margin-right: 16px;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #0075f6;
  width: 0%;
  transform: translate(10%);
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li:nth-of-type(3n+1) {
  margin-left: 0px;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan .active a {
  color: #0175f6;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan .active::after {
  width: 88%;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox {
  display: none;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  margin-top: 38px;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox {
  width: 49.15%;
  margin-right: 97px;
  position: relative;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox::after {
  content: '';
  position: absolute;
  width: 97px;
  height: 97px;
  background-color: #76e5ff;
  opacity: 0.2;
  right: 0%;
  transform: translate(100%);
  bottom: 0px;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox a {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox a img {
  width: 100%;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox a img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text {
  width: 35%;
  padding-top: 3%;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText a {
  color: #333;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10%;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext a {
  color: #333;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext a:hover {
  color: #0175f6;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .act {
  display: flex;
}
html body .indexBody .indexBodytSeven .sevenTwo {
  padding-top: 53px;
  background-color: #fff;
  position: relative;
}
html body .indexBody .indexBodytSeven .sevenTwo::before {
  content: '02';
  font-family: Poppins-SemiBold;
  font-weight: bolder;
  font-size: 400px;
  line-height: 400px;
  letter-spacing: 0px;
  color: #062452;
  opacity: 0.06;
  top: 0px;
  right: 0px;
  transform: translate(-46%, 16%);
  position: absolute;
  z-index: 0;
}
html body .indexBody .indexBodytSeven .sevenTwo .sFont a {
  color: #777;
}
html body .indexBody .indexBodytSeven .sevenTwo .sFont a span {
  color: #0175f6;
}
html body .indexBody .indexBodytSeven .sevenTwo .sFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .sevenTwo .sFont a:hover span {
  /*color: #777;*/
}
html body .indexBody .indexBodytSeven .sevenTwo .xiahua {
  height: 2px;
  margin: 3px auto 14px auto;
}
html body .indexBody .indexBodytSeven .sevenTwo .smallFont {
  text-align: center;
}
html body .indexBody .indexBodytSeven .sevenTwo .someFont {
  padding: 0px 3.5%;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: left;
  margin-top: 21px;
}
html body .indexBody .indexBodytSeven .sevenTwo .someFont a {
  color: #333333;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .sevenTwo .someFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox {
  position: relative;
  margin-top: 35px;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .imgBox > a {
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox {
  font-family: Poppins-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 23px;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox a {
  color: #333;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox a:hover {
  color: #0175f6;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-next,
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-prev {
  position: absolute;
  cursor: pointer;
  width: 33px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #e9e9e9;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-next i,
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-prev i {
  color: #1e266e;
  font-size: 18px;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-next:hover,
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-prev:hover {
  background-color: #0175f6;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-next:hover i,
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-prev:hover i {
  color: #fff;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-prev {
  left: -3.5%;
}
html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swip-button-next {
  right: -3.5%;
}
html body .indexBody .indexBodytSeven .sevenThree {
  background-color: #fff;
  position: relative;
  padding-top: 45px;
}
html body .indexBody .indexBodytSeven .sevenThree::before {
  content: '03';
  font-family: Poppins-SemiBold;
  font-weight: bolder;
  font-size: 400px;
  line-height: 400px;
  letter-spacing: 0px;
  color: #062452;
  opacity: 0.06;
  top: 50%;
  left: 0px;
  transform: translate(1%, -19%);
  position: absolute;
  z-index: 0;
}
html body .indexBody .indexBodytSeven .sevenThree .sFont a {
  color: #777;
}
html body .indexBody .indexBodytSeven .sevenThree .sFont a span {
  color: #0175f6;
}
html body .indexBody .indexBodytSeven .sevenThree .sFont a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .sevenThree .sFont a:hover span {
  /*color: #777;*/
}
html body .indexBody .indexBodytSeven .sevenThree .xiahua {
  height: 2px;
  margin: 3px auto 14px auto;
}
html body .indexBody .indexBodytSeven .sevenThree .smallFont {
  text-align: center;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: -17px;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure {
  width: 24%;
  margin-left: 1.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  margin-top: 88px;
  position: relative;
  z-index: 10;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure p:not(.img) {
  position: relative;
  z-index: 1;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .text {
  flex: 1;
  min-height: 140px;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .text .img {
  width: 76px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .top {
  font-family: Poppins-Regular;
  font-size: 36px;
  line-height: 40px;
  color: #0075f6;
  transform: translateY(-50%);
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-top: 8px;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center a {
  color: #333333;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center a:hover {
  /*color: #0175f6;*/
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .bottom {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .imgBig {
  width: 100%;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .imgBig a {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .imgBig a img {
  width: 100%;
  cursor: inherit;
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .imgBig a img:hover {
  transform: scale(1.1, 1.1);
}
html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(4n+1) {
  margin-left: 0%;
}
html body .indexBody .indexBodytEight {
  padding-top: 63px;
  padding-bottom: 79px;
}
html body .indexBody .indexBodytEight .xiahua {
  margin: 12px auto 8px auto;
}
html body .indexBody .indexBodytEight .sFont {
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
html body .indexBody .indexBodytEight .sFont a {
  color: #333;
  cursor: inherit;
}
html body .indexBody .indexBodytEight .sFont a:hover {
  /*color: #0075f7;*/
}
html body .indexBody .indexBodytEight .sFontL {
  color: #0075f7;
}
html body .indexBody .indexBodytEight .sFontL a {
  color: #0075f7;
  cursor: inherit;
}
html body .indexBody .indexBodytEight .sFontL a:hover {
  /*color: #333;*/
}
html body .indexBody .indexBodytEight form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
}
html body .indexBody .indexBodytEight form p {
  margin-top: 30px;
  width: 100%;
}
html body .indexBody .indexBodytEight form p input,
html body .indexBody .indexBodytEight form p textarea {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 6px;
  border: none;
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-indent: 13px;
  outline: none;
  resize: none;
}
html body .indexBody .indexBodytEight form p input::placeholder,
html body .indexBody .indexBodytEight form p input::-webkit-input-placeholder,
html body .indexBody .indexBodytEight form p textarea::placeholder {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
html body .indexBody .indexBodytEight form p input {
  height: 49px;
}
html body .indexBody .indexBodytEight form p textarea {
  height: 200px;
}
html body .indexBody .indexBodytEight form .top {
  width: 31.7%;
  margin-left: 2.45%;
}
html body .indexBody .indexBodytEight form .Country{
    margin-right: 10%;
}
html body .indexBody .indexBodytEight form .Country ,html body .indexBody .indexBodytEight form .six {
  width: 45%;
}
html body .indexBody .indexBodytEight form p:nth-of-type(1) {
  margin-left: 0px;
}
html body .indexBody .indexBodytEight form .buttonBox {
  /*margin-top: 30px;*/
  /*margin-left: 4.15%;*/
  /*width: 23.95%;*/
  width: 100%;
}
html body .indexBody .indexBodytEight form .buttonBox input {
  height: 49px;
  text-indent: 0px;
  background-color: #0175f6;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
html body .indexBody .indexBodytEight form .buttonBox input:hover {
  border: 1px solid #0175f6;
  background-color: #fff;
  color: #0175f6;
}
html body footer {
  background-color: #0d4b54;
  padding-bottom: 31px;
}
html body footer .footerOne {
  padding: 101px 0px 5px 0px;
  display: flex;
  justify-content: space-between;
}
html body footer .footerOne .leftBox {
  width: 21.1%;
  padding-left: 2px;
}
html body footer .footerOne .leftBox .logoBox {
  display: flex;
  align-items: center;
  padding-left: 13px;
}
html body footer .footerOne .leftBox .logoBox a {
  width: 138px;
}
html body footer .footerOne .leftBox .logoBox a img {
  width: 100%;
}
html body footer .footerOne .leftBox p {
  margin: 30px 0px 15px 0px;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
html body footer .footerOne .leftBox p a {
  color: #e2e2e2;
}
html body footer .footerOne .leftBox p a:hover {
  color: #0175f6;
}
html body footer .footerOne .leftBox .icBox a {
  margin-top: 10px;
  margin-right: 16px;
  text-align: center;
  border-radius: 50%;
}
html body footer .footerOne .leftBox .icBox a i {
  color: #c9c9c9;
  line-height: 39px;
  font-size: 23px;
}
html body footer .footerOne .leftBox .icBox a:hover i {
  color: #fff;
}
html body footer .footerOne .centerBox {
  width: 73.3%;
  display: flex;
}
html body footer .footerOne .centerBox ul:nth-of-type(1) {
  width: 25.6%;
}
html body footer .footerOne .centerBox ul:nth-of-type(1) li:nth-of-type(1) {
  margin-bottom: 15px;
}
html body footer .footerOne .centerBox ul:nth-of-type(2) {
  width: 36%;
}
html body footer .footerOne .centerBox ul {
  padding-left: 4px;
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
html body footer .footerOne .centerBox ul li:nth-of-type(1) {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
html body footer .footerOne .centerBox ul li a {
  color: #fff;
}
html body footer .footerOne .centerBox ul li a:hover {
  color: #0175f6;
}
html body footer .footerOne .centerBox .crightBox {
  width: 38%;
}
html body footer .footerOne .centerBox .crightBox li:nth-of-type(1) {
  margin-bottom: 10px;
}
html body footer .footerOne .centerBox .crightBox li {
  margin-bottom: 8px;
  display: flex;
  color: #fff;
  line-height: 30px;
}
html body footer .footerOne .centerBox .crightBox li i {
  font-size: 20px;
}
html body footer .footerOne .centerBox .crightBox li a,
html body footer .footerOne .centerBox .crightBox li span {
  padding-left: 15px;
}
html body footer .footerOne .bottomBox {
  display: none;
}
html body footer .footerOne .bottomBox p {
  margin: 5px 0px 5px 0px;
  font-size: 12px;
  line-height: 20px;
  color: #e2e2e2;
  font-family: Arial;
}
html body footer .footerOne .bottomBox p a {
  color: #e2e2e2;
}
html body footer .footerOne .bottomBox p a:hover {
  color: #f08200;
}
html body footer .footerOne .bottomBox .icBox a {
  margin-right: 6px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: 0px;
  width: 27px;
  height: 27px;
}
html body footer .footerOne .bottomBox .icBox a i {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}
html body footer .footerOne .bottomBox .icBox a:hover {
  background-color: #f08200;
  border: 1px solid #f08200;
}
html body footer .footerTwo {
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
html body footer .footerTwo p {
  display: flex;
  flex-wrap: wrap;
}
html body footer .footerTwo p a {
  color: #fff;
}
html body footer .footerTwo p a:hover {
  color: #0175f6;
}
html body .marginTop {
  margin-top: 112px;
}
html body .mbx {
  font-family: Lato-Light;
  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: 1700px) {
  html body .indexBody .indexBodyFour .imgBox .rightTop {
    width: 26%;
    right: -6%;
    top: -3%;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox .four {
    margin-left: 24.5%;
  }
  html body .indexBody .indexBodySix .container .content {
    padding-top: 40px ;
    padding-bottom: 45px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox {
    width: 47%;
    margin: 2%;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top {
    font-size: 22px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top a b {
    font-size: 50px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .center {
    font-size: 22px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox {
    font-size: 19px;
    line-height: 60px;
    margin-top: 15px;
    width: 260px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a i {
    font-size: 35px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox {
    width: 40%;
    padding-top: 10px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .top {
    font-size: 31px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li {
    width: 85px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li span {
    line-height: 85px;
    font-size: 39px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  html body .marginTop {
    margin-top: 101.5px;
  }
  html body header {
    padding: 20px 0px;
  }
  html body header .headcontent .logoBox {
    margin-left: 0%;
  }
  html body header .headcontent .logoBox a {
    width: 140px;
  }
  html body header .headcontent > .center {
    margin-right: 0%;
  }
  html body header .headcontent > .center .menuOne {
    padding-right: 30px;
    font-size: 15px;
  }
  html body header .headcontent > .center .menuOne > ul {
    left: calc(50% - 20px);
    width: 190px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo {
    line-height: 28px;
    padding: 5px 13px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo a {
    font-size: 15px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul {
    width: 100%;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree {
    line-height: 28px;
    padding: 5px 13px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree a {
    font-size: 15px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul {
    width: 100%;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul > .menuFour {
    line-height: 28px;
    padding: 5px 13px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul > .menuFour a {
    font-size: 15px;
  }
  html body header .headcontent > .center .lastOne {
    margin-right: 30px;
    padding-right: 0px;
  }
  html body header .headcontent > .center .sousuo i {
    font-size: 25px;
  }
  html body header .headcontent > .center .sousuo form {
    height: 32px;
    width: 180px;
  }
  html body header .headcontent > .center .sousuo form input:nth-of-type(1) {
    height: 30px;
    width: 140px;
  }
  html body header .headcontent > .center .sousuo form input:nth-of-type(2) {
    line-height: 30px;
    font-size: 20px;
  }
  html body header .headcontent > .center .lang p span {
    font-size: 16px;
  }
  html body .indexBody .bigFont {
    font-size: 39px;
    line-height: 45px;
  }
  html body .indexBody .smallFont {
    font-size: 25px;
  }
  html body .indexBody .xiahua {
    margin: 10px auto 15px auto;
  }
  html body .indexBody .indexBodyOne {
    padding-top: 60px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content {
    padding: 170px 0px 170px 5%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .topText {
    font-size: 39px;
    line-height: 45px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox {
    width: 56%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .imgBox{
  	right: 2%;
  	max-width: 40%;
  }
   html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox strong {
    font-size: 24px;
    line-height: 28px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .one {
    font-size: 24px;
    line-height: 28px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p{  font-size: 18px;
    line-height: 28px; }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .two {
    font-size: 18px;
    line-height: 29px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next::after,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev::after {
    font-size: 17px;
    line-height: 42px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next {
    right: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    left: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .yincang {
    bottom: 0.5%;
  }
  html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide {
    font-size: 17px;
    line-height: 28px;
    padding: 1.5% 0px;
  }
  html body .indexBody .indexBodyTwo {
    padding-top: 40px;
    padding-top: 50px;
  }
  html body .indexBody .indexBodyTwo .xiahua {
    margin: 10px auto 15px auto;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .topBox {
    font-size: 19px;
    margin-bottom: 5px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .bottomBox {
    font-size: 15px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev {
    width: 42px;
    height: 42px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next i,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev i {
    font-size: 17px;
  }
  html body .indexBody .indexBodyTwo .content form p {
    margin-top: 15px;
  }
  html body .indexBody .indexBodyTwo .content form p input,
  html body .indexBody .indexBodyTwo .content form p textarea {
    font-size: 17px;
  }
  html body .indexBody .indexBodyTwo .content form p input::placeholder,
  html body .indexBody .indexBodyTwo .content form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodyTwo .content form p textarea::placeholder {
    font-size: 17px;
  }
  html body .indexBody .indexBodyTwo .content form p input {
    height: 56px;
  }
  html body .indexBody .indexBodyTwo .content form p textarea {
    height: 139px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox input {
    font-size: 15px;
  }
  html body .indexBody .indexBodyThree {
    padding: 60px 0px;
  }
  html body .indexBody .indexBodyThree .bigFont {
    line-height: 45px;
  }
  html body .indexBody .indexBodyThree .smallFont {
    margin: 15px 0px 20px 0px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox {
    padding: 15px 8% 25px 7%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .topBox {
    padding-right: 2%;
    font-size: 22px;
    line-height: 28px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .buttonBox a {
    line-height: 28px;
  }
  html body .indexBody .indexBodyFour {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  html body .indexBody .indexBodyFour .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyFour .text {
    font-size: 18px;
    line-height: 28px;
  }
  html body .indexBody .indexBodyFour .text b {
    font-size: 26px;
  }
  html body .indexBody .indexBodyFour .text span {
    font-size: 18px;
  }
  html body .indexBody .indexBodyFour .imgBox {
    margin: 40px auto 0px auto;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox figure .imgA {
    width: 200px;
    cursor: inherit;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox figure .centerText {
    font-size: 20px;
    margin: 5px 0px;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText {
    font-size: 16px;
    width: 250px;
    line-height: 20px;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox .three {
    margin-left: 15%;
    margin-top: 10px;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox .four {
    margin-top: 2%;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop .top {
    font-size: 34px;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop .top b {
    font-size: 42px;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop .bottom {
    font-size: 24px;
  }
  html body .indexBody .indexBodyFive {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  html body .indexBody .indexBodyFive .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyFive .sFont {
    font-size: 18px;
    line-height: 26px;
  }
  html body .indexBody .indexBodyFive .swiperBox {
    margin-top: 20px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .rightBig {
    font-size: 120px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .xiahua {
    margin: 30px 0px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .text {
    font-size: 15px;
    line-height: 28px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next,
  html body .indexBody .indexBodyFive .swiperThree-button-prev {
    width: 42px;
    height: 42px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next i,
  html body .indexBody .indexBodyFive .swiperThree-button-prev i {
    font-size: 17px;
    line-height: 42px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next {
    right: 0%;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-prev {
    left: 0%;
  }
  html body .indexBody .indexBodySix .container {
    width: 80%;
  }
  html body .indexBody .indexBodySix .container .content {
    padding-top: 30px ;
    padding-bottom: 20px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox {
    width: 50%;
    margin: 2%;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top {
    font-size: 20px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top a b {
    font-size: 40px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .center {
    font-size: 20px;
    line-height: 32px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox {
    font-size: 18px;
    line-height: 50px;
    margin-top: 10px;
    width: 240px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a i {
    font-size: 30px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox {
    width: 40%;
    padding-top: 10px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .top {
    font-size: 26px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li {
    width: 75px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li span {
    line-height: 75px;
    font-size: 35px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li p {
    font-size: 15px;
  }
  html body .indexBody .indexBodytSeven {
    padding-top: 60px;
  }
  html body .indexBody .indexBodytSeven .xiahua {
    margin: 10px auto;
  }
  html body .indexBody .indexBodytSeven .sFont {
    font-size: 18px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytSeven .box {
    padding-top: 30px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .topBox p {
    font-size: 20px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text {
    font-size: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenOne {
    padding-top: 30px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .xiahua {
    margin: 3px auto 10px auto;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan {
    padding: 30px 0px 0px 8.7%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan::before {
    font-size: 300px;
    line-height: 300px;
    transform: translate(-40%, -40%);
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox {
    margin-top: 30px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText {
    font-size: 22px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext {
    font-size: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo {
    padding-top: 30px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo::before {
    font-size: 300px;
    line-height: 300px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .xiahua {
    margin: 3px auto 10px auto;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .someFont {
    font-size: 15px;
    line-height: 28px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox {
    margin-top: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox {
    font-size: 25px;
    margin-top: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenThree {
    padding-top: 30px;
  }
  html body .indexBody .indexBodytSeven .sevenThree::before {
    font-size: 300px;
    line-height: 300px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .xiahua {
    margin: 3px auto 10px auto;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure {
    margin-top: 60px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .top {
    font-size: 33px;
    line-height: 35px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center {
    font-size: 15px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .bottom {
    font-size: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .text {
    min-height: 132px;
  }
  html body .indexBody .indexBodytEight {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  html body .indexBody .indexBodytEight .xiahua {
    margin: 5px auto;
  }
  html body .indexBody .indexBodytEight .sFont {
    font-size: 16px;
    line-height: 28px;
  }
  html body .indexBody .indexBodytEight form {
    width: 100%;
    padding-top: 4px;
  }
  html body .indexBody .indexBodytEight form p {
    margin-top: 30px;
    width: 100%;
  }
  html body .indexBody .indexBodytEight form p input,
  html body .indexBody .indexBodytEight form p textarea {
    font-size: 14px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input::placeholder,
  html body .indexBody .indexBodytEight form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodytEight form p textarea::placeholder {
    font-size: 14px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input {
    height: 49px;
  }
  html body .indexBody .indexBodytEight form p textarea {
    height: 200px;
  }
  html body .indexBody .indexBodytEight form .top {
    width: 31.7%;
    margin-left: 2.45%;
  }
  html body .indexBody .indexBodytEight form .Country {
    /*width: 71.9%;*/
  }
  html body .indexBody .indexBodytEight form p:nth-of-type(1) {
    margin-left: 0px;
  }
  html body .indexBody .indexBodytEight form .buttonBox {
    /*margin-top: 30px;*/
    /*margin-left: 4.15%;*/
    /*width: 23.95%;*/
  }
  html body .indexBody .indexBodytEight form .buttonBox input {
    height: 49px;
    text-indent: 0px;
    background-color: #0175f6;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  html body .indexBody .indexBodytEight form .buttonBox input:hover {
    border: 1px solid #0175f6;
    background-color: #fff;
    color: #0175f6;
  }
  html body footer .footerOne {
    padding: 80px 0px 20px 0px;
  }
  html body footer .footerOne .leftBox .logoBox a {
    width: 125px;
  }
  html body footer .footerOne .leftBox p {
    margin: 20px 0px 15px 0px;
    font-size: 15px;
    line-height: 25px;
  }
  html body footer .footerOne .leftBox .icBox a {
    margin-top: 8px;
    margin-right: 11px;
  }
  html body footer .footerOne .leftBox .icBox a i {
    font-size: 21px;
    line-height: 30px;
  }
  html body footer .footerOne .centerBox ul:nth-of-type(1) li:nth-of-type(1) {
    margin-bottom: 10px;
  }
  html body footer .footerOne .centerBox ul {
    font-size: 15px;
    line-height: 34px;
  }
  html body footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 10px;
  }
  html body footer .footerOne .centerBox .crightBox li:nth-of-type(1) {
    margin-bottom: 10px;
  }
  html body footer .footerOne .centerBox .crightBox li {
    line-height: 28px;
  }
  html body footer .footerTwo {
    font-size: 13px;
  }
}
@media screen and (max-width: 1300px) {
  html body .marginTop {
    margin-top: 82px;
  }
  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 header {
    padding: 15px 0px;
  }
  html body header .headcontent .logoBox {
    margin-left: 0%;
  }
  html body header .headcontent .logoBox a {
    width: 120px;
  }
  html body header .headcontent > .center {
    margin-right: 0%;
  }
  html body header .headcontent > .center .menuOne {
    padding-right: 20px;
    font-size: 14px;
    line-height: 40px;
  }
  html body header .headcontent > .center .menuOne > ul {
    left: calc(50% - 10px);
    width: 180px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo {
    line-height: 25px;
    padding: 3px 10px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo a {
    font-size: 14px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul {
    width: 100%;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree {
    line-height: 25px;
    padding: 3px 10px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree a {
    font-size: 14px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul {
    width: 100%;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul > .menuFour {
    line-height: 25px;
    padding: 3px 10px;
  }
  html body header .headcontent > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul > .menuFour a {
    font-size: 14px;
  }
  html body header .headcontent > .center .lastOne {
    margin-right: 30px;
    padding-right: 0px;
  }
  html body header .headcontent > .center .sousuo i {
    font-size: 21px;
  }
  html body header .headcontent > .center .sousuo form {
    height: 32px;
    width: 180px;
  }
  html body header .headcontent > .center .sousuo form input:nth-of-type(1) {
    height: 30px;
    width: 140px;
  }
  html body header .headcontent > .center .sousuo form input:nth-of-type(2) {
    line-height: 30px;
    font-size: 20px;
  }
  html body header .headcontent > .center .lang p span {
    font-size: 15px;
  }
  html body header .headcontent > .center .lang > ul {
    width: 90px;
  }
  html body header .headcontent > .center .lang > ul li a {
    font-size: 14px;
  }
  html body .indexBody .bigFont {
    font-size: 34px;
    line-height: 40px;
  }
  html body .indexBody .smallFont {
    font-size: 22px;
  }
  html body .indexBody .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyOne {
    padding-top: 40px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content {
    padding: 120px 0px 120px 6%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .topText {
    font-size: 34px;
    line-height: 40px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .imgBox{
  	right: 2%;
  	max-width: 40%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .one {
    font-size: 22px;
    line-height: 28px;
  }
   html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox strong{  font-size: 22px;
    line-height: 28px;}
     html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p {
    font-size: 16px;
    line-height: 29px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .two {
    font-size: 16px;
    line-height: 29px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next::after,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev::after {
    font-size: 16px;
    line-height: 42px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next {
    right: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    left: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .yincang {
    bottom: 0.5%;
  }
  html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide {
    font-size: 16px;
    line-height: 26px;
    padding: 1.5% 0px;
  }
  html body .indexBody .indexBodyTwo {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  html body .indexBody .indexBodyTwo .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .topBox {
    font-size: 18px;
    margin-bottom: 3px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .bottomBox {
    font-size: 14px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev {
    width: 37px;
    height: 37px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next i,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev i {
    font-size: 16px;
  }
  html body .indexBody .indexBodyTwo .content form p {
    margin-top: 8px;
  }
  html body .indexBody .indexBodyTwo .content form p input,
  html body .indexBody .indexBodyTwo .content form p textarea {
    font-size: 16px;
  }
  html body .indexBody .indexBodyTwo .content form p input::placeholder,
  html body .indexBody .indexBodyTwo .content form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodyTwo .content form p textarea::placeholder {
    font-size: 16px;
  }
  html body .indexBody .indexBodyTwo .content form p input {
    height: 45px;
  }
  html body .indexBody .indexBodyTwo .content form p textarea {
    height: 105px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox {
    margin-top: 7px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox input {
    font-size: 14px;
  }
  html body .indexBody .indexBodyThree {
    padding: 40px 0px;
  }
  html body .indexBody .indexBodyThree .bigFont {
    line-height: 40px;
  }
  html body .indexBody .indexBodyThree .smallFont {
    margin: 10px 0px 15px 0px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox {
    padding: 10px 7% 20px 5%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .topBox {
    padding-right: 0%;
    font-size: 19px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .bottomBox a {
    font-size: 15px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyFour {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  html body .indexBody .indexBodyFour .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyFour .text {
    font-size: 17px;
    line-height: 26px;
  }
  html body .indexBody .indexBodyFour .text b {
    font-size: 24px;
  }
  html body .indexBody .indexBodyFour .text span {
    font-size: 17px;
  }
  html body .indexBody .indexBodyFour .imgBox {
    margin: 70px auto 0px auto;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox figure .imgA {
    width: 170px;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox figure .centerText {
    font-size: 18px;
    margin: 3px 0px;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox figure .bottomText {
    padding: 13px 1.2%;
    font-size: 14px;
    width: 215px;
    line-height: 19px;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox .two {
    margin-left: 17.7%;
    margin-top: 0%;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox .three {
    margin-left: 14%;
    margin-top: 8px;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox .four {
    margin-top: 0%;
    margin-left: 22%;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop {
    width: 30%;
    top: -10%;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop .top {
    margin-top: 10px;
    font-size: 28px;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop .top b {
    font-size: 36px;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop .bottom {
    font-size: 21px;
  }
  html body .indexBody .indexBodyFive {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body .indexBody .indexBodyFive .sFont {
    font-size: 16px;
    line-height: 26px;
  }
  html body .indexBody .indexBodyFive .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodyFive .swiperBox {
    margin-top: 10px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .rightBig {
    font-size: 100px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .xiahua {
    margin: 20px 0px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .text {
    font-size: 14px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next,
  html body .indexBody .indexBodyFive .swiperThree-button-prev {
    width: 37px;
    height: 37px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next i,
  html body .indexBody .indexBodyFive .swiperThree-button-prev i {
    font-size: 16px;
    line-height: 37px;
  }
  html body .indexBody .indexBodySix {
    padding: 40px 0px;
  }
  html body .indexBody .indexBodySix .container {
    width: 86%;
  }
  html body .indexBody .indexBodytSeven {
    padding-top: 40px;
  }
  html body .indexBody .indexBodytSeven .xiahua {
    margin: 8px auto;
  }
  html body .indexBody .indexBodytSeven .sFont {
    font-size: 16px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytSeven .box {
    padding-top: 25px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .topBox p {
    font-size: 18px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure {
    margin-top: 15px;
    padding-top: 10px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure p img {
    width: 50px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text {
    font-size: 14px;
    margin: 7px auto 15px auto;
  }
  html body .indexBody .indexBodytSeven .sevenOne {
    padding-top: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .xiahua {
    margin: 3px auto 8px auto;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan {
    padding: 25px 0px 0px 3.7%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan::before {
    font-size: 200px;
    line-height: 200px;
    transform: translate(-40%, -40%);
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan::after {
    width: 75px;
    height: 75px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox {
    margin-top: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox {
    margin-right: 75px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText {
    font-size: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext {
    font-size: 14px;
    margin-top: 5%;
  }
  html body .indexBody .indexBodytSeven .sevenTwo {
    padding-top: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo::before {
    font-size: 200px;
    line-height: 200px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .xiahua {
    margin: 3px auto 8px auto;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .someFont {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox {
    margin-top: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox {
    font-size: 21px;
    margin-top: 10px;
  }
  html body .indexBody .indexBodytSeven .sevenThree {
    padding-top: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenThree::before {
    font-size: 200px;
    line-height: 200px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .xiahua {
    margin: 3px auto 8px auto;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure {
    margin-top: 50px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .top {
    font-size: 28px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center {
    font-size: 14px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .bottom {
    font-size: 14px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .text {
    min-height: 118px;
  }
  html body .indexBody .indexBodytEight {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body .indexBody .indexBodytEight .xiahua {
    margin: 5px auto;
  }
  html body .indexBody .indexBodytEight .sFont {
    font-size: 15px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytEight form {
    width: 100%;
    padding-top: 4px;
  }
  html body .indexBody .indexBodytEight form p {
    margin-top: 25px;
    width: 100%;
  }
  html body .indexBody .indexBodytEight form p input,
  html body .indexBody .indexBodytEight form p textarea {
    font-size: 14px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input::placeholder,
  html body .indexBody .indexBodytEight form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodytEight form p textarea::placeholder {
    font-size: 14px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input {
    height: 45px;
  }
  html body .indexBody .indexBodytEight form p textarea {
    height: 180px;
  }
  html body .indexBody .indexBodytEight form .top {
    width: 31.7%;
    margin-left: 2.45%;
  }
  html body .indexBody .indexBodytEight form .Country {
    /*width: 71.9%;*/
  }
  html body .indexBody .indexBodytEight form p:nth-of-type(1) {
    margin-left: 0px;
  }
  html body .indexBody .indexBodytEight form .buttonBox {
    /*margin-top: 25px;*/
    /*margin-left: 4.15%;*/
    /*width: 23.95%;*/
  }
  html body .indexBody .indexBodytEight form .buttonBox input {
    height: 43px;
    font-size: 17px;
  }
  html body footer .footerOne {
    padding: 60px 0px 20px 0px;
  }
  html body footer .footerOne .leftBox .logoBox a {
    width: 105px;
  }
  html body footer .footerOne .leftBox p {
    margin: 15px 0px;
    font-size: 14px;
    line-height: 25px;
  }
  html body footer .footerOne .leftBox .icBox a {
    margin-top: 6px;
    margin-right: 8px;
  }
  html body footer .footerOne .leftBox .icBox a i {
    font-size: 18px;
    line-height: 28px;
  }
  html body footer .footerOne .centerBox ul:nth-of-type(1) li:nth-of-type(1) {
    margin-bottom: 8px;
  }
  html body footer .footerOne .centerBox ul {
    font-size: 14px;
    line-height: 30px;
  }
  html body footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 8px;
  }
  html body footer .footerOne .centerBox .crightBox li:nth-of-type(1) {
    margin-bottom: 8px;
  }
  html body footer .footerOne .centerBox .crightBox li {
    line-height: 26px;
  }
  html body footer .footerTwo {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  html body .marginTop {
    margin-top: 77.5px;
  }
  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 header {
    padding: 15px 0px;
  }
  html body header .headcontent .logoBox {
    margin-left: 0%;
  }
  html body header .headcontent .logoBox a {
    width: 110px;
  }
  html body header .headcontent > .center {
    margin-right: 0%;
  }
  html body header .headcontent > .center .menuOne {
    display: none;
  }
  html body header .headcontent > .center .lastOne {
    margin-right: 30px;
    padding-right: 0px;
  }
  html body header .headcontent > .center .sousuo {
    display: none;
  }
  html body header .headcontent > .center .lang p span {
    font-size: 15px;
  }
  html body header .headcontent > .center .lang > ul {
    width: 90px;
  }
  html body header .headcontent > .center .lang > ul li a {
    font-size: 14px;
  }
  html body header .headcontent > .center .zhedie {
    display: block;
  }
  html body header .headcontent > .center .zhedie i {
    color: #666666;
  }
  html body .indexBody .bigFont {
    font-size: 28px;
    line-height: 36px;
  }
  html body .indexBody .smallFont {
    font-size: 20px;
  }
  html body .indexBody .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyOne {
    padding-top: 30px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content {
    padding: 90px 0px 90px 6%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .topText {
    font-size: 28px;
    line-height: 36px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox {
    width: 60%;
    padding-top: 0px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .imgBox{
  	width: 38%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .one {
    font-size: 20px;
    line-height: 26px;
  }
   html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox strong {
    font-size: 20px;
    line-height: 26px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p{
    font-size: 14px;
    line-height: 26px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .two {
    font-size: 15px;
    line-height: 26px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    width: 37px;
    height: 37px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next::after,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev::after {
    font-size: 15px;
    line-height: 37px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next {
    right: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    left: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .yincang {
    bottom: 0.5%;
  }
  html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide {
    font-size: 15px;
    line-height: 26px;
    padding: 1.2% 0px;
  }
  html body .indexBody .indexBodyTwo {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  html body .indexBody .indexBodyTwo .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyTwo .content .leftBox {
    width: 100%;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .topBox {
    font-size: 18px;
    margin-bottom: 3px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .bottomBox {
    font-size: 14px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev {
    width: 37px;
    height: 37px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next i,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev i {
    font-size: 16px;
  }
  html body .indexBody .indexBodyTwo .content form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  html body .indexBody .indexBodyTwo .content form p {
    margin-top: 8px;
  }
  html body .indexBody .indexBodyTwo .content form p input,
  html body .indexBody .indexBodyTwo .content form p textarea {
    font-size: 15px;
  }
  html body .indexBody .indexBodyTwo .content form p input::placeholder,
  html body .indexBody .indexBodyTwo .content form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodyTwo .content form p textarea::placeholder {
    font-size: 15px;
  }
  html body .indexBody .indexBodyTwo .content form p input {
    height: 40px;
  }
  html body .indexBody .indexBodyTwo .content form p textarea {
    height: 85px;
  }
  html body .indexBody .indexBodyTwo .content form .top {
    width: 31.7%;
    margin-left: 2.45%;
  }
  html body .indexBody .indexBodyTwo .content form p:nth-of-type(1) {
    margin-top: 8px;
    margin-left: 0px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox {
    width: 80%;
    margin-top: 7px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox input {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  html body .indexBody .indexBodyThree {
    padding: 30px 0px;
  }
  html body .indexBody .indexBodyThree .bigFont {
    line-height: 36px;
  }
  html body .indexBody .indexBodyThree .smallFont {
    margin: 5px 0px 0px 0px;
  }
  html body .indexBody .indexBodyThree .figureBox figure {
    margin-top: 15px;
    width: 48%;
    margin-left: 4%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox {
    padding: 5px 7% 15px 5%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .topBox {
    padding-right: 0%;
    font-size: 18px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .bottomBox a {
    font-size: 14px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyThree .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  html body .indexBody .indexBodyFour {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  html body .indexBody .indexBodyFour .text {
    font-size: 16px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyFour .text b {
    font-size: 21px;
  }
  html body .indexBody .indexBodyFour .text span {
    font-size: 16px;
  }
  html body .indexBody .indexBodyFour .imgBox {
    margin: 0px auto;
    width: 85%;
  }
  html body .indexBody .indexBodyFour .imgBox .dituBig {
    display: none;
  }
  html body .indexBody .indexBodyFour .imgBox .dituS {
    display: none;
  }
  html body .indexBody .indexBodyFour .imgBox .figureBox {
    display: none;
  }
  html body .indexBody .indexBodyFour .imgBox .rightTop {
    display: none;
  }
  html body .indexBody .indexBodyFive {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html body .indexBody .indexBodyFive .sFont {
    font-size: 15px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyFive .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodyFive .swiperBox {
    margin-top: 7px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .rightBig {
    font-size: 80px;
    line-height: 80px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .xiahua {
    display: none;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .text {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next,
  html body .indexBody .indexBodyFive .swiperThree-button-prev {
    width: 37px;
    height: 37px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next i,
  html body .indexBody .indexBodyFive .swiperThree-button-prev i {
    font-size: 16px;
    line-height: 37px;
  }
  html body .indexBody .indexBodySix {
    padding: 30px 0px;
  }
  html body .indexBody .indexBodySix .container {
    background: none;
  }
  html body .indexBody .indexBodySix .container .content {
    padding-top: 0px ;
    padding-bottom: 00px;
    flex-wrap: wrap;
    justify-content: center;
  }
  html body .indexBody .indexBodySix .container .content .leftBox {
    width: 100%;
    margin: 0%;
    text-align: center;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top {
    font-size: 18px;
    line-height: 25px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top a b {
    font-size: 30px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .center {
    font-size: 18px;
    line-height: 28px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox {
    font-size: 16px;
    line-height: 40px;
    margin: 10px auto 10px auto;
    width: 200px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a i {
    font-size: 25px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox {
    width: 100%;
    padding-top: 10px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .top {
    font-size: 22px;
    line-height: 30px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown {
    margin-top: 0px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li {
    width: 75px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li span {
    line-height: 75px;
    font-size: 35px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li p {
    font-size: 15px;
  }
  html body .indexBody .indexBodytSeven {
    padding-top: 30px;
  }
  html body .indexBody .indexBodytSeven .xiahua {
    margin: 5px auto;
  }
  html body .indexBody .indexBodytSeven .sFont {
    font-size: 15px;
    line-height: 24px;
  }
  html body .indexBody .indexBodytSeven .box {
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  html body .indexBody .indexBodytSeven .box .leftBox {
    width: 100%;
    margin-top: 8px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .topBox p {
    font-size: 16px;
    line-height: 26px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure {
    margin-top: 14px;
    padding-top: 8px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure p img {
    width: 45px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text {
    font-size: 14px;
    margin: 7px auto 10px auto;
  }
  html body .indexBody .indexBodytSeven .box .rightBox {
    width: 60%;
  }
  html body .indexBody .indexBodytSeven .sevenOne {
    padding-top: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan {
    padding: 15px 0px 0px 0%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan::before {
    font-size: 100px;
    line-height: 100px;
    transform: translate(-40%, -40%);
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan::after {
    display: none;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-left: 5.5%;
    width: 30%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li i {
    font-size: 18px;
    margin-right: 5px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox {
    width: 100%;
    margin-right: 0px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .rightBox::after{
	  display: none;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text {
    width: 100%;
    padding-top: 1%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText {
    font-size: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext {
    line-height: 26px;
    font-size: 14px;
    margin-top: 1%;
  }
  html body .indexBody .indexBodytSeven .sevenTwo {
    padding-top: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo::before {
    font-size: 100px;
    line-height: 100px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .someFont {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    padding: 0px 0px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox {
    margin-top: 10px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox {
    font-size: 19px;
    margin-top: 5px;
  }
  html body .indexBody .indexBodytSeven .sevenThree {
    padding-top: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenThree::before {
    font-size: 100px;
    line-height: 100px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure {
    width: 31%;
    margin-top: 40px;
    margin-left: 3%;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .top {
    font-size: 25px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center {
    font-size: 13px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .bottom {
    font-size: 13px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .text {
    min-height: 100px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(4n+1) {
    margin-left: 3%;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  html body .indexBody .indexBodytEight {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html body .indexBody .indexBodytEight .xiahua {
    margin: 5px auto;
  }
  html body .indexBody .indexBodytEight .sFont {
    font-size: 14px;
    line-height: 20px;
  }
  html body .indexBody .indexBodytEight form {
    width: 100%;
    padding-top: 4px;
  }
  html body .indexBody .indexBodytEight form p {
    margin-top: 15px;
    width: 100%;
  }
  html body .indexBody .indexBodytEight form p input,
  html body .indexBody .indexBodytEight form p textarea {
    font-size: 13px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input::placeholder,
  html body .indexBody .indexBodytEight form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodytEight form p textarea::placeholder {
    font-size: 13px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input {
    height: 40px;
  }
  html body .indexBody .indexBodytEight form p textarea {
    height: 180px;
  }
  html body .indexBody .indexBodytEight form .top {
    width: 31.7%;
    margin-left: 2.45%;
  }
  html body .indexBody .indexBodytEight form .Country {
    /*width: 71.9%;*/
  }
  html body .indexBody .indexBodytEight form .buttonBox {
    /*margin-top: 15px;*/
    /*margin-left: 4.15%;*/
    /*width: 23.95%;*/
  }
  html body .indexBody .indexBodytEight form .buttonBox input {
    height: 38px;
    font-size: 16px;
  }
  html body footer {
    padding-bottom: 45px;
  }
  html body footer .footerOne {
    padding: 40px 0px 20px 0px;
  }
  html body footer .footerOne .leftBox {
    width: 48%;
  }
  html body footer .footerOne .leftBox .logoBox a {
    width: 105px;
  }
  html body footer .footerOne .leftBox p {
    margin: 15px 0px;
    font-size: 14px;
    line-height: 25px;
  }
  html body footer .footerOne .leftBox .icBox a {
    margin-top: 6px;
    margin-right: 8px;
  }
  html body footer .footerOne .leftBox .icBox a i {
    font-size: 18px;
    line-height: 28px;
  }
  html body footer .footerOne .centerBox {
    width: 50%;
  }
  html body footer .footerOne .centerBox ul {
    display: none;
    font-size: 14px;
    line-height: 30px;
  }
  html body footer .footerOne .centerBox ul li:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 8px;
  }
  html body footer .footerOne .centerBox .crightBox {
    width: 100%;
    display: block;
  }
  html body footer .footerOne .centerBox .crightBox li:nth-of-type(1) {
    margin-bottom: 8px;
  }
  html body footer .footerOne .centerBox .crightBox li {
    line-height: 26px;
  }
  html body footer .footerTwo {
    font-size: 13px;
  }
  html body footer .footerTwo p {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  html body .indexBody .bigFont {
    font-size: 23px;
    line-height: 30px;
  }
  html body .indexBody .smallFont {
    font-size: 16px;
  }
  html body .indexBody .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyOne {
    padding-top: 25px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content {
    padding: 20px 0px 70px 6%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .topText {
    font-size: 20px;
    line-height: 26px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox {
    width: 95%;
    padding-top: 0px;
    display:none;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .imgBox{
	width: 60%;
	max-width: none;
  	position: relative;
	top: auto;
	transform: none;
	margin: 10px auto 0px auto;
	right:0px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p {
    margin-top: 5px;
  }
   html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox strong{  font-size: 16px;
    line-height: 24px;}
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .one {
    font-size: 16px;
    line-height: 24px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p {  font-size: 14px;
    line-height: 20px;}
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .two {
    font-size: 14px;
    line-height: 20px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next::after,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev::after {
    font-size: 14px;
    line-height: 32px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next {
    right: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    left: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .yincang {
    bottom: 0.5%;
  }
  html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide {
    font-size: 14px;
    line-height: 22px;
    padding: 1% 0px;
  }
  html body .indexBody .indexBodyTwo {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  html body .indexBody .indexBodyTwo .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyTwo .content .leftBox {
    width: 100%;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox {
    padding: 3px 4%;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .topBox {
    font-size: 16px;
    margin-bottom: 0px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .bottomBox {
    font-size: 13px;
    line-height: 24px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev {
    width: 32px;
    height: 32px;
    border: 1px solid #0251a0;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next i,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev i {
    font-size: 15px;
  }
  html body .indexBody .indexBodyTwo .content form {
    margin-top: 10px;
  }
  html body .indexBody .indexBodyTwo .content form p {
    margin-top: 6px;
  }
  html body .indexBody .indexBodyTwo .content form p input,
  html body .indexBody .indexBodyTwo .content form p textarea {
    font-size: 14px;
  }
  html body .indexBody .indexBodyTwo .content form p input::placeholder,
  html body .indexBody .indexBodyTwo .content form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodyTwo .content form p textarea::placeholder {
    font-size: 14px;
  }
  html body .indexBody .indexBodyTwo .content form p input {
    height: 37px;
  }
  html body .indexBody .indexBodyTwo .content form p textarea {
    height: 77px;
  }
  html body .indexBody .indexBodyTwo .content form .top {
    width: 100%;
    margin-left: 0%;
  }
  html body .indexBody .indexBodyTwo .content form p:nth-of-type(1) {
    margin-top: 8px;
    margin-left: 0px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox {
    width: 100%;
    margin-top: 5px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox input {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  html body .indexBody .indexBodyThree {
    padding: 30px 0px;
  }
  html body .indexBody .indexBodyThree .bigFont {
    line-height: 36px;
    width: 100%;
  }
  html body .indexBody .indexBodyThree .smallFont {
    margin: 5px 0px 0px 0px;
  }
  html body .indexBody .indexBodyThree .figureBox figure {
    margin-top: 10px;
    width: 49%;
    margin-left: 2%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox {
    padding: 5px 5% 10px 3%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .topBox {
    padding-right: 0%;
    font-size: 17px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .bottomBox a {
    font-size: 13px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyThree .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  html body .indexBody .indexBodyFour {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  html body .indexBody .indexBodyFour .text {
    font-size: 14px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyFour .text b {
    font-size: 18px;
  }
  html body .indexBody .indexBodyFour .text span {
    font-size: 14px;
  }
  html body .indexBody .indexBodyFour .imgBox {
    width: 90%;
  }
  html body .indexBody .indexBodyFive {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  html body .indexBody .indexBodyFive .sFont {
    font-size: 14px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyFive .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodyFive .swiperBox {
    margin-top: 7px;
  }
  html body .indexBody .indexBodyFive .swiper-slide > a {
    width: 100%;
    cursor: inherit;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox {
    width: 100%;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .rightBig {
    font-size: 60px;
    line-height: 60px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .text {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next,
  html body .indexBody .indexBodyFive .swiperThree-button-prev {
    width: 32px;
    height: 32px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next i,
  html body .indexBody .indexBodyFive .swiperThree-button-prev i {
    font-size: 15px;
    line-height: 32px;
  }
  html body .indexBody .indexBodySix {
    padding: 20px 0px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top {
    font-size: 16px;
    line-height: 25px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top a b {
    font-size: 25px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .center {
    font-size: 16px;
    line-height: 25px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox {
    font-size: 14px;
    line-height: 35px;
    margin: 10px auto 10px auto;
    width: 180px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a i {
    font-size: 20px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox {
    padding-top: 10px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .top {
    font-size: 20px;
    line-height: 28px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown {
    margin-top: 0px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li {
    width: 60px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li span {
    line-height: 60px;
    font-size: 30px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li p {
    font-size: 14px;
  }
  html body .indexBody .indexBodytSeven {
    padding-top: 25px;
  }
  html body .indexBody .indexBodytSeven .xiahua {
    margin: 5px auto;
  }
  html body .indexBody .indexBodytSeven .sFont {
    font-size: 14px;
    line-height: 24px;
  }
  html body .indexBody .indexBodytSeven .box {
    padding-top: 10px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox {
    margin-top: 5px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .topBox p {
    font-size: 15px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure {
    margin-top: 13px;
    padding-top: 5px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure p img {
    width: 40px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text {
    font-size: 14px;
    margin: 7px auto 7px auto;
  }
  html body .indexBody .indexBodytSeven .box .rightBox {
    width: 60%;
  }
  html body .indexBody .indexBodytSeven .sevenOne {
    padding-top: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan {
    padding: 10px 0px 0px 0%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan::before {
    display: none;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan::after {
    display: none;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan {
    flex-wrap: wrap;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-left: 4%;
    width: 44%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li i {
    font-size: 18px;
    margin-right: 5px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox {
    margin-top: 10px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text {
    width: 100%;
    padding-top: 1%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText {
    font-size: 18px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext {
    line-height: 24px;
    font-size: 13px;
    margin-top: 1%;
  }
  html body .indexBody .indexBodytSeven .sevenTwo {
    padding-top: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo::before {
    display: none;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .someFont {
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
    padding: 0px 0px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox {
    margin-top: 5px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox {
    font-size: 17px;
    margin-top: 3px;
  }
  html body .indexBody .indexBodytSeven .sevenThree {
    padding-top: 10px;
  }
  html body .indexBody .indexBodytSeven .sevenThree::before {
    display: none;
  }
  html body .indexBody .indexBodytSeven .sevenThree .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure {
    width: 48%;
    margin-top: 30px;
    margin-left: 4%;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .top {
    font-size: 22px;
    line-height: 25px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .bottom {
    font-size: 13px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .text {
    min-height: 90px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(4n+1),
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  html body .indexBody .indexBodytEight {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  html body .indexBody .indexBodytEight .xiahua {
    margin: 5px auto;
  }
  html body .indexBody .indexBodytEight .sFont {
    font-size: 13px;
    line-height: 20px;
  }
  html body .indexBody .indexBodytEight form {
    width: 100%;
    padding-top: 4px;
  }
  html body .indexBody .indexBodytEight form p {
    margin-top: 10px;
    width: 100%;
  }
  html body .indexBody .indexBodytEight form p input,
  html body .indexBody .indexBodytEight form p textarea {
    font-size: 13px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input::placeholder,
  html body .indexBody .indexBodytEight form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodytEight form p textarea::placeholder {
    font-size: 13px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input ,html body .indexBody .indexBodytEight form .verify{
    height: 35px;
  }
  html body .indexBody .indexBodytEight form p textarea {
    height: 150px;
  }
  html body .indexBody .indexBodytEight form .top {
    width: 100%;
    margin-left: 0%;
  }
  html body .indexBody .indexBodytEight form .Country {
    /*width: 60%;*/
    width: 100%;
    margin-right: 0;
  }
  html body .indexBody .indexBodytEight form .six{
      width: 60%;
  }
  html body .indexBody .indexBodytEight form .buttonBox {
    margin-top: 10px;
    margin-left: 3%;
    width: 37%;
  }
  html body .indexBody .indexBodytEight form .buttonBox input {
    height: 33px;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  html body .marginTop {
    margin-top: 60px;
  }
  html body header {
    padding: 10px 0px;
  }
  html body header .headcontent .logoBox {
    margin-left: 0%;
  }
  html body header .headcontent .logoBox a {
    width: 90px;
  }
  html body header .headcontent > .center {
    margin-right: 0%;
  }
  html body header .headcontent > .center .lastOne {
    margin-right: 30px;
    padding-right: 0px;
  }
  html body header .headcontent > .center .lang p span {
    font-size: 15px;
  }
  html body header .headcontent > .center .lang > ul {
    width: 90px;
  }
  html body header .headcontent > .center .lang > ul li a {
    font-size: 14px;
  }
  html body header .headcontent > .center .zhedie {
    display: block;
  }
  html body header .headcontent > .center .zhedie i {
    color: #666666;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  html body footer .footerOne {
    padding: 20px 0px 10px 0px;
  }
  html body footer .footerOne .leftBox {
    width: 100%;
  }
  html body footer .footerOne .leftBox .logoBox {
    justify-content: center;
  }
  html body footer .footerOne .leftBox .logoBox a {
    width: 95px;
  }
  html body footer .footerOne .leftBox p {
    text-align: center;
    margin: 5px 0px;
    font-size: 14px;
    line-height: 25px;
  }
  html body footer .footerOne .leftBox .icBox {
    text-align: center;
  }
  html body footer .footerOne .leftBox .icBox a {
    margin-top: 3px;
    margin-right: 5px;
  }
  html body footer .footerOne .leftBox .icBox a i {
    font-size: 18px;
    line-height: 25px;
  }
  html body footer .footerOne .centerBox {
    display: none;
  }
  html body footer .footerTwo {
    font-size: 13px;
  }
  html body footer .footerTwo p {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  html body .rightMenu > span:nth-of-type(1) > img {
    display: none;
    position: absolute;
    bottom: 100%;
    transform: translate(0);
    left: 0;
  }
  html body .indexBody .bigFont {
    font-size: 19px;
    line-height: 26px;
  }
  html body .indexBody .smallFont {
    font-size: 14px;
    line-height: 24px;
  }
  html body .indexBody .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodyOne {
    padding-top: 20px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content {
    padding: 20px 0px 70px 6%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .imgBox{
  	width: 65%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .topText {
    font-size: 18px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox {
    width: 100%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p {
    margin-top: 0px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox strong{ font-size: 14px;
    line-height: 20px; }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .one {
    font-size: 15px;
    line-height: 20px;
  }
   html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p { font-size: 12px;
    line-height: 20px; }
  html body .indexBody .indexBodyOne .lunbo .swiper-slide .content .textBox p .two {
    font-size: 13px;
    line-height: 20px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next::after,
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev::after {
    font-size: 14px;
    line-height: 20px;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-next {
    right: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .swiper-button-prev {
    left: 2%;
  }
  html body .indexBody .indexBodyOne .lunbo .yincang {
    bottom: 0%;
  }
  html body .indexBody .indexBodyOne .lunbo .mySwiper .swiper-slide {
    font-size: 14px;
    line-height: 18px;
    padding: 2% 0px;
  }
  html body .indexBody .indexBodyTwo {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  html body .indexBody .indexBodyTwo .xiahua {
    margin: 5px auto 10px auto;
  }
  html body .indexBody .indexBodyTwo .content .leftBox {
    width: 100%;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide {
    flex-direction: column;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox {
    position: relative;
    padding: 3px 4%;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .topBox {
    font-size: 14px;
    margin-bottom: 0px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox .bottomBox {
    font-size: 12px;
    line-height: 17px;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev {
    top: 40%;
    width: 27px;
    height: 27px;
    border: 1px solid #0251a0;
  }
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-next i,
  html body .indexBody .indexBodyTwo .content .leftBox .swiperTwo-button-prev i {
    font-size: 14px;
  }
  html body .indexBody .indexBodyTwo .content form {
    margin-top: 5px;
  }
  html body .indexBody .indexBodyTwo .content form p {
    margin-top: 5px;
  }
  html body .indexBody .indexBodyTwo .content form p input,
  html body .indexBody .indexBodyTwo .content form p textarea {
    font-size: 14px;
  }
  html body .indexBody .indexBodyTwo .content form p input::placeholder,
  html body .indexBody .indexBodyTwo .content form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodyTwo .content form p textarea::placeholder {
    font-size: 14px;
  }
  html body .indexBody .indexBodyTwo .content form p input {
    height: 35px;
  }
  html body .indexBody .indexBodyTwo .content form p textarea {
    height: 70px;
  }
  html body .indexBody .indexBodyTwo .content form .top {
    width: 100%;
    margin-left: 0%;
  }
  html body .indexBody .indexBodyTwo .content form p:nth-of-type(1) {
    margin-top: 8px;
    margin-left: 0px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox {
    width: 100%;
    margin-top: 5px;
  }
  html body .indexBody .indexBodyTwo .content form .buttonBox input {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  html body .indexBody .indexBodyThree {
    padding: 20px 0px;
    text-align: center;
  }
  html body .indexBody .indexBodyThree .bigFont {
    line-height: 25px;
  }
  html body .indexBody .indexBodyThree .xiahua {
    margin: 5px auto 0px auto;
  }
  html body .indexBody .indexBodyThree .smallFont {
    margin: 5px 0px 0px 0px;
  }
  html body .indexBody .indexBodyThree .figureBox {
    text-align: center;
  }
  html body .indexBody .indexBodyThree .figureBox figure {
    margin-top: 10px;
    width: 100%;
    margin-left: 0%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox {
    padding: 5px 5% 10px 3%;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .topBox {
    padding-right: 0%;
    font-size: 16px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .bottomBox {
    margin-top: 0px;
  }
  html body .indexBody .indexBodyThree .figureBox figure .textBox .bottomBox a {
    font-size: 12px;
    line-height: 20px;
  }
  html body .indexBody .indexBodyThree .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  html body .indexBody .indexBodyFour {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  html body .indexBody .indexBodyFour .text {
    font-size: 13px;
    line-height: 25px;
  }
  html body .indexBody .indexBodyFour .text b {
    font-size: 16px;
  }
  html body .indexBody .indexBodyFour .text span {
    font-size: 13px;
  }
  html body .indexBody .indexBodyFour .imgBox {
    width: 90%;
  }
  html body .indexBody .indexBodyFive .sFont {
    font-size: 13px;
    line-height: 22px;
  }
  html body .indexBody .indexBodyFive .swiperBox {
    margin-top: 5px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .rightBig {
    font-size: 40px;
    line-height: 40px;
  }
  html body .indexBody .indexBodyFive .swiper-slide .textBox .text {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next,
  html body .indexBody .indexBodyFive .swiperThree-button-prev {
    width: 32px;
    height: 32px;
  }
  html body .indexBody .indexBodyFive .swiperThree-button-next i,
  html body .indexBody .indexBodyFive .swiperThree-button-prev i {
    font-size: 15px;
    line-height: 32px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top {
    font-size: 14px;
    line-height: 22px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .top a b {
    font-size: 20px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .center {
    font-size: 14px;
    line-height: 22px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox {
    font-size: 13px;
    line-height: 35px;
    margin: 5px auto 5px auto;
    width: 160px;
  }
  html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a i {
    font-size: 18px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox {
    padding-top: 5px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .top {
    font-size: 18px;
    line-height: 28px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown {
    margin-top: 0px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li {
    width: 40px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li span {
    line-height: 40px;
    font-size: 25px;
  }
  html body .indexBody .indexBodySix .container .content .rightBox .countdown li p {
    font-size: 14px;
  }
  html body .indexBody .indexBodytSeven {
    padding-top: 20px;
  }
  html body .indexBody .indexBodytSeven .xiahua {
    margin: 3px auto;
  }
  html body .indexBody .indexBodytSeven .sFont {
    font-size: 13px;
    line-height: 20px;
  }
  html body .indexBody .indexBodytSeven .box {
    padding-top: 5px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox {
    margin-top: 5px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .topBox p {
    font-size: 14px;
    line-height: 20px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 5px;
    padding-top: 5px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure p img {
    width: 40px;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure .text {
    font-size: 14px;
    margin: 7px auto 7px auto;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  html body .indexBody .indexBodytSeven .box .leftBox .bottomBox figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  html body .indexBody .indexBodytSeven .box .rightBox {
    width: 100%;
  }
  html body .indexBody .indexBodytSeven .sevenOne {
    padding-top: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan {
    padding: 10px 0px 0px 0%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan {
    flex-wrap: wrap;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li {
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 5px;
    margin-left: 0%;
    width: 100%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li i {
    font-size: 16px;
    margin-right: 5px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text {
    width: 100%;
    padding-top: 1%;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText {
    font-size: 18px;
  }
  html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .bottomtext {
    line-height: 20px;
    font-size: 13px;
    margin-top: 1%;
  }
  html body .indexBody .indexBodytSeven .sevenTwo {
    padding-top: 15px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo::before {
    display: none;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .someFont {
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
    padding: 0px 0px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox {
    margin-top: 5px;
  }
  html body .indexBody .indexBodytSeven .sevenTwo .swiperBox .swiper-slide .textBox {
    font-size: 17px;
    margin-top: 3px;
  }
  html body .indexBody .indexBodytSeven .sevenThree {
    padding-top: 10px;
  }
  html body .indexBody .indexBodytSeven .sevenThree::before {
    display: none;
  }
  html body .indexBody .indexBodytSeven .sevenThree .xiahua {
    margin: 3px auto 5px auto;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox {
    margin-top: 0px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure {
    width: 100%;
    margin-top: 15px;
    margin-left: 0%;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .top {
    font-size: 18px;
    line-height: 20px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .center {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .bottom {
    font-size: 13px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure .text {
    min-height: 90px;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(4n+1),
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  html body .indexBody .indexBodytSeven .sevenThree .figureBox figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  html body .indexBody .indexBodytEight {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  html body .indexBody .indexBodytEight .xiahua {
    margin: 5px auto;
  }
  html body .indexBody .indexBodytEight .sFont {
    font-size: 13px;
    line-height: 20px;
  }
  html body .indexBody .indexBodytEight form {
    width: 100%;
    padding-top: 4px;
  }
  html body .indexBody .indexBodytEight form p {
    margin-top: 5px;
    width: 100%;
  }
  html body .indexBody .indexBodytEight form p input,
  html body .indexBody .indexBodytEight form p textarea {
    font-size: 12px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input::placeholder,
  html body .indexBody .indexBodytEight form p input::-webkit-input-placeholder,
  html body .indexBody .indexBodytEight form p textarea::placeholder {
    font-size: 12px;
    line-height: 30px;
  }
  html body .indexBody .indexBodytEight form p input {
    height: 30px;
  }
  html body .indexBody .indexBodytEight form p textarea {
    height: 120px;
  }
  html body .indexBody .indexBodytEight form .top {
    width: 100%;
    margin-left: 0%;
  }
  html body .indexBody .indexBodytEight form .Country , html body .indexBody .indexBodytEight form .verify{
    width: 100%;
  }
  html body .indexBody .indexBodytEight form .buttonBox {
    margin-top: 5px;
    margin-left: 0%;
    width: 100%;
  }
  html body .indexBody .indexBodytEight form .buttonBox input {
    height: 28px;
    font-size: 15px;
  }
  html body footer .footerOne {
    padding: 10px 0px 5px 0px;
  }
  html body footer .footerOne .leftBox {
    width: 100%;
  }
  html body footer .footerOne .leftBox .logoBox {
    padding-top: 10px;
  }
  html body footer .footerOne .leftBox .logoBox a {
    width: 90px;
  }
  html body footer .footerOne .leftBox p {
    text-align: center;
    margin: 10px 0px;
    font-size: 13px;
    line-height: 22px;
  }
  html body footer .footerOne .leftBox .icBox {
    text-align: center;
    padding-bottom: 10px;
  }
  html body footer .footerOne .leftBox .icBox a {
    margin-top: 3px;
    margin-right: 5px;
  }
  html body footer .footerOne .leftBox .icBox a i {
    font-size: 16px;
    line-height: 20px;
  }
  html body footer .footerOne .centerBox {
    display: none;
  }
  html body footer .footerTwo {
    font-size: 12px;
    line-height: 20px;
  }
  html body footer .footerTwo p {
    text-align: center;
    display: block;
  }
}


@font-face {
  font-family: 'LatoBlack';
  src: url('../fonts/LatoBlack.eot');
  src: url('../fonts/LatoBlack.eot') format('embedded-opentype'), url('../fonts/LatoBlack.woff2') format('woff2'), url('../fonts/LatoBlack.woff') format('woff'), url('../fonts/LatoBlack.ttf') format('truetype'), url('../fonts/LatoBlack.svg#LatoBlack') format('svg');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1693187451509') format('woff2'), url('../fonts/iconfont.woff?t=1693187451509') format('woff'), url('../fonts/iconfont.ttf?t=1693187451509') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tuandui:before {
  content: "\e62d";
}
.icon-renzhengpeizhi:before {
  content: "\e612";
}
.icon-jichusheshi:before {
  content: "\e670";
}
.icon-dianji-shouzhi:before {
  content: "\e60a";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-facebook1:before {
  content: "\eb8d";
}
.icon-douyin:before {
  content: "\e6b0";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.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";
}
.mappyxp .figureBox{ display: none !important;}
@media screen and (max-width: 1000px){
    .mappyxp .figureBox{ display: block !important;}
}


.mappyxp .figureBox{ position: inherit !important; transform: inherit !important;}
.mappyxp .figureBox figure{ margin-left:0px !important; }
/*.feapro-scroll .scroll-box{position: relative;overflow: hidden;margin-top: 43px;}*/
.mappyxp .content{ width: calc(100% - 0px) !important;}
.feapro-scroll .scroll-box .scroll-btns{text-align: center;margin-top: 23px;}
.feapro-scroll .scroll-box .scroll-btn{position: absolute;
    cursor: pointer;
    width: 33px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    /*background-color: #e9e9e9;*/
    background-color:#0175f6;
}
.feapro-scroll .scroll-box .scroll-btn i{   
    /*color: #1e266e;*/
    color: #e9e9e9;
    font-size: 18px;
    
}
.feapro-scroll .scroll-box .scroll-btn.prev{  left:0px;}
.feapro-scroll .scroll-box .scroll-btn.prev:hover{}
.feapro-scroll .scroll-box .scroll-btn.next{ right:0px;}
.feapro-scroll .scroll-box .scroll-btn.next:hover{ }
/*.feapro-scroll .scroll-box .scroll-btn{top: 40%;}*/
 .feapro-scroll .scroll-box{ position: relative;}

.feapro-scroll .scroll-list-box{width: 100%;overflow: hidden;box-sizing: border-box; position: relative;}
.feapro-scroll .scroll-box .scroll-list{width: 1000%;}
.feapro-scroll .scroll-box .scroll-list li{float: left;width: 10%;margin-right: 0%;}
.feapro-scroll .scroll-box .scroll-list li .item-pic{box-sizing: border-box;position: relative;width: 100%;/*border: solid 1px #000000;box-sizing: border-box;*/}
.feapro-scroll .scroll-box .scroll-list li .item-pic img{width: 100%;display: block;max-width: 460px;max-height: 460px;margin: 0 auto;}
.feapro-scroll .scroll-box .scroll-list li .item-title{text-align: center;line-height: 30px;font-size: 16px;font-size: 1.6rem;margin: 8px 0 0;}

@media only screen and (max-width:767px ) {
	.feapro-scroll .scroll-box{margin-top: 30px;}
	.feapro-scroll .scroll-box .scroll-list li{width: 10%;margin-right: 0%;}
	.feapro-scroll .scroll-box .scroll-list li .item-title{font-size: 14px;font-size: 1.4rem;margin: 0;}
	.feapro-scroll .scroll-box .scroll-btns{margin-top:15px ;}
	.feapro-scroll .scroll-box .scroll-btn{width: 30px;height: 30px;}
}
@media only screen and (max-width:500px ) {
	.feapro-scroll .scroll-box{margin-top: 15px;}
	.feapro-scroll .scroll-box .scroll-list li{width: 10%;margin-right: 0%;}
	
}




@media screen and (max-width: 600px){
html body .indexBody .indexBodyThree{ background:none;}
html body .indexBody .indexBodyFive .swiperThree-button-next, html body .indexBody .indexBodyFive .swiperThree-button-prev{ background:#fff;}
html body .indexBody .indexBodyTwo .content .leftBox .swiper-slide .textBox a{ -webkit-line-clamp:3;}
html body .indexBody .smallFont a{ font-family:auto;
    font-weight: bold;
}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .sevenQiehuan li a{ font-family:auto;}
html body .indexBody .indexBodytSeven .sevenOne .qiehuan .bottomBox .text .topText a{ font-size:14px;}
}

html body .indexBody .indexBodySix .container .content .leftBox .buttonBox a{ cursor: pointer;}