.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 0 12.5%;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-logo .logo-link {
  width: 3.8rem;
  height: auto;
  margin-right: 0;
}
nav .nav-main .main-cont .main-logo .logo-link img {
  width: 100%;
}
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 {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
}
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: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2b378b;
  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 {
  font-weight: bold;
  color: #2b378b;
}
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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  overflow: hidden;
  opacity: 0;
  visibility: 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: rgba(0, 0, 0, 0.35);
  z-index: 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-list a {
  display: none;
  position: relative;
  width: auto;
  padding: 0 0.45rem;
  font-size: 0.16rem;
  color: #fff;
  border-right: solid 1px #fff;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:last-of-type {
  border-right: none;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #2b378b;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list 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%;
  margin-left: 0.2rem;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.2rem;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: 1.2rem;
  height: 100%;
  font-size: 0.2rem;
  text-align: center;
  line-height: 1rem;
  color: #333;
  background: #f0f0f0;
  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-lang .lang-list {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.05rem 0.2rem;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-103%);
  -o-transform: translatey(-103%);
  -moz-transform: translatey(-103%);
  -webkit-transform: translatey(-103%);
  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-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #2b378b;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 100%;
  background: #2b378b;
  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: 100%;
  height: 100%;
  background: url(../image/icon-serach.png) no-repeat center center;
  background-size: 24px;
  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-active {
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
}
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%;
  margin-top: 1rem;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: 8.2rem;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  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: 14.42rem;
  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.72rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  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-text {
  font-size: 0.28rem;
  letter-spacing: 0.15rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  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-English {
  font-size: 0.24rem;
  font-weight: 100;
  letter-spacing: 0.03rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  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 {
  margin-top: 1rem;
  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 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.9rem;
  height: 0.7rem;
  margin: 0 auto;
  text-transform: uppercase;
  border: solid 2px #fff;
  border-radius: 0.45rem;
  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.22rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
  background: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover span {
  color: #2b378b;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 {
  margin-top: 1rem;
  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 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.6rem;
  margin: 0 auto;
  text-transform: uppercase;
  border: solid 2px #fff;
  border-radius: 0.45rem;
  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-button2 .button span {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 .button:hover {
  background: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 .button:hover span {
  color: #2b378b;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-play {
  display: block;
}
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,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-button2,
header .head-banner .swiper-slide-active .box-cent2 .cent-button2 {
  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%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.11rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #2b378b;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 1rem;
  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: 14.42rem;
  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.6rem;
  color: #fff;
  text-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.55);
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.8);
}
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(0, 0, 0, 0.1);
  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: 8px;
  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: #2b378b;
}
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 {
  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-strip {
  position: relative;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.1rem;
  background: #f5f5f5;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.28rem;
  font-size: 0.14rem;
  line-height: 0.8rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
header .head-strip .strip-box .box-left .left-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2b378b;
  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-box .box-left .left-list:hover {
  background: #e0e2ea;
}
header .head-strip .strip-box .box-left .left-list: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-box .box-left .left-list:hover a {
  color: #2b378b;
}
header .head-strip .strip-box .box-left .left-list-active {
  background: #e0e2ea;
}
header .head-strip .strip-box .box-left .left-list-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 .head-strip .strip-box .box-left .left-list-active a {
  color: #2b378b;
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: 28%;
  padding-right: 0.3rem;
  text-align: right;
  line-height: 0.8rem;
}
header .head-strip .strip-box .box-right .right-icon1 {
  width: auto;
  font-size: 0.14rem;
  color: #bcbcbc;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  width: 18px;
  margin-right: 0.12rem;
  margin-top: -0.04rem;
}
header .head-strip .strip-box .box-right .right-icon1 a {
  font-size: 0.14rem;
  color: #bcbcbc;
  transition: none;
  -webkit-transition: none;
}
header .head-strip .strip-box .box-right .right-icon1 a:hover {
  color: #2b378b;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: 0.14rem;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #bcbcbc;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #2b378b;
}
header .head-strip .strip-box .box-right .right-text img {
  width: 4px;
  margin: -0.04rem 0.1rem 0;
}
header .head-strip .strip-box .box-right .right-text span {
  font-weight: bold;
  color: #666;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  border-top: solid 1px #e4e4e4;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0 1.2rem;
}
footer .foot-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 5.5rem;
  height: auto;
}
footer .foot-main .main-box .box-cent {
  width: calc(100% - 1.35rem);
  height: auto;
}
footer .foot-main .main-box .box-cent .cent-title {
  font-size: 0.14rem;
  color: #666;
}
footer .foot-main .main-box .box-cent .cent-tel {
  margin-top: 0.1rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #2b378b;
}
footer .foot-main .main-box .box-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
footer .foot-main .main-box .box-cent .cent-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.28rem;
  border-radius: 50%;
}
footer .foot-main .main-box .box-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-box .box-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-box .box-cent .cent-share .share-item:hover {
  background: #4d4948;
}
footer .foot-main .main-box .box-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-box .box-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-box .box-ewm {
  width: 1.35rem;
  height: auto;
}
footer .foot-main .main-box .box-ewm img {
  width: 100%;
}
footer .foot-main .main-cont {
  width: 7.7rem;
  height: auto;
}
footer .foot-main .main-cont .cont-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
}
footer .foot-main .main-cont .cont-logo .logo-link {
  width: 3.8rem;
  height: auto;
  margin-right: 0;
}
footer .foot-main .main-cont .cont-logo .logo-link img {
  width: 100%;
}
footer .foot-main .main-cont .cont-lump {
  width: 3.26rem;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-cont .cont-lump .lump-title {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-lump .lump-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.52rem;
  padding-left: 0.15rem;
  font-size: 0.14rem;
  color: #aaa;
  line-height: 0.18rem;
  background: url(/images/icon/icon-foot-arrow.png) no-repeat 96% center;
  background-size: 18px;
  border: solid 1px #aaa;
  cursor: pointer;
}
footer .foot-main .main-cont .cont-lump .lump-box .lump-hidden {
  position: absolute;
  bottom: 0.52rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding-left: 0.2rem;
  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-main .main-cont .cont-lump .lump-box .lump-hidden a {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-size: 14px;
  color: #666;
  line-height: 0.5rem;
}
footer .foot-main .main-cont .cont-lump .lump-box .lump-hidden a:hover {
  text-decoration: underline;
  color: #2b378b;
}
footer .foot-main .main-cont .cont-lump .lump-box:hover .lump-hidden {
  opacity: 1;
  visibility: visible;
}
footer .foot-main .main-cont .cont-link {
  font-size: 0.14rem;
  color: #666;
  margin-top: 0.2rem;
}
footer .foot-main .main-cont .cont-link a {
  color: #666;
}
footer .foot-main .main-cont .cont-link a:hover {
  color: #2b378b;
}
footer .foot-main .main-cont .cont-link span {
  margin: 0 0.25rem;
}
footer .foot-main .main-cont .cont-zhizi {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: 0.14rem;
  color: #999;
}
footer .foot-main .main-cont .cont-zhizi a {
  color: #999;
}
footer .foot-main .main-cont .cont-zhizi a:hover {
  color: #2b378b;
}
footer .foot-web-main {
  display: none;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0;
  background: #fafafa url(../image/aboutus.png) no-repeat left center;
  background-size: 100%;
}
.container .cont-plate1 .plate1-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #222;
}
.container .cont-plate1 .plate1-main .main-text {
  width: 12.9rem;
  margin: 0.3rem auto 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-button {
  display: block;
  width: 2.2rem;
  height: 0.6rem;
  margin: 0.55rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.56rem;
  border: solid 2px #999;
  border-radius: 0.45rem;
}
.container .cont-plate1 .plate1-main .main-button:hover {
  color: #fff;
  border: solid 2px #2b378b;
  background: #2b378b;
}
.container .cont-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.container .cont-plate1 .plate1-main .main-data .data-item {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-text {
  font-size: 0.16rem;
  color: #333;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title {
  font-size: 0.16rem;
  color: #333;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title span {
  margin-right: 0.15rem;
  font-size: 0.96rem;
  font-weight: bold;
  color: #2b378b;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title em {
  position: relative;
}
.container .cont-plate1 .plate1-main .main-data .data-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.35rem;
  left: 0;
  font-size: 0.3rem;
  font-weight: bold;
  color: #a5030e;
}
.container .cont-plate2 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-item {
  position: relative;
  width: calc(100% / 3);
  height: auto;
}
.container .cont-plate2 .plate2-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-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;
}
.container .cont-plate2 .plate2-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  padding: 1.4rem 0 0 1.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 20%, transparent);
}
.container .cont-plate2 .plate2-item .item-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate2 .plate2-item .item-cent .cent-English {
  margin-top: 0.25rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.container .cont-plate2 .plate2-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.6rem;
  border-radius: 50%;
  border: solid 2px #bec0c2;
  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-item .item-cent .cent-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.17rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate2 .plate2-item .item-cent .cent-button span {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-item .item-cent .cent-lump {
  display: none;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-item .item-cent .cent-lump .lump-text {
  width: 2.5rem;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
}
.container .cont-plate2 .plate2-item .item-cent .cent-lump .lump-button {
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 1rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #3aa9e1, #2f3885);
}
.container .cont-plate2 .plate2-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));
}
.container .cont-plate2 .plate2-item:hover .cent-button {
  display: none;
}
.container .cont-plate2 .plate2-item:hover .cent-lump {
  display: block;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.28rem 0 1.28rem 12.5%;
}
.container .cont-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.42rem;
  height: auto;
}
.container .cont-plate3 .plate3-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate3 .plate3-top .top-cent .cent-English {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  font-weight: 100;
  color: #666;
}
.container .cont-plate3 .plate3-top .top-cent .cent-heng {
  width: 30px;
  height: 5px;
  margin-top: 0.3rem;
  background: #747474;
}
.container .cont-plate3 .plate3-top .top-button {
  width: 2.2rem;
  height: 0.6rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.56rem;
  color: #333;
  border: solid 2px #999999;
  border-radius: 0.45rem;
}
.container .cont-plate3 .plate3-top .top-button:hover {
  color: #fff;
  border: solid 2px #2b378b;
  background: #2b378b;
}
.container .cont-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .swiper-slide {
  width: 4.8rem;
  height: auto;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 1.1rem;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-English {
  margin-top: 0.25rem;
  font-size: 0.36rem;
  text-transform: uppercase;
  line-height: 0.44rem;
  letter-spacing: -0.02rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.2);
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-text {
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #333;
  opacity: 0;
  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-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button {
  width: 50px;
  height: 50px;
  margin-top: 1.2rem;
  text-align: center;
  line-height: 46px;
  border: solid 2px #bfc4dd;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-button img {
  width: 5px;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-title {
  color: #2b378b;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-text,
.container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-button {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-box:hover .box-cent .cent-pic {
  top: -1rem;
  opacity: 0;
}
.container .cont-plate3 .plate3-main .swiper-slide .slide-web-box {
  display: none;
}
.container .cont-plate3 .plate3-main .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 5px;
  background: #ededed;
}
.container .cont-plate3 .plate3-main .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #2b378b;
}
.container .cont-plate3 .plate3-main .main-bottom {
  display: none;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.3rem;
  background: url(../image/plate4-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.container .cont-plate4 .plate4-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate4 .plate4-main .main-top .top-cent .cent-English {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  font-weight: 100;
  color: #666;
}
.container .cont-plate4 .plate4-main .main-top .top-cont {
  display: flex;
  justify-content: space-between;
  width: 1.1rem;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: solid 1px #044f9c;
  cursor: pointer;
  outline: none;
  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-top .top-cont .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  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-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev:hover,
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next:hover {
  border: solid 1px #2b378b;
  background: #2b378b;
}
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-main .main-top .top-cont .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.3rem);
  height: auto;
  margin-right: 0.45rem;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
  height: 0.72rem;
  margin-bottom: 0.25rem;
  font-size: 0.2rem;
  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-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont {
  position: relative;
  width: 100%;
  height: 3rem;
  background: #fff;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-pic {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  overflow: hidden;
  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-swiper .swiper-slide .slide-box .box-cont .cont-pic img {
  width: 100%;
  height: 100%;
  opacity: 0.45;
  object-fit: cover;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.5rem 0;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-time {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0;
  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-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-time span {
  font-size: 0.2rem;
  font-weight: bold;
  color: #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-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-title {
  height: 0.72rem;
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #fff;
  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-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-text {
  height: 1.12rem;
  margin-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -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-swiper .swiper-slide .slide-box .box-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.5rem;
  border-top: solid 1px #dddddd;
  background: #fff;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-bottom span {
  font-size: 0.14rem;
  color: #666;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-bottom img {
  width: 0.2rem;
  margin-left: 0.1rem;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-pic {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-time,
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-title,
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-text {
  color: #333;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-time span,
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-title span,
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-text span {
  color: #333;
}
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-text,
.container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .cont-cent .cent-time {
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-swiper .main-bottom {
  display: none;
}
.container .cont-plate4 .plate4-main .main-button {
  display: block;
  width: 2.1rem;
  height: 0.6rem;
  margin: 0.4rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #3aa8e0, #3a4593);
}
.container .cont-plate4 .plate4-main .main-button:hover {
  background: linear-gradient(90deg, #3a4593, #3aa8e0);
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0;
}
.about .about-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 1.1rem;
}
.about .about-plate1 .plate1-cent .cent-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
}
.about .about-plate1 .plate1-cent .cent-English {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #2b378b;
}
.about .about-plate1 .plate1-cent .cent-subtitle {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #333;
}
.about .about-plate1 .plate1-cent .cent-text {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate1 .plate1-pic {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.about .about-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;
}
.about .about-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));
}
.about .about-plate2 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.18rem 0 1.2rem;
}
.about .about-plate2 .plate2-title {
  font-size: 0.26rem;
  text-align: center;
  color: #333;
}
.about .about-plate2 .plate2-text {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.about .about-plate2 .plate2-main .main-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-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;
}
.about .about-plate2 .plate2-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.about .about-plate2 .plate2-main .main-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));
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1rem;
  background: url(../image/bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.about .about-plate3 .plate3-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.about .about-plate3 .plate3-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.about .about-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about .about-plate3 .plate3-main::after {
  content: '';
  position: absolute;
  top: 2.02rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../image/xian.png) no-repeat top left;
  background-size: 100%;
}
.about .about-plate3 .plate3-main .swiper-slide {
  width: 33.33%;
  height: auto;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-title {
  padding-top: 1.8rem;
  font-size: 0.36rem;
  text-align: center;
  color: #666;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-text {
  height: 1.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  color: #333;
  visibility: hidden;
}
.about .about-plate3 .plate3-main .swiper-slide-active .slide-box {
  height: auto;
}
.about .about-plate3 .plate3-main .swiper-slide-active .slide-box .box-title {
  padding-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #808080;
}
.about .about-plate3 .plate3-main .swiper-slide-active .slide-box .box-title em {
  color: #2b378b;
}
.about .about-plate3 .plate3-main .swiper-slide-active .slide-box .box-text {
  visibility: visible;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .plate3-swiper-button-next {
  position: absolute;
  top: 1.75rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: solid 4px #afafaf;
  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-plate3 .plate3-main .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.14rem;
  height: auto;
  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-plate3 .plate3-main .plate3-swiper-button-prev .img2,
.about .about-plate3 .plate3-main .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-main .plate3-swiper-button-next:hover {
  border: solid 4px #2b378b;
  background: #2b378b;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img1,
.about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img2,
.about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev {
  left: 19.8%;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-next {
  right: 19.8%;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about-plate4 .plate4-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate4 .plate4-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.about .about-plate4 .plate4-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #fff;
}
.about .about-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about .about-plate4 .plate4-main .main-cont .cont-swiper {
  width: 11.5rem;
  height: 4.2rem;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.45rem;
}
.about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  width: 2.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.about .about-plate4 .plate4-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
  width: calc(100% - 2.4rem);
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}
.about .about-plate4 .plate4-main .main-cont .cont-box {
  width: 2.1rem;
  height: auto;
}
.about .about-plate4 .plate4-main .main-cont .cont-box .box-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
  padding-right: 0.3rem;
  font-size: 0.16rem;
  text-align: right;
  color: #fff;
  cursor: pointer;
  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-cont .cont-box .box-item-active {
  font-size: 0.18rem;
  font-weight: bold;
  border-right: solid 3px #fff;
}
.about .about-plate5 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.about .about-plate5 .plate5-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-top .top-cent {
  width: auto;
  height: auto;
}
.about .about-plate5 .plate5-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate5 .plate5-top .top-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.28rem;
  background: #2b378b;
}
.about .about-plate5 .plate5-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: 1.2rem;
  height: 0.6rem;
}
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev,
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background: #f7f7f7;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev img,
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  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-plate5 .plate5-top .top-box .plate5-swiper-button-prev .img2,
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev:hover,
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next:hover {
  background: #2b378b;
}
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev:hover .img1,
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-prev:hover .img2,
.about .about-plate5 .plate5-top .top-box .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate5 .plate5-main {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .swiper-slide {
  width: calc(100% / 3 - 0.3rem);
  height: auto;
  margin-right: 0.45rem;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1.5rem;
  padding: 0.4rem 0.36rem 0;
  background: #f7f7f7;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-left {
  width: calc(100% - 0.58rem);
  height: auto;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-left .left-title {
  font-size: 0.24rem;
  color: #000;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-left .left-text {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #999;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.58rem;
  height: 0.4rem;
  border-radius: 0.16rem;
  border: solid 2px #181818;
  background: url(../image/icon-button-arrow.png) no-repeat center center;
  background-size: 7px;
}
.about .about-plate5 .plate5-main .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.about .popup .popup-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about .popup .popup-main {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  background: #fff;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .popup .popup-main .main-pic {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.about .popup .popup-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;
}
.about .popup .popup-main .main-cent {
  width: 8.42rem;
  height: auto;
  padding: 0.68rem 1.2rem 0.6rem;
  background: url(../image/bg3.png) no-repeat 95% 95%;
  background-size: 1.59rem;
}
.about .popup .popup-main .main-cent .cent-top {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  border-bottom: solid 2px #8890c8;
}
.about .popup .popup-main .main-cent .cent-top .top-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000033;
}
.about .popup .popup-main .main-cent .cent-top .top-text {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  color: #333;
}
.about .popup .popup-main .main-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.about .popup .popup-main .main-hide {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 21px;
  height: auto;
  cursor: pointer;
}
.about .popup .popup-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .popup .popup-main .main-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.gaoke {
  width: 100%;
  height: auto;
}
.gaoke .gaoke-plate1 {
  width: 100%;
  height: auto;
  padding-right: 12.5%;
  padding-top: 1rem;
}
.gaoke .gaoke-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
}
.gaoke .gaoke-plate1 .plate1-main .main-cent {
  width: 10.8rem;
  height: auto;
  padding-right: 1.2rem;
  padding-left: 2.38rem;
  background: url(../image/bg1.jpg) no-repeat bottom left;
  background-size: 100%;
}
.gaoke .gaoke-plate1 .plate1-main .main-cent .cent-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
}
.gaoke .gaoke-plate1 .plate1-main .main-cent .cent-subtitle {
  margin-top: 0.15rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
}
.gaoke .gaoke-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.gaoke .gaoke-plate1 .plate1-main .main-pic {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.gaoke .gaoke-plate1 .plate1-main .main-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;
}
.gaoke .gaoke-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.gaoke .gaoke-plate2 {
  width: 100%;
  height: auto;
  padding: 2.1rem 0 1.4rem;
  margin-top: -0.9rem;
  background: url(../image/bg21.jpg) no-repeat top left;
  background-size: 100%;
}
.gaoke .gaoke-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.gaoke .gaoke-plate2 .plate2-main .main-item {
  width: auto;
  height: auto;
}
.gaoke .gaoke-plate2 .plate2-main .main-item .item-title {
  font-size: 0.16rem;
  color: #fff;
}
.gaoke .gaoke-plate2 .plate2-main .main-item .item-num {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #fff;
}
.gaoke .gaoke-plate2 .plate2-main .main-item .item-num span {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
.gaoke .gaoke-plate2 .plate2-main .main-item .item-num em {
  position: relative;
}
.gaoke .gaoke-plate2 .plate2-main .main-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.gaoke .gaoke-plate3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 1.3rem;
  padding-left: 12.5%;
}
.gaoke .gaoke-plate3 .plate3-pic {
  position: relative;
  width: 8.12rem;
  height: auto;
}
.gaoke .gaoke-plate3 .plate3-pic .pic-img {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.gaoke .gaoke-plate3 .plate3-pic .pic-img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.gaoke .gaoke-plate3 .plate3-pic .pic-img: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));
}
.gaoke .gaoke-plate3 .plate3-pic .pic-cent {
  position: absolute;
  bottom: 1.46rem;
  right: 0;
  width: 3.5rem;
  height: auto;
  padding: 0.55rem 0.6rem;
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #fff;
  background: #2b378b;
}
.gaoke .gaoke-plate3 .plate3-pic .pic-cent span {
  font-weight: bold;
}
.gaoke .gaoke-plate3 .plate3-cent {
  width: 7.2rem;
  height: auto;
  padding-right: 1.2rem;
}
.gaoke .gaoke-plate3 .plate3-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.gaoke .gaoke-plate3 .plate3-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #2b378b;
}
.gaoke .gaoke-plate3 .plate3-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
.gaoke .gaoke-plate3 .plate3-cent .cent-text span {
  font-size: 0.2rem;
  font-weight: bold;
  color: #000;
}
.gaoke .gaoke-plate4 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.15rem;
}
.gaoke .gaoke-plate4 .plate4-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.gaoke .gaoke-plate4 .plate4-heng {
  width: 40px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: #2b378b;
}
.gaoke .gaoke-plate4 .plate4-main {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.gaoke .gaoke-plate4 .plate4-main table {
  width: 100%;
  height: auto;
}
.gaoke .gaoke-plate4 .plate4-main table td {
  padding: 12px 0.15rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.3rem;
  color: #333;
  border: solid 1px #c1c1c1;
}
.gaoke .gaoke-plate4 .plate4-main table td span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.7rem;
  font-size: 0.3rem;
  color: #333;
}
.gaoke .gaoke-plate4 .plate4-main table td em {
  font-size: 0.2rem;
}
.gaoke .gaoke-plate4 .plate4-main table td p {
  padding: 0.1rem 0.5rem;
  text-align: left;
}
.gaoke .gaoke-plate5 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 0 1.15rem;
}
.gaoke .gaoke-plate5 .plate5-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.gaoke .gaoke-plate5 .plate5-heng {
  width: 40px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: #2b378b;
}
.gaoke .gaoke-plate5 .plate5-main {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.gaoke .gaoke-plate5 .plate5-main table {
  width: 100%;
  height: auto;
}
.gaoke .gaoke-plate5 .plate5-main table tr {
  width: 100%;
  height: auto;
}
.gaoke .gaoke-plate5 .plate5-main table tr td {
  padding: 12px 0.15rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.3rem;
  color: #333;
  border: solid 1px #c1c1c1;
}
.gaoke .gaoke-plate5 .plate5-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item {
  width: calc(100% / 5);
  height: auto;
  border: solid 1px #c1c1c1;
  border-right: none;
}
.gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item:last-of-type {
  border-right: solid 1px #c1c1c1;
}
.gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item .item-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  padding: 0.2rem 0.55rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
  color: #333;
}
.gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item .item-bottom {
  width: 100%;
  height: auto;
  padding: 0.15rem 0.2rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  border-top: solid 1px #c1c1c1;
}
.gaoke .gaoke-plate5 .plate5-main .main-cont .cont-item .item-bottom span {
  color: #ec0000;
}
.make {
  width: 100%;
  height: auto;
}
.make .make-plate1 {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.make .make-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 1.2rem;
}
.make .make-plate1 .plate1-cent .cent-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
}
.make .make-plate1 .plate1-cent .cent-subtitle {
  margin-top: 0.25rem;
  font-size: 0.24rem;
  color: #2b378b;
}
.make .make-plate1 .plate1-cent .cent-text {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.make .make-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.make .make-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;
}
.make .make-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));
}
.make .make-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.15rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.make .make-plate2 .plate2-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.make .make-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.make .make-plate2 .plate2-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.28rem auto 0;
  background: #2b378b;
}
.make .make-plate2 .plate2-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-top: 0.2rem;
  overflow: hidden;
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin: 0 0.3rem;
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  padding: 0.16rem;
  background: #fff;
  overflow: hidden;
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic .pic img {
  width: 100%;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  text-align: center;
  color: #999;
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic .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));
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide-active .slide-box .box-pic {
  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));
}
.make .make-plate2 .plate2-main .main-swiper .swiper-slide-active .slide-box .box-title {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}
.make .make-plate3 {
  display: flex;
  justify-content: flex-start;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.make .make-plate3 .plate3-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.make .make-plate3 .plate3-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;
}
.make .make-plate3 .plate3-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));
}
.make .make-plate3 .plate3-cent {
  width: 50%;
  height: auto;
  padding-left: 0.8rem;
}
.make .make-plate3 .plate3-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.make .make-plate3 .plate3-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.25rem;
  background: #2b378b;
}
.make .make-plate3 .plate3-cent .cent-text {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.make .make-plate4 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.make .make-plate4 .plate4-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.make .make-plate4 .plate4-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.make .make-plate4 .plate4-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.28rem auto 0;
  background: #2b378b;
}
.make .make-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.make .make-plate4 .plate4-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 4 - 0.225rem);
  height: auto;
  margin-right: 0.3rem;
  overflow: hidden;
}
.make .make-plate4 .plate4-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.make .make-plate4 .plate4-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.make .make-plate4 .plate4-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;
}
.make .make-plate4 .plate4-main .main-cont .cont-item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #000, transparent);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.make .make-plate4 .plate4-main .main-cont .cont-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.45rem 0.4rem;
  background: rgba(43, 55, 139, 0.9);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.make .make-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 0.28rem;
  color: #fff;
}
.make .make-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}
.make .make-plate4 .plate4-main .main-cont .cont-item:hover .item-title {
  opacity: 0;
}
.make .make-plate4 .plate4-main .main-cont .cont-item:hover .item-cent {
  opacity: 1;
}
.make .make-plate5 {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.1rem 0 1.1rem;
}
.make .make-plate5 .plate5-pic {
  width: 5.54rem;
  height: auto;
}
.make .make-plate5 .plate5-pic img {
  width: 100%;
}
.make .make-plate5 .plate5-pic .pic-title {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 0.9rem;
  text-transform: uppercase;
  letter-spacing: -0.09rem;
  color: #2b378b;
  opacity: 0.1;
}
.make .make-plate5 .plate5-cent {
  width: 8.88rem;
  height: auto;
  padding-left: 0.75rem;
}
.make .make-plate5 .plate5-cent .cent-title {
  padding-bottom: 0.25rem;
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  color: #999;
  border-bottom: solid 1px #ededed;
}
.make .make-plate5 .plate5-cent .cent-title span {
  margin-right: 0.5rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #000;
}
.make .make-plate5 .plate5-cent .cent-text {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #828282;
}
.make .make-plate5 .plate5-cent .cent-box {
  margin: 0.5rem 0 0.15rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #2b378b;
}
.make .make-plate5 .plate5-cent .cent-box img {
  width: 0.19rem;
  margin-right: 0.1rem;
}
.make .make-plate6 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.make .make-plate6 .plate6-main {
  display: flex;
  justify-content: flex-start;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.make .make-plate6 .plate6-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.6rem);
  height: 3.6rem;
  margin-right: 0.9rem;
  padding: 0.75rem 0.4rem 0.3rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
}
.make .make-plate6 .plate6-main .main-item .item-icon {
  width: 0.53rem;
  height: 0.5rem;
  margin: 0 auto;
}
.make .make-plate6 .plate6-main .main-item .item-icon img {
  width: 100%;
}
.make .make-plate6 .plate6-main .main-item .item-title {
  margin-top: 0.5rem;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.make .make-plate6 .plate6-main .main-item .item-text {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  color: #666666;
}
.museum {
  width: 100%;
  height: auto;
}
.museum .museum-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.museum .museum-main .main-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.museum .museum-main .main-text {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.museum .museum-main .main-subtitle {
  margin-top: 1rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.museum .museum-main .main-video {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.museum .museum-main .main-video .hidden-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.museum .museum-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.museum .museum-main .main-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;
}
.museum .museum-main .main-video .hidden-box .box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.museum .museum-main .main-video .hidden-box .box-icon .icon-box {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #2b378b;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.museum .museum-main .main-video .hidden-box .box-icon .icon-box .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  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;
}
.museum .museum-main .main-video .hidden-box .box-icon .icon-box .right-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.museum .museum-main .main-video .hidden-box .box-icon .icon-box:hover {
  opacity: 1;
}
.museum .museum-main .main-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));
}
.museum .museum-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.museum .museum-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.museum .museum-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.museum .museum-main .main-swiper .swiper-slide {
  width: 33.33%;
  height: auto;
}
.museum .museum-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
}
.museum .museum-main .main-swiper .swiper-slide .slide-box .box-pic {
  position: relative;
  top: 0.5rem;
  left: 50%;
  width: 100%;
  height: auto;
  border-radius: 0.15rem;
  overflow: hidden;
}
.museum .museum-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.museum .museum-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.4rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
}
.museum .museum-main .main-swiper .swiper-slide-active {
  z-index: 9;
}
.museum .museum-main .main-swiper .swiper-slide-active .slide-box {
  opacity: 1;
}
.museum .museum-main .main-swiper .swiper-slide-active .slide-box .box-pic {
  top: 0;
  width: 13rem;
  margin-left: -6.5rem;
}
.museum .museum-main .main-swiper .swiper-slide-active .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));
}
.museum .museum-main .main-swiper .swiper-slide-prev .slide-box {
  opacity: 1;
}
.museum .museum-main .main-swiper .swiper-slide-prev .slide-box .box-pic {
  left: 0;
  width: 10rem;
  margin-left: 0;
}
.museum .museum-main .main-swiper .swiper-slide-next .slide-box {
  opacity: 1;
}
.museum .museum-main .main-swiper .swiper-slide-next .slide-box .box-pic {
  left: -5.2rem;
  width: 10rem;
  margin-left: 0;
}
.museum .museum-main .main-swiper .swiper-pagination {
  bottom: 0;
}
.museum .museum-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: #fff;
  border: solid 1px #ccc;
  opacity: 1;
}
.museum .museum-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #176baa;
  border: solid 1px #176baa;
}
.recruit {
  width: 100%;
  height: auto;
}
.recruit .recruit-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.recruit .recruit-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.recruit .recruit-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
.recruit .recruit-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-swiper .swiper-slide .slide-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;
}
.recruit .recruit-main .main-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.45rem 2.4rem;
  background: linear-gradient(0deg, #000, transparent);
  z-index: 9;
}
.recruit .recruit-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  width: calc(100% - 2.4rem);
  height: auto;
  padding: 0 0.68rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  border-left: solid 1px #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .recruit-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit .recruit-main .main-swiper .swiper-pagination {
  bottom: 0.4rem;
  width: 2.4rem;
  font-size: 0.24rem;
  color: #b6b6b6;
  z-index: 9;
}
.recruit .recruit-main .main-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 0.36rem;
  color: #fff;
}
.recruit .recruit-main .main-swiper .recruit-swiper-button-prev,
.recruit .recruit-main .main-swiper .recruit-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.66rem;
  height: 0.66rem;
  margin-top: -0.33rem;
  text-align: center;
  line-height: 0.62rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-swiper .recruit-swiper-button-prev img,
.recruit .recruit-main .main-swiper .recruit-swiper-button-next img {
  width: 14px;
}
.recruit .recruit-main .main-swiper .recruit-swiper-button-prev:hover,
.recruit .recruit-main .main-swiper .recruit-swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.recruit .recruit-main .main-swiper .recruit-swiper-button-prev {
  left: 0.5rem;
}
.recruit .recruit-main .main-swiper .recruit-swiper-button-next {
  right: 0.5rem;
}
.recruit .recruit-main .main-title {
  margin-top: 1rem;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit .recruit-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #000;
}
.recruit .recruit-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.recruit .recruit-main .main-box .box-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  background: #f6f6f6;
}
.recruit .recruit-main .main-box .box-top .top-item {
  width: 13.41%;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: bold;
  color: #666666;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(1) {
  width: 25%;
  padding-left: 0.55rem;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(2) {
  width: 22%;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(3) {
  width: 22%;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(4) {
  width: 20%;
}
.recruit .recruit-main .main-box .box-top .top-item:nth-child(5) {
  width: 6%;
}
.recruit .recruit-main .main-box .box-top .top-icon {
  width: 5%;
  height: 100%;
}
.recruit .recruit-main .main-box .box-lump {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.recruit .recruit-main .main-box .box-lump .lump-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  background: #f4f7f8;
  cursor: pointer;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item {
  width: 13.41%;
  color: #666;
  font-size: 14px;
  line-height: 0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(1) {
  width: 25%;
  padding-left: 0.55rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #252525;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(2) {
  width: 22%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(3) {
  width: 22%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(4) {
  width: 20%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item:nth-child(5) {
  width: 6%;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-item span {
  display: none;
}
.recruit .recruit-main .main-box .box-lump .lump-top .top-icon {
  width: 5%;
  height: 100%;
  background-image: url(../image/icon-j-right.png);
  background-repeat: no-repeat;
  background-size: 0.21rem;
  background-position: 10% center;
}
.recruit .recruit-main .main-box .box-lump .lump-top:hover {
  background: #2b378b;
}
.recruit .recruit-main .main-box .box-lump .lump-top:hover .top-item {
  color: #fff;
}
.recruit .recruit-main .main-box .box-lump .lump-top:hover .top-icon {
  background-image: url(../image/icon-j-right3.png);
  background-size: 0.21rem;
}
.recruit .recruit-main .main-box .box-lump .lump-top-active {
  background: #2b378b;
}
.recruit .recruit-main .main-box .box-lump .lump-top-active .top-item {
  color: #fff !important;
}
.recruit .recruit-main .main-box .box-lump .lump-top-active .top-icon {
  background-image: url(../image/icon-j-right2.png) !important;
  background-size: 0.21rem;
}
.recruit .recruit-main .main-box .box-lump .lump-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.9rem 0.4rem 0.55rem;
  background: #fafafa;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-title {
  margin-bottom: 0.08rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-text {
  margin-bottom: 0.36rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-text span {
  color: #2b378b;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-button {
  display: block;
  width: 2rem;
  height: 0.56rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.05rem;
  border: solid 2px #2b378b;
  background: #2b378b;
}
.recruit .recruit-main .main-box .box-lump .lump-cent .cent-button:hover {
  color: #2b378b;
  background: none;
}
.recruit .recruit-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: auto;
  margin: 0.45rem auto 0;
}
.recruit .recruit-main .main-load img {
  width: 0.35rem;
}
.recruit .recruit-main .main-load span {
  margin-left: 0.15rem;
  font-size: 0.14rem;
  color: #2b378b;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-load:hover span {
  margin-left: 0.05rem;
}
.product {
  width: 100%;
  height: auto;
}
.product .product-plate1 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.product .product-plate1 .plate1-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.product .product-plate1 .plate1-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product .product-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-plate1 .plate1-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: 0.6rem;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  background: #f5f5f5;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: 1.5rem;
  padding: 0.4rem 0.5rem 0;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.product .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-plate1 .plate1-main .plate1-swiper-button-prev,
.product .product-plate1 .plate1-main .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 43px;
  height: 43px;
  margin-top: -21.5px;
  border: solid 1px #222;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate1 .plate1-main .plate1-swiper-button-prev img,
.product .product-plate1 .plate1-main .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate1 .plate1-main .plate1-swiper-button-prev .img2,
.product .product-plate1 .plate1-main .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.product .product-plate1 .plate1-main .plate1-swiper-button-prev:hover,
.product .product-plate1 .plate1-main .plate1-swiper-button-next:hover {
  border: solid 1px #2b378b;
  background: #2b378b;
}
.product .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
.product .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.product .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
.product .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.product .product-plate1 .plate1-main .plate1-swiper-button-prev {
  left: -1rem;
}
.product .product-plate1 .plate1-main .plate1-swiper-button-next {
  right: -1rem;
}
.product .product-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: url(../image/bg2.jpg) no-repeat bottom left;
  background-size: cover;
}
.product .product-plate2 .plate2-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product .product-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.product .product-plate2 .plate2-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product .product-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-plate2 .plate2-main .main-box .box-pic {
  width: 4.8rem;
  height: auto;
  overflow: hidden;
}
.product .product-plate2 .plate2-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;
}
.product .product-plate2 .plate2-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));
}
.product .product-plate2 .plate2-main .main-box .box-cent {
  width: 8.84rem;
  height: auto;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-text {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-title {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table {
  width: 100%;
  height: auto;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table tr {
  width: 100%;
  height: 0.4rem;
  background: #f0f0f0;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table tr:nth-child(odd) {
  background: #2b378b;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table tr:nth-child(odd) td {
  color: #fff;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table th {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
  color: #fff;
  border: none;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table th:nth-child(1) {
  padding-left: 0.75rem;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table td {
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  color: #333;
  border: none;
}
.product .product-plate2 .plate2-main .main-box .box-cent .cent-table table td:nth-child(1) {
  padding-left: 0.75rem;
}
.product .product-plate3 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.product .product-plate3 .plate3-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #51585d;
}
.product .product-plate3 .plate3-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product .product-plate3 .plate3-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #51585d;
}
.product .product-plate3 .plate3-pic {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  overflow: hidden;
}
.product .product-plate3 .plate3-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate3 .plate3-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));
}
.product .product-plate4 {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  padding: 1.15rem 0 1.2rem;
  background: #f6f6f6;
}
.product .product-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product .product-plate4 .plate4-top .top-cent {
  width: auto;
  height: auto;
}
.product .product-plate4 .plate4-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #51585d;
}
.product .product-plate4 .plate4-top .top-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem 0 0;
  background: #2b378b;
}
.product .product-plate4 .plate4-top .top-button {
  display: flex;
  justify-content: space-between;
  width: 115px;
  height: auto;
}
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev,
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next {
  position: relative;
  width: 43px;
  height: 43px;
  border: solid 1px #222;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev img,
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev .img2,
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover,
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover {
  border: solid 1px #2b378b;
  background: #2b378b;
}
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img1,
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img2,
.product .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.product .product-plate4 .plate4-main {
  width: 14.42rem;
  height: auto;
  margin: 0.55rem auto 0;
  overflow: hidden;
}
.product .product-plate4 .plate4-main .swiper-slide {
  width: calc(100% / 3 - 0.48rem);
  height: auto;
  margin-right: 0.72rem;
}
.product .product-plate4 .plate4-main .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product .product-plate4 .plate4-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
}
.product .product-plate4 .plate4-main .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate4 .plate4-main .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  color: #666;
}
.product .product-plate4 .plate4-main .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));
}
.product .product-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg22.jpg) no-repeat bottom left;
  background-size: cover;
}
.product .product-plate5 .plate5-main {
  width: 9.7rem;
  height: auto;
  margin: 0 auto;
}
.product .product-plate5 .plate5-main .main-title {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.product .product-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.product .product-plate5 .plate5-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  margin-bottom: 0.2rem;
}
.product .product-plate5 .plate5-main .main-box .box-item .item-title {
  width: 0.8rem;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #fff;
}
.product .product-plate5 .plate5-main .main-box .box-item .item-title span {
  color: #ff2300;
}
.product .product-plate5 .plate5-main .main-box .box-item input {
  width: 3.6rem;
  height: 0.55rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.product .product-plate5 .plate5-main .main-box .box-item input::placeholder {
  color: #828482;
}
.product .product-plate5 .plate5-main .main-box .box-item textarea {
  width: 8.85rem;
  height: 1.45rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.product .product-plate5 .plate5-main .main-box .box-item textarea::placeholder {
  color: #828482;
}
.product .product-plate5 .plate5-main .main-box .box-item:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.product .product-plate5 .plate5-main .main-button {
  display: block;
  width: 4.4rem;
  height: 0.6rem;
  margin: 0.35rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
}
.product .product-plate5 .plate5-main .main-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.product .product-plate5 .plate5-main .main-agr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.product .product-plate5 .plate5-main .main-agr input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.05rem;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.product .product-plate5 .plate5-main .main-agr span {
  font-size: 0.16rem;
  color: #fff;
}
.productDetail {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-plate1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.6rem;
  border-bottom: solid 1px #ececec;
}
.productDetail .productDetail-plate1 .plate1-box {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.productDetail .productDetail-plate1 .plate1-box .box-English {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-plate1 .plate1-box .box-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem 0 0;
  background: #2b378b;
}
.productDetail .productDetail-plate1 .plate1-box .box-title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-plate1 .plate1-cont {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #ececec;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.38rem;
  margin-top: 0.2rem;
  z-index: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  border: solid 1px #f0f0f0;
  cursor: pointer;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide .slide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper .swiper-slide .slide-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev,
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
  z-index: 9;
  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;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev img,
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  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;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev .img2,
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev:hover,
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next:hover {
  background: #2b378b;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev:hover .img1,
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev:hover .img2,
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-prev {
  left: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-bottom .bottom-swiper-button-next {
  right: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
}
.productDetail .productDetail-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev,
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
  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;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev img,
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  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;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev .img2,
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev:hover,
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next:hover {
  background: #2b378b;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev:hover .img1,
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev:hover .img2,
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-prev {
  left: -0.8rem;
}
.productDetail .productDetail-plate1 .plate1-cont .plate1-swiper-button-next {
  right: -0.8rem;
}
.productDetail .productDetail-plate1 .plate1-cent {
  width: 8rem;
  height: auto;
  margin: 0.5rem auto 0;
}
.productDetail .productDetail-plate1 .plate1-cent .cent-English {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-plate1 .plate1-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem 0 0;
  background: #2b378b;
}
.productDetail .productDetail-plate1 .plate1-cent .cent-title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-plate1 .plate1-cent .cent-text {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.productDetail .productDetail-plate1 .plate1-lump {
  width: 100%;
  height: auto;
  margin: 0.35rem auto 0;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #666;
}
.productDetail .productDetail-plate1 .plate1-lump img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.productDetail .productDetail-plate1 .plate1-lump strong {
  color: #333;
}
.productDetail .productDetail-plate2 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 0.6rem 0;
  border-bottom: solid 1px #ececec;
}
.productDetail .productDetail-plate2 .plate2-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-plate2 .plate2-table {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.productDetail .productDetail-plate2 .plate2-table table {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-plate2 .plate2-table table tr {
  width: 100%;
  height: 0.5rem;
  background: #f0f0f0;
}
.productDetail .productDetail-plate2 .plate2-table table tr:nth-child(odd) {
  background: #2b378b;
}
.productDetail .productDetail-plate2 .plate2-table table tr:nth-child(odd) td {
  color: #fff;
}
.productDetail .productDetail-plate2 .plate2-table table th {
  font-size: 0.16rem;
  font-weight: 300;
  text-align: left;
  line-height: 0.3rem;
  color: #fff;
  border: none;
  background: #242021;
}
.productDetail .productDetail-plate2 .plate2-table table th:nth-child(1) {
  padding-left: 0.75rem;
}
.productDetail .productDetail-plate2 .plate2-table table td {
  font-size: 0.16rem;
  text-align: left;
  line-height: 0.3rem;
  color: #333;
  border: none;
}
.productDetail .productDetail-plate2 .plate2-table table td:nth-child(1) {
  padding-left: 0.75rem;
  font-weight: bold;
}
.productDetail .productDetail-plate3 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 0.6rem 0 1.1rem;
}
.productDetail .productDetail-plate3 .plate3-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-plate3 .plate3-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-plate4 {
  width: 100%;
  height: auto;
  padding: 1.16rem 0 1.2rem;
  background: #f8f8f8;
}
.productDetail .productDetail-plate4 .plate4-title {
  font-size: 0.3rem;
  text-align: center;
  color: #2b378b;
}
.productDetail .productDetail-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: auto;
  margin: 0.55rem auto 0;
}
.productDetail .productDetail-plate4 .plate4-main .main-item {
  width: calc(100% / 2 - 0.3rem);
  height: auto;
  background: #fff;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-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;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-cent {
  width: 100%;
  height: 1.5rem;
  padding: 0.4rem 0.5rem 0;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate4 .plate4-main .main-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.productDetail .productDetail-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));
}
.productDetail .productDetail-plate4 .plate4-main .main-item:hover .item-cent .cent-title {
  color: #2b378b;
}
.productDetail .productDetail-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg22.jpg) no-repeat bottom left;
  background-size: cover;
}
.productDetail .productDetail-plate5 .plate5-main {
  width: 9.7rem;
  height: auto;
  margin: 0 auto;
}
.productDetail .productDetail-plate5 .plate5-main .main-title {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.productDetail .productDetail-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  margin-bottom: 0.2rem;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item .item-title {
  width: 0.8rem;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #fff;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item .item-title span {
  color: #ff2300;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item input {
  width: 3.6rem;
  height: 0.55rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item input::placeholder {
  color: #828482;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item textarea {
  width: 8.85rem;
  height: 1.45rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item textarea::placeholder {
  color: #828482;
}
.productDetail .productDetail-plate5 .plate5-main .main-box .box-item:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.productDetail .productDetail-plate5 .plate5-main .main-button {
  display: block;
  width: 4.4rem;
  height: 0.6rem;
  margin: 0.35rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
}
.productDetail .productDetail-plate5 .plate5-main .main-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.productDetail .productDetail-plate5 .plate5-main .main-agr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.productDetail .productDetail-plate5 .plate5-main .main-agr input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.05rem;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.productDetail .productDetail-plate5 .plate5-main .main-agr span {
  font-size: 0.16rem;
  color: #fff;
}
.product2 {
  width: 100%;
  height: auto;
}
.product2 .product-plate1 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.product2 .product-plate1 .plate1-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.product2 .product-plate1 .plate1-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product2 .product-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product2 .product-plate1 .plate1-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: 0.6rem;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  background: #f5f5f5;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: 1.5rem;
  padding: 0.4rem 0.5rem 0;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.product2 .product-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-prev,
.product2 .product-plate1 .plate1-main .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 43px;
  height: 43px;
  margin-top: -21.5px;
  border: solid 1px #222;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-prev img,
.product2 .product-plate1 .plate1-main .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-prev .img2,
.product2 .product-plate1 .plate1-main .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-prev:hover,
.product2 .product-plate1 .plate1-main .plate1-swiper-button-next:hover {
  border: solid 1px #2b378b;
  background: #2b378b;
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
.product2 .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
.product2 .product-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-prev {
  left: -1rem;
}
.product2 .product-plate1 .plate1-main .plate1-swiper-button-next {
  right: -1rem;
}
.product2 .product-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: url(../image/bg2.jpg) no-repeat bottom left;
  background-size: cover;
}
.product2 .product-plate2 .plate2-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product2 .product-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.product2 .product-plate2 .plate2-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product2 .product-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product2 .product-plate2 .plate2-main .main-box .box-pic {
  width: 5.56rem;
  height: 4.95rem;
  overflow: hidden;
}
.product2 .product-plate2 .plate2-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;
}
.product2 .product-plate2 .plate2-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));
}
.product2 .product-plate2 .plate2-main .main-box .box-cent {
  width: 8.06rem;
  height: auto;
  overflow: auto;
}
.product2 .product-plate2 .plate2-main .main-box .box-cent .cent-title {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
}
.product2 .product-plate2 .plate2-main .main-box .box-cent .cent-title2 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
}
.product2 .product-plate2 .plate2-main .main-box .box-cent .cent-text {
  margin: 0.2rem 0 0.4rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.product2 .product-plate2 .plate2-main .main-box .box-cent .cent-text2 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.product2 .product-plate2 .plate2-main .main-box .box-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.product2 .product-plate2 .plate2-main .main-box .box-cent .cent-button {
  display: none;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.46rem;
  color: #2b378b;
  border: solid 1px #2b378b;
}
.product2 .product-plate2 .plate2-main .main-box .box-cent .cent-button:hover {
  color: #fff;
  border: solid 1px #2b378b;
  background: #2b378b;
}
.product2 .product-plate2 .plate2-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  border-top: solid 1px #ddd;
}
.product2 .product-plate2 .plate2-main .main-cent img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.product2 .product-plate3 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.product2 .product-plate3 .plate3-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #51585d;
}
.product2 .product-plate3 .plate3-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product2 .product-plate3 .plate3-text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #51585d;
}
.product2 .product-plate3 .plate3-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.product2 .product-plate3 .plate3-pic img {
  width: 100%;
}
.product2 .product-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
  background: #f6f6f6;
}
.product2 .product-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product2 .product-plate4 .plate4-top .top-cent {
  width: auto;
  height: auto;
}
.product2 .product-plate4 .plate4-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #51585d;
}
.product2 .product-plate4 .plate4-top .top-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem 0 0;
  background: #2b378b;
}
.product2 .product-plate4 .plate4-top .top-button {
  display: flex;
  justify-content: space-between;
  width: 115px;
  height: auto;
}
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev,
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next {
  position: relative;
  width: 43px;
  height: 43px;
  border: solid 1px #222;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev img,
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev .img2,
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover,
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover {
  border: solid 1px #2b378b;
  background: #2b378b;
}
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img1,
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img2,
.product2 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.product2 .product-plate4 .plate4-main {
  width: 14.42rem;
  height: auto;
  margin: 0.55rem auto 0;
  overflow: hidden;
}
.product2 .product-plate4 .plate4-main .swiper-slide {
  width: calc(100% / 2 - 0.32rem);
  height: auto;
  margin-right: 0.64rem;
}
.product2 .product-plate4 .plate4-main .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.product2 .product-plate4 .plate4-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product2 .product-plate4 .plate4-main .swiper-slide .slide-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;
}
.product2 .product-plate4 .plate4-main .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
}
.product2 .product-plate4 .plate4-main .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));
}
.product2 .product-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg22.jpg) no-repeat bottom left;
  background-size: cover;
}
.product2 .product-plate5 .plate5-main {
  width: 9.7rem;
  height: auto;
  margin: 0 auto;
}
.product2 .product-plate5 .plate5-main .main-title {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.product2 .product-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.product2 .product-plate5 .plate5-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  margin-bottom: 0.2rem;
}
.product2 .product-plate5 .plate5-main .main-box .box-item .item-title {
  width: 0.8rem;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #fff;
}
.product2 .product-plate5 .plate5-main .main-box .box-item .item-title span {
  color: #ff2300;
}
.product2 .product-plate5 .plate5-main .main-box .box-item input {
  width: 3.6rem;
  height: 0.55rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.product2 .product-plate5 .plate5-main .main-box .box-item input::placeholder {
  color: #828482;
}
.product2 .product-plate5 .plate5-main .main-box .box-item textarea {
  width: 8.85rem;
  height: 1.45rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.product2 .product-plate5 .plate5-main .main-box .box-item textarea::placeholder {
  color: #828482;
}
.product2 .product-plate5 .plate5-main .main-box .box-item:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.product2 .product-plate5 .plate5-main .main-button {
  display: block;
  width: 4.4rem;
  height: 0.6rem;
  margin: 0.35rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
}
.product2 .product-plate5 .plate5-main .main-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.product2 .product-plate5 .plate5-main .main-agr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.product2 .product-plate5 .plate5-main .main-agr input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.05rem;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.product2 .product-plate5 .plate5-main .main-agr span {
  font-size: 0.16rem;
  color: #fff;
}
.product3 {
  width: 100%;
  height: auto;
}
.product3 .product-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1rem;
  background: url(../image/bg5.jpg) no-repeat left bottom;
  background-size: cover;
}
.product3 .product-plate1 .plate1-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product3 .product-plate1 .plate1-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #51585d;
}
.product3 .product-plate1 .plate1-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product3 .product-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.product3 .product-plate1 .plate1-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 1.8rem);
  height: auto;
  margin-top: 0.38rem;
  margin-right: 2.7rem;
  margin-bottom: 0.38rem;
}
.product3 .product-plate1 .plate1-main .main-box .box-item .item-pic {
  width: 100%;
  height: 1.7rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.product3 .product-plate1 .plate1-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate1 .plate1-main .main-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
}
.product3 .product-plate1 .plate1-main .main-box .box-item::after {
  content: '';
  position: absolute;
  top: 0.7rem;
  right: -1.68rem;
  width: 0.7rem;
  height: 0.2rem;
  background: url(../image/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.product3 .product-plate1 .plate1-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.product3 .product-plate1 .plate1-main .main-box .box-item:nth-child(3n)::after {
  display: none;
}
.product3 .product-plate1 .plate1-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));
}
.product3 .product-plate1 .plate1-main .main-box::after {
  content: '';
  position: absolute;
  top: 2.85rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddedd;
}
.product3 .product-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.15rem;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
.product3 .product-plate2 .plate2-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product3 .product-plate2 .plate2-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.product3 .product-plate2 .plate2-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.3rem;
  background: #fff;
}
.product3 .product-plate2 .plate2-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide {
  width: 100%;
  height: auto;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent {
  width: 8.4rem;
  height: auto;
  padding-top: 0.4rem;
  padding-right: 1.2rem;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent .cent-title {
  margin-bottom: 0.45rem;
  font-size: 0.3rem;
  color: #fff;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent .cent-text {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #fff;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-cent .cent-text::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 12px;
  height: 10px;
  background: url(../image/icon-arrow3.png) no-repeat left top;
  background-size: 100%;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-pic {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.product3 .product-plate2 .plate2-main .main-box .box-swiepr .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev,
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.52rem;
  height: auto;
  margin-top: -0.26rem;
  outline: none;
  cursor: pointer;
  opacity: 0.38;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev img,
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next img {
  width: 100%;
}
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover,
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover {
  opacity: 1;
}
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-prev {
  left: -0.8rem;
}
.product3 .product-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  right: -0.8rem;
}
.product3 .product-plate2 .plate2-main .main-text {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.product3 .product-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg3.jpg) no-repeat left bottom;
  background-size: cover;
}
.product3 .product-plate3 .plate3-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product3 .product-plate3 .plate3-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #51585d;
}
.product3 .product-plate3 .plate3-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #2b378b;
}
.product3 .product-plate3 .plate3-main .mian-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.product3 .product-plate3 .plate3-main .mian-box .box-item {
  width: calc(100% / 4 - 0.09rem);
  height: auto;
  padding: 0.32rem 0.48rem;
  margin-right: 0.12rem;
  margin-bottom: 10px;
  font-size: 0.24rem;
  color: #333;
}
.product3 .product-plate3 .plate3-main .mian-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.product3 .product-plate3 .plate3-main .mian-box .bg1 {
  background: #e0e0e0;
}
.product3 .product-plate3 .plate3-main .mian-box .bg2 {
  background: #c9c9c9;
}
.product3 .product-plate4 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1.28rem;
}
.product3 .product-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product3 .product-plate4 .plate4-top .top-cent {
  width: auto;
  height: auto;
}
.product3 .product-plate4 .plate4-top .top-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #51585d;
}
.product3 .product-plate4 .plate4-top .top-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin: 0.3rem 0 0;
  background: #2b378b;
}
.product3 .product-plate4 .plate4-top .top-button {
  display: flex;
  justify-content: space-between;
  width: 115px;
  height: auto;
}
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev,
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next {
  position: relative;
  width: 43px;
  height: 43px;
  border: solid 1px #222;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev img,
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev .img2,
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover,
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover {
  border: solid 1px #2b378b;
  background: #2b378b;
}
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img1,
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-prev:hover .img2,
.product3 .product-plate4 .plate4-top .top-button .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.product3 .product-plate4 .plate4-main {
  width: 14.42rem;
  height: auto;
  margin: 0.55rem auto 0;
  overflow: hidden;
}
.product3 .product-plate4 .plate4-main .swiper-slide {
  width: calc(100% / 2 - 0.32rem);
  height: auto;
  margin-right: 0.64rem;
}
.product3 .product-plate4 .plate4-main .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.product3 .product-plate4 .plate4-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product3 .product-plate4 .plate4-main .swiper-slide .slide-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;
}
.product3 .product-plate4 .plate4-main .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
}
.product3 .product-plate4 .plate4-main .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));
}
.product3 .product-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg4.jpg) no-repeat bottom left;
  background-size: cover;
}
.product3 .product-plate5 .plate5-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product3 .product-plate5 .plate5-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #51585d;
}
.product3 .product-plate5 .plate5-main .main-heng {
  width: 40px;
  height: 3px;
  margin: 0.25rem auto 0;
  background: #2b378b;
}
.product3 .product-plate5 .plate5-main .main-box {
  position: relative;
  width: 14.42rem;
  height: auto;
  margin: 0.55rem auto 0;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: 0.6rem;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: 1.5rem;
  padding: 0.4rem 0.5rem 0;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product3 .product-plate5 .plate5-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #2b378b;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev,
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 43px;
  height: 43px;
  margin-top: -21.5px;
  border: solid 1px #222;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev img,
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev .img2,
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover,
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover {
  border: solid 1px #2b378b;
  background: #2b378b;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img1,
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev:hover .img2,
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-prev {
  left: -1rem;
}
.product3 .product-plate5 .plate5-main .main-box .plate5-swiper-button-next {
  right: -1rem;
}
.product3 .product-plate6 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg22.jpg) no-repeat bottom left;
  background-size: cover;
}
.product3 .product-plate6 .plate6-main {
  width: 9.7rem;
  height: auto;
  margin: 0 auto;
}
.product3 .product-plate6 .plate6-main .main-title {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.product3 .product-plate6 .plate6-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.product3 .product-plate6 .plate6-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  margin-bottom: 0.2rem;
}
.product3 .product-plate6 .plate6-main .main-box .box-item .item-title {
  width: 0.8rem;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #fff;
}
.product3 .product-plate6 .plate6-main .main-box .box-item .item-title span {
  color: #ff2300;
}
.product3 .product-plate6 .plate6-main .main-box .box-item input {
  width: 3.6rem;
  height: 0.55rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.product3 .product-plate6 .plate6-main .main-box .box-item input::placeholder {
  color: #828482;
}
.product3 .product-plate6 .plate6-main .main-box .box-item textarea {
  width: 8.85rem;
  height: 1.45rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.product3 .product-plate6 .plate6-main .main-box .box-item textarea::placeholder {
  color: #828482;
}
.product3 .product-plate6 .plate6-main .main-box .box-item:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.product3 .product-plate6 .plate6-main .main-button {
  display: block;
  width: 4.4rem;
  height: 0.6rem;
  margin: 0.35rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
}
.product3 .product-plate6 .plate6-main .main-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.product3 .product-plate6 .plate6-main .main-agr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.product3 .product-plate6 .plate6-main .main-agr input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.05rem;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.product3 .product-plate6 .plate6-main .main-agr span {
  font-size: 0.16rem;
  color: #fff;
}
.case {
  width: 100%;
  height: auto;
}
.case .case-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.case .case-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.case .case-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.3rem;
  background: #2b378b;
}
.case .case-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.case .case-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.286667rem);
  height: auto;
  margin-right: 0.43rem;
  margin-bottom: 0.44rem;
  overflow: hidden;
}
.case .case-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-main .main-box .box-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;
}
.case .case-main .main-box .box-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.25rem 0.25rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}
.case .case-main .main-box .box-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.caseDetail {
  width: 100%;
  height: auto;
}
.caseDetail .caseDetail-plate1 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.caseDetail .caseDetail-plate1 .plate1-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.caseDetail .caseDetail-plate1 .plate1-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.28rem;
  background: #2b378b;
}
.caseDetail .caseDetail-plate1 .plate1-main {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
  padding: 0.55rem 0;
  border: solid 3px #333;
  border-radius: 0.1rem;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box .box-pic {
  width: 50%;
  height: auto;
  padding: 0 0.5rem;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box .box-pic img {
  width: 100%;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0 0.85rem;
  border-left: solid 1px #dddddd;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-heng {
  width: 0.6rem;
  height: 2px;
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
  background: #2b378b;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-subtitle {
  margin-top: 0.25rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #666;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-box:last-of-type {
  margin-bottom: 0;
}
.caseDetail .caseDetail-main {
  width: 10rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.caseDetail .caseDetail-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #231e37;
}
.caseDetail .caseDetail-main .main-top {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.caseDetail .caseDetail-main .main-top span {
  font-size: 14px;
  color: #cccccc;
  margin-right: 0.2rem;
}
.caseDetail .caseDetail-main .main-top span img {
  width: 18px;
  margin: -0.02rem 0.06rem 0 0;
}
.caseDetail .caseDetail-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.caseDetail .caseDetail-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.caseDetail .caseDetail-main .main-box b {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.caseDetail .caseDetail-main .main-box strong {
  color: #333;
}
.caseDetail .caseDetail-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg22.jpg) no-repeat bottom left;
  background-size: cover;
}
.caseDetail .caseDetail-plate2 .plate2-main {
  width: 9.7rem;
  height: auto;
  margin: 0 auto;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-title {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  margin-bottom: 0.2rem;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item .item-title {
  width: 0.8rem;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #fff;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item .item-title span {
  color: #ff2300;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item input {
  width: 3.6rem;
  height: 0.55rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item input::placeholder {
  color: #828482;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item textarea {
  width: 8.85rem;
  height: 1.45rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item textarea::placeholder {
  color: #828482;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-box .box-item:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-button {
  display: block;
  width: 4.4rem;
  height: 0.6rem;
  margin: 0.35rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.caseDetail .caseDetail-plate2 .plate2-main .main-agr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-agr input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.05rem;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.caseDetail .caseDetail-plate2 .plate2-main .main-agr span {
  font-size: 0.16rem;
  color: #fff;
}
.news {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.news .news-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.news .news-main .main-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.3rem;
  background: #2b378b;
}
.news .news-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.news .news-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: solid 1px #e5e5e5;
}
.news .news-main .main-box .box-item .item-pic {
  width: 3.8rem;
  height: auto;
  overflow: hidden;
}
.news .news-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;
}
.news .news-main .main-box .box-item .item-cent {
  width: calc(100% - 3.8rem);
  height: auto;
  padding-left: 0.7rem;
  padding-top: 0.15rem;
}
.news .news-main .main-box .box-item .item-cent .cent-time {
  font-size: 0.16rem;
  color: #666;
}
.news .news-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-box .box-item .item-cent .cent-link {
  margin-top: 0.55rem;
  font-size: 0.16rem;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.news .news-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));
}
.news .news-main .main-box .box-item:hover .item-cent .cent-title,
.news .news-main .main-box .box-item:hover .item-cent .cent-link {
  color: #2b378b;
}
.news .news-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: auto;
  margin: 0.45rem auto 0;
}
.news .news-main .main-load img {
  width: 0.35rem;
}
.news .news-main .main-load span {
  margin-left: 0.15rem;
  font-size: 0.14rem;
  color: #2b378b;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-load:hover span {
  margin-left: 0.05rem;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.2rem;
}
.newsDetail .newsDetail-box {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-box .box-left {
  width: 8.4rem;
  height: auto;
}
.newsDetail .newsDetail-box .box-left .left-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #231e37;
}
.newsDetail .newsDetail-box .box-left .left-top {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.newsDetail .newsDetail-box .box-left .left-top span {
  font-size: 14px;
  color: #cccccc;
  margin-right: 0.2rem;
}
.newsDetail .newsDetail-box .box-left .left-top span img {
  width: 18px;
  margin: -0.02rem 0.06rem 0 0;
}
.newsDetail .newsDetail-box .box-left .left-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.newsDetail .newsDetail-box .box-left .left-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-box .box-left .left-box p {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-box .box-right {
  width: 4.8rem;
  height: 100%;
}
.newsDetail .newsDetail-box .box-right .right-top {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.5rem 0;
  background: #f9f9f9;
}
.newsDetail .newsDetail-box .box-right .right-top .top-title {
  position: relative;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-box .box-right .right-top .top-English {
  margin-top: 0.1rem;
  font-size: 14px;
  color: #353744;
  opacity: 0.3;
}
.newsDetail .newsDetail-box .box-right .right-top .top-heng {
  width: 40px;
  height: 3px;
  margin: 0.16rem 0 0.6rem;
  background: #2b378b;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont {
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list {
  width: 100%;
  height: auto;
  padding-bottom: 0.6rem;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-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;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-title {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  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;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list .list-botton {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 0.2rem;
  text-align: center;
  line-height: 34px;
  background: url(../image/icon-swiper-next.png) no-repeat center center;
  background-size: 8px;
  border: solid 1px #666;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-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));
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-title {
  color: #2b378b;
}
.newsDetail .newsDetail-box .box-right .right-top .top-cont .cont-list:hover .list-botton {
  border: solid 1px #2b378b;
  background: #2b378b url(../image/icon-swiper-next-active.png) no-repeat center center;
  background-size: 8px;
}
.newsDetail .newsDetail-box .box-right .right-bottom {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  margin-top: 0.2rem;
  background: #fafafa;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-title {
  margin-bottom: 0.16rem;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-title a {
  font-size: 16px;
  color: #333;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-title a:hover {
  color: #2b378b;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.12rem;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 0.15rem;
  border-radius: 50%;
  border: solid 1px #e8e8e8;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a:hover {
  border: solid 1px transparent;
  background: #2b378b;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-share a:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-botton {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: #2b378b;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-botton img {
  width: 14px;
  margin: -0.04rem 0 0 0.1rem;
}
.newsDetail .newsDetail-box .box-right .right-bottom .bottom-botton:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.page-form {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../image/bg22.jpg) no-repeat bottom left;
  background-size: cover;
}
.page-form .form-main {
  width: 9.7rem;
  height: auto;
  margin: 0 auto;
}
.page-form .form-main .main-title {
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.page-form .form-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.page-form .form-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  margin-bottom: 0.2rem;
}
.page-form .form-main .main-box .box-item .item-title {
  width: 0.8rem;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #fff;
}
.page-form .form-main .main-box .box-item .item-title span {
  color: #ff2300;
}
.page-form .form-main .main-box .box-item input {
  width: 3.6rem;
  height: 0.55rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.page-form .form-main .main-box .box-item input::placeholder {
  color: #828482;
}
.page-form .form-main .main-box .box-item textarea {
  width: 8.85rem;
  height: 1.45rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #666;
  background: #fff;
}
.page-form .form-main .main-box .box-item textarea::placeholder {
  color: #828482;
}
.page-form .form-main .main-box .box-item:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.page-form .form-main .main-button {
  display: block;
  width: 4.4rem;
  height: 0.6rem;
  margin: 0.35rem auto 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.6rem;
  color: #333;
  background: #fff;
}
.page-form .form-main .main-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.page-form .form-main .main-agr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.24rem;
}
.page-form .form-main .main-agr input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.05rem;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.page-form .form-main .main-agr span {
  font-size: 0.16rem;
  color: #fff;
}
.page-form .form-main .main-agr span em {
  cursor: pointer;
}
.page-form .form-main .main-agr span em:hover {
  text-decoration: underline;
}
.page-msg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.page-msg .msg-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-msg .msg-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 800px;
  margin-top: -400px;
  margin-left: -350px;
  padding: 0.35rem 0;
  background: #fff;
  border-radius: 10px;
}
.page-msg .msg-cont .cont-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.page-msg .msg-cont .cont-text {
  width: 100%;
  height: 670px;
  margin-top: 0.3rem;
  padding: 0 0.35rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
  overflow: auto;
}
.page-msg .msg-cont .cont-hide {
  position: absolute;
  top: 0.15rem;
  right: 0.2rem;
  width: 24px;
  height: auto;
  cursor: pointer;
}
.page-msg .msg-cont .cont-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-msg .msg-cont .cont-hide:hover img {
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.page-detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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.7rem;
  right: 2rem;
  width: 24px;
  height: auto;
  cursor: pointer;
}
.page-detail .detail-hide 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-hide:hover img {
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.page-detail .detail-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.42rem;
  height: 9rem;
  margin: 0 auto;
  padding: 0.65rem 0.2rem;
  background: #fff;
  overflow: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.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.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  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: #2b378b;
  border: solid 1px #2b378b;
}
.page-detail .detail-main .main-box .box-cent .cent-button:hover {
  color: #fff;
  border: solid 1px #2b378b;
  background: #2b378b;
}
.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;
}
.magnifier {
  background-color: #fff;
}
.round-loupe {
  border-radius: 50%;
  border: solid 5px #f5f5f5;
}
