@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%;
}
html body {
  min-height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Raleway-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  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: 9999;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span,
.rightMenu > div {
  border-radius: 6px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #dfdfdf;
}
.rightMenu > a a,
.rightMenu > span a,
.rightMenu > div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightMenu > a i,
.rightMenu > span i,
.rightMenu > div i {
  font-size: 21px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover,
.rightMenu > div:hover {
  background-color: #e62129;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i,
.rightMenu > div:hover i {
  color: #fff;
}
.rightMenu > a:nth-of-type(1) i {
  font-size: 23px;
}
.rightMenu .goTop > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .goTop > a i {
  font-size: 22px;
}
.rightMenu .wx {
  cursor: pointer;
  position: relative;
}
.rightMenu .wx > img {
  display: none;
  position: absolute;
  right: 100%;
}
@media screen and (min-width: 992px) {
  .rightMenu .wx:hover > img {
    display: block;
  }
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #e62129;
  right: 2.5%;
  top: 22px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.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: 9999999;
  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 22px;
  padding-left: 10px;
  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;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 20px;
  }
}
#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%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
.buttonBox a,
.buttonBox span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  background-color: #e62129;
  border: 1px solid #e62129;
  border-radius: 4px;
  color: #fefefe;
  font-family: 'Raleway-Bold';
  cursor: pointer;
}
.buttonBox a:hover,
.buttonBox span:hover {
  background: #fff;
  color: #e62129;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  max-width: 1920px;
  transition: 0.3s;
  background-color: #fff;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .logoBox {
  width: 44px;
  flex-shrink: 0;
  padding-bottom: 3px;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  font-family: 'Raleway-Bold';
  color: #e62129 !important;
}
header .menuOne.menuactive > a {
  font-family: 'Raleway-Bold';
  color: #e62129 !important;
}
header .menuOne {
  font-family: 'Raleway-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  margin-right: 29px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 37px 0px;
}
header .menuOne > a::before {
  content: attr(title);
  font-family: 'Raleway-Bold';
  display: block;
  height: 0px;
  visibility: hidden;
}
header .menuOne > a:hover {
  font-family: 'Raleway-Bold';
  color: #e62129 !important;
}
header .menuOne .active > a {
  color: #fff;
  background: #e62129;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #e62129;
}
header .lastOne {
  margin-right: 57px !important;
}
header .head_boxl {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 27px;
}
header .sousuo {
  position: relative;
  margin-right: 34px;
  padding-top: 2px;
}
header .sousuo i {
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  display: none;
}
header .sousuo i:hover {
  color: #e62129;
}
header .sousuo form {
  overflow: hidden;
  height: 37px;
  width: 240px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  background-color: #ffffff;
}
header .sousuo form input:nth-of-type(1) {
  width: 100%;
  height: 37px;
  font-family: 'Raleway-Regular';
  line-height: 37px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  background: none;
  padding-right: 50px;
}
header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
  color: #999;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 37px;
  font-size: 18px;
  background: none;
  position: absolute;
  right: 10px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #e62129;
}
header .ul1 {
  left: -10px;
  top: 100%;
  background: #fff;
}
header .ul {
  min-width: 173px;
  position: absolute;
  display: none;
}
header .menuTwo:nth-of-type(1) {
  margin-top: 0px;
}
header .menuTwo {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .menuTwo a {
  color: #333;
  display: block;
  padding: 6px 20px 2px;
  white-space: nowrap;
}
header .menuTwo a:hover {
  color: #fff;
  background: #e62129;
}
header .ul2 {
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul2 div {
  background: #fff;
}
header .ul3 {
  left: 100%;
  padding-left: 5px;
  top: 0;
}
header .ul3 div {
  background: #fff;
}
header .buttonBox {
  margin-right: 34px;
}
header .buttonBox a {
font-family: Raleway-Regular;
  width: 130px;
  height: 40px;
  background-color: #e62129;
  border-radius: 4px;
  border: 1px solid #e62129;
  color: #fefefe;
}
header .buttonBox a:hover {
  color: #e62129;
  background: #fefefe;
}
header .icon {
  margin-left: 25px;
}
header .icon i {
  font-size: 26px;
  color: #fff;
}
header .icon i:hover {
  color: #fda533;
}
header .head_boxr {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
header .lang {
  position: relative;
  cursor: pointer;
}
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: #e62129;
}
header .lang .lang_box:hover .icon-diqiu {
  color: #e62129;
}
header .lang .lang_box:hover span {
  color: #e62129;
}
header .lang .lang_box .icon-diqiu {
  font-size: 20px;
  color: #999999;
}
header .lang .lang_box .xiangxia {
  font-size: 12px;
  color: #999999;
}
header .lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin: 0px 4px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 105%;
  right: 0px;
  border: 1px solid #e62129;
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
  border-bottom: 1px dashed #e62129;
}
header .lang > ul li a:hover {
  color: #e62129;
}
.b_bt {
  font-family: 'Raleway-Bold';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #212020;
}
.b_bt a {
  color: #212020;
}
.b_bt a:hover {
  color: #e62129;
}
.sw_button div {
  height: 250px;
  width: calc(50% - 727px);
  background: #f7f7f8;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #212020;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
}
.sw_button div:hover {
  background: #e62129;
  color: #fff;
}
.sw_button .left {
  border-radius: 0px 10px 10px 0px;
  justify-content: flex-end;
  padding-right: 1.3%;
  left: 0;
  top: 0;
}
.sw_button .right {
  border-radius: 10px 0px 0px 10px;
  justify-content: flex-start;
  top: 0;
  right: 0;
  padding-left: 1.3%;
}
.sw_button1 {
  display: flex;
}
.sw_button1 div {
  width: 60px;
  height: 60px;
  background-color: #cccccc;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.sw_button1 div:hover {
  background: #e62129;
}
.sw_button1 .right {
  margin-left: 17px;
}
.index .ban .banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}
.index .ban .banner .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.index .ban .banner .slick-arrow:hover {
  background: #fff;
  color: #e62129;
}
.index .ban .banner .slick-prev {
  left: 5.4%;
  cursor: pointer;
}
.index .ban .banner .slick-next {
  right: 5.4%;
  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;
}
.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: 959px) {
  .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;
  max-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: 991px) {
  .index .ban .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index .index2 {
  background: url('../img/index_back1.png') no-repeat center bottom;
  background-size: cover;
  padding-bottom: 134px;
}
.index .index2 .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;
}
.index .index2 .text a:hover {
  color: #e62129;
}
.index .index2 .buttonBox {
  margin-top: 26px;
}
.index .index2 .b_bt {
  color: #e62129;
}
.index .index2 .b_bt a {
  color: #e62129;
}
.index .index2 .b_bt a:hover {
  color: #333;
}
.index .index2 .xbt {
  font-family: 'Raleway-Bold';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #212020;
  margin-top: 3px;
}
.index .index2 .xbt a {
  color: #212020;
}
.index .index2 .xbt a:hover {
  color: #e62129;
}
.index .index2 .index2_l {
  width: 32%;
  padding-top: 16px;
}
.index .index2 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index .index2 .index2_r {
  width: 100%;
  flex: 1;
  margin-left: 19.4%;
  margin-top: -2px;
}
.index .index2 .figure_boxs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 50px;
}
.index .index2 figure {
  width: 23.57%;
  background-color: #ffffff;
  box-shadow: 1px 0px 57px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-left: 1.906666%;
  margin-top: 20px;
  transition: 0.3s;
}
.index .index2 figure:hover {
  box-shadow: 21px 0px 81px 0px rgba(0, 0, 0, 0.1);
}
.index .index2 figure:nth-of-type(4n+1) {
  margin-left: 0px;
}
.index .index2 figure:nth-of-type(even) {
  margin-top: 70px;
}
.index .index2 .name {
  font-family: 'Raleway-SemiBold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #212020;
}
.index .index2 .name a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #212020;
}
.index .index2 .name a:hover {
  color: #e62129;
}
.index .index2 .text1 {
  color: #666;
  line-height: 24px;
  margin-top: 12px;
}
.index .index2 .text1 a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index .index2 .text1 a:hover {
  color: #e62129;
}
.index .index2 .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 28px;
}
.index .index2 .button i {
  width: 25px;
  height: 25px;
  background-color: #e62129;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}
.index .index2 .button a {
  display: flex;
  align-items: center;
  color: #212020;
}
.index .index2 .button a:hover {
  color: #e62129;
  font-family: 'Raleway-Bold';
}
.index .index2 .figure_box {
  padding: 22px 26px 15px;
  min-height: 239px;
}
.index .index1 {
  overflow: hidden;
  transform: translateY(-49%);
  position: relative;
  z-index: 3;
}
.index .index1_box {
  background: #e62129;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  border-top-right-radius: 100px;
  display: flex;
  justify-content: space-between;
  padding-right: 6.2%;
  position: relative;
  padding-top: 43px;
  padding-bottom: 60px;
}
.index .index1_box::before {
  content: '';
  position: absolute;
  background: #e62129;
  width: 50%;
  height: 100%;
  top: 0;
  left: -20%;
  z-index: -1;
}
.index .index1_box figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 21%;
}
.index .index1_box figure:nth-of-type(3) {
  width: 18%;
}
.index .index1_box figure:nth-of-type(4n+1) {
  margin-left: 0px;
}
.index .index1_box .imgBox {
  width: 54px;
}
.index .index1_box .shuzi {
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .index1box_l {
  width: 100%;
  flex: 1;
  margin-right: 20px;
}
.index .index1boxl_t {
  display: flex;
  align-items: flex-end;
}
.index .index1boxl_b {
  margin-top: 1px;
}
.index .index3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 106px;
}
.index .index3 .imgBox {
  width: 60.714%;
  position: relative;
}
.index .index3 .imgBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index .index3 .index3_l {
  width: 100%;
  flex: 1;
  margin-right: 4.5%;
  padding-top: 1.3%;
}
.index .index3 .text {
  color: #666;
  margin-top: 28px;
}
.index .index3 .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.index .index3 .text a:hover {
  color: #e62129;
}
.index .index3 .xbt {
  font-family: 'Raleway-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #212020;
  margin-top: 24px;
}
.index .index3 .xbt a {
  color: #212020;
}
.index .index3 .xbt a:hover {
  color: #e62129;
}
.index .index3 .buttonBox {
  margin-top: 29px;
}
.index .pub1 {
  background: #f7f7f8;
}
.index .index4 {
  padding-top: 87px;
  padding-bottom: 93px;
}
.index .index4 .bt {
  font-family: 'Raleway-Bold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #212020;
  margin-top: 28px;
}
.index .index4 .bt a {
  color: #212020;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .index4 .bt a:hover {
  color: #e62129;
}
.index .index4 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.index .index4 .text {
  line-height: 24px;
  color: #666;
  margin-top: 26px;
}
.index .index4 .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.index .index4 .text a:hover {
  color: #e62129;
}
.index .index4 .sw_box {
  margin-top: 41px;
  position: relative;
}
.index .index5 {
  padding-bottom: 102px;
}
.index .index5 .bt {
  font-family: 'Raleway-SemiBold';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #212020;
}
.index .index5 .bt a {
  color: #212020;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .index5 .bt a:hover {
  color: #e62129;
}
.index .index5 .index5l_box {
  padding: 28px 6% 50px;
}
.index .index5 .index5_box {
  margin-top: 39px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .index5 .figure1 {
  padding: 31px 7.7% 42px;
}
.index .index5 .figure1 .xbt a {
  -webkit-line-clamp: 2;
}
.index .index5 .figure1 .text a {
  -webkit-line-clamp: 2;
}
.index .index5 .figure1 .buttonBox {
  margin-top: 26px;
}
.index .index5 .xbt {
  font-family: 'Raleway-SemiBold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #212020;
  margin-top: 16px;
}
.index .index5 .xbt a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #212020;
}
.index .index5 .xbt a:hover {
  color: #e62129;
}
.index .index5 .text {
  font-family: 'Raleway-SemiBold';
  color: #666;
  margin-top: 13px;
}
.index .index5 .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .index5 .text a:hover {
  color: #e62129;
}
.index .index5 .figure2 {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index .index5 .figure2 .figure_l {
  width: 100%;
  flex: 1;
  margin-right: 13%;
}
.index .index5 figure {
  background-color: #ffffff;
  box-shadow: 28px 0px 81px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 19px 3.2% 34px 7.7%;
}
.index .index5 .buttonBox1 a {
  border: none;
  border-radius: 4px;
  background: #f7f7f7;
  color: #cccccc;
  width: 142px;
  height: 60px;
  font-size: 48px;
}
.index .index5 .buttonBox1 a:hover {
  background: #e62129;
  color: #fff;
}
.index .index5_l {
  width: 50%;
  background-color: #f7f7f7;
  border-radius: 0px 0px 10px 10px;
}
.index .index5_l .time {
  margin-top: 18px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #999999;
  display: flex;
  align-items: center;
}
.index .index5_l .time i {
  font-size: 20px;
  color: #e62129;
  font-weight: bold;
  margin-right: 8px;
}
.index .index5_r {
  width: 100%;
  flex: 1;
  margin-left: 3.1%;
}
.index .index5_r .time {
  color: #212020;
}
.index .index6 {
  background: #e62129;
  padding-top: 68px;
  padding-bottom: 70px;
}
.index .index6 .content {
  display: flex;
  flex-wrap: wrap;
}
.index .index6 .bt {
  width: 100%;
  flex: 1;
  margin-right: 20%;
  font-family: 'Raleway-Bold';
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .index6 .bt a {
  color: #fff;
}
.index .index6 .bt a:hover {
  color: #212020;
}
.index .index6 .buttonBox {
  margin-top: 2px;
}
.index .index6 .buttonBox a {
  background: #fff;
  border: 1px solid #fff;
  color: #e62129;
}
.index .index6 .buttonBox a:hover {
  background: #e62129;
  color: #fff;
}
.pub1 {
  padding-top: 59px;
  padding-bottom: 95px;
}
.pub1 .logo {
  width: 74px;
  height: 74px;
  border: 1px solid #e62129;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pub1 .logo img {
  max-width: 80%;
}
.pub1 .pub1_box4 {
  display: none;
}
.pub1 .pub1_name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #212020;
  text-align: center;
  margin-top: 10px;
}
.pub1 .pub1_name a {
  color: #212020;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub1 .pub1_name a:hover {
  color: #e62129;
}
.pub1 .pub1_box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pub1 .pub1_btbox {
  width: 21%;
  position: relative;
  margin-top: 3.5%;
}
.pub1 .logoBox {
  position: absolute;
  right: 9%;
  bottom: 6%;
}
.pub1 .logoBox img {
  max-width: 100%;
}
.pub1 .pub1_xbt {
  font-family: 'Raleway-SemiBold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #212020;
}
.pub1 .pub1_xbt a {
  color: #212020;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub1 .pub1_xbt a:hover {
  color: #e62129;
}
.pub1 .pub1_box2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.pub1 .pub1_text {
  line-height: 24px;
  color: #666666;
  margin-top: 17px;
}
.pub1 .pub1_text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub1 .pub1_text a:hover {
  color: #e62129;
}
.pub1 .pub1_box3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 72px;
}
.pub1 .pub1box3_l {
  width: 100%;
  flex: 1;
  margin-right: 50px;
}
.pub1 .jt1 {
  position: absolute;
  right: 80px;
  top: 13px;
}
.pub1 figure {
  min-height: 171px;
  background: #fff;
  width: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23px 20px 7px;
  border-radius: 10px;
  transition: 0.3s;
  margin-top: 42px;
}
.pub1 figure:hover {
  box-shadow: 1px 0px 57px 0px rgba(0, 0, 0, 0.1);
}
.pub1 figure:hover .logo {
  background: #e62129;
}
.pub1 figure:hover .logo img {
  filter: grayscale(1) brightness(4);
}
.pub1 .jt {
  margin-top: 42px;
}
.pub1 .figure_boxs1 {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 4.5%;
}
.pub1 .buttonBox {
  flex-shrink: 0;
  margin-top: 22px;
}
.pub1 .buttonBox i {
  transition: 0s;
  font-size: 20px;
  margin-right: 10px;
}
.pub1 .swiper-slide {
  width: auto;
}
.pub1 .swiper-slide:hover img {
  filter: none;
  opacity: 1;
}
.pub1 .swiper-wrapper {
  align-items: center;
  /* transition-timing-function: linear !important; */
}
.pub1 .swiper {
  margin-top: 66px;
}
.pub1 .swiper img {
  width: auto;
  height: auto;
  max-height: 80px;
  opacity: 0.35;
  filter: grayscale(1) brightness(1.2);
}
.oo {
  background: #f7f7f8;
}
.oo .pub1 {
  padding-bottom: 108px;
}
.oo .pub1_box3 {
  padding-bottom: 73px;
}
.oo .oo_box {
  padding-top: 23px;
  padding-bottom: 1px;
}
.oo .oo_box figure {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px 4.1%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 41px;
  transition: 0.3s;
}
.oo .oo_box figure:hover {
  box-shadow: 0px 8px 111px 0px rgba(0, 0, 0, 0.1);
}
.oo .oo_box .figure_r {
  flex: 1;
  width: 100%;
  margin-left: 7.7%;
  padding: 3.3% 0px 1%;
}
.oo .oo_box .imgBox {
  width: 38.9%;
}
.oo .oo_box .box {
  line-height: 36px;
}
.oo .oo_box .xbt {
  font-size: 24px;
  color: #333;
  margin-top: 22px;
}
.oo .oo_box .xbt a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo .oo_box .xbt a:hover {
  color: #e62129;
}
.oo .oo_box .text {
  color: #666;
  margin-top: 3px;
}
.oo .oo_box .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;
}
.oo .oo_box .text a:hover {
  color: #e62129;
}
.oo .oo_box .bt {
  font-family: 'Raleway-Bold';
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #333333;
}
.oo .oo_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: #333;
}
.oo .oo_box .bt a:hover {
  color: #e62129;
}
.oo .oo_box .a_boxs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.oo .oo_box .a_boxs i {
  width: 25px;
  height: 25px;
  background-color: #e62129;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}
.oo .oo_box .a_boxs a {
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #333333;
  min-width: 38%;
  margin-bottom: 37px;
}
.oo .oo_box .a_boxs a:hover {
  color: #e62129;
  font-family: 'Raleway-Bold';
}
.oo .oo_box .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
.oo .oo_box .button i {
  width: 25px;
  height: 25px;
  background-color: #e62129;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}
.oo .oo_box .button a {
  font-family: 'Raleway-Bold';
  display: flex;
  align-items: center;
  color: #333;
}
.oo .oo_box .button a:hover {
  color: #e62129;
}
.oo .oo_box figure:nth-of-type(even) {
  flex-direction: row-reverse;
  padding: 0px 4.1% 0px 5.4%;
  margin-top: 26px;
}
.oo .oo_box figure:nth-of-type(even) .figure_r {
  margin-left: 0%;
  margin-right: 7.7%;
  padding: 1% 0px 3.1%;
}
.oo .oo_box figure:nth-of-type(even) .imgBox {
  width: 39.5%;
}
.oto {
  background: #f7f7f8;
}
.oto .b_bt {
  color: #333;
}
.oto .bt {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #333333;
}
.oto .xbt {
  font-family: 'Raleway-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oto .oto1 {
  padding-top: 58px;
  padding-bottom: 97px;
}
.oto .oto1 .text {
  margin-top: 19px;
}
.oto .oto2 {
  background: #fff;
  padding-top: 83px;
  padding-bottom: 100px;
}
.oto .oto2 .content {
  overflow: hidden;
}
.oto .oto2 .imgBox {
  width: 35.71%;
  float: right;
  margin-left: calc(30px + 1%);
  margin-top: 71px;
}
.oto .oto2 .text {
  margin-top: 16px;
}
.oto .oto2 .buttonBox {
  margin-top: 36px;
}
.oto .oto3 {
  padding-top: 87px;
  padding-bottom: 100px;
}
.oto .oto3 .logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e62129;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oto .oto3 .logo img {
  max-width: 70%;
}
.oto .oto3_boxs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.oto .oto3_boxs figure {
  margin-top: 42px;
  width: 45%;
  margin-left: 10%;
}
.oto .oto3_boxs .xbt {
  margin-top: 20px;
}
.oto .oto3_boxs .text {
  margin-top: 15px;
}
.oto .oto3_boxs figure:nth-of-type(2n+1) {
  margin-left: 0%;
}
.oto .swbox_oto3 {
  margin-top: 45px;
  padding-bottom: 70px;
}
.oto .swbox_oto3 .swiper-slide {
  background: #fff;
  border-radius: 10px;
  border: solid 1px #cccccc;
  padding-top: 26px;
  padding-bottom: 16px;
  height: auto;
  min-height: 370px;
}
.oto .swbox_oto3 .title {
  font-family: 'Raleway-Regular';
  line-height: 34px;
  color: #ffffff;
  background: url('../img/oto_ib.png') no-repeat right;
  background-size: cover;
  min-width: 210px;
  display: inline-block;
  padding-left: 45px;
  padding-right: 20px;
}
.oto .swbox_oto3 .text1 {
  color: #333;
  line-height: 36px;
  padding: 3px 45px 0px;
}
.oto .swbox_oto3 .swiper-horizontal > .swiper-scrollbar,
.oto .swbox_oto3 .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0px;
  top: 0;
  width: 200px;
  max-width: 80%;
  margin: 53px auto 0px;
  z-index:1;
}
.oto .swbox_oto3 .swiper-scrollbar {
  background: #ccc;
  border-radius: 3px;
}
.oto .swbox_oto3 .swiper-scrollbar-drag {
  background: #e62129;
  border-radius: 3px;
}
.oto .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.oto .oto3_boxs1 .flex_l {
  width: 100%;
  flex: 1;
  margin-right: 18%;
}
.oto .oto3_boxs1 .text2 {
  margin-top: 15px;
}
.oto .oto3_boxs1 .sw_button1 {
  margin-top: 30px;
}
.oto .oto3_boxs1 .img_name {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 13px;
}
.oto .oto3_boxs1 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.oto .oto3_boxs1 .mySwiperOto3_1 {
  margin-top: 36px;
}
.oto .oto3_boxs2 {
  margin-top: 65px;
}
.oto .oto3_boxs2 .text3 {
  margin-top: 15px;
}
.oto .oto3_boxs2 .buttonBox {
  margin-top: 45px;
}
.oto .oto4 {
  background: #fff;
  padding-top: 82px;
  padding-bottom: 100px;
}
.oto .oto4 .bt {
  text-align: center;
}
.oto .oto4 .sw_box {
  position: relative;
  margin-top: 42px;
}
.oto .oto4 .sw_button div {
  height: 334px;
}
.oto .oto4 .xbt {
  margin-top: 29px;
}
.oto .oto4 .text {
  margin-top: 15px;
}
.oto .oto4 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.oto .oto4 .buttonBox {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 61px;
}
.oto .oto5 {
  padding-top: 87px;
  padding-bottom: 100px;
}
.oto .oto5 .text6 {
  text-align: center;
  margin-top: 28px;
}
.oto .oto5 .bt {
  text-align: center;
}
.oto .oto5 .imgBox {
  width: 43.79%;
}
.oto .oto5 .box {
  flex: 1;
  width: 100%;
  padding: 20px 20px 9px 42px;
}
.oto .oto5 .text {
  margin-top: 20px;
}
.oto .oto5 .buttonBox {
  margin-top: 20px;
}
.oto .oto5 .buttonBox a {
  width: 180px;
  height: 51px;
  background: #fff;
  color: #e62129;
}
.oto .oto5 .buttonBox a:hover {
  background: #e62129;
  color: #fff;
}
.oto .oto5 .swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 36px !important;
  height: auto;
}
.oto .oto5 .sw_button1 {
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}
.oto .oto5 .sw_button1 div {
  margin: 0px 8.5px;
}
.oto .oto6 {
  background: #fff;
  padding-top: 85px;
}
.oto .oto6 .imgBox {
  width: 31.43%;
}
.oto .oto6 figure {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.oto .oto6 figure:nth-of-type(odd) .box {
  box-shadow: 61px 0px 59px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0px 10px 10px 0px;
  padding: 0px 7% 0px 8.7%;
}
.oto .oto6 figure:nth-of-type(odd) .imgBox {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.oto .oto6 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.oto .oto6 figure:nth-of-type(even) .imgBox {
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}
.oto .oto6 figure:nth-of-type(even) .box {
  box-shadow: -61px 0px 59px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px 0px 0px 10px;
  padding: 0px 10% 0px 6.4%;
}
.oto .oto6 .mySwiperOto6 {
  max-width: 1600px;
  padding: 5px 100px 50px;
}
.oto .oto6 .text {
  margin-top: 30px;
}
.oto .oto6 .oto6_xbt {
  font-family: 'Raleway-Bold';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oto .oto6 .box {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oto .oto6 .buttonBox {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 9px;
}
.oto .oto7 {
  background: #fff;
  padding-top: 100px;
}
.oto .oto7 .box {
  position: relative;
}
.oto .oto7 .sw_button div {
  height: 335px;
}
.oto .oto7 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.oto .oto8 {
  background: #fff;
  padding-top: 90px;
}
.oto .oto8 .b_bt {
  text-align: center;
}
.oto .oto8 .button a ,
.oto .oto8 .button span{
  background-color: #000000;
  border: none;
  color: #fff;
  width: 248px;
  cursor: pointer;
}
.oto .oto8 .button a:hover,
.oto .oto8 .button span:hover{
  background: #fff;
  color: #e62129;
}
.oto .oto8 .oto8_xbt {
  font-family: 'Raleway-Regular';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oto .oto8 .text {
  color: #fff;
  margin-top: 30px;
}
.oto .oto8 .buttonBox {
  margin-top: 49px;
}
.oto .oto8 .box {
  position: relative;
  margin-top: 40px;
}
.oto .oto8 .box::before {
  content: '';
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e62129;
  position: absolute;
  z-index: 0;
}
.oto .oto8 .box::after {
  content: '';
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: url('../img/oto_ih.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  z-index: 0;
}
.oto .oto8 .box .content {
  position: relative;
  z-index: 1;
}
.oto .oto8 .c1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oto .oto8 figure {
  width: 42.5%;
  padding-top: 90px;
  padding-bottom: 69px;
}
.oto .oto9 {
  background: url('../img/oto_ii.jpg') no-repeat center;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 87px;
}
.oto .oto9 .bt {
  text-align: center;
  color: #fff;
}
.oto .oto9 .xbt {
  color: #fff;
}
.oto .oto9 .logoBox {
  display: flex;
  align-items: center;
}
.oto .oto9 .logo {
  margin-right: 8px;
}
.oto .oto9 .text {
  color: #fff;
  margin-top: 29px;
}
.oto .oto9 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 42px;
}
.oto .oto9 figure {
  width: 45%;
}
.ott .oto6 .oto6_button {
  justify-content: flex-start;
  margin-top: 26px;
}
.ott .oto2 .buttonBox {
  margin-top: 56px;
}
.ott .oto3 {
  padding-bottom: 95px;
}
.ott .oto4 {
  padding-top: 86px;
}
.ott .oto7 {
  padding-top: 53px;
}
.ott .oto8 {
  padding-top: 89px;
}
.otth .swbox_oto3 .text1 {
  line-height: 30px;
  margin-top: 18px;
}
.otth .swbox_oto3 .swiper-slide {
  min-height: 371px;
}
.otth .oto3 {
  padding-bottom: 95px;
}
.otth .oto4 {
  padding-top: 87px;
}
.otth .oto4 .buttonBox {
  margin-top: 91px;
}
.otfu .oto2 .buttonBox {
  margin-top: 46px;
}
.otfu .oto3 {
  padding-bottom: 90px;
}
.otfu .oto4 .buttonBox {
  margin-top: 64px;
}
.to .to1 {
  padding-top: 48px;
  padding-bottom: 43px;
}
.to .to1 .text {
  margin-top: 24px;
}
.to .to1 .imgBox {
  margin-top: 72px;
}
.to .pub1 {
  background: #f7f7f8;
  padding-top: 85px;
}
.to .pub1_box5 {
  padding-top: 1px;
  padding-bottom: 10px;
}
.to .pub1_box5 .number {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px dashed #e62129;
  background: #e62129;
  background-clip: content-box;
  padding: 10px;
  font-family: 'Raleway-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fcf9f3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.to .pub1_box5 .number::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 29px;
  background: url('../img/to_lb.png') no-repeat center;
  background-size: cover;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 100%);
}
.to .pub1_box5 .box1:nth-last-of-type(1) .number::before {
  display: none;
}
.to .pub1_box5 .pub1_xbt {
  font-family: 'Raleway-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.to .pub1_box5 .box1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.to .pub1_box5 .box2 {
  width: 100%;
  margin-left: 42px;
  flex: 1;
}
.to .pub1_box5 .box2 .text {
  margin-top: 3px;
}
.to .to3 {
  padding-top: 96px;
}
.to .to3 .sw_box {
  position: relative;
  margin-top: 45px;
}
.to .to3 .mySwiperTo3 {
  padding: 10px 25px 50px;
}
.to .to3 .text {
  line-height: 36px;
  margin-top: 20px;
}
.to .to3 .sw_button div {
  top: 48%;
  transform: translateY(-50%);
}
.to .to3 .swiper-slide {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}
.to .to4 {
  padding-top: 75px;
}
.to .to4 .swiper-horizontal > .swiper-scrollbar,
.to .to4 .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0px;
  top: 0;
  width: 200px;
  max-width: 80%;
  height: 4px;
  margin: 56px auto 0px;
}
.to .to4 .mySwiperTo4 {
  margin-top: 24px;
}
.to .to4 .imgBox {
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.to .to4 .xbt {
  font-family: 'Raleway-Bold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #212020;
  margin-top: 20px;
}
.to .to4 .text {
  margin-top: 2px;
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
}

.to .to4 .text.show{
	-webkit-line-clamp: initial !important;
}

.to .to4  .read {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e62129;
  margin-top: 10px;
}
.to .to4  .read span {
  cursor: pointer;
  display: none;
}
.to .to4  .read span:hover {
  color: #333;
}

.to .to4 img {
  width: auto;
  height: auto;
}
.to .to4 .swiper-slide {
  height: auto;
}
.to .to4 .swiper-scrollbar {
  background: #ccc;
  border-radius: 3px;
}
.to .to4 .swiper-scrollbar-drag {
  background: #e62129;
  border-radius: 3px;
}
.to .to5 {
  background: #f7f7f8;
  margin-top: 102px;
  padding-top: 90px;
  padding-bottom: 99px;
}
.to .to5 .top {
  font-family: 'Raleway-SemiBold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #212020;
  position: relative;
  padding-right: 50px;
}
.to .to5 .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e62129;
  border: 1px solid #e62129;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.to .to5 .icon:hover {
  background: #fff;
  color: #e62129;
}
.to .to5 .figure_boxs {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to .to5 .l,
.to .to5 .r {
  width: 48.93%;
}
.to .to5 .l figure:nth-of-type(n+5),
.to .to5 .r figure:nth-of-type(n+5) {
  display: none;
}
.to .to5 .show figure:nth-of-type(n+5) {
  display: block !important;
}
.to .to5 figure {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 42px 34px 45px;
  margin-top: 20px;
  transition: 0.3s;
}
.to .to5 .bottom {
  display: none;
  margin-top: 18px;
  padding-bottom: 3px;
}
.to .to5 .active .bottom {
  display: block;
}
.to .to5 .menuactive {
  box-shadow: 0px 28px 81px 0px rgba(0, 0, 0, 0.1);
}
.to .to5 .buttonBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.to .to5 .buttonBox i {
  font-size: 20px;
  transition: 0s;
  margin-right: 8px;
}
.to .to5 .buttonBox .pack {
  display: none;
}
.to .to5 .buttonBox .pack i {
  transform: rotate(180deg);
  margin-bottom: 3px;
  margin-right: 10px;
}
.to .to2 {
  padding-bottom: 46px;
}
.to .to2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0 !important;
  z-index: 0 !important;
  transition: 0.3s;
}
.to .to2 .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1 !important;
}
.to .to2 .l_box {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 6.8%;
}
.to .to2 .imgBox {
  width: 41.43%;
}
.to .to2 .box {
  width: 100%;
  flex: 1;
  margin-left: 33px;
  padding-bottom: 6px;
}
.to .to2 .logo {
  width: 52px;
  padding-top: 13px;
  position: relative;
}
.to .to2 .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.to .to2 .logo::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 100px);
  background-color: #cccccc;
  border-radius: 1px;
}
.to .to2 .sw_button2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 37px;
}
.to .to2 .sw_button2 div {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
.to .to2 .sw_button2 div:hover {
  color: #e62129;
}
.to .to2 .sw_button2 .right {
  margin-left: 34px;
}
.to .to2 .xbt {
  font-family: 'Raleway-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.to .to2 .bt {
  font-family: 'Raleway-Regular';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.to .to2 .text {
  margin-top: 22px;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.to .to2 .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 17px;
}
.to .to2 .active {
  color: #e62129;
  font-size: 24px;
}
.to .to2 .swiper-horizontal > .swiper-pagination-bullets,
.to .to2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.to .to2 .swiper-pagination-custom,
.to .to2 .swiper-pagination-fraction {
  bottom: 0;
}
.tho .bt {
  font-family: Raleway-Regular;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #333333;
}
.tho .tho1 {
  padding-top: 29px;
  padding-bottom: 101px;
}
.tho .tho1 figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}
.tho .tho1 .imgBox {
  width: 42.857%;
  box-shadow: 0px 8px 84px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.tho .tho1 .box {
  width: 100%;
  flex: 1;
  margin-left: 7%;
  padding-bottom: 1.4%;
}
.tho .tho1 .text {
  margin-top: 21px;
}
.tho .tho1 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.tho .tho1 figure:nth-of-type(even) .box {
  margin-left: 0%;
  margin-right: 7%;
}
.tho .tho2 {
  background: url('../img/tho_ib.jpg') no-repeat center;
  background-size: cover;
  padding-top: 73px;
  padding-bottom: 78px;
}
.tho .tho2 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tho .tho2 .l_box {
  width: 100%;
  flex: 1;
  margin-right: 10%;
}
.tho .tho2 .bt {
  color: #fff;
}
.tho .tho2 .text {
  color: #fff;
  margin-top: 21px;
}
.tho .tho2 .buttonBox {
  margin-top: 8px;
}
.fuo {
  background: #f6f6f7;
  padding-bottom: 102px;
}
.fuo .fuo1 .figure_boxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.fuo .fuo1 .figure_box {
  background: #fff;
  margin-top: 3px;
  padding: 34px 42px 35px;
}
.fuo .fuo1 figure {
  width: 31.43%;
  margin-left: 2.855%;
  margin-top: 42px;
}
.fuo .fuo1 figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.fuo .fuo1 .name {
  font-family: 'Raleway-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #212020;
}
.fuo .fuo1 .name a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #212020;
}
.fuo .fuo1 .name a:hover {
  color: #e62129;
}
.fuo .fuo1 .text1 {
  color: #666;
  margin-top: 8px;
}
.fuo .fuo1 .text1 a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fuo .fuo1 .text1 a:hover {
  color: #e62129;
}
.fuo .fuo1 .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 27px;
}
.fuo .fuo1 .button i {
  width: 25px;
  height: 25px;
  background-color: #e62129;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}
.fuo .fuo1 .button a {
  display: flex;
  align-items: center;
  color: #212020;
  font-family: 'Raleway-Bold';
}
.fuo .fuo1 .button a:hover {
  color: #e62129;
  font-family: 'Raleway-Bold';
}
.fuo .PageNumber {
  margin-top: 74px;
}
.fut {
  background: #f6f6f7;
}
.fut .fut1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 62px;
}
.fut .fut1 .bt {
  font-family: 'Raleway-Bold';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.fut .fut1 .fut1_l {
  width: 31.43%;
  position: relative;
}
.fut .fut1 .fut1_l img {
  transition: 0s;
}
.fut .fut1 .fut1_l .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.fut .fut1 .fut1_l .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;
}
.fut .fut1 .fut1_l .zoomPup {
  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;
}
.fut .fut1 .fut1_l .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.fut .fut1 .fut1_l .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.fut .fut1 .fut1_l .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.fut .fut1 .fut1_l .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);
}
.fut .fut1 .fut1_l .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.fut .fut1 .fut1_l .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.fut .fut1 .fut1_l .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.fut .fut1 .fut1_l .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.fut .fut1 .fut1_l .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
.fut .fut1 .fut1_l .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.fut .fut1 .fut1_l .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.fut .fut1 .fut1_l .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.fut .fut1 .fut1_l .pic-small {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 11px;
}
.fut .fut1 .fut1_l .pic-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  width: auto;
  height: auto;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.fut .fut1 .fut1_l .pic-btn.prev {
  left: 4%;
}
.fut .fut1 .fut1_l .pic-btn.next {
  right: 4%;
}
.fut .fut1 .fut1_l .pic-btn:hover {
  color: #e62129;
}
.fut .fut1 .fut1_l .pic-list {
  overflow: hidden;
  width: 73%;
  margin: 0 auto;
}
.fut .fut1 .fut1_l .pic-list ul {
  width: 1000%;
  display: flex;
}
.fut .fut1 .fut1_l .list-item {
  position: relative;
  width: 3.12%;
  flex-shrink: 0;
  margin-right: 0.28%;
}
.fut .fut1 .fut1_l .item-pics,
.fut .fut1 .fut1_l .pic-list .item-video {
  display: block;
  position: relative;
  border: 1px solid transparent;
}
.fut .fut1 .fut1_l .item-pics:before,
.fut .fut1 .fut1_l .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;
}
.fut .fut1 .fut1_l .item-pics img,
.fut .fut1 .fut1_l .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.fut .fut1 .fut1_l .item-pics.zoomThumbActive:before,
.fut .fut1 .fut1_l .item-video.active:before {
  left: -8px;
}
.fut .fut1 .fut1_l .m-propic2 {
  display: none;
}
.fut .fut1 .fut1_l .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.fut .fut1 .fut1_l .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 78.75%;
  height: 0;
}
.fut .fut1 .fut1_l .provideo-box .provideo iframe,
.fut .fut1 .fut1_l .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.fut .fut1 .fut1_l .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.fut .fut1 .fut1_l .item-pics:hover,
.fut .fut1 .fut1_l .item-pics.active,
.fut .fut1 .fut1_l .item-video:hover,
.fut .fut1 .fut1_l .item-video.active {
  opacity: 1;
  border: 1px solid #e62129;
}
.fut .fut1 .share {
  margin-top: 35px;
  display: flex;
  align-items: center;
  color: #999;
}
.fut .fut1 .share div {
  margin-right: 8px;
}
.fut .fut1 .buttonBox {
  margin-top: 37px;
}
.fut .fut1 .buttonBox a {
  color: #fefefe;
}
.fut .fut1 .buttonBox a:hover {
  color: #e62129;
}
.fut .fut1 .fut1_r {
  width: 100%;
  flex: 1;
  margin-left: calc(40px + 2.5%);
  display: flex;
  padding-bottom: 7px;
  flex-direction: column;
  justify-content: space-between;
}
.fut .fut1 .text {
  margin-top: 26px;
}
.fut .fut2 {
  background: #fff;
  border-radius: 10px;
  margin-top: 91px;
  padding: 41px 59px 100px;
}
.fut .fut2 .text1 {
  margin-top: 28px;
}
.fut .fut2 .mySwiperFut1 {
  margin-top: 52px;
}
.fut .fut2 .sw_button1 {
  margin-top: 48px;
  justify-content: center;
}
.fut .fut2 .sw_button1 div {
  margin: 0px 8px;
}
.fut .fut2 .text2 {
  margin-top: 56px;
}
.fut .fut2 .img_video {
  position: relative;
  margin-top: 60px;
}
.fut .fut3 {
  padding-top: 93px;
}
.fut .fut3 .figure_boxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}
.fut .fut3 figure {
  width: 23.57%;
  margin-left: 1.907%;
  margin-top: 30px;
}
.fut .fut3 figure:nth-of-type(4n+1) {
  margin-left: 0px;
}
.fut .fut3 .name {
  font-family: 'Raleway-SemiBold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #212020;
  text-align: center;
  margin-top: 21px;
}
.fut .fut3 .name a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #212020;
}
.fut .fut3 .name a:hover {
  color: #e62129;
}
.fut .fut4 {
  padding-top: 87px;
  padding-bottom: 104px;
}
.fut .fut4 .figure_boxs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 28px;
}
.fut .fut4 figure {
  width: 23.57%;
  background-color: #ffffff;
  box-shadow: 1px 0px 57px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-left: 1.906666%;
  margin-top: 20px;
  transition: 0.3s;
}
.fut .fut4 figure:hover {
  box-shadow: 22px 0px 81px 0px rgba(0, 0, 0, 0.1);
}
.fut .fut4 figure:nth-of-type(4n+1) {
  margin-left: 0px;
}
.fut .fut4 .name {
  font-family: 'Raleway-SemiBold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #212020;
}
.fut .fut4 .name a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #212020;
}
.fut .fut4 .name a:hover {
  color: #e62129;
}
.fut .fut4 .text1 {
  color: #666;
  line-height: 24px;
  margin-top: 4px;
}
.fut .fut4 .text1 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 .fut4 .text1 a:hover {
  color: #e62129;
}
.fut .fut4 .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.fut .fut4 .button i {
  width: 25px;
  height: 25px;
  background-color: #e62129;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}
.fut .fut4 .button a {
  display: flex;
  align-items: center;
  color: #212020;
}
.fut .fut4 .button a:hover {
  color: #e62129;
  font-family: 'Raleway-Bold';
}
.fut .fut4 .figure_box {
  padding: 22px 26px 15px;
  min-height: 239px;
}
.fo .fo1 {
  padding-bottom: 102px;
}
.fo .fo1 .figure_boxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.fo .fo1 figure {
  width: 31.43%;
  margin-left: 2.855%;
  margin-top: 42px;
  transition: 0.3s;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.fo .fo1 figure:hover {
  box-shadow: 0px 21px 81px 0px rgba(0, 0, 0, 0.1);
}
.fo .fo1 figure:hover .figure_box {
  background: #fff;
}
.fo .fo1 figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.fo .fo1 .new_name {
  font-family: 'Raleway-SemiBold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #212020;
}
.fo .fo1 .new_name a {
  color: #212020;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fo .fo1 .new_name a:hover {
  color: #e62129;
}
.fo .fo1 .time {
  margin-top: 18px;
  color: #999999;
  display: flex;
  align-items: center;
}
.fo .fo1 .time i {
  font-size: 20px;
  color: #e62129;
  font-weight: bold;
  margin-right: 8px;
}
.fo .fo1 .figure_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 22px 27px 38px;
}
.fo .PageNumber {
  margin-top: 68px;
}
.ft .bt {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #212020;
}
.ft .share_time {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.ft .share_box {
  display: flex;
  align-items: center;
  margin-left: 37px;
}
.ft .share_box .share {
  margin-right: 12px;
}
.ft .ft1 {
  padding-top: 55px;
}
.ft .ft1 .text {
  margin-top: 32px;
}
.ft .ft1 .text img {
  max-width: 100%;
  margin-left: 0px;
}
.ft .page_change {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  margin-top: 60px;
  padding: 10px 0px 14px;
}
.ft .page_change a {
  color: #333;
}
.ft .page_change a:hover {
  color: #e62129;
}
.ft .page_change p {
  margin-top: 2px;
}
.ft .ft2 {
  padding-top: 89px;
  padding-bottom: 96px;
}
.ft .ft2 .figure_boxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 17px;
}
.ft .ft2 figure {
  width: 31.43%;
  margin-left: 2.855%;
  margin-top: 42px;
  transition: 0.3s;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.ft .ft2 figure:hover {
  box-shadow: 0px 21px 81px 0px rgba(0, 0, 0, 0.1);
}
.ft .ft2 figure:hover .figure_box {
  background: #fff;
}
.ft .ft2 figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.ft .ft2 .new_name {
  font-family: 'Raleway-SemiBold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #212020;
}
.ft .ft2 .new_name a {
  color: #212020;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ft .ft2 .new_name a:hover {
  color: #e62129;
}
.ft .ft2 .time {
  margin-top: 18px;
  color: #999999;
  display: flex;
  align-items: center;
}
.ft .ft2 .time i {
  font-size: 20px;
  color: #e62129;
  font-weight: bold;
  margin-right: 8px;
}
.ft .ft2 .figure_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 22px 27px 38px;
}
.so .so1 {
  padding-top: 52px;
}
.so .so1 form {
  display: flex;
  justify-content: space-between;
}
.so .so1 form div {
  margin-top: 12px;
}
.so .so1 form > div {
  width: 49.4%;
}
.so .so1 form input,
.so .so1 form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 6px;
  border: none;
  outline: none;
  resize: none;
  font-family: 'Raleway-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  height: 41px;
  text-indent: 16px;
  border: 1px solid #e5e5e5;
}
.so .so1 form textarea {
  height: 148px;
  padding-top: 4px;
}
.so .so1 form input::placeholder,
.so .so1 form input::-webkit-input-placeholder,
.so .so1 form textarea::placeholder {
  color: #666;
}
.so .so1 form .buttonBox input {
  text-indent: 0px;
  border: 1px solid #e62129;
  background-color: #e62129;
  border-radius: 4px;
  font-family: 'Raleway-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.so .so1 form .buttonBox input:hover {
  background: #fff;
  color: #e62129;
}
.so .so1 form .yzm {
  position: relative;
}
.so .so1 form .yzm input {
  padding-right: 100px;
}
.so .so1 form .yzm span {
  width: 100px;
  position: absolute;
  top: 50%;
  right: 11px;
  cursor: pointer;
  transform: translate(0%, -50%);
}
.so .so1 form .yzm span img {
  width: 100px;
  height: 35px;
}
.so .so1 .b_bt {
  font-size: 40px;
}
.so .so1 .int_5 {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;
  padding-left: 16px;
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: 10px;
  cursor: pointer;
}
.so .so1 .int_5 .imgBox {
  width: 15px;
  margin-top: 0px;
}
.so .so1 .int_5 #name1 {
  width: 100%;
  flex: 1;
  margin-right: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.so .so2 {
  padding-bottom: 106px;
}
.so .so2 .logo {
  width: 80px;
  height: 80px;
  background-color: #e62129;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 22px;
}
.so .so2 .logo i {
  color: #fff;
  font-size: 36px;
}
.so .so2 .xbt {
  font-family: 'Raleway-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}
.so .so2 .text1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #212020;
  margin-top: 1px;
}
.so .so2 .text1 a {
  color: #212020;
}
.so .so2 .text1 a:hover {
  color: #e62129;
}
.so .so2 .text2 {
  font-family: 'Raleway-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #212020;
  margin-top: 2px;
}
.so .so2 .box {
  width: 100%;
  flex: 1;
}
.so .so2 figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 47%;
  margin-left: 6%;
  margin-top: 40px;
}
.so .so2 figure:nth-of-type(2n+1) {
  margin-left: 0px;
}
.so .so2 .figure_boxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.so .so2 .imgBox {
  margin-top: 90px;
}
.bofangBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.padding_top {
  padding-top: 100px;
}
.bannerBox {
  position: relative;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 48.9%;
  transform: translate(-50%, -50%);
}
.bannerBox .b_bt {
  color: #ffffff;
}
.bannerBox .text {
  font-size: 18px;
  width: 60%;
  color: #fff;
  margin-top: 28px;
}
.bannerBox .xbt {
  font-family: 'Raleway-Regular';
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-top: 12px;
}
.bannerBox .buttonBox {
  margin-top: 29px;
}
.bannerBox img {
  width: 100%;
}
.banner_text .content {
  top: 49.3%;
}
.mbx {
  border-bottom: 1px solid #e2e2e2;
  color: #999;
  display: flex;
  align-items: center;
  padding: 22px 0px;
}
.mbx a {
  color: #999;
}
.mbx a:hover {
  color: #333;
}
.mbx .active {
  color: #333;
}
.mbx i {
  color: #e62129;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  width: 100%;
}
.PageNumber a {
  width: 30px;
  height: 30px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
}
.PageNumber a:hover {
  color: #fff;
  background-color: #e62129;
}
.PageNumber .icon-left7,
.PageNumber .icon-right7 {
  font-size: 18px;
  transition: 0s;
}
.PageNumber .p_f {
  color: #333;
}
.PageNumber .p_f:hover {
  color: #e62129;
  background: transparent;
}
.PageNumber .active {
  color: #fff;
  background-color: #e62129;
}
footer {
  background: #212020;
  padding-top: 86px;
  padding-bottom: 51px;
}
footer .lif {
  font-family: 'Raleway-SemiBold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  padding-bottom: 9px;
  margin-top: 0px !important;
}
footer .lif::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 56px;
  height: 1px;
  background-color: #e62129;
}
footer .lif a {
  color: #fff;
}
footer .lif a:hover {
  color: #e62129;
}
footer .lif + li {
  padding-top: 13px;
}
footer .foot_a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 57px;
}
footer li {
  color: #999;
  margin-top: 6px;
}
footer li a {
  color: #999;
}
footer li a:hover {
  color: #e62129;
}
footer .ul1 {
  width: 24%;
}
footer .ul2 {
  width: 15%;
}
footer .form_box {
  width: 29.3%;
}
footer form {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
footer form div {
  margin-top: 10px;
}
footer form > div {
  width: 48.7%;
}
footer form input,
footer form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
  outline: none;
  resize: none;
  font-family: 'Raleway-Regular';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  height: 40px;
  text-indent: 16px;
}
footer form textarea {
  height: 90px;
  padding-top: 4px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #999;
}
footer form .buttonBox input {
  text-indent: 0px;
  border: 1px solid #e62129;
  background-color: #e62129;
  border-radius: 4px;
  font-family: 'Raleway-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
footer form .buttonBox input:hover {
  background: #fff;
  color: #e62129;
}
footer form .yzm {
  position: relative;
}
footer form .yzm input {
  padding-right: 90px;
}
footer form .yzm span {
  width: 70px;
  position: absolute;
  top: 50%;
  right: 11px;
  cursor: pointer;
  transform: translate(0%, -50%);
}
footer form .yzm span img {
  height: 35px;
  width: 80px;
}
footer .int_5 {
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 16px;
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: 10px;
  cursor: pointer;
}
footer .int_5 .imgBox {
  width: 15px;
  margin-top: 0px;
}
footer .int_5 #name {
  width: 100%;
  flex: 1;
  margin-right: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
footer .foot_a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .icBox a {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 10px;
}
footer .icBox a i {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}
footer .icBox a:hover {
  border: 1px solid #e62129;
  background: #e62129;
}
footer .icBox a:hover i {
  color: #fff;
}
footer .foot_b {
  padding-top: 46px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot_b p {
  padding-top: 7px;
  width: 100%;
  flex: 1;
  margin-right: 30px;
}
footer .foot_b a {
  color: #666;
}
footer .foot_b a:hover {
  color: #e62129;
}
.form_pop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999999;
  display: none;
}
.form_pop label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form_pop label .imgBox {
  width: 142px;
}
.form_pop .file_boxs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.form_pop .file_boxs input {
  display: none;
}
.form_pop .file_box {
  display: flex;
  width: 200px;
  max-width: 90%;
  justify-content: space-between;
  align-items: center;
  line-height: 36px;
}
.form_pop .file_box p {
  flex: 1;
  width: 100%;
  margin-right: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #2633af;
}
.form_pop .file_box span {
  position: relative;
}
.form_pop .file_box span::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2633af;
}
.form_pop .file_box .file_guanbi {
  flex-shrink: 0;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.form_pop .file_box .file_guanbi:hover {
  color: #e62129;
}
.form_pop form {
  line-height: 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
}
.form_pop .formpop_bt {
  font-family: 'Raleway-Bold';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  color: #222222;
  margin-top: 26px;
}
.form_pop .formpop_prompt {
  font-family: 'Raleway-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000;
  margin-top: 5px;
}
.form_pop .formpop_xprompt {
  font-family: 'Raleway-Regular';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999;
}
.form_pop #file {
  display: none;
}
.form_pop .formpop_inputBox {
  width: 364px;
  max-width: 100%;
  padding-top: 25px;
}
.form_pop .formpop_inputBox div {
  margin-top: 11px;
}
.form_pop .formpop_inputBox input,
.form_pop .formpop_inputBox textarea {
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: none;
  outline: none;
  resize: none;
  font-family: 'Raleway-Regular';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  height: 40px;
  text-indent: 18px;
}
.form_pop .formpop_inputBox input::placeholder,
.form_pop .formpop_inputBox input::-webkit-input-placeholder,
.form_pop .formpop_inputBox textarea::placeholder {
  color: #999;
}
.form_pop .yzm_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0px !important;
}
.form_pop .yzm {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
}
.form_pop .yzm input {
  width: 100%;
  flex: 1;
}
.form_pop .yzm span {
  margin-left: 10px;
  width: 104px;
  height: 40px;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.form_pop .yzm span img {
  width: 100%;
  height: 100%;
}
.form_pop .buttonBox {
  margin-left: 10px;
}
.form_pop .buttonBox input {
  width: 102px;
  height: 40px;
  border: 1px solid #e62129;
  background-color: #e62129;
  border-radius: 4px;
  font-family: 'Raleway-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.3s;
  text-indent: 0px;
  cursor: pointer;
}
.form_pop .buttonBox input:hover {
  background: #fff;
  color: #e62129;
}
.formpop_box {
  width: 684px;
  max-width: 90%;
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding-bottom: 74px;
  background-color: #ffffff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formpop_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.formpop_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}
.formpop_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.formpop_icon {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px !important;
  color: #999;
  cursor: pointer;
}
.formpop_icon:hover {
  color: #e62129;
}
.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: 1650px) {
  .sw_button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .sw_button div {
    width: 40px !important;
    height: 40px !important;
    position: relative;
    justify-content: center !important;
    align-items: center;
    font-size: 16px;
    padding: 0px !important;
    margin: 0px 8px;
    left: auto !important;
    right: auto !important;
    border-radius: 8px !important;
  }
}
@media screen and (max-width: 1550px) {
  .rightMenu > a,
  .rightMenu > div,
  .rightMenu > span {
    width: 50px;
    height: 50px;
  }
  .rightMenu > a i,
  .rightMenu > div 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: 1450px) {
  html body {
    font-size: 15px;
    line-height: 22px;
  }
  header .menuOne {
    font-size: 14px;
    line-height: 24px;
    margin-right: 15px;
  }
  header .menuOne > a {
    padding: 30px 0px;
  }
  header .sousuo {
    margin-right: 15px;
  }
  header .sousuo i {
    display: block;
    font-size: 22px;
  }
  header .sousuo form {
    display: none;
    position: absolute;
    top: 102%;
    right: 100%;
    border: 1px solid rgba(32, 32, 32, 0.1);
    padding-left: 15px;
  }
  header .sousuo form input:nth-of-type(1) {
    height: 32px;
    font-size: 14px;
    line-height: 30px;
  }
  header .buttonBox a {
    width: 116px;
    height: 34px;
  }
  header .lang .lang_box span {
    font-size: 14px;
  }
  header .buttonBox {
    margin-right: 20px;
  }
  header .lastOne {
    margin-right: 20px !important;
  }
  footer .lif {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 5px;
  }
  footer .ul2 {
    width: 20%;
  }
  footer .form_box {
    width: 40%;
  }
  footer form {
    padding-top: 0px;
  }
  footer .foot_b {
    padding-top: 25px;
    line-height: 24px;
  }
  .padding_top {
    padding-top: 84px;
  }
  .form_pop label .imgBox {
    width: 110px;
  }
  .form_pop .formpop_bt {
    font-size: 24px;
    margin-top: 20px;
  }
  .b_bt {
    font-size: 36px;
    line-height: 42px;
  }
  .buttonBox a,
  .buttonBox span {
    width: 170px;
    height: 50px;
  }
  .bannerBox .xbt {
    font-size: 20px;
    line-height: 28px;
    margin-top: 8px;
  }
  .bannerBox .buttonBox {
    margin-top: 20px;
  }
  .index .index1_box {
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-top-right-radius: 50px;
  }
  .index .index1_box .shuzi {
    font-size: 32px;
    line-height: 36px;
  }
  .index .index1_box figure {
    width: 23%;
  }
  .index .index1_box figure:nth-of-type(3) {
    width: 18%;
  }
  .index .index1_box .imgBox {
    width: 40px;
  }
  .index .index1box_l {
    margin-right: 10px;
  }
  .index .index2 .xbt {
    font-size: 28px;
    line-height: 36px;
  }
  .index .index2 .index2_l {
    width: 38%;
    padding-top: 0px;
  }
  .index .index2 .index2_r {
    margin-left: 10%;
    margin-top: 0px;
  }
  .index .index2 .name {
    font-size: 18px;
    line-height: 24px;
  }
  .index .index2 .figure_box {
    padding: 12px 20px;
    min-height: 210px;
  }
  .index .index2 .text1 {
    line-height: 22px;
    margin-top: 5px;
  }
  .index .index2 .button {
    margin-top: 20px;
  }
  .index .index3 .xbt {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .index .index3 .text {
    margin-top: 15px;
  }
  .index .index3 .buttonBox {
    margin-top: 20px;
  }
  .index .index4 .bt {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .index .index4 .text {
    line-height: 22px;
    margin-top: 15px;
  }
  .index .index5 .bt {
    font-size: 24px;
    line-height: 36px;
  }
  .index .index5 .xbt {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index .index5 .text {
    margin-top: 10px;
  }
  .index .index5 .figure1 {
    padding: 30px 5%;
  }
  .index .index5 .figure1 .buttonBox {
    margin-top: 20px;
  }
  .index .index5 .buttonBox1 a {
    width: 110px;
    height: 44px;
    font-size: 32px;
  }
  .index .index5 figure {
    padding: 20px 3.2% 20px 5%;
  }
  .index .index5_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .index .index5_l .time {
    font-size: 16px;
    line-height: 24px;
  }
  .index .index6 .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .pub1 .pub1_btbox {
    width: 225px;
  }
  .pub1 .figure_boxs1 figure {
    width: 18%;
  }
  .pub1 .pub1_box2 figure {
    width: 14%;
  }
  .pub1 .logo {
    width: 60px;
    height: 60px;
  }
  .pub1 .logo img {
    max-width: 50%;
  }
  .pub1 .pub1_name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .pub1 .jt {
    display: none;
  }
  .pub1 .jt img {
    width: 14px;
  }
  .pub1 .jt1 {
    display: none;
  }
  .pub1 .pub1_xbt {
    font-size: 20px;
    line-height: 28px;
  }
  .pub1 .pub1_text {
    line-height: 22px;
    margin-top: 12px;
  }
  .oo .oo_box .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .oo .oo_box .a_boxs a {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .oo .oo_box .xbt {
    font-size: 20px;
    margin-top: 15px;
  }
  .oo .oo_box .box {
    line-height: 26px;
  }
  .oo .oo_box .button {
    margin-top: 30px;
  }
  .oto .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .oto .oto2 .imgBox {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .oto .xbt {
    font-size: 20px;
    line-height: 28px;
  }
  .oto .oto3 .logo {
    width: 60px;
    height: 60px;
  }
  .oto .oto3 .logo img {
    max-width: 60%;
  }
  .oto .oto3 .swbox_oto3 .swiper-slide {
    min-height: 300px;
  }
  .oto .swbox_oto3 .text1 {
    line-height: 28px;
  }
  .oto .swbox_oto3 .title {
    padding-left: 30px;
  }
  .oto .swbox_oto3 .text1 {
    padding: 3px 30px 0px;
  }
  .oto .sw_button1 div {
    width: 50px;
    height: 50px;
  }
  .oto .oto3_boxs1 .img_name {
    font-size: 16px;
  }
  .oto .oto5 .text {
    margin-top: 8px;
  }
  .oto .oto5 .buttonBox {
    margin-top: 15px;
  }
  .oto .oto5 .buttonBox a {
    width: 150px;
    height: 40px;
  }
  .oto .oto6 .content {
    padding: 0px 30px;
  }
  .oto .oto6 .mySwiperOto6 {
    max-width: 1400px;
    padding: 5px 30px 50px;
  }
  .oto .oto6 figure:nth-of-type(odd) .box {
    box-shadow: 20px 0px 15px 0px rgba(0, 0, 0, 0.07);
  }
  .oto .oto6 figure:nth-of-type(even) .box {
    box-shadow: -20px 0px 15px 0px rgba(0, 0, 0, 0.07);
  }
  .oto .oto6 .oto6_xbt {
    font-size: 24px;
  }
  .oto .oto6 .text {
    margin-top: 20px;
  }
  .oto .oto8 .oto8_xbt {
    font-size: 24px;
  }
  .oto .oto8 .text {
    margin-top: 20px;
  }
  .oto .oto8 .buttonBox {
    margin-top: 30px;
  }
  .to .to2 .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .to .to2 .text {
    margin-top: 15px;
  }
  .to .pub1_box5 .pub1_xbt {
    font-size: 20px;
    line-height: 28px;
  }
  .to .to3 .text {
    line-height: 28px;
  }
  .to .to4 .xbt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .to .to5 .top {
    font-size: 20px;
    line-height: 28px;
  }
  .to .to5 figure {
    padding: 20px 30px;
  }
  .to .to5 .icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .tho .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .tho .tho1 .text {
    margin-top: 15px;
  }
  .fuo .fuo1 .figure_box {
    padding: 20px 30px;
  }
  .fuo .fuo1 .name {
    font-size: 20px;
    line-height: 28px;
  }
  .fuo .fuo1 .button {
    margin-top: 20px;
  }
  .fut .fut1 .fut1_l {
    width: 38%;
  }
  .fut .fut1 .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .fut .fut1 .text {
    margin-top: 15px;
  }
  .fut .fut1 .share {
    margin-top: 25px;
  }
  .fut .fut1 .buttonBox {
    margin-top: 30px;
  }
  .fut .fut3 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .fut .fut4 .name {
    font-size: 18px;
    line-height: 24px;
  }
  .fut .fut4 .figure_box {
    padding: 12px 20px;
    min-height: 210px;
  }
  .fut .fut4 .text1 {
    line-height: 22px;
    margin-top: 5px;
  }
  .fut .fut4 .button {
    margin-top: 20px;
  }
  .fut .sw_button1 div {
    width: 50px;
    height: 50px;
  }
  .fo .fo1 .new_name {
    font-size: 18px;
    line-height: 26px;
  }
  .fo .fo1 .figure_box {
    padding: 15px 20px 25px;
  }
  .ft .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .ft .share_time {
    margin-top: 30px;
  }
  .ft .ft2 .new_name {
    font-size: 18px;
    line-height: 26px;
  }
  .ft .ft2 .figure_box {
    padding: 15px 20px 25px;
  }
  .so .so1 .b_bt {
    font-size: 36px;
  }
  .so .so2 .logo {
    width: 60px;
    height: 60px;
  }
  .so .so2 .logo i {
    font-size: 28px;
  }
  .so .so2 .xbt {
    font-size: 16px;
    line-height: 26px;
  }
  .so .so2 .text2 {
    font-size: 16px;
    line-height: 26px;
  }
  .so .so2 .text1 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1300px) {
  .rightMenu > a,
  .rightMenu > div,
  .rightMenu > span {
    width: 40px;
    height: 40px;
  }
  .rightMenu > a i,
  .rightMenu > div i,
  .rightMenu > span i {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
  }
  .rightMenu > a,
  .rightMenu > div,
  .rightMenu > span {
    flex: 1;
    border-radius: 0px;
  }
  .rightMenu > a i,
  .rightMenu > div i,
  .rightMenu > span i {
    font-size: 23px;
  }
  .rightMenu .wx {
    position: relative;
  }
  .rightMenu .wx > img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  header {
    padding: 10px 0px;
  }
  header .menuOne {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .buttonBox {
    display: none;
  }
  header .center {
    padding-right: 40px;
  }
  .padding_top {
    padding-top: 71px;
  }
  .index .ban .banner .slick-arrow {
    width: 38px;
    height: 38px;
  }
  .index .ban .banner .slick-prev {
    left: 3%;
  }
  .index .ban .banner .slick-next {
    right: 3%;
  }
  .index .index2 .text {
    text-align: center;
  }
  .index .index3 .text {
    text-align: center;
  }
  .bannerBox .b_bt {
    text-align: left !important;
  }
  .bannerBox .buttonBox {
    justify-content: flex-start !important;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  footer .ul1,
  footer .ul2 {
    display: none;
  }
  footer .form_box {
    width: 70%;
  }
  footer .foot_a {
    justify-content: center;
    padding-bottom: 30px;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
  }
  footer .icBox a {
    width: 32px;
    height: 32px;
  }
  footer .icBox a i {
    font-size: 14px;
  }
  footer .foot_b {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
  }
  footer .foot_b p {
    margin-top: 5px;
    flex: none;
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
  .b_bt {
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
  }
  .form_pop form {
    line-height: 30px;
  }
  .form_pop label .imgBox {
    width: 92px;
  }
  .form_pop .formpop_bt {
    font-size: 20px;
    margin-top: 10px;
  }
  .form_pop .formpop_prompt {
    font-size: 14px;
  }
  .buttonBox {
    display: flex;
    justify-content: center;
  }
  .buttonBox a,
  .buttonBox span {
    width: 150px;
    height: 42px;
  }
  .index .index1 {
    transform: none;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .index .index1_box {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .index .index1_box figure {
    width: 30% !important;
    margin-left: 15% !important;
    margin-top: 10px;
  }
  .index .index1_box .shuzi {
    font-size: 24px;
    line-height: 28px;
  }
  .index .index2 {
    padding-bottom: 80px;
  }
  .index .index2 .xbt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .index .index2 .index2_l {
    width: 100%;
  }
  .index .index2 .index2_r {
    flex: none;
    margin-left: 0px;
    margin-top: 12px;
  }
  .index .index2 .buttonBox {
    margin-top: 20px;
  }
  .index .index2 figure:nth-of-type(even) {
    margin-top: 20px;
  }
  .index .index2 .name {
    font-size: 15px;
    line-height: 22px;
  }
  .index .index2 .text1 {
    line-height: 20px;
  }
  .index .index2 .button {
    margin-top: 15px;
  }
  .index .index2 .figure_box {
    padding: 10px 15px;
    min-height: 180px;
  }
  .index .index2 .figure_boxs {
    padding-top: 30px;
  }
  .index .index3 {
    justify-content: center;
    padding-bottom: 80px;
  }
  .index .index3 .xbt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
  }
  .index .index3 .index3_l {
    flex: none;
    margin-right: 0px;
    padding-top: 0px;
  }
  .index .index3 .imgBox {
    width: 80%;
    margin-top: 30px;
  }
  .index .index3 .bofangBox img {
    width: 100px;
  }
  .index .index4 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index .index4 .sw_box {
    margin-top: 30px;
  }
  .index .index4 .bt {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
  .index .index4 .text {
    line-height: 24px;
    margin-top: 10px;
  }
  .index .index5 {
    padding-bottom: 80px;
  }
  .index .index5 .index5_box {
    margin-top: 30px;
    justify-content: center;
  }
  .index .index5 .index5_l {
    width: 80%;
  }
  .index .index5 .index5_l .time {
    margin-top: 15px;
  }
  .index .index5 .index5_r {
    padding-top: 30px;
    width: 80%;
    flex: none;
    margin-left: 0px;
  }
  .index .index5 .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .index .index5 .index5l_box {
    padding: 20px 3% 30px;
  }
  .index .index5 .xbt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .index .index5 .figure1 {
    padding: 20px 3%;
  }
  .index .index5 figure {
    padding: 15px 3%;
  }
  .index .index6 {
    padding: 40px 0px;
  }
  .index .index6 .bt {
    font-size: 22px;
    line-height: 28px;
  }
  .pub1 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .pub1 .logoBox {
    display: none;
  }
  .pub1 .pub1_btbox {
    width: 100%;
  }
  .pub1 .figure_boxs1 {
    flex: none;
    margin-left: 0px;
  }
  .pub1 .pub1_box2 {
    flex-direction: row;
  }
  .pub1 .pub1_box2 figure {
    width: 18%;
    margin-left: 2.5%;
  }
  .pub1 .pub1_box2 figure:nth-of-type(5n+1) {
    margin-left: 0px;
  }
  .pub1 figure {
    min-height: 150px;
    margin-top: 30px;
  }
  .pub1 .pub1_xbt {
    font-size: 18px;
    line-height: 26px;
  }
  .pub1 .pub1_box3 {
    justify-content: center;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub1 .pub1box3_l {
    flex: none;
    margin-right: 0px;
    text-align: center;
  }
  .pub1 .swiper {
    margin-top: 30px;
  }
  .pub1 .swiper img {
    max-height: 66px;
    max-width: 120px;
  }
  .pub1 .pub1_name {
    font-size: 14px;
    line-height: 20px;
  }
  .oo .oo_box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .oo .oo_box .bt {
    font-size: 22px;
    line-height: 28px;
  }
  .oo .oo_box .a_boxs {
    margin-top: 20px;
  }
  .oo .oo_box .a_boxs a {
    font-size: 18px;
    margin-bottom: 15px;
    min-width: 50%;
    padding-right: 15px;
  }
  .oo .oo_box .xbt {
    font-size: 18px;
    margin-top: 10px;
  }
  .oo .oo_box .box {
    line-height: 24px;
  }
  .oo .oo_box .text {
    margin-top: 3px;
  }
  .oo .oo_box .button {
    margin-top: 15px;
  }
  .oo .oo_box .figure_r {
    margin-left: 20px;
    padding: 15px 0px;
  }
  .oo .oo_box figure:nth-of-type(even) .figure_r {
    margin-left: 0px;
    margin-right: 20px;
    padding: 10px 0px;
  }
  .oto .sw_button1 {
    width: 100%;
    justify-content: center;
    margin-top: 15px !important;
  }
  .oto .sw_button1 div {
    width: 40px;
    height: 40px;
    margin: 0px 5px !important;
  }
  .oto .bt {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .oto .xbt {
    font-size: 18px;
    line-height: 26px;
  }
  .oto .oto1 {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .oto .oto1 .text {
    margin-top: 15px;
    text-align: center;
  }
  .oto .oto2 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .oto .oto2 .bt {
    text-align: left;
  }
  .oto .oto2 .buttonBox {
    margin-top: 30px;
  }
  .oto .oto3 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .oto .oto3 .oto3_boxs1 .img_name {
    font-size: 14px;
    margin-top: 8px;
  }
  .oto .oto3 .swbox_oto3 .swiper-slide {
    min-height: auto;
  }
  .oto .oto3_boxs figure {
    margin-top: 30px;
  }
  .oto .swbox_oto3 {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .oto .swbox_oto3 .swiper-horizontal > .swiper-scrollbar,
  .oto .swbox_oto3 .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin: 25px auto 0px;
  }
  .oto .oto3_boxs1 .mySwiperOto3_1 {
    margin-top: 30px;
  }
  .oto .oto3_boxs1 .flex_l {
    flex: none;
    margin-right: 0px;
  }
  .oto .oto3_boxs2 {
    margin-top: 40px;
  }
  .oto .oto3_boxs2 .buttonBox {
    margin-top: 30px;
  }
  .oto .oto4 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .oto .oto4 .xbt {
    margin-top: 15px;
  }
  .oto .oto4 .text {
    margin-top: 10px;
  }
  .oto .oto4 .sw_box {
    margin-top: 30px;
  }
  .oto .oto4 .buttonBox {
    margin-top: 40px;
  }
  .oto .oto5 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .oto .oto5 .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
  }
  .oto .oto5 .imgBox {
    width: 80%;
    border-radius: 10px;
    overflow: hidden;
  }
  .oto .oto5 .box {
    padding: 20px 20px;
    flex: none;
    width: 100%;
  }
  .oto .oto5 .buttonBox {
    justify-content: flex-start;
  }
  .oto .flex_box {
    justify-content: center;
  }
  .oto .oto6 {
    padding-top: 50px !important;
  }
  .oto .oto6 .mySwiperOto6 {
    padding: 10px 10px;
  }
  .oto .oto6 .oto6_xbt {
    font-size: 20px;
    line-height: 28px;
  }
  .oto .oto6 .box {
    padding: 20px 20px !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07) !important;
  }
  .oto .oto6 .text {
    margin-top: 8px;
  }
  .oto .oto6 figure {
    margin-top: 20px;
  }
  .oto .oto7 {
    padding-top: 50px !important;
  }
  .oto .oto8 {
    padding-top: 50px !important;
  }
  .oto .oto8 figure {
    width: 45%;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .oto .oto8 .oto8_xbt {
    font-size: 20px;
    line-height: 28px;
  }
  .oto .oto8 .text {
    margin-top: 10px;
  }
  .oto .oto8 .buttonBox {
    justify-content: flex-start;
  }
  .oto .oto8 .button a,
  .oto .oto8 .button span{
    width: 195px;
  }
  .oto .oto9 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .oto .oto9 .text {
    margin-top: 15px;
  }
  .ott .oto6 .oto6_button {
    margin-top: 20px;
  }
  .to .to1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .to .to1 .text {
    margin-top: 15px;
    text-align: center;
  }
  .to .to1 .imgBox {
    margin-top: 30px;
  }
  .to .to2 .logo {
    display: none;
  }
  .to .to2 .box {
    margin-left: 0px;
  }
  .to .to2 .bt {
    font-size: 20px;
    line-height: 24px;
  }
  .to .pub1_box5 .number {
    font-size: 20px;
    line-height: 26px;
    width: 100px;
    height: 100px;
  }
  .to .pub1_box5 .number::before {
    bottom: -9px;
  }
  .to .pub1_box5 .box1 {
    margin-top: 30px;
  }
  .to .pub1_box5 .box2 {
    margin-left: 25px;
  }
  .to .pub1_box5 .pub1_xbt {
    font-size: 18px;
    line-height: 26px;
  }
  .to .to3 {
    padding-top: 50px;
  }
  .to .to3 .text {
    text-align: center;
    line-height: 24px;
  }
  .to .to3 .sw_box {
    margin-top: 15px;
  }
  .to .to3 .mySwiperTo3 {
    padding: 10px 10px 30px;
  }
  .to .to4 {
    padding-top: 50px;
  }
  .to .to5 {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .to .to5 .top {
    font-size: 18px;
    line-height: 28px;
  }
  .tho .bt {
    font-size: 22px;
    line-height: 28px;
  }
  .tho .tho1 {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .tho .tho1 figure {
    display: block;
    overflow: hidden;
  }
  .tho .tho1 figure .imgBox {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .tho .tho1 figure .box {
    flex: none;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tho .tho1 figure:nth-of-type(even) .imgBox {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
  }
  .tho .tho2 {
    padding-top: 50px;
  }
  .tho .tho2 .bt {
    text-align: center;
  }
  .tho .tho2 .text {
    text-align: center;
    margin-top: 15px;
  }
  .tho .tho2 .l_box {
    flex: none;
    margin-right: 0px;
  }
  .tho .tho2 .buttonBox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .fuo .fuo1 .figure_boxs {
    padding-top: 0px;
  }
  .fuo .fuo1 .figure_box {
    padding: 10px 15px 20px;
  }
  .fuo .fuo1 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo .fuo1 .text1 {
    margin-top: 3px;
  }
  .fut .fut1 {
    justify-content: center;
    padding-top: 40px;
  }
  .fut .fut1 .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .fut .fut1 .text {
    margin-top: 8px;
  }
  .fut .fut1 .fut1_l {
    width: 80%;
  }
  .fut .fut1 .fut1_l .zoomPad {
    cursor: default !important;
  }
  .fut .fut1 .fut1_l .zoomPup {
    display: none !important;
  }
  .fut .fut1 .fut1_l .zoomWindow {
    display: none !important;
  }
  .fut .fut1 .fut1_l .zoomPreload {
    display: none !important;
  }
  .fut .fut1 .fut1_r {
    flex: none;
    margin-left: 0px;
    margin-top: 25px;
  }
  .fut .sw_button1 {
    width: 100%;
    justify-content: center;
    margin-top: 15px !important;
  }
  .fut .sw_button1 div {
    width: 40px;
    height: 40px;
    margin: 0px 5px !important;
  }
  .fut .fut2 {
    margin-top: 50px;
    padding: 41px 40px 80px;
  }
  .fut .fut3 {
    padding-top: 50px;
  }
  .fut .fut3 .figure_boxs {
    padding-top: 0px;
  }
  .fut .fut3 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .fut .fut4 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .fut .fut4 .name {
    font-size: 15px;
    line-height: 22px;
  }
  .fut .fut4 .text1 {
    line-height: 20px;
  }
  .fut .fut4 .button {
    margin-top: 15px;
  }
  .fut .fut4 .figure_box {
    padding: 10px 15px;
    min-height: 180px;
  }
  .fut .fut4 .figure_boxs {
    padding-top: 30px;
  }
  .fo .fo1 {
    padding-bottom: 80px;
  }
  .fo .fo1 .figure_boxs {
    padding-top: 0px;
  }
  .fo .fo1 .new_name {
    font-size: 16px;
    line-height: 22px;
  }
  .fo .fo1 .time {
    margin-top: 10px;
  }
  .fo .fo1 figure {
    margin-top: 30px;
  }
  .fo .PageNumber {
    margin-top: 30px;
  }
  .ft .ft1 {
    padding-top: 30px;
  }
  .ft .ft1 .text {
    margin-top: 15px;
  }
  .ft .share_time {
    margin-top: 15px;
  }
  .ft .page_change {
    padding: 5px 0px;
  }
  .ft .ft2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .ft .ft2 .figure_boxs {
    padding-top: 0px;
  }
  .ft .ft2 .new_name {
    font-size: 16px;
    line-height: 22px;
  }
  .ft .ft2 .time {
    margin-top: 10px;
  }
  .ft .ft2 figure {
    margin-top: 30px;
  }
  .so .so1 .b_bt {
    font-size: 24px;
  }
  .so .so2 {
    padding-bottom: 80px;
  }
  .so .so2 .logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .so .so2 .logo i {
    font-size: 22px;
  }
  .so .so2 .xbt {
    font-size: 14px;
    line-height: 24px;
  }
  .so .so2 .text1 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
  }
  .so .so2 .text2 {
    font-size: 14px;
    line-height: 24px;
  }
  .so .so2 figure {
    margin-top: 25px;
    width: 48%;
    margin-left: 4%;
  }
}
@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);
  }
  header {
    border-bottom: 1px solid #ccc;
  }
  header .logoBox {
    width: 38px;
  }
  .index .ban .banner .slick-arrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  footer .lif {
    font-size: 16px;
    line-height: 26px;
  }
  footer .form_box {
    width: 400px;
    max-width: 100%;
  }
  footer form input,
  footer form textarea {
    font-size: 12px;
    height: 34px;
  }
  footer form textarea {
    height: 78px;
  }
  footer form .buttonBox input {
    font-size: 14px;
    line-height: 32px;
  }
  footer form .yzm span {
    width: 60px;
  }
  footer .foot_b {
    padding-top: 8px;
  }
  footer .int_5 {
    font-size: 12px;
    height: 34px;
  }
  .formpop_box {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .form_pop form {
    line-height: 22px;
  }
  .form_pop .formpop_inputBox {
    padding-top: 10px;
  }
  .form_pop .formpop_inputBox input,
  .form_pop .formpop_inputBox textarea {
    font-size: 12px;
    height: 32px;
  }
  .form_pop .yzm span {
    width: 84px;
    height: 32px;
  }
  .form_pop .buttonBox input {
    line-height: 30px;
  }
  .padding_top {
    padding-top: 64.45px;
  }
  .PageNumber {
    font-size: 14px;
  }
  .PageNumber a {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
  .PageNumber .iconfont {
    font-size: 14px;
  }
  .margin_top {
    margin-top: 68px;
  }
  .bannerBox {
    display: none;
  }
  .mbx {
    display: none;
  }
  .b_bt {
    font-size: 20px;
    line-height: 28px;
  }
  .buttonBox a,
  .buttonBox span {
    width: 140px;
    height: 38px;
  }
  .index .index1 {
    margin-top: 0px;
  }
  .index .index1_box {
    padding-bottom: 20px;
    border-top-right-radius: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .index .index1_box figure {
    width: 45% !important;
    margin-left: 10% !important;
  }
  .index .index1_box figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .index1_box .shuzi {
    font-size: 20px;
    line-height: 28px;
  }
  .index .index2 {
    padding-bottom: 40px;
  }
  .index .index2 .xbt {
    font-size: 16px;
    line-height: 24px;
  }
  .index .index2 .index2_r {
    margin-top: 8px;
  }
  .index .index2 .buttonBox {
    margin-top: 15px;
  }
  .index .index2 .figure_boxs {
    padding-top: 10px;
  }
  .index .index2 figure {
    width: 32%;
    margin-left: 2%;
  }
  .index .index2 figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index .index2 .name {
    font-size: 14px;
    line-height: 20px;
  }
  .index .index2 .button {
    margin-top: 10px;
  }
  .index .index2 .button i {
    margin-right: 3px;
  }
  .index .index2 .figure_box {
    min-height: 160px;
  }
  .index .index3 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .index .index3 .xbt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 3px;
  }
  .index .index3 .text {
    margin-top: 10px;
  }
  .index .index3 .imgBox {
    width: 100%;
  }
  .index .index4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .index4 .sw_box {
    margin-top: 20px;
  }
  .index .index5 {
    padding-bottom: 40px;
  }
  .index .index5 .index5_box {
    margin-top: 20px;
  }
  .index .index5 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .index .index5 .index5l_box {
    padding: 10px 20px 20px;
  }
  .index .index5 .index5_l .time {
    margin-top: 8px;
  }
  .index .index5 .xbt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 3px;
  }
  .index .index5 .text {
    margin-top: 6px;
  }
  .index .index5 .buttonBox1 a {
    width: 80px;
    height: 36px;
    font-size: 20px;
  }
  .index .index5 .figure2 {
    margin-top: 15px;
  }
  .index .index6 {
    padding: 20px 0px;
  }
  .index .index6 .bt {
    flex: none;
    text-align: center;
    font-size: 18px;
  }
  .index .index6 .buttonBox {
    width: 100%;
    margin-top: 15px;
  }
  .pub1 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub1 figure {
    width: 32% !important;
    margin-left: 2% !important;
    min-height: 130px;
    margin-top: 20px;
    padding: 20px 15px 10px;
  }
  .pub1 figure:nth-of-type(3n+1) {
    margin-left: 0% !important;
  }
  .pub1 .figure_boxs1,
  .pub1 .pub1_box2 {
    display: none;
  }
  .pub1 .pub1_box4 {
    display: flex;
    flex-wrap: wrap;
  }
  .pub1 .logo {
    width: 52px;
    height: 52px;
  }
  .pub1 .pub1_name {
    font-size: 13px;
    line-height: 20px;
  }
  .pub1 .pub1_xbt {
    font-size: 16px;
    line-height: 24px;
  }
  .pub1 .pub1_text {
    line-height: 20px;
    margin-top: 3px;
  }
  .pub1 .buttonBox {
    margin-top: 15px;
  }
  .oo .oo_box figure {
    justify-content: center;
    margin-top: 20px !important;
    padding: 0px 20px;
  }
  .oo .oo_box .imgBox {
    width: 60% !important;
  }
  .oo .oo_box figure:nth-of-type(even) .figure_r {
    padding: 15px 0px 20px;
  }
  .oo .oo_box .figure_r {
    flex: none;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .oo .oo_box .bt {
    font-size: 18px;
  }
  .oo .oo_box .a_boxs {
    margin-top: 5px;
  }
  .oo .oo_box .a_boxs a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .oo .oo_box .xbt {
    font-size: 16px;
    margin-top: 3px;
  }
  .oto .bt {
    font-size: 18px;
  }
  .oto .xbt {
    font-size: 16px;
    text-align: center;
  }
  .oto .oto1 {
    padding-bottom: 40px !important;
  }
  .oto .oto1 .text {
    margin-top: 8px;
  }
  .oto .oto2 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .oto .oto2 .text {
    margin-top: 8px;
  }
  .oto .oto2 .buttonBox {
    margin-top: 20px;
  }
  .oto .oto3 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .oto .oto3_boxs .xbt {
    text-align: center;
    margin-top: 8px;
  }
  .oto .oto3_boxs .text {
    margin-top: 10px;
    text-align: center;
  }
  .oto .oto3_boxs figure {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .oto .swbox_oto3 {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .oto .swbox_oto3 .swiper-slide {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .oto .swbox_oto3 .title {
    width: 100%;
    min-width: auto;
    line-height: 30px;
    padding-left: 20px;
  }
  .oto .swbox_oto3 .text1 {
    padding: 5px 20px 0px;
    line-height: 26px;
  }
  .oto .oto3_boxs1 .text2 {
    text-align: center;
    margin-top: 8px;
  }
  .oto .oto3_boxs2 .text3 {
    margin-top: 8px;
  }
  .oto .oto3_boxs2 .buttonBox {
    margin-top: 20px;
  }
  .oto .oto4 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .oto .oto4 .xbt {
    text-align: left;
    margin-top: 8px;
  }
  .oto .oto4 .text {
    margin-top: 3px;
  }
  .oto .oto4 .sw_box {
    margin-top: 20px;
  }
  .oto .oto4 .buttonBox {
    margin-top: 30px;
  }
  .oto .oto5 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .oto .oto5 .swiper-slide {
    margin-top: 15px !important;
  }
  .oto .oto5 .text6 {
    margin-top: 3px;
  }
  .oto .oto5 .xbt {
    text-align: left;
  }
  .oto .oto5 .buttonBox a {
    width: 125px;
    height: 36px;
  }
  .oto .oto6 {
    padding-top: 30px !important;
  }
  .oto .oto6 .imgBox {
    width: 80%;
    border-radius: 10px !important;
    overflow: hidden;
  }
  .oto .oto6 figure {
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07) !important;
    background: #fff;
    padding-top: 10px;
  }
  .oto .oto6 .box {
    box-shadow: none !important;
  }
  .oto .oto6 .oto6_xbt {
    font-size: 18px;
    line-height: 26px;
  }
  .oto .oto8 {
    padding-top: 30px !important;
  }
  .oto .oto8 .box {
    margin-top: 20px;
  }
  .oto .oto8 .box::before {
    width: 100%;
    height: 50%;
  }
  .oto .oto8 .box::after {
    top: auto;
    left: auto;
    width: 100%;
    height: 50%;
    bottom: 0;
    right: 0;
  }
  .oto .oto8 .oto8_xbt {
    font-size: 18px;
    line-height: 26px;
  }
  .oto .oto8 .text {
    margin-top: 5px;
  }
  .oto .oto8 .button a,
  .oto .oto8 .button span{
    width: 180px;
  }
  .oto .oto8 .buttonBox {
    margin-top: 20px;
  }
  .oto .oto8 figure {
    width: 100%;
  }
  .oto .oto9 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .oto .oto9 figure {
    width: 100%;
    margin-top: 10px;
  }
  .oto .oto9 .box {
    padding-top: 0px;
  }
  .oto .oto9 .text {
    margin-top: 8px;
  }
  .to .to1 .text {
    margin-top: 8px;
  }
  .to .to2 {
    padding-bottom: 40px;
  }
  .to .to2 .imgBox {
    width: 60%;
  }
  .to .to2 .l_box {
    flex: none;
    margin-right: 0px;
  }
  .to .to2 .swiper-slide {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .to .to2 .box {
    margin-top: 20px;
  }
  .to .to2 .xbt {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .to .to2 .bt {
    text-align: center;
  }
  .to .to2 .text {
    margin-top: 8px;
  }
  .to .to2 .swiper-pagination {
    text-align: center;
    margin-top: 12px;
  }
  .to .to2 .sw_button2 {
    justify-content: center;
    margin-top: 20px;
  }
  .to .to2 .sw_button2 div {
    font-size: 20px;
    margin: 0px 5px !important;
  }
  .to .pub1_box5 .number {
    width: 90px;
    height: 90px;
    font-size: 16px;
    line-height: 20px;
  }
  .to .pub1_box5 .number::before {
    display: none;
  }
  .to .pub1_box5 .box2 {
    flex: none;
    margin-left: 0px;
    margin-top: 8px;
  }
  .to .pub1_box5 .box1 {
    justify-content: center;
    text-align: center;
  }
  .to .pub1_box5 .pub1_xbt {
    font-size: 16px;
    line-height: 26px;
  }
  .to .to3 {
    padding-top: 30px;
  }
  .to .to3 .text {
    margin-top: 3px;
  }
  .to .to3 .sw_box {
    margin-top: 3px;
  }
  .to .to4 {
    padding-top: 30px;
  }
  .to .to4 .mySwiperTo4 {
    margin-top: 15px;
  }
  .to .to4 .xbt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .to .to4 .swiper-horizontal > .swiper-scrollbar,
  .to .to4 .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin: 20px auto 0px;
  }
  .to .to5 {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .to .to5 .l,
  .to .to5 .r {
    width: 100%;
  }
  .to .to5 .top {
    font-size: 16px;
    line-height: 24px;
  }
  .to .to5 figure {
    padding: 12px 15px;
  }
  .to .to5 .icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .to .to5 .bottom {
    margin-top: 10px;
  }
  .to .to5 .buttonBox {
    margin-top: 20px;
  }
  .tho .bt {
    font-size: 18px;
  }
  .tho .tho1 {
    padding-bottom: 40px;
  }
  .tho .tho1 .text {
    margin-top: 5px;
  }
  .tho .tho2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tho .tho2 .text {
    margin-top: 5px;
  }
  .fuo {
    padding-bottom: 40px;
  }
  .fuo .fuo1 figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 25px;
  }
  .fuo .fuo1 figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .fuo .fuo1 figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .fuo .fuo1 .name {
    font-size: 16px;
    line-height: 20px;
  }
  .fuo .fuo1 .button {
    margin-top: 10px;
  }
  .fuo .PageNumber {
    margin-top: 30px;
  }
  .fut .fut1 {
    padding-top: 20px;
  }
  .fut .fut1 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .fut .fut1 .share {
    margin-top: 15px;
  }
  .fut .fut1 .buttonBox {
    margin-top: 20px;
  }
  .fut .fut2 {
    margin-top: 40px;
    padding: 30px 20px 40px;
  }
  .fut .fut2 .text1 {
    margin-top: 8px;
  }
  .fut .fut2 .text2 {
    margin-top: 8px;
  }
  .fut .fut2 .mySwiperFut1 {
    margin-top: 30px;
  }
  .fut .fut2 .img_video {
    margin-top: 20px;
  }
  .fut .fut2 .bofangBox img {
    width: 100px;
  }
  .fut .fut3 {
    padding-top: 30px;
  }
  .fut .fut3 figure {
    width: 32%;
    margin-left: 2%;
    margin-top: 15px;
  }
  .fut .fut3 .name {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }
  .fut .fut3 figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .fut .fut4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .fut .fut4 .figure_boxs {
    padding-top: 10px;
  }
  .fut .fut4 figure {
    width: 32%;
    margin-left: 2%;
  }
  .fut .fut4 figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .fut .fut4 .name {
    font-size: 14px;
    line-height: 20px;
  }
  .fut .fut4 .button {
    margin-top: 10px;
  }
  .fut .fut4 .button i {
    margin-right: 3px;
  }
  .fut .fut4 .figure_box {
    min-height: 160px;
  }
  .fo .fo1 {
    padding-bottom: 40px;
  }
  .fo .fo1 figure {
    width: 48%;
    margin-left: 4%;
  }
  .fo .fo1 figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .fo .fo1 figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .fo .PageNumber {
    margin-top: 20px;
  }
  .ft .bt {
    font-size: 18px;
    line-height: 24px;
  }
  .ft .share_time {
    font-size: 14px;
    line-height: 22px;
  }
  .ft .page_change {
    margin-top: 20px;
  }
  .ft .ft2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .ft .ft2 figure {
    width: 48%;
    margin-left: 4%;
  }
  .ft .ft2 figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .ft .ft2 figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .so .so1 {
    padding-top: 20px;
  }
  .so .so1 form input,
  .so .so1 form textarea {
    font-size: 14px;
  }
  .so .so1 .int_5 {
    font-size: 14px;
  }
  .so .so2 {
    padding-bottom: 40px;
  }
  .so .so2 .imgBox {
    margin-top: 30px;
  }
  .so .so2 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .so .so2 .figure_boxs {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  footer form {
    flex-wrap: wrap;
  }
  footer form > div {
    width: 100%;
    margin-top: 0px !important;
  }
  .nav {
    top: 15px;
  }
  header {
    padding: 5px 0px;
  }
  .padding_top {
    padding-top: 54.45px;
  }
  .form_pop label .imgBox {
    width: 60px;
  }
  .form_pop .formpop_bt {
    font-size: 16px;
    margin-top: 10px;
  }
  .form_pop .formpop_prompt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
  .form_pop .formpop_xprompt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
  .form_pop .buttonBox {
    width: 100%;
    margin-left: 0px;
    display: flex;
    justify-content: center;
  }
  .index .index1_box figure {
    width: 100% !important;
    margin-left: 0px !important;
	flex-direction: row-reverse;
  }
  .index .index1box_l{
	  margin-left: 10px;
	  margin-right: 0px;
  }
  .index .index2 figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .index .index2 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .index5 .index5_l {
    width: 100%;
  }
  .index .index5 .index5_r {
    width: 100%;
  }
  .index .index5 .figure2 .figure_l {
    flex: none;
    margin-right: 0%;
  }
  .index .index5 .buttonBox1 {
    margin-top: 8px;
    width: 100%;
  }
  .pub1 figure {
    width: 48% !important;
    margin-left: 4% !important;
    margin-top: 15px;
  }
  .pub1 figure:nth-of-type(3n+1) {
    margin-left: 4% !important;
  }
  .pub1 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .oo .oo_box .imgBox {
    width: 90% !important;
  }
  .oto .oto2 .imgBox {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .oto .oto5 .imgBox {
    width: 100%;
  }
  .oto .oto6 .imgBox {
    width: 100%;
  }
  .to .to2 .imgBox {
    width: 80%;
  }
  .tho .tho1 figure {
    margin-top: 20px;
  }
  .tho .tho1 .box {
    margin-top: 15px;
  }
  .tho .tho1 .imgBox {
    width: 100%;
    float: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .fuo .fuo1 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .fut .fut1 .fut1_l {
    width: 100%;
  }
  .fut .fut3 figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .fut .fut3 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .fut .fut4 figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .fut .fut4 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .fo .fo1 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .ft .share_time {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft .share_box {
    margin-top: 5px;
    width: 100%;
    margin-left: 0px;
    justify-content: center;
  }
  .ft .ft2 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .so .so1 form {
    flex-wrap: wrap;
  }
  .so .so1 form > div {
    width: 100%;
  }
  .so .so2 figure {
    justify-content: center;
    text-align: center;
  }
  .so .so2 .logo {
    margin-right: 0px;
  }
  .so .so2 .box {
    width: 100%;
    flex: none;
  }
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: url('../fonts/Raleway-SemiBold.eot') format('embedded-opentype'), url('../fonts/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot');
  src: url('../fonts/Raleway-Regular.eot') format('embedded-opentype'), url('../fonts/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  font-display: swap;
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1706843648238') format('woff2'), url('../fonts/iconfont.woff?t=1706843648238') format('woff'), url('../fonts/iconfont.ttf?t=1706843648238') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xiangxiazhanhang:before {
  content: "\ec0b";
}
.icon-shangchuan1:before {
  content: "\e631";
}
.icon-guanbi1:before {
  content: "\e62b";
}
.icon-xiangyou:before {
  content: "\e688";
}
.icon-xiangzuo:before {
  content: "\e628";
}
.icon-xiangyou-copy:before {
  content: "\ecde";
}
.icon-weibo:before {
  content: "\e65a";
}
.icon-kongjian:before {
  content: "\e630";
}
.icon-erweima:before {
  content: "\eaf2";
}
.icon-bilibili:before {
  content: "\e653";
}
.icon-douyin1:before {
  content: "\e8db";
}
.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";
}