@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::-webkit-scrollbar {
  /* width: 0px; */
}
html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  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;
}
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% - 60px);
}
html body .sw_content {
  margin: auto;
  max-width: 1703px;
  width: calc(100% - 60px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 9999;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span {
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #dfdfdf;
}
.rightMenu > a a,
.rightMenu > span a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightMenu > a i,
.rightMenu > span i {
  font-size: 21px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover {
  background-color: #5abbd1;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i {
  color: #fff;
}
.rightMenu > a:nth-of-type(1) i {
  font-size: 23px;
}
.rightMenu .goTop > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .goTop > a i {
  font-size: 22px;
}
.rightMenu .wx {
  cursor: pointer;
  position: relative;
}
.rightMenu .wx > img {
  display: none;
  position: absolute;
  right: 100%;
}
@media screen and (min-width: 992px) {
  .rightMenu .wx:hover > img {
    display: block;
  }
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #5abbd1;
  right: 2.5%;
  top: 23px;
  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: 3px;
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  .nav {
    top: 17px;
  }
}
#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;
  max-width: 1920px;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
header .sousuo {
  position: relative;
  margin-right: 4px;
}
header .sousuo i {
  cursor: pointer;
  font-size: 23px;
  line-height: 25px;
  color: #fff;
}
header .sousuo i:hover {
  color: #5abbd1;
}
header .sousuo form {
  display: none;
  overflow: hidden;
  height: 35px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #ffffff;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 10;
}
header .sousuo form input:nth-of-type(1) {
  width: 180px;
  height: 33px;
  line-height: 33px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  color: #2f3135;
  background: none;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 10px;
  color: #333;
  cursor: pointer;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #5abbd1;
}
header .lang {
  position: relative;
  cursor: pointer;
}
header .lang:hover p {
  background: #fff;
}
header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
header .lang .lang_box:hover .icon-diqiu {
  color: #5abbd1;
}
header .lang .lang_box:hover span {
  color: #5abbd1;
}
header .lang .lang_box .icon-diqiu {
  font-size: 20px;
  color: #fff;
}
header .lang .lang_box span {
  font-family: PalatinoLinotype-Roman;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0px 0px 0px 5px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 105%;
  right: 0px;
  border: 1px solid #5abbd1;
  border-radius: 5px;
  z-index: 1;
  font-family: PalatinoLinotype-Roman;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 35px;
  font-size: 16px;
  border-bottom: 1px dashed #5abbd1;
}
header .lang > ul li a:hover {
  color: #fff;
  background: #5abbd1;
}
header .sousuo,
header .lang {
  display: flex;
  align-items: center;
  margin-top: 15px;
  transition: 0.3s;
}
header .logoBox {
  width: 134px;
  flex-shrink: 0;
  margin: 0px 20px 0px 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
header .logoBox a {
  width: 100%;
}
header .logoBox a img {
  width: 100%;
}
header .menuactive > a::before {
  width: 100%;
}
header .center {
  display: flex;
}
header .center .menuOne.menuactive {
  background: #5abbd1;
}
header .center .menuOne.active {
  background: #5abbd1;
}
header .center .menuOne {
  font-family: PalatinoLinotype-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 32px;
}
header .center .menuOne > a {
  color: #ffffff;
  position: relative;
  padding: 45px 20px 30px;
}
header .center .menuOne > a:hover {
  background: #5abbd1;
}
header .center .menuOne .menuactive > a {
  color: #5abbd1 !important;
}
header .center .menuOne .menuactive > a::before {
  width: 100% !important;
}
header .center .menuOne .active > a {
  color: #5abbd1 !important;
}
header .center .menuOne .active > a::before {
  width: 100% !important;
}
header .center .menuOne .h_l {
  min-width: 180px;
}
header .center .menuOne .h_r {
  width: 251px;
  height: 188px;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  top: 44px;
  right: 64px;
  opacity: 0;
}
header .center .menuOne .h_r .menuactive {
  z-index: 2;
}
header .center .menuOne .h_r .active {
  position: relative;
  z-index: 1;
}
header .center .menuOne .h_r.act1 {
  opacity: 1;
  z-index: 1;
}
header .center .menuOne .h_r.act {
  opacity: 1;
  z-index: 2;
}
header .center .menuOne .h_r .imgBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
header .center .menuOne > ul {
  padding-top: 7px;
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 20px;
  display: none;
}
header .center .menuOne > ul .menu {
  display: flex;
  background: #fff;
  min-height: 268px;
  min-width: 600px;
  padding: 44px 64px 20px 40px;
  position: relative;
}
header .center .menuOne > ul .menuTwo {
  line-height: 24px;
  letter-spacing: 0px;
  padding-top: 17px;
  padding-right: 315px;
}
header .center .menuOne > ul .menuTwo a {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  white-space: nowrap;
  position: relative;
}
header .center .menuOne > ul .menuTwo a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  transition: 0.3s;
  background: #5abbd1;
}
header .center .menuOne > ul .menuTwo a:hover {
  color: #5abbd1;
}
header .center .menuOne > ul .menuTwo a:hover::before {
  width: 100%;
}
header .center .lastOne {
  margin: 0px !important;
}
header .center .menuul {
  position: absolute;
  padding-left: 6px;
  min-width: 250px;
  left: 100%;
  top: 47px;
  display: none;
}
header .center .menuul div {
  background: #fff;
  padding: 36px 10px 64px 39px;
}
header .center .menuul li {
  margin-top: 17px;
}
header .center .menuul a {
  position: relative;
}
header .center .menuul a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  transition: 0.3s;
  background: #5abbd1;
}
header .ul_2 .menuOne {
  margin-right: 0px;
  margin-left: 40px;
}
header .ul_2 .menuOne > ul {
  transform: translateX(-45%);
}
header .l_box {
  display: flex;
  align-items: center;
}
.fyhead .logoBox {
  width: 110px;
}
.fyhead .center .menuOne > a {
  padding: 25px 20px;
}
.fyhead .sousuo,
.fyhead .lang {
  margin-top: 0px;
}
.bannerBox img {
  width: 100%;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b_bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.b_bt a {
  color: #333;
}
.b_bt a:hover {
  color: #5abbd1;
}
.bt_img {
  display: block;
}
.bt_img img {
  width: 361px;
  max-width: 100%;
  margin: auto;
}
.bt_box {
  position: relative;
}
.bt_box .b_bt {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translate(0%, -50%);
}
.swiper_button {
  display: flex;
  justify-content: center;
}
.swiper_button div {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
}
.swiper_button div i {
  color: #666;
}
.swiper_button div:hover i {
  color: #5abbd1;
}
.swiper_button .next {
  margin-left: 5px;
}
.swiper-button-lock {
  display: none !important;
}
.index .ban .banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}
.index .ban .banner .slick-arrow {
  position: absolute;
  z-index: 99;
  display: flex !important;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  bottom: 4.2%;
  right: 8.3%;
  font-size: 20px;
}
.index .ban .banner .slick-arrow:hover {
  color: #5abbd1;
}
.index .ban .banner .slick-prev {
  transform: translateX(-116%);
  cursor: pointer;
}
.index .ban .banner .slick-next {
  cursor: pointer;
}
.index .ban .banner .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 26px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: none;
}
.index .ban .banner .slick-dots li {
  margin: 0 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.index .ban .banner .slick-dots li.slick-active a {
  cursor: pointer;
}
.index .ban .banner .slick-dots a {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.index .ban .banner.hide {
  display: none;
}
@media screen and (max-width: 959px) {
  .index .ban .banner {
    display: block;
  }
  .index .ban .banner.hide {
    display: block;
  }
  .index .ban .banner .slick-dots {
    bottom: 10px;
  }
  .index .ban .banner .slick-dots li {
    margin: 0 5px;
  }
  .index .ban .banner .slick-dots a {
    width: 10px;
    height: 10px;
  }
  .index .ban .banner2 {
    display: none;
  }
}
.index .ban .slick-list,
.index .ban .slick-slider,
.index .ban .slick-track {
  position: relative;
  display: block;
}
.index .ban .slick-loading .slick-slide,
.index .ban .slick-loading .slick-track {
  visibility: hidden;
}
.index .ban .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.index .ban .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.index .ban .slick-list:focus {
  outline: 0;
}
.index .ban .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.index .ban .slick-slider .slick-list,
.index .ban .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index .ban .slick-track {
  top: 0;
  left: 0;
}
.index .ban .slick-track:after,
.index .ban .slick-track:before {
  display: table;
  content: '';
}
.index .ban .slick-track:after {
  clear: both;
}
.index .ban .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.index .ban [dir=rtl] .slick-slide {
  float: right;
}
.index .ban .slick-slide img {
  display: block;
  width: 100%;
}
.index .ban .slick-slide.slick-loading img {
  display: none;
}
.index .ban .slick-slide.dragging img {
  pointer-events: none;
}
.index .ban .slick-initialized .slick-slide {
  display: block;
}
.index .ban .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.index .ban .slick-arrow.slick-hidden {
  display: none;
}
.index .ban .slick-dots .slide-count {
  display: none;
}
.index .ban .slick-slide {
  position: relative;
}
.index .ban .slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index .ban .slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}
@media screen and (max-width: 992px) {
  .index .ban .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index .ic {
  position: relative;
}
.index .ic .c1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 43.8%);
  background: #fff;
  padding: 49px 2.5% 20px;
  z-index: 2;
}
.index .ic .text {
  color: #666;
  text-align: center;
  margin-top: 32px;
}
.index .ic .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index .ic .text a:hover{
	color: #5abbd1;
}
.index .ic .buttonBox {
  margin-top: 17px;
}
.index .ic .buttonBox a {
  margin: auto;
  width: 144px;
  height: 36px;
  background-color: #5abbd1;
  border: 1px solid #5abbd1;
  border-radius: 18px;
  font-family: PalatinoLinotype-Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .ic .buttonBox a:hover {
  background: #fff;
  color: #5abbd1;
}
.index .id {
  padding-top: 214px;
  position: relative;
  padding-bottom: 64px;
}
.index .id::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 52.1%;
  background: #5abbd1;
  opacity: 0.2;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.index .id .id_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
}
.index .id .id_box figure {
  width: 22.8125%;
  background: #fff;
  margin-left: 2.91667%;
  margin-top: 15px;
}
.index .id .id_box figure:nth-of-type(4n+1) {
  margin-left: 0px;
}
.index .id .id_box .box {
  padding: 12px 32px 18px 22px;
}
.index .id .id_box .name_box {
  font-family: PalatinoLinotype-Bold;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
}
.index .id .id_box .name_box img {
  flex-shrink: 0;
}
.index .id .id_box .name_box a {
  margin-right: 5px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .id .id_box .name_box a:hover {
  color: #5abbd1;
}
.index .id .id_box .text {
  color: #666;
}
.index .id .id_box .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index .id .id_box .text a:hover {
  color: #5abbd1;
}
.index .id .sw_box {
  margin-top: 67px;
  position: relative;
  padding: 0px 6% 0px;
}
.index .id .sw_box .yh {
  position: absolute;
  width: 56px;
}
.index .id .sw_box .left {
  left: 0;
  top: 0;
}
.index .id .sw_box .right {
  right: 0;
  bottom: 0;
}
.index .id .sw_box .text {
  color: #919191;
  text-align: center;
  margin-top: 8px;
}
.index .id .sw_box .text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #919191;
}
.index .id .sw_box .text a:hover {
  color: #5abbd1;
}
.index .id .sw_box .photo {
  margin-top: 25px;
}
.index .id .sw_box .photo a {
  margin: auto;
  display: block;
  width: 76px;
}
.index .id .sw_box .p_name {
  text-align: center;
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 22px;
}
.index .id .sw_box .p_name a {
  color: #333;
}
.index .id .sw_box .p_name a:hover {
  color: #5abbd1;
}
.index .id .sw_box .job_name {
  font-family: PalatinoLinotype-Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.index .id .sw_box .job_name a {
  color: #333;
}
.index .id .sw_box .job_name a:hover {
  color: #5abbd1;
}
.index .id .sw_box .swiper-slide {
  opacity: 0 !important;
}
.index .id .sw_box .swiper-fade .swiper-slide-active,
.index .id .sw_box .swiper-fade .swiper-slide-active .swiper-slide-active {
  opacity: 1 !important;
}
.index .id .swiper_button {
  margin-top: 41px;
}
.index .ie {
  background: url('../img/i_id.jpg') no-repeat center;
  background-size: cover;
  padding-top: 153px;
  padding-bottom: calc(38.4375% - 440px);
}
.index .ie .content {
  padding-right: 44%;
}
.index .ie .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .ie .bt a {
  color: #fff;
}
.index .ie .bt a:hover {
  color: #5abbd1;
}
.index .ie .text {
  color: #e3dfdf;
  margin-top: 19px;
}
.index .ie .text a {
  color: #e3dfdf;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index .ie .text a:hover {
  color: #5abbd1;
}
.index .ie .buttonBox {
  margin-top: 51px;
}
.index .ie .buttonBox a {
  width: 220px;
  height: 55px;
  background-color: #5abbd1;
  border: 1px solid #5abbd1;
  border-radius: 28px;
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .ie .buttonBox a:hover {
  background: #fff;
  color: #5abbd1;
}
.index .if {
  background: url('../img/i_ie.jpg') no-repeat left;
  background-size: cover;
  padding-bottom: 25px;
}
.index .if .content {
  background: #fff;
  padding-top: 74px;
  padding-bottom: 19px;
  transform: translateY(-104px);
}
.index .if .r_q {
  font-family: PalatinoLinotype-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  transition: 0.3s;
}
.index .if .buttonBox {
  margin-top: 89px;
  display: flex;
  justify-content: center;
}
.index .if .buttonBox a {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
.index .if .buttonBox a::before {
  width: 0;
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #5abbd1;
  transition: 0.3s;
}
.index .if .new_name {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.index .if .new_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;
}
.index .if .if_box {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 3.7%;
  margin-top: 66px;
}
.index .if figure {
  width: 32.84%;
  border-left: 1px solid rgba(181, 181, 181, 0.21);
  padding: 54px 3.8% 63px;
}
.index .if figure:hover .r_q {
  color: #5abbd1;
  border-top: 1px solid #5abbd1;
  border-bottom: 1px solid #5abbd1;
}
.index .if figure:hover .new_name a {
  color: #5abbd1;
}
.index .if figure:hover .buttonBox a {
  color: #5abbd1;
}
.index .if figure:hover .buttonBox a::before {
  width: 100%;
}
.index .if figure:nth-of-type(3n+1) {
  border-left: none;
}
.index .if .t {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .if .new_text {
  text-align: center;
  color: #919191;
  margin-top: 14px;
}
.index .if .new_text a {
  color: #919191;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.index .if .new_text a:hover {
  color: #5abbd1;
}
.index .ig {
  background: rgba(90, 187, 209, 0.2);
  padding-top: 77px;
  padding-bottom: 85px;
}
.index .ig .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
}
.index .ig .bt a {
  color: #222;
}
.index .ig .bt a:hover {
  color: #5abbd1;
}
.index .ig .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index .ig .text {
  color: #666;
  margin-top: 29px;
}
.index .ig .text a {
  color: #666;
}
.index .ig .text a:hover {
  color: #5abbd1;
}
.index .ig form {
  display: flex;
  flex-wrap: wrap;
}
.index .ig form .email {
  width: 100%;
  flex: 1;
}
.index .ig form .email input {
  /* font-family: PalatinoLinotype-Bold; */
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
}
.index .ig form .email input::placeholder,
.index .ig form .email input::-webkit-input-placeholder {
  color: #bbb;
}
.index .ig form input {
  height: 46px;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding-left: 13px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  border-radius: 10px;
  display: block;
  background: #fff;
}
.index .ig form input::placeholder,
.index .ig form input::-webkit-input-placeholder {
  color: #999999;
}
.index .ig form .yzm {
  width: 160px;
  position: relative;
  margin-right: 9px;
  margin-left: 8px;
}
.index .ig form .yzm::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ff0000;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.index .ig form .yzm input {
  padding-right: 50px;
}
.index .ig form .yzm span {
  position: absolute;
  right: 8px;
  top: 60%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 70px;
}
.index .ig form .yzm span img {
  width: 100%;
}
.index .ig form .t_j {
  width: 277px;
  position: relative;
}
.index .ig form .t_j input {
  background: #5abbd1;
  cursor: pointer;
  transition: 0.3s;
}
.index .ig form .t_j input:hover {
  background: #fff;
}
.index .ig form .t_j input:hover + div i {
  color: #5abbd1;
}
.index .ig form .t_j input:hover + div p {
  color: #5abbd1;
}
.index .ig form .t_j div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  pointer-events: none;
}
.index .ig form .t_j i {
  color: #fff;
  margin-right: 8px;
  font-size: 22px;
}
.index .ig form .t_j p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.3s;
}
.index .ig .ig_l {
  width: 38%;
}
.index .ig .ig_r {
  width: 54.4%;
  margin-top: 20px;
}
.pub1 {
  padding-top: 75px;
}
.pub1 .p_n {
  font-family: PalatinoLinotype-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 11px;
}
.pub1 .p_n a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.pub1 .p_n a:hover {
  color: #5abbd1;
}
.pub1 .swiper-button-prev:after,
.pub1 .swiper-rtl .swiper-button-next:after {
  display: none;
}
.pub1 .swiper-button-next:after,
.pub1 .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.pub1 .swiper-button-next,
.pub1 .swiper-button-prev {
  color: #5abbd1;
}
.pub1 .swiper-button-next i,
.pub1 .swiper-button-prev i {
  font-size: 20px;
}
.pub1 .swiper-button-next:hover,
.pub1 .swiper-button-prev:hover {
  color: #000;
}
.pub1 .mySwiperpub1 {
  margin-top: 75px;
}
.pub2 {
  padding-top: 107px;
  padding-bottom: 96px;
  position: relative;
}
.pub2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 144%;
  background: #5abbd1;
  opacity: 0.2;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pub2 .ib_box {
  display: grid;
  grid-template-columns: repeat(3, 282px);
  grid-column-gap: 24.375%;
  grid-row-gap: 15px;
  padding-top: 59px;
}
.pub2 .logo {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pub2 .logo img {
  max-height: 100%;
}
.pub2 .text {
  font-family: Arial;
  line-height: 28px;
  color: #666;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
  margin-top: 20px;
  padding: 14px 0px 4px;
  flex: 1;
}
.pub2 .text a {
  color: #666;
}
.pub2 .text a:hover {
  color: #5abbd1;
}
.pub2 figure {
  display: flex;
  flex-direction: column;
}
.pub2 .name {
  font-family: PalatinoLinotype-Roman;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 18px;
}
.pub2 .name a {
  color: #333;
}
.pub2 .name a:hover {
  color: #5abbd1;
}
.oo {
  background: rgba(90, 187, 209, 0.2);
}
.oo .pub2 {
  padding-top: 37px;
  background: #fff;
}
.oo .pub2::before {
  display: none;
}
.oo .pub2 .ib_box {
  padding-top: 63px;
}
.oo .oo1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 101px;
}
.oo .oo1_r {
  width: 100%;
  flex: 1;
  margin-left: 46px;
  padding-top: 2px;
}
.oo .oo1_r .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.oo .oo1_r .show {
  -webkit-line-clamp: initial !important;
}
.oo .oo1_r .t_font {
  color: #919191;
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
}
.oo .oo1_r .read {
  color: #5abbd1;
  margin-top: 15px;
}
.oo .oo1_r .read span {
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
.oo .oo1_r .read .more {
  /* display: inline-block; */
}
.oo .oo1_r .read:hover {
  color: #333;
}
.oo .oo1_r figure {
  width: 30.064%;
  margin-left: 4.904%;
  padding-bottom: 36px;
  margin-top: 30px;
}
.oo .oo1_r form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.oo .oo1_r figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.oo .oo1_r .p_n {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 8px;
}
.oo .oo1_r .p_n a {
  color: #333;
}
.oo .oo1_r .p_n a:hover {
  color: #5abbd1;
}
.oo .oo1_r .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.oo .oo1_r .box input {
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}
.oo .oo1_r .box input::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}
.oo .oo1_r .box input:checked::before {
  display: none;
}
.oo .oo1_r .box a {
  font-family: PalatinoLinotype-Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  width: 144px;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oo .oo1_r .box a:hover {
  color: #ffffff;
  background-color: #5abbd1;
}
.oo .PageNumber {
  margin-top: 25px;
}
.ot .mbx {
  background: rgba(90, 187, 209, 0.2);
}
.ot .pub2 {
  background: rgba(90, 187, 209, 0.2);
  padding-top: 37px;
  background: #fff;
}
.ot .pub2::before {
  display: none;
}
.ot .pub2 .ib_box {
  padding-top: 63px;
}
.ot .ot1_container {
  background: rgba(90, 187, 209, 0.2);
}
.ot .ot1 {
  padding-top: 23px;
  padding-bottom: 51px;
  display: flex;
  flex-wrap: wrap;
}
.ot .ot1 .r_box {
  width: 31.8%;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.ot .ot1 .r_box img {
  transition: 0s;
}
.ot .ot1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot .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;
}
.ot .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;
}
.ot .ot1 .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.ot .ot1 .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.ot .ot1 .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.ot .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);
}
.ot .ot1 .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.ot .ot1 .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.ot .ot1 .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.ot .ot1 .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.ot .ot1 .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  width: 100%;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.08);
}
.ot .ot1 .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.ot .ot1 .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.ot .ot1 .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.ot .ot1 .pic-small {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
}
.ot .ot1 .pic-btn {
  position: absolute;
  top: calc(50% + 8px);
  transform: translateY(-50%);
  color: #333333;
  z-index: 9;
  font-size: 20px;
}
.ot .ot1 .pic-btn.prev {
  left: 0;
}
.ot .ot1 .pic-btn.next {
  right: 0;
}
.ot .ot1 .pic-btn:hover {
  color: #5abbd1;
}
.ot .ot1 .pic-list {
  margin: 16px auto 0px;
  width: 89.9%;
  overflow: hidden;
}
.ot .ot1 .pic-list ul {
  width: 1000%;
  display: flex;
}
.ot .ot1 .list-item {
  position: relative;
  width: 3.15%;
  margin-right: 0.25%;
  overflow: hidden;
}
.ot .ot1 .z_z {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ot .ot1 .z_z .logo {
  max-width: 60%;
  width: 28px;
  flex-shrink: 0;
}
.ot .ot1 .z_z img {
  width: 100%;
}
.ot .ot1 .item-pics,
.ot .ot1 .pic-list .item-video {
  display: block;
  position: relative;
}
.ot .ot1 .item-pics:before,
.ot .ot1 .pic-list .item-video:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url() no-repeat center left;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  z-index: -1;
}
.ot .ot1 .item-pics img,
.ot .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;
}
.ot .ot1 .item-pics.zoomThumbActive:before,
.ot .ot1 .item-video.active:before {
  left: -8px;
}
.ot .ot1 .m-propic2 {
  display: none;
}
.ot .ot1 .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ot .ot1 .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
  background: #fff;
}
.ot .ot1 .provideo-box .provideo iframe,
.ot .ot1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ot .ot1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.ot .ot1_l {
  flex: 1;
  width: 100%;
  margin-left: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ot .ot1_l .top1 {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5abbd1;
}
.ot .ot1_l .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.ot .ot1_l .top2 {
  color: #666666;
  margin-top: 1px;
}
.ot .ot1_l .box {
  color: #666666;
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
}
.ot .ot1_l .top2 {
  color: #666666;
  margin-top: 5px;
}
.ot .ot1_l .box table td {padding:0px 15px}

.ot .ot1_l .box em {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  font-style: normal;
}
.ot .ot1_l .text {
  line-height: 36px;
  margin-top: 13px;
}
.ot .ot1_l .box1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ot .ot1_l .share {
  color: #999999;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.ot .ot1_l .share .sh {
  margin-right: 9px;
}
.ot .ot1_l .buttonBox {
  display: flex;
  padding-left: 55px;
}
.ot .ot1_l .buttonBox a {
  width: 221px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 23px;
  margin-left: 31px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
}
.ot .ot1_l .buttonBox a:hover {
  background: #5abbd1;
  color: #fff;
}
.ot .ot1_l .buttonBox a:nth-of-type(1) {
  margin-left: 0px;
}
.ot .ot2 {
  padding-top: 65px;
}
.ot .ot2 .b_bt{
  margin-bottom: 30px;
}

.ot .ot2 .table {
  overflow: auto;
  margin-top: 52px;
}
.ot .ot2 .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot .ot2 .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot .ot2 .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot .ot2 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.ot .ot2 table tr:nth-of-type(odd) td {
  background-color: #f7f7f7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ot .ot2 table tr:nth-of-type(even) td {
  padding-top: 10px;
  padding-bottom: 13px;
}
.ot .ot2 table td {
  padding-left: 35px;
  padding-right: 15px;
}
.ot .ot2 table tr td:nth-of-type(1) {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.ot .ot2 table tr td:nth-last-of-type(1) {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.ot .swiper_button {
  justify-content: flex-start;
}
.ot .swiper_button div {
  width: 60px;
  height: 60px;
  background: #f3f3f3;
}
.ot .swiper_button div i {
  color: #333;
  font-size: 20px;
}
.ot .swiper_button div:hover i {
  color: #5abbd1;
}
.ot .ot3 {
  margin-top: 35px;
  padding-bottom: 43px;
}
.ot .ot3 .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.ot .ot3 .l {
  width: 45%;
  padding-bottom: calc(0.5% + 30px);
  padding-top: 30px;
}
.ot .ot3 .r {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2%;
}
.ot .ot3 .swiper_button {
  transform: translateY(-50%);
  position: relative;
  z-index: 5;
}
.ot .ot3 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0 !important;
}
.ot .ot3 .swiper-fade .swiper-slide-active,
.ot .ot3 .swiper-fade .swiper-slide-active .swiper-slide-active {
  opacity: 1 !important;
}
.ot .ot3 .img1 {
  width: 61%;
}
.ot .ot3 .img2 {
  width: 100%;
  flex: 1;
}
.ot .ot3 .swiper-slide img {
  width: auto;
  height: auto;
}
.ot .ot3 .text {
  color: #666;
  margin-top: 44px;
}
.ot .ot3 .sw_box {
  margin-top: 8px;
}
.ot .ot4 {
  background: rgba(90, 187, 209, 0.2);
  padding-top: 43px;
  padding-bottom: 49px;
}
.ot .ot4 .faq_box {
  padding-top: 8px;
}
.ot .ot4 .top {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: PalatinoLinotype-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 10px 11px;
}
.ot .ot4 .top:hover {
  background: #5abbd1;
  color: #fff;
}
.ot .ot4 .top:hover .bold {
  color: #fff;
}
.ot .ot4 .bold {
  font-family: PalatinoLinotype-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 11px;
  transition: 0.3s;
}
.ot .ot4 .text {
  margin-top: 6px;
}
.ot .ot4 .bottom {
  display: flex;
  align-items: flex-start;
  color: #919191;
  padding: 1px 10px 6px;
}
.ot .ot4 figure {
  margin-top: 34px;
}
.ot .ot5 {
  padding-top: 52px;
}
.ot .ot5 .ot5_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.ot .ot5 a {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 6.8%;
  margin-top: 15px;
}
.ot .ot5 a:hover {
  color: #5abbd1;
}
.ot .pub2 {
  background: rgba(90, 187, 209, 0.2);
}
.ot .pub2 {
  padding-top: 41px;
}
.oth .ot1_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oth .ot1_l .table {
  overflow: auto;
}
.oth .ot1_l .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.oth .ot1_l .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.oth .ot1_l .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.oth .ot1_l .box {
  margin-top: 13px;
}
.oth .ot1_l table {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.oth .ot1_l table tr td:nth-of-type(1) {
  font-family: PalatinoLinotype-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.oth .ot1_l table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
}
.oth .ot2 .table {
  margin-top: 15px !important;
}
.oth .ot2 table tr:nth-of-type(even) td {
  background-color: #f7f7f7;
  padding-top: 12px;
  padding-bottom: 12px;
}
.oth .ot2 table tr:nth-of-type(odd) td {
  background: #fff;
  padding-top: 23px;
  padding-bottom: 26px;
}
.oth .ot2 table tr td:nth-of-type(1) {
  font-family: PalatinoLinotype-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.oth .ot5 {
  padding-top: 44px;
}
.to .bt_img img {
  margin: initial;
}
.to .bt_box .b_bt {
  text-align: left;
}
.to .to1 {
  padding-top: 26px;
}
.to .to1 .text {
  color: #666;
  width: 67%;
}
.to .to1 .bt_box {
  width: 100%;
  flex: 1;
  margin-right: 20px;
  margin-top: 5px;
}
.to .to1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.to .to1 .imgBox {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 48px;
}
.to .to2 {
  padding-top: 67px;
  padding-bottom: 90px;
  position: relative;
}
.to .to2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 148.3%;
  background: rgba(90, 187, 209, 0.2);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.to .to2 .text {
  color: #666;
}
.to .to2 .buttonBox {
  margin-top: 129px;
}
.to .to2 .buttonBox a {
  width: 220px;
  height: 55px;
  background-color: #5abbd1;
  border-radius: 28px;
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.to .to2 .buttonBox a:hover {
  background: #fff;
  color: #5abbd1;
}
.to .to2 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.to .to2 .l_box {
  width: 100%;
  flex: 1;
  margin-right: 5%;
  padding-bottom: 2%;
}
.to .to2 .imgBox {
  width: 48.625%;
}
.to .to3 {
  padding-top: 85px;
  padding-bottom: 106px;
}
.to .to3 .text {
  color: #666;
}
.to .to3 .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 330px;
  min-height: 71px;
  background-color: #5abbd1;
  border-radius: 36px;
  display: flex;
  align-items: center;
  padding: 10px 45px;
}
.to .to3 .box1 figure {
  overflow: hidden;
  margin-top: 55px;
}
.to .to3 .box1 figure:nth-of-type(even) {
  margin-top: 68px;
}
.to .to3 .box1 figure:nth-of-type(even) .imgBox {
  float: left;
  margin-left: 0px;
  margin-right: 4.8%;
}
.to .to3 .box1 figure:nth-of-type(even) .l_box {
  padding-top: 1.3%;
}
.to .to3 .box1 figure:nth-of-type(1) {
  margin-top: 35px;
}
.to .to3 .box1 .text {
  margin-top: 49px;
}
.to .to3 .box1 .imgBox {
  width: 50%;
  float: right;
  margin-left: 4.8%;
}
.to .to3 .box1 .l_box {
  padding-top: 1.75%;
}
.to .to3 .box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 23px;
}
.to .to3 .box2 .text {
  margin-top: 49px;
}
.to .to3 .box3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 13px;
}
.to .to3 .box3 figure {
  width: 21.5%;
  margin-top: 50px;
}
.to .to3 .box3 .imgBox {
  border-radius: 10px;
}
.to .to3 .box3 .logo {
  width: 3.25%;
  display: flex;
  align-items: center;
}
.to .to3 .box3 .logo img {
  width: 100%;
}
.to .to3 .box3 .p_n {
  text-align: center;
  color: #333;
  margin-top: 18px;
}
.to .to4 {
  background: rgba(90, 187, 209, 0.2);
  padding-top: 66px;
  padding-bottom: 102px;
}
.to .to4 .swiper_button {
  margin-top: 34px;
}
.to .to4 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.to .to4 .bt_box {
  width: 100%;
  flex: 1;
  margin-right: 20px;
  margin-top: 5px;
}
.to .to4 .sw_box {
  margin-top: 52px;
  position: relative;
  padding: 0px 6% 0px;
}
.to .to4 .sw_box .yh {
  position: absolute;
  width: 56px;
}
.to .to4 .sw_box .left {
  left: 0;
  top: 0;
}
.to .to4 .sw_box .right {
  right: 0;
  bottom: 0;
}
.to .to4 .sw_box .text {
  color: #919191;
  text-align: center;
  margin-top: 8px;
}
.to .to4 .sw_box .text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #919191;
}
.to .to4 .sw_box .text a:hover {
  color: #5abbd1;
}
.to .to4 .sw_box .photo {
  margin-top: 25px;
}
.to .to4 .sw_box .photo a {
  margin: auto;
  display: block;
  width: 76px;
}
.to .to4 .sw_box .p_name {
  text-align: center;
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 22px;
}
.to .to4 .sw_box .p_name a {
  color: #333;
}
.to .to4 .sw_box .p_name a:hover {
  color: #5abbd1;
}
.to .to4 .sw_box .job_name {
  font-family: PalatinoLinotype-Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.to .to4 .sw_box .job_name a {
  color: #333;
}
.to .to4 .sw_box .job_name a:hover {
  color: #5abbd1;
}
.to .to4 .sw_box .swiper-slide {
  opacity: 0 !important;
}
.to .to4 .sw_box .swiper-fade .swiper-slide-active,
.to .to4 .sw_box .swiper-fade .swiper-slide-active .swiper-slide-active {
  opacity: 1 !important;
}
.tho {
  padding-bottom: 91px;
}
.tho .pub1 {
  background: #fff;
  padding-top: 26px;
}
.tho .tho1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.tho .faq_box {
  padding-top: 8px;
  width: 100%;
  flex: 1;
  margin-right: 56px;
}
.tho .faq_box figure:nth-of-type(1){
  margin-top: 18px;
}
.tho .faq_box .text {
  margin-top: 6px;
}
.tho .top {
  display: flex;
  align-items: flex-start;
  background-color: #def1f6;
  border-radius: 10px;
  font-family: PalatinoLinotype-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 10px 11px;
}
.tho .top:hover {
  background: #5abbd1;
  color: #fff;
}
.tho .top:hover .bold {
  color: #fff;
}
.tho .tho1 {
  padding-top: 2px;
}
.tho .bold {
  font-family: PalatinoLinotype-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 11px;
  transition: 0.3s;
}
.tho .bottom {
  display: flex;
  align-items: flex-start;
  color: #919191;
  padding: 1px 10px 6px;
}
.tho .PageNumber {
  justify-content: flex-start;
  margin-top: 50px;
}
.tho figure {
  margin-top: 30px;
}
.fuo {
  overflow: hidden;
}
.fuo .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 330px;
  min-height: 71px;
  background-color: #5abbd1;
  border-radius: 36px;
  display: flex;
  align-items: center;
  padding: 10px 45px;
}
.fuo .swiper-slide img {
  width: auto;
  height: auto;
  margin: auto;
}
.fuo figure {
  padding-top: 78px;
  width: 45%;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 27px;
  position: relative;
}
.fuo figure:nth-of-type(1),
.fuo figure:nth-of-type(2) {
  padding-top: 0px;
}
.fuo figure:nth-of-type(4n+3)::before,
.fuo figure:nth-of-type(4n)::before {
  background: #def1f6;
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.fuo .sw_box {
  margin-right: 15px;
}
.fuo figure:nth-of-type(2n+1) {
  margin-left: 0px;
}
.fuo .content {
  display: flex;
  flex-wrap: wrap;
}
.fuo .container {
  padding-top: 29px;
  padding-bottom: 55px;
  background: url('../img/fuo_back.jpg') no-repeat left bottom;
  background-size: 100% auto;
}
.fuo .text {
  color: #666666;
  margin-top: 46px;
}
.fuo .sw_box {
  margin-top: 27px;
  position: relative;
}
.fuo .sw_box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.fuo .sw_box .button i {
  color: #333;
}
.fuo .sw_box .button:hover i {
  color: #5abbd1;
}
.fuo .sw_box .prev {
  left: 5px;
}
.fuo .sw_box .next {
  right: 5px;
}
.f_o {
  padding-bottom: 127px;
}
.f_o .down_box {
  width: 100%;
  flex: 1;
  margin-right: 56px;
}
.f_o .down_box figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 23px;
  margin-top: 41px;
}
.f_o .down_box figure:nth-of-type(1) {
  margin-top: 25px;
}
.f_o .down_box .down_l {
  display: flex;
  width: 100%;
  flex: 1;
  padding-right: 20px;
  align-items: center;
}
.f_o .down_box .down_n {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.f_o .down_box .down_n a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.f_o .down_box .down_n a:hover {
  color: #5abbd1;
}
.f_o .down_box .buttonBox a {
  width: 144px;
  height: 36px;
  background-color: #5abbd1;
  border-radius: 18px;
  font-family: PalatinoLinotype-Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.f_o .down_box .buttonBox a:hover {
  color: #5abbd1;
  background: #fff;
}
.f_o .down_box .logo {
  width: 36px;
  flex-shrink: 0;
  margin-right: 27px;
}
.f_o .down_box .logo a {
  display: block;
}
.f_o .down_box .logo img {
  width: 100%;
}
.f_o .pubr_menu {
  padding-top: 15px;
}
.f_o .tho1 {
  padding-bottom: 21px;
}
.f_o .PageNumber {
  margin-top: 53px;
}
.s_o .so1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.s_o .so1 .l_box {
  width: 55.4%;
  border-radius: 16px;
  overflow: hidden;
}
.s_o .so1 .r_box {
  width: 42.5%;
  background-color: #f2f3f5;
  border-radius: 16px;
  padding: 43px 50px 30px;
}
.s_o .so1 .r_box form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
}
.s_o .so1 .r_box form p {
  width: 100%;
  margin-top: 22px;
}
.s_o .so1 .r_box form .half {
  width: 47.8%;
}
.s_o .so1 .r_box form .hd {
  position: relative;
}
.s_o .so1 .r_box form .hd::before {
  content: '*';
  position: absolute;
  color: #e0061a;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.s_o .so1 .r_box form .yzm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 47.8%;
  position: relative;
}
.s_o .so1 .r_box form .yzm span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 72px;
  right: 17px;
  flex-shrink: 0;
  cursor: pointer;
}
.s_o .so1 .r_box form .yzm span img {
  width: 100%;
  height: 100%;
}
.s_o .so1 .r_box form .yzm input {
  width: 100%;
  height: 58px;
  padding-right: 100px;
}
.s_o .so1 .r_box form .buttonBox {
  width: 47.8%;
}
.s_o .so1 .r_box form .buttonBox input {
  cursor: pointer;
  text-indent: 0px !important;
  border: 1px solid #5abbd1;
  background-color: #5abbd1;
  transition: 0.3s;
  height: 58px;
  font-weight: bold;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
}
.s_o .so1 .r_box form .buttonBox input:hover {
  border: 1px solid rgba(194, 194, 194, 0.8);
  background-color: #fff;
  color: #5abbd1;
}
.s_o .so1 .r_box form input {
  height: 58px;
}
.s_o .so1 .r_box form input,
.s_o .so1 .r_box form textarea {
  display: block;
  background-color: #ffffff;
  border: solid 1px rgba(230, 230, 230, 0.8);
  width: 100%;
  resize: none;
  outline: none;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  text-indent: 13px;
}
.s_o .so1 .r_box form textarea {
  height: 149px;
  padding-top: 16px;
}
.s_o .so1 .r_box form input::placeholder,
.s_o .so1 .r_box form input::-webkit-input-placeholder,
.s_o .so1 .r_box form textarea::placeholder {
  font-family: Montserrat-Regular;
  color: #666;
}
.s_o .so1 .form_bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}
.s_o .so1 .form_bt span {
  color: #5abbd1;
}
.s_o .so2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 136px;
  padding-bottom: 79px;
}
.s_o .so2 .b3 {
  padding-top: 8px;
}
.s_o .so2 .email a {
  word-break: break-all;
}
.s_o .so2 .icon {
  width: 90px;
  height: 90px;
  background: #f2f3f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}
.s_o .so2 .icon i {
  color: #5abbd1;
  font-size: 34px;
}
.s_o .so2 .i_bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
}
.s_o .so2 .b4 {
  color: #6a6a6a;
  margin-top: 5px;
}
.s_o .so2 .b4 a {
  color: #6a6a6a;
}
.s_o .so2 .b4 a:hover {
  color: #5abbd1;
}
.s_o .so2 figure {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
.s_o .so2 figure:nth-of-type(5n+1) {
  margin-left: 0px;
}
.s_t {
  padding-bottom: 105px;
}
.s_t figure {
  display: flex;
  flex-wrap: wrap;
}
.s_t figure .imgBox {
  width: 36.125%;
}
.s_t figure .r_box {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 4.1%;
}
.s_t figure .buttonBox {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
}
.s_t figure .buttonBox a {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
.s_t figure .buttonBox a::before {
  width: 100%;
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ccc;
  transition: 0.3s;
}
.s_t figure .buttonBox a:hover {
  color: #5abbd1;
}
.s_t figure .buttonBox a:hover::before {
  background: #5abbd1;
}
.s_t figure .r_q {
  display: inline-block;
  font-family: PalatinoLinotype-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  transition: 0.3s;
}
.s_t figure .new_name {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 22px;
}
.s_t figure .new_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;
}
.s_t figure .new_name a:hover {
  color: #5abbd1;
}
.s_t figure .new_text {
  color: #919191;
  margin-top: 20px;
}
.s_t figure .new_text a {
  color: #919191;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.s_t figure .new_text a:hover {
  color: #5abbd1;
}
.s_t figure:hover .r_q {
  color: #5abbd1;
  border-top: 1px solid #5abbd1;
  border-bottom: 1px solid #5abbd1;
}
.s_t figure:hover .new_name a {
  color: #5abbd1;
}
.s_t figure:hover .buttonBox a {
  color: #5abbd1;
}
.s_t figure:hover .buttonBox a::before {
  background: #5abbd1;
}
.s_t figure {
  margin-top: 45px;
}
.s_t figure:nth-of-type(1) {
  margin-top: 28px;
}
.s_t .PageNumber {
  margin-top: 89px;
}
.s_t .pub1 {
  padding-top: 63px;
}
.s_th {
  padding-bottom: 44px;
}
.s_th .s_th1 {
  padding-top: 18px;
}
.s_th .bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.s_th .rq_share {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.s_th .rq {
  display: flex;
  align-items: center;
}
.s_th .rq i {
  color: #999;
  font-size: 28px;
  margin-bottom: 2px;
  margin-right: 10px;
}
.s_th .share {
  margin-right: 16px;
}
.s_th .share_box {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 36px;
}
.s_th .text_box {
  padding-bottom: 35px;
  margin-top: 19px;
  padding-top: 39px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.s_th .text_box .text {
  color: #666;
}
.s_th .text_box .text img {
  max-width: 100%;
}
.s_th .page_change {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 26px;
}
.s_th .page_change p {
  margin-top: 1px;
}
.s_th .page_change i {
  color: #666;
  font-size: 18px;
}
.s_th .page_change a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.s_th .page_change a:hover {
  color: #5abbd1;
}
.s_th .pub3 {
  padding-top: 46px;
}
.pubr_menu {
  width: 365px;
  padding-top: 23px;
  position: sticky;
  top: 10%;
}
.pubr_menu .box {
  padding: 12px 0px 18px;
}
.pubr_menu .pub_bt {
  font-family: PalatinoLinotype-Bold;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.pubr_menu .name_box {
  font-family: PalatinoLinotype-Bold;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
}
.pubr_menu .name_box img {
  flex-shrink: 0;
  width: 30px;
}
.pubr_menu .name_box a {
  margin-right: 5px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pubr_menu .name_box a:hover {
  color: #5abbd1;
}
.pubr_menu .text {
  color: #666;
}
.pubr_menu .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pubr_menu .text a:hover {
  color: #5abbd1;
}
.pubr_menu .sw_box {
  padding-top: 18px;
}
.pubr_menu .swiper-slide figure {
  margin-top: 8px;
}
.pubr_menu .swiper_button {
  justify-content: flex-start;
  margin-top: 19px;
}
.pubr_menu .swiper_button div {
  background: #f3f3f3;
}
.pubr_menu .swiper_button div i {
  color: #333;
}
.pubr_menu .swiper_button div:hover i {
  color: #5abbd1;
}
.pub3 {
  padding-top: 65px;
  padding-bottom: 62px;
}
.pub3 .swiperpub_button {
  justify-content: flex-start;
}
.pub3 .swiperpub_button div {
  width: 60px;
  height: 60px;
  background: #f3f3f3;
}
.pub3 .swiperpub_button div i {
  color: #333;
  font-size: 20px;
}
.pub3 .swiperpub_button div:hover i {
  color: #5abbd1;
}
.pub3 .pub3_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pub3 .pub_pn {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 8px;
}
.pub3 .pub_pn a {
  color: #333;
}
.pub3 .pub_pn a:hover {
  color: #5abbd1;
}
.pub3 .mySwiperpub3 {
  margin-top: 52px;
}
.pub_lmenu {
  width: 300px;
}
.pub_lmenu .lif {
  font-family: PalatinoLinotype-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
.pub_lmenu .lif i {
  position: absolute;
  color: #fff;
  font-size: 18px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.pub_lmenu .lif a {
  color: #333;
}
.pub_lmenu .lif a:hover {
  color: #5abbd1;
}
.pub_lmenu .lif1 {
  display: none;
}
.pub_lmenu .ul1 {
  width: 266px;
}
.pub_lmenu .ul1 > li {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 25px;
}
.pub_lmenu .ul1 .active .catname{
    background-color: #5abbd1;
    color: #fff;
}
.pub_lmenu .ul1 > li > span,.pub_lmenu .ul1 > li > a {
  display: block;
  background-color: #ffffff;
  border-radius: 28px;
  color: #333;
  padding: 13px 33px;
  cursor: pointer;
}
.pub_lmenu .ul1 > li > span:hover ,.pub_lmenu .ul1 > li > a:hover {
  background: #5abbd1;
  color: #fff;
}
.pub_lmenu .ul1 > li.active > span {
  background: #5abbd1;
  color: #fff;
}
.pub_lmenu .ul1 > li.active .ul2{
	display: block;
}
.pub_lmenu .ul2 {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 1px;
  padding-bottom: 8px;
  display: none;
}
.pub_lmenu .ul2 li {
  margin-top: 22px;
}
.pub_lmenu .ul2 a {
  color: #333;
}
.pub_lmenu .ul2 a:hover {
  color: #5abbd1;
  text-decoration: underline;
}
.pub_lmenu .ul2 li.active a {
  color: #5abbd1;
  text-decoration: underline;
}
.pub_lmenu .ul2 li {
  padding-left: 33px;
}
.pub_lmenu .tag {
  margin-top: 35px;
}
.pub_lmenu .tag_box {
  font-family: PalatinoLinotype-Roman;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_lmenu .tag_box a {
  color: #333;
}
.pub_lmenu .tag_box a:hover {
  color: #5abbd1;
}
.pub_lmenu .tag_box p {
  margin-top: 19px;
}
.mbx {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 18px;
}
.mbx a {
  color: #666;
}
.mbx a:hover {
  color: #5abbd1;
}
.mbx .active {
  color: #5abbd1;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999;
  width: 100%;
}
.PageNumber a {
  width: 35px;
  line-height: 28px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: solid 1px #e5e5e5;
  margin-right: 8px;
}
.PageNumber a:hover {
  border: 1px solid #5abbd1;
  color: #fff;
  background-color: #5abbd1;
}
.PageNumber .active {
  border: 1px solid #5abbd1;
  color: #fff;
  background-color: #5abbd1;
}
.PageNumber .no {
  width: 69px;
}
.PageNumber .big {
  width: 61px;
}
.PageNumber span {
  margin-left: 10px;
  cursor: pointer;
}
.PageNumber span:hover input {
  color: #333;
}
.PageNumber span:hover i {
  color: #333;
}
.PageNumber input {
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #5abbd1;
  transition: 0.3s;
}
.PageNumber i {
  color: #5abbd1;
}
footer {
  background: #277c8f;
  padding-bottom: 29px;
  padding-top: 28px;
}
footer .logoBox {
  width: 134px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
  width: 100%;
}
footer .logoBox img {
  width: 100%;
}
footer .foot_a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 32px;
}
footer .foot_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 31px;
}
footer .foot_b ul {
  padding-right: 20px;
}
footer .foot_c {
  color: #dcdcdc;
  opacity: 0.9;
  padding-top: 4px;
}
footer .foot_c a {
  color: #dcdcdc;
}
footer .foot_c a:hover {
  color: #333;
}
footer .foot_c p {
  margin-top: 7px;
}
footer .menu {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  margin-left: 60px;
  margin-right: 53px;
  margin-top: 19px;
}
footer .menu li:nth-of-type(1) {
  margin-left: 0px;
}
footer .menu li {
  margin-left: 70px;
}
footer .menu a {
  color: #fff;
}
footer .menu a:hover {
  color: #333;
}
footer .media {
  font-family: PalatinoLinotype-Roman;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: 20px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 18px;
}
footer .icBox a {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  margin-left: 10px;
  flex-shrink: 0;
  margin-top: 5px;
  background: var(--i);
}
footer .icBox a i {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}
footer .icBox a:hover {
  border: 1px solid var(--i);
  background: #fff;
}
footer .icBox a:hover i {
  color: var(--i);
}
footer .icBox a:nth-of-type(6n+1) {
  margin-left: 0px;
}
footer .lif {
  font-family: PalatinoLinotype-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 16px;
  margin-top: 0px !important;
}
footer .lif a {
  color: #fff;
}
footer .lif a:hover {
  color: #333;
}
footer li {
  line-height: 36px;
  color: #e1e1e1;
  opacity: 0.9;
}
footer li a {
  color: #e1e1e1;
}
footer li a:hover {
  color: #333;
}
footer .form_box .afterBox {
  position: relative;
}
footer .form_box .afterBox::before {
  left: 3px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
footer .form_box .yzm {
  position: relative;
}
footer .form_box .yzm input {
  padding-right: 115px;
}
footer .form_box .yzm span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 128px;
  height: 36px;
  cursor: pointer;
  right: 0px;
}
footer .form_box .yzm span img {
  width: 100%;
}
footer .form_box form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5px;
}
footer .form_box .half {
  width: 48.5%;
}
footer .form_box input,
footer .form_box textarea {
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  border: none;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  padding-left: 14px;
  width: 100%;
  resize: none;
  outline: none;
  display: block;
}
footer .form_box p {
  width: 100%;
  margin-top: 10px;
}
footer .form_box div {
  width: 100%;
}
footer .form_box .ttBox {
  margin-top: 10px;
}
footer .form_box .ttBox::before {
  top: 5px;
  transform: none;
}
footer .form_box input {
  height: 36px;
}
footer .form_box textarea {
  height: 76px;
  padding-top: 2px;
}
footer .form_box .t_j {
  margin-top: 20px;
}
footer .form_box .t_j input {
  font-family: PalatinoLinotype-Bold;
  font-size: 20px;
  line-height: 34px;
  padding-left: 0px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #5abbd1;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
footer .form_box .t_j input:hover {
  background: #5abbd1;
  color: #fff;
}
footer .form_box input::placeholder,
footer .form_box input::-webkit-input-placeholder,
footer .form_box textarea::placeholder {
  color: #eaeaea;
}
footer .ul1 {
  width: 23%;
}
footer .ul2 {
  width: 16%;
  margin-left: 6%;
}
footer .ul3 {
  width: 14%;
}
footer .form_box {
  width: 21%;
}
.fy_foot {
  padding-bottom: 20px;
}
.fy_foot .Link {
  display: none;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1650px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 50px;
    height: 50px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 28px;
  }
  .rightMenu .wx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .wx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
  header .center .menuOne {
    font-size: 18px;
    line-height: 32px;
    margin-right: 20px;
  }
  header .center .menuOne > a {
    padding: 30px 20px;
  }
  header .center .menuOne > ul .menu {
    min-height: 206px;
    min-width: 485px;
    padding: 20px 30px;
  }
  header .center .menuOne > ul .menuTwo {
    padding-top: 10px;
    padding-right: 300px;
  }
  header .center .menuOne > ul .menuTwo a {
    font-size: 16px;
  }
  header .center .menuOne .h_r {
    top: 20px;
    right: 30px;
    width: 230px;
    height: 172px;
  }
  header .center .menuul {
    min-width: 200px;
    top: 30px;
  }
  header .center .menuul div {
    padding: 10px 20px;
  }
  header .center .menuul li {
    margin-top: 5px;
  }
  header .ul_2 .menuOne {
    margin-right: 0px;
    margin-left: 20px;
  }
  header .ul_2 .menuOne > ul {
    transform: translateX(-75%);
  }
  header .logoBox {
    width: 120px;
  }
  header .sousuo,
  header .lang {
    margin-top: 0px;
  }
  header .lang .lang_box span {
    font-size: 16px;
  }
  footer .logoBox {
    width: 120px;
  }
  footer .menu {
    width: 100%;
    flex: 1;
    font-size: 18px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
  }
  footer .foot_a {
    flex-wrap: wrap;
  }
  footer .foot_b {
    padding: 25px 0px;
  }
  footer .media {
    width: 100%;
    flex: none;
    justify-content: center;
    padding-top: 5px;
  }
  footer .icBox {
    flex: none;
  }
  footer .icBox a {
    margin-left: 10px !important;
  }
  footer .lif {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer li {
    line-height: 28px;
  }
  footer .form_box {
    width: 23%;
  }
  footer .ul1 {
    width: 25%;
  }
  footer .ul2 {
    width: 15%;
    margin-left: 0%;
  }
  footer .ul3 {
    width: 15%;
  }
  .bt_img img {
    width: 300px;
  }
  .b_bt {
    font-size: 32px;
  }
  .pub2 .ib_box {
    grid-column-gap: 19%;
    grid-template-columns: repeat(3, 20.67%);
  }
  .index .ie {
    padding-top: 80px;
    padding-bottom: calc(38.4375% - 321px);
  }
  .index .ie .bt {
    font-size: 24px;
    line-height: 28px;
  }
  .index .ie .text {
    margin-top: 10px;
  }
  .index .ie .buttonBox {
    margin-top: 30px;
  }
  .index .if .if_box {
    margin-top: 30px;
  }
  .index .if .buttonBox {
    margin-top: 50px;
  }
  .index .ig .bt {
    font-size: 28px;
  }
  .index .ig form .t_j {
    width: 200px;
  }
  .index .ig form .t_j i {
    font-size: 20px;
  }
  .index .ig form .t_j p {
    font-size: 18px;
    line-height: 26px;
  }
  .ot .ot1 {
    align-items: center;
  }
  .ot .ot1_l {
    margin-left: 45px;
  }
  .ot .ot1_l .buttonBox {
    margin-top: 15px;
    padding-left: 0px;
    width: 100%;
  }
  .ot .ot3 .bt {
    font-size: 26px;
    line-height: 32px;
  }
  .ot .ot3 .text {
    margin-top: 20px;
  }
  .to .to2 .buttonBox {
    margin-top: 50px;
  }
  .to .to3 .bt {
    font-size: 26px;
    line-height: 32px;
    width: 280px;
    min-height: 50px;
    padding: 10px 30px;
  }
  .to .to3 .box1 .text {
    margin-top: 25px;
  }
  .fuo .bt {
    font-size: 26px;
    line-height: 32px;
    width: 280px;
    min-height: 50px;
    padding: 10px 30px;
  }
  .f_o .down_box .down_n {
    font-size: 18px;
    line-height: 32px;
  }
  .s_o .so2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .s_o .so2 figure {
    margin-left: 10px;
  }
  .s_o .so2 figure:nth-of-type(5n+1) {
    margin-left: 0px;
  }
  .s_o .so2 .icon {
    width: 50px;
    height: 50px;
    margin-right: 8px;
  }
  .s_o .so2 .icon i {
    font-size: 22px;
  }
  .s_o .so2 .i_bt {
    font-size: 16px;
    line-height: 24px;
  }
  .s_o .so2 .b3 {
    padding-top: 0px;
  }
  .s_t figure .buttonBox {
    margin-top: 20px;
  }
  .pubr_menu {
    width: 330px;
  }
  .pubr_menu .pub_bt {
    font-size: 26px;
    line-height: 32px;
  }
  .pub_lmenu .lif {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1450px) {
  .s_o .so1 .form_bt {
    font-size: 24px;
    line-height: 28px;
  }
  .ot .ot1_l .buttonBox a {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }
  .s_o .so1 .r_box {
    padding: 30px 20px;
  }
  .ot .ot1 .r_box{
	  width: 40%;
  }
  .s_o .so1 .r_box form {
    padding-top: 0px;
  }
  .s_o .so1 .r_box form p {
    margin-top: 15px;
  }
  .s_o .so1 .r_box form input,
  .s_o .so1 .r_box form textarea {
    font-size: 14px;
    line-height: 22px;
  }
  .s_o .so1 .r_box form input {
    height: 40px;
  }
  .s_o .so1 .r_box form .yzm input {
    height: 40px;
    padding-right: 80px;
  }
  .s_o .so1 .r_box form .yzm span {
    width: 54px;
    height: 24px;
  }
  .s_o .so1 .r_box form .buttonBox input {
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 40px;
    height: 40px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 25px;
  }
  .rightMenu .vx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .vx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
}
@media screen and (max-width: 1250px) {
  header .center .menuOne {
    font-size: 16px;
    line-height: 24px;
  }
  header .center .menuOne > a {
    padding: 26px 5px !important;
  }
  header .logoBox {
    width: 100px !important;
  }
  header .container {
    padding-right: 0px;
  }
  html body {
    font-size: 15px;
    line-height: 25px;
  }
  footer .logoBox {
    width: 100px;
  }
  footer .menu {
    font-size: 17px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 20px;
  }
  footer .menu li {
    margin-left: 30px !important;
  }
  footer li {
    line-height: 26px;
  }
  footer .lif {
    font-size: 18px;
    margin-bottom: 10px;
  }
  footer .ul1 {
    width: 25%;
  }
  footer .ul2 {
    width: 18%;
  }
  footer .ul3 {
    width: 20%;
  }
  footer .form_box {
    width: 28%;
  }
  footer .form_box form {
    padding-top: 0px;
  }
  .bt_img img {
    width: 250px;
  }
  .b_bt {
    font-size: 26px;
  }
  .pub1 .p_n {
    font-size: 20px;
    line-height: 28px;
    margin-top: 8px;
  }
  .pub1 .mySwiperpub1 {
    margin-top: 50px;
  }
  .pub2 .ib_box {
    grid-column-gap: 9%;
    grid-template-columns: repeat(3, 27.333%);
    padding-top: 50px !important;
  }
  .pub2 .logo {
    height: 54px;
  }
  .index .id .id_box .box {
    padding: 12px 20px 18px;
  }
  .index .id .id_box .name_box {
    font-size: 16px;
  }
  .index .id .sw_box .yh {
    width: 40px;
  }
  .index .ie {
    padding-bottom: 140px;
  }
  .index .ie .text {
    color: #fff;
  }
  .index .ie .text a {
    color: #fff;
  }
  .index .ie .text a:hover {
    color: #5abbd1;
  }
  .index .ie .buttonBox a {
    font-size: 18px;
    width: 180px;
    height: 40px;
  }
  .index .if .new_name {
    font-size: 18px;
    line-height: 28px;
  }
  .index .if .buttonBox {
    margin-top: 30px;
  }
  .index .if .buttonBox a {
    font-size: 18px;
  }
  .index .ig .bt {
    font-size: 24px;
  }
  .index .ig .ig_r {
    width: 58%;
  }
  .index .ig form .t_j {
    width: 166px;
  }
  .s_t figure .new_name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .s_t figure .new_text {
    margin-top: 15px;
  }
  .s_t figure .buttonBox a {
    font-size: 18px;
  }
  .to .to3 .bt {
    font-size: 22px;
    line-height: 28px;
    width: 240px;
    min-height: 46px;
    padding: 10px 20px;
  }
  .to .to2 .buttonBox {
    margin-top: 20px;
  }
  .to .to2 .buttonBox a {
    width: 180px;
    height: 44px;
    font-size: 16px;
  }
  .to .to3 .bt {
    font-size: 18px;
    line-height: 26px;
    width: 200px;
    min-height: 40px;
    padding: 8px 15px;
  }
  .to .to4 .sw_box .yh {
    width: 40px;
  }
  .oo .oo1_r {
    margin-left: 30px;
  }
  .oo .oo1_r .bt {
    font-size: 22px;
    line-height: 28px;
  }
  .oo .oo1_r .box a {
    font-size: 15px;
    width: 132px;
    height: 34px;
  }
  .oo .oo1_r figure {
    padding-bottom: 20px;
  }
  .ot .ot1 .pic-btn {
    font-size: 16px;
  }
  
  .ot .ot1_l .text {
    line-height: 26px;
    margin-top: 10px;
  }
  .ot .ot1_l .box em {
    font-size: 18px;
    line-height: 26px;
  }
  .ot .ot1_l .bt {
    font-size: 22px;
    line-height: 32px;
  }
  .ot .ot1_l .top1 {
    font-size: 18px;
    line-height: 26px;
  }
  .ot .ot2 .table {
    margin-top: 30px;
  }
  .ot .ot2 table {
    font-size: 16px;
    line-height: 26px;
  }
  .ot .swiper_button div {
    width: 46px;
    height: 46px;
  }
  .ot .swiper_button div i {
    font-size: 18px;
  }
  .ot .ot3 .bt {
    font-size: 24px;
    line-height: 30px;
  }
  .ot .ot3 .text {
    margin-top: 8px;
  }
  .ot .ot5 .ot5_box {
    padding-top: 20px;
  }
  .ot .ot5 a {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  .oth .ot1_l table {
    font-size: 16px;
    line-height: 26px;
  }
  .oth .ot1_l table tr td:nth-of-type(1) {
    font-size: 16px;
    line-height: 26px;
  }
  .oth .ot1_l table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .oth .ot2 table {
    font-size: 16px;
    line-height: 26px;
  }
  .oth .ot2 table tr td:nth-of-type(1) {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo .bt {
    font-size: 18px;
    line-height: 26px;
    width: 200px;
    min-height: 40px;
    padding: 8px 15px;
  }
  .fuo .text {
    margin-top: 25px;
  }
  .f_o .down_box .logo {
    width: 30px;
    margin-right: 15px;
  }
  .f_o .down_box figure {
    height: 60px;
  }
  .f_o .down_box .buttonBox a {
    width: 120px;
    height: 34px;
    font-size: 15px;
  }
  .pubr_menu {
    width: 270px;
  }
  .pubr_menu .pub_bt {
    font-size: 24px;
  }
  .pubr_menu .box {
    padding: 12px 0px 18px;
  }
  .pubr_menu .swiper_button {
    margin-top: 8px;
  }
  .pubr_menu .name_box {
    font-size: 16px;
  }
  .pub3 .swiperpub_button div {
    width: 46px;
    height: 46px;
  }
  .pub3 .swiperpub_button div i {
    font-size: 18px;
  }
  .pub_lmenu {
    width: 242px;
  }
  .pub_lmenu .lif {
    font-size: 24px;
    line-height: 32px;
  }
  .pub_lmenu .ul1 {
    max-width: 95%;
  }
  .pub_lmenu .ul1 > li {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
  .pub_lmenu .ul1 > li > span,.pub_lmenu .ul1 > li > a {
    padding: 8px 25px;
  }
  .pub_lmenu .ul2 {
    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pub_lmenu .ul2 li {
    margin-top: 10px;
    padding-left: 25px;
  }
  .pub_lmenu .tag_box {
    font-size: 17px;
    line-height: 30px;
  }
  .pub_lmenu .tag_box p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 992px) {
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
  }
  .rightMenu > a,
  .rightMenu > span {
    flex: 1;
    border-radius: 0px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 23px;
  }
  .rightMenu .wx {
    position: relative;
  }
  .rightMenu .wx > img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  html body {
    font-size: 14px;
    line-height: 22px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header{
	  padding: 3px 0px;
  }
  header .logoBox {
    width: 95px !important;
    margin: 0px;
  }
  header .content {
    padding-right: 50px;
  }
  .padding_top {
    padding-top: 69.8px;
  }
  .bt_img img {
    width: 180px;
  }
  .b_bt {
    font-size: 20px;
  }
  .pub1 {
    padding-top: 50px;
  }
  .pub1 .swiper-button-next,.pub1 .swiper-button-prev{
	  position: relative;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
	margin: 0px 3px;
  }
  .pub1 .swiper1_button{
	  display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
  }
  .pub1 .mySwiperpub1 {
    margin-top: 30px;
  }
  .pub1 .p_n {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .pub2 {
    padding-top: 50px;
    padding-bottom: 80px !important;
  }
  .pub2 .text {
    line-height: 22px;
  }
  .pub2 .ib_box {
    padding-top: 30px !important;
  }
  .pub2 .logo {
    height: 50px;
  }
  .pub2 .name {
    font-size: 17px;
    line-height: 28px;
    margin-top: 10px;
  }
  .pub2 .text {
    margin-top: 10px;
    padding: 10px 0px 4px;
  }
  .index .ban .banner .slick-arrow {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .index .ic .c1 {
    padding: 30px 2.5% 20px;
  }
  .index .ic .text {
    margin-top: 20px;
  }
  .index .id {
    padding-top: 150px;
  }
  .index .id .id_box .box {
    padding: 10px 8px;
  }
  .index .id .sw_box {
    margin-top: 50px;
  }
  .index .id .sw_box .photo {
    margin-top: 15px;
  }
  .index .id .sw_box .photo a {
    width: 68px;
  }
  .index .id .sw_box .yh {
    width: 30px;
  }
  .index .id .sw_box .p_name {
    font-size: 18px;
    margin-top: 5px;
  }
  .index .id .swiper_button {
    margin-top: 30px;
  }
  .index .ie {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .index .ie .content {
    padding-right: 0%;
  }
  .index .ie .bt {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  .index .ie .text {
    text-align: center;
  }
  .index .ie .buttonBox {
    display: flex;
    justify-content: center;
  }
  .index .ie .buttonBox a {
    font-size: 16px;
    width: 162px;
    height: 38px;
  }
  .index .if .content {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .index .if .if_box {
    padding: 0px 3%;
  }
  .index .if .r_q {
    font-size: 14px;
    line-height: 30px;
  }
  .index .if .new_name {
    font-size: 16px;
    line-height: 24px;
  }
  .index .if figure {
    padding: 30px 3%;
  }
  .index .ig {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index .ig .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index .ig .ig_l {
    width: 100%;
    text-align: center;
  }
  .index .ig .ig_r {
    width: 100%;
    max-width: 80%;
  }
  .index .ig .bt {
    font-size: 22px;
  }
  .index .ig .text {
    margin-top: 15px;
  }
  .oo .oo1 {
    flex-direction: column-reverse;
  }
  .oo .oo1_r {
    flex: none;
    margin-left: 0px;
  }
  .ot .ot1 {
    justify-content: center;
  }
  .ot .ot1 .r_box {
    width: 80%;
  }
  .ot .ot1 .zoomPad {
    cursor: default !important;
  }
  .ot .ot1 .zoomPup {
    display: none !important;
  }
  .ot .ot1 .zoomWindow {
    display: none !important;
  }
  .ot .ot1 .zoomPreload {
    display: none !important;
  }
  .ot .ot1_l {
    flex: none;
    margin-left: 0px;
    margin-top: 20px;
  }
  .ot .ot1_l .bt {
    font-size: 18px;
    line-height: 28px;
  }
  .ot .ot3 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .ot .ot3 .swiper_button {
    margin-top: 15px;
    transform: none;
  }
  .ot .ot3 .l {
    padding-top: 0px;
    padding-bottom: 0.5%;
  }
  .ot .ot4 .faq_box {
    padding-top: 0px;
  }
  .ot .ot4 .top {
    font-size: 16px;
    line-height: 28px;
  }
  .ot .ot4 .bold {
    font-size: 16px;
    line-height: 28px;
  }
  .ot .ot4 .text {
    margin-top: 3px;
  }
  .ot .ot4 figure {
    margin-top: 20px;
  }
  .ot .ot5 .ot5_box {
    padding-top: 0px;
  }
  .to .to4 .sw_box {
    margin-top: 50px;
  }
  .to .to4 .sw_box .photo {
    margin-top: 15px;
  }
  .to .to4 .sw_box .photo a {
    width: 68px;
  }
  .to .to4 .sw_box .yh {
    width: 30px;
  }
  .to .to4 .sw_box .p_name {
    font-size: 18px;
    margin-top: 5px;
  }
  .tho .faq_box {
    flex: none;
    margin-right: 0px;
    padding-top: 0px;
  }
  .tho .faq_box .text {
    margin-top: 3px;
  }
  .tho .top {
    font-size: 16px;
    line-height: 28px;
  }
  .tho .bold {
    font-size: 16px;
    line-height: 28px;
  }
  .tho .PageNumber {
    justify-content: center;
  }
  .tho figure {
    margin-top: 20px;
  }
  .f_o .down_box {
    width: 100%;
    margin-right: 0px;
    flex: none;
  }
  .f_o .down_box .down_n {
    font-size: 16px;
    line-height: 24px;
  }
  .f_o .down_box figure {
    margin-top: 25px;
  }
  .s_o .so1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .s_o .so1 .form_bt {
    font-size: 20px;
    line-height: 26px;
  }
  .s_o .so1 .l_box {
    width: 90%;
    margin-top: 25px;
  }
  .s_o .so1 .r_box {
    width: 90%;
  }
  .s_o .so2 {
    padding-top: 50px;
    padding-bottom: 80px;
    justify-content: flex-start;
  }
  .s_o .so2 figure {
    margin-left: 0px;
    min-width: 50%;
    padding-right: 15px;
    margin-top: 15px;
  }
  .s_t figure .r_q {
    font-size: 14px;
    line-height: 30px;
  }
  .s_t figure .new_name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .s_t figure .new_text {
    margin-top: 8px;
  }
  .s_th .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .s_th .text_box {
    margin-top: 15px;
    padding-top: 15px;
  }
  .s_th .page_change {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .s_th .page_change i {
    font-size: 16px;
  }
  .pubr_menu {
    width: 100%;
    margin-top: 50px;
  }
  .pubr_menu .box {
    padding: 10px 0px;
  }
  .pubr_menu .pub_bt {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .pubr_menu .swiper-slide {
    display: flex;
  }
  .pubr_menu .swiper-slide figure {
    width: 49%;
    margin-left: 2%;
  }
  .pubr_menu .swiper-slide figure:nth-of-type(1) {
    margin-left: 0px !important;
  }
  .pubr_menu .swiper_button {
    justify-content: center;
  }
  .pub_lmenu {
    margin-top: 50px;
    width: 100%;
  }
  .pub_lmenu .ul1 {
    width: 100%;
    max-width: 100%;
  }
  .pub_lmenu .ul_all .lif {
    display: none;
  }
  .pub_lmenu .ul_all .lif1 {
    display: block;
    background: #5abbd1;
    color: #fff;
    border-radius: 28px;
    padding: 5px 25px;
  }
  .pub_lmenu .ul1 {
    display: none;
  }
  .pub_lmenu .tag .tag_box {
    display: flex;
    flex-wrap: wrap;
  }
  .pub_lmenu .tag .tag_box p {
    margin-top: 15px;
    min-width: 33.3333%;
    padding-right: 20px;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 50px !important;
  }
  footer .menu {
    display: none;
  }
  footer .ul1,
  footer .ul2,
  footer .ul3 {
    display: none;
  }
  footer .foot_a {
    justify-content: center;
    padding-bottom: 20px;
  }
  footer .foot_c {
    text-align: center;
  }
  footer .icBox {
    margin-left: 5px;
  }
  footer .foot_b {
    justify-content: center;
  }
  footer .form_box {
    width: 95%;
  }
  footer .Link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .wx > img {
    bottom: 100%;
    transform: none;
    left: 0%;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .pub1 {
    padding-top: 30px !important;
  }
  .pub1 .mySwiperpub1 {
    margin-top: 15px;
  }
  .pub2 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub2 .ib_box {
    padding-top: 15px !important;
    grid-column-gap: 8%;
    grid-template-columns: repeat(2, 44%);
  }
  .index .ban .banner .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .index .ic .c1 {
    position: relative;
    left: 0;
    transform: none;
    bottom: auto;
  }
  .index .ic .text {
    margin-top: 15px;
  }
  .index .ic .buttonBox a {
    width: 130px;
    font-size: 14px;
  }
  .index .id {
    padding-top: 30px;
  }
  .index .id .id_box {
    padding-top: 15px;
  }
  .index .id .id_box figure {
    width: 32%;
    margin-left: 2%;
  }
  .index .id .id_box figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index .id .id_box .name_box {
    font-size: 14px;
    line-height: 28px;
  }
  .index .id .id_box .name_box img {
    width: 24px;
  }
  .index .id .sw_box {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .index .ie {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .ie .buttonBox {
    margin-top: 20px;
  }
  .index .if {
    padding: 30px 0px 40px;
  }
  .index .if .content {
    transform: none;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .if .if_box {
    margin-top: 15px;
  }
  .index .if .new_text {
    margin-top: 10px;
  }
  .index .if figure {
    width: 50%;
    padding: 20px 3%;
    margin-top: 10px;
  }
  .index .if .buttonBox {
    margin-top: 15px;
  }
  .index .if .buttonBox a {
    font-size: 16px;
  }
  .index .if figure:nth-of-type(2n+1) {
    border-left: none;
  }
  .index .ig {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .ig form .email {
    flex: none;
  }
  .index .ig form .email input {
    font-size: 14px;
  }
  .index .ig form .yzm {
    margin-top: 15px;
    margin-left: 0px;
  }
  .index .ig form .t_j {
    margin-top: 15px;
    flex: 1;
    width: 100%;
  }
  .PageNumber {
    flex-wrap: wrap;
  }
  .PageNumber span {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .PageNumber a {
    width: 26px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 5px;
  }
  .PageNumber input {
    font-size: 14px;
  }
  .oo .oo1 {
    padding-bottom: 40px;
  }
  .oo .oo1_r .t_font {
    margin-top: 8px;
  }
  .oo .oo1_r .p_n {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .oo .oo1_r .box {
    margin-top: 8px;
  }
  .oo .oo1_r .box input {
    margin-right: 8px;
  }
  .oo .oo1_r .box a {
    font-size: 12px;
    width: 100px;
    height: 30px;
  }
  .oo .oo1_r figure {
    padding-bottom: 0px;
    margin-top: 20px;
  }
  .ot .ot1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ot .ot1_l .buttonBox a {
    width: 106px;
    height: 34px;
    font-size: 14px;
    margin-left: 20px;
  }
  .ot .ot2 {
    padding-top: 30px;
  }
  .ot .ot2 .table {
    margin-top: 15px;
  }
  .ot .ot2 table td {
    padding-left: 10px;
    padding-right: 8px;
  }
  .ot .swiper_button {
    justify-content: center;
  }
  .ot .swiper_button div {
    width: 32px;
    height: 32px;
  }
  .ot .swiper_button div i {
    font-size: 14px;
  }
  .ot .ot3 {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .ot .ot3 .l {
    width: 100%;
  }
  .ot .ot3 .r {
    width: 100%;
  }
  .ot .ot4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .ot .ot4 .top {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 8px;
  }
  .ot .ot4 figure {
    margin-top: 15px;
  }
  .ot .ot4 .bold {
    font-size: 14px;
    line-height: 22px;
  }
  .ot .ot4 .text {
    margin-top: 0px;
  }
  .ot .ot4 .bottom {
    padding: 5px 8px;
  }
  .ot .ot5 {
    padding-top: 30px;
  }
  .ot .ot5 a {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .to .to1 .box {
    flex-wrap: wrap;
  }
  .to .to1 .text {
    width: 100%;
    margin-top: 15px;
  }
  .to .to1 .imgBox {
    margin-top: 15px;
  }
  .to .to2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .to .to2 .l_box {
    flex: none;
    margin-right: 0%;
  }
  .to .to2 .imgBox {
    width: 100%;
    margin-top: 25px;
  }
  .to .to2 .buttonBox a {
    width: 140px;
    height: 38px;
    font-size: 14px;
  }
  .to .to3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .to .to3 .bt {
    max-width: 45%;
  }
  .to .to3 .box1 figure {
    margin-top: 20px !important;
  }
  .to .to3 .box2 {
    margin-top: 25px;
  }
  .to .to3 .box2 .text {
    margin-top: 15px;
  }
  .to .to3 .box3 {
    justify-content: flex-start;
  }
  .to .to3 .box3 .p_n {
    margin-top: 8px;
  }
  .to .to3 .box3 figure {
    width: 32%;
    margin-left: 2%;
    margin-top: 15px;
  }
  .to .to3 .box3 figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .to .to3 .box3 .logo {
    display: none;
  }
  .to .to4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .to .to4 .box {
    flex-wrap: wrap;
  }
  .to .to4 .sw_box {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .to .to4 .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  .fuo .bt {
    max-width: 80%;
  }
  .fuo .text {
    margin-top: 15px;
  }
  .fuo figure {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .fuo .sw_box {
    margin-top: 20px;
  }
  .fuo .container {
    padding-bottom: 40px;
  }
  .pub3 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub3 .b_bt {
    width: 100%;
    text-align: center;
  }
  .pub3 .swiperpub_button {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .pub3 .swiperpub_button div {
    width: 32px;
    height: 32px;
  }
  .pub3 .swiperpub_button div i {
    font-size: 14px;
  }
  .pub3 .mySwiperpub3 {
    margin-top: 20px;
  }
  .pub3 .pub_pn {
    font-size: 16px;
    line-height: 24px;
    margin-top: 3px;
  }
  .tho {
    padding-bottom: 40px;
  }
  .tho .top {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 8px;
  }
  .tho .PageNumber {
    margin-top: 30px;
  }
  .tho figure {
    margin-top: 15px;
  }
  .tho .bold {
    font-size: 14px;
    line-height: 22px;
  }
  .tho .text {
    margin-top: 0px;
  }
  .tho .bottom {
    padding: 5px 8px;
  }
  .f_o .down_box figure {
    flex-wrap: wrap;
    height: auto;
  }
  .f_o .down_box .buttonBox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
  }
  .f_o .down_box .buttonBox a {
    font-size: 14px;
    width: 100px;
    height: 30px;
  }
  .f_o .pubr_menu {
    padding-top: 0px;
  }
  .s_o .so1 {
    padding-top: 30px;
  }
  .s_o .so1 .l_box {
    width: 100%;
  }
  .s_o .so1 .r_box {
    width: 100%;
  }
  .s_o .so2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .s_o .so2 .icon {
    width: 45px;
    height: 45px;
  }
  .s_t {
    padding-bottom: 40px;
  }
  .s_t .PageNumber {
    margin-top: 30px;
  }
  .s_t figure {
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
  .s_t figure .imgBox {
    width: 80%;
  }
  .s_t figure .r_box {
    flex: none;
    margin-left: 0px;
    align-items: center;
    margin-top: 15px;
  }
  .s_t figure .buttonBox {
    margin-top: 15px;
  }
  .s_t figure .buttonBox a {
    font-size: 16px;
  }
  .pubr_menu {
    margin-top: 40px;
    padding-top: 0px;
  }
  .pubr_menu .name_box {
    font-size: 14px;
    line-height: 28px;
  }
  .pubr_menu .name_box img {
    width: 24px;
  }
  .pub_lmenu {
    margin-top: 30px;
  }
  .pub_lmenu .lif {
    font-size: 20px;
    line-height: 30px;
  }
  .pub_lmenu .ul1 > li {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .pub_lmenu .ul1 > li > span {
    padding: 5px 20px;
  }
  .pub_lmenu .ul_all .lif1 {
    padding: 5px 20px;
  }
  .pub_lmenu .ul2 {
    font-size: 16px;
    line-height: 24px;
  }
  .pub_lmenu .ul2 li {
    margin-top: 8px;
    padding-left: 20px;
  }
  .pub_lmenu .tag {
    margin-top: 25px;
  }
  .pub_lmenu .tag_box {
    font-size: 16px;
    line-height: 24px;
  }
  .pub_lmenu .tag_box p {
    margin-top: 8px;
  }
  footer .media > p {
    display: none;
  }
  footer .lif {
    display: none;
  }
  footer .foot_b {
    padding: 5px 0px 20px;
  }
  footer .form_box input,
  footer .form_box .textarea {
    font-size: 14px;
  }
  footer .form_box .t_j {
    margin-top: 15px;
  }
  footer .icBox {
    margin-left: 0px;
  }
  footer .icBox a:nth-of-type(1) {
    margin-left: 0px;
  }
  .margin_top {
    margin-top: 68px;
  }
  .bannerBox {
    display: none;
  }
  .mbx {
    display: none;
  }
}
@media screen and (max-width: 480px) {
	.s_o .so2 figure{
		min-width: 100%;
		padding-right: 0px;
	}
	.f_o .down_box .buttonBox{
		justify-content: center;
	}
  header .logoBox {
    width: 76px !important;
  }
  .padding_top {
    padding-top: 57.03px;
  }
  .pub2 .ib_box {
    grid-column-gap: 0%;
    grid-template-columns: repeat(1, 90%);
    justify-content: center;
  }
  .index .id .id_box figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .index .id .id_box figure:nth-of-type(2n+1) {
    margin-left: 0% !important;
  }
  .index .id .swiper_button {
    margin-top: 15px;
  }
  .index .id .sw_box {
    padding: 0px 8% 0px;
  }
  .index .id .sw_box .yh {
    width: 24px;
  }
  .index .if figure {
    width: 100%;
    margin-left: 0% !important;
    border-left: none;
  }
  .index .ig form .t_j {
    flex: none;
  }
  .index .ig form .yzm {
    width: 100%;
    margin-right: 0px;
  }
  .to .to3 .box1 .imgBox {
    width: 100% !important;
    float: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .to .to3 .box1 .l_box {
    margin-top: 20px;
  }
  .to .to3 .bt {
    max-width: 80%;
  }
  .to .to3 .box3 figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .to .to3 .box3 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .to .to4 .sw_box {
    padding: 0px 8% 0px;
  }
  .to .to4 .sw_box .yh {
    width: 24px;
  }
  .fuo figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .oo .oo1_r figure {
    width: 49%;
    margin-left: 2% !important;
  }
  .oo .oo1_r figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .ot .ot1 .r_box {
    width: 100%;
  }
  .ot .ot1_l .buttonBox {
    flex-wrap: wrap;
  }
  .ot .ot1_l .buttonBox a {
    margin-top: 8px;
    margin-left: 0% !important;
    margin-right: 20px;
	width: 85px;
	height: 30px;
	margin-right: 6px;
	font-size: 12px;
	}
  .s_o .so1 .r_box form .half {
    width: 100%;
  }
  .s_o .so1 .r_box form .yzm {
    width: 100%;
  }
  .s_o .so1 .r_box form .buttonBox {
    width: 100%;
  }
  .s_o .eo2 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .s_t figure .imgBox {
    width: 100%;
  }
  .s_th .rq_share {
    justify-content: center;
  }
  .s_th .share_box {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    justify-content: center;
  }
  .s_th .page_change {
    font-size: 14px;
  }
  footer .logoBox {
    width: 86px;
  }
  footer .form_box .half {
    width: 100%;
  }
}
@font-face {
  font-family: 'PalatinoLinotype-Roman';
  src: url('../fonts/pala.eot');
  src: url('../fonts/pala.eot') format('embedded-opentype'), url('../fonts/pala.woff2') format('woff2'), url('../fonts/pala.woff') format('woff'), url('../fonts/pala.ttf') format('truetype'), url('../fonts/pala.svg#pala') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'PalatinoLinotype-Bold';
  font-display: swap;
  src: url('../fonts/palab.eot');
  src: url('../fonts/palab.eot') format('embedded-opentype'), url('../fonts/palab.woff2') format('woff2'), url('../fonts/palab.woff') format('woff'), url('../fonts/palab.ttf') format('truetype'), url('../fonts/palab.svg#palab') format('svg');
}
@font-face {
  font-family: 'Roboto-Regular';
  font-display: swap;
  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-face {
  font-family: "iconfont";
  font-display: swap;
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1701047773925') format('woff2'), url('../fonts/iconfont.woff?t=1701047773925') format('woff'), url('../fonts/iconfont.ttf?t=1701047773925') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-guge:before {
  content: "\e65c";
}
.icon-a-dianhua2:before {
  content: "\eb3c";
}
.icon-wodekefu:before {
  content: "\e68b";
}
.icon-huidaodingbu:before {
  content: "\e669";
}
.icon-duihao:before {
  content: "\eaf1";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-jiantou_xiangzuo:before {
  content: "\eb0a";
}
.icon-jiantou_qiehuanzuo2:before {
  content: "\eb06";
}
.icon-jiantou_qiehuanyou:before {
  content: "\e623";
}
.icon-shijian1:before {
  content: "\e61f";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-weixin:before {
  content: "\e619";
}
.icon-dizhi2:before {
  content: "\e61d";
}
.icon-homepage_fill:before {
  content: "\e702";
}
.icon-shujuzhiliang:before {
  content: "\e618";
}
.icon-Tags:before {
  content: "\e667";
}
.icon-dianhua3:before {
  content: "\e693";
}
.icon-tubiaoku03:before {
  content: "\e617";
}
.icon-15fenzhongxiangying:before {
  content: "\e692";
}
.icon-zuanshi_o:before {
  content: "\eb70";
}
.icon-yanfa:before {
  content: "\e632";
}
.icon-zhengshu:before {
  content: "\e66e";
}
.icon-changjiantou-copy-copy-copy:before {
  content: "\e60d";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-WeChat:before {
  content: "\e62f";
}
.icon-zhiding:before {
  content: "\e704";
}
.icon-skype2:before {
  content: "\ea04";
}
.icon-email2:before {
  content: "\e634";
}
.icon-whatsapp2:before {
  content: "\e60e";
}
.icon-jiantou_qiehuanzuo1:before {
  content: "\e6eb";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-biaoqian1:before {
  content: "\e629";
}
.icon-feiji:before {
  content: "\e6ae";
}
.icon-xiazai:before {
  content: "\e64b";
}
.icon-home1:before {
  content: "\e60b";
}
.icon-kehuishouwu-bolilei:before {
  content: "\e63f";
}
.icon-dianhua2:before {
  content: "\e61c";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-sanjiaoleft-copy:before {
  content: "\eb8e";
}
.icon-sanjiaoleft:before {
  content: "\e609";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tuandui:before {
  content: "\e62d";
}
.icon-renzhengpeizhi:before {
  content: "\e612";
}
.icon-jichusheshi:before {
  content: "\e670";
}
.icon-dianji-shouzhi:before {
  content: "\e60a";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-facebook1:before {
  content: "\eb8d";
}
.icon-douyin:before {
  content: "\e6b0";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}
.icon-dizhi1:before {
  content: "\e64a";
}
.icon-home-fill:before {
  content: "\e622";
}
.icon-message1:before {
  content: "\e6b5";
}
.icon-message2:before {
  content: "\e660";
}
.icon-jiantou:before {
  content: "\e638";
}
.icon-jiantou-copy:before {
  content: "\eb91";
}
.icon-up2:before {
  content: "\e721";
}
.icon-shubiao1:before {
  content: "\e662";
}
.icon-diqiu:before {
  content: "\e62e";
}
.icon-jiantou_xiangyou:before {
  content: "\eb08";
}
.icon-dianhua1:before {
  content: "\e61b";
}
.icon-dingzhijiaju:before {
  content: "\e61a";
}
.icon-shenhe:before {
  content: "\e64f";
}
.icon-dianhua:before {
  content: "\e71a";
}
.icon-daohangdizhi:before {
  content: "\e65f";
}
.icon-calendar2:before {
  content: "\e606";
}
.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}
.icon-fangda:before {
  content: "\e835";
}
.icon-calculation:before {
  content: "\e6ca";
}
.icon-chizi:before {
  content: "\e645";
}
.icon-chuangyejidi:before {
  content: "\e650";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-yuangongfuzeren:before {
  content: "\e62a";
}
.icon-gongchang:before {
  content: "\e98e";
}
.icon-dizhi:before {
  content: "\e652";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-appquality:before {
  content: "\e69b";
}
.icon-yuangong:before {
  content: "\e64e";
}
.icon-skype-fill:before {
  content: "\e882";
}
.icon-kexuejishu-:before {
  content: "\e9be";
}
.icon-zu:before {
  content: "\e613";
}
.icon-zuojiantou:before {
  content: "\e75c";
}
.icon-yuyan:before {
  content: "\e684";
}
.icon-shijian:before {
  content: "\e6c8";
}
.icon-jingyanfankui1:before {
  content: "\e665";
}
.icon-funengkejiyanfa:before {
  content: "\e64d";
}
.icon-shubiao:before {
  content: "\e89d";
}
.icon-icon_37:before {
  content: "\e60c";
}
.icon-xiangxia:before {
  content: "\e666";
}
.icon-wodedingdan2:before {
  content: "\e651";
}
.icon-zhiliangrenzheng:before {
  content: "\e65e";
}
.icon-tuanduishezhi:before {
  content: "\e604";
}
.icon-035meijin:before {
  content: "\e7d1";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-zhuanwan:before {
  content: "\e603";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-zhedie2:before {
  content: "\e621";
}
.icon-shouji:before {
  content: "\e658";
}
.icon-rili:before {
  content: "\e8b4";
}
.icon-youxiang:before {
  content: "\e664";
}
.icon-yingguoguoqi:before {
  content: "\e63e";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c4";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-fax1:before {
  content: "\e7ca";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-phone2:before {
  content: "\e7d0";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.icon-shangchuan:before {
  content: "\e602";
}
.icon-top2:before {
  content: "\e637";
}
.icon-biaoqian:before {
  content: "\e649";
}
.icon-home:before {
  content: "\e624";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.verify_img{
    height: 100%;
}

.yzm a img{
    width: 100%;
    height: 100%;
}