@import url('swiper-bundle.min.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5S;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  position: relative;
  background-color: #fff;
}
html body input {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
  outline: none !important;
}
html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 60px);
}
html body .sw_content {
  margin: auto;
  max-width: 1703px;
  width: calc(100% - 60px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 9999;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span,
.rightMenu > div {
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #dfdfdf;
}
.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: 24px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover,
.rightMenu > div:hover {
  background-color: #ec2128;
}
.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%;
}
.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: #ec2128;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 20px;
  }
}
#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: "Microsoft YaHei", "微软雅黑";
}
#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: auto;
  object-fit: cover;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  max-width: 1920px;
  transition: 0.3s;
  background-color: #fff;
  padding-left: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .logoBox {
  width: 175px;
  flex-shrink: 0;
  padding-bottom: 3px;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  background: #ec2128 !important;
  color: #fff !important;
}
header .menuOne.menuactive > a {
  background: #ec2128 !important;
  color: #fff !important;
}
header .menuOne {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333;
  margin-right: 42px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 14px 18px 7px;
}
header .menuOne > a:hover {
  background: #ec2128 !important;
  color: #fff;
}
header .lastOne {
  margin-right: 48px !important;
}
header .head_boxl {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 27px;
}
header .sousuo {
  position: relative;
}
header .sousuo i {
  cursor: pointer;
  font-size: 32px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
  width: 119px;
  height: 96px;
  background-color: #ec1b22;
  border: 1px solid #ec1b22;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sousuo i:hover {
  background: #fff;
  color: #ec1b22;
}
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: 50%;
  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: #ec2128;
}
header .ul1 {
  left: 0px;
  top: 100%;
  padding-top: 19px !important;
}
header .ul {
  min-width: 173px;
  position: absolute;
  display: none;
}
header .ul > div {
  border: solid 1px #cbcbcb;
  background: #fff;
  padding: 17px 0px;
}
header .dif_ul {
  left: 0px;
  top: 100%;
  padding-top: 25px !important;
  position: absolute;
  max-width: 50.46875vw;
  display: none;
}
header .dif_ul > div {
  background: #fff;
  padding: 18px 0px 22px;
  display: flex;
}
header .menuTwo:nth-of-type(1) {
  margin-top: 0px;
}
header .menuTwo.active > a {
  color: #ec1b22;
  background: #f5f5f5;
}
header .menuTwo.active > a i {
  opacity: 1;
}
header .menuTwo.menuactive > a {
  color: #ec1b22;
  background: #f5f5f5;
}
header .menuTwo.menuactive > a i {
  opacity: 1;
}
header .menuTwo {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
  position: relative;
  margin-top: 5px;
}
header .menuTwo a {
  color: #666;
  display: block;
  padding: 0px 36px 0px 20px;
  white-space: nowrap;
  position: relative;
}
header .menuTwo a .iconfont {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  opacity: 0;
  transition: 0s;
}
header .menuTwo a:hover {
  color: #ec1b22;
  background: #f5f5f5;
}
header .menuTwo a:hover i {
  opacity: 1;
}
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;
}
header .buttonBox {
  margin-right: 34px;
}
header .buttonBox a {
  width: 130px;
  height: 40px;
  background-color: #e62129;
  border-radius: 4px;
  border: 1px solid #e62129;
  color: #fefefe;
}
header .buttonBox a:hover {
  color: #e62129;
  background: #fefefe;
}
header .icon {
  margin-left: 25px;
}
header .icon i {
  font-size: 26px;
  color: #fff;
}
header .icon i:hover {
  color: #fda533;
}
header .head_boxr {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-right: 23px;
}
header .lang:hover p {
  background: #fff;
}
header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
header .lang .lang_box:hover .xiangxia {
  color: #e62129;
}
header .lang .lang_box:hover .icon-diqiu {
  color: #e62129;
}
header .lang .lang_box:hover span {
  color: #e62129;
}
header .lang .lang_box .icon-diqiu {
  font-size: 22px;
  color: #333333;
}
header .lang .lang_box .xiangxia {
  font-size: 12px;
  color: #333333;
}
header .lang .lang_box span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0px 4px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 105%;
  right: 50%;
  transform: translateX(50%);
  border: 1px solid #e62129;
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
  border-bottom: 1px dashed #e62129;
}
header .lang > ul li a:hover {
  color: #e62129;
}
.big_title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #ec2128;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .buttonBox a {
  width: 165px;
  height: 41px;
  background-color: #ec2128;
  border: 1px solid #ec2128;
  font-size: 18px;
  color: #fff; text-transform:uppercase;
}
.index .buttonBox a:hover {
  color: #ec2128;
  background: #fff;
}
.index .ban .banner_bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  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%);
}
.index .ban .banner_bt a {
  color: #fff;
}
.index .ban .banner_bt a:hover {
  color: #123270;
}
.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%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}
.index .ban .banner .dotList {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 28px;
}
.index .ban .banner .dotList ul {
  text-align: center;
}
.index .ban .banner .dotList ul li {
  position: relative;
  margin: 0 8px;
  width: 14px;
  height: 14px;
  background-color: #bfbfbf;
  border-radius: 50%;
  transition: 0.3s;
}
.index .ban .banner .dotList ul li.active {
  background: #ec2128;
}
.index .ban .banner.hide {
  display: none;
}
.index .ban .banner .carousel-control.left {
  left: 33px;
  width: 43px;
  height: 43px;
  background-position: -35px 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.index .ban .banner .carousel-control.right {
  right: 33px;
  width: 43px;
  height: 43px;
  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;
  overflow: hidden;
}
.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: 14px;
  height: 14px;
  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: 42%;
  width: 30px;
  height: 30px;
  z-index: 999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.index .ban .slide .carousel-control:hover {
  color: #ec2128;
}
.index .ban .slide .carousel-control.left {
  background-position: 0;
  cursor: pointer;
}
.index .ban .slide .carousel-control.right {
  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 .index1 {
  overflow: hidden;
}
.index .index1 .imgBoxs {
  width: 50%;
  float: right;
  margin-left: 6%;
  padding-bottom: 39.53125%;
  position: relative;
}
.index .index1 .imgBox {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.index .index1 .imgBox.active {
  display: block;
}
.index .index1 .menu {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 24px;
  overflow: auto;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.index .index1 .menu span {
  display: block;
  flex-shrink: 0;
  padding: 13px 15px 7px 23px;
  color: #333;
  background-color: #f1ecec;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 14px;
}
.index .index1 .menu span:hover {
  background: #ec2128;
  color: #fff;
}
.index .index1 .menu span:nth-of-type(1) {
  margin-left: 0px;
}
.index .index1 .menu .active {
  color: #fff;
  background: #ec2128;
}
.index .index1 .menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.index .index1 .menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(236, 33, 40, 0.6);
}
.index .index1 .menu::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.index .index1 .content {
  padding-top: 6.2%;
}
.index .box1_change {
  margin-top: 26px;
}
.index .box1_change .describe {
  color: #666;
  font-size: 18px;
}
.index .box1_change .describe p{ text-indent:2em;}
.index .box1_change .box {
  width: 14.6%;
  text-align: center;
  margin-left: 5%;
  margin-top: 22px;
}
.index .box1_change .box span {
  min-height: 91px;
  border: 1px solid rgba(191, 191, 191, 0.37);
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.index .box1_change .box span.act{
	background: #ec2128;
	color: #fff;
}
.index .box1_change .box span:hover {
  background: #ec2128;
  color: #fff;
}
.index .box1_change .box:nth-of-type(5n+1) {
  margin-left: 0%;
}
.index .box1_change .boxs {
  display: flex;
  flex-wrap: wrap;
  min-height: 193px;
}
.index .box1_change .buttonBox {
  margin-top: 30px;
}
.index .box1_change .box1 {
  display: none;
}
.index .box1_change .box1.active {
  display: block;
}
.index .index2 {
  background: url('../img/index_ib.jpg') no-repeat center;
  background-size: cover;
  padding-top: 92px;
  padding-bottom: 123px;
}
.index .index2 .imgBox {
  position: relative;
}
.index .index2 .big_title {
  color: #fff;
}
.index .index2 .big_title a {
  color: #fff;
}
.index .index2 .big_title a:hover {
  color: #ec2128;
}
.index .index2 .index2_a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index .index2 .index2_a .imgBox {
  width: 50%;
  box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.69);
  margin-top: 66px;
}
.index .index2 .index2a_l {
  flex: 1;
  width: 100%;
  margin-right: 40px;
}
.index .index2 .describe {
  line-height: 28px;
  color: #dbdbdb;
  margin-top: 15px;
}
.index .index2 .describe p{ text-indent:2em;}
.index .index2 .logoBoxs {
  display: flex;
  flex-wrap: wrap;
  padding-right: 8%;
  padding-top: 27px;
}
.index .index2 .logoBoxs .logoBox {
  width: 77px;
  height: 77px;
  border: 1px solid rgba(191, 191, 191, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .index2 .logoBoxs .logo_title {
  color: #fff;
  margin-top: 19px;
}
.index .index2 .logoBoxs figure {
  width: 30%;
  margin-top: 20px;
  margin-left: 5%;
}
.index .index2 .logoBoxs figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.index .index2 .buttonBox {
  margin-top: 39px;
}
.index .index2 .logo_title {
  font-size: 18px;
  line-height: 30px;
}
.index .index2 .index2_b {
  display: flex;
  flex-wrap: wrap;
  padding-top: 23px;
}
.index .index2 .index2_b figure {
  width: 15%;
  margin-left: 2%;
  margin-top: 20px;
  padding: 18px 15px 16px 26px;
  position: relative;
}
.index .index2 .index2_b figure::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 11px;
  height: 11px;
  background-color: #ec2128;
}
.index .index2 .index2_b figure:nth-of-type(6n+1) {
  margin-left: 0%;
}
.index .index2 .index2_b .logo {
  height: 44px;
  display: flex;
  align-items: center;
}
.index .index2 .index2_b .logo img {
  max-height: 100%;
}
.index .index2 .index2_b .logo_title {
  font-family: "Microsoft YaHei", "微软雅黑";
  margin-top: 11px;
}
.index .index2 .index2_b .f1 {
  background: rgba(246, 246, 246, 0.5);
}
.index .index2 .index2_b .f2 {
  background: rgba(246, 246, 246, 0.6);
}
.index .index2 .index2_b .f3 {
  background: rgba(246, 246, 246, 0.7);
}
.index .index2 .index2_b .f4 {
  background: rgba(246, 246, 246, 0.8);
}
.index .index2 .index2_b .f5 {
  background: rgba(246, 246, 246, 0.9);
}
.index .index2 .index2_b .f6 {
  background: #f6f6f6;
}
.index .index2 .index2_b .f1:hover,.index .index2 .index2_b  .f2:hover,.index .index2 .index2_b  .f3:hover,.index .index2 .index2_b  .f4:hover,.index .index2 .index2_b  .f5:hover,.index .index2 .index2_b .f6:hover{
	 background: #fff;
	
	
	}
.index .index3 {
  padding-top: 75px;
  background: url('../img/index_ia.png') no-repeat 98% 70%;
  position: relative;
}
.index .index3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 68.5%;
  background: #fef6f7;
  left: 0;
  top: 0;
  z-index: -1;
}
.index .index3 .big_title {
  font-size: 42px;
  line-height: 64px;
}
.index .index3 .text {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 23px;
}
.index .index3 .text p{ text-indent:2em;}
.index .index3 .box1_l {
  width: 45%;
  padding-top: 21px;
}
.index .index3 .box1_r {
  width: 46.375%;
}
.index .index3 .box1_r2 {
  display: none;
}
.index .index3 .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .index3 .box1 .buttonBox {
  margin-top: 46px;
}
.index .index3 .box1 figure {
  width: 202px;
  max-width: calc(calc(100% - 30px) / 3);
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  margin-left: 15px;
  margin-top: 39px;
}
.index .index3 .box1 figure img {
  max-width: 90%;
  max-height: 90%;
}
.index .index3 .box1 figure img:hover{transform: scale(1.05);}
.index .index3 .box1 figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.index .index3 .row1 {
  display: flex;
  flex-wrap: wrap;
}
.index .index3 .row1:nth-of-type(even) {
  margin-right: 106px;
}
.index .index3 .row1:nth-of-type(odd) {
  margin-left: 106px;
}
.index .index3 .z_z {
  background: rgba(39, 39, 39, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index .index3 .imgBox1 {
  width: 66.979%;
  float: left;
  margin-right: 2.7%;
}
.index .index3 .imgBox1 .z_z {
  padding: 10px 8% 6px 3.1%;
}
.index .index3 .imgBox1 .big_t {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .index3 .imgBox1 .big_t a {
  display: inline;
  color: #fff;
}
.index .index3 .imgBox1 .big_t a:hover {
  color: #ec2128;
}
.index .index3 .imgBox1 .describe {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #cdcdcd;
  margin-top: 13px;
}
.index .index3_container {
  margin-top: 68px;
}
.index .index3_container .figure_boxs {
  width: 26.375%;
  margin-left: auto;
}
.index .index3_container figure {
  margin-top: 4.9%;
}
.index .index3_container figure:nth-of-type(1) {
  margin-top: 0px;
}
.index .index3_container .imgBox {
  position: relative;
}
.index .index3_container .box2 .big_t {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align:center;
}
.index .index3_container .box2 .big_t a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.index .index3_container .box2 .big_t a:hover {
  color: #ec2128;
}
.index .index3_container .box2 .z_z {
  padding: 6px 7px 1px;
}
.index .index3_container .zz_d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ec2128;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 17px 31px;
}
.index .index3_container .zz_d span {
  border: 1px solid rgba(255, 255, 255, 0.59);
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .index3_container .zz_d:hover {
  color: #ec2128;
}
.index .index3_container .zz_d:hover span {
  border: 1px solid #ec2128;
  background: #fff;
}
.index .index4 {
  padding-top: 63px;
  padding-bottom: 116px;
  background: url('../img/index_ib.png') no-repeat 95% 11.5%;
}
.index .index4_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
.index .index4_container .container_l {
  width: 42.625%;
  padding-bottom: 24%;
  flex-shrink: 0;
  position: relative;
}
.index .index4_container .container_l .imgBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}
.index .index4_container .container_l .imgBox.active {
  display: block;
}
.index .index4_container .container_r {
  width: 100%;
  flex: 1;
  margin-left: 3.8%;
  display: flex;
  flex-direction: column;
}
.index .index4_container .imgBox1 {
  display: none;
}
.index .index4_container .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.index .index4_container .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.index .index4_container .title a:hover {
  color: #ec2128;
}
.index .index4_container .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ec2128;
  margin-top: 7px;
}
.index .index4_container .describe {
  color: #666;
  margin-top: 14px;

}

.index .index4_container .describe a{  overflow: hidden; display:block;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical}
.index .index4_container figure {
  border-bottom: 1px solid rgba(166, 166, 166, 0.37);
  padding-bottom: 36px;
  margin-top: 43px; text-indent:2em;
}
.index .index4_container figure:nth-of-type(1) {
  margin-top: 0px;
}
.oo .oo1 {
  padding-top: 28px;
}
.oo .oo1 .box1 {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}
.oo .oo1 .text {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  width: 46%;
}
 .oo .oo1 .text p{ text-indent:2em;}
.oo .oo2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
}
.oo .oo2 span {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 16.25%;
  margin-left: 4.6875%;
  background: #e6e6e6;
  min-height: 86px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.oo .oo2 span.active{
	background: #ed2228;
	color: #fff;
}
.oo .oo2 span:hover {
  background: #ed2228;
  color: #fff;
}
.oo .oo2 span:nth-of-type(6n+1) {
  margin-left: 0%;
}
.oo .oo3 {
  padding-top: 86px;
}
.oo .oo4 {
  position: relative;
  padding-top: 45px;
  padding-bottom: 79px;
}
.oo .oo4::before {
  content: '';
  width: 100%;
  height: 128%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(236, 33, 40, 0.04);
  z-index: -1;
}
.oo .oo4 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #333333;
}
.oo .oo4 .sw_name {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 29px;
}
.oo .oo4 .sw_name a {
  color: #333;
}
.oo .oo4 .sw_name a:hover {
  color: #ec2128;
}
.oo .oo4 .mySwiper1 {
  margin-top: 45px;
}
.oo .oo4 .swiper_button {
  margin-top: 41px;
}
.oo .swiper_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oo .swiper_button div {
  width: 43px;
  height: 43px;
  font-size: 18px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: 0.3s;
  cursor: pointer;
  margin: 0px 4.5px;
}
.oo .swiper_button div:hover {
  color: #ec2128;
}
.to .to1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 24px;
}
.to .to1 .big_title {
  width: 100%;
  flex: 1;
  line-height: 56px;
  padding-right: 30px;
}
.to .to1 .text {
  width: 72%;
  color: #666;
  line-height: 28px;
  margin-top: 8px;
}
.to .to1 .text p{ text-indent:2em;}
.to .to2 {
  display: flex;
  overflow: auto;
  padding-bottom: 5px;
  padding-top: 70px;
}
.to .to2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to .to2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(236, 33, 40, 0.6);
}
.to .to2::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.to .to2 span {
  cursor: pointer;
  width: 259px;
  flex-shrink: 0;
  min-height: 66px;
  background-color: #e6e6e6;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 9.2px;
  padding: 10px 15px;
}
.to .to2 span:hover {
  background: #ec2128;
  color: #fff;
}
.to .to2 span:nth-last-of-type(1) {
  margin-right: 0px;
}
.to .to2 .active {
  background: #ec2128;
  color: #fff;
}
.to .to3 {
  padding-top: 59px;
  padding-bottom: 95px;
}
.to .to3 .box1_l {
  line-height: 28px;
  color: #666;
}
.to .to3 .box1_l p{ text-indent:2em;}
.to .to3 .box1 {
  overflow: hidden;
}
.to .to3 .box1 .imgBox {
  width: 50%;
  float: right;
  margin-top: 7px;
  margin-left: 3%;
}
.to .to3 .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666;
}
.to .to3 .box2 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.to .to3 .box2_div {
  width: 48.375%;
  background: #f4f4f4;
  margin-top: 64px;
}
.to .to3 .box2_r {
  padding: 21px 26px 56px;
}
.to .to3 .box2_r em,.to .to3 .box2_r p strong {
  font-weight: bold;
  color: #333 !important;
  font-style: normal;
}
.to .to3 .box2_l {
  padding: 69px 26px 56px;
}
.to .to3 .box3 {
  padding-top: 27px;
}
.to .to3 .box3 span {
  margin-right: 20px;
}
.to .to3 .container {
  display: none;
}
.to .to3 .container.active {
  display: block;
}
.tt .tt1 {
  padding-top: 31px;
  position: relative;
}
.tt .tt1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7%;
  width: 71px;
  height: 576px;
  background: url('../img/back.png') no-repeat center;
  background-size: 100% auto;
}
.tt .tt1 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tt .tt1 .imgBox {
  position: relative;
  width: 47.125%;
  box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.69);
  margin-right: 40px;
  margin-top: 10px;
}
.tt .tt1 .tt1_r {
  flex: 1;
  width: 100%;
}
.tt .tt1 .describe {
  line-height: 28px;
  color: #666666;
  margin-top: 15px;
}
.tt .tt1 .describe p{ text-indent:2em;}
.tt .tt1 .logoBoxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.tt .tt1 .logoBoxs .logoBox {
  width: 77px;
  height: 77px;
  border: 1px solid rgba(191, 191, 191, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt .tt1 .logoBoxs .logo_title {
  color: #333333;
  margin-top: 19px;
}
.tt .tt1 .logoBoxs figure {
  width: 30%;
  margin-top: 20px;
  margin-left: 5%;
}
.tt .tt1 .logoBoxs figure:nth-of-type(3n+1) {
  margin-left: 0px;
}
.tt .tt1 .logo_title {
  font-size: 18px;
  line-height: 30px;
}
.tt .tt2 {
  padding-top: 101px;
  padding-bottom: 96px;
}
.tt .tt2 .sw_box {
  margin-top: 29px;
}
.tt .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
}
.tt .mySwiper2 .imgBox {
  width: 60.0625%;
}
.tt .mySwiper2 .box {
  width: 100%;
  flex: 1;
  margin-left: 45px;
  padding: 10px 0px 33px;
}
.tt .mySwiper2 .year {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tt .mySwiper2 .describe {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 39px;
}
.tt .mySwiper1 {
  padding-top: 13px;
  position: relative;
  margin-top: 25px;
}
.tt .mySwiper1 .sw_button {
  color: #c3c4bf;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: -1px;
  z-index: 2;
}
.tt .mySwiper1 .sw_button:hover {
  color: #ec2128;
}
.tt .mySwiper1 .prev {
  left: -4px;
}
.tt .mySwiper1 .next {
  right: -4px;
}
.tt .mySwiper1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c3c4bf;
  left: 0;
  top: 13px;
}
.tt .mySwiper1 .swiper-slide {
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 39px;
}
.tt .mySwiper1 .swiper-slide::before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  background: #c3c4bf;
  border-radius: 50%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: 0.6s;
}
.tt .mySwiper1 .swiper-slide:hover::before {
  width: 10px;
  height: 10px;
  border: 8px solid #ec2128;
  background: #fff;
}
.tt .mySwiper1 .swiper-slide-thumb-active::before {
  width: 10px;
  height: 10px;
  border: 8px solid #ec2128;
  background: #fff;
}
.tt .tt3 {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 74px;
  padding-bottom: 86px;
}
.tt .tt3 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tt .tt3 .content p{ text-indent:2em;}
.tt .tt3::before {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: 140%;
  background: rgba(236, 33, 40, 0.04);
  top: 0;
  right: 0;
  z-index: -1;
}
.tt .tt3 .text {
  width: 48%;
}
.tt .swiper_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt .swiper_button div {
  width: 43px;
  height: 43px;
  font-size: 20px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: 0.3s;
  cursor: pointer;
  margin: 0px 4.5px;
}
.tt .swiper_button div:hover {
  color: #ec2128;
}
.tt .tt4 .swiper_button {
  margin-top: 21px;
}
.tt .tt4 .sw_box {
  margin-top: 51px;
}
.tt .tt5 {
  padding-top: 79px;
  padding-bottom: 67px;
}
.tt .tt5 .l_box {
  background: #fff;
  width: 50%;
  padding-right: 5%;
  margin-top: -9.85%;
  padding-left: 5px;
  padding-top: 35px;
}
.tt .tt5 .r_box {
  width: 50%;
  padding-top: 29px;
}
.tt .tt5 .swiper-slide {
  padding-left: 72px;
}
.tt .tt5 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tt .tt5 .describe {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 40px;
}
.tt .tt5 .describe p{ text-indent:2em;}
.tt .tt5 .shuzi {
  color: #ec2128;
  line-height: 54px;
}
.tt .tt5 .text {
  color: #333;
}
.tt .tt5 .swiper_button {
  justify-content: flex-start;
  padding-left: 72px;
  margin-top: 34px;
}
.tt .tt5 figure {
  margin-top: 38px;
}
.tt .tt6 {
  position: relative;
  padding-top: 51px;
  padding-bottom: 58px;
}
.tt .tt6::before {
  content: '';
  position: absolute;
  width: calc(100% - 95px);
  height: 100%;
  background: rgba(236, 33, 40, 0.04);
  top: 0;
  left: 0;
  z-index: -1;
}
.tt .tt6 .content {
  overflow: hidden;
}
.tt .tt6 .imgBox {
  width: 50%;
  float: right;
  margin-top: 16px;
  margin-left: 4%;
  margin-bottom: 10px;
}
.tt .tt6 .describe {
  font-size: 19px;
  color: #666;
  line-height: 32px;
  margin-top: 42px;
}

.tt .tt7 {
  padding-top: 70px;
}
.tt .tt7 .describe {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 12px;
}
.tt .tt6 .describe p,.tt .tt7 .describe p{ text-indent:2em;}
.tt .tt7 .name {
  color: #333;
  text-align: center;
  margin-top: 12px;
}
.tt .tt7 .swiper_button {
  margin-top: 28px;
}
.tt .tt7 .sw_box {
  margin-top: 32px;
}
.tt .tt8 {
  padding-top: 70px;
  padding-bottom: 103px;
}
.tt .tt8 .big_title {
  font-size: 42px;
}
.tt .tt8 .describe {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 19px;
}
.tt .tt8 .describe p{ text-indent:2em;}
.tt .tt8 figure {
  height: 93px;
  width: 14.9375%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  margin-left: 2.075%;
  margin-top: 35px;
}
.tt .tt8 figure img {
  max-width: 90%;
  max-height: 90%;
}
.tt .tt8 figure:nth-of-type(6n+1) {
  margin-left: 0%;
}
.tt .tt8 .figureboxs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
.tho .tho1 {
  padding-top: 26px;
  padding-bottom: 113px;
}
.tho .tho1 .describe {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 25px;
}
.tho .tho1 .describe p{ text-indent:2em;}
.tho .tho1 .describe img {
  max-width: 100%;
}
.tho .tho2 {
  position: relative;
  padding-top: 44px;
  padding-bottom: 134px;
}
.tho .tho2 .content {
  display: flex;
  flex-wrap: wrap;
}
.tho .tho2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(236, 33, 40, 0.04);
}
.tho .tho2 figure {
  width: 21.6875%;
  margin-left: 4.4166667%;
  margin-top: 37px;
}
.tho .tho2 figure:nth-of-type(4n+1) {
  margin-left: 0%;
}
.tho .tho2 .name {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.tho .tho2 .name a {
  color: #333;
}
.tho .tho2 .name a:hover {
  color: #ec2128;
}
.tho .PageNumber {
  margin-top: 64px;
}
.tht .tht1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 40px;
}
.tht .tht1 .l_box {
  width: 52.5%;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.tht .tht1 .l_box img {
  transition: 0s;
}
.tht .tht1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.tht .tht1 .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;
}
.tht .tht1 .zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.tht .tht1 .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.tht .tht1 .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.tht .tht1 .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.tht .tht1 .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);
}
.tht .tht1 .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.tht .tht1 .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.tht .tht1 .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.tht .tht1 .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.tht .tht1 .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  z-index: 9;
  width: 78.2%;
}
.tht .tht1 .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.tht .tht1 .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.tht .tht1 .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.tht .tht1 .pic-small {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin-left: 2%;
  flex: 1;
}
.tht .tht1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #666666;
  z-index: 9;
  font-size: 22px;
}
.tht .tht1 .pic-btn.prev {
  top: 0;
}
.tht .tht1 .pic-btn.next {
  bottom: 0;
}
.tht .tht1 .pic-btn:hover {
  color: #ec2128;
}
.tht .tht1 .pic-list {
  margin: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 90%;
  overflow: hidden;
}
.tht .tht1 .pic-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tht .tht1 .list-item {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 23%;
}
.tht .tht1 .item-pics,
.tht .tht1 .pic-list .item-video {
  display: block;
  position: relative;
}
.tht .tht1 .item-pics:before,
.tht .tht1 .pic-list .item-video:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url() no-repeat center left;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  z-index: -1;
}
.tht .tht1 .item-pics img,
.tht .tht1 .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.tht .tht1 .item-pics.zoomThumbActive:before,
.tht .tht1 .item-video.active:before {
  left: -8px;
}
.tht .tht1 .m-propic2 {
  display: none;
}
.tht .tht1 .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.tht .tht1 .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
  background: #fff;
}
.tht .tht1 .provideo-box .provideo iframe,
.tht .tht1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tht .tht1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.tht .tht1 .item-pics:hover,
.tht .tht1 .item-pics.active,
.tht .tht1 .item-video:hover,
.tht .tht1 .item-video.active {
  border-color: #B88768;
}
.tht .tht1_r {
  width: 100%;
  flex: 1;
  margin-left: 6%;
}
.tht .tht1_r .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tht .tht1_r .describe {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 36px;
}
.tht .tht1_r .describe p{ text-indent:2em;}
.tht .swiper_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tht .swiper_button div {
  width: 43px;
  height: 43px;
  font-size: 20px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: 0.3s;
  cursor: pointer;
  margin: 0px 4.5px;
}
.tht .swiper_button div:hover {
  color: #ec2128;
}
.tht .tht2 {
  padding-top: 20px;
  padding-bottom: 90px;
}
.tht .tht2 .big_title {
  font-size: 36px;
}
.tht .tht2 .box {
  display: flex;
  justify-content: space-between;
}
.tht .tht2 .img_title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.tht .tht2 .img_title a {
  color: #333;
}
.tht .tht2 .img_title a:hover {
  color: #ec2128;
}
.tht .tht2 .sw_box {
  margin-top: 28px;
}
.fuo .fuo1 {
  padding-top: 42px;
  padding-bottom: 100px;
}
.fuo .fuo1 figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.fuo .fuo1 figure:hover .time {
  color: #ec2128;
}
.fuo .fuo1 .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #333333;
  flex-shrink: 0;
  white-space: nowrap;
  margin-bottom: 3px;
  transition: 0.3s;
}
.fuo .fuo1 .imgBox {
  width: 626px;
}
.fuo .fuo1 .box {
  width: 100%;
  flex: 1;
  margin-left: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fuo .fuo1 .text_box {
  width: 100%;
  flex: 1;
  margin-left: 34px;
  padding: 10px 0px 24px;
}
.fuo .fuo1 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fuo .fuo1 .title a {
  color: #333;
}
.fuo .fuo1 .title a:hover {
  color: #ec2128;
}
.fuo .fuo1 .describe {
  color: #666;
  margin-top: 40px;
  min-height: 90px;
}
.fuo .fuo1 .describe p{ text-indent:2em;}
.fuo .fuo1 .buttonBox {
  margin-top: 40px;
}
.fuo .fuo1 .buttonBox a {
  width: 165px;
  height: 42px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #333; text-transform:uppercase;
}
.fuo .fuo1 .buttonBox a:hover {
  background: #ec2128;
  color: #fff;
}
.fuo .PageNumber {
  padding-top: 12px;
}
.fut .time_box {
  width: 145px;
  height: 132px;
  background-color: #ec2128;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fut .month {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 37px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}
.fut .year {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 19px;
}
.fut .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.fut .share_box {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.fut .share_box .share {
  margin-right: 8px;
}
.fut .fut1 {
  padding-top: 42px;
  padding-bottom: 95px;
}
.fut .fut1 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fut .fut1 .title_box {
  flex: 1;
  width: 100%;
  margin-left: 46px;
}
.fut .describe {
  margin-top: 41px;
  padding-top: 37px;
  color: #666;
  border-top: 1px solid #c3c4bf;
}
.fut .describe p{ text-indent:2em;}
.fut .describe img {
  max-width: 100%;
}
.fut .page_change {
  padding-top: 10px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.fut .page_change .iconfont {
  width: 43px;
  height: 43px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  margin-right: 15px;
  transition: 0s;
  flex-shrink: 0;
}
.fut .page_change > div {
  margin-top: 20px;
}
.fut .page_change > div > span,
.fut .page_change > div a {
  display: flex;
  align-items: center;
}
.fut .page_change a span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0s;
}
.fut .page_change a:hover {
  color: #ec2128;
}
.fut .page_change a:hover i {
  color: #ec2128;
}
.fo figure {
  width: 48.75%;
  margin-left: 2.5%;
  margin-top: 43px;
  padding-bottom: 10px;
}
.fo .imgBox {
  position: relative;
}
.fo figure:nth-of-type(2n+1) {
  margin-left: 0%;
}
.fo .video_name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 25px;
}
.fo .fo_container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 110px;
}
.fo .PageNumber {
  margin-top: 51px;
}
.so .so_container {
  padding-bottom: 121px;
}
.so .so1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 41px;
}
.so .l_box {
  width: 100%;
  flex: 1;
  padding-top: 4px;
  padding-right: 5.25%;
}
.so .l_box .describe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 6px;
  width: 60%;
}
.so .r_box {
  width: 50.1875%;
  background: #fff2f2;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  padding: 19px 61px;
}
.so .r_box .iconfont {
  width: 40px;
  height: 40px;
  background-color: #ec1b22;
  flex-shrink: 0;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  margin-right: 15px;
}
.so .r_box li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.so .r_box li.email a{
	word-break: break-all;
}
.so .r_box a {
  color: #333;
}
.so .r_box a:hover {
  color: #ec2128;
}
.so .r_box ul {
  padding-top: 27px;
}
.so .box p {
  margin-top: 11px;
}
.so form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3px;
}
.so form p {
  width: 100%;
  margin-top: 21px;
}
.so form .half {
  width: 49.1%;
}
.so form .yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 19px;
}
.so form .yzm span {
  height: 37px;
  flex-shrink: 0;
  margin-left: 12px;
  cursor: pointer;
}
.so form .yzm span img {
  height: 100%;
}
.so form .yzm input {
  width: 100%;
  height: 37px;
}
.so form .buttonBox {
  width: 93%;
  margin-top: 69px;
}
.so form .buttonBox input {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  cursor: pointer;
  text-indent: 0px !important;
  border: 1px solid #ec2128;
  background-color: #ec2128;
  color: #fff;
  transition: 0.3s;
  height: 42px;
}
.so form .buttonBox input:hover {
  background-color: #fff;
  color: #ec2128;
}
.so form input {
  height: 37px;
}
.so form input,
.so form textarea {
  display: block;
  background-color: #ffffff;
  border: solid 1px #969696;
  width: 100%;
  resize: none;
  outline: none;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  text-indent: 8px;
}
.so form textarea {
  height: 74px;
  padding-top: 4px;
}
.so form input::placeholder,
.so form input::-webkit-input-placeholder,
.so form textarea::placeholder {
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #999;
}
.so .so2 {
  margin-top: 55px;
}
.mbx {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 22px;
}
.mbx a {
  color: #666;
  margin: 0px 8px;
}
.mbx a:hover {
  color: #ec232a;
}
.mbx a:nth-of-type(1) {
  margin-left: 0px;
}
.mbx .active {
  color: #ec232a;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.padding_top {
  padding-top: 96px;
}
.bannerBox img {
  width: 100%;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
  width: 100%;
}
.PageNumber a {
  width: 36px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #e5e5e5;
  margin-right: 8px;
  border-radius: 0px;
  background: #ffffff;
}
.PageNumber a:hover {
  border: 1px solid #ec2128;
  color: #fff;
  background-color: #ec2128;
}
.PageNumber .active {
  border: 1px solid #ec2128;
  color: #fff;
  background-color: #ec2128;
}
.PageNumber .p_f,.PageNumber .big {
  min-width: 69px;
}
.PageNumber .p_l {
  width: 61px;
}
.PageNumber a.big.no{  background: #ffffff !important; border: solid 1px #e5e5e5 !important;  color: #999999 !important;}
footer {
  background: #151515;
  padding-top: 74px;
  padding-bottom: 47px;
}
footer .logoBox {
  width: 174px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .describe {
  color: #c5c5c5;
  margin-top: 19px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 44px;
}
footer .icBox a {
  width: 29px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 10px;
  background: var(--i);
}
footer .icBox a i {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
footer .icBox a:hover {
  background: #fff;
}
footer .icBox a:hover i {
  color: var(--i);
}
footer .lif {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 0px;
  padding-bottom: 21px;
}
footer .lif a {
  color: #fff;
}
footer .lif a:hover {
  color: #ec2128;
}
footer li {
  color: #c5c5c5;
  margin-top: 6px;
}
footer li a {
  color: #c5c5c5;
}
footer li a:hover {
  color: #ec2128;
}
footer .email a {
  display: inline;
  word-break: break-all;
}
footer .foot_a {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 46px;
}
footer .foota_l {
  width: 19%;
  margin-top: 3px;
}
footer .foota_r {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 12.8%;
}
footer .ul1 {
  width: 22.5%;
}
footer .ul2 {
  width: 20%;
}
footer .ul3 {
  width: 23.5%;
}
footer .foot_b {
  border-top: 1px solid rgba(98, 98, 98, 0.82);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #b4b4b4;
  padding-top: 22px;
}
footer .foot_b a {
  color: #b4b4b4;
}
footer .foot_b a:hover {
  color: #ec2128;
}
footer .link {
  margin-top: 6px;
}
.dif_foot {
  padding-bottom: 27px;
}
.dif_foot .link {
  display: none;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1750px) {
  header .logoBox {
    width: 142px;
    padding-bottom: 0px;
  }
  header .menuOne {
    font-size: 15px;
    line-height: 32px;
    margin-right: 2px;
  }
  header .menuOne > a {
    padding: 10px 18px 5px;
  }
  header .menuTwo {
    font-size: 15px;
    line-height: 28px;
    margin-top: 3px;
  }
  header .lastOne {
    margin-right: 32px !important;
  }
  header .sousuo i {
    width: 85px;
    height: 80px;
  }
  .padding_top {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1650px) {
  html body {
    font-size: 15px;
    line-height: 25px;
  }
  footer .foota_l {
    width: 25%;
  }
  footer .foota_r {
    margin-left: 10%;
  }
  footer .ul3 {
    width: 28%;
  }
  footer .ul1 {
    width: 28%;
  }
  footer .ul2 {
    width: 28%;
  }
  footer .lif {
    font-size: 22px;
    padding-bottom: 0px;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .big_title a {
    display: block;
  }
  .index .index1 .menu {
    font-size: 18px;
    line-height: 26px;
  }
  .index .index1 .menu span {
    padding: 5px 12px;
  }
  .index .buttonBox a {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }
  .index .box1_change {
    margin-top: 15px;
  }
  .index .box1_change .describe {
    font-size: 16px;
  }
  .index .box1_change .box {
    width: 16%;
    margin-top: 20px;
  }
  .index .box1_change .box span {
    min-height: 78px;
  }
  .index .box1_change .boxs {
    min-height: 125px;
  }
  .index .index2 .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .index .index2 .logoBoxs .logoBox {
    width: 66px;
    height: 66px;
  }
  .index .index2 .logoBoxs .logo_title {
    margin-top: 10px;
  }
  .index .index2 .logoBoxs img {
    max-height: 36px;
  }
  .index .index2 .logo_title {
    font-size: 16px;
    line-height: 24px;
  }
  .index .index3 .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .index .index3 .imgBox1 {
    width: 70%;
  }
  .index .index3 .imgBox1 .big_t {
    font-size: 20px;
  }
  .index .index3 .imgBox1 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 3px;
  }
  .index .index3_container .box2 .big_t {
    font-size: 16px;
  }
  .index .index3_container .zz_d {
    font-size: 20px;
  }
  .index .index3_container .figure_boxs {
    width: 24.1%;
  }
  .index .index4_container .title {
    font-size: 18px;
  }
  .index .index4_container .describe {
    margin-top: 10px;
  }
  .index .index4_container figure {
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .oo .oo1 .text {
    font-size: 16px;
    line-height: 30px;
  }
  .oo .oo2 span {
    font-size: 18px;
  }
  .oo .oo4 .title {
    font-size: 22px;
    line-height: 36px;
  }
  .oo .oo4 .sw_name {
    font-size: 18px;
  }
  .to .to2 span {
    width: 220px;
    min-height: 56px;
    font-size: 18px;
  }
  .to .to3 .box2 {
    font-size: 16px;
    line-height: 36px;
  }
  .to .to3 .box2 .title {
    font-size: 18px;
  }
  .tt .tt1 .logoBoxs .logoBox {
    width: 66px;
    height: 66px;
  }
  .tt .tt1 .logoBoxs .logo_title {
    margin-top: 10px;
  }
  .tt .tt1 .logoBoxs img {
    max-height: 36px;
  }
  .tt .tt1::before {
    width: 50px;
    height: 550px;
  }
  .tt .tt1 .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .tt .mySwiper2 .year {
    font-size: 26px;
  }
  .tt .mySwiper2 .describe {
    font-size: 16px;
    margin-top: 15px;
  }
  .tt .mySwiper1 .sw_button {
    font-size: 18px;
    top: 1px;
  }
  .tt .mySwiper1 .prev {
    left: -3px;
  }
  .tt .mySwiper1 .next {
    right: -3px;
  }
  .tt .mySwiper1 .swiper-slide {
    padding-top: 30px;
  }
  .tt .tt5 .describe {
    font-size: 16px;
    margin-top: 30px;
  }
  .tt .tt6 .describe {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }
  .tt .tt7 .describe {
    font-size: 16px;
    line-height: 30px;
  }
  .tt .tt8 .describe {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
  }
  .tho .tho1 .describe {
    font-size: 16px;
    line-height: 28px;
  }
  .tho .tho2 .name {
    font-size: 18px;
  }
  .tht .tht1_r .describe {
    font-size: 16px;
    line-height: 28px;
  }
  .tht .tht1_r .bt {
    font-size: 22px;
  }
  .tht .tht2 .img_title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo .fuo1 .imgBox {
    width: 520px;
  }
  .fuo .fuo1 .describe {
    margin-top: 20px;
    min-height: 70px;
  }
  .fuo .fuo1 .buttonBox a {
    font-size: 16px;
  }
  .fut .year {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .fut .month {
    font-size: 28px;
    line-height: 36px;
  }
  .fut .time_box {
    width: 130px;
    height: 115px;
  }
  .fut .bt {
    font-size: 24px;
  }
  .fut .share_box {
    margin-top: 20px;
  }
  .fut .page_change {
    font-size: 18px;
  }
  .so .l_box .describe {
    font-size: 18px;
    line-height: 28px;
  }
  .so .r_box {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1550px) {
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu .wx {
    width: 50px;
    height: 50px;
  }
  .rightMenu > a i,
  .rightMenu > span i,
  .rightMenu .wx i {
    font-size: 28px;
  }
  .rightMenu .wx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .wx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu .wx {
    width: 40px;
    height: 40px;
  }
  .rightMenu > a i,
  .rightMenu > span i,
  .rightMenu .wx i {
    font-size: 22px !important;
  }
  .rightMenu .vx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .vx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
  header {
    padding-left: 5px;
  }
  header .logoBox {
    width: 124px;
  }
  header .menuOne {
    font-size: 14px;
    line-height: 24px;
    margin-right: 15px;
  }
  header .menuOne > a {
    padding: 10px 6px 5px;
  }
  header .lastOne {
    margin-right: 20px !important;
  }
  header .sousuo i {
    font-size: 26px;
    width: 67px;
    height: 67px;
  }
  header .menuTwo {
    font-size: 14px;
  }
  header .lang {
    margin-right: 15px;
  }
  header .lang .lang_box .icon-diqiu {
    font-size: 18px;
  }
  header .lang .lang_box span {
    font-size: 16px;
    line-height: 26px;
  }
  .padding_top {
    padding-top: 68px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  footer .logoBox {
    width: 150px;
  }
  footer .lif {
    font-size: 20px;
    line-height: 26px;
  }
  footer .icBox {
    padding-top: 5px;
  }
  footer .ul3 {
    width: 36%;
  }
  .big_title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .index .box1_change .describe {
    font-size: 15px;
  }
  .index .box1_change .box {
    width: 22%;
    margin-left: 4%;
    margin-top: 10px;
  }
  .index .box1_change .box span {
    min-height: 50px;
  }
  .index .box1_change .box:nth-of-type(5n+1) {
    margin-left: 4%;
  }
  .index .box1_change .box:nth-of-type(4n+1) {
    margin-left: 0%;
  }
  .index .box1_change .boxs {
    padding-top: 5px;
  }
  .index .box1_change .buttonBox {
    margin-top: 20px;
  }
  .index .index1 .content {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .index .index2 .logoBoxs {
    padding-top: 10px;
    padding-right: 0px;
  }
  .index .index2 .logoBoxs .logoBox {
    width: 55px;
    height: 55px;
  }
  .index .index2 .logoBoxs img {
    max-height: 30px;
  }
  .index .index2 .logo_title {
    font-size: 14px;
    line-height: 24px;
  }
  .index .index2 .index2_b figure {
    padding: 15px;
  }
  .index .index3 .row1:nth-of-type(odd) {
    margin-left: 40px;
  }
  .index .index3 .row1:nth-of-type(even) {
    margin-right: 40px;
  }
  .index .index3 .box1 figure {
    margin-top: 30px;
  }
  .index .index3 .box1 figure img {
    max-height: 80%;
    max-width: 80%;
  }
  .index .index3 .text {
    font-size: 15px;
  }
  .index .index3 .imgBox1 .big_t {
    font-size: 18px;
  }
  .index .index3 .imgBox1 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
  }
  .index .index3 .imgBox1 .z_z {
    padding: 10px 3%;
  }
  .index .index3_container .box2 .big_t {
    font-size: 14px;
  }
  .index .index3_container .zz_d {
    font-size: 16px;
  }
  .index .index4_container {
    align-items: center;
  }
  .index .index4_container figure {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .index .index4_container .title {
    font-size: 16px;
  }
  .index .index4_container .time {
    margin-top: 3px;
  }
  .index .index4_container .describe {
    margin-top: 3px;
  }
  .mbx {
    font-size: 16px;
  }
  .oo .oo2 span {
    font-size: 16px;
    line-height: 24px;
  }
  .oo .oo4 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .oo .oo4 .sw_name {
    font-size: 16px;
    margin-top: 15px;
  }
  .to .to1 .text {
    line-height: 24px;
    margin-top: 0px;
  }
  .to .to2 span {
    font-size: 16px;
    min-height: 50px;
    width: 180px;
  }
  .to .to3 .box1_l {
    line-height: 24px;
  }
  .tt .tt1::before {
    width: 40px;
    height: 380px;
  }
  .tt .tt1 .content {
    align-items: center;
  }
  .tt .tt1 .logoBoxs {
    padding-top: 10px;
    padding-right: 0px;
  }
  .tt .tt1 .logoBoxs .logoBox {
    width: 55px;
    height: 55px;
  }
  .tt .tt1 .logoBoxs img {
    max-height: 30px;
  }
  .tt .tt1 .logo_title {
    font-size: 14px;
    line-height: 24px;
  }
  .tt .tt2 {
    padding-top: 80px;
  }
  .tt .mySwiper2 .year {
    font-size: 22px;
  }
  .tt .mySwiper2 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .tt .mySwiper1 {
    margin-top: 15px;
  }
  .tt .mySwiper1 .swiper-slide {
    font-size: 16px;
    padding-top: 15px;
  }
  .tt .mySwiper1 .swiper-slide::before {
    width: 10px;
    height: 10px;
  }
  .tt .mySwiper1 .swiper-slide:hover::before {
    width: 6px;
    height: 6px;
    border: 6px solid #ec2128;
  }
  .tt .mySwiper1 .swiper-slide-thumb-active::before {
    width: 6px;
    height: 6px;
    border: 6px solid #ec2128;
  }
  .tt .tt3 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .tt .tt4 .sw_box {
    margin-top: 30px;
  }
  .tt .tt5 .describe {
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
  }
  .tt .tt6 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .tt .tt7 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tt .tt7 .sw_box {
    margin-top: 25px;
  }
  .tt .tt8 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tt .tt8 figure {
    height: 74px;
    margin-top: 25px;
  }
  .tht .tht1_r .describe {
    font-size: 14px;
    line-height: 24px;
  }
  .tht .tht1 .list-item {
    margin-bottom: 25%;
  }
  .fuo .fuo1 figure {
    margin-bottom: 30px;
  }
  .fuo .fuo1 .time {
    font-size: 12px;
    line-height: 32px;
  }
  .fuo .fuo1 .box {
    margin-left: 25px;
  }
  .fuo .fuo1 .imgBox {
    width: 400px;
  }
  .fuo .fuo1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo .fuo1 .describe {
    margin-top: 10px;
    min-height: auto;
  }
  .fuo .fuo1 .buttonBox {
    margin-top: 20px;
  }
  .fuo .fuo1 .buttonBox a {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .fut .month {
    font-size: 24px;
    line-height: 32px;
  }
  .fut .year {
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
  }
  .fut .time_box {
    width: 106px;
    height: 90px;
  }
  .fut .bt {
    font-size: 22px;
  }
  .fut .share_box {
    margin-top: 10px;
  }
  .fut .fut1 .title_box {
    margin-left: 30px;
  }
  .so .l_box .describe {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  .so .r_box {
    font-size: 16px;
    line-height: 24px;
    padding: 19px 40px;
  }
  .so .r_box .iconfont {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .so form .buttonBox {
    margin-top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
  }
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu .wx {
    flex: 1;
    border-radius: 0px;
  }
  .rightMenu > a i,
  .rightMenu > span i,
  .rightMenu .wx i {
    font-size: 23px;
  }
  .rightMenu .wx {
    position: relative;
  }
  .rightMenu .wx > img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  .rightMenu .goTop > a {
    width: 100%;
    height: 100%;
  }
  .rightMenu .goTop > a:hover i {
    color: #fff;
  }
  header {
    padding-right: 60px;
    border-bottom: 1px solid #ccc;
  }
  header .menuOne {
    display: none;
  }
  header .logoBox {
    width: 125px;
  }
  header .sousuo {
    display: none;
  }
  html body {
    font-size: 13px;
    line-height: 22px;
  }
  .padding_top {
    padding-top: 66.42px;
  }
  .big_title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .index .buttonBox a {
    width: 140px;
    height: 38px;
    font-size: 14px;
  }
  .index .ban .slide .carousel-control {
    display: none !important;
  }
  .index .index1 .imgBoxs {
    float: none;
    margin: 20px auto;
    width: 500px;
    max-width: calc(100% - 60px);
    padding-bottom: 395px;
  }
  .index .index1 .menu {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .index .box1_change {
    margin-top: 8px;
  }
  .index .box1_change .describe {
    font-size: 14px;
  }
  .index .box1_change .boxs {
    min-height: auto;
  }
  .index .index2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index .index2 .describe {
    line-height: 22px;
  }
  .index .index2 .index2_a {
    justify-content: center;
  }
  .index .index2 .index2_a .imgBox {
    width: 380px;
    max-width: 100%;
    margin-top: 30px;
  }
  .index .index2 .index2a_l {
    flex: none;
    margin-right: 0px;
  }
  .index .index2 .logoBoxs {
    padding-top: 0px;
  }
  .index .index2 .logoBoxs figure {
    margin-top: 10px;
  }
  .index .index2 .buttonBox {
    margin-top: 20px;
  }
  .index .index2 .bofangBox {
    width: 60px;
  }
  .index .index2 .index2_b figure {
    width: 30%;
    margin-left: 5%;
  }
  .index .index2 .index2_b figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index .index2 .index2_b .logo {
    height: 38px;
  }
  .index .index3 {
    padding-top: 50px;
    background-size: 7%;
  }
  .index .index3 .box1_r {
    display: none;
    width: 100%;
  }
  .index .index3 .box1_r2 {
    display: flex;
    flex-wrap: wrap;
  }
  .index .index3 .box1 figure {
    max-width: calc(calc(100% - 45px) / 4);
  }
  .index .index3 .box1 figure:nth-of-type(3n+1) {
    margin-left: 15px;
  }
  .index .index3 .box1 figure:nth-of-type(4n+1) {
    margin-left: 0px;
  }
  .index .index3 .box1 .buttonBox {
    margin-top: 18px;
  }
  .index .index3 .box1_l {
    width: 100%;
    padding-top: 0px;
  }
  .index .index3 .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .index .index3 .imgBox1 .describe {
    font-size: 13px;
    line-height: 22px;
  }
  .index .index3_container .zz_d {
    padding: 10px 20px;
  }
  .index .index3_container .figure_boxs {
    width: 25%;
  }
  .index .index4 {
    background-size: 30%;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index .index4_container .container_l {
    display: none;
  }
  .index .index4_container .container_r {
    flex: none;
    margin-left: 0%;
  }
  .index .index4_container .imgBox1 {
    display: block;
    width: 300px;
    max-width: 45%;
  }
  .index .index4_container figure {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .index .index4_container .box {
    flex: 1;
    width: 100%;
    margin-left: 30px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 50px !important;
  }
  footer .foota_r {
    display: none;
  }
  footer .logoBox {
    width: 125px;
  }
  footer .describe {
    margin-top: 10px;
    text-align: center;
  }
  footer .foota_l {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .link {
    display: none;
  }
  footer .foot_b {
    text-align: center;
    padding-top: 15px;
  }
  footer .icBox a {
    width: 26px;
    height: 26px;
  }
  footer .icBox a i {
    font-size: 14px;
  }
  footer .foot_a {
    padding-bottom: 20px;
  }
  .mbx {
    padding-top: 15px;
    font-size: 14px;
    line-height: 28px;
  }
  .mbx a {
    margin: 0px 5px;
  }
  .oo .oo1 {
    padding-top: 20px;
  }
  .oo .oo1 .box1 {
    margin-top: 10px;
  }
  .oo .oo1 .text {
    font-size: 14px;
    line-height: 26px;
  }
 
  .oo .oo2 {
    padding-top: 10px;
  }
  .oo .oo2 span {
    font-size: 14px;
    line-height: 24px;
  }
  .oo .oo3 {
    padding-top: 50px;
  }
  .oo .oo4 .mySwiper1 {
    margin-top: 30px;
  }
  .oo .oo4 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oo .oo4 .sw_name {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
  }
  .oo .oo4 .swiper_button {
    margin-top: 30px;
  }
  .to .to1 .big_title {
    flex: none;
    text-align: center;
    padding-right: 0px;
  }
  .to .to1 .text {
    width: 100%;
    margin-top: 15px;
  }
  .to .to2 {
    padding-top: 30px;
  }
  .to .to2 span {
    font-size: 14px;
    min-height: 44px;
    line-height: 24px;
    width: 162px;
  }
  .to .to3 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .to .to3 .box2_div {
    margin-top: 30px;
    padding: 21px 26px 56px;
  }
  .to .to3 .box2 {
    font-size: 15px;
    line-height: 28px;
  }
  .to .to3 .box2 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .to .to3 .box3 {
    padding-top: 10px;
  }
  .tt .tt1 {
    padding-top: 20px;
  }
  .tt .tt1::before {
    display: none;
  }
  .tt .tt1 .content {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .tt .tt1 .imgBox {
    width: 420px;
    max-width: 100%;
    margin-top: 30px;
    margin-right: 0px;
  }
  .tt .tt1 .describe {
    line-height: 22px;
  }
  .tt .tt1 .tt1_r {
    flex: none;
    margin-right: 0px;
  }
  .tt .tt1 .logoBoxs {
    padding-top: 0px;
  }
  .tt .tt1 .logoBoxs figure {
    margin-top: 10px;
  }
  .tt .tt1 .bofangBox {
    width: 60px;
  }
  .tt .tt2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .tt .mySwiper2 .box {
    margin-left: 30px;
    padding: 10px 0px;
  }
  .tt .mySwiper2 .year {
    font-size: 20px;
  }
  .tt .mySwiper1 .sw_button {
    font-size: 16px;
    top: 2px;
  }
  .tt .mySwiper1 .swiper-slide {
    font-size: 14px;
  }
  .tt .tt3 {
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 13px;
    line-height: 22px;
  }
  .tt .tt3 .text {
    width: 100%;
    margin-top: 10px;
  }
  .tt .tt5 .l_box {
    width: 100%;
    margin-top: 0px;
  }
  .tt .tt5 .r_box {
    width: 100%;
    padding-top: 0px;
  }
  .tt .tt5 .swiper-slide {
    padding-left: 0px;
  }
  .tt .tt5 .swiper_button {
    padding-left: 0px;
    justify-content: center;
  }
  .tt .tt6::before {
    width: calc(100% - 20px);
  }
  .tt .tt6 .describe {
    margin-top: 15px;
  }
  .tt .tt7 {
    padding-top: 50px;
  }
  .tt .tt7 .sw_box {
    margin-top: 15px;
  }
  .tt .tt8 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .tt .tt8 figure {
    width: 18%;
    margin-left: 2.5%;
  }
  .tt .tt8 figure img {
    max-height: 80%;
  }
  .tt .tt8 figure:nth-of-type(6n+1) {
    margin-left: 2.5%;
  }
  .tt .tt8 figure:nth-of-type(5n+1) {
    margin-left: 0%;
  }
  .PageNumber {
    font-size: 12px;
    line-height: 24px;
  }
  .PageNumber a {
    width: 26px;
    margin-right: 4px;
  }
  .PageNumber .p_f {
    width: 60px;
  }
  .PageNumber .p_l {
    width: 50px;
  }
  .tho .tho1 {
    padding-bottom: 80px;
  }
  .tho .tho1 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .tho .tho2 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .tho .tho2 .name {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tho .tho2 figure {
    margin-top: 30px;
  }
  .tho .PageNumber {
    margin-top: 30px;
  }
  .tht .tht1 {
    justify-content: center;
  }
  .tht .tht1 .l_box {
    width: 80%;
  }
  .tht .tht1 .zoomPad {
    cursor: default !important;
  }
  .tht .tht1 .zoomPup {
    display: none !important;
  }
  .tht .tht1 .zoomWindow {
    display: none !important;
  }
  .tht .tht1 .zoomPreload {
    display: none !important;
  }
  .tht .tht1_r {
    flex: none;
    margin-top: 40px;
    margin-left: 0px;
  }
  .tht .tht1_r .bt {
    font-size: 20px;
  }
  .tht .tht1_r .describe {
    margin-top: 10px;
  }
  .tht .swiper_button div {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .tht .tht2 {
    padding-bottom: 80px;
  }
  .tht .tht2 .box {
    flex-direction: column;
  }
  .tht .tht2 .swiper_button {
    justify-content: flex-end;
  }
  .tht .tht2 .img_title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fuo .fuo1 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .fuo .fuo1 .time {
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 24px;
  }
  .fuo .fuo1 .box {
    flex: none;
    margin-left: 0px;
  }
  .fuo .fuo1 .imgBox {
    max-width: 45%;
  }
  .fuo .fuo1 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .fut .bt {
    font-size: 20px;
    line-height: 28px;
  }
  .fut .share_box {
    margin-top: 3px;
  }
  .fut .fut1 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .fut .describe {
    margin-top: 25px;
    padding-top: 25px;
  }
  
  .fut .page_change {
    font-size: 14px;
    line-height: 20px;
  }
  .fut .page_change .iconfont {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .fut .page_change > div {
    margin-top: 15px;
  }
  .fo .fo_container {
    padding-bottom: 80px;
  }
  .fo figure {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .fo .bofangBox {
    width: 60px;
  }
  .fo .video_name {
    font-size: 16px;
    margin-top: 10px;
  }
  .so .so1 {
    padding-top: 20px;
  }
  .so .l_box .describe {
    font-size: 14px;
    line-height: 24px;
  }
  .so .r_box {
    font-size: 14px;
    padding: 19px 30px;
  }
  .so .r_box li {
    margin-bottom: 20px;
  }
  .so .r_box .iconfont {
    width: 32px;
    height: 32px;
  }
  .so .so_container {
    padding-bottom: 80px;
  }
}
@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);
  }
  .margin_top {
    margin-top: 68px;
  }
  .bannerBox {
    display: none;
  }
  .index .buttonBox {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .index .ban .slide .dotList ul li {
    width: 10px;
    height: 10px;
  }
  .index .index1 .imgBoxs {
    width: 420px;
    padding-bottom: 322px;
  }
  .index .index3 .box1 figure {
    max-width: calc(calc(100% - 45px) / 3);
    height: 66px;
  }
  .index .index3 .box1 figure:nth-of-type(4n+1) {
    margin-left: 15px;
  }
  .index .index3 .box1 figure:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  .index .index3 .imgBox1 {
    float: none;
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0px auto !important;
  }
  .index .index3_container {
    margin-top: 30px;
  }
  .index .index3_container .figure_boxs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .index .index3_container figure {
    margin-top: 15px !important;
    width: 32%;
    margin-left: 2%;
  }
  .index .index3_container figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index .index3_container .zz_d {
    font-size: 14px;
    padding: 5px 10px;
  }
  .index .index4_container .imgBox1 {
    max-width: 70%;
  }
  .index .index4_container .box {
    flex: none;
    margin-left: 0px;
    margin-top: 20px;
  }
  .index .index4_container figure {
    justify-content: center;
  }
  .index .index4 {
    background: url('../img/index_ib.png') no-repeat 95% 5%;
    background-size: 30%;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .mbx {
    font-size: 13px;
    line-height: 24px;
  }
  .oo .oo1 {
    padding-top: 15px;
  }
  .oo .oo1 .text {
    width: 100%;
    margin-top: 15px;
  }
  .oo .oo1 .box1 {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .oo .oo2 span {
    width: 22%;
    margin-left: 4%;
    min-height: 76px;
  }
  .oo .oo2 span:nth-of-type(5n+1) {
    margin-left: 4%;
  }
  .oo .oo2 span:nth-of-type(4n+1) {
    margin-left: 0%;
  }
  .oo .oo3 {
    padding-top: 30px;
  }
  .oo .oo4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .oo .oo4 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .oo .oo4 .mySwiper1 {
    margin-top: 20px;
  }
  .oo .oo4 .swiper_button {
    margin-top: 15px;
  }
  .oo .swiper_button div {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .to .to1 {
    padding-top: 20px;
  }
  .to .to2 span {
    font-size: 13px;
    min-height: 36px;
    line-height: 20px;
    width: 150px;
    padding: 5px 10px;
  }
  .to .to3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .to .to3 .box2_div {
    margin-top: 20px;
    width: 100%;
    padding: 20px 25px 30px;
  }
  .tt .swiper_button div {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .tt .mySwiper2 .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tt .mySwiper2 .box {
    flex: none;
    margin-left: 0px;
    margin-top: 10px;
  }
  .tt .mySwiper2 .imgBox {
    width: 400px;
    max-width: 100%;
  }
  .tt .tt2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tt .tt2 .sw_box {
    margin-top: 20px;
  }
  .tt .tt3 {
    padding-bottom: 30px;
  }
  .tt .tt4 .sw_box {
    margin-top: 15px;
  }
  .tt .tt5 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tt .tt5 .l_box {
    padding-top: 20px;
  }
  .tt .tt5 .describe {
    margin-top: 8px;
  }
  .tt .tt5 .swiper_button {
    margin-top: 15px;
  }
  .tt .tt6 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tt .tt7 {
    padding-top: 30px;
  }
  .tt .tt7 .describe {
    margin-top: 8px;
  }
  .tt .tt7 .swiper_button {
    margin-top: 20px;
  }
  .tt .tt8 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tt .tt8 .figureboxs {
    padding-top: 0px;
  }
  .tt .tt8 figure {
    width: 30%;
    margin-left: 5%;
    margin-top: 15px;
  }
  .tt .tt8 figure:nth-of-type(6n+1) {
    margin-left: 5%;
  }
  .tt .tt8 figure:nth-of-type(5n+1) {
    margin-left: 5%;
  }
  .tt .tt8 figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .tho .tho1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .tho .tho1 .describe {
    margin-top: 8px;
  }
  .tho .tho2 {
    padding-bottom: 40px;
  }
  .tho .tho2 figure {
    width: 30%;
    margin-left: 5%;
    margin-top: 15px;
  }
  .tho .tho2 figure:nth-of-type(4n+1) {
    margin-left: 5%;
  }
  .tho .tho2 figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .tht .tht1 {
    padding-top: 20px;
  }
  .tht .tht1 .pic-btn {
    font-size: 16px;
  }
  .tht .tht1 .pic-list {
    height: 85%;
  }
  .tht .tht1 .list-item {
    margin-bottom: 18%;
  }
  .tht .tht1_r {
    margin-top: 20px;
  }
  .tht .tht2 {
    padding-bottom: 40px;
  }
  .tht .tht2 .sw_box {
    margin-top: 20px;
  }
  .fuo .fuo1 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .fuo .fuo1 .imgBox {
    max-width: 100%;
  }
  .fuo .fuo1 .buttonBox a {
    width: 124px;
    height: 36px;
  }
  .fuo .fuo1 figure {
    width: 48%;
    margin-left: 4%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .fuo .fuo1 figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .fuo .fuo1 .box {
    justify-content: center;
  }
  .fuo .fuo1 .text_box {
    flex: none;
    margin-left: 0px;
  }
  .fut .month {
    font-size: 20px;
    line-height: 28px;
  }
  .fut .year {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
  }
  .fut .time_box {
    width: 88px;
    height: 76px;
  }
  .fut .fut1 {
    padding-bottom: 40px;
  }
  .fut .fut1 .title_box {
    margin-left: 15px;
  }
  .fo .fo_container {
    padding-bottom: 40px;
  }
  .fo figure {
    margin-top: 20px;
  }
  .fo .bofangBox {
    width: 50px;
  }
  .fo .PageNumber {
    margin-top: 20px;
  }
  .fo .video_name {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .so .l_box {
    flex: 1;
    padding-right: 0%;
  }
  .so .r_box {
    width: 100%;
    margin-top: 30px;
  }
  .so .so2 {
    margin-top: 30px;
  }
  .so .so1 {
    padding-top: 10px;
  }
  .so .so_container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  header {
    position: relative;
    padding-right: 40px;
  }
  .padding_top {
    padding-top: 0px;
  }
  .index .index1 .imgBoxs {
    width: 100%;
    max-width: calc(100% - 40px);
    padding-bottom: 69.0625%;
  }
  .index .index1 .menu {
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .index .box1_change .box {
    width: 48%;
    margin-left: 4% !important;
  }
  .index .box1_change .box:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .index2 .logoBoxs figure {
    width: 48%;
    margin-left: 4% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 5px;
    text-align: center;
  }
  .index .index2 .logoBoxs figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .index2 .index2_b figure {
    width: 48%;
    margin-left: 4% !important;
  }
  .index .index2 .index2_b figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .index3 .box1 figure {
    max-width: calc(calc(100% - 10px) / 2);
    margin-left: 10px !important;
  }
  .index .index3 .box1 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .index .index3 .imgBox1 .z_z {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
  }
  .index .index3_container figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .index .index4_container .imgBox1 {
    width: 250px;
    max-width: 100%;
  }
  .oo .oo2 span {
    width: 30% !important;
    margin-left: 5% !important;
    margin-top: 15px;
  }
  .oo .oo2 span:nth-of-type(3n+1) {
    margin-left: 0px !important;
  }
  .to .to3 .box1 .imgBox {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .tt .tt1 .logoBoxs figure {
    width: 48%;
    margin-left: 4% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 5px;
    text-align: center;
  }
  .tt .tt1 .logoBoxs figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .tt .tt6 .imgBox {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-bottom: 0px;
  }
  .tt .tt6 .box {
    margin-top: 20px;
  }
  .tt .tt6 .describe {
    margin-top: 8px;
  }
  .tt .tt7 .swiper_button {
    margin-top: 15px;
  }
  .tt .tt8 figure {
    width: 49%;
    margin-left: 2% !important;
    height: 70px;
  }
  .tt .tt8 figure:nth-of-type(2n+1) {
    margin-left: 0px !important;
  }
  .tho .tho2 figure {
    width: 48%;
    margin-left: 4% !important;
  }
  .tho .tho2 figure:nth-of-type(2n+1) {
    margin-left: 0% !important;
  }
  .tht .tht1 .l_box {
    width: 100%;
  }
  .tht .tht1 .pic-btn.prev {
    top: -5px;
  }
  .tht .tht1 .pic-btn.next {
    bottom: -5px;
  }
  .fuo .fuo1 figure {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 0px;
  }
  .fut .fut1 {
    padding-top: 10[x];
  }
  .fut .fut1 .title_box {
    flex: none;
    margin-left: 0px;
  }
  .fut .fut1 .box {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .fut .time_box {
    margin-top: 20px;
  }
  .fut .page_change > div {
    margin-top: 5px;
  }
  .fo figure {
    width: 100%;
    margin-left: 0px !important;
  }
  .so form .half {
    width: 100%;
  }
  .so form .yzm .half {
    flex: 1;
  }
  .so form .yzm span {
    height: 33px;
    margin-left: 5px;
  }
  .so form p {
    margin-top: 15px;
  }
  .so form input {
    height: 35px;
  }
}

 
@font-face {
  font-family: "iconfont";
  font-display: swap;
  /* Project id 4160138 */
  src: url('../fonts/iconfont.woff2?t=1709027377805') format('woff2'), url('../fonts/iconfont.woff?t=1709027377805') format('woff'), url('../fonts/iconfont.ttf?t=1709027377805') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-huidaodingbu1:before {
  content: "\e63a";
}
.icon-facebook2:before {
  content: "\e639";
}
.icon-xunpan:before {
  content: "\e636";
}
.icon-sousuo2:before {
  content: "\e635";
}
.icon-danseshixintubiao-:before {
  content: "\e633";
}
.icon-xiangxiazhanhang:before {
  content: "\ec0b";
}
.icon-shangchuan1:before {
  content: "\e631";
}
.icon-guanbi1:before {
  content: "\e62b";
}
.icon-xiangyou:before {
  content: "\e688";
}
.icon-xiangzuo:before {
  content: "\e628";
}
.icon-xiangyou-copy:before {
  content: "\ecde";
}
.icon-weibo:before {
  content: "\e65a";
}
.icon-kongjian:before {
  content: "\e630";
}
.icon-erweima:before {
  content: "\eaf2";
}
.icon-bilibili:before {
  content: "\e653";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-flickr:before {
  content: "\eac7";
}
.icon-chuanzhen:before {
  content: "\e64c";
}
.icon-xiaoren:before {
  content: "\e73b";
}
.icon-facebook-fill:before {
  content: "\e88d";
}
.icon-vk1:before {
  content: "\e7a8";
}
.icon-search:before {
  content: "\e6aa";
}
.icon-xiangshang1:before {
  content: "\e62c";
}
.icon-xiangshang:before {
  content: "\e66b";
}
.icon-xiangxia1:before {
  content: "\e66c";
}
.icon-fasong:before {
  content: "\e627";
}
.icon-xiangshang4-copy:before {
  content: "\ecdd";
}
.icon-xiangshang4:before {
  content: "\e795";
}
.icon-tiktok:before {
  content: "\ecdc";
}
.icon-icon_TikTok-square:before {
  content: "\e626";
}
.icon-guge:before {
  content: "\e65c";
}
.icon-a-dianhua2:before {
  content: "\eb3c";
}
.icon-wodekefu:before {
  content: "\e68b";
}
.icon-huidaodingbu:before {
  content: "\e669";
}
.icon-duihao:before {
  content: "\eaf1";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-jiantou_xiangzuo:before {
  content: "\eb0a";
}
.icon-jiantou_qiehuanzuo2:before {
  content: "\eb06";
}
.icon-jiantou_qiehuanyou:before {
  content: "\e623";
}
.icon-shijian1:before {
  content: "\e61f";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-weixin:before {
  content: "\e619";
}
.icon-dizhi2:before {
  content: "\e61d";
}
.icon-homepage_fill:before {
  content: "\e702";
}
.icon-shujuzhiliang:before {
  content: "\e618";
}
.icon-Tags:before {
  content: "\e667";
}
.icon-dianhua3:before {
  content: "\e693";
}
.icon-tubiaoku03:before {
  content: "\e617";
}
.icon-15fenzhongxiangying:before {
  content: "\e692";
}
.icon-zuanshi_o:before {
  content: "\eb70";
}
.icon-yanfa:before {
  content: "\e632";
}
.icon-zhengshu:before {
  content: "\e66e";
}
.icon-changjiantou-copy-copy-copy:before {
  content: "\e60d";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-WeChat:before {
  content: "\e62f";
}
.icon-zhiding:before {
  content: "\e704";
}
.icon-skype2:before {
  content: "\ea04";
}
.icon-email2:before {
  content: "\e634";
}
.icon-whatsapp2:before {
  content: "\e60e";
}
.icon-jiantou_qiehuanzuo1:before {
  content: "\e6eb";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-biaoqian1:before {
  content: "\e629";
}
.icon-feiji:before {
  content: "\e6ae";
}
.icon-xiazai:before {
  content: "\e64b";
}
.icon-home1:before {
  content: "\e60b";
}
.icon-kehuishouwu-bolilei:before {
  content: "\e63f";
}
.icon-dianhua2:before {
  content: "\e61c";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-sanjiaoleft-copy:before {
  content: "\eb8e";
}
.icon-sanjiaoleft:before {
  content: "\e609";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tuandui:before {
  content: "\e62d";
}
.icon-renzhengpeizhi:before {
  content: "\e612";
}
.icon-jichusheshi:before {
  content: "\e670";
}
.icon-dianji-shouzhi:before {
  content: "\e60a";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-facebook1:before {
  content: "\eb8d";
}
.icon-douyin:before {
  content: "\e6b0";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}
.icon-dizhi1:before {
  content: "\e64a";
}
.icon-home-fill:before {
  content: "\e622";
}
.icon-message1:before {
  content: "\e6b5";
}
.icon-message2:before {
  content: "\e660";
}
.icon-jiantou:before {
  content: "\e638";
}
.icon-jiantou-copy:before {
  content: "\eb91";
}
.icon-up2:before {
  content: "\e721";
}
.icon-shubiao1:before {
  content: "\e662";
}
.icon-diqiu:before {
  content: "\e62e";
}
.icon-jiantou_xiangyou:before {
  content: "\eb08";
}
.icon-dianhua1:before {
  content: "\e61b";
}
.icon-dingzhijiaju:before {
  content: "\e61a";
}
.icon-shenhe:before {
  content: "\e64f";
}
.icon-dianhua:before {
  content: "\e71a";
}
.icon-daohangdizhi:before {
  content: "\e65f";
}
.icon-calendar2:before {
  content: "\e606";
}
.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}
.icon-fangda:before {
  content: "\e835";
}
.icon-calculation:before {
  content: "\e6ca";
}
.icon-chizi:before {
  content: "\e645";
}
.icon-chuangyejidi:before {
  content: "\e650";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-yuangongfuzeren:before {
  content: "\e62a";
}
.icon-gongchang:before {
  content: "\e98e";
}
.icon-dizhi:before {
  content: "\e652";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-appquality:before {
  content: "\e69b";
}
.icon-yuangong:before {
  content: "\e64e";
}
.icon-skype-fill:before {
  content: "\e882";
}
.icon-kexuejishu-:before {
  content: "\e9be";
}
.icon-zu:before {
  content: "\e613";
}
.icon-zuojiantou:before {
  content: "\e75c";
}
.icon-yuyan:before {
  content: "\e684";
}
.icon-shijian:before {
  content: "\e6c8";
}
.icon-jingyanfankui1:before {
  content: "\e665";
}
.icon-funengkejiyanfa:before {
  content: "\e64d";
}
.icon-shubiao:before {
  content: "\e89d";
}
.icon-icon_37:before {
  content: "\e60c";
}
.icon-xiangxia:before {
  content: "\e666";
}
.icon-wodedingdan2:before {
  content: "\e651";
}
.icon-zhiliangrenzheng:before {
  content: "\e65e";
}
.icon-tuanduishezhi:before {
  content: "\e604";
}
.icon-035meijin:before {
  content: "\e7d1";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-zhuanwan:before {
  content: "\e603";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-zhedie2:before {
  content: "\e621";
}
.icon-shouji:before {
  content: "\e658";
}
.icon-rili:before {
  content: "\e8b4";
}
.icon-youxiang:before {
  content: "\e664";
}
.icon-yingguoguoqi:before {
  content: "\e63e";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c4";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-fax1:before {
  content: "\e7ca";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-phone2:before {
  content: "\e7d0";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.icon-shangchuan:before {
  content: "\e602";
}
.icon-top2:before {
  content: "\e637";
}
.icon-biaoqian:before {
  content: "\e649";
}
.icon-home:before {
  content: "\e624";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.fut1 .describe p a{ color:#ec2128 !important;}
  .fut1 .describe p a:hover{    color: #666 !important;}