@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 {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;direction: rtl;
}
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 li {
  list-style: none;
}
.rightMenu {
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: fixed;
  left: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > div {
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: #2469be;
  border-radius: 5px;
  cursor: pointer;
}
.rightMenu > div a,
.rightMenu > div span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.rightMenu > div i {
  font-size: 20px;
  color: #fff;
}
.rightMenu .text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  background: #2469be;
  top: 0;
  left: 0;
  width: 0;
  height: 37px;
  border-radius: 8px;
  z-index: 0;
  opacity: 0;
  transform: translateX(0) !important;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
}
.rightMenu .text i {
  margin-left: 10px;
  margin-bottom: 2px;
}
.rightMenu .auw {
  position: relative;
}
.rightMenu .auw a,
.rightMenu .auw span {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .rightMenu .auw:hover a {
    transform: translateX(200%);
  }
  .rightMenu .auw:hover .text {
    opacity: 1;
    z-index: 2;
    width: 220px;
  }
}
.rightMenu .goTop > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .wx {
  cursor: pointer;
  position: relative;
}
.rightMenu .wx > img {
  display: none;
  position: absolute;
  left: 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: #2469be;
  left: 2.5%;
  top: 21px;
  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;
  left: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  left: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 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: left;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  left: 10px;
  top: 0px;
}
@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: 16px;
  }
}
#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);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  max-width: 1920px;
  transition: 0.3s;
  background-color: #ffffff;
  box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.21);
  padding: 15px 0px;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .center {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .logoBox {
  width: 117px;
  flex-shrink: 0;
  transition: 0.3s;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #2469be !important;
}
header .menuOne.active > a::before {
  width: 55px;
}
header .menuOne.menuactive > a {
  color: #2469be !important;
}
header .menuOne.menuactive > a::before {
  width: 55px;
}
header .menuOne {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333;
  margin-left: 40px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 32px 0px;
  position: relative; text-transform:uppercase;
}
header .menuOne > a::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 3px;
  background-color: #2469be;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
header .menuOne > a:hover {
  color: #2469be !important;
}
header .menuOne > a:hover::before {
  width: 55px;
}
header .menuOne .active > a {
  color: #fff;
  background: #2469be;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #2469be;
  z-index: 1;
}
header .menuOne:nth-last-child(2) {
  margin-left: 35px !important;
}
header .menuOne:nth-last-child(2) > a::after {
  display: none;
}
header .sousuo {
  margin-left: 39px;
}
header .sousuo .search {
  cursor: pointer;
  color: #fff;
  width: 38px;
  height: 38px;
  background-color: #2469be;
  border: 1px solid #2469be;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sousuo .search:hover {
  background: #fff;
  color: #2469be;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #2469be;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #2469be;
}
header .ul {
  min-width: 178px;
  position: absolute;
  display: none;
  right: 100%;
  top: 0;
  padding-right: 5px;
}
header .ul div {
  background: #fff;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
header .ul li a {
  padding: 3px 18px;
  color: #333333;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .ul li a:hover {
  color: #fff;
  background: #2469be;
}
header .ul1 {
  right: 0%;
  top: 100%;
  padding-right: 0px;
  padding-top: 15px !important;
}
header .dif_ul {
  min-width: 280px;
}
header .icon {
  margin-left: 25px;
}
header .icon i {
  font-size: 26px;
  color: #fff;
}
header .icon i:hover {
  color: #fda533;
}
header .xian {
  width: 1px;
  height: 47px;
  background: #e4e4e4;
  margin-left: 25px;
}
header .lang {
  position: relative;
  cursor: pointer; margin-left: 10px;
}
header .lang img {
  margin-left: 8px;
}
header .lang li {
  font-size: 14px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  border-bottom: 1px dashed #2469be;
  padding: 4px 10px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #2469be;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
header .lang .lang_box:hover span {
  color: #2469be;
}
header .lang .lang_box .xiangxia {
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  margin-left: 2px;
}
header .lang .lang_box span {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 3px;
}
header .lang ul {
  display: none;
  position: absolute;
  min-width: 80px;
  background-color: #fff;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #2469be;
  border-radius: 5px;
  z-index: 1;
}
.fyhead {
  padding: 10px 0px;
}
.fyhead .logoBox {
  width: 80px;
}
.fyhead .menuOne > a {
  padding: 15px 0px;
}
.fyhead .ul1 {
  padding-top: 12px !important;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto-Medium';
  min-width: 178px;
  height: 50px;
  background-color: #2469be;
  border-radius: 25px;
  color: #fff;
  border: 1px solid #2469be;
  padding: 0px 27.2px;
}
.buttonBox a:hover {
  background: #fff;
  color: #2469be;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.padding_top {
  padding-top: 120px;
}
.big_title {
  font-family: 'Roboto-Bold';
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #2469be;
}
.index {
  overflow: hidden;
}
.index_banner{    direction: ltr;}
.index_banner a {
  display: block;
}
.index_banner .slick-list,
.index_banner .slick-slider,
.index_banner .slick-track {
  position: relative;
  display: block;
}
.index_banner .slick-loading .slick-slide,
.index_banner .slick-loading .slick-track {
  visibility: hidden;
}
.index_banner .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_banner .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.index_banner .slick-list:focus {
  outline: 0;
}
.index_banner .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.index_banner .slick-slider .slick-list,
.index_banner .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_banner .slick-track {
  top: 0;
  left: 0;
}
.index_banner .slick-track:after,
.index_banner .slick-track:before {
  display: table;
  content: '';
}
.index_banner .slick-track:after {
  clear: both;
}
.index_banner .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.index_banner [dir=rtl] .slick-slide {
  float: right;
}
.index_banner .slick-slide img {
  display: block;
}
.index_banner .slick-slide.slick-loading img {
  display: none;
}
.index_banner .slick-slide.dragging img {
  pointer-events: none;
}
.index_banner .slick-initialized .slick-slide {
  display: block;
}
.index_banner .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.index_banner .slick-arrow.slick-hidden {
  display: none;
}
.index_banner .slick-slide {
  position: relative;
}
.index_banner .slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .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;
}
.index_banner .slick-dots .slide-count {
  display: none;
}
@media screen and (max-width: 991px) {
  .index_banner .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  image-rendering: pixelated;
}
.index_banner .slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index_banner .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 38px;
  text-align: center;
}
.index_banner .slick-dots li {
  display: inline-block;
}
.index_banner .slick-dots li button {
  cursor: pointer;
  transition: 0.3s;
  font-size: 0px;
  margin: 0px 8px;
  border: none;
  outline: none;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
}
.index_banner .slick-dots li.slick-active button {
  opacity: 1;
}
.index_banner .slick-prev,
.index_banner .slick-next {
  width: 66px;
  height: 66px;
  border: solid 1px #ffffff;
  background: transparent;
  border-radius: 50%;
  font-size: 22px;
  top: 50%;
  cursor: pointer;
  display: none !important;
  position: absolute;
  z-index: 9;
  transition: 0.3s;
  color: #fff;
  transform: translateY(-50%);
}
.index_banner .slick-prev:hover,
.index_banner .slick-next:hover {
  background: rgba(237, 237, 237, 0.2);
  border: 1px solid transparent;
}
.index_banner .slick-prev {
  left: 3%;
}
.index_banner .slick-next {
  right: 3%;
}
.index_banner .slick-prev,
.index_banner .slick-next {
  display: block !important;
}
@media screen and (max-width: 999px) {
  .index_banner .slick-prev,
  .index_banner .slick-next {
    display: none !important;
  }
}
.index1 {
  padding-top: 96px;
}
.index1_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index1_top .small_title {
  color: #666;
  width: 72.4%;
}
.index1_top .big_title {
  width: 100%;
  flex: 1;
}
.index1_menu {
  font-family: 'Roboto-Medium';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
}
.index1_menu span {
  color: #333;
  width: 21.5%;
  min-height: 50px;
  background-color: #edeef0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 4.66666%;
  padding: 5px 8px;
  margin-top: 20px;
  cursor: pointer;
}
.index1_menu span:hover {
  background: #2469be;
  color: #fff;
}
.index1_menu .active {
  background: #2469be;
  color: #fff;
}
.index1_menu span:nth-of-type(4n+1) {
  margin-right: 0%;
}
.index1_bottom {
  width: calc(100% - 60px);
  max-width: 1624px;
  margin: auto;
  padding-top: 23px;
  padding-bottom: 135px;
}
.index1_bottom .l_box {
  width: 49.26%;
  border-radius: 10px;
  overflow: hidden;
  background: url('../img/index1_back.jpg') no-repeat center;
  background-size: cover;
  padding: 61px 32px 51px 49px;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.index1_bottom .l_box .imgBox {
  width: 93.32%;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 17%;
}
.index1_bottom .l_box .describe {
  margin-top: 12px;
}
.index1_bottom .title {
  font-family: 'Roboto-Bold';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2469be;
}
.index1_bottom .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #2469be;
}
.index1_bottom .title a:hover {
  color: #333;
}
.index1_bottom .describe {
  line-height: 24px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index1_bottom .link {
  margin-top: 16px;
}
.index1_bottom .link i {
  width: 38px;
  height: 38px;
  background-color: #2469be;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #2469be;
}
.index1_bottom .link a:hover i {
  background: #fff;
  color: #2469be;
}
.index1_bottom .box1 {
  width: 100%;
  max-width: 490px;
}
.index1_bottom .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.index1_bottom .r_box {
  width: 48.59%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index1_bottom .r_box .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_bottom figure {
  width: 47.9%;
  background-color: #f7f8fc;
  box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  overflow: hidden;
  padding: 12px 0px 31px;
  text-align: center;
  margin-right: 4.2%;
  margin-top: 32px;
  position: relative;
}
.index1_bottom figure .imgBox {
  width: 87.3%;
  margin: auto;
}
.index1_bottom figure::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #2469be;
  border-radius: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.5s;
}
.index1_bottom figure:hover::before {
  width: 100%;
}
.index1_bottom figure:nth-of-type(2n+1) {
  margin-right: 0%;
}
.index1_bottom .box2 {
  margin-top: 24px;
  padding: 0px 10px;
}
.index1_bottom .box2 .describe {
  margin-top: 6px;
}
.index1_bottom .name {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.index1_bottom .name a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_bottom .name a:hover {
  color: #2469be;
}
.index2 {
  background: rgba(36, 105, 190, 0.1);
  padding-top: 78px;
  padding-bottom: 82px;
}
.index2 .small_title {
  color: #666;
  text-align: center;
  padding: 0px 5%;
  margin-top: 12px;
}
.index2 .big_title {
  text-align: center;
}
.index2 .buttonBox {
  justify-content: center;
  margin-top: 28px;
}
.index2 .logo {
  width: 79px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.index2 .describe {
  font-family: 'Roboto-Medium';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-top: 17px;
}
.index2 figure {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  padding: 37px 2% 10px;
  border-right: solid 1px #cccccc;
  min-height: 231px;
}
.index2 figure:hover {
  background: #fff;
}
.index2 figure:nth-of-type(4n+1) {
  border-right: none;
}
.index2 .box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 67px;
}
.index2 .box::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  z-index: 1;
}
.index3 {
  overflow: hidden;
  padding-top: 102px;
  padding-bottom: 112px;
}
.index3 .imgBox {
  width: 52.03125%;
  float: right;
  margin-left: 4%;
  margin-bottom: 5px;
}
.index3 .small_title {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #2469be;
}
.index3 .xian {
  width: 54px;
  height: 4px;
  background-color: #2469be;
  margin-top: 19px;
}
.index3 .big_title {
  margin-top: 6px;
}
.index3 .big_title a {
  display: block;
}
.index3 .describe {
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}
.index3 .describe em {
  font-family: 'Roboto-Medium';
  font-style: normal;
}
.index3 .buttonBox {
  margin-top: 75px;
}
.index3 .content {
  padding-top: 2.55%;
}
.index4 {
  background: url('../img/index4_back.jpg') no-repeat center;
  background-size: cover;
  padding-top: 69px;
  padding-bottom: 106px;
}
.index4 .big_title {
  text-align: center;
}
.index4 .small_title {
  color: #666;
  text-align: center;
  padding: 0px 5%;
  margin-top: 12px;
}
.index4 .imgBox {
  box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  overflow: hidden;
}
.index4 .title {
  font-family: 'Roboto-Medium';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  width: 92%;
  padding: 0px 10px;
  margin-top: 16px;
}
.index4 .title a {
  color: #333;
}
.index4 .title a:hover {
  color: #2469be;
}
.index4 .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}
.index4 figure {
  width: 23.57%;
  margin-right: 1.906666%;
  margin-top: 31px;
}
.index4 figure:nth-of-type(4n+1) {
  margin-right: 0%;
}
.index5 {
  padding-bottom: 145px;
  padding-top: 75px;
}
.index5 .big_title {
  text-align: center;
}
.index5 .imgBox {
  width: 240px;
}
.index5 figure {
  width: 48.57%;
  background-color: #ffffff;
  box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  margin-top: 36px;
  transition: 0.3s;
}
.index5 figure:hover {
  background: #2469be;
}
.index5 figure:hover .title {
  color: #fff;
}
.index5 figure:hover .title a {
  color: #fff;
}
.index5 figure:hover .describe {
  color: #fff;
}
.index5 figure:hover .time {
  color: #fff;
}
.index5 figure:hover .time i {
  color: #fff;
}
.index5 .r_box {
  width: 100%;
  flex: 1;
  padding: 0px 24px 2px;
}
.index5 .title {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.index5 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.index5 .time {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 3px;
}
.index5 .time i {
  margin-left: 8px;
  font-size: 22px;
  color: #2469be;
}
.index5 .time span {
  margin-top: 2px;
}
.index5 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666666;
  margin-top: 12px;
  transition: 0.3s;
}
.index5 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 32px;
}
.oo1 {
  padding-top: 30px;
}
.oo1 .show {
  -webkit-line-clamp: initial !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.oo1 .text {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
.oo1 .read {
  display: flex;
  justify-content: flex-start;
  margin-top: 37px;
}
.oo1 .read a,
.oo1 .read span {
  font-family: 'Roboto-Medium';
  display: none;
  justify-content: center;
  align-items: center;
  color: #2469be;
  cursor: pointer;
  min-width: 178px;
  height: 45px;
  padding: 0px 20px;
  border-radius: 23px;
  border: solid 1px #2469be;
}
.oo1 .read a:hover,
.oo1 .read span:hover {
  color: #fff;
  background: #2469be;
}
.oo2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 126px;
  padding-top: 72px;
}
.oo2_container {
  width: 100%;
  flex: 1;
}
.oo2_container .PageNumber {
  padding-top: 30px;
}
.oo2_container form {
  display: flex;
  flex-wrap: wrap;
}
.oo2_container figure {
  width: 31.73%;
  margin-right: 2.405%;
  background: #fff;
  padding-bottom: 20px;
  transition: 0.3s;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oo2_container figure:hover {
  box-shadow: 4px 7px 40px 0px rgba(0, 0, 0, 0.08);
}
.oo2_container figure:nth-of-type(3n+1) {
  margin-right: 0%;
}
.oo2_container .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 18px;
  margin-top: 9px;
}
.oo2_container .title {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  padding: 0px 18px;
  margin-top: 24px;
}
.oo2_container .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo2_container .title a:hover {
  color: #2469be;
}
.oo2_container .box {
  padding: 0px 18px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.oo2_container .box input {
  width: 12px;
  height: 12px;
  margin-left: 13px;
  cursor: pointer;
}
.oo2_container .link {
  min-width: 120px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #2469be;
  color: #2469be;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
}
.oo2_container .link:hover {
  background: #2469be;
  color: #fff;
}
.ot_container {
  background: #f7f7f7;
  padding-bottom: 107px;
}
.ot1 {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.ot1 .r_box {
  width: 50%;
  position: relative;
}
.ot1 .r_box img {
  transition: 0s;
}
.ot1 .r_box .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot1 .r_box .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;
}
.ot1 .r_box .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;
}
.ot1 .r_box .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.ot1 .r_box .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.ot1 .r_box .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.ot1 .r_box .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);
}
.ot1 .r_box .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.ot1 .r_box .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.ot1 .r_box .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.ot1 .r_box .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.ot1 .r_box .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
.ot1 .r_box .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.ot1 .r_box .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.ot1 .r_box .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.ot1 .r_box .pic-small {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 11px;
}
.ot1 .r_box .pic-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 36px;
  color: #666;
  cursor: pointer;
  z-index: 9;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ot1 .r_box .pic-btn.prev {
  left: 12px;
}
.ot1 .r_box .pic-btn.next {
  right: 12px;
}
.ot1 .r_box .pic-btn:hover {
  color: #2469be;
}
.ot1 .r_box .pic-list {
  overflow: hidden;
  width: 87.5%;
  margin: 0 auto;
}
.ot1 .r_box .pic-list ul {
  width: 1000%;
  display: flex;
}
.ot1 .r_box .list-item {
  position: relative;
  width: 3.12%;
  flex-shrink: 0;
  margin-right: 0.28%;
}
.ot1 .r_box .item-pics,
.ot1 .r_box .pic-list .item-video {
  display: block;
  position: relative;
  border: 1px solid transparent;
}
.ot1 .r_box .item-pics:before,
.ot1 .r_box .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;
}
.ot1 .r_box .item-pics img,
.ot1 .r_box .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ot1 .r_box .item-pics.zoomThumbActive:before,
.ot1 .r_box .item-video.active:before {
  left: -8px;
}
.ot1 .r_box .m-propic2 {
  display: none;
}
.ot1 .r_box .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ot1 .r_box .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 78.75%;
  height: 0;
}
.ot1 .r_box .provideo-box .provideo iframe,
.ot1 .r_box .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ot1 .r_box .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.ot1 .r_box .item-pics:hover,
.ot1 .r_box .item-pics.active,
.ot1 .r_box .item-video:hover,
.ot1 .r_box .item-video.active {
  opacity: 1;
  border: 1px solid #2469be;
}
.ot1_l {
  width: 100%;
  flex: 1;
  padding-right: 46px;
  padding-top: 9px;
  display: flex;
  flex-direction: column;
  padding-bottom: 19px;
}
.ot1_l h1 {
  font-family: 'Roboto-Bold';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.ot1_l .describe {
  color: #666;
  line-height: 24px;
  margin-top: 24px;
  position: relative;
  flex: 1;
}
.ot1_l .describe .describe1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
}
.ot1_l .describe .describe1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot1_l .describe .describe1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot1_l .describe .describe1::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot1_l .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.ot1_l .links a {
  min-width: 150px;
  height: 42px;
  border-radius: 20px;
  border: solid 1px #2469be;
  padding: 0px 10px;
  color: #2469be;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  margin-right: 40px;
}
.ot1_l .links a:hover {
  background: #2469be;
  color: #fff;
}
.ot1_l .share_box {
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 29px;
}
.ot1_l .share_box .share {
  margin-right: 10px;
}
.ot2 {
  padding-bottom: 87px;
  padding-top: 45px;
}
.ot2 .title {
  font-family: 'Roboto-Bold';
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 0px;
  color: #222222;
}
.ot2 .describe {
  color: #666;
  line-height: 24px;
  margin-top: 8px;
}
.ot2 .describe img {
  max-width: 100%;
}
.ot2 .describe .table {
  width: 100%;
  overflow: auto;
}
.ot2 .describe .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot2 .describe .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot2 .describe .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot2 .describe table {
  width: 100%;
  color: #333;
  border-collapse: collapse;
}
.ot2 .describe td {
  padding: 16px 68px;
}
.ot2 .describe tr:nth-of-type(odd) td {
  padding: 8px 68px;
  background: rgba(36, 105, 190, 0.1);
}
.ot2 .describe strong {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  font-weight: normal;
  color: #2469be;
  display: inline-block;
  margin-bottom: 12px;
}
.ot2 .describe em {
  font-family: 'Roboto-Bold';
  color: #333;
  font-style: normal;
}
.ot3 {
  background: #f7f7f7;
  padding-bottom: 37px;
  padding-top: 54px;
}
.ot3 .sw_button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ot3 .sw_button div {
  width: 38px;
  height: 38px;
  background-color: #f7f7f7;
  border-radius: 8px;
  border: solid 1px #2469be;
  color: #2469be;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.ot3 .sw_button div:hover {
  background: #2469be;
  color: #fff;
}
.ot3 .sw_button div:nth-of-type(1) {
  margin-left: 18px;
}
.ot3 .title_top {
  position: relative;
}
.ot3 .swiper-slide {
  background: #fff;
  padding-bottom: 20px;
  transition: 0.3s;
}
.ot3 .swiper-slide:hover {
  box-shadow: 4px 7px 40px 0px rgba(0, 0, 0, 0.08);
}
.ot3 .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 18px;
  margin-top: 9px;
}
.ot3 .title {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  padding: 0px 18px;
  margin-top: 24px;
}
.ot3 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ot3 .title a:hover {
  color: #2469be;
}
.ot3 .big_title {
  text-align: center;
}
.ot3 .swiper {
  padding: 30px 0px;
  margin-top: 16px;
}
.ot3 .button {
  padding: 0px 18px;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.ot3 .button a {
  min-width: 120px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #2469be;
  color: #2469be;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ot3 .button a:hover {
  background: #2469be;
  color: #fff;
}
.to .index2 {
  padding-top: 30px;
  padding-bottom: 95px;
}
.to .index2 .box {
  margin-top: 91px;
}
.to1 {
  background: rgba(36, 105, 190, 0.1);
  padding-top: 61px;
  padding-bottom: 79px;
}
.to1 .big_title {
  text-align: center;
}
.to1 .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 58px;
}
.to1 figure {
  width: 13.57%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
  margin-right: 0.835%;
}
.to1 figure:hover .imgBox img {
  opacity: 1;
}
.to1 figure:hover .logo img {
  opacity: 0;
}
.to1 figure:nth-of-type(7n+1) {
  margin-right: 0%;
}
.to1 figure:nth-of-type(even) {
  margin-top: 54px;
}
.to1 .top {
  position: relative;
}
.to1 .imgBox img {
  opacity: 0;
}
.to1 .logo {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 69px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.to1 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.to1 .title {
  font-family: 'Roboto-Medium';
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  padding: 17px 5%;
}
.to2 {
  flex-wrap: wrap;
  display: flex;
  padding-top: 73px;
}
.to2 .imgBox {
  width: 50%;
}
.to2 .box {
  width: 100%;
  flex: 1;
  padding: 3.15% 46px 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.to2 .buttonBox {
  margin-top: 20px;
}
.to2 .describe {
  line-height: 24px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 32px;
}
.to3 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 64px;
  align-items: flex-start;
  padding-bottom: 87px;
}
.to3 .l_box {
  width: 100%;
  flex: 1;
  padding-right: 19px;
  padding-left: 33px;
  padding-top: 2.15%;
}
.to3 .r_box {
  width: 42.07%;
  margin-right: 12px;
}
.to3 .title {
  font-family: 'Roboto-Bold';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4c4c4c;
}
.to3 .describe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  padding-right: 5%;
  margin-top: 27px;
}
.to3 form {
  width: 100%;
  padding-right: 10px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to3 form .hd {
  position: relative;
}
.to3 form .hd::before {
  font-size: 20px;
  content: '*';
  position: absolute;
  color: #ff0000;
  top: 45%;
  transform: translateY(-50%);
  right: -16px;
}
.to3 form p {
  width: 100%;
  margin-top: 21px;
  padding-bottom: 2px;
}
.to3 form input,
.to3 form textarea {
  display: block;
  background-color: transparent;
  border: solid 1px #d2d2d2;
  width: 100%;
  resize: none;
  outline: none;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 13px;
}
.to3 form textarea {
  height: 118px;
  padding-top: 7px;
}
.to3 form input::placeholder,
.to3 form input::-webkit-input-placeholder,
.to3 form textarea::placeholder {
  font-family: 'Roboto-Regular';
  color: #999999;
}
.to3 form .ttBox {
  margin-top: 22px;
}
.to3 form .ttBox::before {
  top: 16%;
}
.to3 form .half {
  width: 48.2%;
}
.to3 form .yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 280px);
  flex: 1;
  margin-top: 16px;
}
.to3 form .yzm span {
  height: 54px;
  flex-shrink: 0;
  margin-left: 17px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
}
.to3 form .yzm span img {
  height: 100%;
}
.to3 form .yzm input {
  width: 100%;
  flex: 1;
}
.to3 form .buttonBox {
  width: 265px;
  flex-shrink: 0;
  margin-top: 16px;
  margin-right: 15px;
}
.to3 form .buttonBox input {
  font-family: 'Roboto-Regular';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  background: #2469be;
  border: 1px solid #2469be !important;
  color: #fff;
  cursor: pointer;
  padding: 2px 0px 0px !important;
  border: none;
  transition: 0.3s; text-transform:uppercase;
}
.to3 form .buttonBox input:hover {
  background-color: #fff;
  color: #2469be;
}
.to3 form input {
  height: 54px;
}
.tho1 {
  padding-top: 33px;
  padding-bottom: 55px;
  background: url('../img/tho1_ia.png') no-repeat left 4%;
  background-size: auto;
}
.tho1 .top {
  display: flex;
  flex-wrap: wrap;
}
.tho1 .small_title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2469be;
  position: relative;
  margin-top: 5px;
  padding-bottom: 23px;
}
.tho1 .small_title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 4px;
  background-color: #2469be;
}
.tho1 .l_box {
  width: 100%;
  flex: 1;
  padding-right: 20px;
  position: relative;
}
.tho1 .describe1 {
  color: #666;
  width: 61.1%;
  margin-top: 8px;
}
.tho1 .describe {
  color: #666;
  margin-top: 63px;
}
.tho1 .describe img {
  display: inline-block;
  max-width: 100%;
}
.tho1 .describe em {
  font-family: 'Roboto-Bold';
  font-style: normal;
}
.tho2 {
  display: flex;
  flex-wrap: wrap;
}
.tho2 figure {
  display: flex;
  align-items: flex-start;
  width: 48%;
  margin-top: 7.4%;
}
.tho2 .box1 {
  width: 100%;
  flex: 1;
}
.tho2 .tho2_r {
  width: 25%;
  background: url('../img/tho2_back1.jpg') no-repeat left;
  background-size: cover;
}
.tho2 .tho2_l {
  width: 75%;
  background: url('../img/tho2_back.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  padding-top: 31px;
  padding-bottom: 77px;
}
.tho2 .logo {
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 15px;
}
.tho2 .logo img {
  width: 100%;
}
.tho2 .box {
  width: calc(100% - 30px);
  max-width: 1180px;
  padding-left: 6%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tho2 .title {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.tho2 .describe {
  color: #666666;
  margin-top: 12px;
}
.tho3 {
  padding-top: 107px;
  padding-bottom: 91px;
}
.tho3 .big_title {
  text-align: center;
}
.tho3 .small_title {
  color: #666;
  text-align: center;
  padding: 0px 3%;
  margin-top: 24px;
}
.tho3 .box {
  position: relative;
  margin-top: 42px;
}
.tho3 .l_box {
  width: 76.2857%;
  padding-bottom: 43.571%;
  position: relative;
  overflow: hidden;
}
.tho3 .l_box img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.tho3 .iconfont {
  font-size: 36px;
  font-weight: bold;
  color: #666;
  transition: 0.3s;
  cursor: pointer;
}
.tho3 .iconfont:hover {
  color: #2469be;
}
.tho3 .sw_box {
  position: absolute;
  height: 100%;
  top: 0;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tho3 .swiper-slide {
  cursor: pointer;
}
.tho3 .mySwipertho3 {
  height: 83%;
  margin: 15px 0px;
}
.tho3 .title {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  min-height: 60px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
}
.tho4 {
  position: relative;
  padding-top: 88px;
  padding-bottom: 123px;
}
.tho4::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f7f7f7;
  z-index: -1;
}
.tho4 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.tho4 .r_box {
  width: 34%;
  padding-right: 2.5%;
  padding-bottom: 8.9%;
}
.tho4 .sw_box {
  width: 60.5%;
}
.tho4 .name {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 24px;
}
.tho4 .describe {
  color: #666666;
  margin-top: 35px;
}
.tho4 .sw_button {
  display: flex;
  align-items: center;
  margin-top: 19.5%;
}
.tho4 .sw_button div {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #2469be;
  color: #2469be;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.tho4 .sw_button div:hover {
  background: #2469be;
  color: #fff;
}
.tho4 .sw_button div:nth-of-type(1) {
  margin-left: 18px;
}
.fuo .big_title {
  text-align: center;
}
.fuo .small_title {
  color: #666;
  text-align: center;
  padding: 0px 3%;
  margin-top: 12px;
}
.fuo1 {
  padding-top: 30px;
  padding-bottom: 82px;
}
.fuo1 .imgBox {
  box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .fuo1 .imgBox:hover .zz {
    opacity: 1;
  }
}
.fuo1 .zz {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.fuo1 .title {
  font-family: 'Roboto-Medium';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  width: 92%;
  padding: 0px 8px;
  margin-top: 16px;
}
.fuo1 .title a {
  color: #333;
}
.fuo1 .title a:hover {
  color: #2469be;
}
.fuo1 .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}
.fuo1 figure {
  width: 23.57%;
  margin-right: 1.906666%;
  margin-top: 31px;
  padding-bottom: 8px;
}
.fuo1 figure:nth-of-type(4n+1) {
  margin-right: 0%;
}
.fuo1 .PageNumber {
  margin-top: 80px;
}
.fut1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 44px;
  padding-bottom: 79px;
}
.fut1_l {
  width: 100%;
  flex: 1;
}
.fut1_l .describe img {
  display: inline-block;
  max-width: 100%;
}
.fut1_l h1 {
  font-family: 'Roboto-Medium';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fut1_l .share_box {
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.fut1_l .share_box .share {
  margin-right: 10px;
}
.fut1_l .box {
  margin-top: 22px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 39px;
}
.fut1_l .describe1 {
  color: #666;
  margin-top: 32px;
}
.pub_right {
  width: 303px;
  flex-shrink: 0;
  margin-right: 45px;
  position: sticky;
  top: 15%;
}
.pub_right .pub_title {
  font-family: 'Roboto-Bold';
  background-color: #2469be;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  min-height: 60px;
  padding: 5px 10px;
}
.pub_right .title {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_right .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.pub_right .title a:hover {
  color: #2469be;
}
.pub_right .time {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 4px;
  font-size: 15px;
}
.pub_right .time i {
  margin-left: 8px;
  font-size: 22px;
  color: #2469be;
}
.pub_right .time span {
  margin-top: 2px;
}
.pub_right .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
  margin-top: 13px;
  transition: 0.3s;
}
.pub_right ul {
  padding: 0px 14px 0px 11px;
  background: #fbfbfb;
}
.pub_right li {
  border-bottom: 1px solid #cccccc;
  padding: 18px 0px 21px;
}
.pub_right li:nth-last-of-type(1) {
  border-bottom: none;
}
.page_change {
  font-family: 'Roboto-Bold';
  color: #333;
  padding-top: 20px;
}
.page_change > div {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.page_change span,
.page_change a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 5px;
}
.page_change a:hover {
  color: #2469be;
}
.page_change .iconfont {
  width: 31px;
  height: 31px;
  background-color: #2469be;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 16px;
}
.page_change .iconfont + * {
  display: flex;
  align-items: center;
}
.fo1 {
  padding-bottom: 88px;
}
.fo1 .title {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  color: #333;
}
.fo1 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fo1 .title a:hover {
  color: #2469be;
}
.fo1 .l_box {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
}
.fo1 .l_box .imgBox {
  width: 80px;
  flex-shrink: 0;
  margin-left: 31px;
}
.fo1 .r_box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.fo1 .r_box .imgBox {
  width: 28px;
  flex-shrink: 0;
}
.fo1 .r_box a {
  min-width: 156px;
  height: 50px;
  background-color: #2469be;
  border-radius: 25px;
  border: solid 1px #2469be;
  padding: 0px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 25px;
}
.fo1 .r_box a:hover {
  background: #fff;
  color: #2469be;
}
.fo1 figure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: dashed 1px #dddddd;
  padding-bottom: 38px;
  margin-top: 68px;
}
.fo1 figure:nth-of-type(1) {
  margin-top: 54px;
}
.fo1 .PageNumber {
  margin-top: 91px;
}
.ft .index4 {
  background: none;
  padding-top: 62px;
}
.ft1 {
  padding-bottom: 81px;
}
.ft1 .bottom {
  display: none;
  color: #5f6c7a;
  line-height: 30px;
  margin-top: 23px;
  padding-left: 10px;
}
.ft1 .top {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #182a37;
  position: relative;
  cursor: pointer;
  background-color: #f4f4f6;
  border-radius: 10px;
  transition: 0.3s;
  padding: 10px 30px 10px 74px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft1 .top:hover {
  background: #2469be;
  color: #fff;
}
.ft1 .top:hover .dianji {
  color: #fff;
  border: 2px solid #fff;
}
.ft1 .top p {
  padding-right: 30px;
  width: 100%;
}
.ft1 .dianji {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  cursor: pointer;
  color: #aaa;
  width: 30px;
  height: 30px;
  border: solid 2px #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.ft1 .dianji i {
  font-size: 16px;
  font-weight: normal;
  transition: 0s;
}
.ft1 figure {
  margin-top: 28px;
}
.ft1 .PageNumber {
  margin-top: 82px;
}
.fth .index4 {
  background: none;
}
.fth1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 13px;
  padding-bottom: 80px;
}
.fth1 figure {
  width: 48.57%;
  margin-top: 45px;
}
.fth1 .imgBox {
  position: relative;
}
.fth1 .zz {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fth1 .name {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  text-align: center;
  margin-top: 21px;
}
.fth1 .PageNumber {
  margin-top: 83px;
}
.so .index4 {
  background: none;
}
.so1 {
  padding-top: 13px;
  padding-bottom: 80px;
}
.so1 .title {
  font-family: 'Roboto-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.so1 .title a {
  color: #333;
}
.so1 .title a:hover {
  color: #2469be;
}
.so1 .imgBox {
  border-radius: 10px;
  overflow: hidden;
  width: 36%;
  max-width: 493px;
}
.so1 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 25px;
}
.so1 .time {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 7px;
}
.so1 .time i {
  margin-left: 8px;
  font-size: 22px;
  color: #2469be;
}
.so1 .time span {
  margin-top: 2px;
}
.so1 figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 26px;
}
.so1 .box {
  width: 100%;
  flex: 1;
  padding-right: 60px;
  padding-top: 1.5%;
}
.so1 .buttonBox {
  margin-top: 41px;
}
.so1 .PageNumber {
  margin-top: 62px;
}
.st .index4 {
  background: none;
}
.st1 {
  padding-top: 30px;
  padding-bottom: 60px;
}
.st1 h1 {
  font-family: 'Roboto-Bold';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.st1 .share_time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.st1 .time {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 3px;
}
.st1 .time i {
  margin-left: 8px;
  font-size: 22px;
  color: #2469be;
}
.st1 .time span {
  margin-top: 2px;
}
.st1 .share_box {
  color: #999;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.st1 .share_box .share {
  margin-right: 10px;
  padding-top: 5px;
}
.st1 .describe {
  color: #666;
  margin-top: 33px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.st1 .describe img {
  display: inline-block;
  max-width: 100%;
}
.st1 .page_change {
  padding-top: 11px;
}
.seo .big_title {
  font-family: 'Roboto-Regular';
  text-align: center;
}
.seo1 {
  padding-top: 30px;
}
.seo1 .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.seo1 figure {
  width: 23.93%;
  background: rgba(245, 245, 245, 0.3);
  margin-right: 1.42666666%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 47px;
  min-height: 189px;
  padding: 12px 15px 10px;
}
.seo1 figure p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}
.seo1 figure p a {
  color: #666;
}
.seo1 figure p a:hover {
  color: #2469be;
}
.seo1 figure:nth-of-type(4n+1) {
  margin-right: 0%;
}
.seo1 .logo {
  width: 83px;
  height: 83px;
  border: solid 1px #2469be;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo1 .logo img {
  max-width: 70%;
  max-height: 70%;
}
.seo2 {
  padding-top: 24px;
  padding-bottom: 99px;
}
.seo2 .small_title {
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-top: 22px;
}
.seo2 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}
.seo2 form .last_box {
  width: 65.35%;
  display: flex;
  align-items: center;
}
.seo2 form .hd {
  position: relative;
}
.seo2 form .hd::before {
  content: '*';
  position: absolute;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.seo2 form p {
  width: 100%;
  margin-top: 27px;
}
.seo2 form input,
.seo2 form textarea {
  display: block;
  background-color: transparent;
  border: solid 1px #d6d6d6;
  width: 100%;
  resize: none;
  outline: none;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 34px 0px 10px;
}
.seo2 form textarea {
  height: 252px;
  padding-top: 14px;
}
.seo2 form input::placeholder,
.seo2 form input::-webkit-input-placeholder,
.seo2 form textarea::placeholder {
  font-family: 'Roboto-Regular';
  color: #999;
}
.seo2 form .ttBox {
  margin-top: 27px;
}
.seo2 form .ttBox::before {
  top: 10%;
}
.seo2 form .half {
  width: 30.7%;
}
.seo2 form .yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 373px);
  flex: 1;
  margin-top: 27px;
}
.seo2 form .yzm span {
  height: 58px;
  flex-shrink: 0;
  margin-right: 54px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
}
.seo2 form .yzm span img {
  height: 100%;
}
.seo2 form .yzm input {
  width: 100%;
  flex: 1;
}
.seo2 form .buttonBox {
  width: 319px;
  flex-shrink: 0;
  margin-top: 27px;
  margin-right: 54px;
}
.seo2 form .buttonBox input {
  font-family: 'Roboto-Regular';
  background: #2469be;
  border: 1px solid #2469be;
  color: #fff;
  cursor: pointer;
  padding: 2px 0px 0px !important;
  transition: 0.3s; text-transform:uppercase;
}
.seo2 form .buttonBox input:hover {
  background-color: #fff;
  color: #2469be;
}
.seo2 form input {
  height: 58px;
}
.seo3 {
  padding-bottom: 95px;
}
.PageNumber {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto-Regular';
  width: 100%;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666;
  width: 36px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 8px;
}
.PageNumber a:hover {
  background: #2469be;
  color: #fff;
  border: 1px solid #2469be;
}
.PageNumber .active {
  background: #2469be;
  color: #fff;
  border: 1px solid #2469be;
}
.PageNumber .p_f,.PageNumber .big {
  width: 93px;
}
.PageNumber .p_l {
  min-width: 62px;
}
.PageNumber input {
  min-width: 149px;
  height: 30px;
  background-color: #2469be;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #2469be;
}
.PageNumber input:hover {
  color: #2469be;
  background: #fff;
}
.PageNumber .big.no:hover{
	 color: #666 !important;

  background-color: #fff !important;
  border: solid 1px #e5e5e5 !important;
	
	}
.PageNumber .submit {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.PageNumber .submit i {
  font-size: 18px;
  color: #2469be;
  margin-right: 5px;
}
.pub_menu {
  width: 300px;
  margin-left: 60px;
}
.pub_menu .pro_all {
  font-family: 'Roboto-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  background: #2469be;
  padding: 6px 26px 8px;
  display: none;
}
.pub_menu .pro_all .xiangyou {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .pub_menu .pro_all .xiangyou {
    display: none;
  }
}
.pub_menu .pub_box1 i {
  font-size: 12px;
  flex-shrink: 0;
  margin-right: 5px;
  opacity: 0.6;
  color: #333;
}
.pub_menu .pub_box1 > li {
  font-family: 'Roboto-Medium';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom:5px;
}
.pub_menu .pub_box1 span {
  transition: 0s;
}
.pub_menu .pub_box1 > li > a {
  background-color: #edeef0;
  color: #333;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 5px 20px;
}
.pub_menu .pub_box1 > li > a:hover {
  background: #2469be;
  color: #fff;
}
.pub_menu .pub_box1 > li.active>a{ background: #2469be;
  color: #fff;}
.pub_menu .pub_box1 > li > a:hover i {
  color: #fff;
}
.pub_menu .pub_box1 > .active > a i {
  transform: rotate(-90deg);
}
.pub_menu .pub_ul2 {
  font-family: 'Roboto-Regular';
  color: #666;
  padding: 9px 0px 26px 30px;
  font-size: 16px;
  line-height: 34px; display:none;
}
.pub_menu .pub_ul2 .active a {
  color: #2469be;
}
.pub_menu .pub_ul2 a {
  color: #666;
}
.pub_menu .pub_ul2 a:hover {
  color: #2469be;
}
.fy_index2 {
  background: #fff;
  padding-bottom: 89px;
}
.fy_index2 .logo img {
  transition: 0s;
}
.fy_index2 figure:hover {
  background: #2469be;
}
.fy_index2 figure:hover .describe {
  color: #fff;
}
.fy_index2 figure:hover .logo img {
  filter: grayscale(1) brightness(10);
}
.mbx {
  color: #666;
  border-bottom: 1px solid #dddddd;
  padding-top: 19px;
  padding-bottom: 16px;
}
.mbx i {
  color: #999;
  margin-right: 8px;
}
.mbx a {
  color: #666;
  display: inline;
  vertical-align: middle;
}
.mbx a:hover {
  color: #2469be;
}
.mbx .active {
  color: #2469be;
}
footer {
  background: #111111;
  padding-top: 53px;
  padding-bottom: 40px;
}
footer li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #cccccc;
}
footer li a {
  color: #ccc;
}
footer li a:hover {
  color: #2469be;
}
footer .lif {
  font-family: 'Roboto-Bold';
  font-size: 22px;
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
}
footer .lif::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
}
footer .lif a {
  color: #fff;
}
footer .lif a:hover {
  color: #2469be;
}
footer .lif + li {
  margin-top: 18px;
}
footer form {
  width: 100%;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
}
footer form .hd {
  position: relative;
}
footer form .hd::before {
  content: '*';
  position: absolute;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
footer form p {
  width: 100%;
  margin-top: 13px;
}
footer form input,
footer form textarea {
  display: block;
  background-color: transparent;
  border: solid 1px #cccccc;
  width: 100%;
  resize: none;
  outline: none;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
  padding: 0px 10px;
}
footer form textarea {
  height: 67px;
  padding-top: 7px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  font-family: 'Roboto-Regular';
  color: #cccccc;
}
footer form .ttBox {
  margin-top: 14px;
}
footer form .ttBox::before {
  top: 33%;
}
footer form .half {
  width: 46.8%;
}
footer form .yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex: 1;
  margin-top: 14px;
}
footer form .yzm span {
  height: 34px;
  flex-shrink: 0;
  margin-right: 27px;
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
}
footer form .yzm input {
  width: 100%;
  flex: 1;
}
footer form .buttonBox {
  width: 83px;
  flex-shrink: 0;
  margin-top: 14px;
  margin-right: 19px;
}
footer form .buttonBox input {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  background: #2469be;
  color: #fff;
  cursor: pointer;
  padding: 2px 0px 0px !important;
  border: none;
  transition: 0.3s; text-transform:uppercase;
}
footer form .buttonBox input:hover {
  background-color: #fff;
  color: #2469be;
}
footer form input {
  height: 34px;
}
footer .footer_a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 23px;
}
footer .ul1 {
  width: 14%;
}
footer .ul2 {
  width: 17%;
}
footer .ul3 {
  width: 22%;
  margin-right: 2%;
}
footer .ul4 {
  width: 31.35%;
}
footer .footer_b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ccc;
  line-height: 30px;
  padding-top: 1px;
}
footer .footer_b .content {
  display: flex;
  justify-content: space-between;
}
footer .footer_b a {
  color: #ccc;
}
footer .footer_b a:hover {
  color: #2469be;
}
footer .l_box {
  width: 65%;
  padding-top: 7px;
}
footer .link {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
}
footer .link span,
footer .link a {
  margin-right: 10px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 14px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 7px;
  margin-top: 10px;
}
footer .icBox a:hover {
  color: #fff;
  border: 1px solid #2469be;
  background: #2469be;
}
.fyfooter {
  padding-bottom: 76px;
}
.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: 1450px) {
  header {
    padding: 10px 0px;
  }
  header .logoBox {
    width: 90px;
  }
  header .menuOne.active > a {
    color: #2469be !important;
  }
  header .menuOne.active > a::before {
    width: 45px;
  }
  header .menuOne.menuactive > a {
    color: #2469be !important;
  }
  header .menuOne.menuactive > a::before {
    width: 45px;
  }
  header .menuOne {
    font-size: 14px;
    margin-left: 22px;
  }
  header .menuOne > a {
    padding: 16px 0px;
  }
  header .menuOne > a:hover::before {
    width: 45px;
  }
  header .sousuo {
    margin-left: 15px;
  }
  header .xian {
    margin-left: 15px;
  }
  header .ul1 {
    padding-top: 15px !important;
  }
  header .ul li {
    font-size: 14px;
    line-height: 28px;
  }
  header .dif_ul {
    min-width: 178px;
  }
  .padding_top {
    padding-top: 87.69px;
  }
  html body {
    font-size: 15px;
  }
  footer li {
    font-size: 15px;
    line-height: 26px;
  }
  footer .lif {
    font-size: 20px;
  }
  footer .ul3 {
    margin-right: 0px;
  }
  footer .ul4 {
    width: 38%;
  }
  footer form {
    padding-left: 8px;
  }
  footer form .hd::before {
    right: -12px;
  }
  footer form .yzm span {
    margin-right: 10px;
  }
  footer form .buttonBox {
    margin-rigt: 10px;
  }
  footer .footer_b {
    line-height: 25px;
  }
  .index_banner .slick-prev,
  .index_banner .slick-next {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .index_banner .slick-dots {
    bottom: 18px;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .index1 {
    padding-top: 60px;
  }
  .index1_menu {
    font-size: 15px;
    line-height: 22px;
    padding-top: 30px;
  }
  .index1_menu span {
    width: 24%;
    margin-right: 1.33333%;
  }
  .index1_bottom {
    padding-bottom: 100px;
  }
  .index1_bottom .title {
    font-size: 24px;
    line-height: 30px;
  }
  .index1_bottom .l_box {
    padding: 60px 30px 50px;
  }
  .index1_bottom .l_box .imgBox {
    margin-top: 15%;
  }
  .index1_bottom .box2 {
    margin-top: 14px;
  }
  .index1_bottom .name {
    font-size: 16px;
  }
  .index2 .small_title {
    padding: 0px;
  }
  .index2 .logo {
    width: 64px;
    height: 50px;
  }
  .index2 .describe {
    font-size: 15px;
  }
  .index2 figure {
    padding: 25px 2% 10px;
    min-height: 200px;
  }
  .index3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .index3 .buttonBox {
    margin-top: 25px;
  }
  .index4 .small_title {
    padding: 0px;
  }
  .index4 .title {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 8px;
    width: 100%;
  }
  .index5 {
    padding-bottom: 100px;
    padding-top: 60px;
  }
  .index5 .box {
    padding-top: 5px;
  }
  .index5 .imgBox {
    width: 196px;
  }
  .index5 .r_box {
    padding: 0px 18px 2px;
  }
  .index5 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index5 .describe {
    margin-top: 5px;
  }
  .pub_menu {
    width: 270px;
    margin-left: 25px;
  }
  .pub_menu .pub_box1 > li {
    font-size: 16px;
    line-height: 26px;
  }
  .pub_menu .pub_box1 > li > a {
    padding: 5px 15px;
    min-height: 42px;
  }
  .pub_menu .pub_ul2 {
    padding: 10px 0px 10px 15px;
    line-height: 30px;
  }
  .oo2_container .title {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 10px;
    margin-top: 10px;
  }
  .oo2_container .describe {
    padding: 0px 10px;
  }
  .oo2_container .box {
    padding: 0px 10px;
  }
  .oo2 {
    padding-bottom: 50px;
  }
  .PageNumber .submit {
    margin-right: 10px;
  }
  .ot1 .r_box .pic-btn.prev {
    left: 2px;
  }
  .ot1 .r_box .pic-btn.next {
    right: 2px;
  }
  .ot1_l {
    padding-bottom: 0px;
  }
  .ot1_l h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .ot1_l .describe {
    margin-top: 8px;
  }
  .ot1_l .links a {
    min-width: 130px;
    height: 32px;
    margin-right: 25px;
  }
  .ot2 .title {
    font-size: 28px;
    line-height: 42px;
  }
  .ot2 .describe td {
    padding: 8px 20px;
  }
  .ot2 .describe tr:nth-of-type(odd) td {
    padding: 8px 20px;
  }
  .ot3 .title {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 10px;
    margin-top: 10px;
  }
  .ot3 .describe {
    padding: 0px 10px;
  }
  .ot3 .button {
    padding: 0px 10px;
    margin-top: 15px;
  }
  .ot3 .button a {
    min-width: 114px;
    height: 34px;
  }
  .to .index2 .box {
    margin-top: 60px;
  }
  .to1 figure {
    min-height: 270px;
  }
  .to1 .logo {
    width: 50px;
    height: 40px;
  }
  .to1 .title {
    font-size: 16px;
  }
  .to2 .box {
    padding: 10px 30px;
  }
  .to2 .describe {
    margin-top: 5px;
  }
  .to3 {
    align-items: center;
  }
  .to3 .l_box {
    padding-top: 0px;
  }
  .to3 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .to3 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    padding-right: 0px;
  }
  .to3 .r_box {
    margin-right: 0px;
  }
  .to3 form {
    padding-right: 0px;
  }
  .to3 form input,
  .to3 form textarea {
    font-size: 14px;
  }
  .to3 form p {
    padding-bottom: 0px;
    margin-top: 16px;
  }
  .to3 form input {
    height: 40px;
  }
  .to3 form .yzm span {
    height: 40px;
  }
  .to3 form .buttonBox {
    width: 180px;
  }
  .to3 form .buttonBox input {
    font-size: 16px;
    line-height: 38px;
  }
  .tho1 .small_title {
    font-size: 16px;
    line-height: 24px;
  }
  .tho2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tho2 .describe {
    margin-top: 8px;
  }
  .tho2 figure {
    margin-top: 30px;
  }
  .tho3 .swiper-slide .imgBox {
    height: 100%;
  }
  .tho3 .title {
    font-size: 16px;
    line-height: 28px;
    min-height: 50px;
  }
  .tho3 .iconfont {
    font-size: 24px;
  }
  .tho3 .small_title {
    padding: 0px;
  }
  .tho4 .r_box {
    padding-bottom: 0px;
    padding-right: 0px;
  }
  .tho4 .describe {
    margin-top: 10px;
  }
  .tho4 .sw_button {
    margin-top: 30px;
  }
  .tho4 .name {
    font-size: 16px;
    margin-top: 15px;
  }
  .fuo .small_title {
    padding: 0px;
  }
  .fuo1 .title {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 8px;
    width: 100%;
  }
  .pub_right {
    width: 260px;
  }
  .pub_right ul {
    padding: 0px 10px;
  }
  .pub_right .pub_title {
    font-size: 24px;
    padding: 5px 10px;
    min-height: 52px;
  }
  .pub_right .title {
    font-size: 16px;
    line-height: 26px;
  }
  .pub_right .describe {
    margin-top: 5px;
  }
  .pub_right li {
    padding: 15px 0px;
  }
  .fut1_l h1 {
    font-size: 24px;
  }
  .fut1_l .share_box {
    margin-top: 15px;
  }
  .fut1_l .describe1 {
    margin-top: 20px;
  }
  .fut1_l .box {
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .page_change {
    padding-top: 5px;
  }
  .page_change .iconfont {
    margin-left: 10px;
  }
  .fo1 .l_box .imgBox {
    width: 60px;
    margin-left: 20px;
  }
  .fo1 .title {
    font-size: 16px;
  }
  .fth1 {
    padding-top: 0px;
  }
  .so1 .title {
    font-size: 20px;
  }
  .so1 .describe {
    margin-top: 8px;
  }
  .so1 .buttonBox {
    margin-top: 15px;
  }
  .so1 .buttonBox a {
    min-width: 150px;
    height: 40px;
  }
  .so1 .box {
    padding-top: 0px;
    padding-right: 40px;
  }
  .st1 h1 {
    font-size: 24px;
  }
  .seo1 .logo {
    width: 60px;
    height: 60px;
  }
  .seo1 .logo img {
    max-width: 45%;
    max-height: 50%;
  }
  .seo1 figure p {
    font-size: 16px;
    line-height: 24px;
  }
  .seo2 form .yzm {
    margin-top: 20px;
  }
  .seo2 form .yzm span {
    margin-right: 20px;
    height: 46px;
  }
  .seo2 form .buttonBox {
    margin-top: 20px;
    width: 220px;
    margin-right: 20px;
  }
  .seo2 form input {
    height: 46px;
  }
  .seo2 form .ttBox {
    margin-top: 20px;
  }
  .seo2 form p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
  }
  .rightMenu > div {
    flex: 1;
    border-radius: 0px;
    margin-top: 0px;
  }
  .rightMenu > div a {
    border-radius: 0px;
  }
  .rightMenu > div i {
    font-size: 18px;
  }
  .rightMenu .wx > img {
    bottom: 100%;
    transform: none;
    left: 0%;
  }
  .rightMenu .auw1 .text {
    right: 50%;
    transform: translate(50%) !important;
    top: auto;
    bottom: 101%;
    z-index: 1;
    opacity: 1;
    transition: 0s;
    display: none;
    width: auto;
    padding: 5px 10px;
    white-space: nowrap;
  }
  header {
    padding: 5px 0px;
  }
  header .logoBox {
    width: 72px;
  }
  header .center {
    padding-right: 30px;
  }
  header .menuOne {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .xian {
    display: none;
  }
  .padding_top {
    padding-top: 64.14px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 50px !important;
  }
  footer .ul1,
  footer .ul2 {
    display: none;
  }
  footer .ul3 {
    width: 100%;
    flex: 1;
    padding-right: 20px;
  }
  footer .lif {
    padding-bottom: 0px;
    font-size: 18px;
  }
  footer .lif::before {
    display: none;
  }
  footer .lif + li {
    margin-top: 8px;
  }
  footer .ul4 {
    width: 100%;
    max-width: 400px;
  }
  footer form {
    padding-left: 0px;
    padding-top: 0px;
  }
  footer form input,
  footer form textarea {
    font-size: 12px;
  }
  footer .link {
    display: none;
  }
  footer .footer_b .content {
    flex-direction: column-reverse;
  }
  footer .l_box {
    width: 100%;
    padding-top: 0px;
    text-align: center;
    margin-top: 6px;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
  }
  .index_banner .slick-dots {
    bottom: 5px;
  }
  .index_banner .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  .big_title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .index1 {
    padding-top: 30px;
  }
  .index1_top .big_title {
    width: 100%;
    flex: none;
  }
  .index1_top .small_title {
    width: 100%;
    margin-top: 10px;
  }
  .index1_menu {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .index1_menu span {
    padding: 10px 15px;
    margin-top: 10px;
  }
  .index1_bottom {
    max-width: 600px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .index1_bottom .l_box {
    width: 100%;
    padding: 30px;
  }
  .index1_bottom .l_box .imgBox {
    margin-top: 20px;
  }
  .index1_bottom .r_box {
    width: 100%;
  }
  .index1_bottom .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index1_bottom .describe {
    margin-top: 8px;
  }
  .buttonBox a {
    min-width: 160px;
    padding: 0px 15px;
    height: 40px;
  }
  .index2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .index2 .buttonBox {
    margin-top: 20px;
  }
  .index2 .describe {
    font-size: 14px;
    margin-top: 15px;
  }
  .index2 figure {
    width: 33.33333%;
    border-right: none;
    min-height: auto;
    padding: 25px 2%;
  }
  .index2 .logo {
    width: 50px;
    height: 38px;
  }
  .index2 .box {
    margin-top: 10px !important;
  }
  .index2 .box::before {
    display: none;
  }
  .index3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index3 .small_title {
    font-size: 16px;
    line-height: 26px;
  }
  .index3 .xian {
    display: none;
  }
  .index3 .describe {
    line-height: 24px;
    margin-top: 15px;
  }
  .index4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .index4 figure {
    width: 30%;
    margin-lrighteft: 5%;
  }
  .index4 figure:nth-of-type(4n+1) {
    margin-right: 5%;
  }
  .index4 figure:nth-of-type(3n+1) {
    margin-right: 0%;
  }
  .index4 .title {
    margin-top: 12px;
  }
  .index4 figure {
    margin-top: 20px;
  }
  .index5 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index5 figure {
    margin-top: 20px;
    width: 100%;
  }
  .index5 .imgBox {
    width: 240px;
  }
  .index5 .box {
    margin: auto;
    width: 100%;
    max-width: 750px;
  }
  .PageNumber a {
    font-size: 12px;
    width: 26px;
    height: 26px;
    margin-right: 4px;
    margin-top: 5px;
  }
  .PageNumber .submit {
    margin-top: 5px;
  }
  .PageNumber .p_f {
    width: 64px;
  }
  .PageNumber .p_l {
    width: 46px;
  }
  .PageNumber input {
    min-width: 120px;
    height: 24px;
    font-size: 12px;
  }
  .oo1 {
    padding-top: 20px;
  }
  .oo1 .read {
    margin-top: 20px;
  }
  .oo1 .read a,
  .oo1 .read span {
    min-width: 120px;
    padding: 0px 15px;
    height: 34px;
  }
  .oo1 .text {
    margin-top: 5px;
  }
  .pub_menu {
    width: 100%;
    margin-right: 0px;
    margin-top: 30px !important;
  }
  .pub_menu .pro_all {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding: 3px 10px;
  }
  .pub_menu .pub_box1 {
    display: none;
    margin-top: 20px;
  }
  .pub_menu .pub_box1 > li > a {
    padding: 5px 10px;
  }
  .oo2 {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .oo2_container {
    width: 100%;
    flex: none;
  }
  .oo2_container .PageNumber {
    padding-top: 0px;
  }
  .oo2_container .box {
    margin-top: 10px;
  }
  .oo2_container .link {
    min-width: 110px;
    height: 32px;
  }
  .ot1 {
    justify-content: center;
  }
  .ot1 .zoomPad {
    cursor: default !important;
  }
  .ot1 .zoomPup {
    display: none !important;
  }
  .ot1 .zoomWindow {
    display: none !important;
  }
  .ot1 .zoomPreload {
    display: none !important;
  }
  .ot1 .r_box {
    width: 80%;
  }
  .ot1_l {
    padding-right: 0px;
    flex: none;
    margin-top: 15px;
  }
  .ot1_l h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .ot1_l .describe {
    margin-top: 10px;
  }
  .ot1_l .describe .describe1 {
    position: relative;
    height: auto;
  }
  .ot1_l .links {
    padding-top: 10px;
  }
  .ot_container {
    padding-bottom: 30px;
  }
  .ot2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ot2 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .ot2 .describe strong {
    font-size: 16px;
  }
  .ot3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ot3 .sw_button {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
  .ot3 .sw_button div {
    width: 30px;
    height: 30px;
    margin: 0px 5px !important;
  }
  .ot3 .sw_button i {
    font-size: 14px;
  }
  .ot3 .swiper {
    padding: 10px 0px;
    margin: 5px auto 0px;
  }
  .to1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .to1 .box {
    padding-top: 25px;
    max-width: 800px;
    margin: auto;
  }
  .to1 figure {
    width: 23%;
    margin-right: 2.66666%;
  }
  .to1 .imgBox img {
    opacity: 1 !important;
  }
  .to1 .logo img {
    opacity: 1 !important;
  }
  .to1 figure:nth-of-type(7n+1) {
    margin-right: 2.66666%;
  }
  .to1 figure:nth-of-type(4n+1) {
    margin-right: 0%;
  }
  .to1 figure:nth-of-type(even) {
    margin-top: 30px;
  }
  .to2 {
    padding-top: 30px;
    align-items: center;
  }
  .to2 .box {
    padding: 0px 20px;
  }
  .to3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .to3 .l_box {
    padding-right: 0px;
    padding-left: 30px;
  }
  .to3 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .to3 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .to3 form input {
    height: 36px;
  }
  .to3 form textarea {
    height: 100px;
  }
  .to3 form p {
    margin-top: 10px;
  }
  .to3 form .ttBox {
    margin-top: 10px;
  }
  .to3 form .yzm {
    margin-top: 10px;
  }
  .to3 form .yzm span {
    margin-left: 10px;
    height: 36px;
  }
  .to3 form .buttonBox {
    width: 140px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .to3 form .buttonBox input {
    line-height: 34px;
    font-size: 14px;
  }
  .tho1 {
    padding-bottom: 30px;
  }
  .tho1 .describe1 {
    width: 100%;
  }
  .tho1 .l_box {
    flex: none;
  }
  .tho1 .small_title {
    padding-bottom: 0px;
  }
  .tho1 .small_title::before {
    display: none;
  }
  .tho1 .describe {
    margin-top: 20px;
  }
  .tho2 .tho2_l {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    justify-content: center;
  }
  .tho2 .box {
    width: calc(100% - 60px);
    padding-left: 0px;
  }
  .tho3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tho3 .small_title {
    margin-top: 10px;
  }
  .tho3 .box {
    margin-top: 20px;
  }
  .tho3 .iconfont {
    font-size: 20px;
  }
  .tho3 .mySwipertho3 {
    margin: 10px 0px;
  }
  .tho4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tho4 .sw_button {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    top: 0;
    transform: none;
    margin-top: 10px;
  }
  .tho4 .sw_button div {
    width: 30px;
    height: 30px;
    margin: 0px 5px !important;
  }
  .tho4 .sw_button i {
    font-size: 14px;
  }
  .tho4 .content {
    flex-direction: column-reverse;
  }
  .tho4 .sw_box {
    width: 100%;
    max-width: 700px;
    margin: 25px auto 0px;
  }
  .tho4 .r_box {
    width: 100%;
  }
  .tho4 .name {
    font-size: 14px;
    margin-top: 5px;
  }
  .fuo1 {
    padding-bottom: 30px;
  }
  .fuo1 .PageNumber {
    margin-top: 20px;
  }
  .fuo1 figure {
    width: 30%;
    margin-right: 5%;
    padding-bottom: 0px;
  }
  .fuo1 figure:nth-of-type(4n+1) {
    margin-right: 5%;
  }
  .fuo1 figure:nth-of-type(3n+1) {
    margin-right: 0%;
  }
  .fuo1 .title {
    margin-top: 12px;
  }
  .fuo1 figure {
    margin-top: 20px;
  }
  .fut1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .pub_right {
    width: 100%;
    margin-right: 0px;
    margin-top: 30px;
  }
  .pub_right .pub_title {
    font-size: 20px;
    line-height: 28px;
    min-height: 42px;
  }
  .fut1_l {
    width: 100%;
  }
  .fut1_l h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .page_change .iconfont {
    width: 26px;
    height: 26px;
  }
  .page_change > div {
    margin-top: 10px;
  }
  .fo1 {
    padding-bottom: 30px;
  }
  .fo1 figure {
    margin-top: 30px !important;
    padding-bottom: 20px;
  }
  .fo1 .r_box a {
    margin-right: 15px;
    min-width: 120px;
    padding: 0px 15px;
    height: 40px;
  }
  .fo1 .l_box .imgBox {
    width: 40px;
  }
  .fo1 .PageNumber {
    margin-top: 20px;
  }
  .ft1 {
    padding-bottom: 30px;
  }
  .ft1 .dianji {
    width: 26px;
    height: 26px;
    left: 16px;
  }
  .ft1 .dianji i {
    font-size: 12px;
  }
  .ft1 .top {
    font-size: 16px;
    line-height: 26px;
    min-height: 50px;
    padding: 10px 0px 10px 50px;
  }
  .ft1 .bottom {
    line-height: 26px;
    margin-top: 15px;
  }
  .ft1 .PageNumber {
    margin-top: 20px;
  }
  .fth1 {
    padding-bottom: 30px;
  }
  .fth1 .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .fth1 figure {
    margin-top: 25px;
  }
  .fth1 .bofangBox img {
    width: 40px;
  }
  .fth1 .PageNumber {
    margin-top: 20px;
  }
  .so1 {
    padding-bottom: 30px;
  }
  .so1 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .so1 .box {
    padding-right: 20px;
  }
  .so1 .imgBox {
    width: 40%;
  }
  .so1 .PageNumber {
    margin-top: 20px;
  }
  .st1 {
    padding-bottom: 30px;
  }
  .st1 h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .st1 .share_time {
    margin-top: 10px;
  }
  .st1 .describe {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .seo1 figure {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
  }
  .seo1 figure p {
    font-size: 14px;
    line-height: 22px;
  }
  .seo1 figure:nth-of-type(4n+1) {
    margin-right: 2%;
  }
  .seo1 figure:nth-of-type(3n+1) {
    margin-right: 0%;
  }
  .seo1 .box {
    padding-top: 20px;
  }
  .seo2 {
    padding-bottom: 30px;
  }
  .seo2 .small_title {
    line-height: 24px;
    margin-top: 10px;
  }
  .seo2 form {
    max-width: 700px;
    margin: auto;
    padding-top: 0px;
  }
  .seo2 form .hd::before {
    right: 8px;
  }
  .seo2 form input,
  .seo2 form textarea {
    padding: 0px 18px 0px 10px;
  }
  .seo2 form .half {
    width: 48%;
  }
  .seo2 form .half:nth-of-type(1) {
    order: 1;
  }
  .seo2 form .half:nth-of-type(2) {
    order: 2;
  }
  .seo2 form .half:nth-of-type(3) {
    order: 3;
  }
  .seo2 form .ttBox + .half {
    order: 4;
  }
  .seo2 form .ttBox {
    order: 5;
  }
  .seo2 form .last_box {
    order: 6;
    width: 100%;
  }
  .seo2 form .ttBox::before {
    top: 26px;
  }
  .seo2 form textarea {
    height: 150px;
    padding-top: 14px;
  }
  .seo3 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .mbx {
    padding: 10px 0px;
  }
  .PageNumber {
    flex-direction: column;
    align-items: center;
  }
  .PageNumber .submit {
    margin-left: 0%;
    margin-top: 10px;
  }
  .bannerBox {
    display: none;
  }
  footer .lif {
    text-align: center;
  }
  footer .footer_a {
    justify-content: center;
  }
  footer .ul3 {
    display: none;
  }
  header .logoBox {
    width: 60px;
  }
  header .lang img {
    margin-right: 5px;
  }
  header .lang .lang_box span {
    font-size: 14px;
  }
  header .center {
    padding-right: 30px;
  }
  .padding_top {
    padding-top: 55.13px;
  }
  .index1_menu span {
    width: 48%;
    margin-left: 4%;
    min-height: auto;
    padding: 10px 10px;
  }
  .index1_menu span:nth-of-type(4n+1) {
    margin-right: 4%;
  }
  .index1_menu span:nth-of-type(2n+1) {
    margin-right: 0%;
  }
  .index2 figure {
    width: 50%;
  }
  .index4 figure {
    width: 32%;
    margin-right: 2%;
  }
  .index4 figure:nth-of-type(4n+1) {
    margin-right: 2%;
  }
  .index4 figure:nth-of-type(3n+1) {
    margin-right: 0%;
  }
  .index4 .title {
    font-size: 14px;
    line-height: 22px;
    padding: 0px;
  }
  .index5 .imgBox {
    width: 240px;
    max-width: 40%;
  }
  .oo2_container {
    max-width: 660px;
    margin: auto;
  }
  .oo2_container figure {
    width: 48%;
    margin-right: 4%;
    padding-bottom: 20px;
  }
  .oo2_container figure:nth-of-type(3n+1) {
    margin-right: 4%;
  }
  .oo2_container figure:nth-of-type(2n+1) {
    margin-right: 0%;
  }
  .ot1 .r_box {
    width: 100%;
  }
  .ot3 .swiper {
    max-width: 600px;
  }
  .to1 figure {
    width: 32%;
    margin-right: 2% !important;
    margin-top: 20px !important;
  }
  .to1 figure:nth-of-type(3n+1) {
    margin-right: 0% !important;
  }
  .to1 .box {
    max-width: 600px;
    padding-top: 0px;
  }
  .to2 .imgBox {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .to2 .box {
    padding: 20px 0px 0px;
    flex: none;
    max-width: 600px;
    margin: auto;
  }
  .to3 .l_box {
    width: 100%;
    max-width: 600px;
    flex: none;
    margin: auto;
    padding-left: 0px;
  }
  .to3 .imgBox {
    width: 100%;
    display: none;
  }
  .tho2 .box1 {
    flex: none;
    margin-top: 15px;
  }
  .tho2 figure {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .tho2 .box {
    width: calc(100% - 40px);
  }
  .tho3 .iconfont {
    font-size: 14px;
    line-height: 12px;
  }
  .tho3 .title {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
    min-height: 40px;
  }
  .fuo1 figure {
    width: 32%;
    margin-right: 2%;
  }
  .fuo1 figure:nth-of-type(4n+1) {
    margin-right: 2%;
  }
  .fuo1 figure:nth-of-type(3n+1) {
    margin-right: 0%;
  }
  .fuo1 .title {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
  }
  .fo1 .l_box {
    flex: none;
  }
  .fo1 .l_box .imgBox {
    margin-left: 15px;
  }
  .fo1 .title {
    font-size: 14px;
  }
  .fo1 .r_box {
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .fo1 .r_box a {
    margin-right: 15px;
    min-width: 116px;
    padding: 0px 15px;
    height: 34px;
  }
  .fo1 .r_box .imgBox {
    width: 22px;
  }
  .ft1 .top {
    font-size: 14px;
    line-height: 24px;
  }
  .ft1 .top p {
    padding-right: 10px;
  }
  .ft1 figure {
    margin-top: 20px;
  }
  .fth1 .name {
    font-size: 14px;
  }
  .so1 {
    padding-top: 0px;
  }
  .so1 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .so1 figure {
    justify-content: center;
  }
  .so1 .imgBox {
    width: 100%;
  }
  .so1 .box {
    flex: none;
    width: 100%;
    padding-right: 0px;
    padding-top: 15px;
  }
  .st1 .share_time {
    flex-direction: column;
    justify-content: center;
  }
  .st1 .share_box {
    margin-top: 5px;
    margin-left: 0px;
  }
  .seo1 .box {
    max-width: 650px;
    margin: auto;
  }
  .seo1 .logo {
    width: 52px;
    height: 52px;
  }
  .seo1 figure {
    width: 48%;
    margin-right: 4%;
    min-height: 160px;
  }
  .seo1 figure:nth-of-type(4n+1) {
    margin-right: 4%;
  }
  .seo1 figure:nth-of-type(3n+1) {
    margin-right: 4%;
  }
  .seo1 figure:nth-of-type(2n+1) {
    margin-right: 0%;
  }
  .seo2 form .last_box {
    flex-wrap: wrap;
  }
  .seo2 form p {
    margin-top: 15px;
  }
  .seo2 form .yzm {
    width: 100%;
    flex: none;
  }
  .seo2 form .yzm span {
    height: 36px;
  }
  .seo2 form .buttonBox {
    width: 100%;
    margin-right: 0px;
  }
  .seo2 form input,
  .seo2 form textarea {
    font-size: 14px;
  }
  .seo2 form input {
    height: 36px;
  }
}
@media screen and (max-width: 480px) {
  footer form p {
    margin-top: 10px;
  }
  footer form .ttBox {
    margin-top: 10px;
  }
  footer form .buttonBox {
    width: 100%;
    margin-right: 0px;
  }
  .index1_menu span {
    padding: 5px 10px;
  }
  .index1_bottom .l_box {
    padding: 30px 15px;
  }
  .index1_bottom .l_box .describe {
    margin-top: 8px;
  }
  .index1_bottom .r_box {
    max-width: 300px;
    margin: auto;
  }
  .index1_bottom figure {
    width: 100%;
    margin-right: 0% !important;
  }
  .index2 figure {
    width: 100%;
    padding: 15px 0px;
  }
  .index2 .describe {
    margin-top: 5px;
  }
  .index3 {
    padding-top: 0px;
  }
  .index3 .imgBox {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .index3 .content {
    padding-top: 10px;
  }
  .index4 figure {
    width: 49%;
    margin-right: 2% !important;
  }
  .index4 figure:nth-of-type(2n+1) {
    margin-right: 0px !important;
  }
  .index5 .box {
    padding-top: 0px;
    width: 100%;
    max-width: 320px;
  }
  .index5 figure {
    width: 100%;
  }
  .index5 .imgBox {
    width: 320px;
    max-width: 100%;
  }
  .index5 .imgBox img {
    width: 100%;
  }
  .index5 .r_box {
    flex: none;
    padding: 10px 10px 10px;
  }
  .oo2_container {
    max-width: 350px;
  }
  .oo2_container figure {
    width: 100%;
    margin-right: 0% !important;
  }
  .ot1 .r_box .pic-btn {
    font-size: 14px;
  }
  .ot1_l .links a {
    min-width: 116px;
    margin-right: 15px;
  }
  .ot3 .swiper {
    max-width: 350px;
  }
  .to1 figure {
    width: 49%;
    margin-right: 2% !important;
    min-height: 160px;
  }
  .to1 figure:nth-of-type(3n+1) {
    margin-right: 2% !important;
  }
  .to1 figure:nth-of-type(2n+1) {
    margin-right: 0px !important;
  }
  .to1 .box {
    max-width: 380px;
    align-items: initial;
  }
  .to1 .title {
    font-size: 14px;
    padding: 10px 5%;
  }
  .to3 form .hd::before {
    right: -10px;
    font-size: 14px;
  }
  .to3 form .yzm {
    width: 100%;
  }
  .to3 form .buttonBox {
    width: 100%;
    margin-right: 0px;
  }
  .tho3 .sw_box {
    right: 10px;
  }
  .tho3 .title {
    min-height: 32px;
  }
  .fuo1 figure {
    width: 49%;
    margin-right: 2% !important;
  }
  .fuo1 figure:nth-of-type(2n+1) {
    margin-right: 0px !important;
  }
  .fth1 {
    justify-content: center;
  }
  .fth1 figure {
    width: 100%;
    max-width: 380px;
  }
  .seo1 .box {
    max-width: 380px;
  }
  .seo1 figure {
    width: 100%;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 379px) {
  .tho3 .box {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0px;
  }
  .tho3 .sw_box {
    right: 0px;
  }
  .tho3 .mySwipertho3 {
    margin: 14px 0px;
  }
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4160138 */
  src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('iconfont.woff?t=1717576267536') format('woff'), url('iconfont.ttf?t=1717576267536') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-daohang:before {
  content: "\e643";
}
.icon-facebookfacebook52:before {
  content: "\e642";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-xiala:before {
  content: "\e654";
}
.icon-huidaodingbu2:before {
  content: "\e7ef";
}
.icon-dizhi3:before {
  content: "\e641";
}
.icon-sousuo3:before {
  content: "\e63c";
}
.icon-houzz:before {
  content: "\ebbf";
}
.icon-xiangyoujiaohuan:before {
  content: "\e8f9";
}
.icon-diqiu1:before {
  content: "\e63b";
}
.icon-huidaodingbu1:before {
  content: "\e63a";
}
.icon-facebook2:before {
  content: "\e639";
}
.icon-xunpan:before {
  content: "\e636";
}
.icon-sousuo2:before {
  content: "\e635";
}
.icon-danseshixintubiao-:before {
  content: "\e633";
}
.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";
}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px; font-size:1.4rem; line-height:22px;} 	
.xunpanc a:hover{ color:#2469be}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #2469be;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}


.ot .ot1 .provideo-box {
  border-radius: 0;
  /* width: 100%; */
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.ot .ot1 .provideo-box .provideo {
  position: absolute;
  overflow: hidden;
  padding-bottom: 0%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}
.ot .ot1 .provideo-box .provideo iframe,
.ot .ot1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ot .ot1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}

.ot .ot1 .z_z {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(0, 0, 0, 0.5);
}