.tc {
  color: #df0023;
}
.tred {
  color: #e50011;
}
.t212936 {
  color: #212936;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.hidden {
  visibility: hidden;
}
.i-mauto {
  max-width: 92%;
}
.mauto {
  max-width: 1400px;
}
.f24 {
  font-size: 24px;
}
.img-scale img,
.hover-scale img {
  object-fit: cover;
}
header,
footer,
.header-m,
main,
.i-banner,
.banner {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
}
.header {
  border-bottom: 1px solid transparent;
  transition: all 0s;
}
.header .mauto {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.4) */
}
.search-btn {
  width: 60px;
  height: 86px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  cursor: pointer;
  margin-left: 42px;
}
.search-btn.active {
  background-image: url(../images/search3.png);
}
.header.cur {
  border-bottom: 1px solid #E2E4EA;
  background: #ffffff;
  color: #212936;
}
.header.cur nav ul li > a {
  color: #212936;
}
.header.cur .search-btn {
  background-image: url(../images/search2.png);
}
.header.cur .logo {
  display: none;
}
.header.cur .logo2 {
  display: inline-block;
}
.header.cur nav ul li.cur > a {
  color: #e50011;
}
.header.cur nav ul li:hover .sub-nav {
  top: 80px;
}
.header.cur .search-w {
  height: 80px;
}
.header.cur .search-btn {
  height: 80px;
}
.logo {
  height: 86px;
  line-height: 86px;
  overflow: hidden;
}
.logo2 {
  height: 86px;
  line-height: 86px;
  overflow: hidden;
  display: none;
}
nav ul li {
  position: relative;
  float: left;
  margin: 0 30px;
}
nav ul li.cur a::after,
nav ul li:hover a::after {
  transform: scale(1) translate(-50%);
  -webkit-transform: scale(1) translate(-50%);
  color: #e50011;
}
nav ul li:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  top: 100px;
}
nav ul li > a,
nav ul li > p {
  position: relative;
  height: 86px;
  line-height: 86px;
  font-size: 22px;
  min-width: 88px;
  text-align: justify;
  transition: all 0s;
  font-weight: 400;
}
nav ul li.cur.active a::after {
  color: #fff !important;
  background: #fff !important;
}
nav ul li > a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #e50011;
  transform: scale(0, 1) translate(-50%);
  -webkit-transform: scale(0, 1) translate(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav ul li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 125px;
  left: 50%;
  padding: 8px;
  min-width: 156px;
  width: auto;
  background: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav ul li .sub-nav a {
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #f5f7fa;
  border-radius: 4px;
  margin: 0 0 4px 0;
  font-size: 16px;
  color: #404960 !important;
  white-space: nowrap;
  padding: 0 5px;
}
nav ul li .sub-nav a:hover {
  color: #E94552 !important;
}
nav ul li .sub-nav a:active {
  color: #E94552 !important;
  background: #FEF5F6;
  font-weight: bold;
}
.home-swiper .swiper .wh1 {
  object-fit: cover;
}
.home-swiper .swiper .home-swiper-video {
  width: 100%;
  object-fit: cover;
}
.home-swiper .swiper .swiper-horizontal > .swiper-pagination-bullets,
.home-swiper .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.41rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 8px;
}
.home-swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.home-swiper .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c7c7c7;
  opacity: 1;
}
.home-swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.home-swiper .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  width: 30px;
  height: 8px;
  border-radius: 5px;
  background-color: #e50011;
}
.fix-search {
  z-index: 999;
  top: 0;
  left: 0;
}
.fix-search .hide {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.fix-search .hide::before,
.fix-search .hide::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000;
}
.fix-search .hide::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-search .hide::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-search .hide:hover {
  opacity: 0.5;
}
.fix-search .txt,
.fix-search .btn {
  height: 50px;
  line-height: 50px;
}
.fix-search .txt {
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1;
}
.fix-search .txt:focus {
  border-color: #666;
}
.fix-search .btn {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto;
}
.footer {
  background: #002d5b;
  color: #fff;
}
.footer video::-webkit-media-controls {
  display: none !important;
}
.footer .footer-logo-bg {
  width: 100%;
  position: relative;
}
.footer .footer-logo-bg .box-video {
  width: 100%;
  object-fit: cover;
}
.footer .footer-logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.footer .dflr {
  margin: 45px 0 0 0;
}
.footer .footer-logo {
  margin: auto;
  width: 100%;
  height: 0.85rem;
  background-repeat: no-repeat;
  background-position: center;
}
.footer dl {
  margin-left: 65px;
}
.footer dl:nth-child(1) {
  margin-left: 0;
}
.footer dl dt {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.footer dl dt::after {
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background: #ffffff;
}
.footer dl dd {
  line-height: 25px;
  color: #99abbd;
  font-size: 14px;
}
.footer .txt {
  margin-left: 10%;
}
.footer .link {
  padding: 19px 0;
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
}
.footer .link ul {
  width: calc(100% - 30px);
  height: 25px;
  overflow: hidden;
}
.footer .link ul.h_auto {
  height: auto;
}
.footer .link ul li {
  float: left;
  line-height: 25px;
  color: #9f9f9f;
}
.footer .link ul li.tt1 {
  color: #f1f1f1;
}
.footer .link ul li span {
  width: 22px;
  text-align: center;
}
.footer .link .btn {
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url(../images/footer_link.png) no-repeat center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .link .btn.active {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.footer .corpight {
  width: 100%;
  height: 56px;
  background: rgba(0, 26, 52, 0.57);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.footer .corpight .i-mauto {
  width: 100%;
  margin: auto;
  display: flex;
  font-size: 14px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  color: #ffffff;
}
.footer .corpight .mauto:after {
  display: none;
}
.i-banner img {
  width: auto;
}
.i-banner .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 3s;
  -webkit-transition: all 3s;
}
.i-banner .info {
  top: 0;
  left: 0;
  padding: 6%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15%);
  -webkit-transform: translateY(15%);
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.i-banner h3 {
  font-size: 0.6rem;
  color: #2b33a1;
}
.i-banner ul {
  max-width: 750px;
  margin: 0.6rem auto;
}
.i-banner li {
  padding: 0 0.2rem;
}
.i-banner li a:hover {
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
}
.i-banner li a:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.i-banner li a:hover em {
  color: #2b33a1;
}
.i-banner li .icon {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.i-banner li .icon img {
  margin: 0 auto;
}
.i-banner li em {
  font-size: 0.22rem;
  margin-top: 0.15rem;
}
.i-banner .slick-slide.cur .pic img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.i-banner .slick-slide.cur .info {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.i-banner .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 0.4rem;
}
.i-banner .slick-dots div {
  width: 5px;
  height: 5px;
  background: #fff;
  margin: 0 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.i-banner .slick-dots div.slick-active,
.i-banner .slick-dots div:hover,
.i-banner .slick-dots div:focus {
  width: 14px;
  height: 14px;
  border: 2px solid #df0023;
  background: #fff;
}
.i-banner .dn {
  display: none !important;
}
.i-title em {
  padding-bottom: 15px;
  font-size: 48px;
}
.i-title em::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 86px;
  height: 1px;
  background: #d3d3d3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.i-title2 em::after {
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.box-title p.title {
  width: 100%;
  height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 22px;
  text-align: center;
}
.box-title p.i-title {
  width: 100%;
  text-align: center;
  height: 49px;
  font-weight: bold;
  font-size: 32px;
  color: #212936;
  line-height: 49px;
  position: relative;
}
.box-title p.i-title:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%);
  bottom: -10px;
  width: 40px;
  height: 4px;
  background: #e50011;
}
.box-title p.ii-title {
  margin: 32px auto 0;
  width: 100%;
  height: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.more1 {
  width: 115px;
  height: 36px;
  line-height: 36px;
  background-image: url("../picture/more.png");
  cursor: pointer;
}
.more1:hover {
  background-image: url("../picture/more-hover.png");
}
.more1 img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
}
.more2 {
  background: rgba(255, 255, 255, 0.5);
}
.more3 {
  background: rgba(223, 0, 35, 0.5);
}
.i-about {
  background-image: url("../picture/aboutus.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.i-about .box-l-title .l-title1 {
  height: 29px;
  font-weight: bold;
  font-size: 24px;
  color: #212936;
  line-height: 29px;
  text-align: left;
}
.i-about .box-l-title .l-title2 {
  height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 4px 0 0 0;
}
.i-about .about-box {
  margin: 72px auto 0;
  align-items: flex-start;
  align-content: flex-start;
}
.i-about .about-l .box-l-text {
  margin: 20px 0;
  width: 865px;
  height: 224px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.i-about .about-l .box-l-text p {
  margin: 0px 0 30px 0;
}
.i-about .about-r {
  margin: 38px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  width: 496px;
  height: 310px;
}
.i-about .about-r .about-swiper {
  width: 496px;
  height: 310px;
}
.i-about .about-r .about-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-about .tred {
  position: relative;
}
.i-about .slowNumber {
  font-size: 56px;
  font-family: Impact;
  color: #e50011;
  line-height: 56px;
  text-align: center;
  font-style: normal;
  margin: 0 10px 0 0;
}
.i-about .slowNumber2 {
  font-size: 38px;
  color: #e50011;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 2px;
}
.i-about .con-l {
  width: 70%;
  max-width: 865px;
}
.i-about .con-l em {
  font-size: 48px;
  font-family: "Impact";
}
.i-about .con-l sup {
  font-size: 14px;
}
.i-about .con-r ul {
  margin-left: -0.18rem;
}
.i-about .con-r ul li {
  padding-left: 0.18rem;
  margin: 0.06rem 0;
}
.i-about .con-r ul .imgs {
  padding-bottom: 67.57322176%;
}
.i-about .con-r .info {
  top: 0;
  left: 0;
}
.i-about .con-r h3 {
  font-size: 24px;
  padding: 0px 20px;
}
.i-about .box-year {
  padding: 0 97px;
  margin: 51px auto 0;
}
.i-news .i-mauto {
  margin: 20px auto 84px;
  height: 684px;
  background-image: url("../picture/news.png");
}
.i-news .news-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.i-news .news-box .news-left {
  margin: 0 57px 0 0;
  position: relative;
}
.i-news .news-box .news-left .news-l-item {
  width: 669px;
  height: 377px;
  position: relative;
}
.i-news .news-box .news-left .news-l-item .img-scale {
  width: 669px;
  height: 377px;
}
.i-news .news-box .news-left .news-l-item .img-scale img {
  width: 669px;
  height: 377px;
  object-fit: cover;
}
.i-news .news-box .news-left .news-l-item .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 67px;
  line-height: 67px;
  background: rgba(0, 45, 91, 0.8);
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  font-style: normal;
}
.i-news .news-box .news-left .news-l-item .info:hover {
  color: #e50011;
}
.i-news .news-box .news-right {
  width: 680px;
  height: 377px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-start;
}
.i-news .news-box .news-right .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.i-news .news-box .news-right .item .one {
  width: 66px;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  padding: 0 15px 0 0;
  border-right: 1px solid #212936;
}
.i-news .news-box .news-right .item .one .t1 {
  width: 29px;
  height: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #212936;
  line-height: 28px;
  text-align: center;
  font-style: normal;
}
.i-news .news-box .news-right .item .one .t2 {
  height: 28px;
  font-weight: 400;
  font-size: 12px;
  color: #61687c;
  line-height: 28px;
  text-align: right;
  font-style: normal;
}
.i-news .news-box .news-right .item .two {
  width: 600px;
  padding: 0 0 0 24px;
}
.i-news .news-box .news-right .item .two .t1 {
  height: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #212936;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.i-news .news-box .news-right .item .two .t1:hover {
  color: #e50011;
}
.i-news .news-box .news-right .item .two .t2 {
  margin: 4px 0 0 0;
  height: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #61687c;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.i-news ul {
  margin-left: -0.46rem;
}
.i-news li {
  padding-left: 0.46rem;
  margin-bottom: 0.46rem;
}
.i-news li a:hover h3 {
  color: #df0023;
  text-decoration: underline;
}
.i-news li em {
  height: 46px;
  line-height: 46px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.i-news .imgs {
  height: 300px;
  padding-bottom: 48.58223062%;
}
.i-news h3 {
  color: #0e0e0e;
}
.i-news .els2 {
  color: #6b6b6b;
  height: 72px;
  line-height: 24px;
  -webkit-line-clamp: 3;
}
.i-guide {
  background-image: url("../images/bg2.png");
  background-size: cover;
  padding: 0.5rem 0 40px 0;
}
.i-guide .box-title {
  color: #fff !important;
}
.i-guide .box-title p.title {
  color: #fff !important;
}
.i-guide .box-title p.i-title {
  color: #fff !important;
}
.i-guide .con-l {
  height: 605px;
  width: calc(753 / 1920 * 100%);
}
.i-guide .con-l li {
  margin: 0rem 0;
}
.i-guide .con-l li:nth-child(2) .about-content {
  display: block !important;
}
.i-guide .con-l li a {
  font-size: 32px;
  padding: 13px 0.72rem 13px 10px;
  text-align: right;
}
.i-guide .con-l li.cur3 {
  width: 100%;
}
.i-guide .con-l li.cur3.cur2 .about-content {
  display: block;
}
.i-guide .con-l li.cur2 > a::after {
  background: url(../picture/more-icon.png) no-repeat center !important;
}
.i-guide .con-l li.cur3 > a {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 39px;
  letter-spacing: 5px;
  text-align: right;
  font-style: normal;
  background: linear-gradient(270deg, #002952 0%, rgba(0, 41, 82, 0) 100%);
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position-x: right;
}
.i-guide .con-l li.cur3 > a::after {
  background: url(../picture/more-icon2.png) no-repeat center;
}
.i-guide .con-l li:nth-child(2) > a::after {
  background: url(../picture/more-icon.png) no-repeat center !important;
}
.i-guide .con-l li.cur2 > a {
  background: linear-gradient(270deg, rgba(10, 134, 255, 0.7) 0%, rgba(10, 134, 255, 0) 100%);
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 39px;
  letter-spacing: 5px;
  text-align: right;
  font-style: normal;
}
.i-guide .con-l li > a {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 39px;
  letter-spacing: 5px;
  text-align: right;
  font-style: normal;
}
.i-guide .con-l li > a img {
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
}
.i-guide .about-content {
  margin: 8px 0;
  display: none;
}
.i-guide .con-l li > a::after {
  top: 30%;
  right: 36px;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/more_icon2.png) no-repeat center;
}
.i-guide .con-l li > a.cur {
  background: #df0023;
}
.i-guide .con-l li > a.cur::after {
  background: url(../images/more_icon3.png) no-repeat center;
}
.i-guide .con-l li .sub a {
  width: 100%;
  line-height: 56px;
  font-size: 20px;
  color: #e2e4ea;
  height: 56px;
  text-align: right;
  padding: 0 40px 0 0;
}
.i-guide .con-l li .sub a.cur {
  color: #20C7FF;
  font-weight: bold;
  background: linear-gradient(270deg, rgba(5, 98, 193, 0.8) 0%, rgba(37, 42, 46, 0) 100%);
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position-x: right;
}
.i-guide .con-l li .sub a:hover {
  color: #20C7FF;
  font-weight: bold;
}
.i-guide .con-l a {
  padding: 0 10%;
}
.i-guide .con-r {
  height: 605px;
  width: calc(1167 / 1920 * 100%);
}
.i-guide .con-r .item {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.i-guide .con-r .item .info {
  z-index: 1;
  padding: 4%;
  padding-bottom: 2%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.i-guide .con-r .item.cur {
  z-index: 1;
}
.i-guide .con-r .item.cur .info {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-end;
}
.i-guide .con-r .item.cur .img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  object-fit: cover;
}
.i-guide .con-r .img img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.i-guide .con-r .txt {
  width: 80%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 0;
}
.i-guide .con-r .box-title {
  font-size: 16px;
  padding-bottom: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: relative;
}
.i-guide .con-r .box-title p {
  height: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  border-left: 3px solid #ffffff;
  padding: 0 0 0 8px;
}
.i-guide .con-r .box-title img {
  width: 16px;
  height: 16px;
  margin: -20px 0 0 4px;
}
.i-guide .con-r .box-title2 {
  height: 39px;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 39px;
  text-align: left;
  font-style: normal;
  margin: 6px 0 0 0;
}
.about-title {
  height: 97px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  padding: 0 37px 0 10px;
  text-align: right;
}
.about-title img {
  width: 465px;
  height: auto;
}
.i-contact {
  width: 100%;
  height: 537px;
  background-image: url("../picture/connect.png");
  background-size: cover;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.i-contact .footer-left {
  width: 462px;
}
.i-contact .footer-left .i-contact img {
  max-width: inherit;
}
.i-contact .footer-left .img-scale:hover img {
  transform: scale(1);
}
.i-contact .footer-center {
  height: 261px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.i-contact .footer-center .footer-center-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.i-contact .footer-center .footer-center-item img {
  width: 24px;
  height: 24px;
  margin: 0 14px 0 0;
}
.i-contact .footer-center .footet-item-address {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 30px;
  width: 362px;
  height: 80px;
  background-image: url("../images/connect.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 12px 22px;
}
.i-contact .footer-center .footet-item-address img {
  width: 24px;
  height: 24px;
  margin: 4px 14px 0 0;
}
.i-contact .form {
  height: 261px;
  border-left: 1px solid #212936;
}
.i-contact .form .row {
  height: 168px;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  align-content: space-between;
  justify-content: space-between;
}
.i-contact .form .item {
  border-bottom: 1px solid #61687c;
}
.i-contact .form .item1-2 {
  width: calc(196 / 406 * 100%);
}
.i-contact .form .item-red {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  position: relative;
}
.i-contact .form .item-red input {
  margin: 0 0 0 20px;
}
.i-contact .form .item-qrcode .box-qrcode {
  width: 100%;
  cursor: pointer;
  background-color: #eef0f4;
}
.i-contact .form .item-qrcode .box-qrcode img {
  width: 100%;
  object-fit: contain;
}
.i-contact .form .item-red:before {
  content: "*";
  position: absolute;
  top: 40%;
  left: 5px;
  color: #e50011;
}
.i-contact .form .row1 {
  margin-left: -0.45rem;
}
.i-contact .form .txt,
.i-contact .form textarea {
  background-color: transparent;
}
.i-contact .form .txt {
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  margin-left: 20px;
}
.i-contact .form .btn {
  width: 110px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #404960;
  line-height: 36px;
  background: transparent;
  color: #404960;
  font-size: 14px;
}
.i-contact .form .btn:hover {
  color: #fff;
  background: rgba(0, 97, 193, 0.2);
}
.banner {
  margin: 86px auto 0;
  position: relative;
}
.banner.cur img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.banner img {
  height: auto;
  object-fit: cover;
  transition: all 3s;
  -webkit-transition: all 3s;
}
.banner-txt {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-txt-img {
  width: auto !important;
  max-width: 5rem;
  object-fit: contain !important;
}
@media (max-width: 1200px) {
  .home-swiper .swiper .home-swiper-video {
    object-fit: cover;
  }
  .banner > img {
    height: 3rem;
  }
}
.main-nav-p {
  width: 100%;
  height: 80px;
  background: #f5f7fa;
}
.main-nav-p ul {
  font-size: 0;
}
.main-nav-p li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.main-nav-p li a {
  border: 1px solid #f5f7fa;
}
.main-nav-p li.cur::after,
.main-nav-p li:hover::after {
  visibility: visible;
  opacity: 1;
}
.main-nav-p li.cur a,
.main-nav-p li:hover a {
  border: 1px solid #e50011;
  color: #e50011;
}
.main-nav-p li a {
  display: block;
  padding: 0 26px;
  height: 40px;
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #212936;
  line-height: 40px;
  text-align: center;
  font-style: normal;
}
.main-nav-p2 .mauto:after {
  display: none;
}
.main-nav-p2 .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.main-nav-p2 li.cur,
.main-nav-p2 li:hover {
  background: #ffffff;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #e50011;
  text-align: left;
  font-style: normal;
}
.main-nav-p2 li a {
  position: relative;
  min-height: 80px;
  font-size: 22px;
}
.main-nav-p2 li.cur a::after,
.main-nav-p2 li:hover a::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 4px;
  background: #e50011;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.main-home {
  height: 85px;
  line-height: 85px;
  padding-left: 24px;
  background: url(../images/main_home.png) no-repeat left center;
  font-size: 16px;
  color: #61687c;
}
.main-home a {
  font-size: 16px;
  color: #61687c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.main-home i {
  font-family: "SimSun", "NSimSun", "Serif", "Georgia";
  margin: 0 3px;
  height: 22px;
}
.main-home a:hover {
  color: #df0023;
  text-decoration: underline;
}
.content {
  min-height: 400px;
}
.zp-content2 {
  border-top: 2px solid #D5D7DC !important;
}
.zp-content2 .t2 {
  height: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #979797 !important;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.zp-content {
  width: 1400px;
  background: #ffffff;
  margin: 24px auto 0;
  border-top: 2px solid #e50011;
  position: relative;
}
.zp-content .ancontent {
  padding: 48px 56px 0 56px;
}
.zp-content .box-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.zp-content .box-title .left-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
}
.zp-content .box-title .left-title .t1 {
  height: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #404960;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin: 0 40px 0 0;
}
.zp-content .box-title .left-title .t2 {
  height: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #e50011;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.zp-content .box-title .right-title {
  width: 256px;
  height: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.zp-content .box-msg {
  margin: 23px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.zp-content .box-msg .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.zp-content .box-msg .item img {
  width: 16px;
  height: auto;
  margin: 0 7px 0 0;
}
.zp-content .box-msg .item p {
  width: 80px;
  height: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.zp-content .box-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}
.zp-content .box-icon p {
  height: 23px;
  background: #f5f7fa;
  border-radius: 2px;
  line-height: 23px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #404960;
  font-style: normal;
  margin: 0 10px 0 0;
  padding: 0 6px;
}
.zp-content .box-detail {
  margin: 43px auto 0;
  padding: 0 0 56px 0;
  display: flex;
  flex-wrap: nowrap;
}
.zp-content .box-detail .item {
  width: 50%;
}
.zp-content .box-detail .item .t1 {
  color: #404960;
  font-size: 18px;
  font-weight: 400;
}
.zp-content .box-detail .item ul {
  margin: 40px 0 0 0;
}
.zp-content .box-detail .item ul li {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  text-align: left;
  font-style: normal;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0px 0 20px 0;
}
.zp-content .box-detail .item ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  transform: translate(0, -50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #404960;
}
.zp-content .zp-box-footer {
  border-top: 1px solid #e2e4ea;
  width: 100%;
  text-align: center;
  height: 72px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  line-height: 72px;
  font-style: normal;
}
.zp-content img.zp-icon1 {
  position: absolute;
  bottom: 20px;
  left: 32px;
}
.main-about .a-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.main-about .a-title .atitle {
  width: 100%;
  height: 45px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #212936;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-align: center;
}
.main-about .a-title .atitle .side {
  display: inline-block;
  width: 20px;
}
.main-about .a-title .box-start {
  margin: 10px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.main-about .a-title .box-start p.line {
  width: 135px;
  height: 1px;
  background: #404960;
  margin: 0 24px;
}
.main-about .a-title .box-start img {
  width: 24px;
  height: 24px;
  margin: 0 15px;
}
.main-about .about-bg {
  width: 100%;
  height: 526px;
  background-image: url("../picture/about-bg1.png");
  background-size: cover;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-about .about-bg img {
  width: 100%;
  max-width: 1586px;
}
@media (max-width: 767px) {
  .banner-txt-img {
    width: auto !important;
    max-width: 3rem;
  }
  .main-about .a-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }
  .main-about .a-title .atitle {
    width: 100%;
    height: 28px;
    font-size: 28px;
    color: #212936;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-align: center;
  }
  .main-about .a-title .atitle .side {
    display: inline-block;
    width: 10px;
  }
  .main-about .a-title .box-start {
    margin: 10px auto 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .main-about .a-title .box-start p.line {
    width: 135px;
    height: 1px;
    background: #404960;
    margin: 0 24px;
  }
  .main-about .a-title .box-start img {
    width: 24px;
    height: 24px;
    margin: 0 15px;
  }
  .main-about .about-bg {
    width: 100%;
    padding: 20px;
    height: auto;
    background-image: url("../picture/about-bg1.png");
    background-size: cover;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-about .about-bg img {
    width: 100%;
    max-width: 1586px;
  }
}
.event {
  background: #e9edf5 url(../images/event_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.event .mauto .title1 {
  width: 526px;
  height: auto;
  margin: 20px 0 20px 0;
}
.event .mauto ul li {
  width: 392px;
  height: 160px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.event .icon1 {
  height: 40px;
  background: url(../images/event_icon1.png) no-repeat center;
}
.event .icon2 {
  height: 92px;
  background: url(../images/event_icon3.png) no-repeat center;
}
.event .line {
  top: 0;
  left: 50%;
  height: 100%;
  width: 3px;
  background: #e2e4ea;
  border-radius: 8px;
}
.event .item-bg {
  top: 27px;
  left: 50%;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 4px solid #e50011;
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.event li {
  z-index: 1;
  margin-bottom: 0.5rem;
}
.event li:nth-child(odd) .con-l a {
  float: right;
}
.event li:nth-child(odd) .info::after {
  left: -13px;
  border-right: 14px solid #979797;
}
.event li:nth-child(odd) .info::before {
  left: -11px;
  border-right: 14px solid #ffffff;
  z-index: 10;
}
.event li:nth-child(even) .con-r {
  float: left;
}
.event li:nth-child(even) .info::after {
  right: -14px;
  border-left: 14px solid #979797;
}
.event li:nth-child(even) .info::before {
  right: -11px;
  border-left: 14px solid #ffffff;
  z-index: 10;
}
.event .con-l,
.event .con-r {
  padding: 0 0.5rem;
  margin-bottom: 0.3rem;
}
.event .pic {
  max-width: 330px;
  width: 330px;
  height: 186px;
  background: #f5f7fa;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.event .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event .pic::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(223, 0, 35, 0.79) url(../images/honor_icon.png) no-repeat center;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.event .pic:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.event .info {
  padding: 0.3rem 0.4rem;
  border-radius: 10px;
  border: 1px solid #979797;
}
.event .info::after {
  position: absolute;
  content: "";
  top: 39px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.event .info::before {
  position: absolute;
  content: "";
  top: 39px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.event h3 {
  font-size: 36px;
  font-family: "Impact";
}
.event .txt {
  padding-left: 20px;
}
.event .txt::after {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 99%;
  background: #df0023;
}
@media (max-width: 767px) {
  .contact .row {
    flex-wrap: wrap;
  }
  .contact .txt .title {
    font-size: 28px !important;
  }
  .content .contact .add-w {
    width: 535px;
    height: 301px;
    text-align: right;
  }
  .content .contact .add-w img {
    object-fit: contain;
  }
  .content .item-connect .title {
    width: 100%;
    height: 74px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #212936;
    line-height: 50px;
    text-align: left;
    font-style: normal;
  }
  .content .detail-connect {
    display: flex;
    flex-wrap: wrap !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center !important;
    padding: 30px 0 25px 0;
    border-top: 1px solid #e2e4ea;
  }
  .content .detail-connect .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: flex-start;
  }
  .content .detail-connect .left img {
    width: 50px;
    height: 50px;
  }
  .content .detail-connect .left p.antitle {
    margin: 6px 0 0 0;
    width: 100%;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #212936;
    line-height: 22px;
    text-align: left;
    font-style: normal;
  }
  .content .detail-connect .right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .content .detail-connect .right .tt {
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #404960;
    line-height: 28px;
    text-align: left;
    font-style: normal;
  }
  .event {
    background: #e9edf5 url(../images/event_bg.jpg) no-repeat bottom center;
    background-attachment: fixed;
  }
  .event .mauto {
    text-align: center;
  }
  .event .mauto .title1 {
    width: 90%;
    margin: 20px auto;
    height: auto;
  }
  .event .mauto ul li {
    width: 392px;
    height: 160px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #404960;
    line-height: 32px;
    text-align: left;
    font-style: normal;
  }
  .event .icon1 {
    height: 40px;
    background: url(../images/event_icon1.png) no-repeat center;
  }
  .event .icon2 {
    height: 92px;
    background: url(../images/event_icon3.png) no-repeat center;
  }
  .event .line {
    top: 0;
    left: 50%;
    height: 100%;
    width: 3px;
    background: #e2e4ea;
    border-radius: 8px;
  }
  .event .item-bg {
    top: 27px;
    left: 50%;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 4px solid #e50011;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .event li {
    z-index: 1;
    margin-bottom: 0.5rem;
  }
  .event li:nth-child(odd) .con-l a {
    float: right;
  }
  .event li:nth-child(odd) .info::after {
    left: -13px;
    border-right: 14px solid #979797;
    display: none;
  }
  .event li:nth-child(odd) .info::before {
    left: -11px;
    border-right: 14px solid #ffffff;
    z-index: 10;
    display: none;
  }
  .event li:nth-child(even) .con-r {
    float: left;
  }
  .event li:nth-child(even) .info::after {
    right: -14px;
    border-left: 14px solid #979797;
    display: none;
  }
  .event li:nth-child(even) .info::before {
    right: -11px;
    border-left: 14px solid #ffffff;
    z-index: 10;
    display: none;
  }
  .event .con-l,
  .event .con-r {
    padding: 0 0.5rem;
    margin-bottom: 0.3rem;
  }
  .event .pic {
    max-width: 100%;
    width: 100%;
    height: auto;
    background: #f5f7fa;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
  }
  .event .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .event .pic::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(223, 0, 35, 0.79) url(../images/honor_icon.png) no-repeat center;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .event .pic:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .event .info {
    padding: 0.1rem 0.2rem;
    border-radius: 10px;
    border: 1px solid #979797;
  }
  .event .info::after {
    position: absolute;
    content: "";
    top: 39px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .event .info::before {
    position: absolute;
    content: "";
    top: 39px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .event h3 {
    font-size: 28px;
    font-family: "Impact";
  }
  .event .txt {
    padding-left: 0px;
    text-align: left;
    width: 90%;
    margin: auto;
  }
  .event .txt::after {
    position: absolute;
    content: "";
    left: -8px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 99%;
    background: #df0023;
  }
  .footer .corpight {
    width: 100%;
    height: 70px;
    background: rgba(0, 26, 52, 0.57);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .footer .corpight .i-mauto {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 12px !important;
  }
  .footer .corpight .i-mauto .f-left {
    width: 100%;
  }
  .footer .corpight .i-mauto .f-right {
    width: 100%;
  }
  .footer .corpight .mauto:after {
    display: none;
  }
  .footer-logo-bg {
    display: none;
  }
  .i-guide {
    padding: 20px 0 0 0;
  }
  .i-guide .con-l {
    width: 100%;
  }
  .i-guide .con-l li {
    margin: 0rem 0;
  }
  .i-guide .con-l li a {
    font-size: 32px;
    padding: 13px 50px 13px 10px;
    text-align: right;
  }
  .i-guide .con-l li.cur2 > a {
    background: linear-gradient(270deg, rgba(10, 134, 255, 0.7) 0%, rgba(10, 134, 255, 0) 100%);
    font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
    font-weight: bold;
    font-size: 24px !important;
    color: #ffffff;
    line-height: 39px;
    letter-spacing: 5px;
    text-align: right;
    font-style: normal;
  }
  .i-guide .con-l li.cur2 > a::after {
    background: url(../picture/more-icon.png) no-repeat center !important;
  }
  .i-guide .con-l li.cur3 > a {
    font-size: 24px !important;
    color: #ffffff;
    line-height: 39px;
    letter-spacing: 5px;
    text-align: right;
    font-style: normal;
  }
  .i-guide .con-l li.cur3 > a::after {
    background: url(../picture/more-icon2.png) no-repeat center;
  }
  .i-guide .con-l li > a {
    font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    line-height: 39px;
    letter-spacing: 5px;
    text-align: right;
    font-style: normal;
  }
  .i-guide .con-l li > a img {
    width: 32px;
    height: 32px;
    margin: 0 20px 0 0;
  }
  .i-guide .about-content {
    margin: 8px 0;
  }
  .i-guide .con-l li > a::after {
    top: 30%;
    right: 10px;
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/more_icon2.png) no-repeat center;
  }
  .i-guide .con-l li > a.cur {
    background: #df0023;
  }
  .i-guide .con-l li > a.cur::after {
    background: url(../images/more_icon3.png) no-repeat center;
  }
  .i-guide .con-l li .sub a {
    width: 100%;
    line-height: 56px;
    font-size: 16px !important;
    color: #e2e4ea;
    height: 56px;
    text-align: right;
    padding: 0 40px 0 0;
  }
  .i-guide .con-l li .sub a.cur {
    background: linear-gradient(270deg, rgba(5, 98, 193, 0.8) 0%, rgba(0, 70, 142, 0) 100%);
  }
  .i-guide .con-l a {
    padding: 0 10%;
  }
  .i-guide .con-r {
    width: calc(100% - 580px);
  }
  .i-guide .con-r .item {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .i-guide .con-r .item .info {
    z-index: 1;
    padding: 4%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 1s;
    -webkit-transition: all 1s;
    margin-top: 0 !important;
  }
  .i-guide .con-r .item.cur {
    z-index: 1;
  }
  .i-guide .con-r .item.cur .info {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-end;
  }
  .i-guide .con-r .item.cur .img img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .i-guide .con-r .img img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 1s;
    -webkit-transition: all 1s;
  }
  .i-guide .con-r .txt {
    max-width: none;
    width: 100%;
  }
  .i-guide .con-r .box-title {
    font-size: 16px;
    padding-bottom: 4px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
  }
  .i-guide .con-r .box-title p {
    height: 22px;
    font-weight: 600;
    font-size: 14px !important;
    color: #ffffff;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    border-left: 3px solid #ffffff;
    padding: 0 0 0 8px;
  }
  .i-guide .con-r .box-title img {
    width: 16px;
    height: 16px;
    margin: -20px 0 0 4px;
  }
  .i-guide .con-r .box-title2 {
    height: 39px;
    font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
    font-weight: bold;
    font-size: 22px !important;
    color: #ffffff;
    line-height: 39px;
    text-align: left;
    font-style: normal;
    margin: 6px 0 0 0;
  }
  .i-news ul {
    margin: 0;
  }
  .i-news li {
    padding: 0;
  }
  .i-news .i-mauto {
    background-image: url("../picture/news.png");
  }
  .i-news .news-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  .i-news .news-box .news-left {
    margin: 0 0 0 0;
    position: relative;
    width: 100%;
  }
  .i-news .news-box .news-left .news-l-item {
    width: 100%;
    height: auto;
    position: relative;
  }
  .i-news .news-box .news-left .news-l-item .img-scale {
    width: 100%;
    height: auto;
  }
  .i-news .news-box .news-left .news-l-item .img-scale img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .i-news .news-box .news-left .news-l-item .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 45, 91, 0.8);
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-style: normal;
  }
  .i-news .news-box .news-right {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
  }
  .i-news .news-box .news-right .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 auto 0px;
  }
  .i-news .news-box .news-right .item .one {
    width: 66px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding: 0 10px 0 0;
    border-right: 1px solid #212936;
  }
  .i-news .news-box .news-right .item .one .t1 {
    width: 29px;
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #212936;
    line-height: 28px;
    text-align: center;
    font-style: normal;
  }
  .i-news .news-box .news-right .item .one .t2 {
    height: 28px;
    font-weight: 400;
    font-size: 12px;
    color: #61687c;
    line-height: 28px;
    text-align: right;
    font-style: normal;
  }
  .i-news .news-box .news-right .item .two {
    width: 80%;
    padding: 0 0 0 4px;
  }
  .i-news .news-box .news-right .item .two .t1 {
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #212936;
    line-height: 28px;
    text-align: left;
    font-style: normal;
  }
  .i-news .news-box .news-right .item .two .t2 {
    margin: 4px 0 0 0;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #61687c;
    line-height: 20px;
    text-align: left;
    font-style: normal;
  }
  .i-contact {
    width: 100%;
    height: auto;
    background-image: url("../picture/connect.png");
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .i-contact .footer-left {
    width: 462px;
  }
  .i-contact .footer-left .i-contact img {
    max-width: inherit;
  }
  .i-contact .footer-center {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .i-contact .footer-center .footer-center-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 0 20px;
  }
  .i-contact .footer-center .footer-center-item img {
    width: 24px;
    height: 24px;
    margin: 0 14px 0 0;
  }
  .i-contact .footer-center .footet-item-address {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 0 0px;
    width: 100%;
    height: 82px;
    position: relative;
    padding: 10px 22px;
    padding: 10px 20px !important;
    line-height: normal !important;
  }
  .i-contact .footer-center .footet-item-address img {
    width: 24px;
    height: 24px;
    margin: 4px 5px 0 0;
  }
  .about-title {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0 37px 0 0;
    text-align: right;
  }
  .about-title img {
    width: 280px;
    height: auto;
  }
  .event .info::after {
    display: none;
  }
}
.news-list li {
  margin-bottom: 0.4rem;
}
.news-list li a {
  border-radius: 5px;
  height: 301px;
  background: #ffffff;
  border: 1px solid #e2e4ea;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.news-list li a:hover {
  border: 1px solid #e50011;
}
.news-list li a:hover .info .els {
  color: #e50011;
}
.news-list li a:hover .icon {
  transform: translateX(0.2rem);
  -webkit-transform: translateX(0.2rem);
  background: url(../images/news_list_icons.png) no-repeat center;
}
.news-list .img {
  width: 421px;
  height: 237px;
  margin: 0 0 0 32px;
}
.news-list .info-w {
  width: calc(947 / 1400 * 100%);
  height: 240px;
}
.news-list .date {
  width: 135px;
}
.news-list .date em {
  font-size: 28px;
}
.news-list .info {
  width: calc(810 / 947 * 100%);
  height: 100%;
}
.news-list .info h3 {
  color: #575757;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.1rem;
  width: 810px;
  height: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #404960;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin: 38px 0 0 0;
}
.news-list .info .els2 {
  width: 738px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin: 28px 0 0 0;
  line-height: 24px;
}
.els3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 20px 0 0 0;
}
.news-list2 .icon,
.news-list .icon {
  width: 65px;
  height: 100%;
  background: url(../images/news_list_icon.png) no-repeat center;
}
.news-info .head {
  border-bottom: 1px solid #e2e4ea;
  padding: 0 0 17px 0;
  align-items: flex-end;
  align-content: flex-end;
  height: auto;
}
.news-info .head .con-l {
  width: calc(100% - 140px);
  color: #7a7a7a;
}
.news-info .head .con-l div {
  color: #61687c;
}
.news-info .head .con-l h3 {
  font-size: 26px;
  color: #404960;
}
.news-info .head .bdsharebuttonbox {
  font-size: 0;
  padding-left: 45px;
  height: 16px;
}
.news-info .head .bdsharebuttonbox .wx-icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/share-icon.png");
  background-position: 1px 0;
}
.news-info .head .bdsharebuttonbox .sina-icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/share-icon.png");
  background-position: -36px 0px;
}
.news-info .head .bdsharebuttonbox .zone-icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/share-icon.png");
  background-position: -73px 0px;
}
.news-info .head .bdsharebuttonbox i {
  left: 0;
  top: 0;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #61687c;
}
.news-info .head .bdsharebuttonbox a {
  margin: 0 8px !important;
  padding: 0 !important;
}
.news-info .edit {
  color: #404960;
  font-size: 16px;
  line-height: 36px;
}
.page {
  width: 100%;
  margin: 72px auto 0;
  display: flex;
  justify-content: space-between;
}
.page .btn-right {
  text-align: right;
}
.page a {
  height: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  display: inline-block;
}
.page a:last-child {
  text-align: right;
}
.page a:hover {
  color: #e50011;
}
.news-return a {
  width: 153px;
  height: 47px;
  line-height: 47px;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.news-return a img {
  margin-right: 10px;
}
.news-list2 li {
  margin-bottom: 11px;
}
.news-list2 li a {
  height: 92px;
  background: #ffffff;
  border: 1px solid #e2e4ea;
  padding: 0 37px 0 0;
  color: #404960;
}
.news-list2 li a:hover {
  background: #ffffff;
  border: 1px solid #e50011;
}
.news-list2 li a:hover h3 {
  color: #df0023;
}
.news-list2 li a:hover .icon {
  transform: translateX(0.2rem);
  -webkit-transform: translateX(0.2rem);
  background: url(../images/news_list_icons.png) no-repeat center;
}
.news-list2 .info {
  width: calc(100% - 200px);
}
.news-list2 .date {
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 0 56px 0 32px;
  min-width: 92px;
  white-space: nowrap;
}
.news-list2 p.els {
  width: 70%;
  font-size: 16px;
  color: #404960;
}
.contact .txt .title {
  height: 50px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 36px;
  color: #212936;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-bottom: 25px;
}
.content .contact .txt {
  color: #404960;
}
.content .contact .add-w {
  width: 535px;
  height: 301px;
  text-align: right;
}
.content .contact .add-w .img-scale:hover img {
  transform: scale(1);
}
.content .contact .add-w img {
  object-fit: contain;
}
.content .item-connect .title {
  width: 100%;
  height: 74px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 32px;
  color: #212936;
  line-height: 50px;
  text-align: left;
  font-style: normal;
}
.content .detail-connect {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 30px 0 25px 0;
  border-top: 1px solid #e2e4ea;
}
.content .detail-connect .detail-item:nth-child(1) {
  width: 45%;
}
.content .detail-connect .detail-item:nth-child(2) {
  width: 35%;
}
.content .detail-connect .detail-item:nth-child(3) {
  width: 20%;
}
.content .detail-connect .left {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: flex-start;
}
.content .detail-connect .left img {
  width: 50px;
  height: 50px;
}
.content .detail-connect .left p.antitle {
  margin: 10px 0;
  width: 100%;
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #212936;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.content .detail-connect .right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.content .detail-connect .right .tt {
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.rl-content {
  margin: 50px auto 0;
}
.rl-content .rl-title .atitle {
  width: 100%;
  text-align: center;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 56px;
  height: 56px;
  line-height: 56px;
  color: #ebecef;
  font-style: normal;
}
.rl-content .rl-title .otitle {
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  color: #212936;
  text-align: center;
  font-style: normal;
  margin: -20px auto 0;
}
.rl-content .rl-title .etitle {
  width: 100%;
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #404960;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin: 16px auto 0;
}
.rl-content .rl-box {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.rl-content .rl-box .item-box {
  width: 333px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #e2e4ea;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.rl-content .rl-box .item-box img {
  width: 56px;
  height: 56px;
  margin: 73px auto 0;
}
.rl-content .rl-box .item-box .t1 {
  width: 100%;
  margin: 46px auto 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #404960;
  text-align: center;
  font-style: normal;
}
.rl-content .rl-box .item-box .t2 {
  width: 224px;
  height: 96px;
  margin: 26px auto 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 32px;
  text-align: center;
  font-style: normal;
}
.rl-content .rl-box .item-box2 {
  width: 445px;
  height: 143px;
  background: #ffffff;
  border: 1px solid #e2e4ea;
  margin: 0 0 32px 0;
  padding: 32px 32px 0 32px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.rl-content .rl-box .item-box2:hover {
  border: 1px solid #e50011;
}
.rl-content .rl-box .item-box2 .t1 {
  height: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #404960;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.rl-content .rl-box .item-box2 .detail {
  margin: 24px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  font-family: "SimSun", "NSimSun", "Serif", "Georgia";
  height: 22px;
}
.rl-content .rl-box .item-box2 .detail span {
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #61687c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 0 13px 0 0;
}
.rl-content .rl-box .item-box2 img.right {
  width: 64px;
  height: 64px;
}
.rl-content2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.rl-content2 .item1 {
  width: calc(1 / 3 * 100%);
  height: 280px;
  position: relative;
}
.rl-content2 .item1 .box-t1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.rl-content2 .item1 p.t1 {
  margin: 40px 0 0 56px;
  width: 160px;
  height: 49px;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  line-height: 49px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-style: normal;
}
.rl-content2 .item1 .img-scale {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.rl-content2 .item1 .img-scale:hover img {
  transform: scale(1);
}
.rl-box3 {
  margin: 47px auto 0;
}
.rl-box3 .swiper {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
}
.rl-box3 .swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.rl-box3 .swiper .swiper-slide img {
  display: block;
  margin: auto;
}
.rl-box3 .swiper .swiper-slide .img-scale {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.contact .add {
  height: 5.56rem;
}
.contact .add img {
  max-width: inherit;
}
.in {
  background: #f9f9f9;
}
.in .con-l {
  width: 266px;
}
.in .con-l li {
  margin-bottom: 6px;
}
.in .con-l li a {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  border-left: 2px solid transparent;
  background: #fff;
}
.in .con-l li a.cur,
.in .con-l li a:hover {
  color: #e50011;
  background: #ffffff;
}
.in .con-r {
  width: calc(100% - 290px);
}
.in .con-r p {
  color: #404960;
}
.in .head {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  color: #404960;
  width: 100%;
}
.in .head img {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.news-list3 li {
  margin-bottom: 0.4rem;
}
.news-list3 li a {
  border-radius: 5px;
  background: #f9f9f9;
}
.news-list3 li a:hover {
  color: #fff;
  background: #df0023;
  border-color: #df0023;
}
.news-list3 li a:hover .info-w {
  border-color: transparent;
}
.news-list3 li a:hover .info .els,
.news-list3 li a:hover .info .els2 {
  color: #fff;
}
.news-list3 li a:hover .icon {
  background: url(../images/news_list_icons.png) no-repeat center;
}
.news-list3 .img {
  width: 294px;
  height: 173px;
  border-radius: 5px;
}
.news-list3 .info-w {
  width: calc(100% - 294px);
  height: 173px;
}
.news-list3 .date {
  width: 135px;
}
.news-list3 .date em {
  font-size: 28px;
}
.news-list3 .info {
  width: calc(100% - 260px);
  padding: 0 3.5%;
  border-left: 1px solid #e8e8e8;
}
.news-list3 .info h3 {
  color: #575757;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.news-list3 .info .els2 {
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #5b5c5d;
}
.news-list3 .icon {
  width: 65px;
  height: 100%;
  background: url(../images/news_list_icon.png) no-repeat center;
}
.pro-nav a {
  padding: 0 0.3rem;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #2a2a2a;
  margin: 2px 16px 2px 0;
  background: #f9f9f9;
}
.pro-nav a.cur,
.pro-nav a:hover {
  color: #df0023;
}
.pro-list ul {
  margin-left: -0.18rem;
}
.pro-list li {
  padding-left: 0.18rem;
}
.pro-list li a {
  color: #404960;
}
.pro-list li a:hover h3 {
  color: #e50011;
}
.pro-list .imgs {
  width: 330px;
  height: 186px;
  background: #f5f7fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pro-list .imgs img {
  width: 320px;
  height: 177px;
}
.pro-list h3 {
  font-size: 16px;
  margin: 24px 0 32px 0;
  height: 48px;
  line-height: 24px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fix-side {
  z-index: 5;
  position: fixed;
  right: 32px;
  top: 70%;
  width: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 7px 0px rgba(151, 164, 177, 0.4);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fix-side .item {
  position: relative;
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #ddd;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
}
.fix-side .item1 {
  background-image: url(../images/fix_side_1.png);
  border-radius: 30px 30px 0 0;
  z-index: 50;
}
.fix-side .item1:hover {
  background-image: url(../images/fix_side_11.png) !important;
}
.fix-side .item2 {
  z-index: 50;
}
.fix-side .item2 span {
  background-image: url(../images/fix_side_2.png);
}
.fix-side .item2:hover span {
  background-image: url(../images/fix_side_22.png) !important;
}
.fix-side .item3 {
  border: none;
  z-index: 50;
}
.fix-side .item3 span {
  background-image: url(../images/fix_side_3.png);
}
.fix-side .item3:hover span {
  background-image: url(../images/fix_side_33.png) !important;
}
.fix-side .item em,
.fix-side .item .imgs {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.fix-side .item em a,
.fix-side .item .imgs a {
  color: #000;
}
.fix-side .item em i,
.fix-side .item .imgs i {
  width: 100px;
  text-align: center;
}
.fix-side .item span {
  width: 60px;
  height: 60px;
}
.fix-side .item:hover em {
  width: 200px;
}
.fix-side .pic,
.fix-side #gotop {
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.fix-side #gotop {
  border-radius: 0 0 30px 30px;
  border-top: 1px solid #ddd;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-image: url(../images/fix_side_4.png);
}
.fix-side #gotop:hover {
  background-image: url(../images/fix_side_44.png);
}
.fix-side .pic:hover .imgs {
  visibility: visible;
  opacity: 1;
  right: 100%;
}
.fix-side .pic .imgs {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: -200%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-side .item span,
.fix-side .pic,
#gotop {
  background-repeat: no-repeat;
  background-position: center;
}
.fix-side .item:hover i,
.fix-side .item:hover span,
.fix-side .pic:hover,
#gotop:hover {
  background-color: #fff;
}
.slick-dots div.slick-active,
.slick-dots div:hover,
.slick-dots div:focus {
  background: #fff;
}
.in-page {
  margin: 20px auto 0;
  color: #61687c;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 32px;
}
.in-page .txt1 {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #61687c;
  line-height: 20px;
  margin: 0 16px;
}
.in-page .txt2 {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #61687c;
  line-height: 20px;
  margin: 0 0 0 16px;
}
.in-page .btn1 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid #e2e4ea;
  color: #9fa3b0;
  font-family: "SimSun", "NSimSun", "Serif", "Georgia";
}
.in-page input {
  width: 36px;
  background-color: #fafafb;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid #e2e4ea;
  color: #9fa3b0;
  text-align: center;
  margin: 0 6px;
}
.in-page span,
.in-page a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 6px;
}
.in-page a:hover,
.in-page a.cur {
  color: #df0023;
}
.tab-head li {
  cursor: pointer;
}
.tab-body li {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tab-body li.cur {
  visibility: visible;
  opacity: 1;
  height: inherit;
}
.edit {
  overflow: hidden;
}
.edit span {
  display: inline;
}
.edit img {
  width: auto !important;
  height: auto !important;
}
.edit td,
.edit th {
  border: 1px solid;
}
.fix-wrap {
  display: none;
  z-index: 999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap,
.fix-wrap svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fix-wrap .hide,
.fix-wrap circle {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.fix-wrap .hide {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}
.fix-wrap .hide::before,
.fix-wrap .hide::after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50%;
  margin-top: -25%;
  background: #fff;
}
.fix-wrap .hide::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-wrap .hide::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-wrap .hide:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.fix-wrap .hide:hover circle {
  fill: none;
  stroke-dasharray: 145;
}
.fix-wrap svg {
  position: absolute;
}
.fix-wrap circle {
  stroke-dasharray: 0 145;
}
.fix-video .video-wrap {
  min-width: 55%;
  max-width: 55%;
  margin: 0 auto;
}
.fix-video video {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3a3a3a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #2d2d2d;
  object-fit: cover;
  animation: ReturnToNormal 0.5s both;
  -webkit-animation: ReturnToNormal 0.5s both;
}
.fix-pic {
  overflow: auto;
}
.fix-pic img {
  max-height: 100%;
  animation: zoomIn 0.5s both;
  -webkit-animation: zoomIn 0.5s both;
}
.fix-pics {
  background: rgba(0, 0, 0, 0.7);
}
.fix-pic-slider {
  color: #fff;
}
.fix-pic-slider .item {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: grab;
  cursor: -webkit-grab;
  background-color: transparent;
}
.fix-pic-slider .item:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.fix-pic-slider .item::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.fix-pic-slider img,
.fix-pic-slider em {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fix-pic-slider img {
  top: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: inherit;
}
.fix-pic-slider em {
  width: 100%;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
}
.fix-pic-slider .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fix-pic-slider .slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  border: solid #fff;
  padding: 6px;
}
.fix-pic-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.fix-pic-slider .slick-prev {
  left: 1%;
  animation: slideInLeft 0.5s both;
  -webkit-animation: slideInLeft 0.5s both;
}
.fix-pic-slider .slick-prev::after {
  left: 50%;
  border-width: 0 1px 1px 0;
  transform: translateX(-25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg);
}
.fix-pic-slider .slick-next {
  right: 1%;
  animation: slideInRight 0.5s both;
  -webkit-animation: slideInRight 0.5s both;
}
.fix-pic-slider .slick-next::after {
  right: 50%;
  border-width: 1px 0 0 1px;
  transform: translateX(25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg);
}
.fix-pic-slider .slick_page {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
.fix-pic-slider .slick_page i {
  font-size: 22px;
}
.fix-pic-slider .slick_page div {
  display: none;
}
.fix-pic-slider .slick_page div.slick-active {
  display: block;
}
@media (max-width: 1200px) {
  .mauto {
    max-width: 92% !important;
  }
  .search-btn {
    margin-left: 10px;
  }
  nav ul li {
    margin: 0 8px !important;
  }
}
@media (max-width: 1280px) {
  nav ul li {
    margin: 0 10px;
  }
}
@media (max-width: 1024px) {
  .home-swiper .swiper {
    height: auto;
  }
  .banner {
    height: auto;
    margin: 0 auto 0;
  }
  body {
    padding-top: 70px !important;
  }
  header {
    height: 70px;
    z-index: 666;
  }
  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-m .logo {
    position: absolute;
    left: 50%;
    height: 70px;
    line-height: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .header-m .logo img {
    max-height: 40px;
  }
  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }
  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(35px / 2);
    width: 25px;
    height: 1px;
    z-index: 999;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #222;
  }
  .header-m .m-menu-b::before {
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0);
  }
  .header-m .m-menu-b::after {
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0);
  }
  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }
  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }
  .header-m .nav {
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-m .nav > li {
    border-bottom: 1px solid #ebebeb;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }
  .header-m .nav > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }
  .header-m .nav > li > a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav {
    display: none;
  }
  .header-m .nav > li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }
  .header-m .nav > li .sub-nav a::before,
  .header-m .nav > li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }
  .header-m .nav > li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }
  .header-m .nav > li.cur {
    position: relative;
  }
  .header-m .nav > li.cur::after,
  .header-m .nav > li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header-m .nav > li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }
  .header-m .nav > li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }
  .header-m .nav > li.active::after {
    background: #fff;
  }
  .header-m .nav > li.active::before {
    height: 0;
  }
  .header-m .nav > li.active > a {
    color: #fff;
    background: #df0023;
  }
  .header-m .nav > li.active > a::after {
    border-color: #fff;
    background: #fff;
  }
  .header-m .nav > li.active .sub-nav li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }
  .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .header-m .m-language a {
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both;
  }
  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(../fonts/7cfb4d549e4d449e948d763d03c13a04.woff) no-repeat left center;
    background-size: 23px;
  }
  html.active {
    height: 100%;
    overflow: hidden;
  }
  html.active body {
    height: 100%;
    overflow: hidden;
  }
  html.active .header-m {
    left: 260px;
  }
  html.active .header-m::after {
    display: block;
  }
  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000;
  }
  html.active .header-m .m-menu-b::before {
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }
  html.active .header-m .m-menu-b::after {
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }
  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }
  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }
  .i-guide .con-l li.cur3 > a {
    font-size: 20px;
  }
  .i-guide .con-l li a {
    padding: 13px 50px 13px 10px;
  }
  .i-guide .con-l li > a::after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
  .f16 {
    font-size: 12px;
  }
  .f20 {
    font-size: 12px;
  }
  .f22 {
    font-size: 20px;
  }
  .box-title p.title {
    width: 100%;
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #61687c;
    line-height: 22px;
    text-align: center;
  }
  .box-title p.i-title {
    width: 100%;
    text-align: center;
    height: 30px;
    font-weight: bold;
    font-size: 26px;
    color: #212936;
    line-height: 30px;
    position: relative;
  }
  .box-title p.i-title:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
    width: 40px;
    height: 4px;
    background: #e50011;
  }
  .box-title p.ii-title {
    margin: 32px auto 0;
    width: 100%;
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .more1 {
    width: 77px;
    height: 25px;
    line-height: 25px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../picture/more.png);
    cursor: pointer;
    margin: 20px auto 0;
  }
  .i-about {
    background: url("../picture/aboutus.png") no-repeat scroll center center;
    background-size: cover;
  }
  .i-about .i-mauto {
    padding-top: 20px;
  }
  .i-about .box-l-title .l-title1 {
    height: 29px;
    font-weight: bold;
    font-size: 16px;
    color: #212936;
    line-height: 29px;
    text-align: left;
  }
  .i-about .box-l-title .l-title2 {
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #61687c;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin: 4px 0 0 0;
  }
  .i-about .about-box {
    margin: 30px auto 0;
    align-items: flex-start;
    align-content: flex-start;
  }
  .i-about .about-l .box-l-text {
    margin: 20px 0;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
  }
  .i-about .about-l .box-l-text p {
    margin: 0px 0 10px 0;
  }
  .i-about .about-r {
    margin: 8px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .i-about .about-r .about-swiper {
    width: 100%;
    height: auto;
  }
  .i-about .about-r .about-swiper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
  }
  .i-about .slowNumber {
    font-size: 20px;
    font-family: Impact;
    color: #e50011;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin: 0 10px 0 0;
  }
  .i-about .con-l {
    width: 70%;
    max-width: 865px;
  }
  .i-about .con-l em {
    font-size: 48px;
    font-family: "Impact";
  }
  .i-about .con-l sup {
    font-size: 14px;
  }
  .i-about .con-r ul {
    margin-left: -0.18rem;
  }
  .i-about .con-r ul li {
    padding-left: 0.18rem;
    margin: 0.06rem 0;
  }
  .i-about .con-r ul .imgs {
    padding-bottom: 67.57322176%;
  }
  .i-about .con-r .info {
    top: 0;
    left: 0;
  }
  .i-about .con-r h3 {
    font-size: 24px;
    padding: 0px 20px;
  }
  .i-about .box-year {
    padding: 0 0px;
    margin: 20px auto 0;
  }
  .i-guide .con-r {
    min-height: 5.5rem;
    height: auto;
  }
  .i-title em,
  .i-guide .con-r h3 {
    font-size: 36px;
  }
  .i-guide .con-l li > a {
    font-size: 24px !important;
  }
  .i-guide .con-l li.cur3 {
    width: 100%;
    margin-left: 0;
  }
  .i-contact .form {
    border: none;
  }
  .i-banner .sm-db {
    display: block !important;
  }
  .i-banner .slick-dots {
    bottom: 0.3rem;
  }
  .i-banner .info {
    padding: 4%;
  }
  .i-banner h3 {
    font-size: 0.42rem;
  }
  .i-banner ul {
    margin: 0.2rem auto;
  }
  .main-nav-p {
    display: none;
  }
  .main-nav-m {
    display: block;
    position: relative;
    z-index: 555;
    cursor: pointer;
  }
  .main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #df0023;
  }
  .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .main-nav-m .title i {
    position: absolute;
    content: "";
    width: 45px;
    height: 100%;
    right: 0;
  }
  .main-nav-m .title i::before,
  .main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background: rgba(223, 0, 35, 0.8);
    color: #fff;
  }
  .main-nav-m ul li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }
  .main-nav-m ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .news-list .info-w {
    padding: 0.3rem 0;
  }
  .news-list .date {
    width: 100px;
  }
  .news-list .info {
    width: 100%;
  }
  .fix-video .video-wrap {
    max-width: 90%;
  }
}
@keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}
@keyframes ReturnToNormal {
  from {
    opacity: 0;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  to {
    opacity: 1;
    transform-origin: right bottom;
    transform: none;
  }
}
@-webkit-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    -webkit-transform: none;
  }
}
@media (max-width: 1200px) {
  .content .item-connect {
    margin-top: 30px;
  }
  .content .detail-connect .detail-item {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .content .detail-connect .detail-item:last-child {
    margin-bottom: 0;
  }
  .rl-content .rl-box .item-box {
    margin: 0 auto 20px;
  }
  .rl-content2 {
    flex-wrap: wrap;
  }
  .rl-content2 .item1 {
    width: 100%;
  }
  .news-list2 li a {
    padding-right: 12px;
  }
  .news-list2 .date {
    margin: 0 12px 0 12px;
    font-size: 12px;
  }
  .news-list2 .info {
    width: 100%;
  }
  .news-list li a {
    height: auto;
  }
  .news-list .img {
    display: none;
  }
  .news-list .info h3 {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
  }
  .news-list .info .els2 {
    width: 100%;
    margin-top: 12px;
  }
  .news-list .info .els3 {
    margin-top: 12px;
  }
  .news-list .info-w {
    width: 92% !important;
    margin: 0 auto;
  }
  .news-info .head .con-l h3 {
    font-size: 18px;
  }
  .news-info .head .bdsharebuttonbox {
    margin-top: 10px;
  }
  .zp-content {
    width: 100%;
  }
  .zp-content .box-title {
    flex-direction: column;
  }
  .zp-content .box-title .left-title {
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .zp-content .box-title .left-title .t1 {
    margin-right: 0;
    font-size: 18px;
  }
  .zp-content .box-title .left-title .t2 {
    font-size: 16px;
  }
  .zp-content .box-title .left-title .right-title {
    font-size: 14px;
  }
  .zp-content .box-icon {
    flex-wrap: wrap;
  }
  .zp-content .box-icon p {
    margin-bottom: 10px;
  }
  .zp-content .ancontent {
    padding: 0 12px;
  }
  .zp-content .box-detail {
    flex-direction: column;
    margin-top: 20px;
  }
  .zp-content .box-detail .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .zp-content .box-detail .item ul {
    margin-top: 12px;
  }
  .main-nav-p2 .row {
    overflow: auto;
  }
  .main-nav-p2 .row li {
    min-width: 50%;
  }
  .main-nav-p2 .row li a {
    font-size: 18px;
    text-align: center;
  }
  .i-news .news-box .news-right .item {
    margin-bottom: 20px !important;
  }
  .home-swiper .wh1 {
    object-fit: contain;
  }
  .content .detail-connect .left {
    width: 100%;
  }
}
.about-richtext-wfull {
  margin-top: 20px;
}
.about-richtext-img-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.about-richtext .title {
  font-size: 24px;
  color: #404960;
  margin-bottom: 10px;
  margin-top: 30px;
}
.about-richtext .title::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 23px;
  background: #E50011;
  margin-right: 8px;
  margin-top: -2px;
}
.about-richtext p {
  font-size: 16px;
  line-height: 32px;
  color: #404960;
}
.head-btn-return {
  font-size: 16px;
  color: #61687C;
}
@media (max-width: 1200px) {
  .rl-box3 .swiper .swiper-slide {
    height: auto;
  }
}
.empty-data {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.empty-data p {
  text-align: center;
  font-size: 18px;
  color: #61687C;
  line-height: 25px;
}
