.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 0 0.4rem;
  background: #fff;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.93rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.26rem;
  color: #222;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d7000f;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #d7000f !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  padding: 0.12rem 0.1rem;
  font-size: var(--fs14);
  text-align: center;
  color: #333;
  border-top: solid 1px #eaeaea;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #fff;
  background: #d7000f;
  border-top: solid 1px #d7000f;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #d7000f !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(2) .li-list {
  left: 50%;
  width: 1.8rem;
  margin-left: -0.9rem;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.5rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 100%;
  margin-left: 0.6rem;
  background: linear-gradient(320deg, #2f54eb, #1896f2);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center !important;
  background-size: 0.3rem !important;
}
nav .nav-main .main-cont .main-right .right-serach:hover {
  background: linear-gradient(135deg, #2f54eb, #1896f2);
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.2rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
nav .nav-main .main-cont .main-right .right-lang a {
  color: #333;
  text-transform: uppercase;
}
nav .nav-main .main-cont .main-right .right-lang a:hover {
  color: #d7000f;
}
nav .nav-main .main-cont .main-right .right-lang span {
  margin: 0 0.05rem;
}
nav .nav-main .main-cont .main-right .right-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
nav .nav-main .main-cont .main-right .right-tel img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
nav .nav-main .main-cont .main-right .right-tel span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #222;
}
nav .nav-main .main-cont .main-right .page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.3rem;
  font-size: var(--fs16);
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .page-button em {
  position: relative;
  width: 0.22rem;
  height: 0.24rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-nav-user.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main-on {
  top: -1.1rem;
}
nav .nav-main-active {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
  width: 1.66rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  font-size: var(--fs48);
  line-height: 0.8rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item {
  width: 0.77rem;
  height: auto;
  margin-right: 0.4rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item .item-pic {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item .item-pic img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item p {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.7rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 em {
  font-family: 'YANSHIYOURANXIAOKAI';
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.18rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
  padding-left: 0.9rem;
  font-size: 0.48rem;
  font-weight: 100;
  line-height: 0.7rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 em {
  font-family: 'YANSHIYOURANXIAOKAI';
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.2rem;
  color: #d70010;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic2 {
  margin-left: 0.9rem;
  margin-top: 1rem;
  width: 7.34rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic2 img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  text-transform: uppercase;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-pagination {
  bottom: 0.5rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 0.08rem;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 0.45rem;
  opacity: 1;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent2 .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-pic,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic,
header .head-banner .swiper-slide-active .box-cent .cent-box,
header .head-banner .swiper-slide-active .box-cent2 .cent-box,
header .head-banner .swiper-slide-active .box-cent .cent-pic2,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic2 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.56rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-box {
  width: 9.6rem;
  height: auto;
  padding: 0.7rem 0.7rem 0.9rem;
  background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
  border-radius: 0.1rem;
}
header .head-banner .banner-cent2 .cent-box .box-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-title2 {
  margin: 0.3rem 0;
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 0.48rem;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  font-family: '宋体';
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #d7000f;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.3rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.3rem;
}
header .head-strip {
  width: 100%;
  height: 0.7rem;
  background: #f9f9f9;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
header .head-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #1896f2, #2f54eb);
}
header .head-strip .strip-box .box-left .left-item-on {
  color: #fff;
  background: linear-gradient(90deg, #1896f2, #2f54eb);
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
  line-height: 0.7rem;
}
header .head-strip .strip-box .box-right .right-icon {
  width: 10px;
  margin-right: 0.15rem;
}
header .head-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
header .head-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #d7000f;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #929292;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #d7000f;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.95rem 0 0.5rem !important;
  background: #0c1623 url(../images/foot-bg.png) no-repeat bottom left;
  background-size: 100%;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-cont {
  position: relative;
  width: 2.1rem;
  padding-top: 0.55rem;
}
footer .foot-main .main-cont .cont-ewm {
  width: 1.19rem;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
footer .foot-main .main-cont .cont-ewm img {
  width: 100%;
}
footer .foot-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-cent .cent-tel {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  color: #fff;
}
footer .foot-main .main-cont .cont-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
  border-radius: 50%;
  background: #004098;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover {
  background: #fff;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: space-between;
  width: 10.6rem;
}
footer .foot-main .main-nav .nav-item {
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  font-weight: 100;
  line-height: 0.2rem;
  color: #777e86;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0.9rem auto 0;
  padding-top: 0.25rem;
  border-top: solid 1px rgba(119, 126, 134, 0.1);
}
footer .foot-bottom .bottom-link {
  width: auto;
}
footer .foot-bottom .bottom-link a {
  font-size: var(--fs14);
  color: #777e86;
}
footer .foot-bottom .bottom-link a:hover {
  color: #fff;
}
footer .foot-bottom .bottom-link span {
  margin: 0 0.1rem;
}
footer .foot-bottom .bottom-zhizi {
  width: auto;
  font-size: var(--fs14);
  color: #777e86;
}
footer .foot-bottom .bottom-zhizi a {
  color: #777e86;
}
footer .foot-bottom .bottom-zhizi a:hover {
  color: #fff;
}
.cont-plate1 {
  padding: 1.1rem 0;
}
.cont-plate1 .plate1-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.cont-plate1 .plate1-top {
  position: relative;
  width: 100%;
  height: auto;
}
.cont-plate1 .plate1-top .top-swiper {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.7rem;
  overflow: hidden;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.28rem;
  padding: 0.22rem;
  border: solid 1px transparent;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-pic {
  width: 1.52rem;
  height: 0.8rem;
  background: #f5f5f5;
  overflow: hidden;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-cent {
  width: calc(100% - 1.52rem);
  height: auto;
  padding-left: 0.24rem;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs12);
  line-height: 0.16rem;
  color: #bbbbbb;
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box:hover {
  border: solid 1px #d7000f;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0);
}
.cont-plate1 .plate1-top .top-swiper .swiper-slide-on .slide-box {
  border: solid 1px #d7000f;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0);
}
.cont-plate1 .plate1-top .plate1-swiper-button-prev,
.cont-plate1 .plate1-top .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  border-radius: 50%;
  background: #f4f5f5;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-top .plate1-swiper-button-prev img,
.cont-plate1 .plate1-top .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  margin: -6px 0 0 -3.5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-top .plate1-swiper-button-prev .img2,
.cont-plate1 .plate1-top .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.cont-plate1 .plate1-top .plate1-swiper-button-prev:hover,
.cont-plate1 .plate1-top .plate1-swiper-button-next:hover {
  background: #004098;
}
.cont-plate1 .plate1-top .plate1-swiper-button-prev:hover .img1,
.cont-plate1 .plate1-top .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.cont-plate1 .plate1-top .plate1-swiper-button-prev:hover .img2,
.cont-plate1 .plate1-top .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.cont-plate1 .plate1-top .plate1-swiper-button-prev {
  left: -0.96rem;
}
.cont-plate1 .plate1-top .plate1-swiper-button-next {
  right: -0.96rem;
}
.cont-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cont-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.cont-plate1 .plate1-main .main-box .box-list {
  width: 1.8rem;
  height: 100%;
  border-left: solid 1px #e5e5e5;
}
.cont-plate1 .plate1-main .main-box .box-list .list-item {
  position: relative;
  width: 100%;
  padding-left: 0.32rem;
  margin-bottom: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-main .main-box .box-list .list-item:last-of-type {
  margin-bottom: 0;
}
.cont-plate1 .plate1-main .main-box .box-list .list-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #004098;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-main .main-box .box-list .list-item:hover {
  color: #004098;
}
.cont-plate1 .plate1-main .main-box .box-list .list-item-on {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs20);
  color: #004098;
}
.cont-plate1 .plate1-main .main-box .box-list .list-item-on::after {
  opacity: 1;
}
.cont-plate1 .plate1-main .main-box .box-cont {
  position: relative;
  width: 13.4rem;
  height: auto;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: auto;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #222;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-pic {
  position: relative;
  width: 4.36rem;
  height: 4.41rem;
  margin: 0 auto;
  z-index: 9;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-pic .pic-bg {
  width: 4.36rem;
  height: 4.41rem;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-pic .pic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-pic .pic-pro {
  position: absolute;
  top: 0;
  left: 2.85rem;
  width: auto;
  height: 4.4rem;
  opacity: 0;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transform: translateX(1rem);
  -o-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-pic .pic-pro img {
  max-width: none;
  width: auto;
  height: 100%;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-English {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #000;
  opacity: 0.05;
  white-space: nowrap;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump-on .lump-pic .pic-bg {
  opacity: 1;
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.cont-plate1 .plate1-main .main-box .box-cont .cont-lump-on .lump-pic .pic-pro {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.cont-plate1 .plate1-main .main-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: #f4f5f5;
  overflow: hidden;
}
.cont-plate2 .plate2-main .main-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.cont-plate2 .plate2-main .main-lump {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
}
.cont-plate2 .plate2-main .main-lump .lump-top {
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin-top: 0.5rem;
  padding: 0 0.24rem 0.24rem 0;
  background: #f4f5f5;
}
.cont-plate2 .plate2-main .main-lump .lump-top .top-item {
  position: relative;
  width: 1.44rem;
  height: 0.8rem;
  margin-right: 0.08rem;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}
.cont-plate2 .plate2-main .main-lump .lump-top .top-item:last-of-type {
  margin-right: 0;
}
.cont-plate2 .plate2-main .main-lump .lump-top .top-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate2 .plate2-main .main-lump .lump-top .top-item p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: translatey(-49%);
  -o-transform: translatey(-49%);
  -moz-transform: translatey(-49%);
  -webkit-transform: translatey(-49%);
}
.cont-plate2 .plate2-main .main-lump .lump-top .top-item:hover img {
  opacity: 0.8;
}
.cont-plate2 .plate2-main .main-lump .lump-top .top-item-on img {
  opacity: 0.8;
}
.cont-plate2 .plate2-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -0.64rem;
}
.cont-plate2 .plate2-main .main-box .box-cont {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-cent {
  width: 4.5rem;
  height: auto;
  padding-top: 1.6rem;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-icon {
  width: 0.72rem;
  height: auto;
  border-radius: 50%;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-icon img {
  width: 100%;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-title {
  margin-top: 0.35rem;
  font-size: var(--fs40);
  font-weight: bold;
  color: #000;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-bottom .page-button {
  margin-right: 0.2rem;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-pic {
  width: 9.84rem;
  height: auto;
  overflow: hidden;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate2 .plate2-main .main-box .box-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.cont-plate2 .plate2-main .main-box .box-cont-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.cont-plate3 {
  padding: 1.1rem 0 1.2rem;
  overflow: hidden;
}
.cont-plate3 .plate3-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.cont-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
}
.cont-plate3 .plate3-main .main-item {
  position: relative;
  width: calc(100% / 4);
  height: 4.72rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item .item-pic {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0.5rem 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item .item-cent .cent-icon {
  position: relative;
  width: 0.96rem;
  height: 0.96rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #004098;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item .item-cent .cent-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.52rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item .item-cent .cent-icon .img2 {
  opacity: 0;
}
.cont-plate3 .plate3-main .main-item .item-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs26);
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.28rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate3 .plate3-main .main-item:hover {
  background: #000;
}
.cont-plate3 .plate3-main .main-item:hover .item-pic {
  opacity: 0.3;
}
.cont-plate3 .plate3-main .main-item:hover .item-cent {
  padding: 0.7rem 0.5rem 0;
}
.cont-plate3 .plate3-main .main-item:hover .item-cent .cent-icon {
  background: #fff;
}
.cont-plate3 .plate3-main .main-item:hover .item-cent .cent-icon .img1 {
  opacity: 0;
}
.cont-plate3 .plate3-main .main-item:hover .item-cent .cent-icon .img2 {
  opacity: 1;
}
.cont-plate3 .plate3-main .main-item:hover .item-cent .cent-title {
  color: #fff;
}
.cont-plate3 .plate3-main .main-item:hover .item-cent .cent-text {
  opacity: 1;
}
.cont-plate4 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cont-plate4 .plate4-top {
  width: 100%;
  height: auto;
  padding: 1.1rem 0;
  background: #f4f4f6;
}
.cont-plate4 .plate4-top .top-main {
  display: flex;
  justify-content: space-between;
}
.cont-plate4 .plate4-top .top-main .main-title {
  width: 7.4rem;
  font-size: 0.8rem;
  line-height: 1.16rem;
  text-align: right;
  color: #222;
}
.cont-plate4 .plate4-top .top-main .main-box {
  width: 6.3rem;
}
.cont-plate4 .plate4-top .top-main .main-box .box-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.cont-plate4 .plate4-top .top-main .main-box .box-data .data-item {
  width: auto;
  height: auto;
}
.cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num {
  font-size: var(--fs18);
  color: #333;
}
.cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num span {
  margin-left: 0.15rem;
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: 0.72rem;
  color: #d7000f;
}
.cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num em {
  position: relative;
  font-weight: 100;
}
.cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: var(--fs32);
  color: #d7000f;
}
.cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #333;
}
.cont-plate4 .plate4-top .top-main .main-box .page-button {
  margin-top: 0.55rem;
}
.cont-plate4 .plate4-main {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 0;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.cont-plate4 .plate4-main .main-cont .page-title {
  color: #fff;
}
.cont-plate4 .plate4-main .main-cont .page-title span {
  position: relative;
}
.cont-plate4 .plate4-main .main-cont .page-title span::before {
  background: url(../images/icon/icon-page-title-left2.png) no-repeat left center;
  background-size: 100%;
}
.cont-plate4 .plate4-main .main-cont .page-title span::after {
  background: url(../images/icon/icon-page-title-right2.png) no-repeat left center;
  background-size: 100%;
}
.cont-plate4 .plate4-main .main-cont .cont-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.cont-plate4 .plate4-main .main-cont .cont-world {
  position: relative;
  width: 13.55rem;
  height: auto;
  margin: 0.85rem auto 0;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-pic {
  width: 100%;
  height: auto;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-pic img {
  width: 100%;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item {
  position: absolute;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #fff;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 50%;
  animation: mapAddress 3s linear infinite;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 50%;
  animation: mapAddress 3s 1.5s linear infinite;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address span {
  position: absolute;
  top: 45%;
  left: 200%;
  font-size: var(--fs16);
  color: #fff;
  white-space: nowrap;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) {
  top: 1.3rem;
  right: 5rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address {
  height: 0.06rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address::before {
  animation: mapAddress2 3s linear infinite;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address::after {
  animation: mapAddress2 3s 1.5s linear infinite;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address img {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  width: 0.2rem;
  margin-left: -0.1rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address span {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 200%;
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(3) {
  bottom: 1.5rem;
  right: 1.25rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(4) {
  bottom: 1.05rem;
  right: 1.87rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(5) {
  bottom: 1.92rem;
  right: 2.85rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(6) {
  top: 1.92rem;
  right: 2.72rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(7) {
  top: 1.27rem;
  right: 3.4rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(8) {
  top: 0.12rem;
  right: 5.83rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(9) {
  top: 0.61rem;
  right: 5.25rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(10) {
  top: 0.84rem;
  right: 5.02rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(11) {
  top: 1.8rem;
  right: 5.2rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(12) {
  top: 2.37rem;
  right: 4.92rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(13) {
  top: 1.72rem;
  right: 6.18rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(14) {
  bottom: 0.84rem;
  right: 6.46rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(15) {
  top: 1.44rem;
  left: 4.87rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(16) {
  top: 0.89rem;
  left: 4.33rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(17) {
  top: 1.24rem;
  left: 4.47rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(18) {
  top: 1.24rem;
  left: 4.15rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(18) span {
  left: auto;
  right: 200%;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(19) {
  top: 1.45rem;
  left: 4.4rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(19) span {
  left: auto;
  right: 200%;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(20) {
  top: 1.72rem;
  left: 3.68rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(21) {
  top: 1.65rem;
  left: 2.97rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(22) {
  top: 1.94rem;
  left: 4rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(23) {
  top: 2.26rem;
  left: 3.7rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(24) {
  top: 2.34rem;
  left: 2.97rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(25) {
  bottom: 1.8rem;
  left: 3.57rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(26) {
  bottom: 1.8rem;
  left: 2.74rem;
}
.cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(27) {
  bottom: 0.62rem;
  left: 3.34rem;
}
.cont-plate4 .plate4-main .main-cont .cont-web-world {
  display: none;
}
.cont-plate5 {
  padding: 1.1rem 0 1.2rem;
  overflow: hidden;
}
.cont-plate5 .plate5-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.cont-plate5 .plate5-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.cont-plate5 .plate5-swiper .swiper-slide {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
}
.cont-plate5 .plate5-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
  position: relative;
  width: 100%;
  height: 2.24rem;
  overflow: hidden;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.3rem 0;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-title {
  height: 0.64rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.32rem;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-text {
  height: 0.6rem;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #0b1d34;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.68rem;
  margin-top: 0.7rem;
  border-top: solid 1px #f0f0f0;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-time img {
  width: 0.17rem;
  margin-right: 0.1rem;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-time span {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs16);
  color: #0b1d34;
  opacity: 0.35;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-pic::before {
  left: 125%;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.cont-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #d7000f;
}
.cont-plate6 {
  position: relative;
  width: 100%;
  height: auto;
  background: #0c1623;
  overflow: hidden;
}
.cont-plate6 .plate6-cent {
  position: absolute;
  top: 1.45rem;
  left: 1.92rem;
  width: 5.6rem;
  height: auto;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate6 .plate6-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.84rem;
  line-height: 0.76rem;
  text-transform: uppercase;
  color: #fff;
}
.cont-plate6 .plate6-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs40);
  color: #fff;
}
.cont-plate6 .beer-slider .beer-handle {
  width: 0.64rem;
  height: 0.64rem;
  background: #fff url(../images/icon/icon-plate6-pic1.png) no-repeat center center !important;
  background-size: 100%;
}
.cont-plate6 .beer-slider .beer-handle::before {
  color: #d7000f !important;
}
.cont-plate6 .beer-slider .beer-handle::after {
  color: #fff !important;
}
.cont-plate6 .swiper-slide {
  width: calc(100% / 2 - 1px);
  height: auto;
  margin-right: 2px;
}
.cont-plate6 .swiper-slide:last-of-type {
  margin-right: 0;
}
.cont-plate6 .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 8rem;
}
.cont-plate6 .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cont-plate6 .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate6 .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.15rem 1.92rem 0;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate6 .swiper-slide .slide-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.84rem;
  line-height: 0.76rem;
  text-transform: uppercase;
  color: #fff;
}
.cont-plate6 .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs40);
  color: #fff;
}
.cont-plate6 .swiper-slide .slide-box:hover .box-cent {
  top: 0;
  opacity: 1;
}
.cont-plate6 .plate6-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin: -0.32rem 0 0 -0.32rem;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
}
.cont-plate6 .plate6-button .plate6-swiper-button-prev,
.cont-plate6 .plate6-button .plate6-swiper-button-next {
  position: relative;
  width: 0.32rem;
  height: 0.64rem;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate6 .plate6-button .plate6-swiper-button-prev img,
.cont-plate6 .plate6-button .plate6-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-plate6 .plate6-button .plate6-swiper-button-prev .img2,
.cont-plate6 .plate6-button .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.cont-plate6 .plate6-button .plate6-swiper-button-prev:hover,
.cont-plate6 .plate6-button .plate6-swiper-button-next:hover {
  background: #d7000f;
}
.cont-plate6 .plate6-button .plate6-swiper-button-prev:hover .img1,
.cont-plate6 .plate6-button .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.cont-plate6 .plate6-button .plate6-swiper-button-prev:hover .img2,
.cont-plate6 .plate6-button .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.cont-plate6 .plate6-button .plate6-swiper-button-prev {
  border-radius: 0.6rem 0 0 0.6rem;
}
.cont-plate6 .plate6-button .plate6-swiper-button-next {
  border-radius: 0 0.6rem 0.6rem 0;
}
.product {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
  background: #f4f5f5;
  overflow: visible;
}
.product .product-main {
  display: flex;
  justify-content: space-between;
}
.product .product-main .main-list {
  position: sticky;
  top: 1.2rem;
  width: 0.8rem;
  height: 100%;
  margin-top: 2.3rem;
  background: #fff;
}
.product .product-main .main-list .list-item {
  position: relative;
  width: 100%;
  height: 0.48rem;
  padding: 0 0.12rem;
  cursor: pointer;
}
.product .product-main .main-list .list-item .item-icon {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.44rem;
  border-bottom: solid 1px #eeeeee;
}
.product .product-main .main-list .list-item .item-icon img {
  width: 0.31rem;
}
.product .product-main .main-list .list-item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.08rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: #004098;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-item:hover .item-title {
  opacity: 1;
}
.product .product-main .main-list .list-item-on .item-title {
  opacity: 1;
}
.product .product-main .main-list .list-up {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 0.48rem;
  background: #d7000f;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-up .up-icon {
  width: 0.19rem;
  margin: 0 auto;
}
.product .product-main .main-list .list-up .up-icon img {
  width: 100%;
}
.product .product-main .main-list .list-up .up-title {
  width: 100%;
  font-size: var(--fs14);
  text-align: center;
  color: #fff;
}
.product .product-main .main-list .list-up:hover {
  background: #004098;
}
.product .product-main .main-cont {
  width: 13.92rem;
  height: auto;
}
.product .product-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  padding-top: 1.1rem;
}
.product .product-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item {
  width: 3.84rem;
  height: auto;
  margin-right: 0.4rem;
  background: #fff;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item .item-pic {
  width: 100%;
  height: 3.84rem;
  overflow: hidden;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem 0.5rem;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #777c85;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-link {
  margin-top: 0.5rem;
  font-size: var(--fs16);
  color: #777c85;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type {
  width: 1.2rem;
  margin-right: 0;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-pic img {
  position: relative;
  left: 0;
  width: auto;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-link {
  width: 100%;
  padding: 0.45rem;
  text-align: center;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-link img {
  width: 0.16rem;
  margin-bottom: 0.3rem;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-link span {
  font-size: var(--fs18);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:hover {
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-cent .cent-title {
  color: #d7000f;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-cent .cent-link {
  color: #004098;
}
.product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-link span {
  color: #004098;
}
.productList-top {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 0;
  background: #f4f5f5;
}
.productList-top .top-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.productList-top .top-main .main-item {
  display: block;
  position: relative;
  width: auto;
  height: 0.56rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  padding: 0 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #222;
}
.productList-top .top-main .main-item:last-of-type {
  margin-right: 0;
}
.productList-top .top-main .main-item span {
  position: relative;
  z-index: 1;
}
.productList-top .top-main .main-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
  transform: skew(-12deg, 0deg);
  -o-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList-top .top-main .main-item:hover {
  color: #fff;
}
.productList-top .top-main .main-item:hover::after {
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.productList-top .top-main .main-item-on {
  color: #fff;
}
.productList-top .top-main .main-item-on::after {
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.productList {
  width: 100%;
  height: auto;
  padding: 0 0 0.8rem;
  background: #f4f5f5;
}
.productList .productList-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
}
.productList .productList-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: auto;
  margin-bottom: 0.4rem;
  background: #fff;
}
.productList .productList-main .main-cont .cont-item .item-pic {
  width: 3.54rem;
  height: 3.54rem;
  overflow: hidden;
}
.productList .productList-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-cont .cont-item .item-cent {
  width: calc(100% - 3.54rem);
  height: auto;
  padding: 0 0.45rem;
}
.productList .productList-main .main-cont .cont-item .item-cent .cent-title {
  position: relative;
  padding-bottom: 0.2rem;
  font-size: var(--fs26);
  font-weight: bold;
  line-height: 0.32rem;
  color: #222;
  border-bottom: solid 1px #eeeeee;
}
.productList .productList-main .main-cont .cont-item .item-cent .cent-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.48rem;
  height: 1px;
  background: #d7000f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #0b1d34;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productList .productList-main .main-cont .cont-item .item-cent .cent-link {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  color: #777c85;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-cont .cont-item:hover {
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.productList .productList-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productList .productList-main .main-cont .cont-item:hover .item-cent .cent-title::after {
  width: 100%;
}
.productList .productList-main .main-cont .cont-item:hover .item-cent .cent-link {
  color: #004098;
}
.productDetail-bread {
  position: relative;
  width: 100%;
  height: 0.6rem;
  margin-top: 1rem;
  background: #fff;
  border-top: solid 1px #eeeeee;
  box-shadow: 0px 2px 20px 0px rgba(3, 14, 33, 0.08);
}
.productDetail-bread .bread-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.productDetail-bread .bread-main .main-link {
  width: auto;
  font-size: var(--fs16);
  font-weight: 100;
}
.productDetail-bread .bread-main .main-link a {
  color: #666;
}
.productDetail-bread .bread-main .main-link a:hover {
  color: #004098;
}
.productDetail-bread .bread-main .main-link em {
  margin: 0 0.14rem;
}
.productDetail-bread .bread-main .main-link span {
  color: #000;
}
.productDetail-bread .bread-main .main-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.96rem;
  height: 100%;
}
.productDetail-bread .bread-main .main-button img {
  width: 0.16rem;
}
.productDetail-bread .bread-main .main-button span {
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-bread .bread-main .main-button:hover span {
  color: #004098;
}
.productDetail-top {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.productDetail-top .top-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 8.22rem;
}
.productDetail-top .top-main .main-lump {
  width: 1.42rem;
}
.productDetail-top .top-main .main-lump .lump-item {
  width: 100%;
  height: 1.42rem;
  margin-bottom: 0.22rem;
  border: solid 1px #eeeeee;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-lump .lump-item:last-of-type {
  margin-bottom: 0;
}
.productDetail-top .top-main .main-lump .lump-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-lump .lump-item:hover {
  border: solid 1px #d7000f;
}
.productDetail-top .top-main .main-lump .lump-item-on {
  border: solid 1px #d7000f;
}
.productDetail-top .top-main .main-pic {
  width: 6.4rem;
  height: 6.4rem;
  border: solid 1px #eeeeee;
  overflow: hidden;
}
.productDetail-top .top-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-top .top-cent {
  width: 6.1rem;
  height: auto;
  padding-top: 0.35rem;
}
.productDetail-top .top-cent .cent-title {
  position: relative;
  padding-bottom: 0.35rem;
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.48rem;
  color: #333;
  border-bottom: solid 2px #eeeeee;
}
.productDetail-top .top-cent .cent-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0.8rem;
  height: 2px;
  background: #d7000f;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-top .top-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.36rem;
  color: #333;
}
.productDetail-top .top-cent .page-button {
  width: 1.95rem;
  height: 0.56rem;
  margin-top: 0.4rem;
  line-height: 0.56rem;
}
.productDetail-top .top-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.productDetail-top .top-cent .cent-share span {
  margin-right: 0.26rem;
  font-size: var(--fs16);
  font-weight: 100%;
  color: #333;
}
.productDetail-top .top-cent .cent-share .share-item {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
  text-align: center;
  line-height: 0.36rem;
  border-radius: 50%;
  background: #004098;
}
.productDetail-top .top-cent .cent-share .share-item img {
  width: 0.16rem;
}
.productDetail-top .top-cent .cent-share .share-item:hover {
  background: #d7000f;
}
.productDetail-strip {
  position: sticky;
  top: 0;
  width: 100%;
  height: 0.88rem;
  background: #f5f5f5;
  z-index: 29;
}
.productDetail-strip .strip-box {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
.productDetail-strip .strip-box .box-item {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.75rem;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
}
.productDetail-strip .strip-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #004098;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-strip .strip-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetail-strip .strip-box .box-item:last-of-type {
  margin-right: 0;
}
.productDetail-strip .strip-box .box-item-on {
  color: #004098;
}
.productDetail-strip .strip-box .box-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetail-plate1 {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 0.9rem 0 0;
}
.productDetail-plate1 .plate1-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetail-plate1 .plate1-video .video-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail-plate1 .plate1-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.productDetail-plate1 .plate1-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate1 .plate1-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.88rem;
  height: 0.88rem;
  margin: -0.44rem 0 0 -0.44rem;
  border-radius: 50%;
  cursor: pointer;
}
.productDetail-plate1 .plate1-video .video-play img {
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate1 .plate1-video .video-play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background: #fff;
  animation: mapAddress3 linear infinite 3s;
}
.productDetail-plate1 .plate1-video .video-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.productDetail-plate1 .plate1-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate2 {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 0.9rem 0 0;
}
.productDetail-plate2 .plate2-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetail-plate2 .plate2-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.productDetail-plate3 {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 0.9rem 0 0;
}
.productDetail-plate3 .plate3-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetail-plate3 .plate3-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.productDetail-plate4 {
  width: 100%;
  height: auto;
  margin-top: 1.35rem;
  padding: 1.05rem 0 1.12rem;
  background: #f4f5f5;
}
.productDetail-plate4 .plate4-main .main-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  background: #fff;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item .item-pic {
  width: 100%;
  height: 3.84rem;
  overflow: hidden;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem 0.5rem;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent .cent-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #777c85;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent .cent-link {
  margin-top: 0.5rem;
  font-size: var(--fs16);
  color: #777c85;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item:last-of-type {
  margin-right: 0;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item:hover {
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.productDetail-plate4 .plate4-main .main-lump .lump-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail-plate4 .plate4-main .main-lump .lump-item:hover .item-cent .cent-title {
  color: #d7000f;
}
.productDetail-plate4 .plate4-main .main-lump .lump-item:hover .item-cent .cent-link {
  color: #004098;
}
.industry {
  width: 100%;
  height: auto;
  padding: 1.12rem 0 0.8rem;
  background: #f4f5f5;
  overflow: visible;
}
.industry .industry-main {
  display: flex;
  justify-content: space-between;
}
.industry .industry-main .main-list {
  position: sticky;
  top: 1.2rem;
  width: 0.8rem;
  height: 100%;
  background: #fff;
}
.industry .industry-main .main-list .list-item {
  position: relative;
  width: 100%;
  height: 0.48rem;
  padding: 0 0.12rem;
  cursor: pointer;
}
.industry .industry-main .main-list .list-item .item-icon {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.44rem;
  border-bottom: solid 1px #eeeeee;
}
.industry .industry-main .main-list .list-item .item-icon img {
  width: 0.31rem;
}
.industry .industry-main .main-list .list-item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.08rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: #004098;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-main .main-list .list-item:hover .item-title {
  opacity: 1;
}
.industry .industry-main .main-list .list-item-on .item-title {
  opacity: 1;
}
.industry .industry-main .main-list .list-up {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 0.48rem;
  background: #d7000f;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-main .main-list .list-up .up-icon {
  width: 0.19rem;
  margin: 0 auto;
}
.industry .industry-main .main-list .list-up .up-icon img {
  width: 100%;
}
.industry .industry-main .main-list .list-up .up-title {
  width: 100%;
  font-size: var(--fs14);
  text-align: center;
  color: #fff;
}
.industry .industry-main .main-list .list-up:hover {
  background: #004098;
}
.industry .industry-main .main-cont {
  width: 13.92rem;
  height: auto;
}
.industry .industry-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
  padding: 0.64rem 0.64rem 0.64rem 1rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-main .main-cont .cont-box .box-cent {
  width: 4.95rem;
  height: auto;
}
.industry .industry-main .main-cont .cont-box .box-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #000;
}
.industry .industry-main .main-cont .cont-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  text-align: justify;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.industry .industry-main .main-cont .cont-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.industry .industry-main .main-cont .cont-box .box-cent .cent-bottom .page-button {
  margin-right: 0.2rem;
}
.industry .industry-main .main-cont .cont-box .box-pic {
  width: 6.24rem;
  height: auto;
  overflow: hidden;
}
.industry .industry-main .main-cont .cont-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-main .main-cont .cont-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.industry .industry-main .main-cont .cont-box:hover {
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.industry .industry-main .main-cont .cont-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.industryList {
  width: 100%;
  height: auto;
  background: #f4f5f5;
  overflow: visible;
}
.industryList .industryList-main {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0 1.2rem;
}
.industryList .industryList-main .main-list {
  position: sticky;
  top: 1.2rem;
  width: 1.6rem;
  height: 100%;
  margin-top: 0.6rem;
}
.industryList .industryList-main .main-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  font-size: var(--fs18);
  color: #333;
}
.industryList .industryList-main .main-list .list-item span {
  position: relative;
}
.industryList .industryList-main .main-list .list-item span::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #004098;
  opacity: 0;
}
.industryList .industryList-main .main-list .list-item:hover {
  color: #004098;
}
.industryList .industryList-main .main-list .list-item-on {
  font-size: var(--fs30);
  color: #004098;
}
.industryList .industryList-main .main-list .list-item-on span::after {
  opacity: 1;
}
.industryList .industryList-main .main-cont {
  width: 12.8rem;
  height: auto;
  padding: 0.64rem 1.05rem 0.64rem 0.64rem;
  background: #fff;
}
.industryList .industryList-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.industryList .industryList-main .main-cont .cont-top .top-pic {
  width: 6.24rem;
  height: auto;
  overflow: hidden;
}
.industryList .industryList-main .main-cont .cont-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industryList .industryList-main .main-cont .cont-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.industryList .industryList-main .main-cont .cont-top .top-cent {
  width: 4.1rem;
  height: auto;
}
.industryList .industryList-main .main-cont .cont-top .top-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #000;
}
.industryList .industryList-main .main-cont .cont-top .top-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  text-align: justify;
  color: #333;
}
.industryList .industryList-main .main-cont .cont-top .top-cent .page-button {
  width: 1.95rem;
  height: 0.56rem;
  margin-top: 0.45rem;
  font-size: var(--fs18);
  line-height: 0.56rem;
}
.industryList .industryList-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
  padding-left: 0.4rem;
}
.industryList .industryList-main .main-cont .cont-box .box-title {
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.65rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #eeeeee;
}
.industryList .industryList-main .main-cont .cont-box .box-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.8rem;
  height: 3px;
  background: #004098;
}
.industryList .industryList-main .main-cont .cont-box .box-subtitle {
  margin-top: 0.35rem;
  padding-left: 0.32rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
  background: url(../images/icon/icon-item.png) no-repeat left center;
  background-size: 0.14rem;
}
.industryList .industryList-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.industryList .industryList-main .main-cont .cont-box .box-lump .lump-item {
  position: relative;
  width: calc(100% / 3 - 0.214rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
  padding: 0.45rem 0.32rem 0.55rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #222;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industryList .industryList-main .main-cont .cont-box .box-lump .lump-item:nth-child(3n) {
  margin-right: 0;
}
.industryList .industryList-main .main-cont .cont-box .box-lump .lump-item span {
  position: absolute;
  bottom: -0.08rem;
  right: 0.4rem;
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: var(--fs36);
  color: rgba(11, 29, 52, 0.11);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industryList .industryList-main .main-cont .cont-box .box-lump .lump-item:hover {
  color: #fff;
  background: #004098;
  box-shadow: none;
}
.industryList .industryList-main .main-cont .cont-box .box-lump .lump-item:hover span {
  color: #fff;
}
.industryList .industryList-main .main-cont .cont-box .box-main {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.48rem;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-pic {
  width: 5.2rem;
  height: auto;
  overflow: hidden;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent {
  width: 4.5rem;
  height: auto;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent .cent-num {
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: var(--fs36);
  color: #004098;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent .cent-heng {
  width: 0.46rem;
  height: 2px;
  margin-top: 0.2rem;
  background: #dddddd;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #333;
}
.industryList .industryList-main .main-cont .cont-box .box-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.industryList-bread {
  position: relative;
  width: 100%;
  height: 0.6rem;
  margin-top: 1rem;
  background: #fff;
  border-top: solid 1px #eeeeee;
  box-shadow: 0px 2px 20px 0px rgba(3, 14, 33, 0.08);
}
.industryList-bread .bread-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.industryList-bread .bread-main .main-link {
  width: auto;
  font-size: var(--fs16);
  font-weight: 100;
}
.industryList-bread .bread-main .main-link a {
  color: #666;
}
.industryList-bread .bread-main .main-link a:hover {
  color: #004098;
}
.industryList-bread .bread-main .main-link em {
  margin: 0 0.14rem;
}
.industryList-bread .bread-main .main-link span {
  color: #000;
}
.industryList-bread .bread-main .main-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.96rem;
  height: 100%;
}
.industryList-bread .bread-main .main-button img {
  width: 0.16rem;
}
.industryList-bread .bread-main .main-button span {
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industryList-bread .bread-main .main-button:hover span {
  color: #004098;
}
.service-plate1 {
  width: 100%;
  padding: 1.12rem 0 1.2rem;
}
.service-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
}
.service-plate1 .plate1-main .main-cent {
  width: 6.1rem;
  height: auto;
  padding-left: 0.8rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.service-plate1 .plate1-main .main-cent .page-title {
  text-align: left;
  padding-left: 0.5rem;
}
.service-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #0b1d34;
  opacity: 0.7;
}
.service-plate1 .plate1-main .main-cent .page-button {
  width: 1.95rem;
  height: 0.56rem;
  margin-top: 0.6rem;
  font-size: var(--fs18);
  line-height: 0.56rem;
}
.service-plate1 .plate1-main .main-pic {
  width: 8.32rem;
  height: auto;
  overflow: hidden;
}
.service-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.service-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: #f6f6f6;
}
.service-plate2 .plate2-main .main-text {
  width: 13.2rem;
  margin: 0.25rem auto 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: #0b1d34;
  opacity: 0.7;
}
.service-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.service-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  padding: 0.65rem 0.3rem 0.4rem;
  margin-right: 0.4rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-plate2 .plate2-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.service-plate2 .plate2-main .main-box .box-item .item-icon {
  width: 0.96rem;
  height: 0.96rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.96rem;
  border-radius: 50%;
  background: #004098;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-plate2 .plate2-main .main-box .box-item .item-icon img {
  width: 0.48rem;
}
.service-plate2 .plate2-main .main-box .box-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs26);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.service-plate2 .plate2-main .main-box .box-item .item-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  text-align: center;
  color: #0b1d34;
  opacity: 0.7;
}
.service-plate2 .plate2-main .main-box .box-item:hover {
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.service-plate2 .plate2-main .main-box .box-item:hover .item-icon {
  background: #d7000f;
}
.service-plate3 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
}
.service-plate3 .plate3-main .main-pic {
  position: relative;
  width: 100%;
  margin-top: 0.45rem;
}
.service-plate3 .plate3-main .main-pic img {
  width: 100%;
}
.service-plate4 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: #fafafa url(../images/service-bg.png) no-repeat bottom left;
  background-size: cover;
}
.service-plate4 .plate4-main .main-text {
  width: 13.2rem;
  margin: 0.25rem auto 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: #0b1d34;
  opacity: 0.7;
}
.service-plate4 .plate4-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.service-plate4 .plate4-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-plate4 .plate4-main .main-pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.service-plate4 .plate4-main .main-pic:hover img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.service-plate4 .plate4-main .main-pic:hover::before {
  left: 125%;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.service-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  background: #fff;
}
.service-plate4 .plate4-main .main-box .box-item {
  width: 25%;
  height: auto;
  padding: 0.64rem 0.45rem 0.5rem;
  border-right: solid 1px #eeeef1;
}
.service-plate4 .plate4-main .main-box .box-item:last-of-type {
  border-right: none;
}
.service-plate4 .plate4-main .main-box .box-item .item-icon {
  width: 0.96rem;
  height: 0.96rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.96rem;
  border-radius: 50%;
  background: #004098;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service-plate4 .plate4-main .main-box .box-item .item-icon img {
  width: 0.52rem;
}
.service-plate4 .plate4-main .main-box .box-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs26);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.service-plate4 .plate4-main .main-box .box-item .item-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  text-align: center;
  color: rgba(11, 29, 52, 0.8);
}
.service-plate4 .plate4-main .main-box .box-item .item-text span {
  text-decoration: underline;
  color: #d7000f;
}
.service-plate4 .plate4-main .main-box .box-item:hover .item-icon {
  background: #d7000f;
}
.support-plate1 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
}
.support-plate1 .plate1-main .main-text {
  margin: 0.25rem auto 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: rgba(11, 29, 52, 0.7);
}
.support-plate1 .plate1-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.support-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support-plate1 .plate1-main .main-pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.support-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.support-plate1 .plate1-main .main-pic:hover::before {
  left: 125%;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.support-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: #f4f5f5;
}
.support-plate2 .plate2-main .main-text {
  margin: 0.25rem auto 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: rgba(11, 29, 52, 0.7);
}
.support-plate2 .plate2-main .main-heng {
  width: 1px;
  height: 0.64rem;
  margin: 0.35rem auto 0.3rem;
  background: #004098;
}
.support-plate2 .plate2-main .main-title {
  font-size: var(--fs26);
  font-weight: bold;
  text-align: center;
  color: #004098;
}
.support-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.support-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support-plate2 .plate2-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.support-plate2 .plate2-main .main-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: 2.56rem;
  overflow: hidden;
}
.support-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support-plate2 .plate2-main .main-box .box-item .item-pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.support-plate2 .plate2-main .main-box .box-item .item-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.3rem 1rem;
}
.support-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: #222;
}
.support-plate2 .plate2-main .main-box .box-item .item-cent .cent-num {
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  width: 100%;
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: var(--fs36);
  text-align: center;
  color: rgba(11, 29, 52, 0.11);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support-plate2 .plate2-main .main-box .box-item:hover {
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
}
.support-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.support-plate2 .plate2-main .main-box .box-item:hover .item-pic::before {
  left: 125%;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.support-plate2 .plate2-main .main-box .box-item:hover .item-cent .cent-num {
  color: #d7000f;
}
.download-top {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 0;
  background: #f4f5f5;
}
.download-top .top-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.download-top .top-main .main-item {
  display: block;
  position: relative;
  width: auto;
  height: 0.56rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  padding: 0 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #222;
}
.download-top .top-main .main-item:last-of-type {
  margin-right: 0;
}
.download-top .top-main .main-item span {
  position: relative;
  z-index: 1;
}
.download-top .top-main .main-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
  transform: skew(-12deg, 0deg);
  -o-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download-top .top-main .main-item:hover {
  color: #fff;
}
.download-top .top-main .main-item:hover::after {
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.download-top .top-main .main-item-on {
  color: #fff;
}
.download-top .top-main .main-item-on::after {
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.download {
  width: 100%;
  height: auto;
  padding: 0 0 1.2rem;
  background: #f4f5f5;
}
.download .download-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-top: 0.56rem;
  margin-bottom: 0.25rem;
}
.download .download-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: 0.96rem;
  padding: 0 0.4rem;
  margin-bottom: 0.4rem;
  background: #fff;
}
.download .download-main .main-cont .cont-item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 1rem);
  height: auto;
  font-size: var(--fs18);
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download .download-main .main-cont .cont-item p em {
  width: 0.3rem;
  height: 0.33rem;
  margin-right: 0.25rem;
  background: url(../images/icon/icon-download-pic1.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0.95rem;
  font-size: var(--fs16);
  font-weight: 100%;
  color: rgba(11, 29, 52, 0.7);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item div span {
  width: 0.21rem;
  height: 0.17rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-download-pic3.png) no-repeat left center;
  background-size: 100%;
}
.download .download-main .main-cont .cont-item:hover {
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
}
.download .download-main .main-cont .cont-item:hover p em {
  background: url(../images/icon/icon-download-pic2.png) no-repeat center center;
  background-size: 100%;
}
.download .download-main .main-cont .cont-item:hover div {
  color: #d7000f;
}
.download-pupop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: auto;
  padding: 0.5rem 0 0;
  margin: 0 0 0 -2rem;
  background: #fff;
  z-index: 199;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.download-pupop .pupop-title {
  font-size: var(--fs26);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.download-pupop .pupop-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.download-pupop .pupop-button {
  width: 100%;
  height: 0.56rem;
  margin-top: 0.45rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #004098;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download-pupop .pupop-button:hover {
  background: #d7000f;
}
.problem {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: #f4f5f5;
}
.problem .problem-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  margin-bottom: 0.25rem;
}
.problem .problem-main .main-cont .cont-item {
  width: calc(100% / 2 - 0.2rem);
  height: auto;
  padding: 0.6rem 0.45rem 0.52rem;
  margin-bottom: 0.4rem;
  background: #fff;
}
.problem .problem-main .main-cont .cont-item .item-title {
  font-size: var(--fs26);
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.problem .problem-main .main-cont .cont-item .item-heng {
  width: 0.4rem;
  height: 4px;
  margin: 0.2rem 0 0.35rem;
  background: url(../images/icon/icon-problem-heng.jpg) no-repeat top left;
  background-size: 100%;
}
.problem .problem-main .main-cont .cont-item .item-text {
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: rgba(11, 29, 52, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.problem .problem-main .main-cont .cont-item .page-button2 {
  margin-top: 0.35rem;
}
.problem .problem-main .main-cont .cont-item .page-button2:hover {
  color: #fff;
}
.problem .problem-main .main-cont .cont-item .page-button2:hover::after {
  border: solid 1px #d7000f !important;
  background: #d7000f url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top !important;
  background-size: 110%;
}
.problem .problem-main .main-cont .cont-item:hover {
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
}
.problem .problem-main .main-cont .cont-item:hover .item-title {
  color: #d7000f;
}
.problem .problem-main .main-cont .cont-item:hover .page-button2 {
  color: #fff;
}
.problem .problem-main .main-cont .cont-item:hover .page-button2::after {
  border: solid 1px #004098;
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.news-plate1 {
  width: 100%;
  height: auto;
  padding: 2.12rem 0 1.12rem;
  background: #f4f5f5;
}
.news-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.news-plate1 .plate1-main .main-pic {
  width: 9.48rem;
  height: auto;
  overflow: hidden;
}
.news-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news-plate1 .plate1-main .main-cent {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.64rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.news-plate1 .plate1-main .main-cent .cent-item {
  display: block;
  width: 100%;
  height: 1.52rem;
  padding: 0.45rem 0.64rem 0;
  margin-bottom: 0.16rem;
  background: #fff;
}
.news-plate1 .plate1-main .main-cent .cent-item:nth-child(1) {
  animation-delay: 0.2s;
}
.news-plate1 .plate1-main .main-cent .cent-item:nth-child(2) {
  animation-delay: 0.4s;
}
.news-plate1 .plate1-main .main-cent .cent-item:last-of-type {
  margin-bottom: 0;
  animation-delay: 0.6s;
}
.news-plate1 .plate1-main .main-cent .cent-item .itme-time {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs18);
  color: #2e2624;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-cent .cent-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs22);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-main .main-cent .cent-item:hover {
  background: #004098;
}
.news-plate1 .plate1-main .main-cent .cent-item:hover .itme-time {
  color: rgba(255, 255, 255, 0.4);
}
.news-plate1 .plate1-main .main-cent .cent-item:hover .item-title {
  color: #fff;
}
.news-plate2 {
  padding: 0.3rem 0 1.2rem;
}
.news-plate2 .plate2-cont {
  width: 100%;
  height: auto;
  margin-bottom: 0.64rem;
}
.news-plate2 .plate2-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  border-bottom: solid 1px #eeeeee;
}
.news-plate2 .plate2-cont .cont-item .item-pic {
  width: 3.16rem;
  height: 2rem;
  margin-right: 0.8rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-cont .cont-item .item-cent {
  width: 9.12rem;
  height: auto;
  margin-right: 1.8rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs26);
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-cont .cont-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: rgba(11, 29, 52, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-plate2 .plate2-cont .cont-item .item-cent .cent-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  color: rgba(11, 29, 52, 0.7);
}
.news-plate2 .plate2-cont .cont-item .item-cent .cent-time em {
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-news-time.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-cont .cont-item .item-link {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #f4f5f5 url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 7px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-cont .cont-item .item-link:hover {
  color: #004098;
}
.news-plate2 .plate2-cont .cont-item:hover {
  padding: 0.5rem 0.3rem;
}
.news-plate2 .plate2-cont .cont-item:hover .item-pic {
  margin-right: 0.5rem;
}
.news-plate2 .plate2-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news-plate2 .plate2-cont .cont-item:hover .item-cent {
  margin-right: 1.5rem;
}
.news-plate2 .plate2-cont .cont-item:hover .item-cent .cent-title {
  color: #d7000f;
}
.news-plate2 .plate2-cont .cont-item:hover .item-cent .cent-time em {
  background: url(../images/icon/icon-news-time2.png) no-repeat center center;
  background-size: 100%;
}
.news-plate2 .plate2-cont .cont-item:hover .item-link {
  background: #004098 url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 7px;
}
.newsDetail-plate1 {
  width: 100%;
  height: auto;
  padding: 2.4rem 0 1.9rem;
  background: url(../images/newsDetail-bg.jpg) no-repeat top left;
  background-size: cover;
}
.newsDetail-plate1 .plate1-main .main-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #fff;
}
.newsDetail-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.newsDetail-plate1 .plate1-main .main-box p {
  font-size: var(--fs16);
  font-weight: 100;
  color: #fff;
}
.newsDetail-plate1 .plate1-main .main-box .box-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
.newsDetail-plate1 .plate1-main .main-box .box-share span {
  margin-right: 0.26rem;
  font-size: var(--fs16);
  font-weight: 100%;
  color: #fff;
}
.newsDetail-plate1 .plate1-main .main-box .box-share .share-item {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
  border-radius: 50%;
  background: #fff;
}
.newsDetail-plate1 .plate1-main .main-box .box-share .share-item:last-of-type {
  margin-right: 0;
}
.newsDetail-plate1 .plate1-main .main-box .box-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail-plate1 .plate1-main .main-box .box-share .share-item .img2 {
  opacity: 0;
}
.newsDetail-plate1 .plate1-main .main-box .box-share .share-item:hover .img1 {
  opacity: 0;
}
.newsDetail-plate1 .plate1-main .main-box .box-share .share-item:hover .img2 {
  opacity: 1;
}
.newsDetail-plate2 {
  width: 100%;
  height: auto;
  background: #f4f5f5;
}
.newsDetail-plate2 .plate2-main {
  position: relative;
  padding: 1.05rem 1.05rem 1.1rem;
  background: #fff;
  z-index: 9;
  transform: translatey(-1.28rem);
  -o-transform: translatey(-1.28rem);
  -moz-transform: translatey(-1.28rem);
  -webkit-transform: translatey(-1.28rem);
}
.newsDetail-plate2 .plate2-main .main-cent {
  width: 100%;
  height: auto;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.newsDetail-plate2 .plate2-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail-plate2 .plate2-main .main-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  padding-top: 0.5rem;
  border-top: solid 1px #eeeef1;
}
.newsDetail-plate2 .plate2-main .main-bottom .bottom-cent {
  width: calc(100% - 2rem);
  height: auto;
}
.newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title {
  font-size: var(--fs18);
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:first-of-type {
  margin-bottom: 0.1rem;
}
.newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title span {
  font-weight: bold;
}
.newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title a {
  font-weight: 100;
  color: #333333;
}
.newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:hover {
  color: #d7000f;
}
.newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:hover a {
  color: #d7000f;
}
.newsDetail-plate2 .plate2-main .main-bottom .page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.95rem;
  height: 0.56rem;
  font-size: var(--fs18);
  line-height: 0.56rem;
}
.newsDetail-plate2 .plate2-main .main-bottom .page-button em {
  width: 0.16rem;
  height: 0.14rem;
  background: url(../images/icon/icon-return2.png) no-repeat center center;
  background-size: 100%;
}
.newsDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 0 0 1.2rem;
  background: #f4f5f5;
}
.newsDetail-plate3 .plate3-main .main-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.newsDetail-plate3 .plate3-main .main-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.newsDetail-plate3 .plate3-main .main-form .form-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-bottom: 0.35rem;
}
.newsDetail-plate3 .plate3-main .main-form .form-item p {
  font-size: var(--fs18);
  color: #222;
}
.newsDetail-plate3 .plate3-main .main-form .form-item p em {
  margin-right: 0.08rem;
  color: #d7000f;
}
.newsDetail-plate3 .plate3-main .main-form .form-item input {
  width: 100%;
  height: 0.64rem;
  padding: 0 0.24rem;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
  background: #fff;
}
.newsDetail-plate3 .plate3-main .main-form .form-item input::placeholder {
  color: #999;
}
.newsDetail-plate3 .plate3-main .main-form .form-item input:focus {
  border: solid 1px #004098;
}
.newsDetail-plate3 .plate3-main .main-form .form-item textarea {
  width: 100%;
  height: 1.84rem;
  padding: 0.24rem;
  margin-top: 0.15rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
  background: #fff;
}
.newsDetail-plate3 .plate3-main .main-form .form-item textarea::placeholder {
  color: #999;
}
.newsDetail-plate3 .plate3-main .main-form .form-item textarea:focus {
  border: solid 1px #004098;
}
.newsDetail-plate3 .plate3-main .main-form .form-item:nth-child(4),
.newsDetail-plate3 .plate3-main .main-form .form-item:nth-child(5) {
  width: 100%;
}
.newsDetail-plate3 .plate3-main .page-button {
  width: 1.95rem;
  height: 0.56rem;
  margin: 0.15rem auto 0;
  font-size: var(--fs18);
  line-height: 0.56rem;
}
.honor-top {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 0;
  background: #f4f5f5;
}
.honor-top .top-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.honor-top .top-main .main-item {
  display: block;
  position: relative;
  width: auto;
  height: 0.56rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  padding: 0 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #222;
}
.honor-top .top-main .main-item:last-of-type {
  margin-right: 0;
}
.honor-top .top-main .main-item span {
  position: relative;
  z-index: 1;
}
.honor-top .top-main .main-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
  transform: skew(-12deg, 0deg);
  -o-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-top .top-main .main-item:hover {
  color: #fff;
}
.honor-top .top-main .main-item:hover::after {
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.honor-top .top-main .main-item-on {
  color: #fff;
}
.honor-top .top-main .main-item-on::after {
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.honor {
  width: 100%;
  height: auto;
  padding: 0.45rem 0 1.2rem;
  background: #f4f5f5;
}
.honor .honor-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.16rem;
}
.honor .honor-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  padding: 0.4rem 0.45rem 0.35rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.honor .honor-main .main-cont .cont-item .item-pic {
  position: relative;
  width: 100%;
  height: 3.26rem;
  overflow: hidden;
}
.honor .honor-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.72rem;
  height: 0.72rem;
  margin: -0.36rem 0 0 -0.36rem;
  background: rgba(210, 40, 45, 0.9) url(../images/icon/icon-search3.png) no-repeat center center;
  background-size: 0.25rem;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item .item-title {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item:hover {
  background: #004098;
}
.honor .honor-main .main-cont .cont-item:hover .item-pic::after {
  opacity: 1;
}
.honor .honor-main .main-cont .cont-item:hover .item-title {
  color: #fff;
}
.about-plate1 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1rem;
}
.about-plate1 .plate1-main .main-subtitle {
  margin-top: 0.45rem;
  font-size: 0.6rem;
  text-align: center;
  color: #222;
}
.about-plate1 .plate1-main .main-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: rgba(11, 29, 52, 0.7);
}
.about-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about-plate1 .plate1-main .main-data .data-item {
  width: auto;
  height: auto;
  margin: 0 0.8rem;
}
.about-plate1 .plate1-main .main-data .data-item .item-num {
  font-size: var(--fs18);
  color: #333;
}
.about-plate1 .plate1-main .main-data .data-item .item-num span {
  margin-left: 0.15rem;
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: 0.72rem;
  color: #d7000f;
}
.about-plate1 .plate1-main .main-data .data-item .item-num em {
  position: relative;
  font-weight: 100;
}
.about-plate1 .plate1-main .main-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: var(--fs32);
  color: #d7000f;
}
.about-plate1 .plate1-main .main-data .data-item .item-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #333;
}
.about-plate1 .plate1-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.about-plate1 .plate1-video .video-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-plate1 .plate1-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.about-plate1 .plate1-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate1 .plate1-video .video-play {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about-plate1 .plate1-video .video-play .play-icon {
  position: relative;
  width: 0.88rem;
  height: 0.88rem;
  margin: 0 auto;
  border-radius: 50%;
}
.about-plate1 .plate1-video .video-play .play-icon img {
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate1 .plate1-video .video-play .play-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background: #fff;
  animation: mapAddress3 linear infinite 3s;
}
.about-plate1 .plate1-video .video-play p {
  margin-top: 0.4rem;
  font-size: var(--fs48);
  text-align: center;
  color: #fff;
}
.about-plate1 .plate1-video .video-play:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.about-plate1 .plate1-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about-plate2 {
  padding: 1.1rem 0 0.8rem;
}
.about-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about-plate2 .plate2-main .main-item {
  position: relative;
  width: calc(100% / 2 - 0.2rem);
  height: 3.92rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.about-plate2 .plate2-main .main-item .item-pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate2 .plate2-main .main-item .item-pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.about-plate2 .plate2-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.7rem 0.48rem 0;
}
.about-plate2 .plate2-main .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.about-plate2 .plate2-main .main-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs22);
  color: #fff;
}
.about-plate2 .plate2-main .main-item:first-of-type {
  width: 100%;
  height: 4.4rem;
}
.about-plate2 .plate2-main .main-item:first-of-type .item-cent .cent-title {
  text-align: center;
}
.about-plate2 .plate2-main .main-item:first-of-type .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  text-align: center;
}
.about-plate2 .plate2-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about-plate2 .plate2-main .main-item:hover .item-pic::before {
  left: 125%;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: url(../images/about-bg.jpg) no-repeat bottom left;
  background-size: cover;
  overflow: hidden;
}
.about-plate3 .plate3-swiper {
  margin-top: 0.5rem;
}
.about-plate3 .plate3-swiper .swiper-slide {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
}
.about-plate3 .plate3-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
  padding-right: 0.46rem;
  border-right: solid 1px #dcdcdc;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box .box-year {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs36);
  color: #000;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.05rem;
  font-size: var(--fs26);
  font-weight: bold;
  color: #222;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box .box-text {
  height: 1.5rem;
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: rgba(11, 29, 52, 0.7);
  overflow: auto;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic {
  position: relative;
  width: 100%;
  height: 2.64rem;
  margin-top: 0.4rem;
  overflow: hidden;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about-plate3 .plate3-swiper .swiper-slide .slide-box:hover .box-pic::before {
  left: 125%;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.about-plate3 .plate3-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.64rem;
}
.about-plate3 .plate3-bottom .swiper-pagination {
  position: relative;
  width: 13.03rem;
  height: 2px;
  background: #dcdcdc;
}
.about-plate3 .plate3-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #004098;
}
.about-plate3 .plate3-bottom .bottom-button {
  display: flex;
  justify-content: space-between;
  width: 1.38rem;
  height: auto;
}
.about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-prev,
.about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-next {
  width: 0.56rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  border-radius: 50%;
  background: #004098;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-prev img,
.about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-next img {
  width: 7px;
}
.about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-prev:hover,
.about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-next:hover {
  background: #d7000f;
}
.about-plate4 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.7rem;
  background: #f4f5f5;
}
.about-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.16rem;
}
.about-plate4 .plate4-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.36rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  padding: 0.4rem 0.45rem 0.35rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.about-plate4 .plate4-main .main-cont .cont-item .item-pic {
  position: relative;
  width: 100%;
  height: 3.26rem;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-cont .cont-item .item-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.72rem;
  height: 0.72rem;
  margin: -0.36rem 0 0 -0.36rem;
  background: rgba(210, 40, 45, 0.9) url(../images/icon/icon-search3.png) no-repeat center center;
  background-size: 0.25rem;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-cont .cont-item .item-title {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-cont .cont-item:hover {
  background: #004098;
}
.about-plate4 .plate4-main .main-cont .cont-item:hover .item-pic::after {
  opacity: 1;
}
.about-plate4 .plate4-main .main-cont .cont-item:hover .item-title {
  color: #fff;
}
.about-plate4 .plate4-main .page-button {
  width: 1.95rem;
  height: 0.56rem;
  margin: 0 auto;
  font-size: var(--fs18);
  line-height: 0.56rem;
}
.about-plate5 {
  padding: 1.1rem 0 0.95rem;
}
.about-plate5 .main-text {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.about-plate5 .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about-plate5 .main-box .box-item {
  width: calc(100% / 7 - 0.172rem);
  height: 1.28rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(3, 14, 33, 0.08);
  border: solid 2px transparent;
  overflow: hidden;
}
.about-plate5 .main-box .box-item:nth-child(7n) {
  margin-right: 0;
}
.about-plate5 .main-box .box-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .main-box .box-item:hover {
  border: solid 2px #004098;
}
.about-plate5 .main-box .box-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact-plate1 {
  padding: 1.1rem 0 1.2rem;
}
.contact-plate1 .main-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.contact-plate1 .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact-plate1 .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  padding: 0.64rem 0.3rem 0.4rem;
  margin-right: 0.4rem;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate1 .main-box .box-item:last-of-type {
  margin-right: 0;
}
.contact-plate1 .main-box .box-item .item-icon {
  width: 0.96rem;
  height: 0.96rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.96rem;
  border-radius: 50%;
  background: #004098;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-plate1 .main-box .box-item .item-icon img {
  width: 0.48rem;
}
.contact-plate1 .main-box .box-item .item-ewn {
  width: 1.76rem;
  height: auto;
  margin: 0 auto;
}
.contact-plate1 .main-box .box-item .item-ewn img {
  width: 100%;
}
.contact-plate1 .main-box .box-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs26);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.contact-plate1 .main-box .box-item .item-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  line-height: 0.3rem;
  color: rgba(11, 29, 52, 0.7);
}
.contact-plate1 .main-box .box-item:hover {
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.contact-plate1 .main-box .box-item:hover .item-icon {
  background: #d7000f;
}
.contact-plate1 .main-map {
  width: 100%;
  height: 6rem;
  margin-top: 0.8rem;
  background: #ccc;
}
.contact-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.45rem;
  background: url(../images/contact-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.contact-plate2 .plate2-main .main-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.contact-plate2 .plate2-main .main-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact-plate2 .plate2-main .main-form .form-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-bottom: 0.35rem;
}
.contact-plate2 .plate2-main .main-form .form-item p {
  font-size: var(--fs18);
  color: #222;
}
.contact-plate2 .plate2-main .main-form .form-item p em {
  margin-right: 0.08rem;
  color: #d7000f;
}
.contact-plate2 .plate2-main .main-form .form-item input {
  width: 100%;
  height: 0.64rem;
  padding: 0 0.24rem;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
  background: #fff;
}
.contact-plate2 .plate2-main .main-form .form-item input::placeholder {
  color: #999;
}
.contact-plate2 .plate2-main .main-form .form-item input:focus {
  border: solid 1px #004098;
}
.contact-plate2 .plate2-main .main-form .form-item textarea {
  width: 100%;
  height: 1.84rem;
  padding: 0.24rem;
  margin-top: 0.15rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
  background: #fff;
}
.contact-plate2 .plate2-main .main-form .form-item textarea::placeholder {
  color: #999;
}
.contact-plate2 .plate2-main .main-form .form-item textarea:focus {
  border: solid 1px #004098;
}
.contact-plate2 .plate2-main .main-form .form-item:nth-child(4),
.contact-plate2 .plate2-main .main-form .form-item:nth-child(5) {
  width: 100%;
}
.contact-plate2 .plate2-main .page-button {
  width: 1.95rem;
  height: 0.56rem;
  margin: 0.15rem auto 0;
  font-size: var(--fs18);
  line-height: 0.56rem;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #d7000f;
  border: solid 2px #d7000f;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #d7000f;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #d7000f;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.page-heng {
  width: 46px;
  height: 3px;
  margin-top: 0.2rem;
  background: #004098;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-title span {
  position: relative;
}
.page-title span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 0.33rem;
  height: 100%;
  background: url(../images/icon/icon-page-title-left.png) no-repeat left center;
  background-size: 100%;
}
.page-title span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.4rem;
  width: 0.23rem;
  height: 100%;
  background: url(../images/icon/icon-page-title-right.png) no-repeat left center;
  background-size: 100%;
}
.page-detail {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
.page-detail .detail-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-detail .detail-hide {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #004098;
  cursor: pointer;
}
.page-detail .detail-hide img {
  width: 20px !important;
  height: 20px !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-detail .detail-hide:hover img {
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.page-detail .detail-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.page-detail .detail-main img {
  width: 100%;
  height: auto;
}
.page-button {
  display: block;
  position: relative;
  width: 1.48rem;
  height: 0.48rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
}
.page-button span {
  position: relative;
  z-index: 1;
}
.page-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
  transform: skew(-12deg, 0deg);
  -o-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  color: #fff !important;
}
.page-button:hover::after {
  background: #d7000f url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
  background-size: 110%;
}
.page-button2 {
  display: block;
  position: relative;
  width: 1.48rem;
  height: 0.48rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.48rem;
  color: #777c85;
}
.page-button2 span {
  position: relative;
  z-index: 1;
}
.page-button2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #777c85;
  transform: skew(-12deg, 0deg);
  -o-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2:hover {
  color: #d7000f;
}
.page-button2:hover::after {
  border: solid 1px #d7000f;
}
.page-strip {
  position: sticky;
  top: 0;
  width: 100%;
  height: 0.72rem;
  background: #fff;
  border-bottom: solid 1px #eeeeee;
  z-index: 29;
}
.page-strip .strip-box {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
.page-strip .strip-box .box-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.35rem;
  padding: 0 0.12rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.8rem;
  color: #333;
}
.page-strip .strip-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #004098;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-strip .strip-box .box-item:hover {
  color: #004098;
}
.page-strip .strip-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.page-strip .strip-box .box-item-on {
  color: #004098;
}
.page-strip .strip-box .box-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.page-strip .strip-box .box-menu {
  position: relative;
  width: 2.2rem;
  cursor: pointer;
}
.page-strip .strip-box .box-menu .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
}
.page-strip .strip-box .box-menu em {
  width: 12px;
  height: 7px;
  margin-left: 0.12rem;
  background: url(../images/icon/icon-strip-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-strip .strip-box .box-menu .menu-list {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-strip .strip-box .box-menu .menu-list a {
  display: block;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.page-strip .strip-box .box-menu .menu-list a:hover {
  color: #d7000f;
}
.page-strip .strip-box .box-menu:hover .menu-link {
  color: #fff !important;
}
.page-strip .strip-box .box-menu:hover em {
  background: url(../images/icon/icon-strip-arrow2.png) no-repeat center center !important;
  background-size: 100%;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.page-strip .strip-box .box-menu:hover .menu-list {
  opacity: 1;
  visibility: visible;
}
.page-Wnav {
  display: none;
}
.page-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.page-hide {
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-hide:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-logon {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 6.88rem;
  height: 5.12rem;
  padding: 0.6rem 1.04rem 0;
  margin: -2.56rem 0 0 -3.44rem;
  background: #fff;
  z-index: 199;
}
.page-logon .logon-title {
  font-size: var(--fs40);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-logon .logon-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.page-logon .logon-form {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.page-logon .logon-form input {
  width: 100%;
  height: 0.56rem;
  padding: 0 0.24rem;
  margin-bottom: 0.24rem;
  font-size: var(--fs16);
  font-weight: 100%;
  color: #333;
  background: #f4f5f5;
}
.page-logon .logon-form input::placeholder {
  color: #999;
}
.page-logon .logon-form input:focus {
  background: #fff;
  border: solid 1px #004098;
}
.page-logon .logon-button {
  display: block;
  width: 100%;
  height: 0.56rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #004098;
}
.page-logon .logon-button:hover {
  background: #d7000f;
}
.page-logon .logon-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.page-logon .logon-bottom .bottom-item {
  font-size: var(--fs18);
  color: #222;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-logon .logon-bottom .bottom-item:hover {
  color: #d7000f;
}
.page-password {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 6.88rem;
  height: 6.4rem;
  padding: 0.6rem 1.04rem 0;
  margin: -3.2rem 0 0 -3.44rem;
  background: #fff;
  z-index: 199;
}
.page-password .password-title {
  font-size: var(--fs40);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-password .password-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.page-password .password-form {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.page-password .password-form .form-item {
  width: 100%;
  height: 0.56rem;
  margin-bottom: 0.24rem;
  background: #f4f5f5;
}
.page-password .password-form .form-item input {
  width: 100%;
  height: 100%;
  padding: 0 0.24rem;
  font-size: var(--fs16);
  font-weight: 100%;
  color: #333;
  background: transparent;
}
.page-password .password-form .form-item input::placeholder {
  color: #999;
}
.page-password .password-form .form-item input:focus {
  background: #fff;
  border: solid 1px #004098;
}
.page-password .password-form .form-item .item-butotn {
  width: 1.13rem;
  height: 100%;
  font-size: var(--fs16);
  font-weight: 100%;
  text-align: center;
  line-height: 0.56rem;
  color: #333;
  border-left: solid 1px #e5e5e5;
  cursor: pointer;
}
.page-password .password-form .form-item .item-butotn:hover {
  color: #d7000f;
}
.page-password .password-form .form-item:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.page-password .password-form .form-item:nth-child(2) input {
  width: 3.66rem;
}
.page-password .password-button {
  display: block;
  width: 100%;
  height: 0.56rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #004098;
}
.page-password .password-button:hover {
  background: #d7000f;
}
.page-register {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 11.12rem;
  height: 6.4rem;
  padding: 0.6rem 1.04rem 0;
  margin: -3.2rem 0 0 -5.56rem;
  background: #fff;
  z-index: 199;
}
.page-register .register-title {
  font-size: var(--fs40);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-register .register-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.page-register .register-text span {
  color: #004098;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-register .register-text span:hover {
  color: #d7000f;
}
.page-register .register-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.page-register .register-form .form-item {
  width: calc(100% / 2 - 0.12rem);
  height: 0.56rem;
  margin-bottom: 0.24rem;
  background: #f4f5f5;
}
.page-register .register-form .form-item input {
  width: 100%;
  height: 100%;
  padding: 0 0.24rem;
  font-size: var(--fs16);
  font-weight: 100%;
  color: #333;
  background: transparent;
}
.page-register .register-form .form-item input::placeholder {
  color: #999;
}
.page-register .register-form .form-item input:focus {
  background: #fff;
  border: solid 1px #004098;
}
.page-register .register-form .form-item .item-butotn {
  width: 1.13rem;
  height: 100%;
  font-size: var(--fs16);
  font-weight: 100%;
  text-align: center;
  line-height: 0.56rem;
  color: #333;
  border-left: solid 1px #e5e5e5;
  cursor: pointer;
}
.page-register .register-form .form-item .item-butotn:hover {
  color: #d7000f;
}
.page-register .register-form .form-item .item-tel {
  width: 0.64rem;
  height: 100%;
  font-size: var(--fs16);
  font-weight: 100%;
  text-align: center;
  line-height: 0.56rem;
  color: #333;
  border-right: solid 1px #e5e5e5;
}
.page-register .register-form .form-item:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.page-register .register-form .form-item:nth-child(2) input {
  width: 3.76rem;
}
.page-register .register-form .form-item:nth-child(4) {
  display: flex;
  justify-content: space-between;
}
.page-register .register-form .form-item:nth-child(4) input {
  width: 3.26rem;
}
.page-register .register-button {
  display: block;
  width: 100%;
  height: 0.56rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: #004098;
}
.page-register .register-button:hover {
  background: #d7000f;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  display: flex;
  justify-content: space-between;
  width: 2.2rem !important;
}
.gt_float_switcher {
  font-size: var(--fs14) !important;
}
.gt_float_switcher img {
  display: none !important;
}
