.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.5rem;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
	 background: #fff;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.8rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  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-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  margin: 0 0.28rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 0.18rem;
  text-align: center;
  line-height: 1rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  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::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: 50%;
  width: 1.5rem;
  height: auto;
  margin-left: -0.75rem;
  padding: 0 0.2rem;
  overflow: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  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: 100%;
  margin: 0.15rem 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #0d3f98;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(4) .li-list {
  width: 1.5rem;
  margin-left: -0.7rem;
}
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 {
  padding: 0.05rem 0.2rem;
}
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-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 100%;
  margin-left: 0.25rem;
  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 {
  position: relative;
  width: 22px;
  height: 22px;
  background: url(../image/icon-serach.png) no-repeat top left;
  background-size: 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-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 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-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 18px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden 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-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main:hover .main-right .right-serach span {
  background: url(../image/icon-serach2.png) no-repeat top left;
  background-size: 100%;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
nav .nav-main-active .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .main-nav .nav-cont .nav-li .li-link {
  color: #000 !important;
}
nav .nav-main-active .main-right .right-serach span {
  background: url(../image/icon-serach2.png) no-repeat top left !important;
  background-size: 100% !important;
}
nav .page-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 299;
}
nav .page-menu .menu-mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
nav .page-menu .menu-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.95rem;
  height: auto;
}
nav .page-menu .menu-cont .cont-top {
  position: relative;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem;
  background: #ad0082;
}
nav .page-menu .menu-cont .cont-top p {
  height: 100%;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
}
nav .page-menu .menu-cont .cont-top .top-hide {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  cursor: pointer;
}
nav .page-menu .menu-cont .cont-top .top-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .page-menu .menu-cont .cont-top .top-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .page-menu .menu-cont .cont-box {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
nav .page-menu .menu-cont .cont-box .box-item {
  width: 100%;
  height: auto;
  padding: 0.15rem 0.55rem 0.25rem;
  border-bottom: solid 1px #eaeaea;
}
nav .page-menu .menu-cont .cont-box .box-item .item-title {
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
}
nav .page-menu .menu-cont .cont-box .box-item .item-cent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.15rem;
}
nav .page-menu .menu-cont .cont-box .box-item .item-cent .cent-link {
  width: auto;
  height: auto;
  margin-right: 0.25rem;
  font-size: 12px;
  line-height: 18px;
  color: #9c9c9c;
}
nav .page-menu .menu-cont .cont-box .box-item .item-cent .cent-link:hover {
  color: #ad0082;
}
nav .page-menu .menu-cont .cont-box .box-item .item-cent .cent-link:nth-child(5n) {
  margin-right: 0;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
  cursor: pointer;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
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%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
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;
}
header .head-banner .swiper-slide .slide-box .box-web-pic,
header .head-banner .swiper-slide .slide-box .box-web-pic2 {
  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-title {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.72rem;
  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-button {
  margin-top: 1.2rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.72rem;
  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-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  border: solid 2px rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button span {
  font-size: 0.16rem;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button img {
  width: 16px;
  margin-left: 0.6rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
  border: solid 2px #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover img {
  margin-left: 0.2rem;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  display: none;
}
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-button,
header .head-banner .swiper-slide-active .box-cent2 .cent-button {
  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 .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 100%;
  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 {
  width: 8px;
  height: 8px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 0.45rem;
}
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.36rem;
  text-align: right;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.18rem;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  opacity: 0.5;
}
header .head-banner .banner-cent .cent-heng {
  width: 60px;
  height: 5px;
  margin: 0.35rem auto 0;
  background: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  outline: none;
  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 img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #fff;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.6rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.6rem;
}
header .head-banner .swiper-mouse {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1rem;
  margin-left: -0.5rem;
  z-index: 9;
}
header .head-banner .swiper-mouse .mouse-title {
  font-size: 0.14rem;
  text-align: center;
  color: #fff;
}
header .head-banner .swiper-mouse .mouse-shu {
  position: relative;
  width: 1px;
  height: 0.65rem;
  margin: 0.1rem auto 0;
  background: rgba(255, 255, 255, 0.5);
}
header .head-banner .swiper-mouse .mouse-shu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  animation: mouse 3.5s linear infinite;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  width: 100%;
  height: auto;
}
header .head-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.8rem;
  background: #fff;
  border-bottom: solid 1px #eeeeee;
  z-index: 29;
}
header .head-strip .strip-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-size: 0.16rem;
  line-height: 0.8rem;
  color: #333;
}
header .head-strip .strip-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0d3f98;
  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;
}
header .head-strip .strip-item:hover {
  color: #0d3f98;
  background: #fff;
}
header .head-strip .strip-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));
}
header .head-strip .strip-item-active {
  font-weight: bold;
  color: #0d3f98;
  background: #fff;
}
header .head-strip .strip-item-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));
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #f5f5f5;
}
footer .foot-mian {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 0.5rem;
}
footer .foot-mian .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-mian .main-nav .nav-item {
  width: 1.54rem;
  height: auto;
  padding-right: 0.15rem;
}
footer .foot-mian .main-nav .nav-item .item-title {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
footer .foot-mian .main-nav .nav-item .item-title:hover {
  color: #0d3f98;
}
footer .foot-mian .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
footer .foot-mian .main-nav .nav-item .item-cent a {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666;
}
footer .foot-mian .main-nav .nav-item .item-cent a:hover {
  color: #0d3f98;
}
footer .foot-mian .main-cent {
  width: 3.08rem;
  height: auto;
}
footer .foot-mian .main-cent .cent-title {
  font-size: 0.14rem;
  color: #666;
}
footer .foot-mian .main-cent .cent-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.24rem;
  color: #0d3f98;
}
footer .foot-mian .main-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666;
}
footer .foot-mian .main-cent .cent-ewm {
  width: 1.16rem;
  height: auto;
  margin-top: 0.24rem;
  box-shadow: 0 0 0.2rem 0 rgba(161, 161, 161, 0.15);
}
footer .foot-mian .main-cent .cent-ewm img {
  width: 100%;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.45rem;
}
footer .foot-bottom .bottom-link {
  position: relative;
  width: 3.07rem;
  height: 0.48rem;
}
footer .foot-bottom .bottom-link .link-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0.15rem;
  border: solid 1px #dbdbdb;
}
footer .foot-bottom .bottom-link .link-box span {
  font-size: 0.14rem;
  color: #7f7f7f;
}
footer .foot-bottom .bottom-link .link-box em {
  width: 10px;
  height: auto;
}
footer .foot-bottom .bottom-link .link-box em img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-bottom .bottom-link .link-cent {
  position: absolute;
  bottom: 0.48rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  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;
}
footer .foot-bottom .bottom-link .link-cent .cent-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.2rem;
  font-size: 0.16rem;
  color: #666;
}
footer .foot-bottom .bottom-link .link-cent .cent-item:hover {
  color: #0d3f98;
}
footer .foot-bottom .bottom-link:hover .link-box em img {
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
footer .foot-bottom .bottom-link:hover .link-cent {
  opacity: 1;
  visibility: visible;
}
footer .foot-bottom .bottom-zhizi {
  font-size: 0.14rem;
  color: #999;
}
footer .foot-bottom .bottom-zhizi a {
  color: #999;
}
footer .foot-bottom .bottom-zhizi a:hover {
  color: #0d3f98;
}
footer .foot-nav {
  display: none;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
.container .cont-plate1 .plate1-logo {
  width: 10rem;
  height: auto;
}
.container .cont-plate1 .plate1-logo img {
  width: 100%;
}
.container .cont-plate1 .plate1-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}
.container .cont-plate1 .plate1-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.99rem;
  height: 0.99rem;
  background: url(../image/icon-plate1-zi.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate1 .plate1-box .box-pic {
  width: 6.3rem;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-pic img {
  width: 100%;
}
.container .cont-plate1 .plate1-box .box-cent {
  width: 8.3rem;
  height: auto;
  padding-left: 0.65rem;
}
.container .cont-plate1 .plate1-box .box-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate1 .plate1-box .box-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #666;
}
.container .cont-plate1 .plate1-box .box-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin-top: 1.25rem;
  border: solid 2px #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-cent .cent-button span {
  font-size: 0.16rem;
  color: #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-cent .cent-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-cent .cent-button:hover {
  background: #ad0082;
}
.container .cont-plate1 .plate1-box .box-cent .cent-button:hover span {
  color: #fff;
}
.container .cont-plate1 .plate1-box .box-cent .cent-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/plate2-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate2 .plate2-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.65rem 0.6rem 0.4rem;
  background: #fff;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:last-of-type {
  margin-right: 0;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ad0082;
  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));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-cent {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  color: #666;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333;
  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;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-cent .cent-arrow {
  width: 0.24rem;
  height: 0.16rem;
  margin-top: 0.65rem;
  background: url(../image/icon-arrow3.png) no-repeat top left;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d3f98;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  opacity: 0.05;
  object-fit: cover;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover::after {
  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));
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-cent .cent-time,
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-cent .cent-title,
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-cent .cent-text {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-cent .cent-arrow {
  background: url(../image/icon-arrow4.png) no-repeat top left;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-pic {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  outline: none;
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev img,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev {
  left: -1rem;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-next {
  right: -1rem;
}
.container .cont-plate2 .plate2-main .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin: 0.5rem auto 0;
  border: solid 2px #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-button span {
  font-size: 0.16rem;
  color: #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-button:hover {
  background: #ad0082;
}
.container .cont-plate2 .plate2-main .main-button:hover span {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-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;
}
.container .cont-plate3 .plate3-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));
}
.container .cont-plate3 .plate3-main .main-cent {
  width: 50%;
  height: auto;
  padding-left: 1.2rem;
}
.container .cont-plate3 .plate3-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-subtitle {
  margin-top: 0.5rem;
  font-size: 0.36rem;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin-top: 1.1rem;
  border: solid 2px rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cent .cent-button span {
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cent .cent-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cent .cent-button:hover {
  background: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-button:hover span {
  color: #ad0082;
}
.container .cont-plate3 .plate3-main .main-cent .cent-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
}
.container .cont-plate4 {
  width: 100%;
  padding: 1.2rem 0 1.2rem 10%;
  background: #f5f5f5;
}
.container .cont-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-title {
  width: calc(100% - 0.6rem);
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate4 .plate4-top .top-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.6rem;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-next {
  position: relative;
  width: 11px;
  height: 20px;
  cursor: pointer;
  outline: none;
}
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.container .cont-plate4 .plate4-main .main-box {
  position: relative;
  width: 7.48rem;
  height: 4.8rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-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;
}
.container .cont-plate4 .plate4-main .main-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.14rem;
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate4 .plate4-main .main-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));
}
.container .cont-plate4 .plate4-main .main-cont {
  width: calc(100% - 7.68rem);
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide {
  width: 3.74rem;
  height: 4.8rem;
  margin-right: 0.2rem;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.45rem 0.65rem 0.4rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.16rem;
  color: #c9c9c9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-title {
  height: 1.08rem;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-text {
  height: 0.9rem;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-arrow {
  width: 0.24rem;
  height: 0.16rem;
  margin-top: 1rem;
  background: url(../image/icon-arrow3.png) no-repeat top left;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover {
  background: #0d3f98;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-time {
  color: #fff;
  opacity: 0.3;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-title,
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-text {
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-arrow {
  background: url(../image/icon-arrow4.png) no-repeat top left;
  background-size: 100%;
}
.container .cont-plate4 .plate4-bottom {
  width: 15.36rem;
  height: auto;
  margin-top: 0.5rem;
}
.container .cont-plate4 .plate4-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin: 0 auto;
  border: solid 2px #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-bottom .bottom-button span {
  font-size: 0.16rem;
  color: #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-bottom .bottom-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-bottom .bottom-button:hover {
  background: #ad0082;
}
.container .cont-plate4 .plate4-bottom .bottom-button:hover span {
  color: #fff;
}
.container .cont-plate4 .plate4-bottom .bottom-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1.8rem 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.container .cont-plate5 .plate5-main {
  width: 9.2rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate5 .plate5-main .main-text {
  width: 7.45rem;
  margin: 0.3rem auto 0;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate5 .plate5-main .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin: 0.8rem auto 0;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-button span {
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-button:hover {
  background: #fff;
}
.container .cont-plate5 .plate5-main .main-button:hover span {
  color: #ad0082;
}
.container .cont-plate5 .plate5-main .main-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
}
.container .cont-plate6 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.container .cont-plate6 .plate6-cent {
  width: 50%;
  height: auto;
  padding-right: 1.68rem;
}
.container .cont-plate6 .plate6-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.container .cont-plate6 .plate6-cent .cent-text {
  margin-top: 0.55rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.container .cont-plate6 .plate6-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin-top: 1.7rem;
  border: solid 2px #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-cent .cent-button span {
  font-size: 0.16rem;
  color: #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-cent .cent-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-cent .cent-button:hover {
  background: #ad0082;
}
.container .cont-plate6 .plate6-cent .cent-button:hover span {
  color: #fff;
}
.container .cont-plate6 .plate6-cent .cent-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
}
.container .cont-plate6 .plate6-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate6 .plate6-pic .pic-title {
  position: absolute;
  top: -0.21rem;
  left: -0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #fff;
  z-index: 9;
}
.container .cont-plate6 .plate6-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;
}
.container .cont-plate6 .plate6-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));
}
.container .cont-plate7 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #0d3f98;
  overflow: hidden;
}
.container .cont-plate7 .plate7-main {
  position: relative;
  width: 10.2rem;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.container .cont-plate7 .plate7-main .main-text {
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate7 .plate7-main .main-button {
  display: block;
  width: 1.92rem;
  height: 0.6rem;
  margin: 0.8rem auto 0;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.container .cont-plate7 .plate7-main .main-button:hover {
  color: #0d3f98;
  background: #ffffff;
}
.container .cont-plate7 .plate7-3D {
  position: absolute;
  bottom: -120%;
  left: 0;
}
.technology {
  width: 100%;
  height: auto;
}
.technology .technology-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.2rem;
}
.technology .technology-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.technology .technology-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.technology .technology-main .main-item .item-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.technology .technology-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));
}
.technology .technology-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding-left: 1rem;
}
.technology .technology-main .main-item .item-cent .cent-title {
  font-size: 0.44rem;
  line-height: 0.6rem;
  color: #000;
}
.technology .technology-main .main-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.technology .technology-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.technology .technology-main .main-item:nth-child(odd) .item-cent {
  padding-left: 0;
  padding-right: 1rem;
}
.technology .technology-cont {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.8rem;
  background: url(../image/20230517140349760.jpg) no-repeat bottom left;
  background-size: cover;
}
.technology .technology-cont .cont-title {
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}
.technology .technology-cont .cont-button {
  display: block;
  width: 1.92rem;
  height: 0.56rem;
  margin: 0.2rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border: solid 2px rgba(255, 255, 255, 0.2);
}
.technology .technology-cont .cont-button:hover {
  color: #0d3f98;
  border: solid 2px #ffffff;
  background: #fff;
}
.technology .technology-video {
  width: 15.36rem;
  height: auto;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.technology .technology-video .hidden-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.technology .technology-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.technology .technology-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.technology .technology-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  cursor: pointer;
}
.technology .technology-video .hidden-box .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  z-index: 3;
  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;
}
.technology .technology-video .hidden-box .icon-box .button-svg {
  stroke-dasharray: 251 251;
  stroke-dashoffset: 251;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.technology .technology-video .hidden-box .icon-box:hover .button-svg {
  stroke-dashoffset: 0;
}
.technology .technology-video .hidden-box:hover .box-pic 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));
}
.technology .technology-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.technology .technology-video .video-box video {
  width: 100%;
  height: auto;
}
.history {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.history .history-top {
  width: 100%;
  height: auto;
  padding: 1.18rem 0 1.2rem;
  background: linear-gradient(0deg, #eaeef4, #fff);
}
.history .history-top .top-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.history .history-top .top-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1.1rem;
}
.history .history-top .top-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.history .history-top .top-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.history .history-top .top-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.history .history-top .top-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;
}
.history .history-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));
}
.history .history-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem auto 0.7rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 50%;
  background: #eaeef4;
  z-index: 9;
}
.history .history-main .main-icon img {
  width: 23px;
}
.history .history-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #eaeef4;
}
.history .history-main .main-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
}
.history .history-main .main-item span {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #eaeef4;
  z-index: 9;
}
.history .history-main .main-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #eaeef4;
}
.history .history-main .main-item .item-year {
  width: 50%;
  height: auto;
  padding-right: 1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  text-align: right;
  color: #ad0082;
}
.history .history-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding-left: 1rem;
  padding-top: 0.2rem;
}
.history .history-main .main-item .item-cent .cent-top {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.12rem 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  background: #ad0082;
  border-radius: 5px;
}
.history .history-main .main-item .item-cent .cent-text {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #000;
}
.history .history-main .main-item .item-cent .cent-pic {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.history .history-main .main-item .item-cent .cent-pic img {
  width: 100%;
}
.history .history-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.history .history-main .main-item:nth-child(odd) .item-year {
  padding-right: 0;
  padding-left: 1rem;
  text-align: left;
}
.history .history-main .main-item:nth-child(odd) .item-cent {
  padding-left: 0;
  padding-right: 1rem;
}
.history .history-main .main-item:last-of-type {
  margin-bottom: 0;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
.about .about-plate1 .plate1-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 6.1rem;
  height: auto;
  padding-right: 1.2rem;
}
.about .about-plate1 .plate1-box .box-cent {
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-box .box-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.about .about-plate1 .plate1-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.34rem;
  text-align: justify;
  color: #333;
}
.about .about-plate1 .plate1-box .box-pic {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  overflow: hidden;
}
.about .about-plate1 .plate1-box .box-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-box .box-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));
}
.about .about-plate1 .plate1-cent {
  width: 9.26rem;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.about .about-plate2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10.26rem;
  height: 100%;
  background: #0d3f98;
}
.about .about-plate2 .plate2-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
}
.about .about-plate2 .plate2-main .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate2 .plate2-main .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.about .about-plate2 .plate2-main .swiper-slide .slide-box img {
  width: 100%;
}
.about .about-plate2 .plate2-main .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate2 .plate2-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.about .about-plate2 .plate2-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 0.45rem;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-prev,
.about .about-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-prev img,
.about .about-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.about .about-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.about .about-plate2 .plate2-main .plate2-swiper-button-next:hover {
  background: #fff;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
.about .about-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
.about .about-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-prev {
  left: 0.3rem;
}
.about .about-plate2 .plate2-main .plate2-swiper-button-next {
  right: 0.3rem;
}
.about .about-plate3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
.about .about-plate3 .plate3-item {
  width: 33.33%;
  height: auto;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
.about .about-plate3 .plate3-item .item-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2rem;
  border-radius: 50%;
  background: #0d3f98;
}
.about .about-plate3 .plate3-item .item-icon img {
  width: 0.58rem;
}
.about .about-plate3 .plate3-item .item-title {
  margin-top: 0.36rem;
  font-size: 0.36rem;
  text-align: center;
  color: #000;
}
.about .about-plate3 .plate3-item .item-title span {
  position: relative;
}
.about .about-plate3 .plate3-item .item-title span::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0d3f98;
}
.about .about-plate3 .plate3-item .itme-text {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 0 0 1rem;
}
.about .about-plate4 .plate4-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate4 .plate4-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.about .about-plate4 .plate4-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box img {
  width: 100%;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 0.45rem;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-prev,
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-prev img,
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-prev .img2,
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-prev:hover,
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-next:hover {
  background: #fff;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-prev:hover .img1,
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-prev:hover .img2,
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-prev {
  left: 0.3rem;
}
.about .about-plate4 .plate4-main .main-swiper .plate4-swiper-button-next {
  right: 0.3rem;
}
.team {
  width: 100%;
  height: auto;
}
.team .team-plate1 {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.5rem 0 1.2rem;
}
.team .team-plate1 .plate1-cent {
  width: 50%;
  height: auto;
}
.team .team-plate1 .plate1-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.team .team-plate1 .plate1-cent .cent-name {
  font-size: 0.24rem;
  color: #333;
}
.team .team-plate1 .plate1-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.team .team-plate1 .plate1-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.team .team-plate1 .plate1-cent .cent-bottom .bottom-pic {
  width: 2.32rem;
  height: auto;
  margin-right: 0.2rem;
}
.team .team-plate1 .plate1-cent .cent-bottom .bottom-pic img {
  width: 100%;
}
.team .team-plate1 .plate1-cent .cent-bottom .bottom-pic .pic-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
}
.team .team-plate1 .plate1-pic {
  position: relative;
  width: 50%;
  height: auto;
  padding: 0.2rem 0.2rem 0.2rem 1.58rem;
}
.team .team-plate1 .plate1-pic::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1.9rem;
  height: 100%;
  background: #0d3f98;
}
.team .team-plate1 .plate1-pic .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.team .team-plate1 .plate1-pic .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;
}
.team .team-plate1 .plate1-pic .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));
}
.team .team-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1rem;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}
.team .team-plate2 .plate2-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.team .team-plate2 .plate2-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0.8rem auto 0;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.team .team-plate2 .plate2-main .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.3s 0.8s;
  -o-transition: all 0.3s 0.8s;
  -moz-transition: all 0.3s 0.8s;
  -webkit-transition: all 0.3s 0.8s;
}
.team .team-plate2 .plate2-main .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.team .team-plate2 .plate2-main .swiper-slide .slide-box .box-item {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.35rem 0.28rem;
  background: #fff;
  border-radius: 5px;
}
.team .team-plate2 .plate2-main .swiper-slide .slide-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.team .team-plate2 .plate2-main .swiper-slide .slide-box .box-item .item-name {
  font-size: 0.24rem;
  color: #000;
}
.team .team-plate2 .plate2-main .swiper-slide .slide-box .box-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.team .team-plate2 .plate2-main .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.team .team-plate2 .plate2-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.team .team-plate2 .plate2-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 0.45rem;
}
.team .team-plate2 .plate2-main .swiper-slide-active {
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team .team-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
.team .team-plate3 .plate3-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.team .team-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.team .team-plate3 .plate3-main .swiper-slide {
  width: 100%;
  height: auto;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box .box-item {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-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;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-pic::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ad0082, #0d3f98);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-pic .pic-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #000;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-text {
  width: 100%;
  height: auto;
  padding-right: 0.1rem;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team .team-plate3 .plate3-main .swiper-slide .slide-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));
}
.team .team-plate3 .plate3-main .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.team .team-plate3 .plate3-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.1rem;
  background: #0d3f98;
  opacity: 1;
  border-radius: 50%;
}
.team .team-plate3 .plate3-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 0.45rem;
}
.application {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.application .application-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.application .application-main .main-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.application .application-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.application .application-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;
}
.application .application-main .main-item .item-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  background: #f4f4f4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.application .application-main .main-item .item-cent .cent-title {
  font-size: 0.16rem;
  color: #0d3f98;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.application .application-main .main-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: 0.18rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.application .application-main .main-item .item-cent::after {
  content: '';
  position: absolute;
  bottom: 0.35rem;
  right: 0.3rem;
  width: 16px;
  height: 12px;
  background: url(../image/icon-arrow6.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;
}
.application .application-main .main-item:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.application .application-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));
}
.application .application-main .main-item:hover .item-cent {
  background: #0d3f98;
}
.application .application-main .main-item:hover .item-cent .cent-title,
.application .application-main .main-item:hover .item-cent .cent-text {
  color: #fff;
}
.application .application-main .main-item:hover .item-cent::after {
  background: url(../image/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.application .application-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.applicationDetail {
  width: 100%;
  height: auto;
  padding-bottom: 1.6rem;
}
.applicationDetail .applicationDetail-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.applicationDetail .applicationDetail-main .main-top {
  padding-top: 0.3rem;
}
.applicationDetail .applicationDetail-main .main-top a {
  display: inline-block;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  background: url(../image/icon-return.png) no-repeat left center;
  background-size: 8px;
}
.applicationDetail .applicationDetail-main .main-top a:hover {
  color: #0d3f98;
  background: url(../image/icon-return-active.png) no-repeat left center;
  background-size: 8px;
}
.applicationDetail .applicationDetail-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.applicationDetail .applicationDetail-main .main-box .box-title {
  font-size: 0.18rem;
  color: #0d3f98;
}
.applicationDetail .applicationDetail-main .main-box .box-title2 {
  margin-top: 0.05rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.applicationDetail .applicationDetail-main .main-box .box-text {
  margin-top: 0.38rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.applicationDetail .applicationDetail-main .main-box .box-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.applicationDetail .applicationDetail-main .main-box .box-pic img {
  width: 100%;
}
.applicationDetail .applicationDetail-main .main-box .box-cont {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.applicationDetail .applicationDetail-main .main-box .box-cont .cont-title {
  padding-left: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #0d3f98;
  border-left: solid 1px #0d3f98;
}
.applicationDetail .applicationDetail-main .main-box .box-cont .cont-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.applicationDetail .applicationDetail-main .main-box .box-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.applicationDetail .applicationDetail-main .main-box .box-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  overflow: hidden;
}
.applicationDetail .applicationDetail-main .main-box .box-cont .cont-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.applicationDetail .applicationDetail-main .main-box .box-cont .cont-box .box-item img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-main .main-box .box-cont .cont-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));
}
.applicationDetail .applicationDetail-main .main-box .box-lump {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-cent {
  width: auto;
  height: auto;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-cent .cent-title {
  padding-left: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #0d3f98;
  border-left: solid 1px #0d3f98;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button {
  display: flex;
  justify-content: space-between;
  width: 60px;
  height: auto;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-prev,
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-next {
  position: relative;
  width: 11px;
  height: 20px;
  outline: none;
  cursor: pointer;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-prev img,
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-prev .img2,
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-next .img2 {
  opacity: 0;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-prev:hover .img1,
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-next:hover .img1 {
  opacity: 0;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-prev:hover .img2,
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-top .top-button .app-swiper-button-next:hover .img2 {
  opacity: 1;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box .box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.38rem;
  background: rgba(13, 63, 152, 0.7);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.24rem;
  color: #fff;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #d8e0ec;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box:hover .box-bottom {
  opacity: 0;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .lump-swiper .swiper-slide .slide-box:hover .box-cent {
  opacity: 1;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-prev,
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-next {
  position: absolute;
  top: 60%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-prev img,
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-prev .img2,
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-next .img2 {
  opacity: 0;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-prev:hover .img1,
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-next:hover .img1 {
  opacity: 0;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-prev:hover .img2,
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-next:hover .img2 {
  opacity: 1;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-prev {
  left: -1rem;
}
.applicationDetail .applicationDetail-main .main-box .box-lump .app-swiper-button-next {
  right: -1rem;
}
.overview {
  width: 100%;
  height: auto;
}
.overview .overview-plate1 {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.18rem 0 0;
}
.overview .overview-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 1.1rem;
}
.overview .overview-plate1 .plate1-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.overview .overview-plate1 .plate1-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.overview .overview-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.overview .overview-plate1 .plate1-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;
}
.overview .overview-plate1 .plate1-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));
}
.overview .overview-plate2 {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 1.2rem auto 0;
  padding: 0;
}
.overview .overview-plate2 .swiper-slide {
  width: calc(100% / 3 - 0.1rem);
  height: auto;
  margin-right: 0.15rem;
}
.overview .overview-plate2 .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}
.overview .overview-plate2 .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.overview .overview-plate2 .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;
}
.overview .overview-plate2 .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.overview .overview-plate2 .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));
}
.overview .overview-plate2 .swiper-slide-active .slide-box .box-pic,
.overview .overview-plate2 .swiper-slide-on .slide-box .box-pic {
  opacity: 1;
}
.overview .overview-plate2 .swiper-slide-active .slide-box .box-cent,
.overview .overview-plate2 .swiper-slide-on .slide-box .box-cent {
  opacity: 1;
}
.overview .overview-plate2 .plate2-swiper-button-prev,
.overview .overview-plate2 .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.overview .overview-plate2 .plate2-swiper-button-prev img,
.overview .overview-plate2 .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
.overview .overview-plate2 .plate2-swiper-button-prev .img2,
.overview .overview-plate2 .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.overview .overview-plate2 .plate2-swiper-button-prev:hover,
.overview .overview-plate2 .plate2-swiper-button-next:hover {
  background: #fff;
}
.overview .overview-plate2 .plate2-swiper-button-prev:hover .img1,
.overview .overview-plate2 .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.overview .overview-plate2 .plate2-swiper-button-prev:hover .img2,
.overview .overview-plate2 .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.overview .overview-plate2 .plate2-swiper-button-prev {
  left: -1rem;
}
.overview .overview-plate2 .plate2-swiper-button-next {
  right: -1rem;
}
.overview .overview-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0;
}
.overview .overview-plate3 .plate3-text {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  color: #010101;
}
.overview .overview-plate3 .plate3-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  text-align: center;
}
.overview .overview-plate3 .plate3-pic img {
  max-width: 100%;
  width: auto;
}
.overview .overview-plate4 {
  width: 15.36rem;
  height: auto;
  padding: 1.3rem 0 1.4rem;
  margin: 0 auto;
}
.overview .overview-plate4 .plate4-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.overview .overview-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.overview .overview-plate4 .plate4-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 3 - 0.1rem);
  height: auto;
  padding: 0.35rem 0.3rem 0.3rem;
  margin-right: 0.15rem;
  border: solid 1px #efefef;
}
.overview .overview-plate4 .plate4-main .main-item:last-of-type {
  margin-right: 0;
}
.overview .overview-plate4 .plate4-main .main-item:last-of-type .item-cent {
  width: 100%;
}
.overview .overview-plate4 .plate4-main .main-item .item-cent {
  width: calc(100% - 0.95rem);
  height: auto;
  padding-left: 0.1rem;
}
.overview .overview-plate4 .plate4-main .main-item .item-cent .cent-title {
  font-size: 0.3rem;
  color: #000;
}
.overview .overview-plate4 .plate4-main .main-item .item-cent .cent-text {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666;
}
.overview .overview-plate4 .plate4-main .main-item .item-ewm {
  width: 0.95rem;
  height: auto;
}
.overview .overview-plate4 .plate4-main .main-item .item-ewm img {
  width: 100%;
}
.device {
  width: 100%;
  height: auto;
  padding: 1.18rem 0 1.1rem;
}
.device .device-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.device .device-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.device .device-main .main-text {
  width: 9.8rem;
  height: auto;
  margin: 0.35rem auto 0.45rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.device .device-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.5rem;
}
.device .device-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
  padding-bottom: 0.45rem;
  border-bottom: solid 1px #ccc;
}
.device .device-main .main-cont .cont-item .item-cont {
  position: relative;
  width: 4.92rem;
  height: 100%;
}
.device .device-main .main-cont .cont-item .item-cont .cont-pic {
  position: relative;
  width: 100%;
  height: 5.3rem;
  overflow: hidden;
}
.device .device-main .main-cont .cont-item .item-cont .cont-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;
}
.device .device-main .main-cont .cont-item .item-cont .cont-pic .pic-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.device .device-main .main-cont .cont-item .item-cont .cont-pic:hover .pic-cent {
  opacity: 1;
}
.device .device-main .main-cont .cont-item .item-cont .cont-title {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.2rem 0.25rem;
  font-size: 0.24rem;
  text-align: center;
  color: #333;
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.device .device-main .main-cont .cont-item .item-cont:hover .cont-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));
}
.device .device-main .main-cont .cont-item .item-cent {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-start;
  position: relative;
  width: calc(100% - 4.92rem);
  height: 100%;
  padding: 0 0 0.8rem 0.5rem;
}
.device .device-main .main-cont .cont-item .item-cent .cent-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.device .device-main .main-cont .cont-item .item-cent .cent-top .top-item {
  width: calc(100% / 3 - 0.2rem);
  height: 2.3rem;
  margin-right: 0.3rem;
  overflow: hidden;
}
.device .device-main .main-cont .cont-item .item-cent .cent-top .top-item 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;
}
.device .device-main .main-cont .cont-item .item-cent .cent-top .top-item:nth-child(3n) {
  margin-right: 0;
}
.device .device-main .main-cont .cont-item .item-cent .cent-top .top-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));
}
.device .device-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
}
.device .device-main .main-cont .cont-item .item-cent .cent-button {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: 1.8rem;
  height: 0.55rem;
  font-size: 0.16rem;
  line-height: 0.55rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #0d3f98;
  cursor: pointer;
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.device .device-main .main-cont .cont-item .item-cent .cent-button:hover {
  background: #ad0082;
}
.device .device-main .main-cont .cont-item:last-of-type {
  border-bottom: none;
}
.device .device-main .main-box {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.5rem;
}
.device .device-main .main-box .box-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
}
.device .device-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.device .device-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.device .device-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.device .device-main .main-box .box-item .item-title {
  padding-top: 0.3rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.device .device-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));
}
.device .device-main .main-box .box-item:hover .item-title {
  color: #0d3f98;
}
.show {
  width: 100%;
  height: auto;
}
.show .show-plate1 {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.18rem 0 1.2rem;
}
.show .show-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 0.9rem;
}
.show .show-plate1 .plate1-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.show .show-plate1 .plate1-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.show .show-plate1 .plate1-cent .cent-lump .lump-text {
  position: relative;
  width: 100%;
  padding-left: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.show .show-plate1 .plate1-cent .cent-lump .lump-text::after {
  content: '';
  position: absolute;
  top: 0.13rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0d3f98;
}
.show .show-plate1 .plate1-cent .cent-lump .lump-text span {
  display: block;
  color: #666;
}
.show .show-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.show .show-plate1 .plate1-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;
}
.show .show-plate1 .plate1-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));
}
.show .show-plate2 {
  width: 100%;
  height: auto;
  padding: 1.18rem 0 1.18rem;
  background: #f5f5f5;
}
.show .show-plate2 .plate2-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.show .show-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.show .show-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.show .show-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}
.show .show-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.show .show-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.show .show-plate2 .plate2-main .main-box .box-item .item-title {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  font-size: 0.16rem;
  color: #000;
  background: #fff;
  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;
}
.show .show-plate2 .plate2-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.show .show-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));
}
.show .show-plate2 .plate2-main .main-box .box-item:hover .item-title {
  color: #fff;
  background: #0d3f98;
}
.show .show-plate3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #0d3f98;
  overflow: hidden;
}
.show .show-plate3 .plate3-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.show .show-plate3 .plate3-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.show .show-plate3 .plate3-main .main-text {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
  color: #c5d0e3;
}
.show .show-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.show .show-plate3 .plate3-main .main-box .box-item {
  position: relative;
  width: calc(100% / 6 - 0.5rem);
  height: auto;
  margin-right: 0.6rem;
}
.show .show-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.show .show-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.show .show-plate3 .plate3-main .main-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.show .show-plate3 .plate3-main .main-box .box-item::after {
  content: '';
  display: none;
  position: absolute;
  top: 1rem;
  right: -0.4rem;
  width: 0.2rem;
  height: 0.11rem;
  background: url(../image/icon-show-arrow.png) no-repeat center center;
  background-size: 100%;
}
.show .show-plate3 .plate3-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));
}
.show .show-plate3 .plate3-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.show .show-plate3 .plate3-main .main-box .box-item:last-of-type::after {
  display: none;
}
.show .show-plate3 .plate3-3D {
  position: absolute;
  bottom: -95%;
  left: 0;
}
.show .show-plate4 {
  display: none;
  width: 15.36rem;
  height: auto;
  padding: 1.2rem 0 0.9rem;
  margin: 0 auto;
}
.show .show-plate4 .plate4-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.show .show-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.show .show-plate4 .plate4-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.show .show-plate4 .plate4-main .main-item .item-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show .show-plate4 .plate4-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;
}
.show .show-plate4 .plate4-main .main-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.3rem;
  font-size: 0.16rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show .show-plate4 .plate4-main .main-item:first-of-type {
  width: 10.14rem;
}
.show .show-plate4 .plate4-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));
}
.show .show-plate5 {
  width: 15.36rem;
  height: auto;
  padding: 1.2rem 0;
  margin: 0 auto;
}
.show .show-plate5 .plate5-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.show .show-plate5 .plate5-main {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.show .show-plate5 .plate5-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
  padding-bottom: 0.45rem;
  border-bottom: solid 1px #ddd;
}
.show .show-plate5 .plate5-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.show .show-plate5 .plate5-main .main-item .item-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.show .show-plate5 .plate5-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 0 0 0 0.8rem;
}
.show .show-plate5 .plate5-main .main-item .item-cent .cent-title {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.show .show-plate5 .plate5-main .main-item .item-cent .cent-text {
  width: 100%;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #666;
}
.show .show-plate5 .plate5-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.show .show-plate5 .plate5-main .main-item:nth-child(odd) .item-cent {
  padding: 0 0.8rem 0 0;
}
.show .show-plate5 .plate5-main .main-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.show .show-plate5 .plate5-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));
}
.news {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.news .news-top {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid #dfdfdf;
}
.news .news-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.2rem;
  padding-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0d3f98;
  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;
}
.news .news-top .top-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));
}
.news .news-top .top-item-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));
}
.news .news-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-top {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.18rem 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.news .news-main .main-top .swiper-slide {
  width: 100%;
  height: auto;
}
.news .news-main .main-top .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.news .news-main .main-top .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.news .news-main .main-top .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;
}
.news .news-main .main-top .swiper-slide .slide-box .box-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 .news-main .main-top .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.9rem 0.8rem 0.8rem;
  background: #fff;
}
.news .news-main .main-top .swiper-slide .slide-box .box-cent .cent-time {
  font-size: 0.16rem;
  color: #666;
}
.news .news-main .main-top .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000;
  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;
}
.news .news-main .main-top .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-top .swiper-slide .slide-box:hover .cent-title {
  color: #0d3f98;
}
.news .news-main .main-top .swiper-pagination {
  padding-left: calc(50% + 0.9rem);
  text-align: left;
}
.news .news-main .main-top .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.36rem;
  height: 2px;
  background: #e9e9e9;
  opacity: 1;
  border-radius: 0;
}
.news .news-main .main-top .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0d3f98;
}
.news .news-main .main-top .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}
.news .news-main .main-top .news-swiper-button-prev,
.news .news-main .main-top .news-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .news-swiper-button-prev img,
.news .news-main .main-top .news-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
.news .news-main .main-top .news-swiper-button-prev .img2,
.news .news-main .main-top .news-swiper-button-next .img2 {
  opacity: 0;
}
.news .news-main .main-top .news-swiper-button-prev:hover,
.news .news-main .main-top .news-swiper-button-next:hover {
  background: #fff;
}
.news .news-main .main-top .news-swiper-button-prev:hover .img1,
.news .news-main .main-top .news-swiper-button-next:hover .img1 {
  opacity: 0;
}
.news .news-main .main-top .news-swiper-button-prev:hover .img2,
.news .news-main .main-top .news-swiper-button-next:hover .img2 {
  opacity: 1;
}
.news .news-main .main-top .news-swiper-button-prev {
  left: 0.3rem;
}
.news .news-main .main-top .news-swiper-button-next {
  right: 0.3rem;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background: #f4f4f4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.16rem;
  overflow: hidden;
}
.news .news-main .main-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 .news-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.4rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  font-size: 0.16rem;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
  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;
}
.news .news-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-cont .cont-item:hover {
  background: #0d3f98;
}
.news .news-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));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-time {
  color: #527ecb;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-box {
  width: 9.6rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-box .box-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #000;
}
.newsDetail .newsDetail-main .main-box .box-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #666;
}
.newsDetail .newsDetail-main .main-box .box-text span {
  margin-right: 0.15rem;
}
.newsDetail .newsDetail-main .main-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.newsDetail .newsDetail-main .main-box .box-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-box .box-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-top: 0.4rem;
  border-top: solid 2px #ededed;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item .item-yuan {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: solid 2px #ededed;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item .item-yuan img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  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 .newsDetail-main .main-box .box-bottom .bottom-item .item-yuan .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item span {
  margin: 0 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item:hover .item-yuan {
  border: solid 2px #0d3f98;
  background: #0d3f98;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item:hover .item-yuan .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item:hover .item-yuan .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-box .box-bottom .bottom-item:hover span {
  color: #0d3f98;
}
.newsDetail .newsDetail-main .main-cont {
  width: 4.48rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-cont .cont-title {
  margin-bottom: 0.25rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
}
.newsDetail .newsDetail-main .main-cont .cont-item {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
  margin-bottom: 0.2rem;
  border-top: solid 1px #ececec;
}
.newsDetail .newsDetail-main .main-cont .cont-item .item-title {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-item .item-time {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #999;
}
.newsDetail .newsDetail-main .main-cont .cont-item:hover .item-title {
  color: #0d3f98;
}
.list {
  width: 100%;
  height: auto;
  padding: 0rem 0 8rem;
}
.list .list-top {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid #dfdfdf;
}
.list .list-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.2rem;
  padding-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0d3f98;
  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;
}
.list .list-top .top-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));
}
.list .list-top .top-item-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));
}
.list .list-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.list .list-main .main-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  opacity: 0;
  visibility: hidden;
}
.list .list-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.list .list-main .main-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.list .list-main .main-cont .cont-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.list .list-main .main-cont .cont-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: 3.16rem;
  overflow: hidden;
}
.list .list-main .main-cont .cont-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;
}
.list .list-main .main-cont .cont-box .box-item .item-pic .pic-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.07rem 0.2rem;
  font-size: 0.14rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.list .list-main .main-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.32rem 0.28rem 0.36rem;
  background: #f8f8f8;
}
.list .list-main .main-cont .cont-box .box-item .item-cent .cent-title {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list .list-main .main-cont .cont-box .box-item .item-cent .cent-text {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333;
}
.list .list-main .main-cont .cont-box .box-item .item-cent .cent-text img {
  width: 0.15rem;
  margin-top: -0.04rem;
  margin-right: 0.05rem;
}
.list .list-main .main-cont .cont-box .box-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  color: #333;
}
.list .list-main .main-cont .cont-box .box-item .item-cent .cent-link img {
  width: 6px;
  margin-left: 0.05rem;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.list .list-main .main-cont .cont-box .box-item .item-cent .cent-link:hover img {
  margin-left: 0.15rem;
}
.list .list-main .main-cont .cont-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));
}
.list .list-main .main-cont-active {
  position: /ufile/108044;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.fusion {
  width: 100%;
  height: auto;
}
.fusion .fusion-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.18rem 0 1.2rem;
}
.fusion .fusion-plate1 .plate1-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.fusion .fusion-plate1 .plate1-text {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  text-align: center;
  color: #333;
}
.fusion .fusion-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.fusion .fusion-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1.5rem;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-logo {
  width: 2.36rem;
  height: auto;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-logo img {
  width: 100%;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 0.6rem;
  margin-top: 0.6rem;
  border: solid 2px #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-button span {
  font-size: 0.16rem;
  color: #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.45rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-button:hover {
  background: #ad0082;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-button:hover span {
  color: #fff;
}
.fusion .fusion-plate1 .plate1-main .main-cent .cent-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
}
.fusion .fusion-plate1 .plate1-main .main-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.fusion .fusion-plate1 .plate1-main .main-pic .swiper-slide {
  width: 100%;
  height: auto;
}
.fusion .fusion-plate1 .plate1-main .main-pic .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.fusion .fusion-plate1 .plate1-main .main-pic .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fusion .fusion-plate1 .plate1-main .main-pic .swiper-slide .slide-box: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));
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-prev,
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-prev img,
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  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;
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-prev .img2,
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-next .img2 {
  opacity: 0;
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-prev:hover,
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-next:hover {
  background: #fff;
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-prev:hover .img1,
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-next:hover .img1 {
  opacity: 0;
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-prev:hover .img2,
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-next:hover .img2 {
  opacity: 1;
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-prev {
  left: 0.3rem;
}
.fusion .fusion-plate1 .plate1-main .main-pic .fusion-swiper-button-next {
  right: 0.3rem;
}
.fusion .fusion-plate2 {
  width: 100%;
  height: auto;
  padding: 2.2rem 0;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.fusion .fusion-plate2 .plate2-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.fusion .fusion-plate2 .plate2-text {
  width: 15.36rem;
  margin: 0.15rem auto 0;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.fusion .fusion-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.2rem;
}
.fusion .fusion-plate3 .plate3-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.fusion .fusion-plate3 .plate3-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.fusion .fusion-plate3 .plate3-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fusion .fusion-plate3 .plate3-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));
}
.fusion .fusion-plate3 .plate3-item .item-cent {
  width: 50%;
  height: auto;
  padding-top: 0.8rem;
  padding-left: 1.2rem;
}
.fusion .fusion-plate3 .plate3-item .item-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.fusion .fusion-plate3 .plate3-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
}
.fusion .fusion-plate3 .plate3-item:nth-child(even) {
  flex-direction: row-reverse;
}
.fusion .fusion-plate3 .plate3-item:nth-child(even) .item-cent {
  padding-left: 0;
  padding-right: 1.2rem;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.recruit .recruit-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding-right: 1.65rem;
}
.recruit .recruit-main .main-top .top-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.recruit .recruit-main .main-top .top-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.recruit .recruit-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.recruit .recruit-main .main-top .top-pic img {
  width: 100%;
  transition: All 0.5s;
  -o-transition: All 0.5s;
  -moz-transition: All 0.5s;
  -webkit-transition: All 0.5s;
}
.recruit .recruit-main .main-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));
}
.recruit .recruit-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.recruit .recruit-main .main-cont .cont-item {
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-cont .cont-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding: 0 0.2rem;
  border-top: solid 1px #eeeeee;
  cursor: pointer;
}
.recruit .recruit-main .main-cont .cont-item .item-top .top-title {
  width: calc(100% - 0.2rem);
  height: auto;
  font-size: 0.3rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .cont-item .item-top span {
  width: 12px;
  height: 20px;
  background: url(../image/icon-recruit-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;
}
.recruit .recruit-main .main-cont .cont-item .item-top-active {
  border-bottom: none !important;
}
.recruit .recruit-main .main-cont .cont-item .item-top-active .top-title {
  color: #0d3f98;
}
.recruit .recruit-main .main-cont .cont-item .item-top-active span {
  background: url(../image/icon-recruit-arrow-active.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.recruit .recruit-main .main-cont .cont-item .item-cent {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-text {
  padding-bottom: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-text em {
  font-weight: bold;
  color: #333;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-text span {
  color: #0d3f98;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-title {
  padding-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #333;
}
.recruit .recruit-main .main-cont .cont-item:last-of-type .item-top {
  border-bottom: solid 1px #eeeeee;
}
.join {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.join .join-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.join .join-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.join .join-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.join .join-main .main-cont .cont-item {
  width: 100%;
  height: auto;
}
.join .join-main .main-cont .cont-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding: 0 0.2rem;
  border-top: solid 1px #eeeeee;
  cursor: pointer;
}
.join .join-main .main-cont .cont-item .item-top .top-title {
  width: calc(100% - 0.2rem);
  height: auto;
  font-size: 0.3rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .cont-item .item-top span {
  width: 12px;
  height: 20px;
  background: url(../image/icon-recruit-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;
}
.join .join-main .main-cont .cont-item .item-top-active {
  border-bottom: none !important;
}
.join .join-main .main-cont .cont-item .item-top-active .top-title {
  color: #0d3f98;
}
.join .join-main .main-cont .cont-item .item-top-active span {
  background: url(../image/icon-recruit-arrow-active.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.join .join-main .main-cont .cont-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
}
.join .join-main .main-cont .cont-item .item-cent .cent-text {
  padding-bottom: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.join .join-main .main-cont .cont-item .item-cent .cent-text em {
  font-weight: bold;
  color: #333;
}
.join .join-main .main-cont .cont-item .item-cent .cent-text span {
  color: #0d3f98;
}
.join .join-main .main-cont .cont-item .item-cent .cent-title {
  padding-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #333;
}
.join .join-main .main-cont .cont-item:last-of-type .item-top {
  border-bottom: solid 1px #eeeeee;
}
.forum {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.forum .forum-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.forum .forum-main .main-top {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.18rem 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.forum .forum-main .main-top .swiper-slide {
  width: 100%;
  height: auto;
}
.forum .forum-main .main-top .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.forum .forum-main .main-top .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.forum .forum-main .main-top .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;
}
.forum .forum-main .main-top .swiper-slide .slide-box .box-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));
}
.forum .forum-main .main-top .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.9rem 0.8rem 0.8rem;
  background: #fff;
}
.forum .forum-main .main-top .swiper-slide .slide-box .box-cent .cent-time {
  font-size: 0.16rem;
  color: #666;
}
.forum .forum-main .main-top .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000;
  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;
}
.forum .forum-main .main-top .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.forum .forum-main .main-top .swiper-slide .slide-box:hover .cent-title {
  color: #0d3f98;
}
.forum .forum-main .main-top .swiper-pagination {
  padding-left: calc(50% + 0.9rem);
  text-align: left;
}
.forum .forum-main .main-top .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.36rem;
  height: 2px;
  background: #e9e9e9;
  opacity: 1;
  border-radius: 0;
}
.forum .forum-main .main-top .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0d3f98;
}
.forum .forum-main .main-top .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}
.forum .forum-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}
.forum .forum-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background: #f4f4f4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.forum .forum-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.16rem;
  overflow: hidden;
}
.forum .forum-main .main-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;
}
.forum .forum-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.4rem;
}
.forum .forum-main .main-cont .cont-item .item-cent .cent-time {
  font-size: 0.16rem;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.forum .forum-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
  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;
}
.forum .forum-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.forum .forum-main .main-cont .cont-item:hover {
  background: #0d3f98;
}
.forum .forum-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));
}
.forum .forum-main .main-cont .cont-item:hover .item-cent .cent-time {
  color: #527ecb;
}
.forum .forum-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.activity {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.activity .activity-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto 0.6rem;
}
.activity .activity-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0.18rem 0 rgba(0, 0, 0, 0.08);
}
.activity .activity-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.activity .activity-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;
}
.activity .activity-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));
}
.activity .activity-main .main-item .item-cent {
  width: 50%;
  padding: 0.8rem 1rem 0.3rem 0.8rem;
  height: auto;
}
.activity .activity-main .main-item .item-cent .cent-time {
  font-size: 0.16rem;
  color: #999;
}
.activity .activity-main .main-item .item-cent .cent-title {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  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;
}
.activity .activity-main .main-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.activity .activity-main .main-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin-top: 0.8rem;
  border: solid 2px #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.activity .activity-main .main-item .item-cent .cent-button span {
  font-size: 0.16rem;
  color: #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.activity .activity-main .main-item .item-cent .cent-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.activity .activity-main .main-item .item-cent .cent-button:hover {
  background: #ad0082;
}
.activity .activity-main .main-item .item-cent .cent-button:hover span {
  color: #fff;
}
.activity .activity-main .main-item .item-cent .cent-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
}
.activity .activity-main .main-item:hover .item-cent .cent-title {
  color: #0d3f98;
}
.activityDetail {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.activityDetail .activityDetail-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.activityDetail .activityDetail-main .main-cont {
  width: 9.6rem;
  height: auto;
}
.activityDetail .activityDetail-main .main-cont .cont-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.activityDetail .activityDetail-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.activityDetail .activityDetail-main .main-cont .cont-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.activityDetail .activityDetail-main .main-cont .cont-cent p {
  font-size: 0.3rem;
  color: #333;
}
.activityDetail .activityDetail-main .main-cont .cont-subtitle {
  margin-top: 0.45rem;
  font-size: 0.3rem;
  color: #333;
}
.activityDetail .activityDetail-main .main-cont .cont-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  padding-left: 0.38rem;
  border-left: solid 2px #0d3f98;
}
.activityDetail .activityDetail-main .main-cont .cont-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.05rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
}
.activityDetail .activityDetail-main .main-cont .cont-box .box-title {
  position: relative;
  margin-bottom: 0.1rem;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #0d3f98;
}
.activityDetail .activityDetail-main .main-cont .cont-box .box-title::after {
  content: '';
  position: absolute;
  top: 0.05rem;
  left: -0.44rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #0d3f98;
  z-index: 9;
}
.activityDetail .activityDetail-main .main-cont .cont-box .box-text {
  display: flex;
  justify-content: flex-start;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.activityDetail .activityDetail-main .main-cont .cont-box .box-text em {
  width: 1rem;
}
.activityDetail .activityDetail-main .main-cont .cont-box .box-text span {
  width: calc(100% - 1rem);
}
.activityDetail .activityDetail-main .main-cont .cont-box .box-text span t {
  color: #ad0082;
}
.activityDetail .activityDetail-main .main-cont .cont-lump {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.activityDetail .activityDetail-main .main-cont .cont-lump span {
  font-weight: bold;
  color: #0d3f98;
}
.activityDetail .activityDetail-main .main-cont .cont-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.activityDetail .activityDetail-main .main-cont .cont-form input {
  width: calc(100% / 2 - 0.1rem);
  height: 0.7rem;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
  border: solid 1px #eaeaea;
}
.activityDetail .activityDetail-main .main-cont .cont-form .form-select {
  position: relative;
  width: calc(100% / 2 - 0.1rem);
  height: 0.7rem;
  margin-bottom: 0.2rem;
  border: solid 1px #eaeaea;
}
.activityDetail .activityDetail-main .main-cont .cont-form .form-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 15px;
  height: 8px;
  background: url(../image/icon-recruit-sanjiao.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.activityDetail .activityDetail-main .main-cont .cont-form .form-select select {
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.activityDetail .activityDetail-main .main-cont .cont-form .form-select select option:first-of-type {
  display: none;
}
.activityDetail .activityDetail-main .main-cont .form-button {
  display: block;
  width: 2.3rem;
  height: 0.7rem;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.7rem;
  color: #fff;
  background: #ad0082;
}
.activityDetail .activityDetail-main .main-cont .form-button:hover {
  background: #0d3f98;
}
.activityDetail .activityDetail-main .main-box {
  width: 4.5rem;
  height: auto;
}
.activityDetail .activityDetail-main .main-box .box-title {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
}
.activityDetail .activityDetail-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: solid 1px #f0f0f0;
  cursor: pointer;
}
.activityDetail .activityDetail-main .main-box .box-item .box-pic {
  position: relative;
  width: 2.24rem;
  height: auto;
  overflow: hidden;
}
.activityDetail .activityDetail-main .main-box .box-item .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.activityDetail .activityDetail-main .main-box .box-item .box-pic .pic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.activityDetail .activityDetail-main .main-box .box-item .box-pic .pic-play img {
  width: 100%;
}
.activityDetail .activityDetail-main .main-box .box-item .box-cent {
  width: calc(100% - 2.24rem);
  height: auto;
  padding-left: 0.28rem;
}
.activityDetail .activityDetail-main .main-box .box-item .box-cent .cent-title {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000;
  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;
}
.activityDetail .activityDetail-main .main-box .box-item .box-cent .cent-time {
  margin-top: 0.6rem;
  font-size: 0.16rem;
  color: #999;
}
.activityDetail .activityDetail-main .main-box .box-item: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));
}
.activityDetail .activityDetail-main .main-box .box-item:hover .box-cent .cent-title {
  color: #0d3f98;
}
.activityDetail .activityDetail-main .main-box .box-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.contact .contact-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.contact .contact-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-top: 0.25rem;
  padding-right: 1.7rem;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-subtitle {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.92rem;
  height: 0.6rem;
  margin-top: 0.9rem;
  border: solid 2px #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-button span {
  font-size: 0.16rem;
  color: #ad0082;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.6rem;
  background: url(../image/icon-arrow2.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-button:hover {
  background: #ad0082;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-button:hover span {
  color: #fff;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-button:hover em {
  margin-left: 0.2rem;
  background: url(../image/icon-arrow.png) no-repeat left center;
  background-size: 100%;
}
.contact .contact-plate1 .plate1-main .main-map {
  width: 50%;
  height: 4.4rem;
}
.contact .contact-plate1 .plate1-main .main-map img {
  width: 100%;
}
.contact .contact-plate1 .plate1-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.contact .contact-plate1 .plate1-cont .cont-item {
  width: calc(100% / 3 - 0.2rem);
  height: 2.1rem;
  margin-right: 0.3rem;
  padding: 0.4rem 0.38rem 0.2rem;
  background: url(../image/bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.contact .contact-plate1 .plate1-cont .cont-item .item-title {
  font-size: 0.3rem;
  color: #000;
}
.contact .contact-plate1 .plate1-cont .cont-item .item-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #3c3e40;
}
.contact .contact-plate1 .plate1-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-plate2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.2rem;
  background: url(../image/bg2.jpg) no-repeat bottom right;
  background-size: cover;
}
.contact .contact-plate2 .plate2-main {
  width: 12.1rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-plate2 .plate2-main .main-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.contact .contact-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.contact .contact-plate2 .plate2-main .main-cont input {
  width: calc(100% / 2 - 0.06rem);
  height: 0.7rem;
  margin-bottom: 0.12rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
  border-radius: 0.05rem;
  background: #fff;
}
.contact .contact-plate2 .plate2-main .main-cont textarea {
  width: 100%;
  height: 1.3rem;
  font-family: generic-family;
  padding: 0.25rem 0.2rem;
  font-size: 0.16rem;
  color: #666;
  border-radius: 0.05rem;
  background: #fff;
}
.contact .contact-plate2 .plate2-main .main-button {
  display: block;
  width: 2.74rem;
  height: 0.7rem;
  margin: 0.5rem auto 0;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.7rem;
  color: #fff;
  background: #ad0082;
}
.contact .contact-plate2 .plate2-main .main-button:hover {
  color: #ad0082;
  background: #fff;
}
.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: #0d3f98;
  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%;
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  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 {
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.page-detail .detail-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.page-detail .detail-main .main-box .box-pic {
  width: 5.56rem;
  height: auto;
  overflow: hidden;
}
.page-detail .detail-main .main-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-detail .detail-main .main-box .box-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));
}
.page-detail .detail-main .main-box .box-cent {
  width: 8.06rem;
  height: auto;
}
.page-detail .detail-main .main-box .box-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333;
}
.page-detail .detail-main .main-box .box-cent .cent-title2 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
}
.page-detail .detail-main .main-box .box-cent .cent-text {
  margin: 0.2rem 0 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.page-detail .detail-main .main-box .box-cent .cent-text2 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.page-detail .detail-main .main-box .box-cent .cent-button {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.46rem;
  color: #ad0082;
  border: solid 1px #ad0082;
}
.page-detail .detail-main .main-box .box-cent .cent-button:hover {
  color: #fff;
  border: solid 1px #ad0082;
  background: #ad0082;
}
.page-detail .detail-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.page-detail .detail-main .main-cont img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
