@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%;
  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;
  color: #666;
  letter-spacing: 0px;
}
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;
  max-width:100%;
}
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: 1600px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  cursor: pointer;
  width: 63px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f5f5f5;
  position: relative;
  border-radius: 5px;
  transition: 0.3s;
}
@media screen and (min-width: 1601px) {
  .rightMenu > *:hover {
    width: 133px;
  }
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1601px) {
  .rightMenu > *:hover {
    width: 80px;
  }
}
.rightMenu .logo {
  height: 100%;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 15px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box > p {
  background: #60b5d9;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #60b5d9;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@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: 14px;
  }
}
#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 {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}
header .center {
  display: flex;
  align-items: center;
  gap: 49px;
  margin-left: 15px;
}
header .logoBox {
  width: 85px;
  flex-shrink: 0;
  transition: 0.3s;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #60b5d9 !important;
}
header .menuOne.menuactive > a {
  color: #60b5d9 !important;
}
header .menuOne {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #fff;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 33px 0px 32px;
  position: relative; text-transform:uppercase;
}
header .menuOne > a:hover {
  color: #60b5d9 !important;
}
header .menuOne .active > a {
  color: #60b5d9;
}
header .menuOne .menuactive > a {
  color: #60b5d9;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0s;
  filter: brightness(0) invert(1);
}
header .sousuo .search:hover {
  filter: brightness(1);
}
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: 999;
}
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: #60b5d9;
}
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%;
  padding-right: 10px;
  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: #60b5d9;
}
header .ul {
  min-width: 191px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 4px;
}
header .ul div {
  background: #fff;
  padding: 14px 0px 19px;
  position: relative;
}
header .ul div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #60b5d9;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555;
  position: relative;
  margin-top: 17px;
}
header .ul li a {
  display: block;
  padding: 3px 16px;
  color: #555;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #60b5d9;
}
header .ul1 {
  left: -10px;
  top: 100%;
  padding-left: 0px;
  padding-top: 2px !important;
}
header .lang {
  position: relative;
  cursor: pointer;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
header .lang .lang_box:hover .dq {
  filter: brightness(1);
  opacity: 1;
}
header .lang .lang_box:hover .dd {
  filter: brightness(1);
  opacity: 1;
}
header .lang .lang_box:hover span {
  color: #60b5d9;
}
header .lang .lang_box .dq {
  width: 18px;
  filter: brightness(0) invert(1);
  transition: 0s;
}
header .lang .lang_box .dd {
  filter: brightness(0);
  opacity: 0.8;
  transition: 0s;
  width: 7px;
}
header .lang .lang_box span {
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 13px;
  letter-spacing: 0px;
  color: #fff;
  transition: 0s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #60b5d9;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #60b5d9;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #60b5d9;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .head_a {
  background: #292929;
  padding: 8px 0px 10px;
}
header .logo {
  height: 19px;
  display: flex;
  align-items: center;
}
header .logo img {
  max-height: 100%;
}
header .heada_l {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 2px;
}
header .heada_l a {
  color: #fff;
}
header .heada_l a:hover {
  color: #60b5d9;
}
header .heada_l figure {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .heada_l p {
  padding-top: 2px;
}
header .icBox {
  display: flex;
  gap: 9px;
}
header .icBox .iconfont {
  transition: 0s;
}
header .icBox a {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--i);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header .icBox a:hover {
  background: #fff;
  color: #60b5d9;
}
header .content1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
}
header .head_b {
  background: rgba(0, 0, 0, 0.5);
}
header .content2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .headb_r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
}
.fyhead .logoBox {
  width: 70px;
}
.fyhead .menuOne > a {
  padding: 26px 0px;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 143px;
  min-height: 46px;
  background-color: #ffffff;
  border: solid 2px #bbbbbb;
  gap: 11px;
  padding: 6px 12px;
  text-underline-offset: 4px;
}
.buttonBox a:hover {
  text-decoration: underline;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.padding_top {
  padding-top: 44px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  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;
  display: block;
}
@media screen and (max-width: 991px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .sw_button {
  display: flex;
  flex-direction: column;
  gap: 23px 0px;
  position: absolute;
  top: 58.5%;
  right: 33px;
  transform: translateY(-50%);
  z-index: 1;
}
.index_banner .sw_button div {
  width: 38px;
  height: 38px;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.2s;
}
.index_banner .sw_button div:hover {
  background: #60b5d9;
}
.index_banner .sw_button img {
  filter: brightness(0) invert(1);
  transition: 0s;
}
.big_title {
  font-family: Roboto-Bold;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 52px;
  color: #333333;
  text-align: center; text-transform:uppercase;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #60b5d9;
}
.title_bottom {
  position: relative;
  padding-bottom: 22px;
}
.title_bottom::before {
  content: "";
  position: absolute;
  width: 128px;
  height: 0px;
  border-bottom: 1px solid #333;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.index1 {
  background: #f9f9f9;
  padding: 30px 0px 76px;
}
.index1 .name {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.index1 .name a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.index1 .name a:hover {
  color: #60b5d9;
}
.index1 .sw_box {
  margin-bottom: 72px;
  position: relative;
}
.index1 .buttonBox {
  justify-content: center;
  margin-top: 69px;
}
.index1 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 44.5%;
}
.index1 .sw_button div img {
  width: 100%;
}
.index1 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.index1 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.index1 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.index1 .sw_button div:nth-of-type(1) {
  left: -33px;
  transform: translate(-100%, -50%);
}
.index1 .sw_button div:nth-of-type(2) {
  right: -33px;
  transform: translate(100%, -50%);
}
.index2 {
  padding: 85px 0px 83px;
}
.index2 .buttonBox {
  justify-content: center;
  margin-top: 44px;
}
.index2 .title_bottom {
  padding-bottom: 28px;
}
.index2 .box {
  box-shadow: 0px 5px 17px 1px rgba(62, 62, 62, 0.09);
  border: solid 2px #e6e6e6;
  position: relative;
}
.index2 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 44.5%;
}
.index2 .sw_button div img {
  width: 100%;
}
.index2 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.index2 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.index2 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.index2 .sw_button div:nth-of-type(1) {
  left: -33px;
  transform: translate(-100%, -50%);
}
.index2 .sw_button div:nth-of-type(2) {
  right: -33px;
  transform: translate(100%, -50%);
}
.index2 .sw_box {
  position: relative;
  margin-top: 51px;
}
.index2 .name {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.index2 .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;
}
.index2 .name a:hover {
  color: #60b5d9;
}
.color_list {
  position: absolute;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 20px);
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.color_list li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--i); cursor:pointer;
}
.index3 {
  background: #f9f9f9;
  overflow: hidden;
}
.index3 .content {
  padding-top: 3.7%;
}
.index3 .l_box {
  width: 50.053%;
  float: right;
  margin-left: 2%;
  position: relative;
  z-index: 1;
}
.index3 .big_title {
  text-align: left;
}
.index3 .title_bottom {
  padding-bottom: 8px;
}
.index3 .title_bottom::before {
  left: 0;
  transform: none;
}
.index3 .describe {
  color: #666;
  margin-top: 36px;
}
.index3 .buttonBox {
  margin-top: 37px;
}
.index3 .number_box {
  position: relative;
  margin-top: 68px;
}
.index3 .number_box::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #60b5d9;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
.index3 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 2%;
  padding: 42px 1.5% 38px 0px;
  flex-wrap: wrap;
}
.index3 figure {
  max-width: 32%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.index3 .big_num {
  font-family: Roboto-Bold;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index3 .text {
  color: #fff;
  margin-top: 11px;
}
.index3 .j-hdata1 {
  margin-right: 10px;
}
.index3 .j-hdata1::before {
  content: attr(title);
  display: block;
  height: 0px;
  overflow: hidden;
}
.index4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 92px 0px 97px;
  gap: 30px 8.3333%;
}
.index4 .logo {
  width: 61px;
  height: 61px;
  background-color: #60b5d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index4 figure {
  width: 18.75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.index4 .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 7px;
}
.index4 .describe {
  line-height: 28px;
  color: #999;
  margin-top: 12px;
}
.index5 {
  background: url("../images/index5_back.png") no-repeat center;
  background-size: cover;
  padding: 79px 0px 89px;
}
.index5 .title_bottom {
  padding-bottom: 8px;
}
.index5 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 97px;
}
.index5 .l_box {
  width: 52.625%;
}
.index5 .imgBox {
  height: 100%;
}
.index5 .imgBox a {
  height: 100%;
}
.index5 .imgBox img {
  height: 100%;
  object-fit: cover;
}
.index5_list {
  width: 45.625%;
  display: flex;
  justify-content: space-between;
  /*align-items: flex-start;*/
  flex-wrap: wrap;
  gap: 16px 0px;
}
.index5_list li {
  width: 48.768%;
  padding: 8px 15px 23px;
  background: #fff;
}
.index5_list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 51px;
  height: 51px;
  background-color: #60b5d9;
  border-radius: 50%;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #ffffff;
}
.index5_list .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 17px;
  /*text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 108px;*/
}
.index6 {
  padding: 93px 0px 129px;
}
.index6 .title_bottom {
  padding-bottom: 8px;
}
.index6_container {
  overflow: hidden;
  margin-top: 83px;
}
.index6_container .l_box {
  float: right;
  width: 45.6875%;
  margin-left: 5%;
  margin-bottom: 10px;
}
.index6_container .title {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
}
.index6_container .title a {
  color: #333;
}
.index6_container .title a:hover {
  color: #60b5d9;
}
.index6_container .text {
  line-height: 28px;
  color: #666;
  margin-top: 16px;
}
.index6_container .r_box {
  padding-top: 11px;
}
.index6_container .describe {
  line-height: 28px;
  color: #999;
  margin-top: 13px;
}
.index6_container .bt {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333333;
}
.index6_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 1.128%;
  margin-top: 47px;
}
.index6_list li {
  width: 47.601%;
  background: #f7f7f7;
  padding: 31px 32px 30px;
  min-height: 240px;
}
.index7 {
  background: #f9f9f9;
  padding: 77px 0px 112px;
}
.index7 .title_bottom {
  padding-bottom: 8px;
}
.index7_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 45px 2.28125%;
  margin-top: 52px;
}
.index7_list li {
  width: 31.8125%;
}
.index7_list .time {
  color: #60b5d9;
}
.index7_list .box {
  padding: 10px 2px 0px;
}
.index7_list .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px;
}
.index7_list .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;
}
.index7_list .title a:hover {
  color: #60b5d9;
}
.index7_list .describe {
  line-height: 28px;
  color: #999;
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mbx {
  font-size: 18px;
  color: #999;
  padding-top: 31px;
}
.mbx a {
  display: inline;
  color: #999;
}
.mbx a:hover {
  color: #60b5d9;
}
.mbx .active {
  color: #60b5d9;
}
.oo1 {
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(182, 187, 193, 0.35);
  position: relative;
  margin-top: 58px !important;
  padding: 40px 0px 39px;
}
.oo1 .swiper {
  width: calc(100% - 160px);
  margin: 0px auto;
}
.oo1 .swiper-slide {
  width: auto;
  margin-right: 123px;
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.oo1 .swiper-slide a {
  color: #333;
}
.oo1 .swiper-slide a:hover {
  color: #60b5d9;
}
.oo1 .active > a {
  color: #60b5d9;
}
.oo1 .sw_button div {
  width: 11px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.oo1 .sw_button div img {
  width: 100%;
}
.oo1 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.oo1 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.oo1 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.oo1 .sw_button div:nth-of-type(1) {
  left: 28px;
}
.oo1 .sw_button div:nth-of-type(2) {
  right: 28px;
}
.oo2 {
  padding: 42px 0px 0px;
}
.oo2 .text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 28px;
  color: #666;
}
.oo2 .show.text {
  -webkit-line-clamp: initial !important;
}
.oo2 .read {
  color: #60b5d9;
  display: flex;
  justify-content: flex-start;
  margin-top: 19px;
}
.oo2 .read span {
  text-decoration: underline;
  text-underline-offset: 2px;
  display: none;
  align-items: center;
  gap: 14px;
  color: #60b5d9;
  cursor: pointer;
}
.oo2 .read span:hover {
  color: #333;
}
.oo3 {
  padding: 33px 0px 27px;
}
.oo3 .PageNumber {
  margin-top: 75px;
}
.oo3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 59px 1.33333%;
}
.oo3_list figure {
  width: 24%;
}
.oo3_list .box {
  box-shadow: 0px 5px 17px 1px rgba(62, 62, 62, 0.09);
  border: solid 2px #e6e6e6;
  position: relative;
}
.oo3_list .name {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.oo3_list .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;
}
.oo3_list .name a:hover {
  color: #60b5d9;
}
.oo3_list input {
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: block;
}
.oo3_list input:checked + span {
  display: none;
}
.oo3_list .input_box {
  display: block;
  position: relative;
}
.oo3_list .input_box span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/oo3_la.jpg") no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
  pointer-events: none;
}
.oo3_list .link_a {
  min-width: 140px;
  min-height: 35px;
  border-radius: 4px;
  border: solid 1px #666666;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
}
.oo3_list .link_a:hover {
  background: #60b5d9;
  color: #fff;
  border: 1px solid #60b5d9;
}
.oo3_list .link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.oo .index6 {
  padding: 93px 0px 117px;
}
.oo .index6 .title_bottom .big_title{ text-transform:uppercase;}
.oo .index4 {
  padding: 60px 0px 99px;
}
.oo4 {
  background: #f9f9f9;
  padding: 75px 0px 84px;
}
.oo4 .title_bottom {
  padding-bottom: 8px;
}
.oo4_container {
  overflow: hidden;
  margin-top: 78px;
}
.oo4_container .l_box {
  float: right;
  width: 45.6875%;
  margin-left: 5%;
  margin-bottom: 10px;
}
.oo4_container .title {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
}
.oo4_container .title a {
  color: #333;
}
.oo4_container .title a:hover {
  color: #60b5d9;
}
.oo4_container .text {
  color: #666;
  margin-top: 53px;
}
.oo4_container .buttonBox {
  margin-top: 75px;
}
.oo4_container .r_box {
  padding-top: 44px;
}
.half_container {
  width: 65%;
  padding-top: 8px;
}
.ot_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 51px 0px 85px;
}
.ot1 .r_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ot1 .r_box img {
  transition: 0s;
}
.ot1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot1 .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 .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair;
}
.ot1 .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.ot1 .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.ot1 .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.ot1 .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 .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.ot1 .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.ot1 .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.ot1 .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.ot1 .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  width: 78.645%;
  border: solid 2px #e6e6e6;
}
.ot1 .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.ot1 .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.ot1 .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.ot1 .pic-small {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 4.348%;
}
.ot1 .pic-btn {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.ot1 .pic-btn img {
  width: 100%;
}
.ot1 .pic-btn img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.ot1 .pic-btn.prev {
  top: -5px;
}
.ot1 .pic-btn.next {
  bottom: -5px;
}
.ot1 .pic-btn:hover img:nth-of-type(1) {
  opacity: 0;
}
.ot1 .pic-btn:hover img:nth-of-type(2) {
  opacity: 1;
}
.ot1 .pic-list {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 94%;
}
.ot1 .pic-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ot1 .list-item {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 11%;
}
.ot1 .list-item a {
  display: block;
}
.ot1 .item-pics img,
.ot1 .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 .item-pics,
.ot1 .item-video {
  position: relative;
  border: solid 2px #e6e6e6;
  overflow: hidden;
}
.ot1 .item-pics.zoomThumbActive:before,
.ot1 .item-video.active:before {
  left: -8px;
}
.ot1 .m-propic2 {
  display: none;
}
.ot1 .provideo-box {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.ot1 .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.ot1 .provideo-box .provideo iframe,
.ot1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ot1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.ot1_l {
  width: 30%;
}
.ot1_l h1 {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 3px;
}
.ot1_l .share_box {
  color: #999;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 23px;
}
.ot1_l .money {
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #60b5d9;
}
.ot1_l .describe {
  color: #666;
  margin-top: 21px;
}
.ot1_l .container {
  margin-top: 26px;
}
.ot1_l .dianji {
  cursor: pointer;
  color: #666666;
}
.ot1_l .dianji i {
  font-size: 12px;
  transition: 0s;
  font-weight: normal;
}
.ot1_l .buttonBox {
  flex-wrap: wrap;
  gap: 20px 44px;
  padding: 34px 0px 30px;
}
.ot1_l .buttonBox a {
  min-height: 45px;
  padding: 6px 18px;
  background:#60b5d9 ;
  border: 1px solid #60b5d9;text-transform:uppercase;
}
.ot1_l .buttonBox a:hover{border: 1px solid #808080;background:none ;}
.ot1_l.show {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}
.ot1_l.show .container {
  flex: 1;
  overflow: auto;
}
.ot1_l.show .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot1_l.show .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot1_l.show .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot1_list {
  margin-top: 19px;
}
.ot1_list li {
  border-top: 1px solid rgba(205, 205, 205, 0.5);
  padding: 7px 12px 7px 0px;
}
.ot1_list li:nth-last-of-type(1) {
  border-bottom: 1px solid rgba(205, 205, 205, 0.5);
}
.ot1_list .top {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.ot1_list .top p {
  flex: 1;
}
.ot1_list .color_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.ot1_list .color_box a {
  width: 16px;
  height: 16px;
  background: var(--i);
  border-radius: 50%;
}
.ot1_list .bottom {
  margin-top: 20px;
  padding-bottom: 8px;
  display: none;
}
.ot_box {
  margin-top: 86px;
}
.ot_box .big_title {
  text-align: left;
}
.ot_box .title_bottom {
  padding-bottom: 28px;
}
.ot_box .title_bottom::before {
  left: 0;
  transform: none;
}
.ot_box .describe {
  color: #666666;
}
.ot_box .describe img {
  display: inline-block;
  max-width: 100%;
}
.ot_box .video_box {
  width: 100%;
  max-width: 707px;
  position: relative;
  margin-top: 48px;
}
.ot_box .describe1 {
  line-height: 28px;
  color: #666;
}
.ot_box em {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-style: normal;
  color: #333;
}
.ot2 .describe {
  margin-top: 45px;
}
.ot2 .describe *{ text-align:center;}
.ot3 {
  margin-top: 58px;
}
.ot3 .describe {
  margin-top: 37px;
}
.ot4 {
  margin-top: 48px;
}
.ot4 .describe {
  margin-top: 40px;
}
.ot5 {
  margin-top: 61px;
}
.ot5 .title_bottom {
  padding-bottom: 8px;
}
.ot5 .describe1 {
  margin-top: 103px;
}
.ot5 .describe {
  margin-top: 52px;
}
.ot5_list {
  width: 100%;
  max-width: 771px;
  margin-top: 47px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0px;
}
.ot5_list li {
  width: 47.601%;
  background: rgba(226, 226, 226, 0.27);
  padding: 32px 32px;
  min-height: 240px;
}
.ot5_list .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 28px;
}
.ot5_list .text {
  line-height: 28px;
  color: #999;
  margin-top: 15px;
}
.ot6 {
  margin-top: 104px;
}
.ot6 .title_bottom {
  padding-bottom: 8px;
}
.ot6 .sw_box {
  width: 100%;
  max-width: 614px;
  position: relative;
  margin-top: 72px;
}
.ot6 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 43%;
}
.ot6 .sw_button div img {
  width: 100%;
}
.ot6 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.ot6 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.ot6 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.ot6 .sw_button div:nth-of-type(1) {
  left: -28px;
  transform: translate(-100%, -50%);
}
.ot6 .sw_button div:nth-of-type(2) {
  right: -28px;
  transform: translate(100%, -50%);
}
.ot6 .name {
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-top: 17px;
}
.to .title_bottom {
  padding-bottom: 8px;
}
.to1 {
  padding: 53px 0px 0px;
}
.to1 .describe {
  line-height: 28px;
  color: #666;
  margin-top: 38px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc(calc(100% - (198px * 5) - (32px * 4)) / 8);
  margin-top: 30px;
}
.to1_list li {
  width: 198px;
  color: #333;
  text-align: center;
}
.to1_list .img_box {
  border-radius: 50%;
  overflow: hidden;
}
.to1_list .name {
  line-height: 19px;
  margin-top: 16px;
}
.to1_list span {
  display: block;
  width: 32px;
  margin-top: 5%;
}
.to1_list span img {
  width: 100%;
}
.to2 {
  padding: 92px 0px 0px;
}
.to2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 5.75%;
  margin-top: 76px;
}
.to2_list li {
  width: 47.125%;
  padding: 0px 30px;
}
.to2_list .title {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 55px;
}
.to2_list .describe {
  margin-top: 19px;
  color: #666;
}
.to3 {
  background: url("../images/to3_back.jpg") no-repeat center;
  background-size: cover;
  margin-top: 96px;
  padding: 44px 0px 80px;
}
.to3 .buttonBox {
  justify-content: center;
  margin-top: 83px;
}
.to3_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0px;
  margin-top: 147px;
}
.to3_list li {
  width: 48.4375%;
  background: #fff;
  padding: 100px 30px 99px 40px;
  position: relative;
}
.to3_list .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  background: #60b5d9;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -43%);
  top: 0;
  min-height: 82px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.to3_list .describe {
  line-height: 28px;
  color: #666;
  text-align: center;
}
.to4 {
  padding: 90px 0px 0px;
}
.to4 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 47.5%;
}
.to4 .sw_button div img {
  width: 100%;
}
.to4 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.to4 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.to4 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.to4 .sw_button div:nth-of-type(1) {
  left: -33px;
  transform: translate(-100%, -50%);
}
.to4 .sw_button div:nth-of-type(2) {
  right: -33px;
  transform: translate(100%, -50%);
}
.to4 .sw_box {
  position: relative;
  margin-top: 77px;
}
.to4 .box {
  padding: 18px 0px 0px;
}
.to4 .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px;
}
.to4 .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;
}
.to4 .title a:hover {
  color: #60b5d9;
}
.to4 .describe {
  line-height: 28px;
  color: #999;
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tho .title_bottom {
  padding-bottom: 8px;
}
.tho .oo4 {
  padding: 75px 0px 157px;
}
.tho1 {
  padding: 50px 0px 70px;
}
.tho1 .describe {
  color: #666;
  margin-top: 36px;
}
.tho1 .video_box {
  margin-top: 56px;
  position: relative;
}
.tho1 .sw_box {
  position: relative;
  margin-top: 65px;
}
.tho1 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 47%;
}
.tho1 .sw_button div img {
  width: 100%;
}
.tho1 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.tho1 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.tho1 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.tho1 .sw_button div:nth-of-type(1) {
  left: -33px;
  transform: translate(-100%, -50%);
}
.tho1 .sw_button div:nth-of-type(2) {
  right: -33px;
  transform: translate(100%, -50%);
}
.tho1 .name {
  text-align: center;
  color: #666;
  margin-top: 27px;
}
.tho1 .name a {
  color: #666;
}
.tho1 .name a:hover {
  color: #60b5d9;
}
.tho2 {
  padding: 89px 0px 0px;
}
.tho2 .title {
  font-family: Roboto-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tho2 .describe {
  color: #666;
  margin-top: 27px;
}
.tho2 .mySwipertho2_1 .swiper-slide {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
}
.tho2 .r_box {
  width: 66.25%;
}
.tho2 .year {
  text-align: center;
  flex: 1;
  padding: 0px 30px 6px;
  font-family: Roboto-Bold;
  font-size: 100px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 100px;
  color: #333333;
}
.tho2 .mySwipertho2_2 .swiper-slide {
  display: flex;
  justify-content: flex-start;
}
.tho2 .sw_box {
  margin-top: 87px;
}
.tho2 .sw_box1 {
  position: relative;
  padding-left: 52px;
  margin-top: 94px;
}
.tho2 .sw_box1::before {
  content: "";
  width: 100%;
  left: 0;
  top: 5px;
  border-bottom: 1px solid #999999;
  position: absolute;
}
.tho2 .time {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-top: 24px;
}
.tho2 .time::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #60b5d9;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 50%;
}
.tho2 .sw_button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.tho2 .sw_button div {
  width: 17px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tho2 .sw_button div img {
  width: 100%;
}
.tho2 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.tho2 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.tho2 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.tho3 {
  padding: 100px 0px 80px;
}
.tho3 .sw_box {
  position: relative;
  margin-top: 64px;
}
.tho3 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 43%;
}
.tho3 .sw_button div img {
  width: 100%;
}
.tho3 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.tho3 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.tho3 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.tho3 .sw_button div:nth-of-type(1) {
  left: -28px;
  transform: translate(-100%, -50%);
}
.tho3 .sw_button div:nth-of-type(2) {
  right: -28px;
  transform: translate(100%, -50%);
}
.tho3 .name {
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-top: 17px;
}
.tht .title_bottom {
  padding-bottom: 8px;
}
.tht .pub1 {
  padding: 118px 0px 126px;
}
.tht1 {
  padding: 53px 0px 72px;
}
.tht1_container {
  margin-top: 50px;
}
.tht1_container .title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tht1_container .box {
  margin-top: 29px;
}
.tht1_list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 57px 0px;
  justify-content: space-between;
}
.tht1_list li {
  width: 48.065%;
}
.tht1_list .describe {
  margin-top: 25px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}
.tht2 {
  background: #f9f9f9;
  padding: 79px 0px 66px;
}
.tht2 .title {
  margin: 0px auto;
  width: 100%;
  max-width: 1165px;
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 49px;
  letter-spacing: 0px;
  color: #333333;
}
.tht2 .buttonBox {
  justify-content: center;
  margin-top: 56px;
}
.tht2 .box {
  margin-top: 26px;
}
.tht3 {
  padding: 72px 0px 0px;
}
.tht3 .describe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}
.tht3_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 1.34375%;
}
.tht3_list li {
  width: 32.4375%;
}
.tht4 {
  padding: 103px 0px 132px;
}
.tht4 .sw_box {
  position: relative;
  margin-top: 81px;
}
.tht4 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 47%;
}
.tht4 .sw_button div img {
  width: 100%;
}
.tht4 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.tht4 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.tht4 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.tht4 .sw_button div:nth-of-type(1) {
  left: -33px;
  transform: translate(-100%, -50%);
}
.tht4 .sw_button div:nth-of-type(2) {
  right: -33px;
  transform: translate(100%, -50%);
}
.tht4 .name {
  text-align: center;
  color: #666;
  margin-top: 27px;
}
.tht4 .name a {
  color: #666;
}
.tht4 .name a:hover {
  color: #60b5d9;
}
.tht4 .buttonBox {
  justify-content: center;
  margin-top: 85px;
}
.tht4 .buttonBox a {
  min-height: 45px;
  min-width: 201px;
  border: solid 1px #808080;
}
.tht5 {
  background: #f9f9f9;
  padding: 74px 0px 125px;
}
.tht5 .content {
  max-width: 1400px;
}
.tht5_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px 5%;
  text-align: center;
  margin-top: 87px;
}
.tht5_list .imgBox {
  padding: 0px 20px;
}
.tht5_list .describe {
  color: #333333;
  margin-top: 46px;
}
.tht5_list .text {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
  word-break: break-all;
}
.tht5_list .text a {
  color: #333;
}
.tht5_list .text a:hover {
  color: #60b5d9;
}
.thth .title_bottom {
  padding-bottom: 8px;
}
.thth .pub1 {
  padding: 99px 0px 96px;
}
.thth1 {
  padding: 50px 0px 0px;
}
.thth1 .text {
  color: #666;
  margin-top: 34px;
}
.thth2_list {
  padding: 94px 0px 130px;
}
.thth2_list .l_box {
  width: 45.6875%;
  float: left;
  margin-bottom: 5px;
  margin-right: 6.8%;
}
.thth2_list li {
  overflow: hidden;
  margin-top: 89px;
}
.thth2_list .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.thth2_list .num {
  font-size: 30px;
  color: #fff;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #60b5d9;
}
.thth2_list .title {
  flex: 1;
  font-family: Roboto-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  margin-left: 23px;
  margin-top: 9.5px;
}
.thth2_list .describe {
  margin-top: 39px;
  color: #666;
}
.thth2_list .r_box {
  padding-top: 15px;
}
.thth2_list li:nth-of-type(odd) {
  margin-top: 113px;
}
.thth2_list li:nth-of-type(odd) .l_box {
  float: right;
  margin-left: 6%;
  margin-bottom: 5px;
  margin-right: 0px !important;
}
.thth2_list li:nth-of-type(odd) .r_box {
  padding-top: 13px;
}
.thth2_list li:nth-of-type(1) {
  margin-top: 0px !important;
}
.fuo .title_bottom,
.fut .title_bottom {
  padding-bottom: 8px;
}
.fuo .pub1,
.fut .pub1 {
  padding: 102px 0px 117px;
}
.fuo1 {
  padding: 50px 0px 78px;
}
.fuo1 .title_bottom {
  padding-bottom: 22px;
}
.fuo1 .PageNumber {
  margin-top: 96px;
}
.fuo1_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 39px;
}
.fuo1_container ul {
  width: 48.3125%;
  display: flex;
  flex-direction: column;
  gap: 33px 0px;
}
.fuo1_container .dianji {
  cursor: pointer;
  color: #666666;
}
.fuo1_container .dianji i {
  font-size: 12px;
  transition: 0s;
  font-weight: normal;
}
.fuo1_container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  padding: 10.5px 18px;
  gap: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.fuo1_container .top:hover {
  background: #60b5d9;
}
.fuo1_container .top:hover .box {
  color: #fff;
}
.fuo1_container .top:hover .box em {
  color: #fff !important;
}
.fuo1_container .top:hover .dianji {
  color: #fff;
}
.fuo1_container .box {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fuo1_container .box em {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-style: normal;
  color: #333 !important;
  transition: 0.3s;
}
.fuo1_container .box p {
  flex: 1;
  margin-left: 15px;
  transition: 0.3s;
}
.fuo1_container .bottom {
  display: none;
  padding: 24px 18px 41px;
}
.fuo1_container .bottom .box {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.fuo1_container .bottom .box p {
  padding-top: 2px;
}
.fuo1_container .active {
  background: #60b5d9;
}
.fuo1_container .active .box {
  color: #fff;
}
.fuo1_container .active .box em {
  color: #fff !important;
}
.fuo1_container .active .dianji {
  color: #fff;
}
.fut1 {
  padding: 50px 0px 78px;
}
.fut1 .title_bottom {
  padding-bottom: 22px;
}
.fut1 .text {
  margin-top: 26px;
  color: #666;
}
.fut1 .PageNumber {
  margin-top: 97px;
}
.fut1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 71px 9.21875%;
  margin-top: 103px;
}
.fut1_list .num {
  font-family: Roboto-Medium;
  font-size: 66px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #60b5d9;
  opacity: 0.2;
  position: absolute;
  right: 13px;
  top: 23px;
}
.fut1_list li {
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 27.1875%;
  padding: 20px 32px 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.fut1_list .logo {
  width: 91px;
}
.fut1_list .logo a {
  display: block;
}
.fut1_list .logo img {
  width: 100%;
}
.fut1_list .name {
  font-family: Roboto-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 38px;
}
.fut1_list .links {
  font-size: 18px;
  color: #60b5d9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  text-underline-offset: 2px;
  margin-top: 53px;
}
.fut1_list .links:hover {
  text-decoration: underline;
}
.fo .pub1 {
  padding: 79px 0px 124px;
}
.fo1 {
  padding: 6px 0px 0px;
}
.fo1 .PageNumber {
  margin-top: 63px;
}
.fo1_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 69px 2.28125%;
  margin-top: 52px;
}
.fo1_list li {
  width: 31.8125%;
}
.fo1_list .time {
  color: #60b5d9;
}
.fo1_list .box {
  padding: 10px 2px 0px;
}
.fo1_list .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px;
}
.fo1_list .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;
}
.fo1_list .title a:hover {
  color: #60b5d9;
}
.fo1_list .describe {
  line-height: 28px;
  color: #999;
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ft .pub1 {
  padding: 84px 0px 124px;
}
.ft1 {
  padding: 54px 0px 2px;
}
.ft1 h1 {
  font-family: Roboto-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
  text-align: center;
}
.ft1 .add {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #60b5d9;
  margin-top: 10px;
}
.ft1 .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.ft1 .share_box {
  color: #999;
  display: flex;
  align-items: center;
  gap: 26px;
}
.ft1 .share_time {
  display: flex;
  align-items: center;
  gap: 5px 42px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.ft1 .describe {
  color: #666;
  border-top: 1px solid #cecece;
  margin-top: 45px;
  padding-top: 46px;
}
.ft1 .describe img {
  display: inline-block;
  max-width: 100%;
}
.so .pub1 {
  padding: 82px 0px 134px;
}
.so1 {
  padding: 61px 0px 31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.so1 .title {
  font-family: Roboto-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.so1_l {
  width: 48.6875%;
  background: url("../images/so1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 45px 60px 40px;
}
.so1_l .logo {
  width: 22px;
  height: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.so1_l li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #666;
  gap: 30px;
}
.so1_l li p {
  flex: 1;
}
.so1_l li a {
  color: #666;
}
.so1_l li a:hover {
  color: #60b5d9;
}
.so1_l .so1_list {
  display: flex;
  flex-direction: column;
  gap: 34px 0px;
  margin-top: 36px;
}
.so1_r {
  width: 50.125%;
  background: #f7f7f7;
  padding: 43px 95px 69px 83px;
}
.so1_r .text {
  color: #666;
  line-height: 30px;
  margin-top: 18px;
}
.so1_r form {
  margin-top: 19px;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px 0px;
}
.so1_r form input {
  height: 42px;
}
.so1_r form input,
.so1_r form textarea {
  width: 100%;
  background-color: #ffffff;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: 1px solid #e5e5e5;
  resize: none;
  outline: none;
  padding: 0px 15px;
  border-radius: 4px;
}
.so1_r form input::placeholder,
.so1_r form input::-webkit-input-placeholder,
.so1_r form textarea::placeholder {
  color: #666666;
}
.so1_r form .int1 {
  width: 49.3%;
}
.so1_r form .yz {
  position: relative;
}
.so1_r form .yz::before {
  content: "*";
  top: 53%;
  transform: translateY(-50%);
  left: 8px;
  position: absolute;
  color: #ff0000;
  font-size: 14px;
}
.so1_r form .int2 {
  width: 100%;
}
.so1_r form .int2::before {
  top: 20px;
}
.so1_r form .tijiao {
  margin-top: 6px;
}
.so1_r form .tijiao input {
  background-color: #60b5d9;
  border: 1px solid #60b5d9;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px !important;
  font-family: Roboto-Bold; text-transform:uppercase;
}
.so1_r form .tijiao input:hover {
  background-color: #fff;
  color: #60b5d9;
}
.so1_r form .yzm {
  position: relative;
}
.so1_r form .yzm input {
  flex: 1;
  padding-right: 130px;
}
.so1_r form .yzm a,
.so1_r form .yzm span {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  cursor: pointer;
}
.so1_r form .yzm a img,
.so1_r form .yzm span img {
  height: 100%;
}
.so1_r form textarea {
  height: 123px;
  padding-top: 6px !important;
}
.page_change {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333333;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-top: 53px;
  padding: 23px 0px 42px;
  display: flex;
  flex-direction: column;
  gap: 21px 0px;
}
.page_change > * {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.page_change span {
  flex: 1;
  transition: 0s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #60b5d9;
}
.pub2 {
  padding: 77px 0px 117px;
  background: #f9f9f9;
}
.pub2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 8.3333%;
}
.pub2 .logo {
  width: 61px;
  height: 61px;
  background-color: #60b5d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pub2 figure {
  width: 18.75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pub2 .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 7px;
}
.pub2 .describe {
  line-height: 28px;
  color: #999;
  margin-top: 12px;
}
.pub1 {
  padding: 84px 0px 84px;
}
.pub1 .buttonBox {
  justify-content: center;
  margin-top: 44px;
}
.pub1 .title_bottom {
  padding-bottom: 28px;
}
.pub1 .box {
  box-shadow: 0px 5px 17px 1px rgba(62, 62, 62, 0.09);
  border: solid 2px #e6e6e6;
  position: relative;
}
.pub1 .sw_button div {
  width: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 44.5%;
}
.pub1 .sw_button div img {
  width: 100%;
}
.pub1 .sw_button div img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.pub1 .sw_button div:hover img:nth-of-type(1) {
  opacity: 0;
}
.pub1 .sw_button div:hover img:nth-of-type(2) {
  opacity: 1;
}
.pub1 .sw_button div:nth-of-type(1) {
  left: -33px;
  transform: translate(-100%, -50%);
}
.pub1 .sw_button div:nth-of-type(2) {
  right: -33px;
  transform: translate(100%, -50%);
}
.pub1 .sw_box {
  position: relative;
  margin-top: 51px;
}
.pub1 .name {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.pub1 .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;
}
.pub1 .name a:hover {
  color: #60b5d9;
}
.pub3 {
  padding: 66px 0px 90px;
  background: #f9f9f9;
}
.pub3 .title_bottom {
  padding-bottom: 8px;
}
.pub3_container {
  overflow: hidden;
  margin-top: 83px;
}
.pub3_container .l_box {
  float: right;
  width: 45.6875%;
  margin-left: 5%;
  margin-bottom: 10px;
}
.pub3_container .title {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
}
.pub3_container .title a {
  color: #333;
}
.pub3_container .title a:hover {
  color: #60b5d9;
}
.pub3_container .text {
  line-height: 28px;
  color: #666;
  margin-top: 16px;
}
.pub3_container .r_box {
  padding-top: 11px;
}
.pub3_container .describe {
  line-height: 28px;
  color: #999;
  margin-top: 13px;
}
.pub3_container .bt {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333333;
}
.pub3_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 1.128%;
  margin-top: 47px;
}
.pub3_list li {
  width: 47.601%;
  background: rgba(226, 226, 226, 0.27);
  padding: 31px 32px 30px;
  min-height: 240px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto-Regular;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #60b5d9;
  color: #fff;
  border: 1px solid #60b5d9;
}
.PageNumber .active {
  background: #60b5d9;
  color: #fff;
  border: 1px solid #60b5d9;
}
.PageNumber .no:hover{ background-color: #fff;
  border: solid 1px #999999;color: #666666;}
.PageNumber .p_f,.PageNumber .big {
  width: 100px;
}
.PageNumber .p_l {
  width: 69px;
}
.PageNumber input {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #60b5d9;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.PageNumber input:hover {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 9px;
}
.PageNumber .submit img {
  margin-bottom: 2px;
}
footer {
  background: #000;
  padding: 93px 0px 30px;
}
footer .footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: rgba(225, 225, 225, 0.6);
  gap: 20px 30px;
}
footer .footer_a a {
  color: rgba(225, 225, 225, 0.6);
}
footer .footer_a a:hover {
  color: #60b5d9;
}
footer .bt {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .bt a {
  color: #fff; text-transform:uppercase;
}
footer .bt a:hover {
  color: #60b5d9;
}
footer .bt + ul {
  margin-top: 18px;
}
footer .dif_up {
  width: 6px;
  filter: brightness(0) invert(1);
  display: none;
}
footer .ul4 {
  max-width: 226px;
}
footer .list a,
footer .list span {
  display: inline;
}
footer .ul5 {
  width: 28%;
  max-width: 413px;
}
footer form {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 13px 0px;
  margin-top: 24px;
}
footer form input {
  height: 41px;
}
footer form input,
footer form textarea {
  width: 100%;
  background-color: transparent;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  border-radius: 4px;
  border: solid 1px #747474;
  resize: none;
  outline: none;
  padding: 0px 17px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #afafaf;
}
footer form .int1 {
  width: 49%;
}
footer form .yz {
  position: relative;
}
footer form .yz::before {
  content: "*";
  top: 48%;
  transform: translateY(-50%);
  left: 16px;
  position: absolute;
  color: #ff0000;
  font-size: 14px;
  line-height: 8px;
}
footer form .yz input,
footer form .yz textarea {
  padding-left: 24px;
}
footer form .int2 {
  width: 100%;
}
footer form .int2::before {
  top: 32px;
}
footer form .tijiao {
  min-width: 87px;
  margin-left: 14px;
}
footer form .tijiao input {
  background-color: #fff;
  border: 1px solid #fff;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px !important;
  font-size: 18px;
  font-family: Roboto-Regular;
  color: #333;text-transform:uppercase;
}
footer form .tijiao input:hover {
  background-color: #60b5d9;
  color: #fff;
  border: 1px solid #60b5d9;
}
footer form .yzm {
  position: relative;
  flex: 1;
}
footer form .yzm input {
  width: 100%;
  padding-right: 90px;
}
footer form .yzm a,
footer form .yzm span {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  cursor: pointer;
}
footer form .yzm a img,
footer form .yzm span img {
  height: 100%;
}
footer form textarea {
  height: 84px;
  padding-top: 8px !important;
}
footer .ul1 {
  min-width: 8%;
}
footer .ul2 {
  min-width: 8%;
}
footer .ul3 {
  min-width: 11%;
}
footer .footer_b {
  border-top: 1px solid rgba(225, 225, 225, 0.2);
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_b a {
  color: #999;
}
footer .footer_b a:hover {
  color: #60b5d9;
}
footer .footer_b p {
  flex: 1;
  margin-right: 30px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 23px;
}
footer .icBox .iconfont {
  font-size: 20px;
  transition: 0s;
}
footer .icBox a {
  color: #a1aab8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .icBox a:hover {
  color: #fff;
}
.swiper-button-lock {
  display: none !important;
}
.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;
  z-index: 1;
}
.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: 1600px) {
	.half_container {
 width: 48.875%;
  
}
  .rightMenu > * {
    width: 52px;
    height: 52px;
  }
  .rightMenu .logo {
    width: 52px;
  }
  header .logoBox {
    width: 62px !important;
  }
  header .content {
    width: calc(100% - 60px) !important;
  }
  header .heada_l {
    gap: 30px;
  }
  header .center {
    margin-left: 0px;
  }
  header .menuOne > a {
    font-size: 16px;
    padding: 20px 0px !important;
  }
  header .ul {
    min-width: 176px;
  }
  header .ul li {
    margin-top: 4px;
  }
  .index_banner .sw_button {
    gap: 15px 0px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .title_bottom {
    padding-bottom: 8px !important;
  }
  .index1 {
    padding: 80px 0px 70px;
  }
  .index1 .sw_box {
    margin-bottom: 42px;
  }
  .index1 .sw_button div {
    width: 20px;
  }
  .index1 .sw_button div:nth-of-type(1) {
    left: -15px;
  }
  .index1 .sw_button div:nth-of-type(2) {
    right: -15px;
  }
  .index1 .name {
    margin-top: 12px;
  }
  .index1 .buttonBox {
    margin-top: 40px;
  }
  footer {
    padding: 80px 0px 30px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .bt {
    font-size: 20px;
    line-height: 30px;
  }
  footer .bt + ul {
    margin-top: 12px;
  }
  footer .footer_a {
    line-height: 30px;
    gap: 20px 15px;
  }
  footer form {
    margin-top: 18px;
  }
  footer form input,
  footer form textarea {
    padding: 0px 12px;
  }
  footer form .yz::before {
    left: 8px;
  }
  footer form .yz input,
  footer form .yz textarea {
    padding-left: 15px;
  }
  .index2 {
    padding: 60px 0px 80px;
  }
  .index2 .sw_button div {
    width: 20px;
  }
  .index2 .sw_button div:nth-of-type(1) {
    left: -15px;
  }
  .index2 .sw_button div:nth-of-type(2) {
    right: -15px;
  }
  .index2 .sw_box {
    margin-top: 40px;
  }
  .index2 .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .index2 .buttonBox {
    margin-top: 40px;
  }
  .index3 .bofangBox img {
    width: 100px;
  }
  .index3 .content {
    padding-top: 2%;
  }
  .index3 .describe {
    margin-top: 20px;
  }
  .index3 .number_box {
    margin-top: 50px;
  }
  .index3 .box {
    padding: 30px 0px;
  }
  .index3 .big_num {
    font-size: 48px;
    line-height: 56px;
  }
  .index3 .text {
    margin-top: 6px;
  }
  .index4 {
    padding: 60px 0px !important;
    gap: 30px 2%;
  }
  .index4 .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .index4 .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .index4 figure {
    width: 23.5%;
  }
  .index5 {
    padding: 60px 0px 80px;
  }
  .index5 .container {
    margin-top: 50px;
  }
  .index5_list .num {
    font-size: 24px;
    line-height: 32px;
  }
  .index5_list .title {
    font-size: 18px;
    line-height: 30px;
    /*height: 90px;*/
  }
  .index6 {
    padding: 60px 0px 80px !important;
  }
  .index6_container {
    margin-top: 50px;
  }
  .index6_container .title {
    font-size: 22px;
    line-height: 34px;
  }
  .index6_container .text {
    line-height: 26px;
    margin-top: 12px;
  }
  .index6_container .bt {
    font-size: 18px;
  }
  .index6_container .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .index6_list {
    padding-right: 0px;
    margin-top: 30px;
  }
  .index6_list li {
    padding: 20px;
  }
  .index7 {
    padding: 60px 0px 80px;
  }
  .index7_list {
    margin-top: 40px;
  }
  .index7_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index7_list .describe {
    margin-top: 10px;
    line-height: 26px;
  }
  .mbx {
    padding-top: 20px;
    font-size: 16px;
  }
  .oo1 {
    margin-top: 30px !important;
    padding: 30px 0px;
  }
  .oo1 .swiper {
    width: calc(100% - 130px);
  }
  .oo1 .swiper-slide {
    font-size: 18px;
    line-height: 30px;
    margin-right: 60px;
  }
  .oo3_list {
    gap: 35px 1.33333%;
  }
  .oo3_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .oo3_list .link_a {
    min-width: 120px;
    min-height: 32px;
  }
  .oo3 .PageNumber {
    margin-top: 40px;
  }
  .PageNumber .page_box {
    gap: 6px;
  }
  .PageNumber a {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
  .oo4 {
    padding: 60px 0px 80px !important;
  }
  .oo4_container {
    margin-top: 40px;
  }
  .oo4_container .title {
    font-size: 22px;
    line-height: 34px;
  }
  .oo4_container .text {
    line-height: 26px;
    margin-top: 12px;
  }
  .oo4_container .r_box {
    padding-top: 0px;
  }
  .oo4_container .buttonBox {
    margin-top: 30px;
  }
  .oo2 .text {
    line-height: 26px;
  }
  .ot_container {
    width: calc(100% - 100px);
  }
  .ot1 .pic-btn {
    width: 24px;
  }
  .ot1_l {
    width: 45%;
  }
  .ot1_l h1 {
    line-height: 30px;
  }
  .ot1_l .container {
    margin-top: 20px;
  }
  .ot1_l .money {
    font-size: 24px;
    line-height: 32px;
  }
  .ot1_l .share_box {
    margin-top: 15px;
    gap: 15px;
  }
  .ot1_l .describe {
    margin-top: 10px;
  }
  .ot1_l .buttonBox {
    padding: 30px 0px;
    gap: 12px 20px;
  }
  .ot1_list .top {
    font-size: 16px;
    line-height: 26px;
  }
  .ot1_list .bottom {
    margin-top: 8px;
  }
  .ot_box {
    margin-top: 60px;
  }
  .ot_box .describe {
    margin-top: 30px !important;
  }
  .ot_box > * {
    margin-top: 40px !important;
  }
  .ot_box .video_box {
    margin-top: 20px;
  }
  .ot_box em {
    font-size: 20px;
  }
  .ot_box .describe1 {
    margin-top: 30px !important;
    line-height: 26px;
  }
  .ot5_list {
    margin-top: 20px;
  }
  .ot5_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .ot5_list .text {
    line-height: 26px;
    margin-top: 8px;
  }
  .ot5_list li {
    padding: 15px;
  }
  .ot6 .sw_button div {
    width: 20px;
  }
  .ot6 .sw_button div:nth-of-type(1) {
    left: -8px;
  }
  .ot6 .sw_button div:nth-of-type(2) {
    right: -8px;
  }
  .ot6 .name {
    line-height: 26px;
    margin-top: 10px;
  }
  .ot6 .sw_box {
    margin-top: 40px;
  }
  .to1 {
    padding: 40px 0px 0px;
  }
  .to1 .describe {
    line-height: 26px;
    margin-top: 30px;
  }
  .to2 {
    padding: 60px 0px 0px;
  }
  .to2_list {
    gap: 40px 5.75%;
    margin-top: 40px;
  }
  .to2_list .title {
    font-size: 18px;
    margin-top: 30px;
  }
  .to2_list .describe {
    margin-top: 15px;
  }
  .to2_list li {
    padding: 0px 10px;
  }
  .to1_list {
    gap: 30px calc(calc(100% - (160px * 5) - (26px * 4)) / 8);
  }
  .to1_list li {
    width: 160px;
  }
  .to1_list span {
    width: 26px;
    margin-top: 70px;
  }
  .to1_list .name {
    margin-top: 12px;
  }
  .to3 {
    margin-top: 60px;
    padding: 40px 0px 60px;
  }
  .to3 .buttonBox {
    margin-top: 60px;
  }
  .to3_list {
    margin-top: 100px;
  }
  .to3_list .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 76px;
  }
  .to3_list li {
    padding: 80px 30px;
  }
  .to3_list .describe {
    line-height: 26px;
  }
  .to4 {
    padding: 80px 0px 0px;
  }
  .to4 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .to4 .describe {
    margin-top: 10px;
    line-height: 26px;
  }
  .to4 .sw_button div {
    width: 20px;
  }
  .to4 .sw_button div:nth-of-type(1) {
    left: -15px;
  }
  .to4 .sw_button div:nth-of-type(2) {
    right: -15px;
  }
  .to4 .sw_box {
    margin-top: 40px;
  }
  .pub1 {
    padding: 60px 0px 80px !important;
  }
  .pub1 .sw_button div {
    width: 20px;
  }
  .pub1 .sw_button div:nth-of-type(1) {
    left: -15px;
  }
  .pub1 .sw_button div:nth-of-type(2) {
    right: -15px;
  }
  .pub1 .sw_box {
    margin-top: 40px;
  }
  .pub1 .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .pub1 .buttonBox {
    margin-top: 40px;
  }
  .tho1 {
    padding: 40px 0px 60px;
  }
  .tho1 .sw_button div {
    width: 20px;
  }
  .tho1 .sw_button div:nth-of-type(1) {
    left: -15px;
  }
  .tho1 .sw_button div:nth-of-type(2) {
    right: -15px;
  }
  .tho1 .describe {
    margin-top: 30px;
  }
  .tho1 .bofangBox img {
    width: 100px;
  }
  .tho1 .video_box {
    margin-top: 40px;
  }
  .tho1 .sw_box {
    margin-top: 40px;
  }
  .tho2 {
    padding: 80px 0px 0px;
  }
  .tho2 .year {
    padding: 0px;
    font-size: 62px;
    line-height: 62px;
  }
  .tho2 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .tho2 .describe {
    margin-top: 15px;
  }
  .tho2 .sw_box {
    margin-top: 50px;
  }
  .tho2 .sw_box1 {
    margin-top: 50px;
    padding-left: 40px;
  }
  .tho2 .time {
    font-size: 20px;
    line-height: 30px;
  }
  .tho3 {
    padding: 80px 0px;
  }
  .tho3 .sw_button div {
    width: 20px;
  }
  .tho3 .sw_button div:nth-of-type(1) {
    left: -8px;
  }
  .tho3 .sw_button div:nth-of-type(2) {
    right: -8px;
  }
  .tho3 .name {
    line-height: 26px;
    margin-top: 10px;
  }
  .tho3 .sw_box {
    margin-top: 40px;
  }
  .tht1 {
    padding: 40px 0px 60px;
  }
  .tht1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tht1_list {
    margin-top: 50px;
    gap: 40px 0px;
  }
  .tht1_list .describe {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .tht2 {
    padding: 60px 0px;
  }
  .tht2 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .tht2 .buttonBox {
    margin-top: 40px;
  }
  .tht3 {
    padding: 40px 0px 0px;
  }
  .tht3 .describe {
    font-size: 18px;
    line-height: 28px;
  }
  .tht3_list {
    margin-top: 40px;
  }
  .tht4 {
    padding: 80px 0px;
  }
  .tht4 .sw_button div {
    width: 20px;
  }
  .tht4 .sw_button div:nth-of-type(1) {
    left: -15px;
  }
  .tht4 .sw_button div:nth-of-type(2) {
    right: -15px;
  }
  .tht4 .sw_box {
    margin-top: 40px;
  }
  .tht4 .buttonBox {
    margin-top: 40px;
  }
  .tht5 {
    padding: 60px 0px 80px;
  }
  .tht5_list {
    margin-top: 40px;
  }
  .tht5_list .describe {
    margin-top: 30px;
  }
  .tht5_list .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
  }
  .pub2 {
    padding: 60px 0px !important;
  }
  .pub2 .content {
    gap: 30px 2%;
  }
  .pub2 .title {
    font-size: 18px;
    margin-top: 5px;
  }
  .pub2 .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .pub2 figure {
    width: 23.5%;
  }
  .thth1 {
    padding: 40px 0px 0px;
  }
  .thth1 .text {
    margin-top: 20px;
  }
  .thth2_list {
    padding: 60px 0px 80px;
  }
  .thth2_list .num {
    font-size: 24px;
    line-height: 32px;
  }
  .thth2_list .title {
    font-size: 22px;
    line-height: 30px;
    margin-left: 15px;
    margin-top: 10px;
  }
  .thth2_list .describe {
    margin-top: 25px;
  }
  .thth2_list li {
    margin-top: 50px !important;
  }
  .pub3 {
    padding: 60px 0px 80px !important;
  }
  .pub3_container {
    margin-top: 50px;
  }
  .pub3_container .title {
    font-size: 22px;
    line-height: 34px;
  }
  .pub3_container .text {
    line-height: 26px;
    margin-top: 12px;
  }
  .pub3_container .bt {
    font-size: 18px;
  }
  .pub3_container .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .pub3_list {
    padding-right: 0px;
    margin-top: 30px;
  }
  .pub3_list li {
    padding: 20px;
  }
  .fuo1 {
    padding: 40px 0px 60px;
  }
  .fuo1 .PageNumber {
    margin-top: 40px;
  }
  .fuo1_container .box {
    font-size: 18px;
    line-height: 28px;
  }
  .fuo1_container .box em {
    font-size: 20px;
  }
  .fuo1_container .bottom {
    padding: 20px 18px 30px;
  }
  .fuo1_container ul {
    gap: 25px 0px;
  }
  .fut1 {
    padding: 40px 0px 60px;
  }
  .fut1 .text {
    margin-top: 20px;
  }
  .fut1 .PageNumber {
    margin-top: 60px;
  }
  .fut1_list {
    margin-top: 60px;
    gap: 40px 2%;
  }
  .fut1_list li {
    width: 32%;
    padding: 20px 25px 30px;
  }
  .fut1_list .logo {
    width: 72px;
  }
  .fut1_list .num {
    font-size: 52px;
    line-height: 52px;
  }
  .fut1_list .name {
    line-height: 28px;
    margin-top: 25px;
  }
  .fut1_list .links {
    margin-top: 30px;
  }
  .fo1_list {
    margin-top: 40px;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .fo1_list .describe {
    margin-top: 10px;
    line-height: 26px;
  }
  .ft1 {
    padding: 40px 0px 0px;
  }
  .ft1 h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .ft1 .share_time {
    gap: 5px 30px;
  }
  .ft1 .describe {
    margin-top: 30px;
    padding-top: 30px;
  }
  .page_change {
    font-size: 18px;
    margin-top: 30px;
    padding: 20px 0px;
    gap: 12px 0px;
  }
  .page_change img {
    width: 12px;
  }
  .page_change > * {
    gap: 15px;
  }
  .so1 .title {
    font-size: 24px;
    line-height: 28px;
  }
  .so1_l {
    padding: 30px 36px 40px;
  }
  .so1_l .so1_list {
    gap: 36px 0px;
    margin-top: 30px;
  }
  .so1_l li {
    gap: 20px;
  }
  .so1_r {
    padding: 30px 36px 40px;
  }
  .so1_r .text {
    line-height: 26px;
    margin-top: 14px;
  }
  .so1_r form {
    gap: 15px 0px;
  }
  .so1_r form input,
  .so1_r form textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .to1_list {
    gap: 30px calc(calc(100% - (135px * 5) - (26px * 4)) / 8);
  }
  .to1_list li {
    width: 135px;
  }
  .to1_list span {
    width: 26px;
    margin-top: 60px;
  }
  .so1_r form .yzm {
    width: 100%;
  }
  .so1_r form .tijiao {
    margin: 0px auto;
  }
}
@media screen and (max-width: 1200px) {
  header .center {
    gap: 24px;
  }
  header .headb_r {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 40px 0px 30px;
  }
  footer .content {
    width: calc(100% - 160px) !important;
  }
  footer .footer_a {
    flex-wrap: wrap;
    gap: 12px 0px;
    line-height: 26px;
  }
  footer .ul1,
  footer .ul2,
  footer .ul3 {
    width: 100%;
    min-width: auto;
  }
  footer .bt {
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .dif_up {
    display: block;
  }
  footer .bt + * {
    margin-top: 6px !important;
  }
  footer .ul4 {
    flex: 1;
    margin-right: 5%;
    max-width: none;
  }
  footer .ul5 {
    width: 50%;
  }
  footer .footer_b {
    margin-top: 10px;
    padding-top: 12px;
    flex-direction: column-reverse;
    gap: 8px 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer .icBox {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
    .zoomPad {
		cursor: default !important;
	}
	.zoomPup {
		display: none !important;
	}
	.zoomWindow {
		display: none !important;
	}
	.zoomPreload {
		display: none !important;
	}
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    justify-content: center;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .goTop {
    margin-top: 0px;
    background: #c3c3c4;
  }
  html body {
    font-size: 15px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  footer {
    padding: 30px 0px 50px;
  }
  footer .content {
    width: calc(100% - 60px) !important;
  }
  footer .footer_b {
    margin-top: 18px;
    text-align: center;
  }
  footer form {
    gap: 8px 0px;
  }
  footer form input {
    height: 36px;
  }
  footer form .yzm a,
  footer form .yzm span {
    height: 34px;
  }
  footer form .tijiao input {
    font-size: 16px;
  }
  footer .footer_a {
    line-height: 24px;
  }
  footer .bt {
    font-size: 16px;
    line-height: 24px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .head_a {
    height: 0px;
    display: none;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .headb_r {
    margin-right: 45px;
  }
  header .head_b {
    padding: 4px 0px;
  }
  .padding_top {
    padding-top: 64.16px;
  }
  .index_banner .sw_button {
    gap: 5px 0px;
    transform: none;
    top: auto;
    bottom: 20px;
    right: 20px;
  }
  .index_banner .sw_button div {
    width: 32px;
    height: 32px;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .sw_box {
    margin-bottom: 25px;
  }
  .index1 .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .index1 .sw_button div {
    width: 14px;
  }
  .index1 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .index1 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .index1 .buttonBox {
    margin-top: 20px;
  }
  .buttonBox a {
    gap: 6px;
    min-width: 126px !important;
    min-height: 36px !important;
    padding: 4px 12px !important;
  }
  .big_title {
    font-size: 22px;
    line-height: 28px;
  }
  .title_bottom {
    padding-bottom: 8px;
  }
  .title_bottom::before {
    width: 70px;
  }
  .index2 {
    padding: 40px 0px;
  }
  .index2 .sw_box {
    margin-top: 25px;
  }
  .index2 .buttonBox {
    margin-top: 20px;
  }
  .index2 .sw_button div {
    width: 14px;
  }
  .index2 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .index2 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .index2 .name {
    margin-top: 4px;
  }
  .index3 .box {
    padding: 15px 0px 20px;
  }
  .index3 .text {
    margin-top: 2px;
  }
  .index3 .describe {
    margin-top: 8px;
  }
  .index3 .buttonBox {
    margin-top: 20px;
  }
  .index3 .number_box {
    margin-top: 30px;
  }
  .index3 .big_num {
    font-size: 32px;
    line-height: 36px;
  }
  .index4 {
    padding: 40px 0px !important;
    gap: 25px 4%;
    flex-wrap: wrap;
  }
  .index4 figure {
    width: 48%;
  }
  .index4 .title {
    font-size: 16px;
  }
  .index4 .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .index5 {
    padding: 40px 0px;
    background: #d3d6d7;
  }
  .index5 .container {
    margin-top: 20px;
  }
  .index5_list .title {
    font-size: 16px;
    line-height: 26px;
   /* height: 78px;*/
    margin-top: 12px;
  }
  .index5_list li {
    padding: 10px 12px 15px;
  }
  .index5_list .num {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .index6 {
    padding: 40px 0px !important;
    max-width: 731px !important;
  }
  .index6_container {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .index6_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index6_container .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .index6_container .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .index6_container .bt {
    font-size: 16px;
    line-height: 26px;
  }
  .index6_container .l_box {
    width: 100%;
    margin: 0px;
    float: none;
  }
  .index6_list {
    margin-top: 20px;
  }
  .index6_list li {
    min-height: auto;
    margin-top: 15px;
    width: 100%;
  }
  .index6_list li:nth-of-type(1) {
    margin-top: 0px !important;
  }
  .index7 {
    padding: 40px 0px;
  }
  .index7 .index7_list {
    margin-top: 20px;
  }
  .index7_list .describe {
    margin-top: 4px;
    line-height: 24px;
  }
  .mbx {
    font-size: 15px;
    padding-top: 10px;
  }
  .oo1 {
    margin-top: 20px !important;
    padding: 15px 0px;
  }
  .oo1 .swiper {
    width: calc(100% - 70px);
  }
  .oo1 .swiper-slide {
    font-size: 16px;
    line-height: 28px;
    margin-right: 30px;
  }
  .oo1 .sw_button div {
    width: 8px;
  }
  .oo1 .sw_button div:nth-of-type(1) {
    left: 12px;
  }
  .oo1 .sw_button div:nth-of-type(2) {
    right: 12px;
  }
  .oo2 {
    padding: 30px 0px 0px;
  }
  .oo2 .text {
    line-height: 24px;
  }
  .oo2 .read {
    margin-top: 12px;
  }
  .oo3_list {
    gap: 25px 2%;
  }
  .oo3_list figure {
    width: 32%;
  }
  .oo3_list .name {
    margin-top: 4px;
  }
  .oo3_list .link_box {
    margin-top: 6px;
    gap: 10px;
  }
  .oo3 {
    padding: 30px 0px 0px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 20px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 80px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber input {
    font-size: 15px;
  }
  .oo4 {
    padding: 40px 0px !important;
  }
  .oo4_container {
    margin-top: 25px;
  }
  .oo4_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .oo4_container .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .oo4_container .buttonBox {
    margin-top: 25px;
  }
  .ot_container {
    padding: 30px 0px 40px;
  }
  .ot1_l {
    width: 100%;
  }
  .ot1_l .money {
    font-size: 20px;
    line-height: 30px;
  }
  .ot1_l .container {
    margin-top: 10px;
  }
  .ot1_l .describe {
    margin-top: 4px;
  }
  .half_container {
    width: 100%;
    padding-top: 20px;
  }
  .ot1_list .top {
    font-size: 15px;
    line-height: 24px;
  }
  .ot1_list .bottom {
    padding-bottom: 0px;
  }
  .ot_box {
    margin-top: 40px;
  }
  .ot_box .describe {
    margin-top: 10px !important;
  }
  .ot_box > * {
    margin-top: 25px !important;
  }
  .ot_box .video_box {
    margin-top: 20px;
  }
  .ot_box em {
    font-size: 18px;
  }
  .ot_box .describe1 {
    margin-top: 10px !important;
    line-height: 24px;
  }
  .ot5_list {
    margin-top: 20px;
  }
  .ot5_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .ot5_list .text {
    line-height: 24px;
    margin-top: 8px;
  }
  .ot5_list li {
    min-height: auto;
    padding: 15px;
  }
  .ot6 .sw_button div {
    width: 14px;
  }
  .ot6 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .ot6 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .ot6 .name {
    line-height: 24px;
    margin-top: 4px;
  }
  .ot6 .sw_box {
    margin-top: 20px;
    max-width: 100%;
  }
  .to1 {
    padding: 30px 0px 0px;
  }
  .to1 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .to1_list {
    gap: 25px 2.5%;
  }
  .to1_list li {
    width: 18%;
  }
  .to1_list span {
    display: none;
  }
  .to2 {
    padding: 40px 0px 0px;
  }
  .to2_list {
    margin-top: 25px;
    gap: 25px 4%;
  }
  .to2_list li {
    width: 48%;
    padding: 0px;
  }
  .to2_list .title {
    font-size: 16px;
    margin-top: 8px;
    line-height: 26px;
  }
  .to2_list .describe {
    margin-top: 8px;
  }
  .to3 {
    margin-top: 40px;
    padding: 40px 0px;
  }
  .to3 .buttonBox {
    margin-top: 20px;
  }
  .to3_list {
    gap: 25px 0px;
    margin-top: 25px;
  }
  .to3_list li {
    width: 100%;
    padding: 20px 30px;
  }
  .to3_list .title {
    min-height: auto;
    background: transparent;
    color: #60b5d9;
    position: relative;
    left: 0;
    transform: none;
  }
  .to4 {
    padding: 40px 0px 0px;
  }
  .to4 .box {
    padding: 6px 0px 0px;
  }
  .to4 .describe {
    margin-top: 4px;
    line-height: 24px;
  }
  .to4 .sw_box {
    margin-top: 25px;
  }
  .to4 .sw_button div {
    width: 14px;
  }
  .to4 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .to4 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .pub1 {
    padding: 40px 0px !important;
  }
  .pub1 .sw_box {
    margin-top: 25px;
  }
  .pub1 .buttonBox {
    margin-top: 20px;
  }
  .pub1 .sw_button div {
    width: 14px;
  }
  .pub1 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .pub1 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .pub1 .name {
    margin-top: 4px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1 .describe {
    margin-top: 10px;
  }
  .tho1 .video_box {
    margin-top: 25px;
  }
  .tho1 .sw_box {
    margin-top: 25px;
  }
  .tho1 .sw_button div {
    width: 14px;
  }
  .tho1 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .tho1 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .tho1 .name {
    margin-top: 8px;
  }
  .tho2 {
    padding: 40px 0px 0px;
  }
  .tho2 .sw_button {
    margin-top: 20px;
    gap: 25px;
  }
  .tho2 .sw_button div {
    width: 10px;
  }
  .tho2 .time {
    font-size: 18px;
    line-height: 26px;
    padding-top: 14px;
  }
  .tho2 .sw_box {
    margin-top: 20px;
  }
  .tho2 .sw_box1 {
    margin-top: 20px;
  }
  .tho2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho2 .describe {
    margin-top: 8px;
  }
  .tho2 .year {
    font-size: 26px;
    line-height: 36px;
    flex: none;
    width: 100%;
    text-align: center;
  }
  .tho2 .r_box {
    width: 100%;
    text-align: center;
  }
  .tho2 .mySwipertho2_1 .swiper-slide {
    flex-direction: column;
    gap: 10px 0px;
  }
  .tho3 {
    padding: 40px 0px;
  }
  .tho3 .sw_button div {
    width: 14px;
  }
  .tho3 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .tho3 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .tho3 .name {
    line-height: 24px;
    margin-top: 4px;
  }
  .tho3 .sw_box {
    margin-top: 20px;
    max-width: 100%;
  }
  .tht1 {
    padding: 30px 0px 40px;
  }
  .tht1_container {
    margin-top: 8px;
  }
  .tht1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tht1_container .box {
    margin-top: 10px;
  }
  .tht1_list {
    margin-top: 25px;
    gap: 20px 0px;
  }
  .tht1_list .describe {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }
  .tht2 {
    padding: 40px 0px;
  }
  .tht2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tht2 .box {
    margin-top: 12px;
  }
  .tht2 .buttonBox {
    margin-top: 15px;
  }
  .tht3 .describe {
    font-size: 16px;
    line-height: 26px;
  }
  .tht3_list {
    margin-top: 12px;
  }
  .tht4 {
    padding: 40px 0px;
  }
  .tht4 .sw_box {
    margin-top: 25px;
  }
  .tht4 .buttonBox {
    margin-top: 20px;
  }
  .tht4 .sw_button div {
    width: 14px;
  }
  .tht4 .sw_button div:nth-of-type(1) {
    left: -10px;
  }
  .tht4 .sw_button div:nth-of-type(2) {
    right: -10px;
  }
  .tht4 .name {
    margin-top: 8px;
  }
  .tht5 {
    padding: 40px 0px;
  }
  .tht5_list {
    margin-top: 20px;
  }
  .tht5_list .describe {
    margin-top: 8px;
  }
  .tht5_list .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .pub2 {
    padding: 40px 0px !important;
  }
  .pub2 .content {
    gap: 25px 4%;
    flex-wrap: wrap;
  }
  .pub2 figure {
    width: 48%;
  }
  .pub2 .title {
    font-size: 16px;
  }
  .pub2 .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .thth1 {
    padding: 30px 0px 0px;
  }
  .thth1 .text {
    margin-top: 10px;
  }
  .thth2_list {
    padding: 40px 0px;
  }
  .thth2_list li {
    margin-top: 25px !important;
  }
  .thth2_list .num {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .thth2_list .r_box {
    padding-top: 10px;
  }
  .thth2_list .describe {
    margin-top: 12px;
  }
  .thth2_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-left: 12px;
  }
  .pub3 {
    padding: 40px 0px !important;
  }
  .pub3 .content {
    max-width: 731px !important;
  }
  .pub3_container {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .pub3_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .pub3_container .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .pub3_container .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .pub3_container .bt {
    font-size: 16px;
    line-height: 26px;
  }
  .pub3_container .l_box {
    width: 100%;
    margin: 0px;
    float: none;
  }
  .pub3_list {
    margin-top: 20px;
  }
  .pub3_list li {
    min-height: auto;
    margin-top: 15px;
    width: 100%;
  }
  .pub3_list li:nth-of-type(1) {
    margin-top: 0px !important;
  }
  .fuo1 {
    padding: 20px 0px 40px;
  }
  .fuo1_container {
    padding-top: 25px;
    gap: 20px 0px;
  }
  .fuo1_container ul {
    width: 100%;
    gap: 20px 0px;
  }
  .fuo1_container .box {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo1_container .box p {
    margin-left: 8px;
  }
  .fuo1_container .box em {
    font-size: 18px;
  }
  .fuo1_container .bottom {
    padding: 8px 18px 12px;
  }
  .fuo1_container .bottom .box {
    font-size: 15px;
    line-height: 24px;
  }
  .fut1 {
    padding: 30px 0px 40px;
  }
  .fut1 .text {
    margin-top: 12px;
  }
  .fut1_list {
    margin-top: 25px;
    gap: 20px 2%;
  }
  .fut1_list .logo {
    width: 52px;
  }
  .fut1_list .name {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }
  .fut1_list .num {
    font-size: 38px;
    line-height: 38px;
    top: 18px;
  }
  .fut1_list li {
    padding: 15px 20px 25px;
  }
  .fut1_list .links {
    margin-top: 12px;
    font-size: 16px;
  }
  .fo1_list {
    margin-top: 20px;
  }
  .fo1_list .describe {
    margin-top: 4px;
    line-height: 24px;
  }
  .ft1 {
    padding: 20px 0px 0px;
  }
  .ft1 h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .ft1 .add {
    margin-top: 6px;
  }
  .ft1 .share_time {
    gap: 5px 20px;
    margin-top: 8px;
  }
  .ft1 .describe {
    margin-top: 12px;
    padding-top: 12px;
  }
  .ft1 .share_box {
    gap: 0px 10px;
  }
  .page_change {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0px;
    gap: 3px 0px;
  }
  .so1 {
    padding: 20px 0px 30px;
    flex-wrap: wrap;
    gap: 30px 0px;
  }
  .so1 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .so1_l {
    width: 100%;
  }
  .so1_l .so1_list {
    gap: 20px 0px;
    margin-top: 20px;
  }
  .so1_r {
    width: 100%;
  }
  .so1_r .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .so1_r form .yzm {
    width: 49.3%;
  }
  .so1_r form .tijiao {
    margin: 0px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header .logoBox {
    width: 48px !important;
  }
  .padding_top {
    padding-top: 51.47px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  footer .ul5 {
    width: 54%;
  }
  .index1 .sw_button,
  .index2 .sw_button,
  .pub1 .sw_button,
  .to4 .sw_button,
  .tho1 .sw_button,
  .tho3 .sw_button,
  .tht4 .sw_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    gap: 20px;
  }
  .index1 .sw_button div,
  .index2 .sw_button div,
  .pub1 .sw_button div,
  .to4 .sw_button div,
  .tho1 .sw_button div,
  .tho3 .sw_button div,
  .tht4 .sw_button div {
    position: relative;
    top: 0px !important;
    bottom: 0px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 12px;
  }
  .index3 .bofangBox img {
    width: 60px;
  }
  .index5 .l_box {
    width: 100%;
  }
  .index5 .imgBox img{
     height:auto;
  }
  .index5 .container {
    gap: 25px 0px;
  }
  .index5_list {
    width: 100%;
  }
  .index7_list {
    gap: 25px 4%;
  }
  .index7_list li {
    width: 48%;
  }
  .ot6 .sw_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    gap: 20px;
  }
  .ot6 .sw_button div {
    position: relative;
    top: 0px !important;
    bottom: 0px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 12px;
  }
  .to1_list {
    gap: 25px 5%;
  }
  .to1_list li {
    width: 30%;
  }
  .tho1 .bofangBox img {
    width: 60px;
  }
  .fut1_list {
    gap: 20px 4%;
  }
  .fut1_list li {
    width: 48%;
  }
  .fo1_list {
    gap: 25px 4%;
  }
  .fo1_list li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  footer .ul4 {
    flex: none;
    width: 100%;
  }
  footer .ul5 {
    width: 100%;
    max-width: none;
  }
  footer .icBox {
    gap: 5px 10px;
  }
  .index3 .l_box {
    width: 100%;
    float: none;
    padding: 0px 20px;
    margin: 0px;
  }
  .index3 .content {
    padding-top: 20px;
  }
  .oo3_list figure {
    width: 49%;
  }
  .oo4 .l_box {
    width: 100%;
    margin: 0px;
    float: none;
  }
  .oo4 .r_box {
    padding-top: 20px;
  }
  .ot5_list li {
    width: 100%;
  }
  .tht1_list li {
    width: 100%;
  }
  .tht5_list {
    gap: 25px 4%;
    flex-wrap: wrap;
  }
  .tht5_list li {
    width: 48%;
  }
  .thth2_list .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .thth2_list .r_box {
    width: 100%;
    margin-top: 20px;
  }
  .so1_l .so1_list {
    gap: 10px 0px;
    margin-top: 12px;
  }
  .so1_r form {
    gap: 8px 0px;
    margin-top: 12px;
  }
  .so1_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .to2_list li {
    width: 100%;
  }
  .fut1_list li {
    width: 100%;
  }
  .so1_l {
    padding: 20px 15px 30px;
  }
  .so1_r {
    padding: 20px 15px 30px;
  }
}
@media screen and (max-width: 420px) {
  .index3 figure {
    max-width: none;
    width: 49%;
  }
  .index3 .box {
    flex-wrap: wrap;
  }
  .index4 figure {
    width: 100%;
  }
  .index7_list li {
    width: 100%;
  }
  .to1_list {
    gap: 20px 8%;
  }
  .to1_list li {
    width: 46%;
  }
  .pub2 figure {
    width: 100%;
  }
  .fo1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  footer form .int1 {
    width: 100%;
  }
  .index5_list li {
    width: 100%;
  }
  .index5_list .title {
    height: auto;
  }
  .oo3_list figure {
    width: 100%;
  }
  .tht5_list li {
    width: 100%;
  }
  .tht5_list .imgBox {
    margin: 0px auto;
    width: 100%;
    max-width: 220px;
  }
}
@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 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.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-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.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";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#60b5d9}	
.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: #60b5d9;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
.xiaoping,.bxiaoping{display: none;	margin-bottom: 30px;}
.daping,.bdaping{display: block;}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.xiaoping,.bxiaoping{display: block;}
.daping,.bdaping{display: none;}
.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
}
}
