@import url('swiper-bundle.min.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5S;
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: 10%;
}
html::-webkit-scrollbar {
  /* width: 0px; */
}
html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Poppins-Medium, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  position: relative;
  background-color: #fff;
}
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;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
  outline: none !important;
}
html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 60px);
}
html body .sw_content {
  margin: auto;
  max-width: 1703px;
  width: calc(100% - 60px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 998;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span,
.rightMenu .goTop {
  background-color: #0C8CE9;
  border-radius: 10px;
  border: solid 1px #ffffff;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.rightMenu > a a,
.rightMenu > span a,
.rightMenu .goTop a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightMenu > a i,
.rightMenu > span i,
.rightMenu .goTop i {
  font-size: 24px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover,
.rightMenu .goTop:hover {
  background-color: #fff;
  border: 1px solid #0C8CE9;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i,
.rightMenu .goTop:hover i {
  color: #0C8CE9;
}
.rightMenu .ph_box {
  cursor: pointer;
  position: relative;
}
.rightMenu .ph_box .phone {
  right: -1000%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  min-width: 120px;
  background: #0C8CE9;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 2px;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .rightMenu > span:nth-of-type(1):hover > img {
    display: block;
  }
  .rightMenu .ph_box:hover .phone {
    right: 100%;
  }
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #0C8CE9;
  right: 2.5%;
  top: 48px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999;
  transition: 0.3s;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#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;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#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);
}
#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;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#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;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.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;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.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;
}
.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);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.buttonBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  max-width: 1920px;
  transition: 0.3s;
  background-color: #fff;
}
header .head_a {
  background: #0C8CE9;
  padding-top: 6px;
  padding-bottom: 4px;
}
header .c1l {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
header .link {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
header .link a {
  color: #fff;
}
header .link a:hover {
  color: 333;
}
header .c1r {
  display: flex;
  align-items: center;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logoBox {
  display: flex;
  align-items: center;
  width: 150px;
  flex-shrink: 0;
  padding-bottom: 4px;
}
header .logoBox a {
  width: 100%;
}
header .logoBox a img {
  width: 100%;
}
header .sousuo {
  position: relative;
  margin-right: 50px;
}
header .sousuo i {
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
header .sousuo i:hover {
  color: #0C8CE9;
}
header .sousuo form {
  display: none;
  overflow: hidden;
  height: 35px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #ffffff;
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 2;
}
header .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;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 10px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #0C8CE9;
}
header .lang {
  position: relative;
  cursor: pointer;
  width: 63px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  line-height: 24px;
  margin-left: 31px;
}
header .lang:hover p {
  background: #fff;
}
header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
header .lang .lang_box:hover .xiangxia {
  color: #333;
}
header .lang .lang_box:hover .icon-diqiu {
  color: #333;
}
header .lang .lang_box:hover span {
  color: #333;
}
header .lang .lang_box .icon-diqiu {
  font-size: 18px;
  color: #fff;
}
header .lang .lang_box .xiangxia {
  font-size: 12px;
  color: #fff;
}
header .lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0px 5px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 105%;
  right: 0px;
  border: 1px solid #0C8CE9;
  border-radius: 5px;
  z-index: 1000;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 32px;
  font-size: 14px;
  border-bottom: 1px dashed #0C8CE9;
}
header .lang > ul li a:hover {
  color: #0C8CE9;
}
header .center {
  display: flex;
  align-items: center;
}
header .center .active.menuOne > a {
  color: #0C8CE9 !important;
}
header .center .menuactive.menuOne > a {
  color: #0C8CE9 !important;
}
header .center .menuactive.menuOne > a > i {
  transform: rotate(180deg);
}
header .center .menuOne {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 57px;
}
header .center .menuOne > a {
  color: #333333;
  padding: 26px 1px 31px;
  position: relative;
}
header .center .menuOne > a > i {
  font-size: 12px;
  font-weight: bold;
}
header .center .menuOne > a:hover {
  color: #0C8CE9;
}
header .center .ul1 {
  position: absolute;
  top: 100%;
  min-width: 310px;
  left: 50%;
  transform: translate(-50%);
  display: none;
  text-align: center;
  padding-top: 6px;
}
header .center .ul1 div {
  background-color: #fff;
  padding: 30px 0px;
}
header .center .ul1 .menuactive > a {
  color: #0C8CE9 !important;
}
header .center .ul1 .menuTwo {
  position: relative;
  letter-spacing: 0px;
  padding: 2px 16px;
  margin-top: 0px;
}
header .center .ul1 .menuTwo a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666;
  position: relative;
  white-space: nowrap;
  padding: 0px 9px;
}
header .center .ul1 .menuTwo a:hover {
  color: #0C8CE9;
}
header .center .ul1 .menuTwo > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  min-width: 80%;
  padding-left: 5px;
}
header .center .ul1 .menuTwo > ul .sa {
  background-color: #fff;
  padding: 11px 0px;
}
header .center .ul1 .menuTwo > ul .menuThree {
  padding: 2px 16px;
}
header .center .ul1 .menuTwo > ul .menuThree > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  min-width: 50%;
  padding-left: 5px;
}
header .center .ul1 .menuTwo > ul .menuThree > ul > div {
  background-color: #fff;
  padding: 11px 0px;
}
header .noposition {
  position: initial !important;
}
header .buttonBox {
  margin-bottom: 4px;
}
header .buttonBox a {
  border-radius: 6px;
  background: #0C8CE9;
  border: 1px solid #0C8CE9;
  width: 136px;
  height: 46px;
  flex-shrink: 0;
  color: #fff;
}
header .buttonBox a:hover {
  background: #fff;
  color: #0C8CE9;
}
header .c2 {
  position: relative;
}
header .alternative_menu {
  position: absolute;
  padding-top: 6px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  max-height: calc(100vh - 200px);
  display: none;
}
header .alternative_menu::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
header .alternative_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
header .alternative_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .alternative_menu ul {
  width: 467px;
  line-height: 36px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 38px;
}
header .alternative_menu ul:nth-of-type(1) {
  border-left: none;
}
header .alternative_menu li {
  line-height: 36px;
}
header .alternative_menu li a {
  display: block;
  position: relative;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 30px;
}
header .alternative_menu li a i {
  font-size: 26px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #0C8CE9;
  opacity: 0;
}
header .alternative_menu li a:hover {
  color: #0C8CE9;
}
header .alternative_menu li a:hover i {
  opacity: 1;
}
header .alternative_menu .alternactive > a {
  color: #0C8CE9;
}
header .alternative_menu .alternactive > a i {
  opacity: 1;
}
header .alternative_menu div {
  display: flex;
  background: #fff;
  padding: 40px 32px;
}
header .lastOne {
  margin-right: 36px !important;
}
.bannerBox {
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50.5%);
  top: 50%;
}
.bannerBox .mbx {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.bannerBox .mbx a {
  color: #fff;
}
.bannerBox .mbx a:hover {
  color: #0C8CE9;
}
.bannerBox .name {
  width: 100%;
  color: #FFF;
  font-family: 'Poppins-Bold';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 115% */
  margin-top: 11px;
}
.bannerBox .mbx_text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  margin-top: 20px;
  width: 100%;
}
.bannerBox .mbx_text a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bannerBox .mbx_text a:hover {
  color: #0C8CE9;
}
.b_bt {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  text-transform: capitalize;
}
.b_bt a {
  color: #333;
}
.b_bt a:hover {
  color: #0C8CE9;
}
.bt_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .swiper_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.index .swiper_button div {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5E6E8;
  cursor: pointer;
  transition: 0.3s;
}
.index .swiper_button div:hover {
  background: #0C8CE9;
}
.index .swiper_button div:hover i {
  color: #fff;
}
.index .swiper_button .next {
  margin-left: 20px;
}
.index .swiper_button i {
  color: #666;
}
.index .ban .item .page {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 413px;
  height: 64px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.index .ban .page_number {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  opacity: 0.3;
  pointer-events: none;
}
.index .ban .page_active {
  opacity: 1;
}
.index .ban .page_distance {
  width: 57.5px;
  height: 1px;
  background: #fff;
  margin: 0px 15px;
  pointer-events: none;
}
.index .ban .banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}
.index .ban .banner .slick-arrow {
  position: absolute;
  z-index: 99;
  display: flex !important;
  color: #fff;
  opacity: 0.3;
  bottom: 32px;
  left: 366px;
  font-size: 16px;
}
.index .ban .banner .slick-arrow:hover {
  opacity: 1;
}
.index .ban .banner .slick-prev {
  transform: translateX(-63px);
  cursor: pointer;
}
.index .ban .banner .slick-next {
  cursor: pointer;
}
.index .ban .banner .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 26px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: none !important;
}
.index .ban .banner .slick-dots li {
  margin: 0 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.index .ban .banner .slick-dots li.slick-active a {
  cursor: pointer;
}
.index .ban .banner .slick-dots a {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.index .ban .banner.hide {
  display: none;
}
@media screen and (max-width: 992px) {
  .index .ban .banner {
    display: block;
  }
  .index .ban .banner.hide {
    display: block;
  }
  .index .ban .banner .slick-dots {
    bottom: 10px;
  }
  .index .ban .banner .slick-dots li {
    margin: 0 5px;
  }
  .index .ban .banner .slick-dots a {
    width: 10px;
    height: 10px;
  }
  .index .ban .banner2 {
    display: none;
  }
}
.index .ban .slick-list,
.index .ban .slick-slider,
.index .ban .slick-track {
  position: relative;
  display: block;
}
.index .ban .slick-loading .slick-slide,
.index .ban .slick-loading .slick-track {
  visibility: hidden;
}
.index .ban .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.index .ban .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.index .ban .slick-list:focus {
  outline: 0;
}
.index .ban .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.index .ban .slick-slider .slick-list,
.index .ban .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index .ban .slick-track {
  top: 0;
  left: 0;
}
.index .ban .slick-track:after,
.index .ban .slick-track:before {
  display: table;
  content: '';
}
.index .ban .slick-track:after {
  clear: both;
}
.index .ban .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.index .ban [dir=rtl] .slick-slide {
  float: right;
}
.index .ban .slick-slide img {
  display: block;
  width: 100%;
}
.index .ban .slick-slide.slick-loading img {
  display: none;
}
.index .ban .slick-slide.dragging img {
  pointer-events: none;
}
.index .ban .slick-initialized .slick-slide {
  display: block;
}
.index .ban .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.index .ban .slick-arrow.slick-hidden {
  display: none;
}
.index .ban .slick-dots .slide-count {
  display: none;
}
.index .ban .slick-slide {
  position: relative;
}
.index .ban .slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index .ban .slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}
@media screen and (max-width: 992px) {
  .index .ban .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index .ia {
  padding-top: 90px;
  padding-bottom: 67px;
  overflow: hidden;
  position: relative;
}
.index .ia::before {
  content: '';
  position: absolute;
  width: 56.46%;
  height: 558px;
  background: #F3F4F6;
  right: 0;
  top: 0;
  z-index: -1;
}
.index .ia .xbt {
  color: #0C8CE9;
  font-family: 'Poppins-Bold';
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-top: 23px;
}
.index .ia .btb_l {
  width: 40%;
}
.index .ia .btb_r {
  width: 55%;
  color: #666;
  line-height: 28px;
  padding-top: 3px;
}
.index .ia .btb_r a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index .ia .btb_r a:hover {
  color: #0C8CE9;
}
.index .ia figure {
  width: 23.357%;
  margin-left: 2.1907%;
  padding: 30px 30px;
  box-shadow: 0px 4px 18px #F4F4F4;
  position: relative;
  transition: 0.3s;
  margin-top: 40px;
  background: #fff;
}
.index .ia figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: transparent;
}
.index .ia figure:hover {
  background-image: linear-gradient(to top, rgba(29, 41, 144, 0.1) 0%, #fff 20%);
}
.index .ia figure:hover::before {
  background: #0e82e0;
}
.index .ia figure:hover .text a {
  color: #0C8CE9;
}
.index .ia figure:nth-of-type(4n+1) {
  margin-left: 0px !important;
}
.index .ia .figure_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.index .ia .text {
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #e7e7e7;
  line-height: 26px;
  color: #333;
  margin-top: 23px;
  padding-top: 19px;
  padding-bottom: 6px;
}
.index .ia .text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.index .ia .text a:hover {
  color: #0C8CE9;
}
.index .ia .buttonBox {
  margin-top: 44px;
}
.index .ia .buttonBox a {
  width: 225px;
  height: 46px;
  background: #0C8CE9;
  color: #fff;
  border: 1px solid #0C8CE9;
  border-radius: 6px;
  margin: auto;
}
.index .ia .buttonBox a:hover {
  background: #fff;
  color: #0C8CE9;
}
.index .ib {
  background: #0C8CE9;
  padding-top: 90px;
  overflow: hidden;
  position: relative;
}
.index .ib .b_bt {
  color: #fff;
}
.index .ib .b_bt a {
  color: #fff;
}
.index .ib .b_bt a:hover {
  color: #333;
}
.index .ib .buttonBox {
  margin-top: 40px;
}
.index .ib .buttonBox a {
  border-radius: 6px;
  width: 170px;
  height: 46px;
  color: #CB131A;
  background: #fff;
}
.index .ib .buttonBox a:hover {
  background: #CB131A;
  color: #fff;
}
.index .ib .btb_l {
  width: 40%;
  /* position: relative; */
  z-index: 1;
}
.index .ib .btb_l::before {
  content: 'Why Choose Noah';
  position: absolute;
  left: 1.6%;
  top: 0;
  font-family: 'Poppins-Bold';
  font-size: 80px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
  color: transparent;
  appearance: none;
  top: 14%;
  white-space: nowrap;
  z-index: -1;
}
.index .ib .btb_r {
  width: 55%;
  line-height: 30px;
  color: #fff;
  padding-bottom: 30px;
  z-index: 1;
}
.index .ib .btb_r a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
.index .ib .btb_r a:hover {
  color: #333;
}
.index .ib .logo {
  width: 48px;
}
.index .ib .logo img {
  width: 100%;
  height: auto;
}
.index .ib .text {
  color: #333;
  line-height: 24px;
  margin-top: 20px;
}
.index .ib .text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
}
.index .ib .text a:hover {
  color: #0C8CE9;
}
.index .ib .mySwiper1 {
  position: relative;
}
.index .ib .mySwiper1::before {
  content: '';
  position: absolute;
  width: calc(100% - 48px);
  height: 1px;
  background: #E7E7E7;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index .ib .swiper_box {
  width: 50%;
  background: #fff;
  padding-right: 28px;
  padding-top: 67px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.index .ib .swiper_box::before {
  content: '';
  position: absolute;
  width: 39px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 10;
}
.index .ib .swiper_box::after {
  width: 100%;
  background: #fff;
  position: absolute;
  content: '';
  height: 100%;
  left: -50%;
  top: 0;
  z-index: 0;
}
.index .ib .swiper-slide {
  border-right: 1px solid #E7E7E7;
  padding-right: 20px;
  height: auto;
  margin-top: 0px !important;
  padding-top: 20px;
  padding-bottom: 15px;
}
.index .ib .swiper_button {
  margin-top: 19px;
}
.index .ib .img1 {
  width: 1029px;
  max-width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.index .ib .num_box {
  width: 297px;
  height: 166px;
  background: rgba(12, 140, 233, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 50px 4px;
}
.index .ib .num_box .num_text {
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
}
.index .buttonBox1 a {
  width: 170px;
  height: 46px;
  color: #fff;
  background: #0C8CE9;
  border: 1px solid #0C8CE9;
  border-radius: 6px;
}
.index .buttonBox1 a:hover {
  background: #fff;
  color: #0C8CE9;
}
.index .ic {
  background: url('../img/i_ib.png') no-repeat center;
  background-size: cover;
  margin-top: 46px;
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
}
.index .ic .b_bt {
  color: #fff;
}
.index .ic .b_bt a {
  color: #fff;
}
.index .ic .b_bt a:hover {
  color: #0C8CE9;
}
.index .ic .btb_r {
  margin-left: 20px;
}
.index .ic .logo {
  width: 51px;
  margin: auto;
}
.index .ic .logo img {
  width: 100%;
}
.index .ic figure {
  width: 32.286%;
  margin-left: 1.571%;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 40px 20px 30px;
  margin-top: 22px;
}
.index .ic figure:hover {
  background: rgba(6, 7, 8, 0.6);
}
.index .ic figure:hover .buttonBox {
  opacity: 1;
}
.index .ic figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.index .ic .l_n {
  color: #FFF;
  font-family: 'Poppins-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin-top: 31px;
}
.index .ic .l_n a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.index .ic .l_n a:hover {
  color: #0C8CE9;
}
.index .ic .figure_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 38px;
}
.index .ic .figure_box .buttonBox {
  transition: 0.3s;
  margin-top: 32px;
  opacity: 0;
}
.index .ic .figure_box .buttonBox a {
  width: 145px;
  height: 36px;
  background: #0C8CE9;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  margin: auto;
}
.index .ic .figure_box .buttonBox a:hover {
  background: #fff;
  color: #0C8CE9;
}
.index .ic .l_text {
  color: #c8c8c8;
  line-height: 24px;
  margin-top: 12px;
}
.index .ic .l_text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #c8c8c8;
}
.index .ic .l_text a:hover {
  color: #0C8CE9;
}
.index .id {
  background: #0C8CE9;
  padding-top: 64px;
  padding-bottom: 87px;
  position: relative;
  overflow: hidden;
}
.index .id::before {
  content: 'ContactUs';
  position: absolute;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 180px;
  font-style: normal;
  font-weight: normal;
  line-height: 147px;
  /* 111.111% */
  letter-spacing: 54px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.index .id .b_bt {
  text-align: center;
  color: #fff;
}
.index .id .b_bt a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .id .b_bt a:hover {
  color: #333;
}
.index .id .text {
  text-align: center;
  color: #fff;
  margin-top: 4px;
}
.index .id .text a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .id .text a:hover {
  color: #333;
}
.index .id form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 12px;
  position: relative;
  z-index: 2;
}
.index .id form .l_box,
.index .id form .r_box {
  width: 49.3%;
}
.index .id form p,
.index .id form div {
  margin-top: 13px;
}
.index .id form .afterBox {
  position: relative;
}
.index .id form .afterBox::before {
  left: -13px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: red;
  top: 19px;
}
.index .id form input {
  height: 55px;
}
.index .id form textarea {
  height: 123px;
  width: 100%;
  resize: none;
  outline: none;
  border: none;
  padding-top: 11px;
}
.index .id form input,
.index .id form textarea {
  background-color: #ffffff;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding-left: 14px;
  width: 100%;
  display: block;
  border-radius: 6px;
}
.index .id form input::placeholder,
.index .id form input::-webkit-input-placeholder,
.index .id form textarea::placeholder {
  color: #666;
}
.index .id form .t_j {
  margin-top: 18px;
}
.index .id form .t_j input {
  padding-left: 0px !important;
  background: #1D2990;
  line-height: 55px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.index .id form .t_j input:hover {
  background: #fff;
  color: #1D2990;
}
.index .ie {
  padding-top: 114px;
  padding-bottom: 90px;
}
.index .ie .xbt {
  margin-top: 20px;
  color: #666;
  line-height: 28px;
}
.index .ie .xbt a {
  color: #666;
}
.index .ie .xbt a:hover {
  color: #0C8CE9;
}
.index .ie .rq {
  line-height: 16px;
  color: rgba(51, 51, 51, 0.8);
}
.index .ie .new_bt {
  font-family: 'Poppins-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 12px;
}
.index .ie .new_bt a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .ie .new_bt a:hover {
  color: #0C8CE9;
}
.index .ie .flex_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.index .ie .l_box {
  width: 55.86%;
}
.index .ie .l_box figure {
  background: #fff;
  display: none;
}
.index .ie .l_box figure.active {
  display: block;
}
.index .ie .l_box .new_bt {
  color: #0C8CE9;
}
.index .ie .l_box .new_bt a {
  color: #0C8CE9;
}
.index .ie .r_box {
  width: 100%;
  flex: 1;
  margin-left: 40px;
}
.index .ie .r_box .rq {
  font-size: 14px;
}
.index .ie .r_box .new_bt {
  font-size: 18px;
}
.index .ie .r_box .new_text {
  margin-top: 14px;
}
.index .ie .r_box figure {
  background: #F3F4F6;
  padding: 32px 6.9% 33px;
  position: relative;
  margin-top: 32px;
}
.index .ie .r_box figure::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 0%;
  background: #0C8CE9;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.index .ie .r_box figure:nth-of-type(1) {
  margin-top: 0px;
}
.index .ie .r_box figure.active {
  background-image: linear-gradient(to right, #FFF 0%, #F3F4F6 100%);
}
.index .ie .r_box figure.active .new_bt {
  color: #0C8CE9;
}
.index .ie .r_box figure.active .new_bt a {
  color: #0C8CE9;
}
.index .ie .r_box figure.active::before {
  height: 100%;
}
.index .ie .box {
  box-shadow: 0px 4px 18px #F4F4F4;
  padding: 32px 5% 34px;
}
.index .ie .new_text {
  color: rgba(51, 51, 51, 0.8);
  line-height: 26px;
  margin-top: 10px;
}
.index .ie .new_text a {
  color: rgba(51, 51, 51, 0.8);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .ie .new_text a:hover {
  color: #0C8CE9;
}
.index .if {
  position: relative;
  padding-top: 91px;
  padding-bottom: 68px;
}
.index .if::before {
  content: '';
  width: 100%;
  height: calc(100% - 130px);
  background: #F3F4F6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index .if .btb_l {
  width: 40%;
  position: relative;
  z-index: 1;
}
.index .if .btb_l::before {
  content: 'NOAH';
  position: absolute;
  font-family: 'Poppins-Bold';
  font-size: 90px;
  font-style: normal;
  font-weight: normal;
  line-height: 90px;
  left: 0;
  bottom: 7%;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  color: transparent;
  -webkit-mask-image: linear-gradient(black 20%, transparent 65%);
  z-index: -1;
}
.index .if .btb_r {
  width: 55%;
  color: #666;
  line-height: 28px;
  padding-top: 8px;
}
.index .if .btb_r a {
  color: #666;
}
.index .if .btb_r a:hover {
  color: #0C8CE9;
}
.index .if .swiper-slide {
  width: auto;
  /*opacity: 0.4;*/
  transition: 0.3s;
}
.index .if .swiper-slide:hover {
  opacity: 1;
}
.index .if .sw_box {
  position: relative;
  background: #fff;
  padding: 36px 55px;
  margin-top: 60px;
}
.index .if .swiper_button {
  position: initial;
}
.index .if .button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;
}
.index .if .prev {
  left: 0;
}
.index .if .next {
  right: 0;
}
.to .to_container {
  padding-top: 81px;
}
.to .to_container .xbt {
  overflow: hidden;
  color: #0C8CE9;
  text-overflow: ellipsis;
  font-family: 'Poppins-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  margin-top: 11px;
}
.to .to_container .btb_l {
  width: 25.5%;
  padding-right: 15px;
}
.to .to_container .btb_r {
  width: 100%;
  flex: 1;
  line-height: 28px;
  color: #666;
  padding-top: 2px;
}
.to .to_container .btb_r a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.to .to_container .btb_r a:hover {
  color: #0C8CE9;
}
.to .to_container figure {
  width: 23.357%;
  margin-left: 2.1907%;
  padding: 30px 30px 16px;
  box-shadow: 0px 4px 18px #F4F4F4;
  position: relative;
  transition: 0.3s;
  margin-top: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.to .to_container figure:hover .text a {
  color: #0C8CE9;
}
.to .to_container figure:nth-of-type(4n+1) {
  margin-left: 0px !important;
}
.to .to_container form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-top: 22px;
  padding-bottom: 91px;
}
.to .to_container .text {
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #e7e7e7;
  line-height: 26px;
  color: #333;
  margin-top: 23px;
  padding-top: 19px;
  padding-bottom: 6px;
}
.to .to_container .text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.to .to_container .text a:hover {
  color: #0C8CE9;
}
.to .to_container .box {
  display: flex;
  align-items: center;
  margin-top: 29px;
}
.to .to_container .box span {
  display: block;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  border: 1px solid #0C8CE9;
  position: relative;
  cursor: pointer;
}
.to .to_container .box input {
  display: none;
}
.to .to_container .box input:checked + span {
  width: 16px;
  height: 16px;
  background: url('../img/checked.png') no-repeat center;
  background-size: cover;
  border: none;
}
.to .to_container .box a {
  line-height: 28px;
  color: #0C8CE9;
  margin-left: 8px;
}
.to .to_container .box a:hover {
  color: #333;
}
.to .PageNumber {
  margin-top: 69px;
}
.pubbuttonBox a {
  border-radius: 6px;
  width: 194px;
  min-height: 46px;
   text-align: center;
  padding: 5px 8px;
}
.tt .tt1 {
  padding-top: 80px;
  padding-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tt .tt1 .r_box {
  width: 46.1%;
  display: flex;
  justify-content: space-between;
}
.tt .tt1 .r_box img {
  transition: 0s;
}
.tt .tt1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.tt .tt1 .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tt .tt1 .zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.tt .tt1 .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.tt .tt1 .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.tt .tt1 .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.tt .tt1 .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tt .tt1 .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.tt .tt1 .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.tt .tt1 .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.tt .tt1 .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.tt .tt1 .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  width: 78.9%;
}
.tt .tt1 .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.tt .tt1 .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.tt .tt1 .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.tt .tt1 .pic-small {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: 5.7%;
  flex: 1;
}
.tt .tt1 .pic-btn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 9;
  font-size: 14px;
  background: #999;
}
.tt .tt1 .pic-btn.prev {
  top: 0;
}
.tt .tt1 .pic-btn.next {
  bottom: 0;
}
.tt .tt1 .pic-btn:hover {
  background: #0C8CE9;
}
.tt .tt1 .pic-list {
  margin: 0px;
  position: absolute;
  top: 34px;
  width: 100%;
  left: 0;
  height: 87%;
  overflow: hidden;
}
.tt .tt1 .pic-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tt .tt1 .list-item {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14%;
}
.tt .tt1 .item-pics,
.tt .tt1 .pic-list .item-video {
  display: block;
  position: relative;
  border: 1px solid transparent;
}
.tt .tt1 .item-pics:before,
.tt .tt1 .pic-list .item-video:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url() no-repeat center left;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  z-index: -1;
}
.tt .tt1 .item-pics img,
.tt .tt1 .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.tt .tt1 .item-pics.zoomThumbActive:before,
.tt .tt1 .item-video.active:before {
  left: -8px;
}
.tt .tt1 .m-propic2 {
  display: none;
}
.tt .tt1 .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.tt .tt1 .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
  background: #fff;
}
.tt .tt1 .provideo-box .provideo iframe,
.tt .tt1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tt .tt1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.tt .tt1 .item-pics:hover,
.tt .tt1 .item-pics.active,
.tt .tt1 .item-video:hover,
.tt .tt1 .item-video.active {
  border: 1px solid #0C8CE9;
}
.tt .tt1_l {
  flex: 1;
  width: 100%;
  margin-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 0px 30px;
}
.tt .tt1_l .product_bt {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  /* 153.846% */
}
.tt .tt1_l .product_text {
  color: #666;
  margin-top: 31px;
}
.tt .tt1_l .share_box {
  display: flex;
  align-items: center;
  margin-top: 46px;
  color: #666;
}
.tt .tt1_l .share_box .share {
  margin-right: 8px;
}
.tt .tt1_l .buttonBox {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.tt .tt1_l .buttonBox a {
  color: #118BE6;
  background: rgba(17, 139, 230, 0.16);
  margin-right: 12px;
  margin-top: 19px;
}
.tt .tt1_l .buttonBox a:hover {
  background: #118BE6;
  color: #fff;
}
.tt .anchors {
  border-bottom: 1px solid #E1E2E4;
}
.tt .anchors .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tt .anchors .buttonBox {
  flex-shrink: 0;
  margin-bottom: 2px;
  margin-left: 100px;
}
.tt .anchors .buttonBox a {
  background: #1D2990;
  border: 1px solid #1D2990;
  color: #fff;
}
.tt .anchors .buttonBox a:hover {
  color: #1D2990;
  background: #fff;
}
.tt .anchors .l_box {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  overflow: auto;
  width: 100%;
  flex: 1;
  flex-shrink: 0;
  display: flex;
}
.tt .anchors .l_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tt .anchors .l_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tt .anchors .l_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tt .anchors .l_box a {
  color: #333;
  position: relative;
  padding: 19px 10px;
  margin-left: 156px;
  flex-shrink: 0;
}
.tt .anchors .l_box a::before {
  height: 2px;
  width: 0%;
  content: '';
  background: #118BE6;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.tt .anchors .l_box a:hover {
  color: #118BE6;
}
.tt .anchors .l_box a:hover::before {
  width: 100%;
}
.tt .anchors .l_box .active {
  color: #118BE6;
}
.tt .anchors .l_box .active::before {
  width: 100%;
}
.tt .anchors .l_box a:nth-of-type(1) {
  margin-left: 0px;
}
.tt .tt2 {
  /*padding-bottom: 80px;*/
}
.tt .tt2 .bt {
  color: #118BE6;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
}
.tt .swiper_button div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.tt .swiper_button div:hover {
  background: #0C8CE9;
}
.tt .swiper_button .next {
  right: -151px;
}
.tt .swiper_button .prev {
  left: -151px;
}
.tt .swiper_button i {
  color: #fff;
}
.tt .anchors1 {
  margin-top: 60px;
}
.tt .anchors1 figure {
  display: flex;
  align-items: center;
  margin-top: 39px;
}
.tt .anchors1 figure .imgBox {
  width: 48.57%;
}
.tt .anchors1 figure .text_box {
  flex: 1;
  width: 100%;
}
.tt .anchors1 figure:nth-of-type(2n) {
  margin-top: 59px;
  flex-direction: row-reverse;
}
.tt .anchors1 figure:nth-of-type(2n) .text_box {
  margin-left: 0px;
  margin-right: 50px;
}
.tt .anchors1 .xbt,
.tt .anchors1 em {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
}
.tt .anchors1 .text_box {
  color: #666;
  margin-left: 50px;
  padding-bottom: 2px;
}
.tt .anchors1 .text1_box {
  color: #666;
  margin-top: 60px;
}
.tt .anchors1 .text {
  margin-top: 40px;
}
.tt .anchors1 .bt1 {
  color: #333;
  text-align: center;
}
.tt .anchors1 .bt2 {
  color: #333;
}
.tt .anchors1 .video_box {
  margin-top: 61px;
}
.tt .anchors1 .video_box .imgBox {
  margin: 23px auto 0px;
  width: 1060px;
  max-width: 80%;
  position: relative;
}
.tt .anchors1 .sw_box {
  margin-top: 60px;
}
.tt .anchors1 .swiper_box {
  position: relative;
  margin-top: 22px;
}
.tt .anchors2 {
  margin-top: 61px;
}
.tt .anchors2 .table {
  margin-top: 39px;
  overflow: auto;
  background: #fbfbfb;
}
.tt .anchors2 .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tt .anchors2 .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tt .anchors2 .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tt .anchors2 table {
  width: 100%;
  border-collapse: collapse;
}
.tt .anchors2 table td {
  border: 1px solid #ccc;
  color: #999;
  font-size: 14px;
  font-size: 'Poppins-Medium';
  text-align: center;
  white-space: nowrap;
  padding: 8px 10px;
}
.tt .anchors2 table td:nth-of-type(1) {
  border-left: none;
  text-align: left;
}
.tt .anchors2 table td:nth-last-of-type(1) {
  border-right: none;
}
.tt .anchors3 {
  margin-top: 61px;
}
.tt .anchors3 .buttonBox {
  padding-bottom: 3px;
}
.tt .anchors3 .buttonBox a {
  background: #118BE6;
  color: #fff;
  border: 1px solid #118BE6;
}
.tt .anchors3 .buttonBox a:hover {
  background: #fff;
  color: #118BE6;
}
.tt .anchors3 .dianji {
  width: 37px;
  flex-shrink: 0;
  border-right: 1px solid #E1E2E4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #F3F4F6;
}
.tt .anchors3 .dianji i {
  font-size: 14px;
}
.tt .anchors3 .ques {
  flex: 1;
  width: 100%;
  padding: 19px 20px;
}
.tt .anchors3 .faq_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
}
.tt .anchors3 .faq_box .box {
  width: 48.93%;
}
.tt .anchors3 figure {
  margin-top: 20px;
}
.tt .anchors3 .act .bottom {
  display: block;
}
.tt .anchors3 .top {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  display: flex;
  border: 1px solid #E1E2E4;
}
.tt .anchors3 .bottom {
  color: #666;
  padding: 20px 20px 0px 56px;
  display: none;
}
.tt .anchors4 {
  margin-top: 61px;
}
.tt .anchors4 .text_box {
  color: #666;
  margin-top: 38px;
}
.tt .anchors4 .text_box img {
  max-width: 100%;
}
.tt .anchors4 em {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.tt .tt3 {
  background: #F3F4F6;
  padding-top: 80px;
  padding-bottom: 94px;
}
.tt .tt3 .swiper-slide {
  border: 4px solid #ECECED;
}
.tt .tt3 .swiper-slide .imgBox {
  position: relative;
}
.tt .tt3 .sw_box {
  position: relative;
  margin-top: 40px;
}
.tt .tt3 .buttonBox {
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.tt .tt3 .buttonBox a {
  width: 154px;
  height: 45px;
  background: rgba(12, 140, 233, 0.1);
}
.tt .tt3 .buttonBox a:hover {
  background: #0C8CE9;
  color: #fff;
}
.tt .tt3 .buttonBox a:hover img {
  filter: grayscale(1) brightness(2);
}
.tt .tt3 .buttonBox a img {
  width: auto;
  height: auto;
  margin: 0px 8px 0px 0px;
  transition: 0.3s;
}
.tt .pub3 {
  background: #fff;
}
.tth .b_bt span {
  color: #0C8CE9;
  display: inline;
}
.tth .tth1 {
  background-image: linear-gradient(180deg, rgba(243, 244, 246, 0) 0%, #F3F4F6 100%);
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.tth .tth1::before {
  width: 35px;
  height: 35px;
  position: absolute;
  content: '';
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.tth .tth1 .num_text {
  color: #666;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 9px;
}
.tth .tth1 .num_bt {
  color: #0C8CE9;
  font-family: 'Poppins-Bold';
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
}
.tth .tth1 .bt2 {
  font-size: 50px;
  line-height: 66px;
}
.tth .tth1 .btb_l {
  width: 30%;
}
.tth .tth1 .btb_l .buttonBox {
  margin-top: 56px;
}
.tth .tth1 .btb_l .buttonBox span {
  width: 74px;
  height: 74px;
  color: #fff;
  background: #0C8CE9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.tth .tth1 .num_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
}
.tth .tth1 .num_box figure {
  width: 210px;
  margin-left: 16.4%;
  margin-top: 20px;
}
.tth .tth1 .num_box figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.tth .tth1 .btb_r {
  width: 67%;
  color: #666;
}
.tth .tth1 .imgBox {
  margin-top: 50px;
}
.tth .tth1 .bt1 {
  width: 70%;
  text-align: center;
  margin: 91px auto 0px;
  text-transform: capitalize;
}
.tth .tth2 {
  padding-top: 50px;
  overflow: hidden;
}
.tth .tth2 .text {
  color: #666;
}
.tth .tth2 .imgBox {
  width: 47.8125%;
  float: left;
  margin-right: 4.3%;
}
.tth .tth2 .tth2_box {
  margin-top: 100px;
}
.tth .tth2 .text1 {
  margin-top: 53px;
}
.tth .tth2 .c1 {
  padding-top: 55px;
}
.tth .swiper_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.tth .swiper_button div {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5E6E8;
  cursor: pointer;
  transition: 0.3s;
}
.tth .swiper_button div:hover {
  background: #0C8CE9;
}
.tth .swiper_button div:hover i {
  color: #fff;
}
.tth .swiper_button .next {
  margin-left: 20px;
}
.tth .swiper_button i {
  color: #666;
}
.tth .tth3 {
  padding-top: 100px;
  padding-bottom: 91px;
}
.tth .tth3 .swiper_button {
  margin-top: 32px;
}
.tth .tth3 .btb_l {
  width: 35%;
}
.tth .tth3 .btb_r {
  width: 64%;
}
.tth .tth3 .text {
  color: #666;
}
.tth .tth3 .swiper-slide {
  border: 4px solid #ECECED;
}
.tth .tth3 .sw_box {
  margin-top: 60px;
}
.tth .tth4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 100px;
  /* overflow: hidden; */
}
.tth .tth4 .b_bt {
  line-height: 50px;
}
.tth .tth4 .text {
  color: #666;
  margin-top: 50px;
}
.tth .tth4 .imgBox {
  width: 48.57%;
  position: relative;
}
.tth .tth4 .imgBox::before {
  width: 680px;
  height: 204px;
  max-width: 80%;
  max-height: 50%;
  background: #0C8CE9;
  position: absolute;
  content: '';
  bottom: 0px;
  right: -30px;
  z-index: -1;
}
.tth .tth4 .l_box {
  width: 42%;
  padding-top: 3px;
}
.tth .tth5 {
  background: #F3F4F6;
  padding-top: 90px;
  padding-bottom: 90px;
}
.tth .tth5 .b_bt {
  text-align: center;
}
.tth .tth5 .xbt {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin-top: 25px;
}
.tth .tth5 .text {
  color: #666;
  margin-top: 12px;
}
.tth .tth5 .figure_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.tth .tth5 figure {
  width: 48%;
  margin-left: 4%;
  margin-top: 50px;
}
.tth .tth5 figure:nth-of-type(2n+1) {
  margin-left: 0%;
}
.fut .fut1 {
  padding-top: 41px;
  padding-bottom: 90px;
}
.fut .fut1 .xbt {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
}
.fut .fut1 .text {
  color: #666;
  margin-top: 29px;
}
.fut .fut1 .figure_box {
  display: flex;
  flex-wrap: wrap;
}
.fut .fut1 figure {
  width: 48.57%;
  margin-left: 2.86%;
  margin-top: 41px;
}
.fut .fut1 figure:nth-of-type(2n+1) {
  margin-left: 0%;
}
.fut .swiper_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.fut .swiper_button div {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5E6E8;
  cursor: pointer;
  transition: 0.3s;
}
.fut .swiper_button div:hover {
  background: #0C8CE9;
}
.fut .swiper_button div:hover i {
  color: #fff;
}
.fut .swiper_button .next {
  margin-left: 12px;
}
.fut .swiper_button i {
  color: #666;
}
.fut .fut2 {
  background: #F3F4F6;
  padding-top: 90px;
  padding-bottom: 96px;
}
.fut .fut2 .sw_box {
  margin-top: 60px;
  position: relative;
}
.fut .fut2 .profuct_n {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
}
.fut .fut2 .profuct_n a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.fut .fut2 .profuct_n a:hover {
  color: #0C8CE9;
}
.fut .fut2 .xbt {
  margin-top: 11px;
}
.fut .fut2 .text {
  margin-top: 18px;
}
.fut .fut2 .button {
  margin-top: 36px;
}
.fut .fut2 .xbt,
.fut .fut2 .button {
  color: #0C8CE9;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.fut .fut2 .xbt a,
.fut .fut2 .button a {
  color: #0C8CE9;
}
.fut .fut2 .xbt a:hover,
.fut .fut2 .button a:hover {
  color: #333;
}
.fut .fut2 .text {
  color: #666;
}
.fut .fut2 .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fut .fut2 .text a:hover {
  color: #0C8CE9;
}
.fut .fut2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  opacity: 0 !important;
}
.fut .fut2 .imgBox {
  width: 38.857%;
}
.fut .fut2 .swiper_button {
  position: absolute;
  bottom: 20px;
  left: calc(38.857% + 60px);
  z-index: 3;
}
.fut .fut2 .swiper-fade .swiper-slide-active,
.fut .fut2 .swiper-fade .swiper-slide-active .swiper-slide-active {
  opacity: 1 !important;
}
.fut .fut2 .r_box {
  flex: 1;
  width: 100%;
  margin-left: 60px;
  padding-bottom: 80px;
  padding-top: 11px;
}
.fo .fo_menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 81px;
}
.fo .fo_menu a {
  width: 32.357%;
  margin-left: 1.4645%;
  height: 52px;
  background: #F3F4F6;
  border-radius: 6px;
  text-transform: capitalize;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  text-align: center;
}
.fo .fo_menu a:hover {
  background: #0C8CE9;
  color: #fff;
}
.fo .fo_menu .active {
  background: #0C8CE9;
  color: #fff;
}
.fo .fo_menu a:nth-of-type(3n+1) {
  margin-left: 0px;
}
.fo .pub3 {
  padding-top: 83px;
  padding-bottom: 78px;
}
.fo .fo1 {
  padding-top: 10px;
  padding-bottom: 91px;
}
.fo .fo1 .profuct_n {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
}
.fo .fo1 .profuct_n a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.fo .fo1 .profuct_n a:hover {
  color: #0C8CE9;
}
.fo .fo1 .xbt {
  margin-top: 11px;
}
.fo .fo1 .text {
  margin-top: 22px;
}
.fo .fo1 .button {
  margin-top: 25px;
}
.fo .fo1 .xbt,
.fo .fo1 .button {
  color: #0C8CE9;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.fo .fo1 .xbt a,
.fo .fo1 .button a {
  color: #0C8CE9;
  position: relative;
}
.fo .fo1 .xbt a::before,
.fo .fo1 .button a::before {
  position: absolute;
  width: 0%;
  transition: 0.3s;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #0C8CE9;
}
.fo .fo1 .xbt a:hover::before,
.fo .fo1 .button a:hover::before {
  width: 100%;
}
.fo .fo1 .text {
  color: #666;
}
.fo .fo1 .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.fo .fo1 .text a:hover {
  color: #0C8CE9;
}
.fo .fo1 figure {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.fo .fo1 .imgBox {
  width: 38.857%;
}
.fo .fo1 figure:nth-of-type(odd) .r_box {
  margin-left: 60px;
}
.fo .fo1 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fo .fo1 figure:nth-of-type(even) .r_box {
  margin-right: 60px;
}
.fo .fo1 .r_box {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 31px 0px 32px;
}
.fo .fo1 .PageNumber {
  padding-left: 0px;
  margin-top: 70px;
}
.ft .ft1 {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  justify-content: space-between;
  border-bottom: 1px solid #E1E2E4;
  padding-bottom: 26px;
}
.ft .ft1 strong {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.ft .ft1 em {
  font-style: normal;
  position: relative;
  padding-left: 10px;
}
.ft .ft1 em::before {
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  left: 0px;
  top: 11px;
  content: '';
  position: absolute;
}
.ft .ft1 .l_box,
.ft .ft1 .r_box {
  width: 48.57%;
}
.ft .ft1 .center_box {
  width: 100%;
  margin-top: 40px;
}
.ft .share_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  margin-top: 28px;
}
.ft .share {
  margin-right: 8px;
}
.so .so1 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.so .so1 .box {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 50px;
}
.so .so1 .box .imgBox {
  width: 70.2143%;
  position: relative;
}
.so .so1 .box .bofangBox {
  left: auto;
  top: auto;
  transform: none;
  right: 4%;
  bottom: 7%;
}
.so .so1 .box .bt {
  color: #FFF;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
}
.so .so1 .box .bt a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.so .so1 .box .bt a:hover {
  color: #333;
}
.so .so1 .box .text {
      color: #fff;
    margin-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.so .so1 .box .text a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.so .so1 .box .text a:hover {
  color: #333;
}
.so .so1 .box1 {
  width: 613px;
  max-width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0C8CE9;
  padding: 56px 30px 64px;
}
.so .so1 .figure_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 44px;
}
.so .so1 .figure_box .imgBox {
  position: relative;
}
.so .so1 .figure_box figure {
  width: 31.857%;
  margin-left: 2.2145%;
  margin-top: 36px;
}
.so .so1 .figure_box figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.so .so1 .f_name {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  min-height: 52px;
  margin-top: 21px;
}
.so .so1 .f_name a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.so .so1 .f_name a:hover {
  color: #0C8CE9;
}
.so .so1 .f_text {
      line-height: 26px;
    color: #666;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.so .so1 .f_text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.so .so1 .f_text a:hover {
  color: #0C8CE9;
}
.so .PageNumber {
  margin-top: 60px;
  padding-left: 0px;
}
.st .st1 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.st .st1 .figure_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.st .st1 figure {
  width: 23.5%;
  margin-top: 30px;
  margin-left: 2%;
}
.st .st1 figure .imgBox {
  position: relative;
  border: 4px solid #ECECED;
}
.st .st1 figure:nth-of-type(4n+1) {
  margin-left: 0%;
}
.st .st1 .buttonBox {
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.st .st1 .buttonBox a {
  width: 154px;
  height: 45px;
  background: rgba(243, 244, 246, 0.8);
  color: #0C8CE9;
}
.st .st1 .buttonBox a:hover {
  background: #0C8CE9;
  color: #fff;
}
.st .st1 .buttonBox a:hover img {
  filter: grayscale(1) brightness(2);
}
.st .st1 .buttonBox a img {
  width: auto;
  height: auto;
  margin: 0px 8px 0px 0px;
  transition: 0.3s;
}
.st .st_menu {
  line-height: 24px;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
.st .st_menu a {
  width: 16.64%;
  background: #F3F4F6;
  border: 1px solid #E3E4E5;
  border-left: none;
  min-height: 54px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.st .st_menu a::before {
  width: 0%;
  height: 2px;
  background: #0C8CE9;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  transition: 0.3s;
}
.st .st_menu a:hover {
  background: #fff;
}
.st .st_menu a:hover::before {
  width: 100%;
}
.st .st_menu .active {
  background: #fff;
}
.st .st_menu .active::before {
  width: 100%;
}
.st .st_menu a:nth-of-type(1) {
  border-left: 1px solid #E3E4E5;
  border-top-left-radius: 6px;
}
.st .st_menu a:nth-last-of-type(1) {
  border-top-right-radius: 6px;
}
.st .img_name {
  line-height: 26px;
  color: #666;
  padding: 21px 8px 0px;
}
.st .PageNumber {
  margin-top: 70px;
  padding-left: 0px;
}
.sth .sth_menu {
  color: #666;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  /* 153.333% */
  text-transform: capitalize;
}
.sth .sth_menu a {
  color: #666;
  position: relative;
  margin-right: 91px;
}
.sth .sth_menu a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0C8CE9;
  width: 0%;
  height: 6px;
  transition: 0.3s;
  z-index: -1;
}
.sth .sth_menu a:hover {
  font-size: 42px;
  color: #333;
}
.sth .sth_menu a:hover::before {
  width: 100%;
}
.sth .sth_menu .active {
  font-size: 42px;
  color: #333;
}
.sth .sth_menu .active::before {
  width: 100%;
}
.sth .figure_box {
  padding-top: 22px;
}
.sth .figure_name {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
}
.sth .figure_name a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sth .figure_name a:hover {
  color: #0C8CE9;
}
.sth .figure_text {
  color: rgba(51, 51, 51, 0.8);
  line-height: 26px;
  margin-top: 15px;
}
.sth .figure_text a {
  color: rgba(51, 51, 51, 0.8);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sth .figure_text a:hover {
  color: #0C8CE9;
}
.sth .sth1 {
  padding-top: 76px;
  padding-bottom: 90px;
}
.sth .sth1 .buttonBox {
  flex-shrink: 0;
  margin-bottom: 17px;
}
.sth .sth1 .buttonBox a {
  border: 1px solid #118BE6;
  color: #118BE6;
}
.sth .sth1 .buttonBox a:hover {
  background: #118BE6;
  color: #fff;
}
.sth .sth1 figure {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.sth .sth1 .l_box {
  display: flex;
  width: 100%;
  flex: 1;
  margin-right: 80px;
}
.sth .sth1 .imgBox {
  width: 322px;
  max-width: 40%;
}
.sth .sth1 .text_box {
  width: 100%;
  flex: 1;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0px 9px;
}
.sth .PageNumber {
  margin-top: 60px;
  padding-left: 0px;
}
.sth .rq {
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  margin-top: 20px;
}
.sfu .pub1 {
  background: rgba(245,246,248,.2);
  padding-bottom: 23px !important;
}
.sfu .pub3 {
  background: rgba(245,246,248,.2);
}
.sfu .pub4 {
  padding-bottom: 40px;
}
.sfu .pub4::before {
  background: #309DEC;
  height: calc(100% - 271px);
}
.sfu .pub4 .b_bt {
  color: #fff;
}
.sfu .pub4 .buttonBox a {
  color: #309DEC;
  background: #fff;
  border: none;
}
.sfu .pub4 .buttonBox a:hover {
  color: #fff;
  background: #309DEC;
}
.sfu .pub4 .btb_l::before {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
  -webkit-mask-image: none;
}
.sfu .pub4 .btb_r {
  color: #fff;
}
.sfu .sfu1 {
  padding-top: 84px;
}
.sfu .sfu1 .bt {
  color: #333;
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
.sfu .sfu1 .rq_share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
.sfu .sfu1 .rq {
  color: #0C8CE9;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
.sfu .sfu1 .share_box {
  margin-left: 30px;
  display: flex;
  align-items: center;
  color: #666;
}
.sfu .sfu1 .share_box .share {
  margin-right: 5px;
}
.sfu .sfu1 .text_box {
  color: #666;
  border-top: 1px solid #E1E2E4;
  border-bottom: 1px solid #E1E2E4;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 16px;
}
.sfu .sfu1 .text_box img {
  max-width: 100%;
}
.sfu .sfu1 .text_box em {
  color: #333;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.sf .sf1 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.sf .sf1 .figure_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
}
.sf .sf1 figure {
  margin-top: 39px;
}
.sf .sf1 .r_box,
.sf .sf1 .l_box {
  width: 48.57%;
}
.sf .sf1 span {
  font-family: 'Poppins-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-right: 8px;
}
.sf .sf1 .top {
  color: #333;
  display: flex;
  align-items: flex-start;
  padding: 13.5px 0px 13.5px 19px;
  border-bottom: 1px solid #E1E2E4;
  background: linear-gradient(90deg, rgba(12, 140, 233, 0.1) 0%, rgba(12, 140, 233, 0) 100%);
}
.sf .sf1 .top span {
  color: #0C8CE9;
}
.sf .sf1 .bottom {
  color: #666;
  display: flex;
  align-items: flex-start;
  padding: 13.5px 0px 0px 19px;
}
.sf .sf1 .bottom span {
  color: #1D2990;
}
.sf .PageNumber {
  padding-left: 0px;
  margin-top: 60px;
}
.seo {
  background: rgba(243, 244, 246, 0.6);
}
.seo .seo1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 38px;
}
.seo .seo1 .l_box {
  flex: 1;
  width: 100%;
  margin-right: 10%;
  padding-top: 41px;
}
.seo .seo1 .blue_bt {
  color: #0C8CE9;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  margin-top: 30px;
}
.seo .seo1 .text {
  line-height: 28px;
  color: #666;
  margin-top: 47px;
}
.seo .seo1 .xbt {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  position: relative;
  margin-top: 110px;
  padding-left: 10px;
}
.seo .seo1 .xbt::before {
  content: '';
  opacity: 0.7;
  background: #D5121A;
  position: absolute;
  width: 18px;
  height: 98%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.seo .form_box {
  width: 52.286%;
}
.seo .form_box form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
}
.seo .form_box form p {
  width: 100%;
  margin-top: 25px;
}
.seo .form_box form .half {
  width: 47.8%;
}
.seo .form_box form .hd {
  position: relative;
}
.seo .form_box form .hd::before {
  content: '*';
  position: absolute;
  color: #e0061a;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.seo .form_box form .yzm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 47.8%;
  position: relative;
}
.seo .form_box form .yzm span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 31px;
  width: 99px;
  right: 10px;
  flex-shrink: 0;
  cursor: pointer;
}
.seo .form_box form .yzm span img {
  width: 100%;
  height: 100%;
}
.seo .form_box form .yzm input {
  width: 100%;
  height: 58px;
  padding-right: 100px;
}

footer form .yzm{
  position: relative;
}

footer form .yzm span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  width: 90px;
  right: 10px;
  flex-shrink: 0;
  cursor: pointer;
}
footer form .yzm span img {
  width: 100%;
  height: 100%;
}
footer form .yzm input {
  width: 100%;
  height: 30px;
  padding-right: 110px;
}
.seo .form_box form .buttonBox {
  width: 47.8%;
}
.seo .form_box form .buttonBox input {
  cursor: pointer;
  text-indent: 0px !important;
  border: 1px solid #0C8CE9;
  background-color: #0C8CE9;
  transition: 0.3s;
  height: 58px;
  font-weight: bold;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
}
.seo .form_box form .buttonBox input:hover {
  background-color: #fff;
  color: #0C8CE9;
}
.seo .form_box form input {
  height: 58px;
}
.seo .form_box form input,
.seo .form_box form textarea {
  display: block;
  background-color: #ffffff;
  border: solid 1px #E9E9ED;
  border-radius: 6px;
  width: 100%;
  resize: none;
  outline: none;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  text-indent: 13px;
}
.seo .form_box form textarea {
  height: 167px;
  padding-top: 16px;
}
.seo .form_box form input::placeholder,
.seo .form_box form input::-webkit-input-placeholder,
.seo .form_box form textarea::placeholder {
  font-family: 'Poppins-Medium';
  color: #666;
}
.seo .seo2 {
  margin-top: 80px;
  padding-bottom: 49px;
}
.seo .seo2 .content {
  display: flex;
   flex-wrap:wrap; 
}
.seo .seo2 figure {
  transform: translateY(-79px);
  width: 31.7%;
  background: #fff;
  margin-left: 2.45%;
   margin-bottom:20px;
    box-shadow: 0px 4px 13.3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E9E9ED;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.seo .seo2 figure:hover .figure_top {
  background: #1D2990;
}
.seo .seo2 figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.seo .seo2 .figure_top {
  transition: 0.3s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #0C8CE9;
  text-shadow: 0px 4px 13.3px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-family: 'Poppins-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 20px 29px 23px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}
.seo .seo2 .figure_top i {
  font-size: 30px;
  flex-shrink: 0;
  margin-left: 15px;
}
.seo .seo2 .ul_box {
  padding: 29px 29px 23px;
 
  color: rgba(51, 51, 51, 0.8);
  line-height: 26px;
  min-height: 346px;
}
.seo .seo2 .ul_box a {
  display: inline;
  word-break: break-all;
  color: rgba(51, 51, 51, 0.8);
}
.seo .seo2 .ul_box a:hover {
  color: #0C8CE9;
}
.seo .seo2 .ul_box li {
  margin-top: 26px;
}
.seo .seo2 .ul_box li:nth-of-type(1) {
  margin-top: 0px;
}
.bofangBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pub1 {
  background-image: linear-gradient(180deg, #F3F4F6 0%, rgba(243, 244, 246, 0) 100%);
  padding-top: 90px;
  padding-bottom: 100px;
}
.pub1 .buttonBox a {
  width: 210px;
  height: 46px;
  background: #0C8CE9;
  color: #fff;
  border: 1px solid #0C8CE9;
  border-radius: 6px;
  margin: auto;
}
.pub1 .buttonBox a:hover {
  background: #fff;
  color: #0C8CE9;
}
.pub1 .imgBox {
  background: #fff;
  width: 100%;
  padding: calc(49.535% - 43px) 0px;
  position: relative;
  z-index: 1;
}
.pub1 .imgBox img {
  width: 86px;
}
.pub1 figure {
  width: 15.43%;
  margin-left: 1.484%;
  background: #EDEFF1;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pub1 figure::before {
  content: '';
  position: absolute;
  width: 77.314%;
  height: 50.926%;
  left: 0;
  top: 0;
  background: #0C8CE9;
  z-index: 0;
}
.pub1 figure:nth-of-type(even)::before {
  background: #5965C8;
}
.pub1 figure:nth-of-type(even) .pub_n {
  background: #5965C8;
}
.pub1 figure:nth-of-type(6n+1) {
  margin-left: 0%;
}
.pub1 .figure_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 66px;
}
.pub1 .pub_n {
  width: 210px;
  min-height: 42px;
  max-width: 100%;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0C8CE9;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  padding: 0px 5px
}
.pub1 .pub_n a {
  color: #ffffff;
}
.pub2 {
  background: url('../img/pub2_back.png') no-repeat center;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 74px;
}
.pub2 .b_bt {
  color: #fff;
  text-transform: initial;
}
.pub2 .text {
  color: #fff;
  margin-top: 8px;
}
.pub2 .buttonBox {
  margin-top: 39px;
}
.pub2 .buttonBox a {
  border-radius: 6px;
  width: 170px;
  height: 46px;
  color: #CB131A;
  background: #fff;
  margin: auto;
}
.pub2 .buttonBox a:hover {
  background: #CB131A;
  color: #fff;
}
.pub3 {
  padding-top: 80px;
  padding-bottom: 71px;
  background: #F3F4F6;
}
.pub3 .swiper-slide {
  padding: 30px 30px;
  box-shadow: 0px 4px 18px #F4F4F4;
  position: relative;
  transition: 0.3s;
  background: #fff;
}
.pub3 .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: transparent;
}
.pub3 .swiper-slide:hover {
  background-image: linear-gradient(to top, rgba(29, 41, 144, 0.1) 0%, #fff 20%);
}
.pub3 .swiper-slide:hover::before {
  background: #0e82e0;
}
.pub3 .swiper-slide:hover .pub3_text a {
  color: #0C8CE9;
}
.pub3 .mySwiperpub3 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.pub3 .pub3_text {
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #e7e7e7;
  line-height: 26px;
  color: #333;
  margin-top: 23px;
  padding-top: 19px;
  padding-bottom: 6px;
}
.pub3 .pub3_text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.pub3 .pub3_text a:hover {
  color: #0C8CE9;
}
.pub3 .swiper_button div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.pub3 .swiper_button div:hover {
  background: #0C8CE9;
}
.pub3 .swiper_button .next {
  right: -151px;
}
.pub3 .swiper_button .prev {
  left: -151px;
}
.pub3 .swiper_button i {
  color: #fff;
}
.pub3 .sw_box {
  position: relative;
  margin-top: 31px;
}
.pub4 {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}
.pub4::before {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 231px);
  background: #F3F4F6;
  left: 0;
  top: 0;
  z-index: -2;
}
.pub4 .buttonBox {
  margin-top: 20px;
}
.pub4 .buttonBox a {
  color: #fff;
  background: #0C8CE9;
  border: 1px solid #0C8CE9;
}
.pub4 .buttonBox a:hover {
  background: #fff;
  color: #0C8CE9;
}
.pub4 .btb_l {
  width: 35%;
}
.pub4 .btb_l::before {
  content: 'Why Choose Noah';
  position: absolute;
  left: 1.7%;
  top: 0;
  font-family: 'Poppins-Bold';
  font-size: 90px;
  font-style: normal;
  font-weight: normal;
  line-height: 90px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  color: transparent;
  -webkit-mask-image: linear-gradient(#999 20%, transparent 75%);
  appearance: none;
  top: 12.4%;
  white-space: nowrap;
  z-index: -1;
}
.pub4 .btb_r {
  width: 55%;
  line-height: 30px;
  color: #666;
}
.pub4 .logo {
  width: 48px;
}
.pub4 .logo img {
  width: 100%;
  height: auto;
}
.pub4 .text2 {
  color: #333;
  line-height: 24px;
  margin-top: 20px;
}
.pub4 .text2 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
}
.pub4 .text2 a:hover {
  color: #0C8CE9;
}
.pub4 .mySwiperpub4 {
  position: relative;
}
.pub4 .mySwiperpub4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pub4 .swiper_box {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 49px;
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.pub4 .swiper_box::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 10;
}
.pub4 .swiper_box::after {
  width: 109.5%;
  background: #fff;
  position: absolute;
  content: '';
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
.pub4 .swiper_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.pub4 .swiper_button div {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5E6E8;
  cursor: pointer;
  transition: 0.3s;
}
.pub4 .swiper_button div:hover {
  background: #0C8CE9;
}
.pub4 .swiper_button div:hover i {
  color: #fff;
}
.pub4 .swiper_button .next {
  margin-left: 20px;
}
.pub4 .swiper_button i {
  color: #666;
}
.pub4 .swiper_button {
  position: initial;
}
.pub4 .swiper_button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
.pub4 .swiper_button .next {
  right: -89px;
}
.pub4 .swiper_button .prev {
  left: -89px;
}
.pub4 .swiper-slide {
  border-right: 1px solid #E7E7E7;
  padding-right: 40px;
  height: auto;
  margin-top: 0px !important;
  padding-top: 20px;
  padding-bottom: 59px;
}
.pub_page {
  padding-top: 40px;
  padding-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pub_page .page_l,
.pub_page .page_r {
  width: 48.93%;
  background: #F3F4F6;
  display: flex;
  align-items: center;
  padding: 10px 16px;
}
.pub_page .page_l .icon {
  margin-right: 15px;
}
.pub_page .page_r {
  flex-direction: row-reverse;
  text-align: right;
}
.pub_page .page_r .icon {
  margin-left: 15px;
}
.pub_page .icon {
  width: 48px;
  height: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #999;
}
.pub_page .icona:hover {
  background: #0C8CE9;
  color: #fff;
}
.pub_page .prompt {
  color: #333;
  font-family: 'Poppins-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.pub_page div {
  color: #666;
}
.pub_page div a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub_page div a:hover {
  color: #0C8CE9;
}
.padding_top {
  padding-top: 126px;
}

.navh,.phone_nav {
  top: 18px !important;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  width: 100%;
  padding-left: 10%;
}
.PageNumber a {
  width: 36px;
  line-height: 34px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: solid 1px #E1E2E4;
  margin-right: 20px;
}
.PageNumber a:hover {
  color: #0C8CE9;
  background: rgba(206, 229, 248, 0.36);
  border: 1px solid #0C8CE9;
}
.PageNumber .active {
  color: #0C8CE9;
  background: rgba(206, 229, 248, 0.36);
  border: 1px solid #0C8CE9;
}
.PageNumber .p_f {
  background: #0C8CE9;
  /* border: 1px solid #0C8CE9; */
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PageNumber .p_f:hover {
  background: #fff;
  color: #0C8CE9;
}
.PageNumber div {
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.PageNumber div::before {
  position: absolute;
  content: '';
  width: 154px;
  height: 9px;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
  /*background: #0C8CE9;*/
}
.PageNumber div:hover input {
  color: #333;
}
.PageNumber div:hover i {
  color: #333;
}
.PageNumber input {
  width: 250px;
  background: transparent;
  cursor: pointer;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #0C8CE9;
  transition: 0.3s;
}
.PageNumber i {
  color: #0C8CE9;
}
footer {
  z-index: 2;
  position: relative;
}
footer .foot_back {
  background: #1f1f1f;
  padding-top: 95px;
  padding-bottom: 29px;
}
footer .foot_i1 {
  position: absolute;
  left: 0;
  top: -38px;
  z-index: -1;
}
footer .foot_bt {
  font-family: 'Poppins-Bold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  /* 133.333% */
  position: relative;
  padding: 16px 0px 4px;
}
footer .foot_bt::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #D5121A;
  left: -25px;
  top: 0px;
}
footer .foot_bt a {
  color: #fff;
}
footer .foot_bt a:hover {
  color: #0C8CE9;
}
footer form {
  padding-top: 14px;
}
footer form input {
  height: 30px;
  background-color: transparent;
  font-family: 'Poppins-Medium';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  padding-left: 0px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  display: block;
  border-bottom: 1px solid #3c3c3c;
}
footer form p {
  margin-top: 18px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder {
  color: #999999;
}
footer form .t_j {
  margin-top: 28px;
}
footer form .t_j input {
  width: 270px;
  height: 34px;
  background: #0C8CE9;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
  border-bottom: none;
}
footer form .t_j input:hover {
  background: #D5121A;
}
footer .lif {
  color: #FFF;
  font-family: 'Poppins-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 36px;
}
footer .lif a {
  color: #fff;
}
footer .lif a:hover {
  color: #0C8CE9;
}
footer .lif + li {
  margin-top: 0px !important;
}
footer .lif1 {
  font-size: 20px;
}
footer li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  color: #999;
}
footer li a {
  color: #999;
}
footer li a:hover {
  color: #0C8CE9;
}
footer .foot_a {
  display: flex;
  justify-content: space-between;
  padding-left: 25px;
  align-items: flex-start;
  padding-bottom: 54px;
}
footer .foota_l {
  width: 33.45454545%;
}
footer .foota_r {
  padding-top: 1px;
  display: flex;
  flex-wrap: wrap;
  width: 54.2%;
}
footer .ul2 {
  margin-left: 10px;
}
footer .ul2 li {
  display: flex;
  margin-top: 16px;
}
footer .ul2 i {
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
}
footer .ul1 {
  width: 100%;
  flex: 1;
  margin-right: 20px;
}
footer .foot_box {
  width: 62%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  padding-top: 33px;
  flex: 1;
}
footer .icBox a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  margin-left: 20px;
  flex-shrink: 0;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.1);
}
footer .icBox a i {
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
footer .icBox a:hover {
  background: #D5121A;
}
footer .icBox a:nth-of-type(8n+1) {
  margin-left: 0px;
}
footer .foot_b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 28px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
footer .foot_b a {
  color: #999;
}
footer .foot_b a:hover {
  color: #0C8CE9;
}
footer .logoBox {
  width: 138px;
  margin-left: 20px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  display: block;
  width: 100%;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.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;
}
.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;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1750px) {
  .tt .swiper_button div {
    width: 42px;
    height: 42px;
  }
  .tt .swiper_button .prev {
    left: 0;
  }
  .tt .swiper_button .next {
    right: 0;
  }
  .pub3 .swiper_button div {
    width: 42px;
    height: 42px;
  }
  .pub3 .swiper_button .prev {
    left: 0;
  }
  .pub3 .swiper_button .next {
    right: 0;
  }
  .pub4 .swiper_button .prev {
    left: -20px;
  }
  .pub4 .swiper_button .next {
    right: -20px;
  }
}
@media screen and (max-width: 1550px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 50px;
    height: 50px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 28px;
  }
  .rightMenu .wx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .wx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
}
@media screen and (max-width: 1460px) {
  header .logoBox {
    width: 134px;
  }
  header .alternative_menu{
    width: 90%;
  }
  header .alternative_menu ul{
    width: 33.333333%;
  }
  header .center .menuOne {
    font-size: 15px;
    line-height: 26px;
    margin-right: 25px;
  }
  header .center .menuOne > a {
    padding: 20px 0px;
  }
  header .buttonBox a {
    width: 120px;
    height: 40px;
  }
  header .sousuo {
    margin-right: 25px;
  }
  header .lastOne {
    margin-right: 25px !important;
  }
  .padding_top {
    padding-top: 102px;
  }
  footer .foot_bt {
    font-size: 24px;
    line-height: 36px;
  }
  footer .foota_r {
    width: 60%;
  }
  footer li {
    font-size: 15px;
    margin-top: 10px;
  }
  footer .lif1 {
    font-size: 18px;
  }
  footer .lif {
    margin-bottom: 20px;
  }
  footer .ul2 li {
    margin-top: 13px;
  }
  footer .icBox {
    padding-top: 10px;
  }
  footer .icBox a {
    margin-left: 0px !important;
    margin-right: 12px;
  }
  footer .logoBox {
    width: 118px;
  }
  .b_bt {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .index .ban .item .page {
    width: 300px;
    height: 40px;
    padding-right: 10%;
  }
  .index .ban .banner .slick-arrow {
    left: 265px;
    bottom: 20px;
  }
  .index .ia .btb_l {
    width: 45%;
  }
  .index .ia .btb_r {
    line-height: 25px;
    padding-top: 0px;
  }
  .index .ia .text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .index .ia figure {
    padding: 15px 20px;
  }
  .index .ib .btb_l::before {
    font-size: 42px;
    transform: none;
  }
  .index .ib .swiper_box {
    padding-top: 15px;
  }
  .index .ib .swiper-slide {
    padding-right: 10px;
  }
  .index .ib .text {
    margin-top: 8px;
  }
  .index .ib .img1 {
    max-width: 53%;
  }
  .index .ib .num_box {
    width: 230px;
    height: 120px;
    padding: 10px 20px;
  }
  .index .ib .num_box .num_text {
    margin-top: 5px;
  }
  .index .ib .mySwiper1::before {
    width: 100%;
  }
  .index .id::before {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 24px;
  }
  .index .ie .new_text {
    margin-top: 8px !important;
  }
  .index .ie .r_box figure {
    padding: 15px 6%;
    margin-top: 20px;
  }
  .index .if .btb_l::before {
    font-size: 70px;
    line-height: 90px;
    bottom: 35%;
  }
  .pub3 .pub3_text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .pub3 .swiper-slide {
    padding: 15px 20px;
  }
  .to .to_container .text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .to .to_container figure {
    padding: 15px 20px;
  }
  .pubbuttonBox a {
    width: 170px;
    min-height: 42px;
  }
  .tt .tt1 {
    align-items: center;
  }
  .tt .tt1 .pic-list {
    height: 82%;
    top: 50%;
    transform: translateY(-50%);
  }
  .tt .tt1 .list-item {
    margin-bottom: 5%;
  }
  .tt .tt1_l {
    margin-left: 30px;
    padding: 5px 0px 10px;
  }
  .tt .tt1_l .product_bt {
    font-size: 22px;
    line-height: 30px;
  }
  .tt .tt1_l .product_text {
    margin-top: 10px;
  }
  .tt .tt1_l .share_box {
    margin-top: 20px;
  }
  .tt .tt1_l .buttonBox a {
    margin-top: 8px;
  }
  .tt .anchors .l_box {
    font-size: 18px;
  }
  .tt .anchors .l_box a {
    padding: 10px 5px;
    margin-left: 75px;
  }
  .tt .tt2 .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .tt .anchors1 .xbt,
  .tt .anchors1 em {
    font-size: 20px;
    line-height: 28px;
  }
  .tt .anchors1 .text {
    margin-top: 10px;
  }
  .tth .tth1 .btb_l .buttonBox span {
    width: 56px;
    height: 56px;
  }
  .tth .tth1 .num_bt {
    font-size: 32px;
    line-height: 36px;
  }
  .tth .tth1 .num_box figure {
    width: 30.4%;
    margin-left: 4.4%;
  }
  .tth .tth2 .c1 {
    padding-top: 15px;
  }
  .tth .tth2 .text1 {
    margin-top: 25px;
  }
  .tth .tth4 .text {
    margin-top: 25px;
  }
  .tth .tth5 .xbt {
    font-size: 18px;
  }
  .fut .fut1 .xbt {
    font-size: 26px;
    line-height: 32px;
  }
  .fut .fut1 .text {
    margin-top: 15px;
  }
  .fut .fut2 .swiper-slide {
    align-items: center;
  }
  .fut .fut2 .profuct_n {
    font-size: 26px;
    line-height: 32px;
  }
  .fut .fut2 .xbt {
    margin-top: 5px;
  }
  .fut .fut2 .text {
    margin-top: 15px;
  }
  .fut .fut2 .button {
    margin-top: 20px;
  }
  .fo .fo1 figure {
    align-items: center;
  }
  .fo .fo1 .profuct_n {
    font-size: 26px;
    line-height: 32px;
  }
  .fo .fo1 .xbt {
    margin-top: 5px;
  }
  .fo .fo1 .text {
    margin-top: 15px;
  }
  .fo .fo1 .button {
    margin-top: 20px;
  }
  .so .so1 .box .bt {
    font-size: 26px;
    line-height: 32px;
  }
  .so .so1 .box .text {
    margin-top: 10px;
  }
  .so .so1 .box1 {
    padding: 30px 20px;
  }
  .so .so1 .f_name {
    font-size: 18px;
    margin-top: 15px;
  }
  .so .so1 .f_text {
    line-height: 22px;
    margin-top: 8px;
  }
  .sth .sth_menu {
    font-size: 26px;
  }
  .sth .sth_menu a {
    margin-right: 60px;
  }
  .sth .sth_menu a:hover {
    font-size: 32px;
    line-height: 42px;
  }
  .sth .sth_menu .active {
    font-size: 32px;
    line-height: 42px;
  }
  .sf .sf1 span {
    line-height: 25px;
  }
  .seo .seo1 .blue_bt {
    margin-top: 20px;
  }
  .seo .seo1 .text {
    margin-top: 20px;
  }
  .seo .seo1 .xbt {
    font-size: 26px;
    line-height: 32px;
    margin-top: 70px;
  }
  .seo .form_box form p {
    margin-top: 15px;
  }
  .seo .form_box form .yzm span {
    right: 3px;
  }
  .seo .seo2 .figure_top {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
  }
  .seo .seo2 .figure_top i {
    font-size: 24px;
  }
  .seo .seo2 .ul_box {
    padding: 15px 20px;
    min-height: 285px;
  }
  .seo .seo2 .ul_box li {
    margin-top: 15px;
  }
  .pub4 .btb_l::before {
    font-size: 42px;
    line-height: 42px;
    transform: none;
  }
  .pub4 .swiper-slide {
    padding-bottom: 25px;
  }
  .pub4 .text2 {
    margin-top: 8px;
  }
  .pub1 .imgBox {
    padding: calc(49.535% - 32px) 0px;
  }
  .pub1 .imgBox img {
    width: 64px;
  }
  .pub1 .pub_n {
    min-height: 30px;
  padding: 5px 5px;
  }
  html body {
    font-size: 15px;
    line-height: 25px;
  }
  .bannerBox .name {
    font-size: 28px;
    line-height: 32px;
    margin-top: 3px;
  }
  .bannerBox .mbx_text {
    margin-top: 3px;
  }
}

@media screen and (max-width: 1100px){
  .pub1 .pub_n {
    flex: 1;
    position: relative;
    line-height: 18px;
  }
  .pub1 figure{
    flex-direction: column;
    justify-content: initial;
  }
}
@media screen and (max-width: 1300px) {
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu .goTop {
    width: 40px;
    height: 40px;
  }
  .rightMenu > a i,
  .rightMenu > span i,
  .rightMenu .goTop i {
    font-size: 20px;
  }
  .rightMenu .vx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .vx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
}
@media screen and (max-width: 992px) {
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
  }
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu .goTop {
    flex: 1;
    border-radius: 0px;
  }
  .rightMenu > a i,
  .rightMenu > span i,
  .rightMenu .goTop i {
    font-size: 23px;
  }
  .rightMenu .wx {
    position: relative;
  }
  .rightMenu .wx > img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  .rightMenu .ph_box .phone {
    right: auto;
    top: auto;
    transform: none;
    bottom: 100%;
    display: none;
    transition: 0s;
  }
  header {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  header .center {
    display: none;
  }
  header .logoBox {
    width: 115px;
  }
  header .c2 {
    padding-top: 5px;
  }
  .padding_top {
    padding-top: 87.56px;
  }
  .bannerBox .mbx {
    font-size: 14px;
  }
  .bannerBox .name {
    font-size: 24px;
    line-height: 28px;
  }
  .bannerBox .mbx_text {
    font-size: 14px;
  }
  footer .foot_back {
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  footer .ul1,
  footer .ul2 {
    display: none;
  }
  footer .foot_bt {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0px;
  }
  footer .foota_l {
    width: 45%;
  }
  footer .foota_r {
    width: 45%;
  }
  footer .foot_a {
    align-items: center;
  }
  footer .foot_box {
    width: 100%;
  }
  footer .icBox {
    padding-top: 0px;
  }
  footer .foot_b {
    font-size: 13px;
    line-height: 22px;
  }
  html body {
    font-size: 13px;
    line-height: 22px;
  }
  .btb_l {
    width: 100% !important;
  }
  .btb_r {
    width: 100% !important;
    flex: none !important;
  }
  .b_bt {
    font-size: 28px !important;
    line-height: 32px !important;
    text-align: center;
  }
  .index .ia {
    padding-top: 50px;
  }
  .index .ia .xbt {
    font-size: 18px;
    margin-top: 8px;
    line-height: 26px;
    text-align: center;
  }
  .index .ia .btb_r {
    margin-top: 8px;
    line-height: 22px;
  }
  .index .ia figure {
    margin-top: 20px;
    padding: 8px 15px;
  }
  .index .ia .text {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 3px;
  }
  .index .ia .buttonBox {
    margin-top: 30px;
  }
  .index .ia .buttonBox a {
    width: 190px;
    height: 39px;
  }
  .index .swiper_button {
    justify-content: center;
  }
  .index .swiper_button div {
    width: 36px;
    height: 36px;
    margin: 0px 5px !important;
  }
  .index .ib {
    padding-top: 50px;
  }
  .index .ib .btb_l {
    position: relative;
  }
  .index .ib .btb_l::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    line-height: 36px;
  }
  .index .ib .btb_r {
    text-align: center;
    line-height: 22px;
    margin-top: 15px;
  }
  .index .ib .buttonBox {
    margin-top: 8px;
  }
  .index .ib .buttonBox a {
    width: 126px;
    height: 38px;
    margin: auto;
  }
  .index .ib .text {
    line-height: 22px;
  }
  .index .ib .swiper_box {
    width: 100%;
    padding: 15px 28px 15px;
    margin-top: 10px;
  }
  .index .ib .swiper_box::after {
    display: none;
  }
  .index .ib .swiper_button {
    margin-top: 15px;
  }
  .index .ib .img1 {
    position: relative;
    width: calc(100% - 60px);
    margin: 20px auto;
    max-width: 100%;
  }
  .index .ib .num_box {
    width: 200px;
    height: 90px;
  }
  .index .ib .num_box .num_text {
    line-height: 22px;
  }
  .index .buttonBox1 {
    margin-top: 15px !important;
  }
  .index .buttonBox1 a {
    width: 135px;
    height: 38px;
    margin: auto;
  }
  .index .ic {
    padding-top: 50px;
  }
  .index .ic figure {
    padding: 15px 20px;
    background: rgba(6, 7, 8, 0.6);
  }
  .index .ic .l_n {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
  .index .ic .l_text {
    line-height: 22px;
    margin-top: 8px;
  }
  .index .ic .figure_box {
    padding-top: 20px;
  }
  .index .ic .figure_box .buttonBox {
    margin-top: 15px;
    opacity: 1;
  }
  .index .id form .afterBox::before {
    font-size: 16px;
    top: 12px;
  }
  .index .id form input,
  .index .id form textarea {
    font-size: 14px;
  }
  .index .id form textarea {
    height: 93px;
    padding-top: 0px;
  }
  .index .id form .t_j {
    margin-top: 13px;
  }
  .index .id form .t_j input {
    line-height: 40px;
  }
  .index .id form input {
    height: 40px;
  }
  .index .id::before {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 15px;
  }
  .index .ie {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index .ie .xbt {
    text-align: center;
    line-height: 22px;
    margin-top: 8px;
  }
  .index .ie .new_bt {
    font-size: 16px;
    margin-top: 6px;
  }
  .index .ie .new_text {
    line-height: 22px;
  }
  .index .ie .box {
    padding: 15px 5%;
  }
  .index .ie .flex_box {
    margin-top: 30px;
  }
  .index .ie .l_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .index .ie .l_box figure {
    display: block;
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
  }
  .index .ie .l_box figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .index .ie .r_box {
    display: none;
  }
  .index .if .btb_l::before {
    font-size: 50px;
    line-height: 80px;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
  .index .if .btb_r {
    line-height: 22px;
    text-align: center;
  }
  .index .if .sw_box {
    margin-top: 30px;
    padding: 20px 36px;
  }
  .index .if .button {
    top: 50%;
  }
  .pub3 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .pub3 .swiper-slide {
    padding: 8px 15px;
  }
  .pub3 .pub3_text {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 3px;
  }
  .to .to_container {
    padding-top: 50px;
  }
  .to .to_container form {
    padding-top: 15px;
    padding-bottom: 80px;
  }
  .to .to_container .xbt {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
  }
  .to .to_container .btb_r {
    line-height: 22px;
    margin-top: 5px;
  }
  .to .to_container figure {
    margin-top: 20px;
    padding: 8px 15px;
  }
  .to .to_container .text {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 3px;
  }
  .to .to_container .box {
    margin-top: 10px;
  }
  .to .to_container .box a {
    line-height: 22px;
  }
  .tt .tt1 {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tt .tt1 .r_box {
    width: 80%;
  }
  .tt .tt1 .zoomPad {
    cursor: default !important;
  }
  .tt .tt1 .zoomPup {
    display: none !important;
  }
  .tt .tt1 .zoomWindow {
    display: none !important;
  }
  .tt .tt1 .zoomPreload {
    display: none !important;
  }
  .tt .tt1_l {
    flex: none;
    margin-left: 0px;
    padding: 20px 0px 20px;
  }
  .tt .tt1_l .buttonBox {
    justify-content: flex-start;
  }
  .tt .tt1_l .buttonBox a {
    margin: 0px;
    margin-right: 15px;
  line-height: 16px;
  }
  .tt .tt1_l .product_bt {
    font-size: 20px;
    line-height: 26px;
  }
  .tt .anchors .l_box {
    font-size: 16px;
    line-height: 24px;
  }
  .tt .anchors .l_box a {
    margin-left: 30px;
  }
  .tt .tt2 .bt {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .tt .anchors_box {
    margin-top: 50px !important;
  }
  .tt .anchors1 .xbt,
  .tt .anchors1 em {
    font-size: 16px;
    line-height: 24px;
  }
  .tt .anchors1 figure {
    margin-top: 30px !important;
    overflow: hidden;
    display: block;
  }
  .tt .anchors1 figure .imgBox {
    float: left;
    margin-right: 5%;
    margin-left: 0%;
    margin-bottom: 10px;
  }
  .tt .anchors1 figure:nth-of-type(2n) .imgBox {
    float: right;
    margin-right: 0px;
    margin-left: 5%;
    margin-bottom: 10px;
  }
  .tt .anchors1 .text_box {
    flex: none;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tt .anchors3 .buttonBox {
    margin-top: 20px;
  }
  .tt .anchors3 .top {
    font-size: 14px;
    line-height: 22px;
  }
  .tt .anchors3 .ques {
    padding: 10px;
  }
  .tt .tt3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .tt .tt3 .buttonBox a {
    max-width: 100%;
    width: 120px;
    height: 36px;
  }
  .tt .tt3 .sw_box {
    margin-top: 20px;
  }
  .tth .tth1 {
    padding-top: 50px;
  }
  .tth .tth1 .btb_l .buttonBox {
    margin-top: 20px;
  }
  .tth .tth1 .btb_l .buttonBox span {
    margin: auto;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .tth .tth1 .btb_r {
    margin-top: 25px;
  }
  .tth .tth1 .num_box {
    margin-top: 0px;
  }
  .tth .tth1 .num_bt {
    font-size: 26px;
    line-height: 32px;
  }
  .tth .tth1 .imgBox {
    margin-top: 30px;
  }
  .tth .tth1 .bt1 {
    width: 100%;
    margin: 50px auto 0px;
  }
  .tth .swiper_button {
    justify-content: center;
  }
  .tth .swiper_button div {
    width: 36px;
    height: 36px;
    margin: 0px 5px !important;
  }
  .tth .tth2 .tth2_box {
    margin-top: 50px;
  }
  .tth .tth2 .c1 .b_bt {
    text-align: left;
  }
  .tth .tth2 .text1 {
    margin-top: 12px;
  }
  .tth .tth3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .tth .tth3 .swiper_button {
    margin-top: 20px;
  }
  .tth .tth3 .btb_r {
    margin-top: 20px;
  }
  .tth .tth3 .sw_box {
    margin-top: 30px;
  }
  .tth .tth4 .b_bt {
    text-align: left;
  }
  .tth .tth4 .text {
    margin-top: 8px;
  }
  .tth .tth5 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .tth .tth5 .logo img {
    width: 40px;
  }
  .tth .tth5 .xbt {
    font-size: 16px;
    margin-top: 8px;
  }
  .tth .tth5 .text {
    margin-top: 8px;
  }
  .tth .tth5 figure {
    margin-top: 25px;
  }
  .fut .fut1 {
    padding-bottom: 50px;
  }
  .fut .fut1 .xbt {
    font-size: 18px;
    line-height: 28px;
  }
  .fut .fut1 .text {
    margin-top: 8px;
  }
  .fut .swiper_button {
    justify-content: center;
  }
  .fut .swiper_button div {
    width: 36px;
    height: 36px;
    margin: 0px 5px !important;
  }
  .fut .fut2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .fut .fut2 .sw_box {
    margin-top: 20px;
  }
  .fut .fut2 .profuct_n {
    font-size: 18px;
    line-height: 28px;
  }
  .fut .fut2 .text {
    margin-top: 10px;
  }
  .fut .fut2 .button {
    margin-top: 10px;
  }
  .fut .fut2 .xbt,
  .fut .fut2 .button {
    font-size: 16px;
    line-height: 24px;
  }
  .fut .fut2 .r_box {
    margin-left: 30px;
  }
  .fut .fut2 .swiper_button {
    left: calc(38.857% + 30px);
  }
  .fo .fo_menu {
    margin-top: 30px;
  }
  .fo .fo_menu a {
    height: 42px;
  }
  .fo .fo1 .sw_box {
    margin-top: 20px;
  }
  .fo .fo1 .profuct_n {
    font-size: 18px;
    line-height: 28px;
  }
  .fo .fo1 .text {
    margin-top: 10px;
  }
  .fo .fo1 .button {
    margin-top: 10px;
  }
  .fo .fo1 .xbt,
  .fo .fo1 .button {
    font-size: 16px;
    line-height: 24px;
  }
  .fo .fo1 figure:nth-of-type(odd) .r_box {
    margin-left: 30px;
  }
  .fo .fo1 figure:nth-of-type(even) .r_box {
    margin-right: 30px;
  }
  .fo .fo1 figure {
    margin-top: 20px;
  }
  .fo .fo1 .PageNumber {
    margin-top: 30px;
  }
  .fo .fo1 .r_box {
    padding: 15px 0px;
  }
  .ft .ft1 {
    padding-top: 50px;
  }
  .ft .ft1 strong {
    font-size: 16px;
    line-height: 22px;
  }
  .ft .ft1 em::before {
    top: 8px;
  }
  .so .so1 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .so .so1 .box {
    margin-top: 30px;
  }
  .so .so1 .box .bofangBox {
    width: 70px;
  }
  .so .so1 .box .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .so .so1 .box .text {
    margin-top: 8px;
  }
  .so .so1 .figure_box {
    padding-top: 20px;
  }
  .so .so1 .f_name {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    min-height: 44px;
  }
  .so .PageNumber {
    margin-top: 30px;
  }
  .st .st1 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .st .st1 .buttonBox a {
    max-width: 100%;
    width: 120px;
    height: 36px;
  }
  .st .st1 figure {
    margin-top: 20px;
  }
  .st .st_menu {
    margin-top: 15px;
  }
  .st .st_menu a {
    min-height: 46px;
    line-height: 20px;
  }
  .st .img_name {
    line-height: 20px;
    padding: 10px 5px 0px;
    text-align: center;
  }
  .st .PageNumber {
    margin-top: 40px;
  }
  .sth .sth_menu a {
    font-size: 22px;
    line-height: 32px;
  }
  .sth .sth_menu a:hover {
    font-size: 28px;
  }
  .sth .sth_menu .active {
    font-size: 28px;
  }
  .sth .sth1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .sth .PageNumber {
    margin-top: 60px;
  }
  .sth .sth1 .text_box {
    padding: 0px;
    margin-left: 20px;
  }
  .sth .sth1 .l_box {
    margin-right: 30px;
  }
  .sth .figure_name {
    font-size: 15px;
  }
  .sth .figure_text {
    line-height: 20px;
    margin-top: 5px;
  }
  .sfu .sfu1 {
    padding-top: 50px;
  }
  .sfu .sfu1 .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .sfu .sfu1 .rq {
    font-size: 14px;
    line-height: 24px;
  }
  .sfu .sfu1 .rq_share {
    margin-top: 15px;
  }
  .sfu .sfu1 .text_box {
    padding: 25px 0px;
  }
  .sf .sf1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .sf .sf1 span {
    font-size: 14px;
    line-height: 20px;
  }
  .sf .sf1 figure {
    margin-top: 25px;
  }
  .seo .seo1 {
    justify-content: center;
  }
  .seo .seo1 .l_box {
    flex: none;
    margin-right: 0px;
    padding-top: 0px;
    text-align: center;
  }
  .seo .seo1 .blue_bt {
    margin-top: 5px;
  }
  .seo .seo1 .text {
    margin-top: 8px;
  }
  .seo .seo1 .xbt {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
  .seo .form_box {
    width: 80%;
  }
  .seo .form_box form input,
  .seo .form_box form textarea {
    font-size: 13px;
  }
  .seo .form_box form input {
    height: 48px;
  }
  .seo .form_box form textarea {
    height: 120px;
  }
  .seo .form_box form .buttonBox input {
    height: 48px;
    font-size: 13px;
    line-height: 46px;
  }
  .seo .form_box form .yzm input {
    height: 48px;
  }
  .seo .seo2 {
    margin-top: 50px;
  }
  .seo .seo2 .content {
    flex-wrap: wrap;
  }
  .seo .seo2 figure {
    margin-top: 20px;
    width: 48%;
    margin-left: 4%;
    transform: none;
  }
  .seo .seo2 figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .seo .seo2 .ul_box {
    min-height: auto;
  }
  .seo .seo2 .ul_box li {
    margin-top: 8px;
  }
  .pub_page {
    padding-bottom: 80px;
  }
  .pub_page .icon {
    width: 36px;
    height: 36px;
  }
  .pub_page .prompt {
    font-size: 16px;
    line-height: 24px;
  }
  .pub4 {
    padding-top: 50px;
  }
  .pub4 .btb_l {
    position: relative;
  }
  .pub4 .btb_l::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    line-height: 36px;
  }
  .pub4 .swiper_button {
    justify-content: center;
  }
  .pub4 .swiper_button div {
    width: 36px;
    height: 36px;
    margin: 0px 5px !important;
  }
  .pub4 .btb_r {
    text-align: center;
    line-height: 22px;
    margin-top: 15px;
  }
  .pub4 .buttonBox {
    margin-top: 8px;
  }
  .pub4 .text2 {
    line-height: 22px;
  }
  .pub4 .swiper_box {
    width: 100%;
    padding: 15px 28px 15px;
    margin-top: 10px;
  }
  .pub4 .swiper_box::before {
    width: 30px;
  }
  .pub4 .swiper_box::after {
    display: none;
  }
  .pub4 .swiper-slide {
    padding-right: 20px;
  }
  .pub1 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .pub1 .buttonBox {
    margin-top: 30px;
  }
  .pub1 .buttonBox a {
    width: 178px;
    height: 39px;
  }
  .pub1 .figure_box {
    padding-top: 0px;
  }
  .pub1 figure {
    width: 22%;
    margin-left: 4% !important;
    margin-top: 20px;
  }
  .pub1 figure:nth-of-type(4n+1) {
    margin-left: 0px !important;
  }
  .pubbuttonBox a {
    width: 126px;
    min-height: 38px;
    margin: auto;
  }
  .pub2 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .pub2 .buttonBox {
    margin-top: 8px;
  }
  .pub2 .buttonBox a {
    width: 126px;
    height: 38px;
    margin: auto;
  }
  .PageNumber a {
    width: 30px !important;
    line-height: 28px !important;
  }
  .PageNumber input {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .wx > img {
    bottom: 100%;
    transform: none;
    left: 0%;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .b_bt {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .index .ban .item .page {
    width: 170px;
    height: 32px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .index .ban .page_number {
    font-size: 14px;
  }
  .index .ban .page_distance {
    width: 25px;
    margin: 0px 10px;
  }
  .index .ban .banner .slick-arrow {
    left: 140px;
    bottom: 16px;
    font-size: 12px;
  }
  .index .ban .banner .slick-prev {
    transform: translateX(-30px);
  }
  .index .ia {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .ia .xbt {
    font-size: 16px;
    margin-top: 3px;
    line-height: 24px;
  }
  .index .ia figure {
    width: 32%;
    margin-left: 2% !important;
  }
  .index .ia figure:nth-of-type(3n+1) {
    margin-left: 0px !important;
  }
  .index .ib {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .index .ib .btb_l::before {
    font-size: 26px;
    line-height: 24px;
  }
  .index .ib .buttonBox a {
    width: 122px;
    height: 36px;
  }
  .index .ib .btb_r {
    padding-bottom: 0px;
  }
  .index .ib .logo {
    width: 40px;
  }
  .index .ib .swiper-slide {
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .index .ib .swiper_box {
    margin-top: 25px;
  }
  .index .ib .num_box {
    width: 175px;
    height: 84px;
  }
  .index .ib .img1 {
    width: calc(100% - 40px);
  }
  .index .ic .l_n {
    font-size: 16px;
    margin-top: 8px;
  }
  .index .ic .logo {
    width: 42px;
  }
  .index .ic figure {
    width: 48%;
    margin-left: 4% !important;
  }
  .index .ic figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .id {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .id::before {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 10px;
  }
  .index .id form {
    padding-top: 0px;
  }
  .index .ie {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .ie .flex_box {
    margin-top: 20px;
  }
  .index .if {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .index .if .btb_l::before {
    font-size: 36px;
    line-height: 36px;
  }
  .index .if .sw_box {
    margin-top: 20px;
  }
  .to .to_container {
    padding-top: 30px;
  }
  .to .to_container figure {
    width: 32%;
    margin-left: 2% !important;
  }
  .to .to_container figure:nth-of-type(3n+1) {
    margin-left: 0px !important;
  }
  .to .to_container form {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .tt .anchors .l_box {
    font-size: 14px;
  }
  .tt .anchors .l_box a {
    margin-left: 20px;
  }
  .tt .anchors .buttonBox {
    margin-left: 30px;
  }
  .tt .anchors_box {
    margin-top: 30px !important;
  }
  .tt .swiper_button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .tt .swiper_button div {
    position: relative;
    top: 0px;
    transform: none;
    left: auto;
    right: auto;
    width: 32px;
    height: 32px;
    margin: 0px 5px;
  }
  .tt .anchors1 .text1_box {
    margin-top: 25px;
  }
  .tt .anchors1 .video_box {
    margin-top: 25px;
  }
  .tt .anchors1 .sw_box {
    margin-top: 25px;
  }
  .tt .anchors2 .table {
    margin-top: 20px;
  }
  .tt .anchors3 .buttonBox {
    margin-top: 10px;
  }
  .tt .anchors3 .faq_box {
    padding-top: 0px;
  }
  .tt .anchors3 .faq_box .box {
    width: 100%;
  }
  .tt .anchors3 .bottom {
    padding: 8px 20px 0px 56px;
  }
  .tt .anchors4 .text_box {
    margin-top: 20px;
  }
  .tt .tt2 {
    padding-bottom: 40px;
  }
  .tt .tt3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tth .tth1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .tth .tth1 .btb_l .buttonBox {
    display: none;
  }
  .tth .tth1 .btb_r {
    margin-top: 15px;
  }
  .tth .tth1 .num_bt {
    font-size: 20px;
    line-height: 26px;
  }
  .tth .tth1 .num_text {
    margin-top: 0px;
  }
  .tth .tth1 .bt1 {
    margin: 30px auto 0px;
  }
  .tth .tth1::before {
    width: 26px;
    height: 26px;
  }
  .tth .tth2 {
    padding-top: 30px;
  }
  .tth .tth2 .tth2_box {
    margin-top: 25px;
  }
  .tth .tth2 .c1 {
    padding-top: 0px;
  }
  .tth .tth2 .text1 {
    margin-top: 5px;
  }
  .tth .tth3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tth .tth4 {
    justify-content: center;
    padding-bottom: 40px;
  }
  .tth .tth4 .b_bt {
    text-align: center;
  }
  .tth .tth4 .l_box {
    width: 100%;
  }
  .tth .tth4 .imgBox {
    margin-top: 20px;
    width: 80%;
  }
  .tth .tth5 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tth .tth5 .figure_box {
    padding-top: 10px;
  }
  .tth .tth5 .xbt {
    font-size: 14px;
    line-height: 22px;
  }
  .fut .fut1 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .fut .fut1 figure {
    margin-top: 20px;
  }
  .fut .fut2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .fut .fut2 .imgBox {
    width: 80%;
  }
  .fut .fut2 .swiper-slide {
    justify-content: center;
  }
  .fut .fut2 .xbt,
  .fut .fut2 .button {
    font-size: 14px;
    line-height: 22px;
  }
  .fut .fut2 .r_box {
    margin-top: 15px;
    flex: none;
    padding-bottom: 25px;
    margin-left: 0px;
  }
  .fut .fut2 .swiper_button {
    position: relative;
    left: 0;
  }
  .fo .fo_menu {
    margin-top: 20px;
  }
  .fo .fo_menu a {
    width: 48%;
    margin-left: 4%;
    margin-top: 10px;
    line-height: 18px;
  }
  .fo .fo_menu a:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .fo .fo1 {
    padding-bottom: 40px;
  }
  .fo .fo1 .imgBox {
    width: 80%;
  }
  .fo .fo1 figure {
    justify-content: center;
  }
  .fo .fo1 .xbt,
  .fo .fo1 .button {
    font-size: 14px;
    line-height: 22px;
  }
  .fo .fo1 .r_box {
    margin-top: 15px;
    flex: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .fo .PageNumber {
    margin-top: 0px !important;
  }
  .so .so1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .so .so1 .box {
    margin-top: 20px;
    flex-direction: column;
  }
  .so .so1 .box .imgBox {
    width: 100%;
  }
  .so .so1 .box .bofangBox {
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .so .so1 .box1 {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 15px 8px;
  }
  .so .so1 .figure_box figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 15px;
  }
  .so .so1 .figure_box figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .so .so1 .figure_box figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .st .st1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .st .st1 figure {
    width: 32%;
    margin-left: 2%;
    margin-top: 15px;
  }
  .st .st1 figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .st .st1 figure:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  .st .st_menu a {
    width: 33.3333%;
  }
  .st .st_menu a:nth-of-type(3n+1) {
    border-bottom-left-radius: 6px;
  }
  .st .st_menu a:nth-of-type(3n) {
    border-top-right-radius: 6px;
  }
  .st .st_menu a:nth-last-of-type(1) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
  }
  .st .PageNumber {
    margin-top: 25px;
  }
  .ft .ft1 .l_box,
  .ft .ft1 .r_box {
    width: 100%;
  }
  .ft .ft1 .r_box {
    margin-top: 25px;
  }
  .sth .sth_menu {
    line-height: 28px;
  }
  .sth .sth_menu a {
    font-size: 18px;
    margin-right: 20px;
  }
  .sth .sth_menu a::before {
    height: 2px;
  }
  .sth .sth_menu a:hover {
    font-size: 20px;
    line-height: 28px;
  }
  .sth .sth_menu .active {
    font-size: 20px;
    line-height: 28px;
  }
  .sth .sth1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .sth .sth1 figure {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .sth .sth1 .buttonBox {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .sth .sth1 .l_box {
    flex: none;
    margin-right: 0px;
  }
  .sth .figure_box {
    padding-top: 0px;
  }
  .sth .PageNumber {
    margin-top: 20px;
  }
  .sfu .sfu1 {
    padding-top: 20px;
  }
  .sfu .sfu1 .share_box {
    margin-left: 20px;
  }
  .sfu .sfu1 .rq_share {
    margin-top: 8px;
  }
  .sf .sf1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .sf .sf1 .r_box,
  .sf .sf1 .l_box {
    width: 100%;
  }
  .sf .sf1 figure {
    margin-top: 15px;
  }
  .sf .PageNumber {
    margin-top: 20px;
  }
  .seo .seo1 {
    padding-top: 20px;
  }
  .seo .seo1 .blue_bt {
    font-size: 14px;
  }
  .seo .seo1 .text {
    margin-top: 5px;
    line-height: 20px;
  }
  .seo .seo1 .xbt {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
  .seo .seo1 .xbt::before {
    display: none;
  }
  .seo .form_box form {
    padding-top: 10px;
  }
  .seo .form_box form input {
    height: 40px;
  }
  .seo .form_box form textarea {
    height: 100px;
    padding-top: 0px;
  }
  .seo .form_box form .yzm {
    width: 100%;
  }
  .seo .form_box form .buttonBox {
    width: 100%;
  }
  .seo .seo2 {
    margin-top: 30px;
  }
  .seo .seo2 .figure_top {
    font-size: 13px;
    line-height: 22px;
    padding: 10px 15px;
  }
  .seo .seo2 .figure_top i {
    font-size: 18px;
  }
  .seo .seo2 .ul_box {
    padding: 10px 15px;
    line-height: 22px;
  }
  .pub_page {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .pub_page .page_l,
  .pub_page .page_r {
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
  }
  .pub_page .page_r {
    flex-direction: row;
    text-align: left;
  }
  .pub_page .page_r .icon {
    margin-left: 0px;
  }
  .pub_page .prompt {
    font-size: 14px;
    line-height: 22px;
  }
  .pub_page .icon {
    width: 32px;
    height: 32px;
    margin-right: 8px !important;
  }
  .pub1 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub1 .buttonBox {
    margin-top: 10px !important;
  }
  .pub1 figure {
    width: 32%;
    margin-left: 2% !important;
  }
  .pub1 figure:nth-of-type(4n+1) {
    margin-left: 2% !important;
  }
  .pub1 figure:nth-of-type(3n+1) {
    margin-left: 0% !important;
  }
  .pub2 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub2 .buttonBox a {
    width: 120px;
    height: 36px;
  }
  .pub3 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub3 .sw_box {
    margin-top: 8px;
  }
  .pub3 .swiper_button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .pub3 .swiper_button div {
    position: relative;
    top: 0px;
    transform: none;
    left: auto;
    right: auto;
    width: 32px;
    height: 32px;
    margin: 0px 5px;
  }
  .pubbuttonBox a {
    width: 160px;
    min-height: 36px;
    margin: auto;
  }
  .pub4 {
    padding-top: 30px;
  }
  .pub4 .btb_l::before {
    font-size: 26px;
    line-height: 24px;
  }
  .pub4 .btb_r {
    padding-bottom: 0px;
  }
  .pub4 .logo {
    width: 40px;
  }
  .pub4 .swiper_button {
    margin-top: 10px;
  }
  .pub4 .swiper_button div {
    position: relative;
    transform: none;
    right: auto !important;
    left: auto !important;
  }
  .pub4 .swiper-slide {
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .pub4 .swiper_box {
    margin-top: 25px;
  }
  .PageNumber {
    flex-wrap: wrap;
    margin-top: 20px !important;
    padding-left: 0px;
  }
  .PageNumber div {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .PageNumber div::before {
    display: none;
  }
  .PageNumber a {
    width: 26px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .PageNumber input {
    font-size: 14px;
  }
  header .c1l {
    display: none;
  }
  footer .foot_back {
    padding-top: 30px;
  }
  footer .foot_i1 {
    top: -15px;
  }
  footer .foot_bt {
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
  }
  footer .foot_bt::before {
    display: none;
  }
  footer .foot_a {
    padding-left: 0px;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  footer .foota_l {
    width: 100%;
  }
  footer .foota_r {
    width: 100%;
  }
  footer form {
    padding-top: 0px;
  }
  footer form p {
    margin-top: 8px;
  }
  footer form .t_j {
    margin-top: 15px;
  }
  footer form .t_j input {
    margin: auto;
    width: 270px;
    height: 30px;
    line-height: 28px;
  }
  footer .icBox {
    padding-top: 8px;
    justify-content: center;
  }
  footer .icBox a {
    width: 32px;
    height: 32px;
  }
  footer .icBox a i {
    font-size: 16px;
  }
  footer .foot_b {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer .foot_b p {
    width: 100%;
    margin-top: 8px;
  }
  .margin_top {
    margin-top: 68px;
  }
  .bannerBox {
    display: none;
  }
  .mbx {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .logoBox {
    width: 108px;
  }
  .padding_top {
    padding-top: 85.27px;
  }
  .index .ia figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .index .ia figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .ib .swiper_box {
    padding: 8px 12px;
  }
  .index .ib .swiper_box::before {
    width: 13px;
  }
  .index .ic figure {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .index .id form .l_box,
  .index .id form .r_box {
    width: 100%;
    margin-top: 0px !important;
  }
  .index .id form p,
  .index .id form div {
    margin-top: 8px !important;
  }
  .index .ie .l_box figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .to .to_container figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .to .to_container figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .tt .tt1 .r_box {
    width: 100%;
  }
  .tt .tt1 .pic-list {
    height: 76%;
  }
  .tt .tt1 .pic-small {
    margin-left: 10px;
  }
  .tt .tt1 .pic-btn {
    font-size: 14px;
    height: 16px;
  }
  .tt .anchors .l_box {
    width: 100%;
    flex: none;
  }
  .tt .anchors .content {
    flex-wrap: wrap;
  }
  .tt .anchors .buttonBox {
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
  }
  .tt .anchors .buttonBox a {
    margin: auto;
  }
  .tt .anchors1 figure .imgBox {
    width: 100%;
    float: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tth .tth1 .num_box figure {
    width: auto;
    min-width: 50%;
    padding-right: 20px;
    margin-left: 0px !important;
  }
  .tth .tth2 .imgBox {
    width: calc(100% - 40px);
    margin: auto;
    float: none;
  }
  .tth .tth2 .c1 {
    padding-top: 15px;
  }
  .tth .tth4 .imgBox {
    width: 90%;
  }
  .tth .tth5 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .fut .fut1 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .fut .fut2 .imgBox {
    width: 100%;
  }
  .fo .fo1 .imgBox {
    width: 100%;
  }
  .so .so1 .figure_box figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .st .st1 figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .st .st1 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .st .st_menu a {
    width: 50%;
    border-left: 1px solid #E3E4E5;
  }
  .st .st_menu a:nth-of-type(2) {
    border-top-right-radius: 6px;
  }
  .st .st_menu a:nth-of-type(3) {
    border-top-right-radius: 0px;
  }
  .st .st_menu a:nth-of-type(3n+1) {
    border-bottom-left-radius: 0px;
  }
  .st .st_menu a:nth-of-type(5) {
    border-bottom-left-radius: 6px;
  }
  .sth .sth1 .l_box {
    flex-wrap: wrap;
  }
  .sth .sth1 .imgBox {
    max-width: 100%;
  }
  .sth .sth1 .text_box {
    flex: none;
    margin-left: 0px;
    margin-top: 15px;
  }
  .sfu .sfu1 .rq_share {
    flex-wrap: wrap;
  }
  .sfu .sfu1 .rq {
    width: 100%;
    text-align: center;
  }
  .sfu .sfu1 .share_box {
    width: 100%;
    margin-top: 8px;
    margin-left: 0px;
    justify-content: center;
  }
  .seo .form_box {
    width: 100%;
  }
  .seo .form_box form .half {
    width: 100%;
  }
  .seo .seo2 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .pub4 .swiper_box {
    padding: 8px 12px;
  }
  .pub4 .swiper_box::before {
    width: 13px;
  }
  .pub1 figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .pub1 figure:nth-of-type(4n+1),
  .pub1 figure:nth-of-type(3n+1) {
    margin-left: 2% !important;
  }
  .pub1 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') 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";
  font-display: swap;
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1705304371302') format('woff2'), url('../fonts/iconfont.woff?t=1705304371302') format('woff'), url('../fonts/iconfont.ttf?t=1705304371302') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-flickr:before {
  content: "\eac7";
}
.icon-chuanzhen:before {
  content: "\e64c";
}
.icon-xiaoren:before {
  content: "\e73b";
}
.icon-facebook-fill:before {
  content: "\e88d";
}
.icon-vk1:before {
  content: "\e7a8";
}
.icon-search:before {
  content: "\e6aa";
}
.icon-xiangshang1:before {
  content: "\e62c";
}
.icon-xiangshang:before {
  content: "\e66b";
}
.icon-xiangxia1:before {
  content: "\e66c";
}
.icon-fasong:before {
  content: "\e627";
}
.icon-xiangshang4-copy:before {
  content: "\ecdd";
}
.icon-xiangshang4:before {
  content: "\e795";
}
.icon-tiktok:before {
  content: "\ecdc";
}
.icon-icon_TikTok-square:before {
  content: "\e626";
}
.icon-guge:before {
  content: "\e65c";
}
.icon-a-dianhua2:before {
  content: "\eb3c";
}
.icon-wodekefu:before {
  content: "\e68b";
}
.icon-huidaodingbu:before {
  content: "\e669";
}
.icon-duihao:before {
  content: "\eaf1";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-jiantou_xiangzuo:before {
  content: "\eb0a";
}
.icon-jiantou_qiehuanzuo2:before {
  content: "\eb06";
}
.icon-jiantou_qiehuanyou:before {
  content: "\e623";
}
.icon-shijian1:before {
  content: "\e61f";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-weixin:before {
  content: "\e619";
}
.icon-dizhi2:before {
  content: "\e61d";
}
.icon-homepage_fill:before {
  content: "\e702";
}
.icon-shujuzhiliang:before {
  content: "\e618";
}
.icon-Tags:before {
  content: "\e667";
}
.icon-dianhua3:before {
  content: "\e693";
}
.icon-tubiaoku03:before {
  content: "\e617";
}
.icon-15fenzhongxiangying:before {
  content: "\e692";
}
.icon-zuanshi_o:before {
  content: "\eb70";
}
.icon-yanfa:before {
  content: "\e632";
}
.icon-zhengshu:before {
  content: "\e66e";
}
.icon-changjiantou-copy-copy-copy:before {
  content: "\e60d";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-WeChat:before {
  content: "\e62f";
}
.icon-zhiding:before {
  content: "\e704";
}
.icon-skype2:before {
  content: "\ea04";
}
.icon-email2:before {
  content: "\e634";
}
.icon-whatsapp2:before {
  content: "\e60e";
}
.icon-jiantou_qiehuanzuo1:before {
  content: "\e6eb";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-biaoqian1:before {
  content: "\e629";
}
.icon-feiji:before {
  content: "\e6ae";
}
.icon-xiazai:before {
  content: "\e64b";
}
.icon-home1:before {
  content: "\e60b";
}
.icon-kehuishouwu-bolilei:before {
  content: "\e63f";
}
.icon-dianhua2:before {
  content: "\e61c";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-sanjiaoleft-copy:before {
  content: "\eb8e";
}
.icon-sanjiaoleft:before {
  content: "\e609";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.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-jiantou-copy:before {
  content: "\eb91";
}
.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";
}


 .mbx span{
    margin: 0px 3px;
  }
  footer .keywords span,
  footer .keywords a{
  margin-right: 5px;
  }
  footer .fotb_box{
    flex: 1;
    margin-right: 30px;
  }
  @media screen and (max-width: 992px) {
    footer .keywords {
    display: none;
  }
  }



  .PageNumber .big{
    width: 129px;
  }
  
  .verify_img {
        position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

