@import url('swiper-bundle.min.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5S;
  scroll-behavior: smooth;
  height: 100%;
}
html::-webkit-scrollbar {
  /* width: 0px; */
}
html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: HelveticaLTStd-Roman, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  position: relative;
  background-color: #fff;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
  outline: none !important;
}
html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 60px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 9999;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span,
.rightMenu > div {
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #123270;
}
.rightMenu > a a,
.rightMenu > span a,
.rightMenu > div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightMenu > a i,
.rightMenu > span i,
.rightMenu > div i {
  font-size: 21px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover,
.rightMenu > div:hover {
  background-color: #123270;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i,
.rightMenu > div:hover i {
  color: #fff;
}
.rightMenu > a:nth-of-type(1) i {
  font-size: 23px;
}
.rightMenu .goTop > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .goTop > a i {
  font-size: 22px;
}
.rightMenu .wx {
  cursor: pointer;
  position: relative;
}
.rightMenu .wx > img {
  display: none;
  position: absolute;
  right: 100%;
}
@media screen and (min-width: 992px) {
  .rightMenu .wx:hover > img {
    display: block;
  }
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #123270;
  right: 2.5%;
  top: 13px;
  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;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  max-width: 1920px;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
}
header .head_box {
  display: flex;
  align-items: center;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
  margin-left: 76px;
}
header .logoBox {
  width: 194px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  font-family: 'HelveticaLTStd-Bold';
}
header .menuOne.active > a::after {
  width: 40px !important;
}
header .menuOne.menuactive > a {
  font-family: 'HelveticaLTStd-Bold';
}
header .menuOne.menuactive > a::after {
  width: 40px !important;
}
header .menuOne {
  font-family: 'HelveticaLTStd-Roman';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  margin-right: 40px;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 36px 0px 38px;
}
header .menuOne > a::before {
  content: attr(title);
  font-family: 'HelveticaLTStd-Bold';
  display: block;
  height: 0px;
  visibility: hidden;
}
header .menuOne > a::after {
  content: '';
  width: 0px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  max-width: 100%;
}
header .menuOne > a:hover {
  font-family: 'HelveticaLTStd-Bold';
}
header .menuOne > a:hover::after {
  width: 40px;
}
header .menuOne .active > a {
  color: #123270;
  background: #eeeeee;
}
header .menuOne .menuactive > a {
  color: #123270;
  background: #eeeeee;
}
header .lastOne {
  margin-right: 57px !important;
}
header .head_boxl {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 27px;
}
header .sousuo {
  position: relative;
  margin-right: 5px;
}
header .sousuo i {
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
header .sousuo i:hover {
  transform: translateY(-3px);
}
header .sousuo form {
  display: none;
  overflow: hidden;
  height: 35px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #ffffff;
  position: absolute;
  top: 110%;
  right: 0px;
  z-index: 2;
}
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: #123270;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: #fff;
}
header .ul {
  width: 230px;
  position: absolute;
  display: none;
}
header .ul li a{white-space: normal;}
header .ul li {
  border-bottom: 1px solid #e3e3e3;
}
header .menuTwo:nth-of-type(1) {
  margin-top: 0px;
}
header .menuTwo {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .menuTwo a {
  color: #333;
  display: block;
  padding: 14px 26px 9px;
  white-space: nowrap;
}
header .menuTwo a:hover {
  color: #123270;
  background: #eeeeee;
}
header .ul2 {
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul2 div {
  background: #fff;
}
header .ul3 {
  left: 100%;
  padding-left: 5px;
  top: 0;
}
header .ul3 div {
  background: #fff;
}
.fyhead .menuOne > a {
  padding: 25px 0px;
}
.fyhead .menuOne > a::after {
  bottom: 15px;
}
.big_title {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #123270;
}
.small_title {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  z-index: 1;
}
.title_describe {
  color: #666;
  text-align: center;
  margin-top: 14px;
}
.title_describe a {
  color: #666;
}
.title_describe a:hover {
  color: #123270;
}
.buttonBox a {
  width: 180px;
  height: 61px;
  background-color: #123270;
  border: 1px solid #123270;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; text-transform:uppercase;
}
.buttonBox a:hover {
  background: #fff;
  color: #123270;
}
.buttonBox1 .iconfont {
  margin-left: 30px;
  font-size: 22px;
}
.buttonBox1 a {
  width: 200px;
}
.buttonBox1 span {
  transition: 0s; text-transform:uppercase;
}
.bfBox {
  position: absolute;
  left: 50%;
  top: 59%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.index .ban{
	position: relative;
}
.index .zz{
	background: rgba(18, 50, 112, 0.7);
	position: absolute;
	width: 696px;
	max-width: 90%;
	left: 50%;
	top: 53.5%;
	transform: translate(-50%,-50%);
	padding: 42px 3% 52px;
}
.index .slideItem:nth-of-type(3) .zz{
	width: 1230px;
}
.index .zz .buttonBox{
	display: flex;
	justify-content: center;
	margin-top: 39px;
}
.index .zz .buttonBox a{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.index .zz .buttonBox a:hover{
	background: #123270;
}
.index .ban .zz .banner_bt{
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}
.index .ban .bofangBox{
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%,-50%);
}
.index .i7 .bofangBox,.fuo .fuo3 .imgBox .bofangBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index .ban .banner_bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  top: 44.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;    width: 100%;
}

.index .ban .banner_bt a span{
	font-size: 30px;
	font-family: HelveticaLTStd-Roman;
	transition: 0s;
}
.index .ban .banner_bt a {
  color: #fff;
}
.index .ban .banner_bt a:hover {
 text-decoration: underline;
}
.index .ban .banner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index .ban .banner .carouse {
  max-height: 920px;
  overflow: hidden;
}
.index .ban .banner .slideItem {
  position: relative;
}
.index .ban .banner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index .ban .banner 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%);
  width: 100%;
	height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
}
.index .ban .banner .dotList {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
}
.index .ban .banner .dotList ul {
  text-align: center;
}
.index .ban .banner .dotList ul li {
  position: relative;
  margin: 0 7px;
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  border-radius: 5px;
  transition: 0.3s;
}
.index .ban .banner .dotList ul li.active {
  width: 45px;
}
.index .ban .banner.hide {
  display: none;
}
.index .ban .banner .carousel-control.left {
  left: 55px;
  width: 62px;
  height: 62px;
  background-position: -35px 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.index .ban .banner .carousel-control.right {
  right: 55px;
  width: 62px;
  height: 62px;
  background-position: -35px 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .index .ban .banner {
    display: block;
  }
  .index .ban .banner .dotList {
    bottom: 10px;
  }
  .index .ban .banner .dotList ul li {
    margin: 0 5px;
  }
  .index .ban .banner.hide {
    display: block;
  }
  .index .ban .n-banner {
    display: none;
  }
  .index .ban .banner .slideItem {
    overflow: hidden;
  }
  .index .ban .banner video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index .ban .slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index .ban .slide .slideItem .banner-img {
  width: 100%;
  cursor: pointer;
}
.index .ban .slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}
.index .ban .slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}
.index .ban .slide .dotList {
  text-align: center;
  margin-top: 20px;
}
.index .ban .slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.index .ban .slide .dotList ul li.active {
  background-position: 0 0;
}
.index .ban .slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
  display: none !important;
}
.index .ban .slide .carousel-control.left {
  left: 0;
  background-position: 0;
  cursor: pointer;
}
.index .ban .slide .carousel-control.right {
  right: 0;
  background-position: 0;
  cursor: pointer;
}
.index .ban .slide .slidedetail {
  display: none;
}
.index .ban .imgtoVideo img {
  width: 100%;
}
.index .ban .imgtoVideo > div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}
.index .ban .imgtoVideo > div:hover .imgtoVideoDetail {
  display: block;
}
.index .ban .imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none;
}
.index .ban .imgtoVideo .imgtoVideoDetail > div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}
.index .ban .imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}
.index .ban .imgtoVideo .tovideo .imgtoVideoDetail > div {
  background: #0c2d47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}
.index .ban .imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}
.index .ban .contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}
.index .ban #picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%;
}
.index .ban #picturetoVideo .carouse .slideItem > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.index .ban #picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto;
}
.index .ban .closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}
.index .ban .slide .slide-count {
  display: none;
}
.index .i1 {
  padding-top: 89px;
  padding-bottom: 92px;
}
.index .i1 .swiper-slide {
  background-color: #f7f8fc;
  height: auto;
  transition: 0.3s;
}
.index .i1 .swiper-slide:hover {
  background-color: #ffffff;
  box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
}
.index .i1 .swiper-slide img {
  width: 100%;
  height: auto;
}
.index .i1 .series_name {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.index .i1 .series_name a {
  color: #333;

}
.index .i1 .series_name a:hover {
  color: #123270;
}
.index .i1 .describe {
  font-family: 'HelveticaLTStd-Roman';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
  text-align: center;
  margin-top: 12px;
}
.index .i1 .describe a {
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .i1 .describe a:hover {
  color: #123270;
}
.index .i1 .mySwiperI1 {
  padding: 42px 24px;
}
.index .i1 .box {
  padding: 9px 10px 36px;
}
.index .i1 .sw_box {
  position: relative;
}
.index .i1 .sw_button div {
  width: 45px;
  height: 60px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  color: #999999;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index .i1 .sw_button div:hover {
  color: #fff;
  background: #123270;
  border: 1px solid #123270;
}
.index .i1 .sw_button .prev {
  left: 8.75%;
}
.index .i1 .sw_button .next {
  right: 8.75%;
}
.index .i1 .buttonBox {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.index .i2 {
  overflow: hidden;
  background: #f7f8fc;
}
.index .i2 .img1 {
  float: left;
  width: 50%;
}
.index .i2 .bt_box {
  position: relative;
  z-index: 1;
}
.index .i2 .big_title {
  text-align: left;
}
.index .i2 .bt_back {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 114px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 102px;
  letter-spacing: 0px;
  -webkit-text-stroke: 1px rgba(51, 51, 51, 0.1);
  color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  z-index: -1;
}
.index .i2 .box {
  margin-left: calc(50% + 120px);
  margin-top: 11%;
}
.index .i2 .describe {
  font-size: 18px;
  color: #333;
  margin-top: 22px;
}
.index .i2 .describe a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.index .i2 .describe a:hover {
  color: #123270;
}
.index .i2 .text {
  margin-top: 61px;
}
.index .i2 .text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666;
}
.index .i2 .text a:hover {
  color: #123270;
}
.index .i2 .buttonBox {
  margin-top: 37px;
}
.index .i3 {
  padding-top: 88px;
  padding-bottom: 104px;
  background: url('../img/index_ib.png') no-repeat center bottom;
  background-size: 100% auto;
}
.index .i3 figure {
  width: 48.57%;
  min-height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 18px 90px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
  margin-left: 2.86%;
  margin-top: 43px;
}
.index .i3 figure:nth-of-type(2n+1) {
  margin-left: 0px;
}
.index .i3 .title {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
}
.index .i3 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .i3 .title a:hover {
  color: #123270;
}
.index .i3 .text {
  margin-top: 15px;
}
.index .i3 .text a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index .i3 .text a:hover {
  color: #123270;
}
.index .i3 .figure_boxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 34px;
}
.index .i3 .buttonBox {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.index .i3 .buttonBox a {
  border: 1px solid #fff;
  background: #123270;
  color: #fff;
}
.index .i3 .buttonBox a:hover {
  background: #fff;
  color: #123270;
  border: 1px solid #123270;
}
.index .i4 {
  background: url('../img/index_id.png') no-repeat right bottom;
  background-size: 100% auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 98px;
}
.index .i4 .big_title {
  text-align: left;
}
.index .i4 .l_box {
  width: 100%;
  flex: 1;
  padding-right: 2%;
  padding-top: 52px;
}
.index .i4 .r_box {
  width: 50%;
}
.index .i4 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 37px;
}
.index .i4 .text a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666;
}
.index .i4 .text a:hover {
  color: #123270;
}
.index .i4 .buttonBox {
  margin-top: 49px;
}
.index .i4 .buttonBox a {
  border: 1px solid #123270;
  color: #123270;
  background: transparent;
}
.index .i4 .buttonBox a:hover {
  background: #123270;
  color: #fff;
}
.index .grey_box {
  background: #f2f3f5;
}
.index .i5 {
  padding-top: 100px;
}
.index .i5 .sw_button {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.index .i5 .sw_button div {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  transition: 0.3s;
  cursor: pointer;
}
.index .i5 .sw_button div:hover {
  color: #fff;
  background: #123270;
}
.index .i5 .imgBox {
  width: 50%;
  position: relative;
}
.index .i5 .sw_box {
  position: relative;
}
.index .i5 .swiper-slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index .i5 .box {
  width: 100%;
  flex: 1;
  padding-left: 4.3%;
  padding-top: 60px;
  padding-bottom: calc(60px + 4%);
}
.index .i5 .bt1 {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #123270;
}
.index .i5 .bt1 a {
  color: #123270;text-transform:uppercase;
}
.index .i5 .bt1 a:hover {
  color: #333;
}
.index .i5 .bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.index .i5 .bt 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 .i5 .bt a:hover {
  color: #123270;
}
.index .i5 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 24px;
}
.index .i5 .text 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 .i5 .text a:hover {
  color: #123270;
}
.index .i5 .link {
  color: #123270;
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
}
.index .i5 .link a {
  color: #123270;
  display: flex;
  align-items: center;text-transform:uppercase;
}
.index .i5 .link a:hover {
  color: #333;
}
.index .i5 .link i {
  transition: 0s;
  font-size: 36px;
  margin-right: 3px;
}
.index .i6 {
  padding-top: 86px;
  overflow: hidden;
}
.index .i6 .title_describe {
  margin-top: 23px;
}
.index .i6 .mySwiperI3 {
  overflow: initial;
}
.index .i6 .swiper-slide {
  height: auto;
  background: #fff;
  padding: 37px 40px 25px;
}
.index .i6 .title {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 21px;
}
.index .i6 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .i6 .title a:hover {
  color: #123270;
}
.index .i6 .sw_button div {
  font-size: 28px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
}
.index .i6 .sw_button div:hover {
  color: #123270;
}
.index .i6 .sw_button .prev {
  left: -2%;
}
.index .i6 .sw_button .next {
  right: -2%;
}
.index .i6 .sw_box {
  position: relative;
  margin-top: 38px;
}
.index .i7 {
  padding-top: 85px;
}
.index .i7{}
.index .i7 .big_title {
  text-align: left;
  width: 55%;
}
.index .i7 .bt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index .i7 .buttonBox {
  margin-top: 35px;
}
.index .i7 .imgBox {
  position: relative;
  box-shadow: 0px 18px 68px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 57px;
}
.index .i8 {
  padding-top: 94px;
  padding-bottom: 100px;
}
.index .i8 .box1_l {
  width: 66.1428%;
}
.index .i8 .box1_l .imgBox {
  position: relative;
}
.index .i8 .box1_l .time {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i8 .box1_l .title {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i8 .box1_l .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .i8 .box1_l .title a:hover {
  color: #123270;
}
.index .i8 .box1 {
  display: flex;
  margin-top: 48px;
}
.index .i8 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 17px 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index .i8 .box1_r {
  width: 100%;
  flex: 1;
  margin-left: 1.295%;
  background: #fff;
}
.index .i8 .box1_r .time {
  margin-top: 7px;
}
.index .i8 .box2 {
  padding: 21px 40px 0px;
}
.index .i8 .title {
  font-family: 'HelveticaLTStd-Roman';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.index .i8 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .i8 .title a:hover {
  color: #123270;
}
.index .i8 .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}
.index .i8 figure {
  background: #fff;
  width: 32.47%;
  margin-left: 1.295%;
  margin-top: 14px;
  padding: 31px 37px 28px;
  transition: 0.3s;
}
.index .i8 figure:hover {
  background: #123270;
}
.index .i8 figure:hover .time {
  color: #fff;
}
.index .i8 figure:hover .title {
  color: #fff;
}
.index .i8 figure:hover .title a {
  color: #fff;
}
.index .i8 figure:hover .text {
  color: #fff;
}
.index .i8 figure:hover .text a {
  color: #fff;
}
.index .i8 figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.index .i8 .box3 {
  display: flex;
  flex-wrap: wrap;
}
.index .i8 .box3 .time {
  line-height: 20px;
  color: #123270;
}
.index .i8 .text {
  color: #999;
  line-height: 24px;
  margin-top: 18px;
}
.index .i8 .text a {
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .i8 .text a:hover {
  color: #123270;
}
.oo .grey_box {
  background: #f6f7fb;
  padding-top: 70px;
  padding-bottom: 100px;
}
.oo .grey_box .buttonBox {
  margin-top: 29px;
}
.oo .grey_box .buttonBox span {
  width: 180px;
  height: 60px;
  background-color: #123270;
  border: 1px solid #123270;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s; text-transform:uppercase;
}
.oo .grey_box .buttonBox span:hover {
  background: #fff;
  color: #123270;
}
.oo .grey_box .buttonBox .less {
  display: none;
}
.oo .bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.oo .xbt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.oo .text_box {
  margin-top: 12px;
  -webkit-mask-image: linear-gradient(black 60%, transparent);
  height: 185px;
  overflow: hidden;
}
.oo .text_box strong {
  font-family: 'HelveticaLTStd-Bold';
  /*font-size: 24px;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #5e5e5f;
}
.oo .text_box h2{ font-size:18px;}
.oo .text_box em {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}
.oo .text_box em::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  margin-right: 3px;
}
.oo .show.text_box {
  height: auto;
  -webkit-mask-image: initial;
}
.oo .oo_container {
  padding-top: 56px;
  padding-bottom: 107px;
}
.oo .menu {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 22px;
  overflow: auto;
}
.oo .menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.oo .menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}
.oo .menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.oo .menu a {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  flex-shrink: 0;
  min-width: 260px;
  min-height: 50px;
  background-color: #eeeeee;
  border-radius: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  margin-right: 12px;
}
.oo .menu a:hover {
  background: #123270;
  color: #fff;
}
.oo .menu .active{
  background: #123270;
  color: #fff;
}
.oo form {
  display: flex;
  flex-wrap: wrap;
}
.oo form figure {
  width: 31.785%;
  margin-left: 2.3225%;
  margin-top: 48px;
  padding-bottom: 4px;
}
.oo form figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.oo form .imgBox {
  background: #f7f8fc;
  transition: 0.3s;
}
.oo form .imgBox:hover {
  background-color: #ffffff;
  box-shadow: 0px 18px 90px 0px rgba(0, 0, 0, 0.1);
}
.oo form .title {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 13px;
}
.oo form .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo form .title a:hover {
  color: #123270;
}
.oo form input {
  border-radius: 4px;
  border: none;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.oo form .box {
  width: 177px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #cccccc;
  padding-left: 6px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  margin: 15px auto 0px;
}
.oo form .box:hover {
  background: #123270;
}
.oo form .box:hover a {
  color: #fff;
}
.oo form .box a {
  color: #666;
}
.oo .PageNumber {
  margin-top: 64px;
}
.ot .ot1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 76px;
}
.ot .ot1 .ot1_l {
  width: 39.286%;
  position: relative;
}
.ot .ot1 .ot1_l img {
  transition: 0s;
}
.ot .ot1 .ot1_l .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot .ot1 .ot1_l .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ot .ot1 .ot1_l .zoomPup {
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.ot .ot1 .ot1_l .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.ot .ot1 .ot1_l .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.ot .ot1 .ot1_l .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.ot .ot1 .ot1_l .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ot .ot1 .ot1_l .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.ot .ot1 .ot1_l .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.ot .ot1 .ot1_l .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.ot .ot1 .ot1_l .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.ot .ot1 .ot1_l .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
.ot .ot1 .ot1_l .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.ot .ot1 .ot1_l .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.ot .ot1 .ot1_l .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.ot .ot1 .ot1_l .pic-small {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 19px;
}
.ot .ot1 .ot1_l .pic-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 36px;
  color: #999;
  cursor: pointer;
  z-index: 9;
  width: 50px;
  height: 100%;
  background: #f7f8fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: none;
}
.ot .ot1 .ot1_l .pic-btn.prev {
  left: 0%;
}
.ot .ot1 .ot1_l .pic-btn.next {
  right: 0%;
}
.ot .ot1 .ot1_l .pic-btn:hover {
  color: #fff;
  background: #123270;
}
.ot .ot1 .ot1_l .pic-list {
  overflow: hidden;
  width: calc(100% - 118px);
  margin: 0 auto;
}
.ot .ot1 .ot1_l .pic-list ul {
  width: 1000%;
  display: flex;
}
.ot .ot1 .ot1_l .list-item {
  position: relative;
  width: 2.3%;
  flex-shrink: 0;
  margin-right: 0.24%;
}
.ot .ot1 .ot1_l .item-pics,
.ot .ot1 .ot1_l .pic-list .item-video {
  display: block;
  position: relative;
}
.ot .ot1 .ot1_l .item-pics::before,
.ot .ot1 .ot1_l .pic-list .item-video::before {
  opacity: 0.3;
  background: #fff;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: 0.3s;
}
.ot .ot1 .ot1_l .item-pics img,
.ot .ot1 .ot1_l .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ot .ot1 .ot1_l .item-pics.zoomThumbActive:before,
.ot .ot1 .ot1_l .item-video.active:before {
  left: -8px;
}
.ot .ot1 .ot1_l .m-propic2 {
  display: none;
}
.ot .ot1 .ot1_l .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ot .ot1 .ot1_l .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 78.75%;
  height: 0;
}
.ot .ot1 .ot1_l .provideo-box .provideo iframe,
.ot .ot1 .ot1_l .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ot .ot1 .ot1_l .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.ot .ot1 .ot1_l .item-pics:hover,
.ot .ot1 .ot1_l .item-pics.active,
.ot .ot1 .ot1_l .item-video:hover,
.ot .ot1 .ot1_l .item-video.active {
  opacity: 1;
}
.ot .ot1 .ot1_l .item-pics:hover::before,
.ot .ot1 .ot1_l .item-pics.active::before,
.ot .ot1 .ot1_l .item-video:hover::before,
.ot .ot1 .ot1_l .item-video.active::before {
  opacity: 0;
}
.ot .ot1 .ot1_r {
  width: 100%;
  flex: 1;
  margin-left: calc(40px + 3%);
  display: flex;
  padding-top: 13px;
  padding-bottom: 5px;
  flex-direction: column;
  justify-content: space-between;
}
.ot .ot1 .bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.ot .ot1 .buttonBox {
  display: flex;
  align-items: center;
  margin-top: 33px;
}
.ot .ot1 .buttonBox a {
  margin-left: 20px;
  border: 1px solid #123270;
  background: #fff;
  color: #123270;
}
.ot .ot1 .buttonBox a:hover {
  background: #123270;
  color: #fff;
}
.ot .ot1 .buttonBox a:nth-of-type(1) {
  margin-left: 0px;
}
.ot .ot1 .share_box {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 10px;
}
.ot .ot1 .text {
  margin-top: 18px;
}
.ot .ot1 .share {
  margin-right: 10px;
}
.ot .ot2 {
  padding-top: 72px;
}
.ot .ot2 .bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.ot .ot2 .table {
  overflow: auto;
  margin-top: 35px;
}
.ot .ot2 .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot .ot2 .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot .ot2 .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot .ot2 table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.ot .ot2 td {
  border: 1px solid #e5e5e5;
  color: #333;
  font-family: 'HelveticaLTStd-Bold';
  padding-left: 3%;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-right: 20px;
}
.ot .ot2 td:nth-last-of-type(1) {
  font-family: 'HelveticaLTStd-Roman';
  color: #666;
  padding-left: 5%;
}
.to {
  background: #f2f3f5;
}
.to figure {
  background: #fff;
  padding: 37px 40px 38px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 37px;
}
.to figure .small_title {
 
  font-size: 26px;

  line-height: 30px;
 
}
.to .text {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-top: 9px;
}
.to .text1 {
  color: #666;
  margin-top: 30px;
}
.to .to_container {
  padding-top: 49px;
  padding-bottom: 108px;
}
.to .to_container .imgBox {
  width: 45.454545%;
}
.to .to_container .box {
  width: 100%;
  flex: 1;
  margin-left: 80px;
  padding-right: 3%;
  padding-top: 32px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.to .to_container .buttonBox {
  margin-top: 47px;
}
.to .to_container .buttonBox a {
  background: #fff;
  color: #123270; text-transform:uppercase;
}
.to .to_container .buttonBox a:hover {
  background: #123270;
  color: #fff;
}
.to .to_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.to .to_container figure:nth-of-type(even) .imgBox {
  margin-left: 80px;
}
.to .to_container figure:nth-of-type(even) .box {
  margin-left: 0px;
}
.to .to_container .PageNumber {
  margin-top: 76px;
}
.tt .tt_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 91px;
}
.tt .tt_container .text {
  margin-top: 33px;
}
.tt .tt_container .text em {
  font-size: 18px;
  color: #333;
  font-style: initial;
}
.tt .tt_container .text img {
  max-width: 100%;
}
.tt .tt_container .text_box {
  margin-top: 19px;
}
.tt .tt_box {
  flex: 1;
  width: 100%;
  margin-right: 42px;
}
/*.tt .tt_box a{ color:#123270;}*/
.tt .tt_box a,.oo .text_box a,.ot .ot1 .text a,.ot .ot2 .text a{ color:#0070c0;}
.tt .tt_box .bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.tt .s_bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 95%;
}
.tt .share_box {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 26px;
}
.tt .share {
  margin-right: 8px;
}
.tt .pub2 {
  padding-top: 81px;
  padding-bottom: 100px;
}
.tt .pub2 .title {
  margin-top: 14px;
}
.tho .tho1 {
  padding-top: 93px;
  position: relative;
  padding-bottom: 78px;
}
.tho .tho1::before {
  content: '';
  position: absolute;
  width: 73%;
  height: 100%;
  background: #f2f3f5;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tho .tho1 .content {
  overflow: hidden;
}
.tho .tho1 .text {
  font-size: 18px;
  line-height: 27px;
  color: #666;
  margin-top: 18px;
}
.tho .tho1 .imgBox {
  float: left;
  width: 42.857%;
  margin-right: calc(30px + 5%);
  margin-bottom: 15px;
}
.tho .tho1 .tho1_box {
  margin-top: 24px;
}
.tho .fr_box {
  position: relative;
  width: 432px;
}
.tho .fl_box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 67px;
  width: 100%;
  flex: 1;
  margin-right: 4%;
}
.tho .tho2 {
  padding-top: 96px;
  padding-bottom: 105px;
}
.tho .tho2 .box2 {
  width: 342px;
  height: 100%;
  background: #123270;
  border-radius: 10px;
  transform: skew(20deg);
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.tho .tho2 .box1 {
  width: 342px;
  height: 254px;
  background: #123270;
  border-radius: 10px;
  transform: skew(-20deg);
  transform-origin: left bottom;
  position: relative;
  overflow: hidden;
}
.tho .tho2 .imgBox {
  width: calc(100% + 89px);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(20deg);
}
.tho .tho2 .title {
  font-family: 'HelveticaLTStd-Roman';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: flex-end;
}
.tho .tho2 .title span {
  font-size: 72px;
  line-height: 60px;
  color: #ccc;
}
.tho .tho2 .text {
  font-size: 18px;
  margin-top: 34px;
}
.tho .tho2 figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 55px;
}
.tho .tho2 figure:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 70px;
}
.tho .tho2 figure:nth-of-type(even) .fl_box {
  margin-right: 0%;
  margin-left: 4%;
}
.fuo .fuo_container {
  background: url('../img/fuo_ia.jpg') no-repeat center top;
  background-size: cover;
  padding-top: 78px;
}
.fuo .small_title {
  text-align: center;
}
.fuo .fuo1 .text {
  font-size: 18px;
  margin-top: 38px;
}
.fuo .fuo1 .text em {
  font-family: 'HelveticaLTStd-Bold';
  font-style: normal;
  color: #333;
}
.fuo .fuo1 .shuzi,
.fuo .fuo1 .j-hdata1 {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #123270;
}
.fuo .fuo1 .shuzi::before,
.fuo .fuo1 .j-hdata1::before {
  content: attr(title);
  display: block;
  height: 0px;
  visibility: hidden;
}
.fuo .sw_button div {
  width: 45px;
  height: 60px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  color: #999999;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fuo .sw_button div:hover {
  color: #fff;
  background: #123270;
  border: 1px solid #123270;
}
.fuo .sw_button .prev {
  left: 8.75%;
}
.fuo .sw_button .next {
  right: 8.75%;
}
.fuo .fuo2 {
  padding-top: 57px;
  padding-bottom: 117px;
  position: relative;
}
.fuo .fuo2 .sw_box {
  position: relative;
  margin-top: 31px;
}
.fuo .fuo2 .title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #444;
  margin-top: 23px;
}
.fuo .fuo2 .sw_button div {
  top: 42%;
}
.fuo .fuo2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 145%;
  background: #f7f8fc;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.fuo .fuo3 {
  padding-top: 84px;
  padding-bottom: 122px;
}
.fuo .fuo3 .sw_box {
  position: relative;
  margin-top: 32px;
}
.fuo .fuo3 .imgBox {
  position: relative;
  background: #000;
}
.fuo .fuo3 .imgBox img {
  opacity: 0.9;
}
.fuo .fuo3 .title {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  text-align: center;
  margin-top: 17px;
}
.fuo .fuo3 .sw_button div {
  top: 44%;
}
.fuo .num_box {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.fuo .num_box1 {
  justify-content: space-between;
  margin-top: 90px;
}
.fuo .num_box1 .describe {
  line-height: 28px;
}
.fuo .num_box2 {
  justify-content: space-around;
  margin-top: 57px;
}
.fuo .num_box2 .describe {
  margin-top: 16px;
}
.fuo .turn_page {
  margin-top: 47px;
}
.fuo .turn_page #box {
  position: relative;
}
.fuo .turn_page #box .box-list {
  position: relative;
  padding-bottom: 33.85416667%;
}
.fuo .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
  box-sizing: content-box !important;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  border-radius: 10px;
}
.fuo .turn_page #box .box-list .list-item img {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.5s;
}
.fuo .turn_page #box .box-list .list-item:nth-child(2) img,
.fuo .turn_page #box .box-list .list-item:nth-child(6) img {
  opacity: 0.15;
}
.fuo .turn_page #box .box-list .list-item:nth-child(3) img,
.fuo .turn_page #box .box-list .list-item:nth-child(5) img {
  opacity: 0.4;
}
.fuo .turn_page #box .box-list .list-item:nth-child(4) img {
  opacity: 1;
}
.fuo .turn_page #box .box-list .list-item:nth-child(4) .button {
  opacity: 1 !important;
  z-index: 1 !important;
}
.fuo .turn_page #box .prev,
.fuo .turn_page #box .next {
  display: none;
}
.fuo .turn_page #box li {
  transition: 0s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fuo .button {
  position: absolute;
  left: 50%;
  bottom: 5.2% !important;
  transform: translateX(-50%);
  opacity: 0 !important;
  z-index: 0 !important;
}
.fuo .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 50px;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 49px 0px rgba(24, 44, 67, 0.15);
  border-radius: 10px;
  font-size: 18px;
  color: #333;
}
.fuo .button a:hover {
  color: #fff;
  background: #123270;
}
.fo .fo_container {
  background: #f2f3f5;
  padding-top: 78px;
  padding-bottom: 108px;
}
.fo .fo_container .text {
  margin-top: 18px;
}
.fo .fo_container figure {
  width: 32.5%;
  background: #fff;
  transition: 0.3s;
  margin-left: 1.25%;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
}
.fo .fo_container figure:hover {
  background: #123270;
}
.fo .fo_container figure:hover .title a {
  color: #fff;
}
.fo .fo_container figure:hover .time {
  color: #fff;
}
.fo .fo_container figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.fo .fo_container .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.fo .fo_container .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fo .fo_container .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 7px;
  transition: 0.3s;
}
.fo .fo_container .box {
  padding: 21px 8.5% 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fo .figure_boxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.fo .PageNumber {
  margin-top: 72px;
}
.ft .pub_right {
  width: 455px;
}
.ft .tt_container {
  padding-top: 78px;
}
.ft .time_share {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 13px;
}
.ft .time_share .share_box {
  margin-top: 0px !important;
  margin-left: 20px;
}
.ft .tt_box .bt {
  width: 95%;
}
.ft .page_change {
  margin-top: 57px;
}
.ft .pub2 {
  padding-top: 76px;
  padding-bottom: 93px;
}
.so .small_title {
  text-align: center;
}
.so .so_container {
  padding-top: 78px;
  background: #f5f5f5;
}
.so .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.so .big_text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 4px;
}
.so .small_text {
  color: #999;
  margin-top: 6px;
}
.so .so1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
}
.so .so1 figure {
  background: #fff;
  width: 48.9%;
  margin-left: 2.2%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.so .so1 figure:nth-of-type(2n+1) {
  margin-left: 0%;
}
.so .so1 .imgBox {
  width: 34.064%;
  flex-shrink: 0;
}
.so .so1 .box {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 41px 10px;
}
.so .button {
  margin-top: 27px;
}
.so .button span,
.so .button a {
  min-width: 160px;
  min-height: 45px;
  border: solid 1px #cccccc;
  padding: 5px 14px;
  font-size: 18px;
  color: #123270;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so .button img {
  margin-right: 10px;
}
.so .button1 span,
.so .button1 a {
  cursor: pointer;
}
.so .button1 span:hover,
.so .button1 a:hover {
  background: #123270;
  color: #fff;
}
.so .button1 span:hover img,
.so .button1 a:hover img {
  filter: grayscale(1) brightness(10);
}
.so .so2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 46px;
  padding-bottom: 102px;
}
.so .so2 .text_box {
  padding-top: 15px;
}
.so .so2 .text_box p {
  font-size: 18px;
  color: #666;
}
.so .so2 .text_box p::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background: #123270;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.so .so2 figure {
  border-left: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 30.4%;
  margin-left: 4.4%;
  padding-left: 4.4%;
  margin-top: 20px;
  padding-bottom: 10px;
}
.so .so2 figure:nth-of-type(3n+1) {
  border-left: none;
  margin-left: 0px;
  padding-left: 0%;
}
.so .so2 .button {
  margin-top: 32px;
}
.so .so2 .f1 .button span,
.so .so2 .f1 .button a {
  min-width: 200px;
}
.so .so2 .f2 .button span,
.so .so2 .f2 .button a {
  min-width: 220px;
}
.pub1 {
  background: #123270;
  padding-top: 42px;
  padding-bottom: 55px;
}
.pub1 .buttonBox {
  margin-top: 14px;
}
.pub1 .buttonBox a {
  height: 55px;
  font-size: 18px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform:none !important;
}
.pub1 .buttonBox a:hover {
  color: #123270;
  background: #fff;
}
.pub1 .pub1_bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
}
.pub1 .pub1_bt a {
  color: #fff;
}
.pub1 .pub1_bt a:hover {
  color: #ccc;
}
.pub1 .pub1_text {
  color: #fff;
  margin-top: 13px;
}
.pub1 .pub1_text a {
  color: #fff;
}
.pub1 .pub1_text a:hover {
  color: #ccc;
}
.pub1 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pub1 .pub1_l {
  width: 100%;
  flex: 1;
  margin-right: 50px;
}
.pub2 {
  padding-top: 79px;
  padding-bottom: 94px;
  max-width: 1420px !important;
}
.pub2 .pub2_bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  flex: 1;
  padding-right: 50px;
}
.pub2 .sw_button {
  display: flex;
  align-items: center;
}
.pub2 .sw_button div {
  width: 60px;
  height: 60px;
  background-color: #f5f6fa;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
}
.pub2 .sw_button div:hover {
  background: #123270;
  color: #fff;
}
.pub2 .sw_button .prev {
  margin-right: 11px;
}
.pub2 .imgBox {
  background: #f7f8fc;
  transition: 0.3s;
}
.pub2 .imgBox:hover {
  background-color: #ffffff;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}
.pub2 .title {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 13px;
}
.pub2 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub2 .title a:hover {
  color: #123270;
}
.pub2 .pub2_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 10px;
}
.pub2 .sw_box {
  margin-top: 34px;
  
}
.pub2 .sw_box .swiper{
	padding: 0px 20px;
}
.domain2 {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 99999999;
}
.domain2 .bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.domain2 .xbt {
  width: 40px;
  height: 3px;
  background-color: #123270;
  border-radius: 2px;
  margin-top: 18px;
}
.domain2 input {
  height: 41px;
}
.domain2 textarea {
  height: 110px;
  padding-top: 2px;
}
.domain2 input,
.domain2 textarea {
  width: 100%;
  background-color: #fff;
  font-family: 'HelveticaLTStd-Roman';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333;
  display: block;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 12px;
}
.domain2 input::placeholder,
.domain2 input::-webkit-input-placeholder,
.domain2 textarea::placeholder {
  color: #666666;
}
.domain2 .do2n {
  width: 95%;
  max-width: 700px;
  max-height: 90%;
  overflow: auto;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 34px 46px 47px 52px;
  position: relative;
}
.domain2 .guanbi {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333;
  cursor: pointer;
}
.domain2 .do2biao {
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 44px;
  font-family: AkzidenzGroteskBQ-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}
.domain2 .doxin {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 15px;
}
.domain2 .doxin .int1 {
  width: 48.5%;
  margin-top: 10px;
}
.domain2 .doxin .int2 {
  width: 100%;
  margin-top: 10px;
}
.domain2 .doxin .int3 {
  width: 100%;
  margin-top: 30px;
}
.domain2 .tijiao input {
  background-color: #123270;
  border: 1px solid #123270;
  font-family: 'HelveticaLTStd-Roman';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 0px;
}
.domain2 .tijiao input:hover {
  background-color: #fff;
  color: #123270;
}
.domain2 .yzm {
  position: relative;
}
.domain2 .yzm input {
  padding-right: 75px;
}
.domain2 .yzm a,
.domain2 .yzm span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
 
}
.domain2 .yzm a img,
.domain2 .yzm span img {
  width: 100%;
  height: 100%;
}
.pub_right {
  width: 458px;
  position: sticky;
  top: 15%;
}
.pub_right .pubr_box {
  padding-top: 5px;
}
.pub_right .bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_right .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 21px;
}
.pub_right .describe a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pub_right .describe a:hover {
  color: #123270;
}
.pub_right figure {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 28px;
  align-items: center;
  padding-right: 10%;
  margin-top: 27px;
}
.pub_right .imgBox {
  width: 192px;
  flex-shrink: 0;
}
.pub_right .describe {
  width: 100%;
  flex: 1;
}
.pub_right .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #123270;
  transition: 0.3s;
}
.pub_right .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_right .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub_right .text1 {
  line-height: 24px;
  color: #999;
  margin-top: 18px;
}
.pub_right .text1 a {
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub_right .box {
  background: #f2f3f5;
  padding: 30px 8% 28px;
  transition: 0.3s;
  margin-top: 22px;
}
.pub_right .box:hover {
  background: #123270;
}
.pub_right .box:hover .time {
  color: #fff;
}
.pub_right .box:hover .title {
  color: #fff;
}
.pub_right .box:hover .title a {
  color: #fff;
}
.pub_right .box:hover .text1 {
  color: #fff;
}
.pub_right .box:hover .text1 a {
  color: #fff;
}
.pub_right .pubr_box1 {
  padding-top: 10px;
}
.page_change {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 73px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_change a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
}
.page_change a:hover {
  color: #123270;
}
.bannerBox {
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .c1 {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
}
.bannerBox .banner_bt {
  font-family: 'HelveticaLTStd-Bold';
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
}
.mbx {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: #ccc;
}
.mbx i {
  font-size: 18px;
  margin-right: 5px;
}
.mbx a {
  color: #ccc;
  font-family: 'HelveticaLTStd-Roman';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
  display: inline-block;
}
.mbx a::before {
  content: attr(title);
  font-family: 'HelveticaLTStd-Bold';
  display: block;
  height: 0px;
  visibility: hidden;
}
.mbx a:hover {
  font-family: 'HelveticaLTStd-Bold';
  color: #fff;
}
.mbx .active {
  font-family: 'HelveticaLTStd-Bold';
  color: #fff;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  width: 100%;
}
.PageNumber a {
  width: 30px;
  height: 30px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.PageNumber a:hover {
  color: #fff;
  background-color: #123270;
}
.PageNumber .icon-left7,
.PageNumber .icon-right7 {
  font-size: 18px;
  transition: 0s;
}
.PageNumber .p_f,.PageNumber .big {
  color: #333;
}
.PageNumber .p_f:hover {
  color: #123270;
  background: transparent;
}
.PageNumber  a.no:hover{  color: #123270 !important;
  background: transparent !important;}
.PageNumber .active {
  color: #fff;
  background-color: #123270;
}
.PageNumber .sub {
  margin-left: 10px;
  cursor: pointer;
  position: relative;    background: #123270; 
}
.PageNumber .sub i {
  color: #fff;
}
.PageNumber .sub:hover input {
  color: #fff ;
}
.PageNumber .sub:hover i {
  color: #123270;
}

.PageNumber input {
  width: auto !important;
  height: auto !important;
  background: transparent;
  cursor: pointer;
  font-family: 'HelveticaLTStd-Roman';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  transition: 0.3s;  padding-left: 5px; padding-right: 5px
}
footer {
  background: #181818;
  padding-bottom: 54px;
  padding-top: 111px;
}
footer .logoBox {
  width: 194px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 39px;
}
footer .icBox a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.1);
}
footer .icBox a i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
footer .icBox a:hover {
  background: #123270;
}
footer .icBox a:hover i {
  color: #fff;
}
footer .lif {
  font-family: 'HelveticaLTStd-Roman';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 25px;
}
footer .lif a {
  color: #fff;
}
footer .lif a:hover {
  /* color: #123270; */
}
footer li {
  font-family: 'HelveticaLTStd-Roman';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer li a {
  color: #fff;
}
footer li a:hover {
  transform: translateY(-3px);
}
footer .foot_a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 65px;
}
footer .foota_r {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 8%;
}
footer .foota_l {
  margin-top: 7px;
  width: 22%;
}
footer form {
  padding-top: 3px;
}
footer form input,
footer form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: none;
  outline: none;
  resize: none;
  font-family: 'HelveticaLTStd-Roman';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  /*height: 40px;*/
  text-indent: 16px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #999;
}
footer form > div {
  margin-top: 10px;
}
footer .ul1 {
  width: 26%;
}
footer .ul1 li a{

line-height: 24px; padding-top:6px; padding-bottom:6px;
}
footer .ul2 {
  width: 20%;
}
footer .form_box {
  width: 37%;
}
footer .yzm_sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .sub {
  margin-left: 10px;
}
footer .sub input {
  text-indent: 0px;
  width: 102px;
  background-color: #123270;
  border: 1px solid #123270;
  color: #fff;
  transition: 0.3s;
  cursor: pointer; 
}
footer .sub input:hover {
  color: #123270;
  background: #fff;
}
footer .yzm {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}
footer .yzm span {
  margin-left: 10px;
  height: 40px;
  cursor: pointer;
}
footer .yzm span img {
  height: 100%;
}
footer .foot_b {
  padding-top: 51px;
}
footer .foot_b a {
  color: #666666;
}
footer .foot_b a:hover {
  transform: translateY(-3px);
}
.fyfoot {
  padding-bottom: 84px;
}
.fyfoot .link {
  display: none;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1800px) {
  .index .i1 .sw_button .prev {
    left: 20px;
  }
  .index .i1 .sw_button .next {
    right: 20px;
  }
  .fuo .sw_button div {
    z-index: 2;
  }
  .fuo .sw_button .prev {
    left: 20px;
  }
  .fuo .sw_button .next {
    right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .index .i1 .sw_button {
    display: flex;
    justify-content: center;
  }
  .index .i1 .sw_button div {
    position: relative;
    top: 0px;
    transform: none;
    margin: 0px 10px;
  }
  .index .i1 .sw_button .prev {
    left: 0px;
  }
  .index .i1 .sw_button .next {
    right: 0px;
  }
  .index .i1 .sw_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .fuo .sw_button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .fuo .sw_button div {
    position: relative;
    top: 0px;
    transform: none;
    margin: 0px 10px;
  }
  .fuo .sw_button .prev {
    left: 0px;
  }
  .fuo .sw_button .next {
    right: 0px;
  }
  .fuo .sw_box {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1450px) {
  header .logoBox {
    width: 170px;
  }
  header .center {
    margin-left: 35px;
  }
  header .menuOne {
    font-size: 14px;
    line-height: 26px;
    margin-right: 22px;
  }
  header .lastOne {
    margin-right: 20px !important;
  }
  header .ul {
   width: 200px;
  }
  header .menuTwo {
    font-size: 14px;
  }
  header .menuTwo a {
    padding: 6px 20px;
  }
  .index .ban .banner_bt {
	top: 35%;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .index .i1 .series_name {
    font-size: 20px;
    line-height: 28px;
  }
  .index .i1 .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index .i2 .box {
    margin-left: calc(50% + 60px);
    margin-top: 5%;
  }
  .index .i2 .bt_back {
    font-size: 70px;
    line-height: 64px;
  }
  .index .i2 .text {
    margin-top: 15px;
  }
  .index .i3 figure {
    min-height: 280px;
  }
  .index .i3 .figure_boxs {
    padding-top: 0px;
  }
  .index .i4 .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .index .i5 .bt {
    font-size: 26px;
    line-height: 32px;
  }
  .index .i5 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .index .i5 .box {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .index .i6 .swiper-slide {
    padding: 25px 30px;
  }
  .index .i6 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .index .i7 .buttonBox {
    margin-top: 0px;
  }
  .index .i8 .box1_l .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index .i8 .box1_l .time {
    font-size: 14px;
  }
  .index .i8 .box2 {
    padding: 10px 20px 10px;
  }
  .index .i8 .title {
    font-size: 16px;
    line-height: 22px;
  }
  .index .i8 .time {
    line-height: 22px;
  }
  .index .i8 .box1_r .time {
    margin-top: 0px;
  }
  .index .i8 figure {
    padding: 15px 25px;
  }
  .index .i8 .text {
    margin-top: 10px;
  }
  .index .i8 .mask {
    padding: 15px 25px;
  }
  .bannerBox .banner_bt {
    font-size: 38px;
    line-height: 46px;
  }
  .oo .bt {
    font-size: 32px;
    line-height: 38px;
  }
  .oo .xbt {
    font-size: 26px;
    line-height: 38px;
  }
  .oo .text_box strong {
    font-size: 22px;
  }
  .oo .menu a {
    font-size: 16px;
    min-width: 200px;
    min-height: 42px;
  }
  .oo form .title {
    font-size: 18px;
    line-height: 32px;
  }
  .ot .ot1 {
    align-items: center;
  }
  .ot .ot1 .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .ot .ot2 .bt {
    font-size: 32px;
    line-height: 38px;
  }
  .to .to_container .box {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-left: 50px;
  }
  .to .to_container figure:nth-of-type(even) .imgBox {
    margin-left: 50px;
  }
  .to .to_container .buttonBox {
    margin-top: 30px;
  }
  .to .text {
    font-size: 16px;
    line-height: 26px;
  }
  .to .text1 {
    margin-top: 10px;
  }
  .to figure {
    align-items: center;
  }
  .tt .tt_box .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .tt .s_bt {
    font-size: 22px;
    width: 100%;
  }
  .tt .tt_container .text em {
    font-size: 16px;
  }
  .tho .tho1 .text {
    font-size: 16px;
    line-height: 26px;
  }
  .tho .tho1 .tho1_box {
    margin-top: 20px;
  }
  .tho .fl_box {
    padding-bottom: 40px;
  }
  .tho .tho2 .title {
    font-size: 24px;
    line-height: 36px;
  }
  .tho .tho2 .title span {
    font-size: 48px;
    line-height: 40px;
  }
  .tho .tho2 .box1 {
    width: 79.167%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
  }
  .tho .tho2 .box2 {
    width: 79.167%;
    height: auto;
    padding-bottom: 58.796%;
    position: relative;
  }
  .tho .tho2 .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .tho .fr_box {
    width: 34%;
    max-width: 432px;
  }
  .fuo .fuo1 .text {
    font-size: 16px;
  }
  .fuo .fuo1 .shuzi,
  .fuo .fuo1 .j-hdata1 {
    font-size: 36px;
  }
  .fuo .num_box {
    font-size: 16px;
  }
  .fuo .button a {
    font-size: 16px;
    min-width: 210px;
  }
  .fo .fo_container .title {
    font-size: 16px;
  }
  .so .title {
    font-size: 20px;
    line-height: 26px;
  }
  .so .so1 .box {
    padding: 9px 20px 10px;
  }
  .so .so1 .imgBox {
    width: 182px;
  }
  .so .big_text {
    font-size: 16px;
    margin-top: 4px;
    line-height: 22px;
  }
  .so .button {
    margin-top: 8px;
  }
  .so .button span,
  .so .button a {
    min-width: 142px !important;
    padding: 5px 10px;
    font-size: 16px;
    min-height: 38px;
  }
  .so .so2 .text_box p {
    font-size: 16px;
  }
  .small_title {
    font-size: 32px;
    line-height: 38px;
  }
  .pub1 .pub1_bt {
    font-size: 32px;
    line-height: 42px;
  }
  .pub1 .buttonBox {
    margin-top: 0px;
  }
  .pub1 .buttonBox a {
    font-size: 16px;
  }
  .pub2 .pub2_bt {
    font-size: 32px;
    line-height: 38px;
  }
  .pub2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .pub_right {
    width: 375px !important;
  }
  .pub_right .bt {
    font-size: 28px;
    line-height: 36px;
  }
  .pub_right .title {
    font-size: 16px;
  }
  .pub_right .imgBox {
    width: 170px;
  }
  .pub_right .text1 {
    margin-top: 8px;
  }
  .pub_right .describe {
    font-size: 16px;
    line-height: 24px;
  }
  .pub_right figure {
    padding-right: 0%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .pub_right .pubr_box {
    padding-top: 0px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  footer {
    padding-top: 60px;
  }
  footer .logoBox {
    width: 170px;
  }
  footer .foota_r {
    margin-left: 4%;
  }
  footer .icBox {
    padding-top: 20px;
  }
  footer .lif {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
  }
  footer li {
    font-size: 15px;
    line-height: 32px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
    height: 34px;
    text-indent: 10px;
  }
  footer .yzm span {
    height: 34px;
  }
  footer .form_box {
    width: 42%;
  }
  footer .sub input {
    width: 86px;
  }
  footer .foot_b {
    padding-top: 30px;
  }
  .big_title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 40px;
    height: 40px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 25px;
  }
  .rightMenu .vx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .vx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
}
@media screen and (max-width: 992px) {
	.index .ban .banner_bt a span{
		font-size: 24px;
	}
	.index .zz{
		padding: 20px 3% 30px;
		width: 420px;
	}
	.index .zz .buttonBox{
		margin-top: 15px;
	}
  .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%;
  }
  .padding_top {
    padding-top: 48.03px;
  }
  header {
    padding: 10px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  .bannerBox .c1 {
    top: 50%;
  }
  .bannerBox .banner_bt {
    font-size: 28px;
    line-height: 42px;
  }
  .mbx a {
    font-size: 15px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  .big_title {
    font-size: 26px;
    line-height: 32px;
  }
  .title_describe {
    margin-top: 5px;
  }
  .buttonBox a {
    width: auto; padding-left:5px; padding-right:5px;
    height: 40px;
  }
  .buttonBox1 a {
    width: 160px;
  }
  .buttonBox1 .iconfont {
    margin-left: 12px;
    font-size: 16px;
  }
  .bfBox img{
	  width: 80px;
  }
  .index .ban .banner_bt {
    font-size: 28px;
    line-height: 36px;
	top: 30%;
  }
  .index .i1 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index .i1 .swiper-slide:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .index .i1 .mySwiperI1 {
    padding: 25px;
  }
  .index .i1 .sw_button div {
    width: 30px;
    height: 45px;
    font-size: 16px;
    margin: 0px 5px;
  }
  .index .i1 .series_name {
    font-size: 18px;
    line-height: 26px;
  }
  .index .i1 .describe {
    font-size: 14px;
    margin-top: 0px;
  }
  .index .i1 .box {
    padding: 0px 5px 10px;
  }
  .index .i2 .box {
    margin-left: calc(50% + 25px);
    margin-top: 20px;
  }
  .index .i2 .bt_back {
    font-size: 40px;
    line-height: 40px;
  }
  .index .i2 .describe {
    font-size: 16px;
    margin-top: 5px;
  }
  .index .i2 .text {
    margin-top: 8px;
  }
  .index .i2 .buttonBox {
    margin-top: 30px;
  }
  .index .i3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index .i3 figure {
    padding: 20px 30px;
    min-height: 240px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
  }
  .index .i3 .title {
    font-size: 18px;
    margin-top: 8px;
    line-height: 28px;
  }
  .index .i3 .text {
    margin-top: 8px;
  }
  .index .i3 .buttonBox {
    margin-top: 30px;
  }
  .index .i4 {
    padding-top: 50px;
  }
  .index .i4 .l_box {
    padding-right: 0%;
    padding-top: 0px;
  }
  .index .i4 .text {
    line-height: 28px;
    margin-top: 15px;
  }
  .index .i4 .buttonBox {
    margin-top: 30px;
  }
  .index .i5 {
    padding-top: 50px;
  }
  .index .i5 .bofangBox img {
    width: 60px;
  }
  .index .i5 .bt1 {
    font-size: 16px;
    line-height: 24px;
  }
  .index .i5 .bt {
    font-size: 20px;
    line-height: 26px;
  }
  .index .i5 .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index .i5 .link {
    margin-top: 20px;
  }
  .index .i5 .sw_button div {
    width: 38px;
    height: 38px;
  }
  .index .i6 {
    padding-top: 50px;
  }
  .index .i6 .title_describe {
    margin-top: 10px;
  }
  .index .i6 .sw_button div {
    font-size: 20px;
  }
  .index .i6 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index .i6 .swiper-slide {
    padding: 20px 25px;
  }
  .index .i6 .sw_box {
    margin-top: 30px;
  }
  .index .i7 {
    padding-top: 50px;
  }
  .index .i7 .imgBox {
    margin-top: 30px;
  }
  .index .i7 .bofangBox img {
    width: 100px;
  }
  .index .i8 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index .i8 .box1_l .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index .i8 .box1 {
    align-items: center;
    margin-top: 20px;
  }
  .index .i8 .mask {
    padding: 8px 20px;
  }
  .oo .bt {
    font-size: 26px;
    line-height: 32px;
  }
  .oo .grey_box {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .oo .grey_box .buttonBox {
    margin-top: 20px;
  }
  .oo .grey_box .buttonBox span {
    width: 140px;
    height: 40px;
  }
  .oo .text_box strong {
    font-size: 18px;
  }
  .oo .text_box em {
    font-size: 16px;
  }
  .oo .oo_container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .oo .xbt {
    font-size: 24px;
    line-height: 32px;
  }
  .oo .menu a {
    font-size: 14px;
    min-width: 170px;
    min-height: 32px;
  }
  .oo form .title {
    font-size: 15px;
    line-height: 28px;
    margin-top: 8px;
  }
  .oo form .box {
    width: 140px;
    height: 40px;
    font-size: 14px;
    padding-left: 0px;
  }
  .oo form input {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .oo .PageNumber {
    margin-top: 30px;
  }
  .ot .ot1 {
    padding-top: 50px;
    justify-content: center;
  }
  .ot .ot1 .bt {
    font-size: 24px;
    line-height: 36px;
  }
  .ot .ot1 .ot1_l {
    width: 80%;
  }
  .ot .ot1 .ot1_l .zoomPad {
    cursor: default !important;
  }
  .ot .ot1 .ot1_l .zoomPup {
    display: none !important;
  }
  .ot .ot1 .ot1_l .zoomWindow {
    display: none !important;
  }
  .ot .ot1 .ot1_l .zoomPreload {
    display: none !important;
  }
  .ot .ot1 .ot1_r {
    flex: none;
    margin-left: 0px;
    margin-top: 25px;
  }
  .ot .ot2 {
    padding-top: 50px;
  }
  .ot .ot2 .bt {
    font-size: 26px;
    line-height: 32px;
  }
  .to .to_container {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .to .to_container .box {
    margin-left: 30px;
  }
  .to .to_container figure:nth-of-type(even) .imgBox {
    margin-left: 30px;
  }
  .to .to_container .buttonBox {
    margin-top: 20px;
  }
  .to .to_container .PageNumber {
    margin-top: 50px;
  }
  .tt .tt_container {
    padding-top: 30px;
  }
  .tt .tt_container .text {
    margin-top: 15px;
  }
  .tt .tt_container .text em {
    font-size: 15px;
  }
  .tt .tt_box {
    flex: none;
    margin-right: 0px;
  }
  .tt .tt_box .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .tt .share_box {
    margin-top: 15px;
  }
  .tt .s_bt {
    font-size: 18px;
    line-height: 26px;
  }
  .tho .tho1 {
    padding-top: 50px;
  }
  .tho .tho1 .imgBox {
    margin-right: calc(30px + 2%);
  }
  .tho .tho1 .text {
    font-size: 14px;
    line-height: 24px;
  }
  .tho .tho1 .tho1_box {
    margin-top: 0px;
  }
  .tho .fl_box {
    padding-bottom: 20px;
  }
  .tho .tho2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .tho .tho2 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .tho .tho2 .title span {
    font-size: 32px;
    line-height: 30px;
  }
  .tho .tho2 .text {
    font-size: 14px;
    margin-top: 8px;
  }
  .tho .tho2 figure {
    margin-top: 40px !important;
  }
  .fuo .fuo_container {
    padding-top: 40px;
  }
  .fuo .fuo1 {
    position: relative;
    z-index: 2;
  }
  .fuo .fuo1 .text {
    margin-top: 20px;
    font-size: 14px;
  }
  .fuo .fuo1 .shuzi,
  .fuo .fuo1 .j-hdata1 {
    font-size: 26px;
  }
  .fuo .num_box {
    font-size: 14px;
    margin-top: 40px !important;
  }
  .fuo .num_box2 .describe {
    margin-top: 0px;
  }
  .fuo .button a {
    min-width: 140px;
    min-height: 40px;
    font-size: 14px;
  }
  .fuo .fuo2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .fuo .fuo2 .title {
    font-size: 14px;
    margin-top: 5px;
  }
  .fuo .fuo3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .fuo .fuo3 .bofangBox {
    width: 50px;
    height: 50px;
  }
  .fuo .fuo3 .title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fuo .sw_button div {
    width: 30px;
    height: 45px;
    font-size: 16px;
    margin: 0px 5px;
  }
  .fo .fo_container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .fo .fo_container .text {
    margin-top: 15px;
  }
  .fo .fo_container .title {
    font-size: 14px;
  }
  .fo .fo_container .box {
    padding: 10px 6%;
  }
  .fo .fo_container .time {
    line-height: 24px;
    margin-top: 5px;
  }
  .fo .PageNumber {
    margin-top: 40px;
  }
  .ft .tt_box .bt {
    width: 100%;
  }
  .so .so_container {
    padding-top: 50px;
  }
  .so .so1 {
    padding-top: 0px;
  }
  .so .so1 .imgBox {
    width: 165px;
    max-width: 100%;
  }
  .so .so1 figure {
    align-content: flex-start;
    justify-content: center;
  }
  .so .title {
    font-size: 18px;
  }
  .so .big_text {
    font-size: 14px;
  }
  .so .so2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .so .so2 .text_box p {
    font-size: 14px;
  }
  .page_change {
    font-size: 14px;
    margin-top: 30px !important;
  }
  .pub_right {
    width: 100% !important;
    margin-top: 30px;
  }
  .pub_right .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .pub_right figure {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .pub_right .pubr_box1 {
    padding-top: 0px;
  }
  .small_title {
    font-size: 26px;
    line-height: 32px;
  }
  .pub2 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .pub2 .pub2_bt {
    font-size: 26px;
    line-height: 32px;
  }
  .pub2 .sw_button div {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pub2 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .PageNumber {
    font-size: 14px;
  }
  .PageNumber a {
    width: 26px;
    height: 26px;
    margin-right: 3px;
  }
  .pub1 .pub1_bt {
    font-size: 24px;
    line-height: 32px;
  }
  .pub1 .buttonBox a {
    font-size: 14px;
    height: 40px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  footer .ul1,
  footer .ul2 {
    display: block;
    width: 80%;
  }
  footer .foota_l {
    width: 45%;
  }
  footer .foota_r {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  footer .form_box {
    width: 80%;
  }
  footer .icBox a {
    width: 32px;
    height: 32px;
  }
  footer .icBox a i {
    font-size: 16px;
  }
  footer .lif {
    font-size: 16px;
    margin-bottom: 0px;
  }
  footer .foot_b {
    padding-top: 15px;
    text-align: center;
  }
  footer .foot_b .link {
    display: none;
  }
  .domain2 .bt {
    font-size: 20px;
  }
  .domain2 input,
  .domain2 textarea {
    font-size: 14px;
  }
  .domain2 .do2n {
    padding: 30px 30px 45px;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .wx > img {
    bottom: 100%;
    transform: none;
    left: 0%;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .big_title {
    font-size: 20px;
    line-height: 28px;
  }
  .index .ban .banner_bt a span{
	  font-size: 18px;
  }
  .index .ban .banner_bt,.index .ban .zz {
    font-size: 20px;
    line-height: 28px;display: none;
  }
  .index .i1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .i1 .mySwiperI1 {
    padding: 20px 10px;
  }
  .index .i1 .series_name {
    font-size: 16px;
    line-height: 26px;
  }
  .index .zz{
	  width: 280px;
	  padding: 10px 3% 20px;
	  top: 45%;
  }
  .index .zz .buttonBox{
	  margin-top: 10px;
  }
  .index .i2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .i2 .img1 {
    margin: auto;
    float: none;
    width: calc(100% - 40px);
    max-width: 500px;
  }
  .index .i2 .box {
    max-width: 500px;
    margin: 30px auto 0px;
  }
  .index .i3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .i3 .title {
    font-size: 16px;
  }
  .index .i3 .text {
    margin-top: 3px;
  }
  .index .i3 figure {
    margin-top: 20px;
  }
  .index .i4 .text {
    line-height: 24px;
    margin-top: 8px;
  }
  .index .i4 .buttonBox {
    margin-top: 15px;
  }
  .index .i5 .bt {
    font-size: 18px;
    line-height: 24px;
  }
  .index .i5 .sw_box {
    max-width: 600px;
    margin: auto;
  }
  .index .i5 .imgBox {
    width: 100%;
  }
  .index .i5 .box {
    flex: none;
    padding-left: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .index .i5 .sw_button {
    position: relative;
    left: 0px;
    transform: none;
    justify-content: center;
  }
  .index .i6 {
    padding-top: 30px;
  }
  .index .i6 .sw_box {
    margin-top: 20px;
  }
  .index .i6 .swiper-slide {
    padding: 10px 15px;
  }
  .index .i7 {
    padding-top: 30px;
  }
  .index .i7 .big_title {
    width: 100%;
    text-align: center;
    flex: none;
  }
  .index .i7 .buttonBox {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .index .i8 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index .i8 .box1_l {
    width: 100%;
  }
  .index .i8 .box1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index .i8 .box1_r {
    max-width: 455px;
    flex: none;
    margin-top: 14px;
    margin-left: 0px;
  }
  .index .i8 figure {
    width: 48%;
    margin-left: 4%;
  }
  .index .i8 figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .index .i8 figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .oo .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .oo .xbt {
    font-size: 18px;
  }
  .oo .grey_box {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .oo .text_box {
    height: 150px;
  }
  .oo .oo_container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .oo form .box {
    width: 125px;
    height: 36px;
    margin: 5px auto 0px;
  }
  .oo form .title {
    font-size: 14px;
  }
  .oo form figure {
    margin-top: 25px;
  }
  .oo .menu {
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .ot .ot1 {
    padding-top: 30px;
  }
  .ot .ot1 .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .ot .ot1 .buttonBox {
    margin-top: 20px;
  }
  .ot .ot2 {
    padding-top: 30px;
  }
  .ot .ot2 .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .ot .ot2 .table {
    margin-top: 20px;
  }
  .to figure {
    padding: 20px;
    margin-top: 20px;
  }
  .to .to_container {
    padding-bottom: 40px;
  }
  .to .to_container .imgBox {
    width: 100%;
    max-width: 600px;
    margin-left: 0px !important;
  }
  .to .to_container .box {
    margin-left: 0px !important;
    margin-top: 20px;
    flex: none;
  }
  .to .to_container .PageNumber {
    margin-top: 20px;
  }
  .to .text {
    font-size: 14px;
    line-height: 24px;
  }
  .tt .tt_container {
    padding-top: 20px;
  }
  .tt .tt_box .bt {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .tt .share_box {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-top: 8px;
  }
  .tt .s_bt {
    font-size: 16px;
    line-height: 24px;
  }
  .tho .tho1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .tho .tho1 .text {
    margin-top: 8px;
  }
  .tho .fr_box {
    width: 100%;
    margin-top: 20px;
  }
  .tho .fl_box {
    flex: none;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tho .tho2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tho .tho2 figure {
    justify-content: center;
    margin-top: 30px !important;
  }
  .tho .tho2 .title {
    align-items: flex-start;
    font-size: 16px;
    line-height: 28px;
  }
  .tho .tho2 .title span {
    font-size: 24px;
    line-height: 28px;
  }
  .fuo .fuo_container {
    padding-top: 20px;
  }
  .fuo .fuo1 .text {
    margin-top: 10px;
  }
  .fuo .fuo1 .shuzi,
  .fuo .fuo1 .j-hdata1 {
    font-size: 22px;
  }
  .fuo .num_box {
    margin-top: 15px !important;
  }
  .fuo .button a {
    min-width: 100px;
    min-height: 32px;
    white-space: nowrap;
  }
  .fuo .turn_page {
    margin-top: 30px;
  }
  .fuo .fuo2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .fuo .fuo2 .sw_box {
    margin-top: 15px;
  }
  .fuo .fuo3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .fuo .fuo3 .sw_box {
    margin-top: 15px;
  }
  .fo .fo_container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .fo .fo_container figure {
    width: 48%;
    margin-left: 4%;
  }
  .fo .fo_container figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .fo .fo_container figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .fo .figure_boxs {
    padding-top: 0px;
  }
  .ft .time_share {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft .time_share .share_box {
    margin-left: 0px;
  }
  .so .so_container {
    padding-top: 20px;
  }
  .so .title {
    font-size: 16px;
  }
  .so .button span,
  .so .button a {
    min-width: 130px !important;
    padding: 3px 8px;
    font-size: 14px;
    min-height: 36px;
  }
  .so .button img {
    margin-right: 5px;
  }
  .so .so2 {
    padding-bottom: 40px;
  }
  .so .so2 figure {
    width: 49%;
    margin-left: 2%;
    padding-left: 0px !important;
    border-left: none;
  }
  .so .so2 .text_box {
    padding-top: 5px;
  }
  .so .so2 .button {
    margin-top: 15px;
  }
  .page_change {
    margin-top: 20px;
  }
  .small_title,.to figure .small_title {
    font-size: 20px;
    line-height: 28px;
  }
 
  .pub1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .pub1 .content {
    justify-content: center;
  }
  .pub1 .pub1_l {
    flex: none;
    margin-right: 0px;
  }
  .pub1 .pub1_bt {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .pub1 .pub1_text {
    margin-top: 8px;
    text-align: center;
  }
  .pub1 .buttonBox {
    margin-top: 15px;
  }
  .pub2 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .pub2 .pub2_bt {
    font-size: 20px;
    line-height: 28px;
    flex: none;
    padding-right: 0px;
    text-align: center;
  }
  .pub2 .sw_button {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pub2 .sw_button div {
    margin: 0px 5px;
  }
  .pub2 .sw_button .next {
    margin-left: 0px;
  }
  .pub2 .title {
    font-size: 14px;
    line-height: 24px;
  }
  .pub2 .sw_box {
    margin-top: 20px;
  }
  .pub_right .bt {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  .pub_right .describe {
    font-size: 14px;
  }
  footer {
    padding-top: 30px;
  }
  footer .foot_a {
    padding-bottom: 30px;
  }
  footer .foota_l {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .icBox {
    padding-top: 0px;
  }
  footer .foota_r {
    flex: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  footer .lif {
    text-align: center;
  }
  footer form {
    padding-top: 0px;
  }
  .bannerBox {
    padding-top: 5px;
  }
  .bannerBox .box {
    display: none;
  }
  .mbx {
    font-size: 13px;
    position: relative;
    left: 0px;
    transform: none;
    bottom: 0;
    color: #333;
  }
  .mbx a {
    font-size: 13px;
    color: #333;
  }
  .mbx a:hover {
    color: #123270;
  }
  .mbx .active {
    color: #123270;
  }
  .mbx i {
    font-size: 14px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 480px) {
  footer .icBox a {
    width: 28px;
    height: 28px;
  }
  footer .sub {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  footer .sub input {
    width: 100%;
  }
  .index .i3 figure {
    padding: 15px 25px;
    width: 100%;
    margin-left: 0px !important;
  }
  .index .i4 .l_box {
    flex: none;
  }
  .index .i4 .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .index .i8 figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .oo form figure {
    width: 49% !important;
    margin-left: 2% !important;
  }
  .oo form figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .PageNumber .sub {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
  }
  .ot .ot1 .ot1_l {
    width: 100%;
  }
  .tho .tho1 .imgBox{
    width: 60%;
    float: none;
    margin: 0px  auto 20px;

  }
  .fuo .fuo1 .num_box {
    margin-top: 0px !important;
    justify-content: flex-start;
  }
  .fuo .fuo1 .num_box figure {
    min-width: 48%;
    margin-left: 4%;
    margin-top: 15px;
  }
  .fuo .fuo1 .num_box figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .fo .fo_container figure {
    width: 100%;
    margin-left: 0% !important;
  }
  .so .so1 figure {
    width: 100%;
    margin-left: 0px!important;
  }
  .so .so2 figure {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .pub_right .imgBox {
    width: 148px;
  }
  .pub_right .describe {
    margin-left: 15px;
  }
  .domain2 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .domain2 .doxin .int1 {
    width: 100%;
  }
  .domain2 .doxin input {
    height: 36px;
  }
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaLTStd-Bold';
  src: url('../fonts/HelveticaLTStd-Bold.eot');
  src: url('../fonts/HelveticaLTStd-Bold.eot') format('embedded-opentype'), url('../fonts/HelveticaLTStd-Bold.woff2') format('woff2'), url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaLTStd-Roman';
  src: url('../fonts/HelveticaLTStd-Roman.eot');
  src: url('../fonts/HelveticaLTStd-Roman.eot') format('embedded-opentype'), url('../fonts/HelveticaLTStd-Roman.woff2') format('woff2'), url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
}
@font-face {
  font-family: "iconfont";
  font-display: swap;
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1708322586111') format('woff2'), url('../fonts/iconfont.woff?t=1708322586111') format('woff'), url('../fonts/iconfont.ttf?t=1708322586111') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-danseshixintubiao-:before {
  content: "\e633";
}
.icon-xiangxiazhanhang:before {
  content: "\ec0b";
}
.icon-shangchuan1:before {
  content: "\e631";
}
.icon-guanbi1:before {
  content: "\e62b";
}
.icon-xiangyou:before {
  content: "\e688";
}
.icon-xiangzuo:before {
  content: "\e628";
}
.icon-xiangyou-copy:before {
  content: "\ecde";
}
.icon-weibo:before {
  content: "\e65a";
}
.icon-kongjian:before {
  content: "\e630";
}
.icon-erweima:before {
  content: "\eaf2";
}
.icon-bilibili:before {
  content: "\e653";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-flickr:before {
  content: "\eac7";
}
.icon-chuanzhen:before {
  content: "\e64c";
}
.icon-xiaoren:before {
  content: "\e73b";
}
.icon-facebook-fill:before {
  content: "\e88d";
}
.icon-vk1:before {
  content: "\e7a8";
}
.icon-search:before {
  content: "\e6aa";
}
.icon-xiangshang1:before {
  content: "\e62c";
}
.icon-xiangshang:before {
  content: "\e66b";
}
.icon-xiangxia1:before {
  content: "\e66c";
}
.icon-fasong:before {
  content: "\e627";
}
.icon-xiangshang4-copy:before {
  content: "\ecdd";
}
.icon-xiangshang4:before {
  content: "\e795";
}
.icon-tiktok:before {
  content: "\ecdc";
}
.icon-icon_TikTok-square:before {
  content: "\e626";
}
.icon-guge:before {
  content: "\e65c";
}
.icon-a-dianhua2:before {
  content: "\eb3c";
}
.icon-wodekefu:before {
  content: "\e68b";
}
.icon-huidaodingbu:before {
  content: "\e669";
}
.icon-duihao:before {
  content: "\eaf1";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-jiantou_xiangzuo:before {
  content: "\eb0a";
}
.icon-jiantou_qiehuanzuo2:before {
  content: "\eb06";
}
.icon-jiantou_qiehuanyou:before {
  content: "\e623";
}
.icon-shijian1:before {
  content: "\e61f";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-weixin:before {
  content: "\e619";
}
.icon-dizhi2:before {
  content: "\e61d";
}
.icon-homepage_fill:before {
  content: "\e702";
}
.icon-shujuzhiliang:before {
  content: "\e618";
}
.icon-Tags:before {
  content: "\e667";
}
.icon-dianhua3:before {
  content: "\e693";
}
.icon-tubiaoku03:before {
  content: "\e617";
}
.icon-15fenzhongxiangying:before {
  content: "\e692";
}
.icon-zuanshi_o:before {
  content: "\eb70";
}
.icon-yanfa:before {
  content: "\e632";
}
.icon-zhengshu:before {
  content: "\e66e";
}
.icon-changjiantou-copy-copy-copy:before {
  content: "\e60d";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-WeChat:before {
  content: "\e62f";
}
.icon-zhiding:before {
  content: "\e704";
}
.icon-skype2:before {
  content: "\ea04";
}
.icon-email2:before {
  content: "\e634";
}
.icon-whatsapp2:before {
  content: "\e60e";
}
.icon-jiantou_qiehuanzuo1:before {
  content: "\e6eb";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-biaoqian1:before {
  content: "\e629";
}
.icon-feiji:before {
  content: "\e6ae";
}
.icon-xiazai:before {
  content: "\e64b";
}
.icon-home1:before {
  content: "\e60b";
}
.icon-kehuishouwu-bolilei:before {
  content: "\e63f";
}
.icon-dianhua2:before {
  content: "\e61c";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-sanjiaoleft-copy:before {
  content: "\eb8e";
}
.icon-sanjiaoleft:before {
  content: "\e609";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tuandui:before {
  content: "\e62d";
}
.icon-renzhengpeizhi:before {
  content: "\e612";
}
.icon-jichusheshi:before {
  content: "\e670";
}
.icon-dianji-shouzhi:before {
  content: "\e60a";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-facebook1:before {
  content: "\eb8d";
}
.icon-douyin:before {
  content: "\e6b0";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}
.icon-dizhi1:before {
  content: "\e64a";
}
.icon-home-fill:before {
  content: "\e622";
}
.icon-message1:before {
  content: "\e6b5";
}
.icon-message2:before {
  content: "\e660";
}
.icon-jiantou:before {
  content: "\e638";
}
.icon-jiantou-copy:before {
  content: "\eb91";
}
.icon-up2:before {
  content: "\e721";
}
.icon-shubiao1:before {
  content: "\e662";
}
.icon-diqiu:before {
  content: "\e62e";
}
.icon-jiantou_xiangyou:before {
  content: "\eb08";
}
.icon-dianhua1:before {
  content: "\e61b";
}
.icon-dingzhijiaju:before {
  content: "\e61a";
}
.icon-shenhe:before {
  content: "\e64f";
}
.icon-dianhua:before {
  content: "\e71a";
}
.icon-daohangdizhi:before {
  content: "\e65f";
}
.icon-calendar2:before {
  content: "\e606";
}
.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}
.icon-fangda:before {
  content: "\e835";
}
.icon-calculation:before {
  content: "\e6ca";
}
.icon-chizi:before {
  content: "\e645";
}
.icon-chuangyejidi:before {
  content: "\e650";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-yuangongfuzeren:before {
  content: "\e62a";
}
.icon-gongchang:before {
  content: "\e98e";
}
.icon-dizhi:before {
  content: "\e652";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-appquality:before {
  content: "\e69b";
}
.icon-yuangong:before {
  content: "\e64e";
}
.icon-skype-fill:before {
  content: "\e882";
}
.icon-kexuejishu-:before {
  content: "\e9be";
}
.icon-zu:before {
  content: "\e613";
}
.icon-zuojiantou:before {
  content: "\e75c";
}
.icon-yuyan:before {
  content: "\e684";
}
.icon-shijian:before {
  content: "\e6c8";
}
.icon-jingyanfankui1:before {
  content: "\e665";
}
.icon-funengkejiyanfa:before {
  content: "\e64d";
}
.icon-shubiao:before {
  content: "\e89d";
}
.icon-icon_37:before {
  content: "\e60c";
}
.icon-xiangxia:before {
  content: "\e666";
}
.icon-wodedingdan2:before {
  content: "\e651";
}
.icon-zhiliangrenzheng:before {
  content: "\e65e";
}
.icon-tuanduishezhi:before {
  content: "\e604";
}
.icon-035meijin:before {
  content: "\e7d1";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-zhuanwan:before {
  content: "\e603";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-zhedie2:before {
  content: "\e621";
}
.icon-shouji:before {
  content: "\e658";
}
.icon-rili:before {
  content: "\e8b4";
}
.icon-youxiang:before {
  content: "\e664";
}
.icon-yingguoguoqi:before {
  content: "\e63e";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c4";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-fax1:before {
  content: "\e7ca";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-phone2:before {
  content: "\e7d0";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.icon-shangchuan:before {
  content: "\e602";
}
.icon-top2:before {
  content: "\e637";
}
.icon-biaoqian:before {
  content: "\e649";
}
.icon-home:before {
  content: "\e624";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px; font-size:1.4rem; line-height:22px;} 	
.xunpanc a:hover{ color:#123270}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #123270;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}
.titlems{ line-height:22px;padding-top:5px; padding-bottom:5px; overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;}
    .titlems a{overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4; font-size: 14px; }
.index .i2 .text a,.index .i3 .text a,.tho .tho2 .text a{
    display: inline;
    color: blue;
}


.ap{
	overflow: hidden;
}

.to_top{
	padding-top: 44px;
	padding-bottom: 58px;
}
.m_back{
	position: relative;
	z-index: 1;
}

.m_back::before{
	content: "";
	width: 200%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.to .text2{
	color: #666;
}

.ap_ul li{
	display: flex;
	flex-wrap: wrap;
	padding: 90px 0;
}

.to .ap_container{
	padding-top: 0;
}

.to .ap_ul .imgBox{
	width: 50%;
	position: relative;
}

.to .ap_ul .box{
	margin-left: 76px;
	padding-right: 0;
	padding-top: 48px;
	padding-bottom: 40px;
}

.ap_ul li:nth-of-type(even){
	flex-direction: row-reverse;
	position: relative;
	z-index: 1;
}
.ap_ul li:nth-of-type(even)::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
	width: 200%;
	height: 100%;
	background-color: #fff;
}

.ap_ul li:nth-of-type(even) .box{
	margin-left: 0;
	margin-right: 76px;
}

.ap_carousel {
	padding-top: 24px;
	padding-bottom: 135px;
}

.ap_carousel figure{
	margin-top: 0;
}

.ap_carousel .sw_box{
	margin-top: 30px;
}

.ap_sw .imgBox{
	width: 45.4545%;
}

.ap_sw .box{
	width: 100%;
	flex: 1;
	margin-left: 80px;
	padding-right: 3%;
	padding-top: 32px;
	padding-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ap_sw .buttonBox {
  margin-top: 47px;
}
.ap_sw .buttonBox a {
  background: #fff;
  color: #123270;
}
.ap_sw .buttonBox a:hover {
  background: #123270;
  color: #fff;
}

.ap_carousel .sw_box {
  position: relative;
}
.ap_carousel .sw_button div {
  width: 45px;
  height: 60px;
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  color: #999999;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ap_carousel .sw_button div:hover {
  color: #fff;
  background: #123270;
  border: 1px solid #123270;
}

.ap_carousel .sw_button .prev {
  left: 8.75%;
}
.ap_carousel .sw_button .next {
  right: 8.75%;
}

.ap_carousel .text2{
	text-align: center;
}

.tt{
	overflow: hidden;
}

.tt .ap_carousel{
	margin-top: 60px;
	padding: 90px 0 92px;
}

@media screen and (max-width: 1450px) {
	.ap_ul li{
		padding: 50px 0;
		align-items: center;
	}
	
	.to .ap_ul .box{
		padding: 0;
		margin-left: 50px;
	}
	
	.ap_ul li:nth-of-type(even) .box{
		margin-right: 50px;
	}
	
	.ap_sw .box{
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		margin-left: 50px;
	}
	
	.ap_sw .buttonBox {
	    margin-top: 30px;
	}
}

@media screen and (max-width: 992px){
	.to_top{
		padding: 20px 0;
	}
	
	.ap_ul li{
		padding: 20px 0;
		align-items: center;
	}
	
	.to .ap_ul .box{
		margin-left: 30px;
	}
	
	.ap_ul li:nth-of-type(even) .box{
		margin-right: 30px;
	}
	
	.ap_carousel{
		padding-top: 20px;
		padding-bottom: 80px;
	}
	
	.ap_sw .box{
		margin-left: 30px;
	}
	
	.ap_sw .buttonBox {
	    margin-top: 20px;
	}
	
	.tt .ap_carousel{
		margin-top: 30px;
		padding: 30px 0;
	}
}

@media screen and (max-width: 768px){
	.to .ap_ul .imgBox{
		width: 100%;
	}
	
	.ap_ul li:nth-of-type(even) .box{
		margin-right: 0;
	}
	
	.ap_carousel{
		padding-bottom: 40px;
	}
	
	.ap_sw .imgBox {
	    width: 100%;
	    max-width: 600px;
	    margin-left: 0px !important;
	}
	
	.ap_sw .box {
	    margin-left: 0px !important;
	    margin-top: 20px;
	    flex: none;
	}
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}