@import url('swiper-bundle.min.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5S;
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: 15%;
}
html::-webkit-scrollbar {
  /* width: 0px; */
}
html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: MicrosoftYaHei, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  background-color: #fff;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
  outline: none !important;
}
html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 60px);
}
html body 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: 51px;
  height: 51px;
  cursor: pointer;
  background-color: #cccccc;
}
.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: 24px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover {
  background-color: #2b368c;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i {
  color: #fff;
}
.rightMenu > a:nth-of-type(1) i {
  font-size: 23px;
}
.rightMenu > span:not(:nth-of-type(1)) > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu > span:not(:nth-of-type(1)) > a i {
  font-size: 22px;
}
.rightMenu > span:nth-of-type(1) {
  cursor: pointer;
  position: relative;
}
.rightMenu > span:nth-of-type(1) > img {
  display: none;
  position: absolute;
  right: 100%;
}
.rightMenu .ph_box{
  cursor: pointer;
  position: relative;
}
.rightMenu .ph_box .phone{
  right: -1000%;
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  width: 120px;
  background: #2b368c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 2px;
  transition: .3s ease-in-out;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .rightMenu > span:nth-of-type(1):hover > img {
    display: block;
  }
  .rightMenu .ph_box:hover .phone{
    right: 100%;
  }
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #2b368c;
  right: 2.5%;
  top: 11px;
  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: 768px) {
  .nav {
    top: 11px;
  }
}
#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 {
  width: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  max-width: 1920px;
  background-color: #fff;
}
header .head_box {
  position: relative;
}
header .logoBox {
  display: flex;
  align-items: flex-start;
  width: 223px;
  flex-shrink: 0;
}
header .logoBox a {
  width: 100%;
}
header .logoBox a img {
  width: 100%;
}
header .active > a {
  color: #2b368c !important;
}
header .active > a::before {
  width: 50px !important;
}
header .menuOne {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 52px;
}
header .menuOne > a {
  color: #333333;
  position: relative;
  text-align: center;
  padding: 28px 0px;
}
header .menuOne > a::before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  content: '';
  width: 0%;
  height: 3px;
  background-color: #2b368c;
  border-radius: 2px;
  transition: 0.4s;
  max-width: 100%;
}
header .menuOne > a:hover {
  color: #2b368c;
}
header .menuOne > a:hover::before {
  width: 50px;
}
header .center {
  display: flex;
  margin-left: 55px;
  align-items: center;
}
header .center .lastOne {
  margin-right: 53px;
}
header .sousuo {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 21px;
}
header .sousuo i {
  cursor: pointer;
  font-size: 17px;
  line-height: 38px;
  color: #333333;
  text-align: center;
}
header .sousuo i:hover {
  color: #1d96d5;
}
header .sousuo form {
  display: none;
  overflow: hidden;
  height: 35px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #ffffff;
  position: absolute;
  top: 105%;
  right: 0px;
}
header .sousuo form input:nth-of-type(1) {
  width: 180px;
  height: 33px;
  line-height: 33px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  color: #2f3135;
  background: none;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 10px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #1d96d5;
}
header .lang {
  position: relative;
  cursor: pointer;
}
header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
  color: #2b368c !important;
}
header .lang p {
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .lang p .xiangxia {
  font-size: 10px;
  margin-left: 0px;
  color: #999999;
  margin-left: 4px;
}
header .lang p .diqiu {
  margin-right: 3px;
  font-size: 18px;
  color: #666;
}
header .lang p span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 80px;
  background-color: #fff;
  top: 105%;
  right: 0px;
  border: 1px solid #2b368c;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
  font-size: 14px;
  border-bottom: 1px dashed #2b368c;
}
header .lang > ul li a:hover {
  color: #2b368c;
}
header .lianxi {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 30px;
  border-left: 1px solid rgba(148, 148, 148, 0.2);
  padding-left: 21px;
}
header .lianxi i {
  font-size: 22px;
  color: #2b368c;
  flex-shrink: 0;
  margin-right: 8px;
}
header .lianxi .tel {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}
header .tw_b {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  left: 0%;
  max-height: calc(100vh - 100px);
  overflow: auto;
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
  padding-bottom: 35px;
}
header .tw_b::-webkit-scrollbar {
  width: 4px;
}
header .tw_b::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
header .tw_b::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .tw_b .twb_l {
  min-width: 200px;
}
header .tw_b .x_y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
header .tw_b .box {
  display: flex;
  flex-wrap: wrap;
}
header .tw_b .menu1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
header .tw_b .menu1 i {
  transition: 0s;
}
header .tw_b .menu1 a {
  display: block;
  color: #333;
  position: relative;
  padding-right: 20px;
}
header .tw_b .menu1 a:hover {
  color: #2b368c;
}
header .tw_b .menu2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
  margin-top: 16px;
}
header .tw_b .menu2 a {
  color: #666;
  position: relative;
  display: block;
}
header .tw_b .menu2 a:hover {
  color: #2b368c;
}
header .tw_b .menu2 a:hover span {
  transition: 0s;
}
header .tw_b .menu2 a:hover i {
  transform: translate(100%, -50%);
}
header .tw_b .menu2 .act a {
  color: #2b368c;
}
header .tw_b .menu2 .act i {
  transform: translate(100%, -50%);
}
header .tw_b .menu2 .act1 a {
  color: #2b368c;
}
header .tw_b .menu2 .act1 i {
  transform: translate(100%, -50%);
}
header .tw_b .twb_r {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  border-left: 1px solid #cccccc;
  margin-left: 60px;
  padding-left: 35px;
  padding-top: 1px;
  padding-bottom: 19px;
}
header .tw_b .twb_r a {
  color: #333;
}
header .tw_b .twb_r a:hover {
  color: #2b368c;
}
header .tw_b .li1 {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
header .tw_b .ul1 {
  display: none;
}
header .tw_b .show {
  display: block;
}
header .tw_b .all1 {
  color: #2b368c;
  margin-top: 6px;
}
header .tw_b .all1 a {
  color: #2b368c;
}
header .menuactive > a {
  color: #2b368c;
}
header .menuactive > a::before {
  width: 50px;
}
header .c1 {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerBox {
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .ban_bt {
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
}
.bannerBox .ban_bt a {
  color: #fff;
}
.bannerBox .ban_bt a:hover {
  color: #2b368c;
}
.bannerBox .ban_xbt {
  font-family: Poppins-Light;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 25px;
}
.bannerBox .ban_xbt a {
  color: #fff;
}
.bannerBox .ban_xbt a:hover {
  color: #2b368c;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 50.8%;
  transform: translate(-50%, -50%);
}
.mbx {
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-top: 22px;
}
.mbx .content {
  display: flex;
  align-items: center;
}
.mbx a {
  color: #999999;
  margin: 0px 3px;
}
.mbx a:hover {
  color: #333;
}
.mbx .active {
  color: #333333;
}
.mbx i {
  font-size: 18px;
  color: #999;
}
.four .mbx {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 19px;
  padding-right: 25%;
}
.four .menu4 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  position: absolute;
  right: 0px;
  top: 26px;
}
.four .menu4 a {
  color: #000;
  padding-bottom: 18px;
  margin-left: 24px;
  position: relative;
}
.four .menu4 a:hover {
  color: #2b368c;
}
.four .menu4 a:hover::before {
  width: 100%;
}
.four .menu4 a::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background: #2b368c;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.four .menu4 .act {
  font-weight: bold;
  color: #2b368c;
}
.four .menu4 .act::before {
  width: 100%;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttonBox i {
  transition: 0s;
}
.b_bt {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.b_bt span {
  font-weight: bold;
  transition: 0s;
}
.b_bt a {
  color: #333;
}
.b_bt a:hover {
  color: #2b368c;
}
.xbt {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 17px;
}
.xbt a {
  color: #666;
}
.xbt a:hover {
  color: #2b368c;
}
.xbt:hover::before {
  background: #2b368c;
}
.xz_x {
  position: relative;
  padding-left: 30px;
}
.xz_x::before {
  width: 21px;
  height: 2px;
  background-color: #666666;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.z_x {
  position: relative;
}
.z_x::before {
  width: 120px;
  height: 2px;
  background: #333333;
  content: '';
  position: absolute;
  left: -1%;
  top: 50%;
  transform: translate(-116%, -50%);
}
.swiper_button {
  display: flex;
  align-items: center;
}
.swiper_button div {
  width: 50px;
  height: 50px;
  transition: 0.3s;
  background-color: #ffffff;
  box-shadow: 0px 7px 40px 0px rgba(43, 54, 140, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.swiper_button div:hover {
  background: #2b368c;
}
.swiper_button div:hover i {
  color: #fff;
}
.swiper_button i {
  transition: 0s;
  color: #333;
}
.index {
  overflow: hidden;
}
.index .ban .slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  image-rendering: pixelated;
}
.index .ban .slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index .ban .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 7.1%;
  text-align: center;
  display: none !important;
}
.index .ban .slick-dots li {
  display: inline-block;
}
.index .ban .slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  margin: 0px 14px;
  border: none;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.index .ban .slick-dots li button:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.index .ban .slick-dots li.slick-active button::before {
  width: 40px;
  height: 40px;
}
.index .ban .slick-prev,
.index .ban .slick-next {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: none !important;
}
.index .ban .slick-prev:hover i,
.index .ban .slick-next:hover i {
  color: #2b368c;
}
.index .ban .slick-prev i,
.index .ban .slick-next i {
  font-size: 30px;
  color: #fff;
}
.index .ban .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: 999;
}
.index .ban .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 999;
}
.index .ban:hover .slick-prev,
.index .ban:hover .slick-next {
  display: block !important;
}
@media screen and (max-width: 992px) {
  .index .ban .slideshow .slick-prev,
  .index .ban .slideshow .slick-next {
    display: none !important;
  }
}
.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;
}
.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-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;
}
.index .ban .slick-dots .slide-count {
  display: none;
}
@media screen and (max-width: 991px) {
  .index .ban .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index .ia {
  background: url('../image/i_ia.png') no-repeat left;
  background-size: auto auto;
  overflow: hidden;
}
.index .ia .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .ia .ial {
  flex: 1;
  width: 100%;
  padding-top: 17.8%;
}
.index .ia .b1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  background: url('../image/i_ib.png') no-repeat right 10%;
  background-size: auto 70%;
  border-bottom: 1px solid rgba(148, 148, 148, 0.2);
  padding-bottom: 45px;
}
.index .ia .b1 a {
  color: #fff;
}
.index .ia .b1 a:hover {
  text-decoration: underline;
}
.index .ia .iar {
  position: relative;
  width: 74.4%;
  padding: 5.7% 0px 397.6px 5.1%;
}
.index .ia .iar::before {
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2b368c;
  z-index: -1;
}
.index .ia .shuzi {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .ia .j-hdata1 {
  font-size: 60px;
  margin: 0px 2px;
}
.index .ia .b2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 46px;
}
.index .ia .b2l {
  padding-right: 15px;
}
.index .ia .b2r {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 4px;
  color: #ffffff;
}
.index .ia .b2r a {
  color: #fff;
  display: flex;
  align-items: center;
}
.index .ia .b2r a:hover span {
  text-decoration: underline;
}
.index .ia .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.index .ia .icon i {
  color: #fff;
}
.index .ib {
  background: #f2f4f6;
}
.index .ib .sw_box {
  position: relative;
  margin-top: 18px;
}
.index .ib .swiper {
  padding: 30px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.index .ib .act {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.index .ib .content {
  position: relative;
  padding-top: 19.15%;
  padding-bottom: 291.8px;
}
.index .ib .img1 {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  left: 0;
  top: 0;
  transform: translateY(-54%);
}
.index .ib .swiper-wrapper {
  align-items: stretch;
}
.index .ib .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0px 9px 40px 0px rgba(43, 54, 140, 0.1);
  padding-bottom: 67px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.index .ib .swiper-slide .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 10px;
}
.index .ib .swiper-slide img {
  width: auto;
  height: auto;
  display: inline;
  object-fit: initial;
}
.index .ib .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 347px;
  overflow: hidden;
}
.index .ib .logo a {
  max-width: 100%;
}
.index .ib .logo a img:hover {
  transform: scale(1.05);
}
.index .ib .logo img {
  max-width: 100%;
}
.index .ib .qh_box {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}
.index .ib .qh_box span:nth-of-type(1) {
  margin-left: 0px;
}
.index .ib .qh_box span {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding-bottom: 28px;
  margin-left: 32px;
}
.index .ib .qh_box span::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 3px;
  background: #2b368c;
  border-radius: 2px;
  bottom: -1px;
  transition: 0.3s;
}
.index .ib .qh_box span:hover {
  font-weight: bold;
  color: #333;
}
.index .ib .qh_box span:hover::before {
  width: 100%;
}
.index .ib .qh_box .active {
  color: #333;
  position: relative;
  font-weight: bold;
}
.index .ib .qh_box .active::before {
  width: 100%;
}
.index .ib .sp_box {
  border-bottom: 1px solid #ccc;
}
.index .ib .tt {
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-top: 9px;
}
.index .ib .tt a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
}
.index .ib .tt a:hover {
  color: #2b368c;
}
.index .ib .p_n {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.index .ib .p_n a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .ib .p_n a:hover {
  color: #2b368c;
}
.index .ib .buttonBox {
  margin-top: 35px;
}
.index .ib .buttonBox a {
  margin: auto;
  width: 200px;
  height: 50px;
  border: solid 1px #2b368c;
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 4px;
  color: #2b368c;
}
.index .ib .buttonBox a:hover {
  background: #2b368c;
  color: #fff;
}
.index .ib .buttonBox i {
  transition: 0s;
  margin-right: 2px;
}
.index .ib .swiper_button {
  display: none;
}
.index .ib .swiper_button .next {
  margin-left: 28px;
}
.index .ib .act1 {
  display: flex;
}
.index .ib .anniu {
  padding-left: 20px;
}
.index .ib .b1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .ic .lianxi {
  position: absolute;
  width: 68.65%;
  left: 0;
  top: 0%;
  transform: translateY(-50%);
  padding: 5.4% 10px 5.3% 0px;
  z-index: 1;
}
.index .ic .lianxi::before {
  background: #2b368c;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
}
.index .ic .lianxi .ma_d {
  width: 79px;
  height: 79px;
  background-color: #ffffff;
  box-shadow: 0px 7px 40px 0px rgba(43, 54, 140, 0.18);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.index .ic .lianxi .ma_d i {
  font-size: 22px;
  color: #333;
}
.index .ic .lianxi .ma_d:hover {
  background: #2b368c;
}
.index .ic .lianxi .ma_d:hover i {
  color: #fff;
}
.index .ic .bt {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .ic .pho {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 31px;
}
.index .ic .buttonBox {
  margin-top: 56px;
}
.index .ic .buttonBox a {
  width: 200px;
  height: 72px;
  border: solid 1px #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 2px;
  color: #ffffff;
}
.index .ic .buttonBox a:hover {
  color: #2b368c;
  background: #fff;
}
.index .ic .buttonBox a:hover i {
  color: #2b368c;
}
.index .ic .buttonBox i {
  font-size: 26px;
  color: #fff;
  margin-right: 5px;
}
.index .ic .b_bt {
  text-align: center;
}
.index .ic .bt_box {
  display: flex;
  justify-content: center;
  padding-left: 8px;
}
.index .ic .b1 {
  display: flex;
  justify-content: flex-end;
  margin-top: 49px;
}
.index .ic .box {
  background: rgba(255, 255, 255, 0.7);
  width: 758px;
  backdrop-filter: blur(5px);
  padding: 6px 4.5% 50px 4.5%;
  max-width: 60%;
}
.index .ic .p_n {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.index .ic .p_n a {
  color: #333;
}
.index .ic .p_n a:hover {
  color: #2b368c;
}
.index .ic .j_s {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #666666;
  margin-top: 6px;
}
.index .ic .j_s a {
  color: #666;
}
.index .ic .j_s a:hover {
  color: #2b368c;
}
.index .ic figure {
  display: flex;
  margin-top: 66px;
}
.index .ic .icl {
  margin-right: 25px;
  padding-top: 5px;
}
.index .ic .content {
  padding-top: 263px;
  position: relative;
}
.index .id {
  padding-top: 99px;
  overflow: hidden;
  position: relative;
  padding-bottom: 134px;
}
.index .id::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 46.5%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #f2f4f6;
}
.index .id .r_box {
  width: 68.125%;
  float: right;
  margin-left: 3%;
}
.index .id .r_box .swiper-slide {
  width: 25.382%;
}
.index .id .tt {
  line-height: 30px;
  color: #666666;
  margin-top: 24px;
}
.index .id .tt a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: block;
  color: #666;
}
.index .id .tt a:hover {
  color: #2b368c;
}
.index .id .p_n {
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
}
.index .id .content {
  padding-top: 35px;
}
.index .id .swiper_button {
  margin-top: 108px;
}
.index .id .swiper_button .next {
  margin-left: 28px;
}
.index .ie {
  padding-top: 100px;
}
.index .ie .b1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .ie .b1 .b1l {
  padding-right: 15px;
}
.index .ie .an {
  padding-top: 2px;
  cursor: pointer;
}
.index .ie .an:hover i {
  color: #0095db;
}
.index .ie .an i {
  font-size: 22px;
  color: #cccccc;
}
.index .ie .an1 {
  margin-right: 10px;
}
.index .ie .an2 {
  margin-left: 10px;
}
.index .ie .anniu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
.index .ie .swiper-horizontal > .swiper-pagination-bullets,
.index .ie .swiper-pagination-bullets.swiper-pagination-horizontal,
.index .ie .swiper-pagination-custom,
.index .ie .swiper-pagination-fraction {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
}
.index .ie .s_z {
  font-size: 72px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #333333;
}
.index .ie .s_z a {
  color: #333;
}
.index .ie .y_ear {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  margin-top: 36px;
  padding-bottom: 9px;
  transition: 0.3s;
}
.index .ie .y_ear a {
  color: #333;
}
.index .ie .y_ear a:hover {
  text-decoration: underline;
}
.index .ie .y_ear::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-color: #2b368c;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.index .ie .t_t {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 40px;
}
.index .ie .t_t a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .ie .t_t a:hover {
  text-decoration: underline;
}
.index .ie .b2 {
  position: relative;
}
.index .ie .b2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../image/i_ie.jpg') no-repeat left bottom;
  background-size: 91.4% auto;
}
.index .ie .imgBox {
  margin-top: 29px;
  transition: 0.3s;
  transform-origin: left top;
}
.index .ie .imgBox a img:hover {
  transform: none;
}
.index .ie .swiper-wrapper {
  align-items: stretch;
}
.index .ie .box {
  transition: 0.3s;
}
.index .ie .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.index .ie .swiper-slide::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -11%;
  background: #2b368c;
  width: 125.26%;
  height: 0%;
  z-index: -1;
  transition: 0.5s;
}
.index .ie .swiper-slide:hover {
  transform: translateY(-17px);
}
.index .ie .swiper-slide:hover .y_ear {
  color: #fff;
}
.index .ie .swiper-slide:hover .y_ear a {
  color: #fff;
}
.index .ie .swiper-slide:hover .y_ear::before {
  background: #fff;
}
.index .ie .swiper-slide:hover .s_z {
  color: #fff;
}
.index .ie .swiper-slide:hover .s_z a {
  color: #fff;
}
.index .ie .swiper-slide:hover .t_t {
  color: #fff;
}
.index .ie .swiper-slide:hover .t_t a {
  color: #fff;
}
.index .ie .swiper-slide:hover .box {
  transform: translateY(-30px);
}
.index .ie .swiper-slide:hover::before {
  height: 123.886%;
}
.index .ie .swiper-slide:hover .imgBox {
  transform: scale(1.16) translate(0%, -2px);
}
.index .ie .c1 {
  max-width: 1540px;
  overflow: hidden;
}
.index .ie .c1 .mySwiperTwo {
  padding: 181px 70px 126px 70px;
}
.o_o .oa {
  padding-top: 25px;
  padding-bottom: 13px;
}
.o_o .oa figure {
  padding-top: 65px;
  position: relative;
  padding-bottom: 90px;
}
.o_o .oa .back_text {
  font-family: Arial;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.05;
  position: absolute;
  top: 16%;
  right: 0;
  max-width: 59%;
  z-index: 0;
}
.o_o .oa .p_n {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.o_o .oa .p_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;
}
.o_o .oa .p_n a:hover {
  color: #2b368c;
}
.o_o .oa .j_s {
  line-height: 30px;
  color: #666666;
  margin-top: 31px;
  min-height: 90px;
}
.o_o .oa .j_s a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.o_o .oa .j_s a:hover {
  color: #2b368c;
}
.o_o .oa .button {
  margin-top: 51px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 4px;
  color: #333333;
}
.o_o .oa .button .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2b368c;
  background: #2b368c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.o_o .oa .button .icon i {
  color: #fff;
}
.o_o .oa .button a {
  display: flex;
  align-items: center;
  color: #333;
  transition: 0s;
}
.o_o .oa .button a:hover .icon {
  background: #fff;
  color: #2b368c;
}
.o_o .oa .button a:hover .icon i {
  color: #2b368c;
}
.o_o .oa .button a:hover span {
  color: #2b368c;
}
.o_o .oa .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.o_o .oa .r_box {
  width: 54%;
  padding-bottom: 0.3%;
}
.o_o .oa .imgBox {
  width: 39.5%;
  position: relative;
  z-index: 1;
}
.o_o .oa figure:nth-of-type(2n) {
  background: #f2f4f6;
  padding-top: 0px;
  padding-bottom: 30px;
}
.o_o .oa figure:nth-of-type(2n) .back_text {
  left: 0;
  right: auto;
}
.o_o .oa figure:nth-of-type(2n) .content {
  flex-direction: row-reverse;
}
.bt {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.bt span {
  font-weight: normal;
}
.o_t {
  background: #e8e9eb;
}
.o_t .oa {
  padding-top: 25px;
  padding-bottom: 76px;
}
.o_t .oa .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.o_t .oa .less {
  display: none;
}
.o_t .oa .read {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
}
.o_t .oa .button {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 4px;
  color: #333333;
}
.o_t .oa .button .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2b368c;
  background: #2b368c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-left: 3px;
}
.o_t .oa .button .icon i {
  color: #fff;
}
.o_t .oa .button p {
  display: flex;
  align-items: center;
  color: #333;
  transition: 0s;
  cursor: pointer;
}
.o_t .oa .button p:hover .icon {
  background: #fff;
  color: #2b368c;
}
.o_t .oa .button p:hover .icon i {
  color: #2b368c;
}
.o_t .oa .button p:hover span {
  color: #2b368c;
}
.o_t .oa .ot_r {
  width: 100%;
  flex: 1;
  padding-top: 12px;
}
.o_t .oa .t_font {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 26px;
  color: #666;
}
.o_t .oa .t_font * {
  display: block;
}
.o_t .oa .show {
  -webkit-line-clamp: initial !important;
}
.o_t .oa .l_menu {
  width: 210px;
  margin-right: 90px;
}
.o_t .oa .l_menu .lif {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  background: #2b368c;
  padding: 5px 25px 5px 10px;
  position: relative;
  display: none;
}
.o_t .oa .l_menu .lif .zhedie {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.o_t .oa .l_menu .li1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.o_t .oa .l_menu .li1 > a {
  position: relative;
  display: block;
  padding-right: 22px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 12px;
}
.o_t .oa .l_menu .li1 > a:hover {
  color: #2b368c;
}
.o_t .oa .l_menu .li1:nth-last-of-type(1) > a {
  border-bottom: none;
}
.o_t .oa .l_menu .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: 0s;
}
.o_t .oa .l_menu .ul3 {
  border-bottom: 1px solid #ccc;
  padding-top: 7px;
  padding-bottom: 12px;
}
.o_t .oa .l_menu .ul3 li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
}
.o_t .oa .l_menu .ul3 .act a {
  color: #2b368c;
}
.o_t .oa .l_menu .ul4 {
  margin-top: 45px;
}
.o_t .oa .l_menu .li1.active {
  font-weight: bold;
}
.o_t .oa .l_menu .li1.active > a {
  color: #2b368c;
  padding-bottom: 10px;
}
.o_t .oa .l_menu .lib {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.o_t .oa .l_menu .b1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}
.o_t .oa .l_menu .b1 a {
  height: 40px;
  margin-top: 11px;
  width: 47.62%;
  margin-left: 4.76%;
  background-color: #ffffff;
  box-shadow: 0px 9px 40px 0px rgba(43, 54, 140, 0.1);
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.o_t .oa .l_menu .b1 a:hover {
  color: #333;
}
.o_t .oa .l_menu .b1 a:nth-of-type(2n+1) {
  margin-left: 0%;
}
.o_t .oa .p_n {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.o_t .oa .p_n a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.o_t .oa .p_n a:hover {
  color: #2b368c;
}
.o_t .oa .tt {
  line-height: 24px;
  color: #666666;
  margin-top: 9px;
}
.o_t .oa .tt a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.o_t .oa .tt a:hover {
  color: #2b368c;
}
.o_t .oa form {
  display: flex;
  flex-wrap: wrap;
}
.o_t .oa form .box {
  background: #fff;
  padding: 28px 37px 31px 37px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.o_t .oa .p_xz {
  color: #333333;
  display: flex;
  align-items: center;
  margin-top: 31px;
}
.o_t .oa .p_xz input {
  margin-right: 9px;
  cursor: pointer;
}
.o_t .oa .p_xz label {
  cursor: pointer;
}
.o_t .oa .p_xz label:hover {
  color: #2b368c;
}
.o_t .oa figure {
  width: 31.82%;
  margin-left: 2.27%;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  box-shadow: 0px 5px 20px 0px rgba(43, 54, 140, 0.05);
}
.o_t .oa figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.o_t .oa .PageNumber {
  margin-top: 56px;
}
.o_t .ob {
  background: #fff;
  padding-top: 74px;
  padding-bottom: 91px;
}
.o_t .ob .b_bt {
  font-size: 36px;
  color: #333;
}
.o_t .ob .rq {
  color: #999999;
  flex-shrink: 0;
}
.o_t .ob .zk_c {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #444444;
  width: 100%;
  flex: 1;
  margin: 0px 7.4%;
}
.o_t .ob .zk_c a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #444;
}
.o_t .ob .zk_c a:hover {
  color: #2b368c;
}
.o_t .ob .ljgd {
  flex-shrink: 0;
  display: none;
}
.o_t .ob .ljgd a {
  color: #2b368c;
}
.o_t .ob .zk_box {
  padding-top: 32px;
}
.o_t .ob .show figure:nth-of-type(n+8) {
  display: flex !important;
}
.o_t .ob figure:nth-of-type(n+8) {
  display: none;
}
.o_t .ob figure {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 37px 4% 34px 2%;
  transition: 0.3s;
}
.o_t .ob figure:hover {
  background: rgba(43, 54, 140, 0.05);
}
.o_t .ob figure:hover .ljgd {
  display: block;
}
.o_t .ob .zk_button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin-top: 47px;
}
.o_t .ob .zk_button .less {
  display: none;
}
.o_t .ob .zk_button span {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
}
.o_t .ob .zk_button span:hover {
  color: #2b368c;
}
.o_t .ob .zk_button span:hover::before {
  background: #2b368c;
}
.o_t .ob .zk_button span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 0;
}
.o_t .oc {
  background: #2b368c;
}
.o_t .oc .tt {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #ffffff;
}
.o_t .oc .pho {
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 32px;
}
.o_t .oc .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 90px;
}
.o_t .oc .buttonBox a {
  width: 200px;
  height: 70px;
  border: solid 1px #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 2px;
  color: #ffffff;
}
.o_t .oc .buttonBox a:hover {
  color: #2b368c;
  background: #fff;
}
.o_t .oc .buttonBox a:hover i {
  color: #2b368c;
}
.o_t .oc .buttonBox i {
  font-size: 22px;
  color: #fff;
  margin-right: 5px;
  transition: 0s;
}
.o_t .oc .ocr {
  padding-top: 4px;
  margin-left: 20px;
}
.o_th {
  background: #e8e9eb;
}
.o_th .oa {
  padding-top: 40px;
  padding-bottom: 77px;
}
.o_th .oa .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.o_th .oa .oal {
  width: 34.786%;
  position: relative;
}
.o_th .oa .oal img {
  transition: 0s;
}
.o_th .oa .oal .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.o_th .oa .oal .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;
}
.o_th .oa .oal .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;
}
.o_th .oa .oal .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.o_th .oa .oal .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.o_th .oa .oal .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.o_th .oa .oal .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);
}
.o_th .oa .oal .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.o_th .oa .oal .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.o_th .oa .oal .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.o_th .oa .oal .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.o_th .oa .oal .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
.o_th .oa .oal .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.o_th .oa .oal .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.o_th .oa .oal .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.o_th .oa .oal .pic-small {
  overflow: hidden;
  z-index: 1;
  margin-top: 4px;
}
.o_th .oa .oal .pic-btn {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 36px;
  color: #333;
  cursor: pointer;
  z-index: 9;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  box-shadow: 0px 7px 40px 0px rgba(43, 54, 140, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.o_th .oa .oal .pic-btn.prev {
  left: 4%;
}
.o_th .oa .oal .pic-btn.next {
  right: 4%;
}
.o_th .oa .oal .pic-btn:hover {
  background: #2b368c;
  color: #fff;
}
.o_th .oa .oal .pic-list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.o_th .oa .oal .pic-list ul {
  width: 1000%;
  display: flex;
}
.o_th .oa .oal .list-item {
  position: relative;
  width: 3.28%;
  flex-shrink: 0;
  margin-right: 0.08%;
}
.o_th .oa .oal .item-pics,
.o_th .oa .oal .pic-list .item-video {
  display: block;
  position: relative;
  opacity: 0.5;
}
.o_th .oa .oal .item-pics:before,
.o_th .oa .oal .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;
}
.o_th .oa .oal .item-pics img,
.o_th .oa .oal .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.o_th .oa .oal .item-pics.zoomThumbActive:before,
.o_th .oa .oal .item-video.active:before {
  left: -8px;
}
.o_th .oa .oal .m-propic2 {
  display: none;
}
.o_th .oa .oal .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.o_th .oa .oal .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 78.75%;
  height: 0;
}
.o_th .oa .oal .provideo-box .provideo iframe,
.o_th .oa .oal .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.o_th .oa .oal .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.o_th .oa .oal .item-pics:hover,
.o_th .oa .oal .item-pics.active,
.o_th .oa .oal .item-video:hover,
.o_th .oa .oal .item-video.active {
  opacity: 1;
}
.o_th .oa .b1 {
  /* font-size: 14px; */
  margin-top: 26px;
  color: #666;
}
.o_th .oa em {
  font-style: normal;
  font-weight: bold;
  color: #333;
}
.o_th .oa .oar {
  width: 100%;
  flex: 1;
  margin-left: 55px;
  padding-bottom: 2%;
}
.o_th .oa .share {
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.o_th .oa .buttonBox {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.o_th .oa .buttonBox a {
  width: 181px;
  height: 50px;
  border: solid 2px #999999;
  color: #333333;
  margin-right: 16px;
  margin-top: 10px;
}
.o_th .oa .buttonBox a:hover {
  background: #2b368c;
  border: 2px solid #2b368c;
  color: #fff;
}
.o_th .ob {
  padding-top: 87px;
  background: #fff;
  padding-bottom: 71px;
}
.o_th .ob .b2 {
  font-size: 14px;
  color: #666;
  margin-top: 24px;
}
.o_th .ob .b3_bt {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.o_th .ob .b3_container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
.o_th .ob .b3 {
  margin-top: 58px;
}
.o_th .ob .b3 a {
  margin-right: 4px;
  min-width: 100px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  color: #666;
}
.o_th .ob .b3 a:hover {
  color: #333;
  box-shadow: 0px 9px 40px 0px rgba(43, 54, 140, 0.1);
}
.t_o {
  padding-bottom: 80px;
}
.t_o .ta {
  padding-top: 21px;
}
.t_o .ta .r_box {
  width: 42%;
}
.t_o .ta .l_box {
  width: 100%;
  flex: 1;
  margin-right: 7.65%;
  padding-top: 3.7%;
  padding-bottom: 2%;
}
.t_o .ta .text {
  color: #666;
  margin-top: 31px;
}
.t_o .ta .buttonBox {
  margin-top: 33px;
}
.t_o .ta .buttonBox a {
  width: 269px;
  height: 50px;
  background-color: #2b368c;
  border: 1px solid #2b368c;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 4px;
  color: #ffffff;
  padding-left: 5px;
}
.t_o .ta .buttonBox a:hover {
  color: #2b368c;
  background: #fff;
}
.t_o .ta .buttonBox a:hover img {
  filter: none;
}
.t_o .ta .buttonBox img {
  width: 18px;
  flex-shrink: 0;
  margin-right: 16px;
  filter: grayscale(0) brightness(10);
  transition: 0s;
}
.t_o .ta .buttonBox span {
  transition: 0s;
}
.t_o .ta figure {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding-left: 6.5%;
  margin-top: 40px;
}
.t_o .ta figure:nth-of-type(2n) {
  padding-left: 0%;
  padding-right: 6.5%;
  flex-direction: row-reverse;
}
.t_o .ta figure:nth-of-type(2n) .l_box {
  margin-right: 0px;
  margin-left: 7.65%;
}
.t_o .tb {
  margin-top: 41px;
  background: #f5f5f5;
  padding: 71px 4.78% 93px 4.78%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.t_o .tb .menu1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.t_o .tb .menu1 span {
  margin-right: 18px;
  min-width: 120px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #e8e9eb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.t_o .tb .menu1 span:hover {
  background: #2b368c;
  border: 1px solid #2b368c;
  color: #fff;
}
.t_o .tb .menu1 .active {
  background: #2b368c;
  border: 1px solid #2b368c;
  color: #fff;
}
.t_o .tb .tbl {
  width: 40%;
}
.t_o .tb .logo {
  width: 130px;
  flex-shrink: 0;
  margin-left: 20px;
  padding-top: 37px;
}
.t_o .tb .tbr {
  width: 50%;
  padding-top: 7px;
}
.t_o .tb .b2 {
  display: flex;
  justify-content: space-between;
}
.t_o .tb .b2 li {
  margin-top: 17px;
}
.t_o .tb .tb_box {
  padding-left: 8px;
  padding-top: 36px;
}
.t_o .tb .tb_box .icon {
  flex-shrink: 0;
  margin-right: 14px;
}
.t_o .tb .tb_box .icon i {
  font-size: 22px;
  color: #2b368c;
}
.t_o .tb .tb_box .tb1 {
  display: none;
}
.t_o .tb .tb_box .act {
  display: block;
}
.t_o .tb .tb_box li {
  display: flex;
  align-items: center;
}
.t_o .tb .tb_box li a {
  color: #333;
}
.t_o .tb .tb_box li a:hover {
  color: #2b368c;
}
.t_o .tb .form_bt {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.t_o .tb form {
  padding-top: 19px;
}
.t_o .tb form input[type="radio"] {
  display: none;
}
.t_o .tb form .logo1 {
  width: 15px;
}
.t_o .tb form .rad_box {
  display: flex;
  align-items: center;
}
.t_o .tb form label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 27px;
}
.t_o .tb form label::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border: solid 1px #949494;
  background-clip: content-box;
  padding: 4px;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 8px;
}
.t_o .tb form input[type="radio"]:checked + label::before {
  background-color: #2b368c;
}
.t_o .tb form .select {
  cursor: pointer;
}
.t_o .tb form .sel_li {
  width: 48.98%;
  position: relative;
  margin-top: 12px;
}
.t_o .tb form .sel_li i {
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 18%;
  color: #999;
  pointer-events: none;
}
.t_o .tb form .sel_li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 8px 0px;
}
.t_o .tb form .sel_li ul li {
  text-indent: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  padding: 5.5px 0px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}
.t_o .tb form .sel_li ul li:hover {
  background-color: #2b368c;
  color: #fff;
}
.t_o .tb form .sel_li ul .active {
  background-color: #2b368c;
  color: #fff;
}
.t_o .tb form p {
  width: 48.98%;
  margin-top: 11px;
}
.t_o .tb form .b_dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
}
.t_o .tb form .b_dan .ttBox {
  margin-top: 13px;
  width: 100%;
}
.t_o .tb form .b_dan input,
.t_o .tb form .b_dan textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #e8e9eb;
  outline: none;
  resize: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333;
  height: 40px;
  padding-left: 15px;
}
.t_o .tb form .b_dan input::placeholder,
.t_o .tb form .b_dan input::-webkit-input-placeholder,
.t_o .tb form .b_dan textarea::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
}
.t_o .tb form .b_dan textarea {
  height: 121px;
  padding-top: 3px;
}
.t_o .tb form .int5 {
  width: 100%;
  margin-top: 9px;
}
.t_o .tb form .a-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #e8e9eb;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  position: relative;
  padding-left: 14px;
  padding-right: 15px;
}
.t_o .tb form .a-upload input {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
}
.t_o .tb form .yzm {
  position: relative;
}
.t_o .tb form .yzm input{
	padding-right: 80px;
}
.t_o .tb form .yzm span {
  width: 75px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.t_o .tb form .yzm span img {
  width: 100%;
}
.t_o .tb form .button {
  width: 48.98%;
  margin-top: 11px;
}
.t_o .tb form .button input {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid #2b368c;
  background: #2b368c;
  transition: 0.3s;
  cursor: pointer;
  padding-left: 0px;
}
.t_o .tb form .button input:hover {
  background: #fff;
  color: #2b368c;
}
.th_o {
  padding-bottom: 89px;
}
.th_o .container1 {
  padding-top: 19px;
  padding-bottom: 80px;
}
.th_o .container1 figure {
  overflow: hidden;
  margin-top: 30px;
}
.th_o .container1 .tt {
  color: #555;
}
.th_o .container1 .r_box {
  margin-top: 2.5%;
}
.th_o .container1 .imgBox {
  width: 560px;
  max-width: 43%;
  float: right;
  margin-left: 4.5%;
  margin-bottom: 10px;
}
.th_o .container1 .t1 {
  margin-top: 30px;
}
.th_o .container1 .text {
  font-size: 14px;
  color: #555555;
  margin-top: 29px;
  margin-bottom: 29px;
}
.th_o .container1 .text em {
  font-style: normal;
  font-weight: bold;
}
.th_o .container1 .t3 {
  color: #555;
}
.th_o .container1 .t3 em {
  font-style: normal;
  font-weight: bold;
  color: #2b368c;
}
.th_o .container1 figure:nth-of-type(2n) .imgBox {
  float: left;
  margin-left: 0%;
  margin-right: 5%;
}
.th_o .container1 figure:nth-of-type(2n) .r_box {
  padding-right: 3%;
  margin-top: 1.8%;
}
.th_o .b1l {
  padding-top: 7px;
}
.th_o .swiper_button .next {
  margin-left: 28px;
}
.th_o .z_n {
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
}
.th_o .t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.th_o .sw_box {
  margin-top: 35px;
}
.th_o .container3 {
  padding-top: 72px;
}
.th_o .container2 {
  padding-top: 58px;
}
.th_o .container2 .i_n {
  color: #666;
  text-align: center;
  margin-top: 14px;
}
.th_t .c0 {
  padding-top: 75px;
  padding-bottom: 90px;
}
.th_t .c0 .img1 {
  position: relative;
}
.th_t .c0 .x_bt {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 39px;
}
.th_t .c0 .box {
  color: #555;
  margin-top: 33px;
}
.th_t .c0 .c1 {
  overflow: hidden;
}
.th_t .c0 .l_box {
  width: 100%;
  margin-top: 26px;
}
.th_t .c0 .img2 {
  width: 52%;
  margin-left: 6.5%;
  float: right;
  position: relative;
}
.th_t .c0 .c2 {
  margin-top: 71px;
}
.th_t .c0 .b1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #2b368c;
  position: absolute;
  right: 26px;
  bottom: 21px;
}
.th_t .c0 .b1 strong {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2b368c;
  margin: 0px 10px;
}
.th_t1 .b1 {
  padding-top: 52px;
  display: flex;
  flex-wrap: wrap;
}
.th_t1 .b1 figure {
  width: 32.143%;
  margin-left: 1.7855%;
  margin-top: 23px;
}
.th_t1 .b1 figure:hover .s_z {
  color: #2b368c;
}
.th_t1 .b1 figure:hover .s_z a {
  color: #2b368c;
}
.th_t1 .b1 figure:hover .y_ear {
  color: #2b368c;
}
.th_t1 .b1 figure:hover .t_t {
  color: #2b368c;
}
.th_t1 .b1 figure:hover .t_t a {
  color: #2b368c;
}
.th_t1 .b1 figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.th_t1 .b1 .s_z {
  font-size: 72px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #333333;
}
.th_t1 .b1 .s_z a {
  color: #333;
}
.th_t1 .b1 .y_ear {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  margin-top: 36px;
  padding-bottom: 9px;
  transition: 0.3s;
}
.th_t1 .b1 .y_ear a {
  color: #333;
}
.th_t1 .b1 .y_ear a:hover {
  text-decoration: underline;
}
.th_t1 .b1 .y_ear::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-color: #2b368c;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.th_t1 .b1 .imgBox {
  margin-top: 29px;
}
.th_t1 .b1 .t_t {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 40px;
  min-height: 60px;
}
.th_t1 .b1 .t_t a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.th_t1 .b1 .t_t a:hover {
  text-decoration: underline;
}
.th_t1 .ob {
  background: #fff;
  padding-top: 74px;
  padding-bottom: 87px;
}
.th_t1 .ob .b_bt {
  font-size: 36px;
  color: #333;
}
.th_t1 .ob .rq {
  color: #999999;
  flex-shrink: 0;
}
.th_t1 .ob .zk_c {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #444444;
  width: 100%;
  flex: 1;
  margin: 0px 7.4%;
}
.th_t1 .ob .zk_c a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #444;
}
.th_t1 .ob .zk_c a:hover {
  color: #2b368c;
}
.th_t1 .ob .zk_box {
  border-top: 1px solid #e5e5e5;
}
.th_t1 .ob .ljgd {
  flex-shrink: 0;
  display: none;
}
.th_t1 .ob .ljgd a {
  color: #2b368c;
}
.th_t1 .ob .show figure:nth-of-type(n+8) {
  display: flex;
}
.th_t1 .ob figure {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 37px 4% 34px 2%;
  transition: 0.3s;
}
.th_t1 .ob figure:hover {
  background: rgba(43, 54, 140, 0.02);
}
.th_t1 .ob figure:hover .ljgd {
  display: block;
}
.th_t1 .ob figure:nth-of-type(n+8) {
  display: none;
}
.th_t1 .ob .zk_button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin-top: 47px;
}
.th_t1 .ob .zk_button .less {
  display: none;
}
.th_t1 .ob .zk_button span {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
}
.th_t1 .ob .zk_button span:hover {
  color: #2b368c;
}
.th_t1 .ob .zk_button span:hover::before {
  background: #2b368c;
}
.th_t1 .ob .zk_button span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 0;
}
.th_t2 .container {
  padding-top: 79px;
  padding-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.th_t2 .container .b2 {
  color: #999;
}
.th_t2 .container .b2 {
  display: flex;
  align-items: center;
  margin-top: 27px;
}
.th_t2 .container .share {
  display: flex;
  align-items: center;
  margin-left: 61px;
}
.th_t2 .container .text {
  margin-top: 24px;
}
.th_t2 .container .text em {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}
.th_t2 .container .text img {
  max-width: 100%;
}
.th_t2 .container .huanye {
  color: #666666;
  padding-top: 53px;
}
.th_t2 .container .huanye > div {
  margin-top: 10px;
}
.th_t2 .container .huanye span {
  transition: 0s;
}
.th_t2 .container .huanye a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.th_t2 .container .huanye a:hover {
  color: #2b368c;
}
.th_t2 .container .b3 {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.th_t2 .container .b1 {
  width: 64%;
}
.th_t2 .container .new {
  flex: 1;
  width: 100%;
  position: sticky;
  top: 10%;
  padding-left: 3.9%;
  padding-top: 9px;
}
.th_t2 .container .new_bt {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.th_t2 .container .b4 {
  margin-top: 23px;
  border-top: 1px solid #e5e5e5;
}
.th_t2 .container .b4 figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 26px;
  padding-bottom: 23px;
}
.th_t2 .container .b4l {
  color: #444;
}
.th_t2 .container .b4l a {
  color: #444;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.th_t2 .container .b4l a:hover {
  color: #2b368c;
}
.th_t2 .container .riq {
  color: #999999;
  margin-left: 15px;
}
.th_f .container {
  padding-bottom: 90px;
}
.th_f .zk_box {
  display: flex;
  flex-wrap: wrap;
}
.th_f figure {
  width: 32.1423%;
  margin-left: 1.78655%;
  margin-top: 50px;
}
.th_f figure:hover .v_n {
  color: #2b368c;
}
.th_f figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.th_f .imgBox {
  position: relative;
}
.th_f .show figure:nth-of-type(n+7) {
  display: block !important;
}
.th_f figure:nth-of-type(n+7) {
  display: none;
}
.th_f .zk_button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin-top: 69px;
}
.th_f .zk_button .less {
  display: none;
}
.th_f .zk_button span {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
}
.th_f .zk_button span:hover {
  color: #2b368c;
}
.th_f .zk_button span:hover::before {
  background: #2b368c;
}
.th_f .zk_button span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 0;
}
.th_f .rq {
  color: #999999;
  margin-top: 14px;
}
.th_f .v_n {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.th_f .bofangBox {
  width: 95px;
}
.f_o .b1 {
  background: #f5f5f5;
  margin-top: 72px;
  padding: 6.6% 4.6% 6.2% 4%;
}
.f_o .bi_bt {
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.f_o .stop_time {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 29px;
}
.f_o .mon {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.f_o .mon span {
  font-weight: normal;
  font-size: 30px;
}
.f_o .b1t {
  display: flex;
  justify-content: space-between;
}
.f_o .b1tr {
  margin-left: 30px;
  padding-top: 14px;
}
.f_o .up_d {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #00b23b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}
.f_o .up_d .icon {
  margin-right: 10px;
}
.f_o .up_d .up2 {
  margin-left: 20px;
}
.f_o .zhu {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 5.6%;
}
.f_o .t_s {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 28px;
}
.f_o .b2l {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #444444;
}
.f_o .b2l a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #444444;
}
.f_o .b2 {
  margin-top: 60px;
}
.f_o .zk_button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: flex-start;
  margin-top: 56px;
}
.f_o .zk_button .less {
  display: none;
}
.f_o .zk_button span {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
}
.f_o .zk_button span:hover {
  color: #2b368c;
}
.f_o .zk_button span:hover::before {
  background: #2b368c;
}
.f_o .zk_button span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 0;
}
.f_o .rq {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 11px;
}
.f_o .show figure:nth-of-type(n+6) {
  display: flex !important;
}
.f_o .box {
  margin-top: 18px;
}
.f_o .box figure:nth-of-type(n+6) {
  display: none;
}
.f_o .box figure {
  padding-top: 34px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
}
.f_o .box figure:hover .b2l a {
  color: #2b368c;
}
.f_o .box figure:hover .logo img {
  filter: none;
}
.f_o .box .logo {
  width: 21px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3px;
}
.f_o .box .logo img {
  filter: grayscale(1) brightness(0.3);
}
.f_o .c1 {
  padding-bottom: 83px;
}
.f_t .c1 {
  padding-top: 74px;
  padding-bottom: 100px;
}
.f_t .c1 .zk_button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin-top: 78px;
}
.f_t .c1 .zk_button .less {
  display: none;
}
.f_t .c1 .zk_button span {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
}
.f_t .c1 .zk_button span:hover {
  color: #2b368c;
}
.f_t .c1 .zk_button span:hover::before {
  background: #2b368c;
}
.f_t .c1 .zk_button span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 0;
}
.f_t .c1 .zk_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}
.f_t .c1 .show figure:nth-of-type(n+17) {
  display: block !important;
}
.f_t .c1 figure:nth-of-type(n+17) {
  display: none;
}
.f_t .c1 figure {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 48.9286%;
  background: #f5f5f5;
  transition: 0.3s;
  margin-left: 2.1428%;
  margin-top: 18px;
}
.f_t .c1 figure:hover {
  background-color: #ffffff;
  box-shadow: 3px 4px 57px 0px rgba(125, 140, 186, 0.15);
}
.f_t .c1 figure:hover a {
  color: #2b368c;
}
.f_t .c1 figure:hover img {
  filter: none;
}
.f_t .c1 figure a {
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 27px 13px 24px;
}
.f_t .c1 figure span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0s;
}
.f_t .c1 figure:nth-of-type(2n+1) {
  margin-left: 0%;
}
.f_t .c1 img {
  flex-shrink: 0;
  width: 21px;
  filter: grayscale(1) brightness(0.3);
  margin-left: 15px;
}
.f_th {
  padding-bottom: 80px;
}
.f_th .b1 {
  margin-top: 73px;
}
.f_th .file_box {
  padding-top: 30px;
}
.f_th .file_box a {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 31px 28px 28px 26px;
}
.f_th .file_box a:hover {
  background: #2b368c;
  color: #fff;
}
.f_th .file_box a:hover img {
  filter: grayscale(1) brightness(6);
}
.f_th .file_box span {
  transition: 0s;
}
.f_th .file_box img {
  flex-shrink: 0;
  margin-left: 20px;
  width: 21px;
}
.f_th .b2 {
  margin-top: 84px;
}
.f_th .b2 .imgBox {
  margin-top: 30px;
}
.f_f .c1 {
  padding-top: 76px;
  padding-bottom: 130px;
}
.f_f figure {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.f_f .act .bottom {
  display: block;
}
.f_f .box {
  padding-top: 17px;
}
.f_f .bottom {
  display: none;
  padding-bottom: 19px;
  color: #444;
  padding-right: 4%;
}
.f_f .zk_button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: flex-start;
  margin-top: 53px;
}
.f_f .zk_button .less {
  display: none;
}
.f_f .zk_button span {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
}
.f_f .zk_button span:hover {
  color: #2b368c;
}
.f_f .zk_button span:hover::before {
  background: #2b368c;
}
.f_f .zk_button span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 0;
}
.f_f .show figure:nth-of-type(n+9) {
  display: block !important;
}
.f_f figure:nth-of-type(n+9) {
  display: none;
}
.f_f .top {
  position: relative;
  cursor: pointer;
  padding-top: 39px;
  padding-bottom: 33px;
  padding-right: 50px;
}
.f_f .top:hover {
  color: #2b368c;
}
.f_f .top:hover p {
  color: #2b368c;
}
.f_f .top p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.f_f .top .dianji {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.f_f .top .dianji i {
  transition: 0s;
}
.f_f .active .dianji {
  transform: translateY(-50%) rotate(90deg) !important;
}
.fi_o {
  background: #fafafa;
}
.fi_o .xbt1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 35px;
}
.fi_o .xbt1::before {
  content: '';
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #cccccc;
  vertical-align: middle;
  margin-right: 21px;
}
.fi_o .b1 {
  padding-top: 56px;
  padding-bottom: 78px;
}
.fi_o .b1 .text {
  margin-top: 45px;
}
.fi_o .zk_button {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: flex-start;
  margin-top: 62px;
}
.fi_o .zk_button .less {
  display: none;
}
.fi_o .zk_button span {
  color: #333;
  position: relative;
  cursor: pointer;
  padding-bottom: 8px;
}
.fi_o .zk_button span:hover {
  color: #2b368c;
}
.fi_o .zk_button span:hover::before {
  background: #2b368c;
}
.fi_o .zk_button span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 0;
}
.fi_o .b2 {
  background: #fff;
  padding-top: 67px;
}
.fi_o .b2 .box {
  padding-top: 23px;
}
.fi_o .b2 .name {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  min-width: 42%;
}
.fi_o .b2 .number {
  color: #333333;
  flex: 1;
  margin-left: 2%;
}
.fi_o .b2 .rq {
  color: #333333;
  flex-shrink: 0;
}
.fi_o .b2 .show figure:nth-of-type(n+6) {
  display: block !important;
}
.fi_o .b2 .active .dianji {
  transform: translateY(-50%) rotate(90deg) !important;
}
.fi_o .b2 figure:nth-of-type(n+6) {
  display: none;
}
.fi_o .b2 figure {
  margin-top: 15px;
}
.fi_o .b2 .top {
  position: relative;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 97px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.fi_o .b2 .top:hover {
  color: #2b368c;
}
.fi_o .b2 .top:hover p {
  color: #2b368c;
}
.fi_o .b2 .top .dianji {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.fi_o .b2 .top .dianji i {
  transition: 0s;
}
.fi_o .b2 .zige {
  margin-left: 4.1%;
}
.fi_o .b2 .bottom {
  display: none;
}
.fi_o .b2 .bottom .bottom1 {
  background: #fafafa;
  display: flex;
  padding: 28px 3% 31px 3%;
}
.fi_o .b2 .act .bottom {
  display: block ;
}
.fi_o .b3 {
  background: #fff;
  padding-top: 76px;
  padding-bottom: 92px;
}
.fi_o .b3 .content {
  background-color: #2b368c;
  border-radius: 10px;
  padding: 38px 2.2%;
}
.fi_o .b3 .p1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
}
.fi_o .b3 .p2 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 2px;
}
.fi_o .b3 .p2 a {
  color: #fff;
}
.fi_o .b3 .p2 a:hover {
  text-decoration: underline;
}
.s_o .so_bottom {
  background: #2b368c;
  padding-top: 43px;
  padding-bottom: 41px;
}
.s_o .so_bottom .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s_o .so_bottom form {
  border-radius: 5px;
  border: solid 1px #ffffff;
  display: flex;
  width: 71%;
  margin-left: 20px;
}
.s_o .so_bottom form .yx {
  flex: 1;
  width: 100%;
  margin-left: 14px;
}
.s_o .so_bottom form .r_form {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 14px;
}
.s_o .so_bottom form .yzm {
  position: relative;
  flex-shrink: 0;
  width: 225px;
}
.s_o .so_bottom form .yzm span {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 70px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.s_o .so_bottom form .yzm span img {
  width: 100%;
  height: 100%;
}
.s_o .so_bottom form .afterBox {
  position: relative;
}
.s_o .so_bottom form .afterBox::before {
  left: 3px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.s_o .so_bottom form input,
.s_o .so_bottom form textarea {
  background-color: transparent;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  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;
  border: none;
  height: 48px;
}
.s_o .so_bottom form .t_j {
  flex-shrink: 0;
  margin: 0px 3px;
}
.s_o .so_bottom form .t_j input {
  padding-left: 0px;
  width: 76px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #2b368c;
  transition: 0.3s;
  cursor: pointer;
}
.s_o .so_bottom form .t_j input:hover {
  color: #fff;
  background: #2b368c;
}
.s_o .so_bottom form input::placeholder,
.s_o .so_bottom form input::-webkit-input-placeholder,
.s_o .so_bottom form textarea::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
}
.s_o .xbt2 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.pub1 {
  background: #2b368c;
  padding-top: 101px;
  padding-bottom: 80px;
}
.pub1 .b_bt {
  color: #fff;
  font-size: 42px;
  line-height: 44px;
}
.pub1 .b_bt a {
  color: #fff;
}
.pub1 .b_bt a:hover {
  text-decoration: underline;
}
.pub1 .b_bt a:hover span {
  text-decoration: underline;
}
.pub1 .z_x::before {
  background: #fff;
}
.pub1 .xbt {
  color: #fff;
}
.pub1 .xbt a {
  color: #fff;
}
.pub1 .xbt a:hover {
  text-decoration: underline;
}
.pub1 .box {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 22px;
}
.pub1 .box a {
  color: #fff;
}
.pub1 .box a:hover {
  text-decoration: underline;
}
.pub1 .yzm {
  position: relative;
}
.pub1 .yzm input {
  padding-right: 115px;
}
.pub1 .yzm span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 28px;
  cursor: pointer;
  right: 10px;
}
.pub1 .yzm span img {
  width: 100%;
}
.pub1 .bt {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fefefe;
}
.pub1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pub1 .l_box {
  width: 100%;
  flex: 1;
}
.pub1 .form_box {
  width: 55.9%;
  margin-left: 30px;
  padding-top: 18px;
}
.pub1 form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}
.pub1 form .form_l,
.pub1 form .form_r {
  width: 48.5%;
}
.pub1 form p {
  margin-top: 15px;
}
.pub1 form .form_r {
  margin-left: 3%;
}
.pub1 form input {
  height: 50px;
}
.pub1 form textarea {
  height: 180px;
  padding-top: 10px;
}
.pub1 form .afterBox {
  position: relative;
}
.pub1 form .afterBox::before {
  left: 3px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.pub1 form .ttBox {
  margin-top: 15px;
}
.pub1 form .ttBox::before {
  top: 10px;
  transform: none;
}
.pub1 form input,
.pub1 form textarea {
  background-color: #f2f2f2;
  border: solid 1px #cccccc;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding-left: 14px;
  width: 100%;
  resize: none;
  outline: none;
  display: block;
}
.pub1 form input::placeholder,
.pub1 form input::-webkit-input-placeholder,
.pub1 form textarea::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
.pub1 form .form_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.pub1 form .t_j {
  max-width: 100%;
  width: 150px;
  height: 50px;
  position: relative;
}
.pub1 form .t_j:hover input {
  background: #fff;
}
.pub1 form .t_j:hover .fj {
  color: #0095db;
}
.pub1 form .t_j .fj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 0px 24px;
}
.pub1 form .t_j input {
  background-color: #0095db;
  border: none;
  width: 100%;
  height: 100%;
  border: 1px solid #0095db;
  padding-left: 0px;
  transition: 0.3s;
  cursor: pointer;
}
.pub2 {
  padding-top: 56px;
  background: #fafbfe;
  padding-bottom: 84px;
}
.pub2 .b_bt {
  font-size: 36px;
}
.pub2 .pub2_bt {
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 11px;
}
.pub2 .pub2_t {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 1px;
}
.pub2 .pub2_b {
  background-color: #ffffff;
  box-shadow: 3px 4px 57px 0px rgba(125, 140, 186, 0.15);
  border-radius: 4px;
  padding: 30px 32px 27px 32px;
}
.pub2 .pub2_tt {
  margin-top: 24px;
}
.pub2 .pub2_b2,
.pub2 .pub2_b4 {
  margin-top: 20px;
  min-height: 240px;
}
.pub2 .pub2_b1,
.pub2 .pub2_b3 {
  min-height: 228px;
}
.pub2 .logo {
  width: 40px;
  flex-shrink: 0;
  margin-right: 16px;
}
.pub2 .logo img {
  width: 100%;
}
.pub2 .pub2_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 39px;
}
.pub2 .pub2_l {
  width: 23.93%;
}
.pub2 .pub2_c {
  width: 23.93%;
  margin-left: 1.5%;
}
.pub2 .pub2_r {
  width: 49%;
  margin-left: 1.64%;
}
.pub2 .pub2_l,
.pub2 .pub2_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pub2 .pub2_b4 {
  background: #2b368c;
  display: flex;
}
.pub2 .pub2_b4 .pub2_tt {
  color: #fff;
  flex: 1;
  width: 100%;
  margin-top: 0px;
  padding-top: 12px;
}
.pub2 .pub2_b4 .pub2_tt p {
  margin-top: 29px;
}
.pub2 .pub2_b4 .pub2_tt p:nth-of-type(1) {
  margin-top: 0px;
}
.pub2 .pub2_b4 em {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
}
.pub2 .bq_ewm {
  width: 124px;
  flex-shrink: 0;
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.pub2 .bq_ewm img {
  width: 100%;
}
.pub3 {
  background: #e8e9eb;
  padding-top: 65px;
  padding-bottom: 65px;
}
.pub3 .b1l {
  padding-top: 7px;
}
.pub3 .swiper_button .next {
  margin-left: 28px;
}
.pub3 .t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pub3 .mySwiper1 {
  padding: 20px 0px;
}
.pub3 .mySwiper1 .swiper-slide {
  box-shadow: 0px 5px 20px 0px rgba(43, 54, 140, 0.05);
}
.pub3 .mySwiper1 .box {
  background: #fff;
  padding: 27px 11%;
  min-height: 194px;
}
.pub3 .p_n {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.pub3 .p_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;
}
.pub3 .p_n a:hover {
  color: #2b368c;
}
.pub3 .tt {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 6px;
}
.pub3 .tt a {
  color: #666;
}
.pub3 .tt a:hover {
  color: #2b368c;
}
.pub3 .sw_box {
  margin-top: 22px;
}
.pub4 {
  background: #fafafa;
  padding-top: 110px;
  padding-bottom: 77px;
}
.pub4 .b2 {
  display: flex;
  flex-wrap: wrap;
}
.pub4 .b2 figure {
  min-width: 40%;
  margin-top: 22px;
}
.pub4 .b3 {
  color: #000;
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}
.pub4 .b3 img {
  width: 130px;
  flex-shrink: 0;
}
.pub4 .xbt {
  color: #fff;
}
.pub4 .xbt a {
  color: #fff;
}
.pub4 .xbt a:hover {
  text-decoration: underline;
}
.pub4 .box {
  color: #333;
  padding-top: 35px;
}
.pub4 .box a {
  color: #333;
}
.pub4 .box a:hover {
  color: #2b368c;
}
.pub4 .yzm {
  position: relative;
}
.pub4 .yzm input {
  padding-right: 115px;
}
.pub4 .yzm span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 28px;
  cursor: pointer;
  right: 10px;
}
.pub4 .yzm span img {
  width: 100%;
}
.pub4 .bt {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
}
.pub4 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pub4 .l_box {
  width: 100%;
  flex: 1;
}
.pub4 .form_box {
  width: 55.9%;
  margin-left: 30px;
  padding-top: 45px;
}
.pub4 form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}
.pub4 form .form_l,
.pub4 form .form_r {
  width: 48.5%;
}
.pub4 form p {
  margin-top: 15px;
}
.pub4 form .form_r {
  margin-left: 3%;
}
.pub4 form input {
  height: 50px;
}
.pub4 form textarea {
  height: 180px;
  padding-top: 10px;
}
.pub4 form .afterBox {
  position: relative;
}
.pub4 form .afterBox::before {
  left: 3px;
  position: absolute;
  content: '*';
  font-size: 20px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.pub4 form .ttBox {
  margin-top: 15px;
}
.pub4 form .ttBox::before {
  top: 10px;
  transform: none;
}
.pub4 form input,
.pub4 form textarea {
  background-color: #ffffff;
  box-shadow: 3px 4px 57px 0px rgba(125, 140, 186, 0.15);
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding-left: 14px;
  width: 100%;
  resize: none;
  outline: none;
  display: block;
  border: none;
}
.pub4 form input::placeholder,
.pub4 form input::-webkit-input-placeholder,
.pub4 form textarea::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
.pub4 form .form_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 28px;
}
.pub4 form .t_j {
  max-width: 100%;
  width: 150px;
  height: 50px;
  position: relative;
}
.pub4 form .t_j:hover input {
  background: #fff;
}
.pub4 form .t_j:hover .fj {
  color: #2b368c;
}
.pub4 form .t_j .fj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 0px 24px;
}
.pub4 form .t_j input {
  background-color: #2b368c;
  border: none;
  width: 100%;
  height: 100%;
  border: 1px solid #2b368c;
  padding-left: 0px;
  transition: 0.3s;
  cursor: pointer;
}
.bofangBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.padding_top {
  padding-top: 80px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #999999;
  width: 50%;
}
.PageNumber .page_l {
  flex: 1;
  width: 100%;
  display: flex;
}
.PageNumber a {
  width: 31px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  border: 1px solid #cccccc;
}
.PageNumber a:hover {
  color: #fff;
  background-color: #2b368c;
  border: 1px solid #2b368c;
}
.PageNumber .icon-left7,
.PageNumber .icon-right7 {
  font-size: 18px;
  border: none;
  width: auto;
  font-weight: bold;
}
.PageNumber .icon-left7:hover,
.PageNumber .icon-right7:hover {
  color: #2b368c;
  background: transparent;
  border: none;
}
.PageNumber .active {
  color: #fff;
  background-color: #2b368c;
  border: 1px solid #2b368c;
}
.PageNumber .page_r {
  width: 100px;
  height: 40px;
  background-color: #2b368c;
  border: 1px solid #2b368c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  cursor: pointer;
  position: relative;
  transform: translateX(50%);
  transition: 0.3s;
}
.PageNumber .page_r:hover {
  background: #fff;
}
.PageNumber .page_r:hover .b3 {
  color: #2b368c;
}
.PageNumber .page_r:hover i {
  color: #2b368c;
}
.PageNumber .b3 {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  pointer-events: none;
}
.PageNumber .b3 span {
  margin-right: 8px;
}
.PageNumber input {
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.PageNumber i {
  font-size: 18px;
  color: #fff;
}
footer {
  background: url('../image/f_back.jpg') no-repeat center;
  background-size: cover;
  padding-top: 74px;
  padding-bottom: 79px;
}
footer li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #8c8d93;
}
footer li a {
  color: #8c8d93;
}
footer li a:hover {
  color: #fff;
}
footer .lif {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
}
footer .xiahua {
  width: 30px;
  height: 2px;
  background-color: #0095db;
  margin: 22px 0px;
}
footer .fta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 48px;
}
footer .fta ul {
  padding-right: 10px;
}
footer .fl {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #8c8d93;
  padding-right: 20px;
  flex: 1;
  width: 100%;
  text-align: center;
}


 footer .fl .beian{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
    margin-right: 3px;
}


footer .fl a {
  color: #8c8d93;
  margin: 0px 3px;
}
footer .fl a:hover {
  color: #f2f4f6;
}
footer .ftb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
  padding-right: 20px;
}
footer .icBox a,
footer .icBox span {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  margin-top: 5px;
  cursor: pointer;
}
footer .icBox a:hover,
footer .icBox span:hover {
  background: #2b368c;
}
/* footer .icBox img {
  max-width: 60%;
  max-height: 80%;
  flex-shrink: 0;
} */
footer .icBox .wx {
  position: relative;
}
@media screen and (min-width: 992px) {
  footer .icBox .wx:hover .wximg {
    display: block;
  }
}
footer .icBox .wximg {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: auto;
  max-width: none;
  max-height: none;
}
.fy .link {
  display: none;
}
.fy .fl {
  padding-bottom: 30px;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1750px) {
  .z_x::before {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 50px;
    height: 50px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 28px;
  }
  .rightMenu .wx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .wx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
}
@media screen and (max-width: 1450px) {
  header .menuOne {
    font-size: 15px;
    margin-right: 20px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .center {
    margin-left: 30px;
  }
  header .center .lastOne {
    margin-right: 25px;
  }
  header .lianxi {
    position: relative;
    margin-right: 20px;
    padding-left: 15px;
  }
  header .pho {
    display: none;
    position: absolute;
    right: 30%;
    top: 110%;
    min-width: 100px;
    background: #fff;
    border: 1px solid #2b368c;
    padding: 10px 15px;
    border-radius: 10px;
  }
  header .pho p {
    white-space: nowrap;
  }
  header .logoBox {
    width: 185px;
  }
  header .tw_b .menu1 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  header .tw_b .menu2 {
    font-size: 15px;
    line-height: 30px;
  }
  header .tw_b .twb_r {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  header .tw_b .li1 {
    font-size: 15px;
  }
  header .tw_b .twb_l {
    min-width: 180px;
  }
  html body {
    line-height: 28px;
  }
  .padding_top {
    padding-top: 64px;
  }
  .b_bt {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .xbt {
    line-height: 26px;
    margin-top: 10px;
  }
  .swiper_button div {
    width: 46px;
    height: 46px;
  }
  .index .ban .slick-dots li button {
    margin: 0px 8px;
  }
  .index .ban .slick-dots li.slick-active button::before {
    width: 26px;
    height: 26px;
  }
  .index .ia .b1 {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
  }
  .index .ia .shuzi {
    font-size: 16px;
    line-height: 42px;
  }
  .index .ia .j-hdata1 {
    font-size: 42px;
  }
  .index .ia .b2r {
    font-size: 16px;
    line-height: 28px;
  }
  .index .ia .icon {
    width: 42px;
    height: 42px;
  }
  .index .ia .b2 {
    padding-top: 30px;
  }
  .index .ia .ial {
    padding-top: 10.8%;
  }
  .index .ia .iar {
    padding: 5.7% 0px 24% 5.1%;
  }
  .index .ib .content {
    padding-bottom: 16%;
  }
  .index .ib .bofangBox {
    width: 100px;
  }
  .index .ib .content {
    padding-top: 21%;
  }
  .index .ib .logo {
    min-height: 260px;
  }
  .index .ib .swiper_button .next {
    margin-left: 10px;
  }
  .index .ib .p_n {
    font-size: 18px;
  }
  .index .ib .buttonBox {
    margin-top: 25px;
  }
  .index .ib .buttonBox a {
    width: 180px;
    height: 46px;
  }
  .index .ib .swiper-slide {
    padding-bottom: 40px;
  }
  .index .ib .qh_box {
    margin-top: 20px;
    font-size: 16px;
  }
  .index .ib .qh_box span {
    padding-bottom: 8px;
  }
  .index .ic .bt {
    font-size: 28px;
    line-height: 32px;
  }
  .index .ic .pho {
    font-size: 28px;
    margin-top: 20px;
  }
  .index .ic .buttonBox {
    margin-top: 30px;
  }
  .index .ic .buttonBox a {
    height: 55px;
  }
  .index .ic .content {
    padding-top: 16%;
  }
  .index .ic .b1 {
    margin-top: 30px;
  }
  .index .ic .p_n {
    font-size: 20px;
    line-height: 32px;
  }
  .index .ic .j_s {
    font-size: 16px;
    line-height: 24px;
    margin-top: 3px;
  }
  .index .ic .box {
    max-width: 45%;
  }
  .index .ic figure {
    margin-top: 25px;
  }
  .index .id {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .index .id .tt {
    line-height: 24px;
    margin-top: 10px;
  }
  .index .id .swiper_button {
    margin-top: 1.5%;
  }
  .index .id .swiper_button .next {
    margin-left: 10px;
  }
  .index .ie {
    padding-top: 70px;
  }
  .index .ie .c1 {
    max-width: 1400px;
  }
  .index .ie .c1 .mySwiperTwo {
    padding: 90px 15px 90px 15px;
  }
  .index .ie .swiper-slide::before {
    right: 50%;
    transform: translateX(50%);
    width: 108%;
    height: 0%;
  }
  .index .ie .swiper-slide:hover .imgBox {
    transform: scale(1.05) translate(0%, -2px);
  }
  .index .ie .swiper-slide:hover::before {
    height: 112%;
  }
  .index .ie .s_z {
    font-size: 48px;
    line-height: 52px;
  }
  .index .ie .y_ear {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .index .ie .t_t {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .index .ie .imgBox {
    margin-top: 15px;
  }
  .index .ie .an i {
    font-size: 18px;
  }
  .index .ie .swiper-horizontal > .swiper-pagination-bullets,
  .index .ie .swiper-pagination-bullets.swiper-pagination-horizontal,
  .index .ie .swiper-pagination-custom,
  .index .ie .swiper-pagination-fraction {
    font-size: 24px;
    line-height: 32px;
  }
  .bannerBox .ban_bt {
    font-size: 38px;
    line-height: 48px;
  }
  .bannerBox .ban_xbt {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
  }
  .o_o .oa .back_text {
    font-size: 42px;
    line-height: 42px;
    top: 17%;
    max-width: 54%;
  }
  .o_o .oa .p_n {
    font-size: 28px;
    line-height: 32px;
  }
  .o_o .oa .j_s {
    line-height: 28px;
    margin-top: 10px;
  }
  .o_o .oa .button {
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .o_o .oa .button .icon {
    width: 42px;
    height: 42px;
  }
  .o_o .oa .imgBox {
    width: 42%;
  }
  .bt {
    font-size: 28px;
  }
  .o_t .oa .l_menu {
    width: 185px;
    margin-right: 55px;
  }
  .o_t .oa .l_menu .li1 {
    font-size: 16px;
    line-height: 26px;
  }
  .o_t .oa .l_menu .ul3 li {
    font-size: 15px;
    line-height: 28px;
  }
  .o_t .oa .l_menu .lib {
    font-size: 16px;
    line-height: 26px;
  }
  .o_t .oa .l_menu .b1 a {
    font-size: 12px;
    line-height: 32px;
  }
  .o_t .oa .button {
    font-size: 16px;
    line-height: 28px;
  }
  .o_t .oa .button .icon {
    width: 42px;
    height: 42px;
  }
  .o_t .oa form .box {
    padding: 20px 20px;
  }
  .o_t .oa .p_n {
    font-size: 16px;
    line-height: 26px;
  }
  .o_t .oa .p_xz {
    margin-top: 15px;
  }
  .o_t .ob .zk_c {
    font-size: 16px;
  }
  .o_t .ob .zk_button {
    font-size: 18px;
    line-height: 26px;
  }
  .o_t .oc .tt {
    font-size: 26px;
  }
  .o_t .oc .pho {
    font-size: 32px;
    margin-top: 20px;
  }
  .o_t .oc .buttonBox {
    margin-top: 30px;
  }
  .o_t .oc .buttonBox a {
    height: 55px;
  }
  .o_th .oa .b1 {
    margin-top: 5px;
  }
  .o_th .oa .share {
    margin-top: 10px;
  }
  .o_th .oa .buttonBox {
    padding-top: 10px;
  }
  .o_th .oa .buttonBox a {
    width: 160px;
    height: 44px;
  }
  .t_o .ta .text {
    margin-top: 10px;
  }
  .t_o .ta .buttonBox {
    margin-top: 20px;
  }
  .t_o .ta .buttonBox a {
    width: 230px;
    height: 46px;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .t_o .ta .buttonBox img {
    margin-right: 8px;
  }
  .t_o .tb {
    padding: 71px 4% 93px 4%;
  }
  .t_o .tb .tbl {
    width: 47%;
  }
  .t_o .tb .tb_box {
    padding-left: 0px;
    padding-top: 20px;
  }
  .t_o .tb .menu1 span {
    margin-right: 8px;
    min-width: 100px;
    height: 38px;
  }
  .t_o .tb .form_bt {
    font-size: 20px;
  }
  .th_o .container1 .r_box {
    margin-top: 0px;
  }
  .th_o .z_n {
    font-size: 16px;
    margin-top: 5px;
  }
  .th_o .swiper_button .next {
    margin-left: 10px;
  }
  .th_t .c0 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .th_t .c0 .x_bt {
    font-size: 20px;
    margin-top: 10px;
  }
  .th_t .c0 .box {
    margin-top: 12px;
  }
  .th_t .c0 .img2 {
    margin-left: 4%;
  }
  .th_t .c0 .l_box {
    margin-top: 0px;
  }
  .th_t .c0 .b1 strong {
    font-size: 42px;
  }
  .th_t .c0 .bofangBox {
    width: 100px;
  }
  .th_t1 .b1 .s_z {
    font-size: 48px;
    line-height: 52px;
  }
  .th_t1 .b1 .y_ear {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .th_t1 .b1 .t_t {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    min-height: 48px;
  }
  .th_t1 .b1 .imgBox {
    margin-top: 15px;
  }
  .th_t1 .ob .zk_c {
    font-size: 16px;
  }
  .th_t1 .ob .zk_button {
    font-size: 18px;
    line-height: 26px;
  }
  .th_t2 .container .new_bt {
    font-size: 20px;
  }
  .th_t2 .container .b4 figure {
    padding: 20px 0px;
  }
  .th_f .bofangBox {
    width: 75px;
  }
  .th_f figure {
    margin-top: 30px;
  }
  .th_f .zk_button {
    margin-top: 50px;
  }
  .th_f .zk_button {
    font-size: 18px;
    line-height: 26px;
  }
  .four .mbx {
    padding-right: 35%;
  }
  .four .menu4 {
    font-size: 16px;
  }
  .four .menu4 a {
    margin-left: 14px;
  }
  .f_o .bi_bt {
    font-size: 32px;
    line-height: 36px;
  }
  .f_o .stop_time {
    font-size: 20px;
    margin-top: 10px;
  }
  .f_o .b1tr {
    padding-top: 14px;
  }
  .f_o .up_d {
    font-size: 22px;
    margin-top: 10px;
  }
  .f_o .up_d .icon {
    margin-right: 3px;
  }
  .f_o .mon {
    font-size: 42px;
  }
  .f_o .mon span {
    font-size: 26px;
  }
  .f_o .zhu {
    margin-top: 3%;
  }
  .f_o .t_s {
    font-size: 20px;
    margin-top: 15px;
  }
  .f_o .zk_button {
    font-size: 18px;
    line-height: 26px;
  }
  .f_o .zhu {
    line-height: 20px;
  }
  .f_t .c1 .zk_button {
    font-size: 18px;
    line-height: 26px;
  }
  .f_th .file_box a {
    font-size: 20px;
    padding: 25px 20px;
  }
  .f_f .c1 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .f_f figure {
    padding-bottom: 0px;
  }
  .f_f .top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .f_f .top p {
    font-size: 20px;
  }
  .f_f .zk_button {
    font-size: 18px;
    line-height: 26px;
  }
  .fi_o .xbt1 {
    font-size: 20px;
    margin-top: 20px;
  }
  .fi_o .xbt1::before {
    width: 95px;
  }
  .fi_o .b1 .text {
    margin-top: 20px;
  }
  .fi_o .b2 .name {
    font-size: 20px;
  }
  .fi_o .zk_button {
    font-size: 18px;
    line-height: 26px;
  }
  .fi_o .b3 .p1 {
    font-size: 20px;
    line-height: 32px;
  }
  .fi_o .b3 .p2 {
    font-size: 16px;
    line-height: 28px;
  }
  .s_o .xbt2 {
    font-size: 26px;
  }
  .PageNumber {
    width: 56%;
  }
  .pub2 .pub2_bt {
    line-height: 28px;
  }
  .pub2 .pub2_t {
    font-size: 20px;
    line-height: 30px;
  }
  .pub2 .pub2_tt {
    margin-top: 15px;
  }
  .pub2 .pub2_c {
    width: 50%;
  }
  .pub2 .pub2_l {
    width: 48.5%;
  }
  .pub2 .pub2_r {
    margin-top: 20px;
    width: 100%;
    margin-left: 0%;
  }
  .pub2 .pub2_b1,
  .pub2 .pub2_b3 {
    min-height: auto;
  }
  .pub2 .pub2_b2,
  .pub2 .pub2_b4 {
    min-height: auto;
  }
  .pub1 .b_bt {
    font-size: 32px;
    line-height: 36px;
  }
  .pub1 .box {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
  }
  .pub1 .bt {
    font-size: 16px;
  }
  .pub4 .b2 figure {
    margin-top: 8px;
  }
  .pub4 .box {
    padding-top: 20px;
  }
  .pub3 .swiper_button .next {
    margin-left: 10px;
  }
  .pub3 .p_n {
    font-size: 16px;
    line-height: 24px;
  }
  .pub3 .mySwiper1 .box {
    min-height: 170px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer li {
    font-size: 15px;
    line-height: 28px;
  }
  footer .lif {
    font-size: 16px;
    line-height: 28px;
  }
  footer .xiahua {
    margin: 10px 0px;
  }
  footer .fta {
    padding-bottom: 25px;
  }
  footer .ftb {
    padding-top: 10px;
  }
  footer .ftb p {
    margin-top: 5px;
  }
  footer .fl {
    font-size: 15px;
    line-height: 24px;
    padding-right: 10px;
    padding-bottom: 0px !important;
  }
  footer .icBox {
    padding-bottom: 0px;
    padding-right: 0px;
  }
  footer .icBox a,
  footer .icBox span {
    width: 36px;
    height: 36px;
  }
}
@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: 992px) {
  .index .ib .sw_box{
    margin-top: 0px;
  }
  .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%;
  }
  .rightMenu .ph_box .phone{
      right: auto;
      top: auto;
    transform: none;
    bottom: 100%;
    display: none;
  transition: 0s;
  }
  header {
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
  }
  header .menuOne {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lianxi {
    border-left: none;
  }
  header .center {
    padding-right: 50px;
  }
  html {
    scroll-padding-top: 8%;
  }
  html body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
  .b_bt {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .xbt {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 5px !important;
  }
  .swiper_button div {
    width: 38px;
    height: 38px;
  }
  .bannerBox .ban_bt {
    font-size: 28px;
    line-height: 40px;
  }
  .bannerBox .ban_xbt {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0px;
  }
  .mbx {
    padding-top: 15px;
  }
  .four .mbx {
    padding-bottom: 10px;
  }
  .four .menu4 {
    top: 15px;
    font-size: 14px;
  }
  .four .menu4 a {
    padding-bottom: 13px;
  }
  .index .ia .b1 {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .index .ia .iar {
    padding: 5% 0px 24% 5%;
  }
  .index .ia .shuzi {
    font-size: 15px;
    line-height: 30px;
  }
  .index .ia .j-hdata1 {
    font-size: 32px;
  }
  .index .ia .b2 {
    padding-top: 15px;
  }
  .index .ia .b2r {
    font-size: 15px;
  }
  .index .ia .icon {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .index .ib .logo {
    min-height: 200px;
  }
  .index .ib .logo a {
    max-width: 90%;
  }
  .index .ib .p_n {
    font-size: 16px;
    line-height: 28px;
  }
  .index .ib .swiper-slide {
    padding-bottom: 30px;
  }
  .index .ib .buttonBox a {
    font-size: 15px;
    width: 150px;
    height: 40px;
  }
  .index .ib .qh_box {
    margin-top: 0px;
    font-size: 15px;
  }
  .index .ib .content {
    padding-bottom: 30px;
  }
  .index .ic .lianxi {
    position: relative;
    transform: none;
    width: 90%;
    margin-bottom: 25px;
  }
  .index .ic .lianxi .ma_d {
    width: 60px;
    height: 60px;
  }
  .index .ic .lianxi .ma_d i {
    font-size: 18px;
  }
  .index .ic .bt {
    font-size: 24px;
    line-height: 30px;
  }
  .index .ic .pho {
    font-size: 24px;
    margin-top: 10px;
  }
  .index .ic .buttonBox {
    margin-top: 20px;
  }
  .index .ic .buttonBox a {
    width: 160px;
    height: 46px;
  }
  .index .ic .content {
    padding-top: 0px;
  }
  .index .ic .p_n {
    font-size: 16px;
    line-height: 24px;
  }
  .index .ic .j_s {
    font-size: 15px;
    line-height: 24px;
  }
  .index .ic .icl img {
    max-height: 60px;
  }
  .index .ic .box {
    padding: 10px 4.5%;
  }
  .index .ic figure {
    margin-top: 10px;
  }
  .index .id .content {
    padding-top: 5px;
  }
  .index .id .p_n {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index .ie .s_z {
    font-size: 32px;
    line-height: 32px;
  }
  .index .ie .y_ear {
    font-size: 15px;
  }
  .index .ie .t_t {
    font-size: 15px;
    margin-top: 10px;
  }
  .index .ie .swiper-slide:hover {
    transform: translateY(-8px);
  }
  .index .ie .swiper-slide:hover .imgBox {
    transform: none;
  }
  .index .ie .swiper-slide:hover .box {
    transform: none;
  }
  .index .ie .c1 .mySwiperTwo {
    padding: 60px 15px;
  }
  .o_o .oa .p_n {
    font-size: 22px;
    line-height: 30px;
  }
  .o_o .oa .imgBox {
    width: 40%;
  }
  .o_o .oa figure {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .o_o .oa .j_s {
    line-height: 24px;
    min-height: 72px;
  }
  .o_o .oa .button {
    font-size: 15px;
  }
  .o_o .oa .button .icon {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .o_o .oa .r_box {
    width: 56%;
  }
  .o_o .oa figure:nth-of-type(2n) {
    padding-top: 20px;
  }
  .bt {
    font-size: 24px;
    line-height: 30px;
  }
  .o_t .oa {
    padding-bottom: 30px;
  }
  .o_t .oa .t_font {
    margin-top: 15px;
  }
  .o_t .oa .l_menu {
    margin-top: 30px;
    width: 100%;
  }
  .o_t .oa .l_menu .lif {
    font-size: 16px;
    display: block;
  }
  .o_t .oa .l_menu .li1 > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .o_t .oa .l_menu .ul2 {
    padding-left: 20px;
    display: none;
  }
  .o_t .oa .l_menu .ul4 {
    margin-top: 20px;
  }
  .o_t .oa .l_menu .lib {
    padding-left: 10px;
  }
  .o_t .oa .content {
    flex-direction: column-reverse;
  }
  .o_t .oa .ot_r {
    flex: none;
    padding-top: 0px;
  }
  .o_t .oa .read {
    margin-top: 15px;
  }
  .o_t .oa .button {
    font-size: 15px;
  }
  .o_t .oa .button .icon {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .o_t .oa .PageNumber {
    margin-top: 25px;
  }
  .o_t .ob {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .o_t .ob .ljgd {
    display: block;
  }
  .o_t .ob .zk_box {
    padding-top: 15px;
  }
  .o_t .ob figure {
    padding: 20px 4% 20px 2%;
  }
  .o_t .ob .zk_button {
    font-size: 16px;
    margin-top: 25px;
  }
  .o_t .oc .tt {
    font-size: 20px;
    line-height: 28px;
  }
  .o_t .oc .pho {
    font-size: 26px;
    margin-top: 15px;
  }
  .o_t .oc .buttonBox {
    margin-top: 20px;
  }
  .o_t .oc .buttonBox a {
    width: 160px;
    height: 46px;
  }
  .o_th .oa .content {
    justify-content: center;
  }
  .o_th .oa .oal {
    width: 80%;
  }
  .o_th .oa .oal .zoomPad {
    cursor: default !important;
  }
  .o_th .oa .oal .zoomPup {
    display: none !important;
  }
  .o_th .oa .oal .zoomWindow {
    display: none !important;
  }
  .o_th .oa .oal .zoomPreload {
    display: none !important;
  }
  .o_th .oa .oar {
    margin-top: 25px;
    flex: none;
    margin-left: 0px;
  }
  .o_th .ob {
    padding-top: 50px;
  }
  .o_th .ob .b3_bt {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 3px;
  }
  .o_th .ob .b2 {
    margin-top: 15px;
  }
  .o_th .ob .b3 {
    margin-top: 20px;
  }
  .o_th .ob .b3 a {
    height: 26px;
    margin-top: 8px;
  }
  .t_o .ta {
    padding-top: 0px;
  }
  .t_o .ta figure {
    margin-top: 25px;
    padding-left: 3%;
  }
  .t_o .ta .buttonBox a {
    width: 206px;
    height: 44px;
    font-size: 14px;
  }
  .t_o .ta .l_box {
    margin-right: 3%;
  }
  .t_o .ta figure:nth-of-type(2n) {
    padding-right: 3%;
  }
  .t_o .ta figure:nth-of-type(2n) .l_box {
    margin-left: 3%;
  }
  .t_o .tb {
    padding: 50px 4% 80px 4%;
    justify-content: center;
  }
  .t_o .tb .menu1 {
    margin-top: 20px;
  }
  .t_o .tb .tbl {
    width: 100%;
  }
  .t_o .tb .tbr {
    width: 100%;
  }
  .th_o .container1 .text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .th_o .container1 .t1 {
    margin-top: 15px;
  }
  .th_t .c0 .x_bt {
    font-size: 16px;
    margin-top: 8px;
  }
  .th_t .c0 .b1 {
    font-size: 16px;
    line-height: 30px;
    right: 15px;
    bottom: 3px;
  }
  .th_t .c0 .b1 strong {
    font-size: 30px;
  }
  .th_t1 .b1 {
    padding-top: 30px;
  }
  .th_t1 .b1 .s_z {
    font-size: 32px;
    line-height: 32px;
  }
  .th_t1 .b1 .y_ear {
    font-size: 15px;
  }
  .th_t1 .b1 .t_t {
    font-size: 15px;
    margin-top: 10px;
  }
  .th_t1 .ob {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .th_t1 .ob .ljgd {
    display: block;
  }
  .th_t1 .ob .zk_box {
    padding-top: 15px;
  }
  .th_t1 .ob figure {
    padding: 20px 4% 20px 2%;
  }
  .th_t1 .ob .zk_button {
    font-size: 16px;
    margin-top: 25px;
  }
  .th_t2 .container {
    padding-top: 30px;
  }
  .th_t2 .container .b1 {
    width: 100%;
  }
  .th_t2 .container .b3 {
    border: none;
    padding-right: 0px;
  }
  .th_t2 .container .text em {
    font-size: 16px;
  }
  .th_t2 .container .huanye {
    padding-top: 25px;
  }
  .th_t2 .container .new {
    flex: none;
    padding-left: 0%;
    margin-top: 30px;
  }
  .th_f .container {
    padding-bottom: 80px;
  }
  .th_f .v_n {
    font-size: 16px;
    line-height: 24px;
  }
  .th_f .zk_button {
    font-size: 16px;
    margin-top: 25px;
  }
  .f_o .bi_bt {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .f_o .stop_time {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
  .f_o .mon {
    font-size: 32px;
  }
  .f_o .mon span {
    font-size: 18px;
  }
  .f_o .up_d {
    font-size: 18px;
    margin-top: 0px;
    line-height: 26px;
  }
  .f_o .rq {
    font-size: 14px;
    margin-top: 5px;
  }
  .f_o .box figure {
    padding: 20px 0px;
  }
  .f_o .t_s {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .f_o .zk_button {
    font-size: 16px;
    margin-top: 25px;
  }
  .f_o .b2l {
    font-size: 16px;
    line-height: 24px;
  }
  .f_t .c1 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .f_t .c1 figure {
    font-size: 16px;
    line-height: 24px;
  }
  .f_t .c1 .zk_box {
    padding-top: 0px;
  }
  .f_t .c1 .zk_button {
    font-size: 16px;
    margin-top: 25px;
  }
  .f_th .file_box {
    padding-top: 15px;
  }
  .f_th .b1 {
    margin-top: 50px;
  }
  .f_th .b2 {
    margin-top: 50px;
  }
  .f_th .b2 .imgBox {
    margin-top: 15px;
  }
  .f_f .top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .f_f .zk_button {
    font-size: 16px;
    margin-top: 25px;
  }
  .fi_o .xbt1 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .fi_o .xbt1::before {
    width: 80px;
    margin-right: 10px;
  }
  .fi_o .zk_button {
    font-size: 16px;
    margin-top: 25px;
  }
  .fi_o .b2 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .fi_o .b2 .box {
    padding-top: 0px;
  }
  .fi_o .b3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .fi_o .b3 .content {
    padding: 15px 3%;
  }
  .fi_o .b3 .p1 {
    font-size: 16px;
    line-height: 24px;
  }
  .fi_o .b3 .p2 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }
  .PageNumber {
    width: 100%;
    justify-content: center;
  }
  .PageNumber .page_l {
    flex: none;
    margin-right: 10px;
    width: auto;
  }
  .PageNumber .page_r {
    transform: none;
  }
  .pub2 .pub2_bt {
    line-height: 24px;
  }
  .pub2 .pub2_b {
    padding: 15px 20px;
  }
  .pub2 .pub2_t {
    font-size: 16px;
  }
  .pub2 .logo {
    width: 36px;
  }
  .pub2 .pub2_box {
    padding-top: 15px;
  }
  .pub1 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .pub1 .content {
    justify-content: center;
  }
  .pub1 .box {
    font-size: 15px;
    line-height: 25px;
    padding-top: 0px;
  }
  .pub1 .box p {
    margin-top: 3px;
  }
  .pub1 .bt {
    font-size: 15px;
  }
  .pub1 .l_box {
    flex: none;
  }
  .pub1 .form_box {
    width: 80%;
    padding-top: 0px;
    margin-top: 15px;
  }
  .pub1 form {
    padding-top: 0px;
  }
  .pub1 form input {
    height: 38px;
  }
  .pub1 form .ttBox::before {
    top: 3px;
  }
  .pub1 form textarea {
    height: 144px;
    padding-top: 2px;
  }
  .pub1 form .t_j {
    width: 130px;
    height: 44px;
  }
  .s_o .content {
    flex-wrap: wrap;
  }
  .s_o .so_bottom {
    padding: 20px 0px;
  }
  .s_o .so_bottom .xbt2 {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .s_o .so_bottom form {
    margin-top: 15px;
    width: 100%;
  }
  .pub4 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .pub4 .l_box{
    flex: none;
  }
  .pub4 .content {
    justify-content: center;
  }
  .pub4 .b2 figure {
    min-width: 33%;
  }
  .pub4 .bt {
    font-size: 15px;
  }
  .pub4 .form_box {
    width: 80%;
    padding-top: 0px;
    margin-top: 15px;
  }
  .pub4 form {
    padding-top: 0px;
  }
  .pub4 form input {
    height: 38px;
  }
  .pub4 form .ttBox::before {
    top: 3px;
  }
  .pub4 form textarea {
    height: 144px;
    padding-top: 2px;
  }
  .pub4 form .t_j {
    width: 130px;
    height: 44px;
  }
  .pub3 {
    padding-top: 50px;
  }
  .padding_top {
    padding-top: 46px;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  footer .fta {
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
  }
  footer .fta ul {
    display: none;
  }
  footer .fta .ul6 {
    display: block;
  }
  footer .xiahua {
    margin: 5px auto;
  }
  footer li {
    font-size: 14px;
    line-height: 22px;
  }
  footer .ftb {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  footer .fl {
    margin-top: 15px;
  }
  footer .fl p {
    text-align: center;
  }
  footer .fl .link {
    display: none;
  }
  footer .icBox {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .wx > img {
    bottom: 100%;
    transform: none;
    left: 0%;
  }
 
  footer {
    padding-top: 15px;
  }
  footer .fta {
    display: none;
  }
  footer .ftb {
    padding-top: 0px;
  }
  footer .fl {
    font-size: 14px;
  }
  footer .fl p {
    margin-top: 0px;
  }
  footer .icBox a {
    margin-top: 5px;
  }
  html body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .b_bt {
    font-size: 22px !important;
    line-height: 28px !important;
    text-align: center !important;
  }
  .xbt {
    text-align: center !important;
    margin-top: 0px !important;
  }
  .xz_x {
    padding-left: 0px;
  }
  .xz_x::before {
    display: none;
  }
  .index .ban .slick-dots {
    bottom: 8%;
  }
  .index .ban .slick-dots li button {
    margin: 0px 6px;
  }
  .index .ban .slick-dots li.slick-active button::before {
    width: 20px;
    height: 20px;
  }
  .index .ia .ial {
    padding-top: 25px;
    flex: none;
  }
  .index .ia .iar {
    margin-top: 15px;
    width: 100%;
    padding: 5%;
  }
  .index .ia .b1 {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
  }
  .index .ia .shuzi {
    font-size: 14px;
    line-height: 26px;
  }
  .index .ia .j-hdata1 {
    font-size: 24px;
  }
  .index .ia .b2r {
    font-size: 14px;
  }
  .index .ia .icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .index .ia .icon i {
    font-size: 14px;
  }
  .index .ib .content {
    padding-top: 25px;
  }
  .index .ib .bofangBox {
    width: 60px;
  }
  .index .ib .img1 {
    position: relative;
    transform: none;
  }
  .index .ib .b1l {
    width: 100%;
  }
  .index .ib .b1 {
    padding-top: 25px;
    flex-wrap: wrap;
  }
  .index .ib .anniu {
    padding-left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .index .ib .logo {
    min-height: 170px;
  }
  .index .ib .swiper {
    padding: 24px 0px;
  }
  .index .ib .qh_box {
    font-size: 14px;
    line-height: 24px;
  }
  .index .ib .qh_box span {
    margin-left: 15px;
  }
  .index .ib .qh_box span:nth-of-type(1) {
    margin-left: 0px;
  }
  .index .ic .bt {
    font-size: 16px;
    line-height: 24px;
  }
  .index .ic .pho {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index .ic .buttonBox a {
    width: 144px;
    height: 40px;
    font-size: 16px;
  }
  .index .ic .b1 {
    margin-top: 15px;
  }
  .index .ic .box {
    max-width: 70%;
  }
  .index .ic .j_s {
    font-size: 14px;
    line-height: 22px;
  }
  .index .ic .icl {
    margin-right: 15px;
  }
  .index .ic .icl img {
    max-width: 28px;
  }
  .index .ic .lianxi .ma_d {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .index .id {
    padding-top: 25px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .index .id .tt {
    line-height: 22px;
    margin-top: 5px;
  }
  .index .id .r_box {
    padding: 0px 20px;
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-top: 15px;
  }
  .index .id .swiper_button {
    justify-content: center;
    margin-top: 5px;
  }
  .index .ie {
    padding-top: 25px;
  }
  .index .ie .b1 .b1l {
    width: 100%;
    padding-right: 0px;
  }
  .index .ie .anniu {
    width: 100%;
    margin-top: 5px;
  }
  .index .ie .swiper-horizontal > .swiper-pagination-bullets,
  .index .ie .swiper-pagination-bullets.swiper-pagination-horizontal,
  .index .ie .swiper-pagination-custom,
  .index .ie .swiper-pagination-fraction {
    width: auto;
  }
  .index .ie .c1 .mySwiperTwo {
    padding: 25px 0px;
  }
  .index .ie .t_t {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .index .ie .imgBox {
    margin-top: 10px;
  }
  .index .ie .s_z {
    font-size: 25px;
    line-height: 28px;
  }
  .index .ie .y_ear {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
  }
  .index .ie .y_ear::before {
    width: 50px;
  }
  .o_o .oa {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .o_o .oa .back_text {
    display: none;
  }
  .o_o .oa figure {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .o_o .oa figure .content {
    justify-content: center;
  }
  .o_o .oa .imgBox {
    width: 70%;
  }
  .o_o .oa .r_box {
    margin-top: 10px;
    width: 100%;
  }
  .o_o .oa .p_n {
    font-size: 18px;
    line-height: 26px;
  }
  .o_o .oa .j_s {
    line-height: 22px;
    min-height: 66px;
  }
  .o_o .oa .button {
    font-size: 14px;
  }
  .o_o .oa .button .icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .o_o .oa .button .icon i {
    font-size: 14px;
  }
  .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .o_t .oa .t_font {
    margin-top: 8px;
  }
  .o_t .oa .button {
    font-size: 14px;
  }
  .o_t .oa .button .icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .o_t .oa .button .icon i {
    font-size: 14px;
  }
  .o_t .oa figure {
    width: 48%;
    margin-top: 15px;
    margin-left: 4%;
  }
  .o_t .oa figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .o_t .oa figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .o_t .oa form .box {
    padding: 15px 8px;
  }
  .o_t .oa .tt {
    line-height: 22px;
    margin-top: 3px;
  }
  .o_t .oa .p_xz {
    margin-top: 10px;
  }
  .o_t .oa .l_menu .lif {
    line-height: 30px;
  }
  .o_t .ob {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .o_t .ob .zk_box {
    padding-top: 0px;
  }
  .o_t .ob .zk_button {
    font-size: 15px;
    margin-top: 15px;
  }
  .o_t .ob .zk_button span {
    padding-bottom: 2px;
  }
  .o_t .oc .content {
    padding-top: 25px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .o_t .oc .tt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .o_t .oc .pho {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
  }
  .o_t .oc .ocl {
    width: 100%;
  }
  .o_t .oc .ocr {
    width: 100%;
    margin-left: 0px;
    display: flex;
    justify-content: center;
  }
  .o_t .oc .buttonBox {
    margin-top: 10px;
  }
  .o_t .oc .buttonBox a {
    width: 144px;
    height: 40px;
    font-size: 16px;
  }
  .o_th .oa {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .o_th .oa .buttonBox {
    padding-top: 5px;
  }
  .o_th .oa .buttonBox a {
    width: 140px;
    height: 40px;
    margin-right: 15px;
  }
  .o_th .ob {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .t_o {
    padding-bottom: 30px;
  }
  .t_o .ta figure {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 15px 30px 15px !important;
  }
  .t_o .ta .l_box {
    margin-right: 0%;
    flex: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .t_o .ta .r_box {
    width: 90%;
    margin-top: 20px;
  }
  .t_o .tb {
    margin-top: 25px;
    padding: 25px 4% 30px 4%;
  }
  .t_o .tb .menu1 span {
    min-width: 84px;
    height: 32px;
  }
  .t_o .tb .form_bt {
    font-size: 18px;
    line-height: 26px;
  }
  .t_o .tb form {
    padding-top: 10px;
  }
  .t_o .tb form p {
    width: 48%;
  }
  .t_o .tb form .sel_li {
    width: 48%;
  }
  .t_o .tb form .button {
    width: 48%;
  }
  .t_o .tb form .button input {
    padding-left: 0px !important;
  }
  .t_o .tb form .a-upload {
    height: 34px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 28px;
  }
  .t_o .tb form .b_dan {
    padding-top: 5px;
  }
  .t_o .tb form .b_dan > p,
  .t_o .tb form .b_dan > div {
    margin-top: 8px !important;
  }
  .t_o .tb form .b_dan input,
  .t_o .tb form .b_dan textarea {
    font-size: 14px;
    height: 34px;
    padding-left: 8px;
  }
  .t_o .tb form .b_dan input::placeholder,
  .t_o .tb form .b_dan input::-webkit-input-placeholder,
  .t_o .tb form .b_dan textarea::placeholder {
    font-size: 14px;
    line-height: 28px;
  }
  .t_o .tb form .b_dan textarea {
    height: 80px;
    padding-top: 3px;
  }
  .th_o {
    padding-bottom: 30px;
  }
  .th_o .container1 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .th_o .container1 figure:nth-of-type(2n) .r_box {
    margin-top: 0px;
    padding-right: 0%;
  }
  .th_o .t {
    justify-content: center;
  }
  .th_o .swiper_button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  .th_o .z_n {
    font-size: 14px;
    line-height: 26px;
  }
  .th_o .sw_box {
    margin-top: 15px;
  }
  .th_o .container2 {
    padding-top: 25px;
  }
  .th_o .container2 .i_n {
    margin-top: 8px;
  }
  .th_o .container3 {
    padding-top: 25px;
  }
  .th_t .c0 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .th_t .c0 .x_bt {
    line-height: 24px;
  }
  .th_t .c0 .c1 {
    display: flex;
    flex-direction: column-reverse;
  }
  .th_t .c0 .img2 {
    width: 100%;
    margin-left: 0%;
    float: none;
    margin-top: 15px;
  }
  .th_t .c0 .c2 {
    margin-top: 30px;
  }
  .th_t .c0 .bofangBox {
    width: 60px;
  }
  .th_t1 .b1 {
    padding-top: 0px;
  }
  .th_t1 .b1 .t_t {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .th_t1 .b1 figure {
    width: 48%;
    margin-left: 4%;
  }
  .th_t1 .b1 figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .th_t1 .b1 figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .th_t1 .b1 .imgBox {
    margin-top: 10px;
  }
  .th_t1 .b1 .s_z {
    font-size: 25px;
    line-height: 28px;
  }
  .th_t1 .b1 .y_ear {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
  }
  .th_t1 .b1 .y_ear::before {
    width: 50px;
  }
  .th_t1 .ob {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .th_t1 .ob .zk_box {
    padding-top: 0px;
  }
  .th_t1 .ob .zk_button {
    font-size: 15px;
    margin-top: 15px;
  }
  .th_t1 .ob .zk_button span {
    padding-bottom: 2px;
  }
  .th_t2 .container {
    padding-bottom: 30px;
  }
  .th_t2 .container .b2 {
    margin-top: 5px;
  }
  .th_t2 .container .text {
    margin-top: 15px;
  }
  .th_t2 .container .new_bt {
    font-size: 16px;
    line-height: 24px;
  }
  .th_t2 .container .huanye {
    padding-top: 10px;
  }
  .th_t2 .container .new {
    padding-top: 0px;
  }
  .th_t2 .container .b4 {
    margin-top: 15px;
  }
  .th_t2 .container .b4 figure {
    padding: 10px 0px;
  }
  .th_f .container {
    padding-bottom: 30px;
  }
  .th_f figure {
    margin-left: 4%;
    width: 48%;
    margin-top: 25px;
  }
  .th_f figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .th_f figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .th_f .rq {
    margin-top: 8px;
  }
  .th_f .v_n {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .th_f .zk_button {
    font-size: 15px;
    margin-top: 15px;
  }
  .th_f .zk_button span {
    padding-bottom: 2px;
  }
  .f_o .bi_bt {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .f_o .c1 {
    padding-bottom: 30px;
  }
  .f_o .zk_button {
    font-size: 15px;
    margin-top: 15px;
  }
  .f_o .zk_button span {
    padding-bottom: 2px;
  }
  .f_o .b1 {
    margin-top: 25px;
  }
  .f_o .b2 {
    margin-top: 30px;
  }
  .f_o .b1tl {
    width: 100%;
  }
  .f_o .b1t {
    flex-wrap: wrap;
  }
  .f_o .b1tr {
    width: 100%;
    margin-left: 0px;
  }
  .f_o .mon {
    font-size: 24px;
  }
  .f_o .up_d {
    justify-content: flex-start;
  }
  .f_o .box {
    margin-top: 0px;
  }
  .f_t .c1 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .f_t .c1 .zk_button {
    font-size: 15px;
    margin-top: 15px;
  }
  .f_t .c1 .zk_button span {
    padding-bottom: 2px;
  }
  .f_t .c1 figure a {
    padding: 5px 10px;
  }
  .f_th {
    padding-bottom: 30px;
  }
  .f_th .file_box a {
    font-size: 14px;
    padding: 8px 12px;
  }
  .f_th .b1 {
    margin-top: 20px;
  }
  .f_th .b2 {
    margin-top: 30px;
  }
  .f_f .c1 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .f_f .top {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .f_f .top p {
    font-size: 16px;
    line-height: 24px;
  }
  .f_f .zk_button {
    font-size: 15px;
    margin-top: 15px;
  }
  .f_f .zk_button span {
    padding-bottom: 2px;
  }
  .f_f .box {
    padding-top: 5px;
  }
  .fi_o .b1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .fi_o .b1 .text {
    margin-top: 10px;
  }
  .fi_o .xbt1 {
    text-align: center;
    margin-top: 5px;
  }
  .fi_o .xbt1::before {
    display: none;
  }
  .fi_o .zk_button {
    font-size: 15px;
    margin-top: 15px;
  }
  .fi_o .zk_button span {
    padding-bottom: 2px;
  }
  .fi_o .b2 {
    padding-top: 25px;
  }
  .fi_o .b2 figure {
    margin-top: 0px;
  }
  .fi_o .b2 .top {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 40px;
  }
  .fi_o .b2 .zhize {
    width: 100%;
  }
  .fi_o .b2 .zige {
    margin-top: 10px;
    width: 100%;
    margin-left: 0%;
  }
  .fi_o .b2 .bottom .bottom1 {
    flex-wrap: wrap;
    padding: 15px 3%;
  }
  .fi_o .b3 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .PageNumber {
    line-height: 26px;
  }
  .PageNumber .icon-left7,
  .PageNumber .icon-right7 {
    font-size: 14px;
  }
  .PageNumber a {
    width: 28px;
  }
  .PageNumber i {
    font-size: 16px;
  }
  .PageNumber .b3 {
    font-size: 14px;
  }
  .PageNumber .page_r {
    width: 80px;
    height: 30px;
  }
  .four .mbx {
    padding-right: 0px;
    display: block;
    padding-bottom: 0px;
  }
  .four .mbx .mbx1 {
    display: none;
  }
  .four .menu4 {
    top: 0px;
    position: relative;
  }
  .four .menu4 a {
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 8px;
  }
  .pub2 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .pub2 .pub2_tt {
    margin-top: 5px;
  }
  .pub2 .pub2_b {
    flex: 1;
  }
  .pub2 .pub2_b4 .pub2_tt p {
    margin-top: 15px;
  }
  .pub1 .box {
    font-size: 14px;
    line-height: 22px;
  }
  .pub1 .form_box {
    margin-left: 0px;
    width: 100%;
  }
  .pub1 form p {
    margin-top: 10px;
  }
  .pub1 form .ttBox {
    margin-top: 10px;
  }
  .pub1 form .form_bottom {
    margin-top: 10px;
  }
  .pub1 form textarea {
    height: 134px;
  }
  .pub1 .bt {
    font-size: 14px;
    line-height: 20px;
  }
  .s_o .so_bottom .xbt2 {
    font-size: 20px;
    line-height: 28px;
  }
  .s_o .so_bottom form {
    flex-wrap: wrap;
    margin-left: 0px;
  }
  .s_o .so_bottom form .yx {
    flex: none;
  }
  .s_o .so_bottom form .r_form {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .s_o .so_bottom form .yzm {
    width: calc(100% - 82px);
  }
  .pub4 .box {
    padding-top: 8px;
  }
  .pub4 .form_box {
    margin-left: 0px;
    width: 100%;
  }
  .pub4 form p {
    margin-top: 10px;
  }
  .pub4 form .ttBox {
    margin-top: 10px;
  }
  .pub4 form .form_bottom {
    margin-top: 10px;
  }
  .pub4 form textarea {
    height: 134px;
  }
  .pub4 .bt {
    font-size: 14px;
    line-height: 20px;
  }
  .pub3 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .pub3 .t {
    justify-content: center;
  }
  .pub3 .swiper_button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  .pub3 .sw_box {
    margin-top: 0px;
  }
  .pub3 .tt {
    font-size: 14px;
  }
  .pub3 .mySwiper1 .box {
    padding: 15px 5%;
    min-height: 120px;
  }
  .PageNumber {
    font-size: 14px;
  }
  .PageNumber a {
    margin-right: 5px;
  }
  .PageNumber span {
    margin-left: 5px;
  }
  .PageNumber input {
    font-size: 14px;
  }
  .margin_top {
    margin-top: 68px;
  }
  .bannerBox {
    display: none;
  }
  .mbx {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .logoBox {
    width: 161px;
  }
  header .lianxi {
    display: none;
  }
  .o_t .oa figure {
    width: 100%;
    margin-left: 0% !important;
  }
  .o_t .ob figure {
    flex-wrap: wrap;
    padding: 10px 4% 10px 2%;
  }
  .o_t .ob .ljgd {
    width: 100%;
    text-align: right;
    margin-top: 8px;
  }
  .PageNumber {
    flex-wrap: wrap;
  }
  .PageNumber .page_l {
    width: 100%;
    justify-content: center;
  }
  .PageNumber .page_r {
    margin-top: 10px;
  }
  .index .ia .b2r {
    margin-top: 5px;
  }
  .o_th .oa .oal {
    width: 100%;
  }
  .o_th .oa .oal .pic-btn {
    width: 30px;
    height: 30px;
  }
  .o_th .oa .buttonBox a {
    width: 120px;
    height: 38px;
    margin-right: 10px;
  }
  .o_th .ob .b3 a {
    min-width: 48%;
    margin-right: 0px;
    margin-left: 4%;
  }
  .o_th .ob .b3 a:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .t_o .ta .r_box {
    width: 100%;
  }
  .t_o .tb .logo {
    margin-left: 0px;
    padding-top: 15px;
  }
  .t_o .tb .b2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .t_o .tb .b2 ul {
    width: 100%;
  }
  .t_o .tb .menu1 span {
    min-width: 70px;
    margin-right: 4px;
  }
  .t_o .tb form {
    padding-top: 5px;
  }
  .t_o .tb form .b_dan > p,
  .t_o .tb form .b_dan > div {
    width: 100%;
  }
  .th_o .container1 figure {
    display: flex;
    flex-direction: column-reverse;
  }
  .th_o .container1 .imgBox {
    max-width: 100%;
    width: 100%;
    float: none !important;
    margin-left: 0% !important;
    margin-right: 0px !important;
    margin-top: 15px !important;
  }
  .th_t1 .b1 figure {
    width: 100%;
    margin-left: 0% !important;
  }
  .th_t1 .ob figure {
    flex-wrap: wrap;
    padding: 10px 4% 10px 2%;
  }
  .th_t1 .ob .ljgd {
    width: 100%;
    text-align: right;
    margin-top: 8px;
  }
  .th_t2 .container .b2 {
    flex-wrap: wrap;
  }
  .th_t2 .container .share {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .th_f figure {
    width: 100%;
    margin-left: 0% !important;
  }
  .f_t .c1 figure {
    width: 100%;
    margin-left: 0% !important;
    margin-top: 10px;
  }
  .fi_o .b2 .top {
    flex-wrap: wrap;
  }
  .fi_o .b2 .name {
    width: 100%;
  }
  .pub2 .pub2_l {
    width: 100%;
  }
  .pub2 .pub2_c {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  .pub2 .pub2_b4 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pub2 .pub2_b4 .pub2_tt {
    flex: none;
    padding-top: 0px;
  }
  .pub2 .bq_ewm {
    margin-left: 0px;
    margin-top: 10px;
  }
  .pub1 form .form_l,
  .pub1 form .form_r {
    width: 100%;
    margin-left: 0% !important;
  }
  .pub1 form .t_j {
    width: 120px;
    height: 38px;
  }
  .pub4 .b2 figure {
    min-width: 50%;
  }
  .pub4 form .form_l,
  .pub4 form .form_r {
    width: 100%;
    margin-left: 0% !important;
  }
  .pub4 form .t_j {
    width: 120px;
    height: 38px;
  }
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../font/Poppins-Light.eot');
  src: url('../font/Poppins-Light.eot') format('embedded-opentype'), url('../font/Poppins-Light.woff2') format('woff2'), url('../font/Poppins-Light.woff') format('woff'), url('../font/Poppins-Light.ttf') format('truetype'), url('../font/Poppins-Light.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Regular';
  font-display: swap;
  src: url('../font/Montserrat-Regular.eot');
  src: url('../font/Montserrat-Regular.eot') format('embedded-opentype'), url('../font/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat-Regular.woff') format('woff'), url('../font/Montserrat-Regular.ttf') format('truetype'), url('../font/Montserrat-Regular.svg') format('svg');
}
@font-face {
  font-family: "iconfont";
  font-display: swap;
  /* Project id 4160138 */
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xiangshang1:before {
  content: "\e62c";
}
.icon-xiangshang:before {
  content: "\e66b";
}
.icon-xiangxia1:before {
  content: "\e66c";
}
.icon-fasong:before {
  content: "\e627";
}
.icon-xiangshang4-copy:before {
  content: "\ecdd";
}
.icon-xiangshang4:before {
  content: "\e795";
}
.icon-tiktok:before {
  content: "\ecdc";
}
.icon-icon_TikTok-square:before {
  content: "\e626";
}
.icon-guge:before {
  content: "\e65c";
}
.icon-a-dianhua2:before {
  content: "\eb3c";
}
.icon-wodekefu:before {
  content: "\e68b";
}
.icon-huidaodingbu:before {
  content: "\e669";
}
.icon-duihao:before {
  content: "\eaf1";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-jiantou_xiangzuo:before {
  content: "\eb0a";
}
.icon-jiantou_qiehuanzuo2:before {
  content: "\eb06";
}
.icon-jiantou_qiehuanyou:before {
  content: "\e623";
}
.icon-shijian1:before {
  content: "\e61f";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-weixin:before {
  content: "\e619";
}
.icon-dizhi2:before {
  content: "\e61d";
}
.icon-homepage_fill:before {
  content: "\e702";
}
.icon-shujuzhiliang:before {
  content: "\e618";
}
.icon-Tags:before {
  content: "\e667";
}
.icon-dianhua3:before {
  content: "\e693";
}
.icon-tubiaoku03:before {
  content: "\e617";
}
.icon-15fenzhongxiangying:before {
  content: "\e692";
}
.icon-zuanshi_o:before {
  content: "\eb70";
}
.icon-yanfa:before {
  content: "\e632";
}
.icon-zhengshu:before {
  content: "\e66e";
}
.icon-changjiantou-copy-copy-copy:before {
  content: "\e60d";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-WeChat:before {
  content: "\e62f";
}
.icon-zhiding:before {
  content: "\e704";
}
.icon-skype2:before {
  content: "\ea04";
}
.icon-email2:before {
  content: "\e634";
}
.icon-whatsapp2:before {
  content: "\e60e";
}
.icon-jiantou_qiehuanzuo1:before {
  content: "\e6eb";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-biaoqian1:before {
  content: "\e629";
}
.icon-feiji:before {
  content: "\e6ae";
}
.icon-xiazai:before {
  content: "\e64b";
}
.icon-home1:before {
  content: "\e60b";
}
.icon-kehuishouwu-bolilei:before {
  content: "\e63f";
}
.icon-dianhua2:before {
  content: "\e61c";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-sanjiaoleft-copy:before {
  content: "\eb8e";
}
.icon-sanjiaoleft:before {
  content: "\e609";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tuandui:before {
  content: "\e62d";
}
.icon-renzhengpeizhi:before {
  content: "\e612";
}
.icon-jichusheshi:before {
  content: "\e670";
}
.icon-dianji-shouzhi:before {
  content: "\e60a";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-facebook1:before {
  content: "\eb8d";
}
.icon-douyin:before {
  content: "\e6b0";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}
.icon-dizhi1:before {
  content: "\e64a";
}
.icon-home-fill:before {
  content: "\e622";
}
.icon-message1:before {
  content: "\e6b5";
}
.icon-message2:before {
  content: "\e660";
}
.icon-jiantou:before {
  content: "\e638";
}
.icon-jiantou-copy:before {
  content: "\eb91";
}
.icon-up2:before {
  content: "\e721";
}
.icon-shubiao1:before {
  content: "\e662";
}
.icon-diqiu:before {
  content: "\e62e";
}
.icon-jiantou_xiangyou:before {
  content: "\eb08";
}
.icon-dianhua1:before {
  content: "\e61b";
}
.icon-dingzhijiaju:before {
  content: "\e61a";
}
.icon-shenhe:before {
  content: "\e64f";
}
.icon-dianhua:before {
  content: "\e71a";
}
.icon-daohangdizhi:before {
  content: "\e65f";
}
.icon-calendar2:before {
  content: "\e606";
}
.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}
.icon-fangda:before {
  content: "\e835";
}
.icon-calculation:before {
  content: "\e6ca";
}
.icon-chizi:before {
  content: "\e645";
}
.icon-chuangyejidi:before {
  content: "\e650";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-yuangongfuzeren:before {
  content: "\e62a";
}
.icon-gongchang:before {
  content: "\e98e";
}
.icon-dizhi:before {
  content: "\e652";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-appquality:before {
  content: "\e69b";
}
.icon-yuangong:before {
  content: "\e64e";
}
.icon-skype-fill:before {
  content: "\e882";
}
.icon-kexuejishu-:before {
  content: "\e9be";
}
.icon-zu:before {
  content: "\e613";
}
.icon-zuojiantou:before {
  content: "\e75c";
}
.icon-yuyan:before {
  content: "\e684";
}
.icon-shijian:before {
  content: "\e6c8";
}
.icon-jingyanfankui1:before {
  content: "\e665";
}
.icon-funengkejiyanfa:before {
  content: "\e64d";
}
.icon-shubiao:before {
  content: "\e89d";
}
.icon-icon_37:before {
  content: "\e60c";
}
.icon-xiangxia:before {
  content: "\e666";
}
.icon-wodedingdan2:before {
  content: "\e651";
}
.icon-zhiliangrenzheng:before {
  content: "\e65e";
}
.icon-tuanduishezhi:before {
  content: "\e604";
}
.icon-035meijin:before {
  content: "\e7d1";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-zhuanwan:before {
  content: "\e603";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-zhedie2:before {
  content: "\e621";
}
.icon-shouji:before {
  content: "\e658";
}
.icon-rili:before {
  content: "\e8b4";
}
.icon-youxiang:before {
  content: "\e664";
}
.icon-yingguoguoqi:before {
  content: "\e63e";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c4";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-fax1:before {
  content: "\e7ca";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-phone2:before {
  content: "\e7d0";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.icon-shangchuan:before {
  content: "\e602";
}
.icon-top2:before {
  content: "\e637";
}
.icon-biaoqian:before {
  content: "\e649";
}
.icon-home:before {
  content: "\e624";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}

.PageNumber_box{
	width: 100%;
}