.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: 0.95rem;
  padding: 0 1rem 0 0.7rem;
  background: #fff;
  z-index: 59;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
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: 3.82rem;
  height: 0.52rem;
}
nav .nav-main .main-cont .main-logo a {
  position: relative;
  width: 100%;
}
nav .nav-main .main-cont .main-logo a img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.45rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.95rem;
  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: #004ea2;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #004ea2 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  width: 2rem;
  height: auto;
  margin-left: -1rem;
  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(255, 255, 255, 0.9);
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs16);
  line-height: 0.34rem;
  text-align: center;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  font-weight: bold;
  background: #fff;
  color: #004ea2;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:last-of-type {
  border-bottom: 1px solid transparent;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #004ea2 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(4) .li-list {
  width: 2.8rem;
  margin-left: -1.4rem;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.25rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.35rem;
  height: 100%;
  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(../images/icon/icon-search.png) no-repeat center center;
  background-size: 0.2rem;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: url(../images/icon/icon-nav-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  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-title {
  width: auto;
  margin: 0 0.15rem;
  font-weight: bold;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 14px;
  height: 9px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 14px 9px;
  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: 0.95rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  margin-left: -0.75rem;
  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: rgba(0, 0, 0, 0.8);
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  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%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.34rem;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  font-weight: bold;
  background: #fff;
  color: #004ea2;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:last-of-type {
  border-bottom: 1px solid transparent;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
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-menu {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.95rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: #004ea2;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
  width: 0.2rem;
  cursor: pointer;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-icon {
  width: 0.2rem;
  margin-left: 0.2rem;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.95rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2, 1.2) translateZ(0);
  -o-transform: scale(1.2, 1.2) translateZ(0);
  -moz-transform: scale(1.2, 1.2) translateZ(0);
  -webkit-transform: scale(1.2, 1.2 translateZ(0));
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title1 {
  padding-left: 8.48rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.72rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title1 span {
  display: block;
  font-weight: bold;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English2 {
  margin-top: 0.25rem;
  padding-bottom: 2.5rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs24);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English3 {
  margin-top: 0.15rem;
  padding-bottom: 1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs24);
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English1 {
  margin-top: 0.25rem;
  padding-left: 8.48rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs24);
  text-transform: uppercase;
  color: #ddd;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English1 span {
  display: block;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text2 {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 0.36rem;
  color: #333;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-pagination {
  display: none;
}
header .head-banner .swiper-slide-active .box-pic img {
  transform: scale(1, 1) translateZ(0) !important;
  -o-transform: scale(1, 1) translateZ(0) !important;
  -moz-transform: scale(1, 1) translateZ(0) !important;
  -webkit-transform: scale(1, 1 translateZ(0)) !important;
}
header .head-banner .swiper-slide-active .box-cent .cent-title1,
header .head-banner .swiper-slide-active .box-cent2 .cent-title1,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent2 .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-English1,
header .head-banner .swiper-slide-active .box-cent2 .cent-English1,
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-text2,
header .head-banner .swiper-slide-active .box-cent2 .cent-text2,
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-English2,
header .head-banner .swiper-slide-active .box-cent2 .cent-English2,
header .head-banner .swiper-slide-active .box-cent .cent-English3,
header .head-banner .swiper-slide-active .box-cent2 .cent-English3 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 0.95rem;
  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-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: #dddddd;
}
header .head-banner .banner-box {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 4.7rem;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-banner .banner-box .box-English {
  font-size: var(--fs30);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-subtitle {
  margin-top: 0.3rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #10384f;
}
header .head-banner .banner-box .box-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .head-banner .swiper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1.12rem;
  height: auto;
  margin-left: -0.56rem;
}
header .head-banner .swiper-bottom .banner-swiper-button-prev,
header .head-banner .swiper-bottom .banner-swiper-button-next {
  width: 0.46rem;
  height: 0.46rem;
  opacity: 0.5;
  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 .swiper-bottom .banner-swiper-button-prev img,
header .head-banner .swiper-bottom .banner-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-bottom .banner-swiper-button-prev:hover,
header .head-banner .swiper-bottom .banner-swiper-button-next:hover {
  opacity: 1;
}
header .head-strip {
  width: 100%;
  height: 0.7rem;
  background: #f7f8f9;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
}
header .head-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #0061ca, #004ea2);
}
header .head-strip .strip-box .box-left .left-item2 {
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  font-size: var(--fs18);
  line-height: 0.7rem;
  color: #333;
}
header .head-strip .strip-box .box-left .left-item2:hover {
  color: #fff;
  background: linear-gradient(90deg, #e54a51, #c50815);
}
header .head-strip .strip-box .box-left .left-item-on {
  color: #fff;
  background: linear-gradient(90deg, #0061ca, #004ea2);
}
header .head-strip .strip-box .box-left .left-item-on2 {
  color: #fff;
  background: linear-gradient(90deg, #e54a51, #c50815);
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
  line-height: 0.7rem;
}
header .head-strip .strip-box .box-right .right-icon {
  width: 10px;
  margin-right: 0.15rem;
}
header .head-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
header .head-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs18);
  color: #004ea2;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #929292;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #004ea2;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text .text {
  color: #929292;
}
header .head-strip .strip-box .box-right .right-text .text:hover {
  color: #c50815;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
header .head-strip .strip-box .box-right .red {
  color: #c50815;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.8rem !important;
  background: url(../images/foot-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ea840f;
}
footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #004ea2;
  animation: history 5s ease-in-out infinite;
  z-index: 1;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-cont {
  width: 4rem;
}
footer .foot-main .main-cont .cont-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
}
footer .foot-main .main-cont .cont-item .item-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #444;
}
footer .foot-main .main-cont .cont-item .item-tel {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs40);
  background: linear-gradient(90deg, #fdd000, #e77612);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
footer .foot-main .main-cont .cont-ewm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-ewm .ewm-item {
  width: 1.3rem;
  height: auto;
  margin-right: 0.1rem;
  text-align: center;
  border-radius: 0.05rem;
}
footer .foot-main .main-cont .cont-ewm .ewm-item img {
  width: 100%;
  box-shadow: 0 0 0.3rem 0 rgba(0, 24, 48, 0.1);
}
footer .foot-main .main-cont .cont-ewm .ewm-item p {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  color: #666;
}
footer .foot-main .main-cont .cont-ewm .ewm-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-cont .cont-link {
  width: 246px;
  margin-top: 0.8rem;
}
footer .foot-main .main-cont .cont-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-main .main-cont .cont-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #999;
  height: 42px;
  line-height: 40px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  padding: 0 40px 0 26px;
  background-image: url(../images/icon/icon-arrow4.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
}
footer .foot-main .main-cont .cont-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  border-bottom: none;
  padding-bottom: 34px;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a {
  display: block;
  color: #999;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a:hover {
  color: #004ea2;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.5rem;
  height: auto;
  margin-right: 0.6rem;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  width: auto;
  margin-right: 0;
}
footer .foot-main .main-nav .nav-item .item-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #444;
}
footer .foot-main .main-nav .nav-item .item-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}
footer .foot-main .main-nav .nav-item .item-heng {
  width: 22px;
  height: 2px;
  margin-top: 0.15rem;
  background: linear-gradient(90deg, #fdd000, #e77612);
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.22rem;
  color: #555555;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #004ea2;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #004ea2;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
}
footer .foot-bottom .bottom-list {
  width: auto;
  height: auto;
  margin-top: 0.45rem;
  font-size: var(--fs14);
  color: #9a9a9a;
}
footer .foot-bottom .bottom-list a {
  font-size: var(--fs14);
  color: #989898;
}
footer .foot-bottom .bottom-list a:hover {
  color: #004ea2;
}
footer .foot-bottom .bottom-list span {
  margin: 0 0.25rem;
}
footer .foot-bottom .bottom-zizhi {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  font-weight: 100;
  color: #666;
}
footer .foot-bottom .bottom-zizhi a {
  color: #666;
}
footer .foot-bottom .bottom-zizhi a:hover {
  color: #004ea2;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0;
}
.container .cont-plate1 .page-title,
.container .cont-plate1 .page-English {
  text-align: center;
}
.container .cont-plate1 .page-heng {
  margin: 0.2rem auto 0;
}
.container .cont-plate1 .plate1-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-swiper .swiper-slide {
  width: 33.33%;
  height: 8.7rem;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.05rem 0.3rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top .top-num {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 1rem;
  text-align: center;
  background: linear-gradient(180deg, #fff 35%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top .top-title {
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top .top-heng {
  width: 30px;
  height: 3px;
  margin: 0.3rem auto 0;
  background: #fff;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.6rem 0.45rem;
  background: linear-gradient(0deg, #004ea2, #0061ca);
  opacity: 0;
  transform: translatey(100%);
  -o-transform: translatey(100%);
  -moz-transform: translatey(100%);
  -webkit-transform: translatey(100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-num {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 1rem;
  text-align: center;
  background: linear-gradient(180deg, #fff 35%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-heng {
  width: 3px;
  height: 30px;
  margin: 0 auto 0;
  background: #fff;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-arrow {
  width: 0.18rem;
  height: 0.14rem;
  margin: 0.35rem auto 0;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-pic img {
  opacity: 1;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-top {
  opacity: 0;
}
.container .cont-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-cent {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev,
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-next {
  position: absolute;
  bottom: 1.7rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #fff;
  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;
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev img,
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  margin: -0.07rem 0 0 -0.09rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev .img2,
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev:hover,
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-next:hover {
  background: #004ea2;
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img1,
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img2,
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev {
  left: 0.75rem;
}
.container .cont-plate1 .plate1-swiper .plate1-swiper-button-next {
  right: 0.75rem;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0;
}
.container .cont-plate2 .page-title,
.container .cont-plate2 .page-English {
  text-align: center;
}
.container .cont-plate2 .page-heng {
  margin: 0.2rem auto 0;
}
.container .cont-plate2 .plate2-main {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .cont-plate2 .plate2-main .main-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate2 .plate2-main .main-cent .cent-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-cent .cent-title {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cent .cent-text {
  font-size: var(--fs30);
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cent .cent-text2 {
  font-size: var(--fs28);
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main:hover .main-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-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-swiper .swiper-slide {
  width: calc(100% / 5 - 0.08rem);
  height: auto;
  margin-right: 0.1rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-swiper .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;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  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;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs28);
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-text {
  font-size: var(--fs18);
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
  font-size: var(--fs18);
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  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;
}
.container .cont-plate2 .plate2-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));
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-cent {
  opacity: 0;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-text {
  opacity: 1;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.97rem;
  background: url(../images/plate3-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.container .cont-plate3 .plate3-main .page-title,
.container .cont-plate3 .plate3-main .page-English {
  text-align: center;
}
.container .cont-plate3 .plate3-main .page-heng {
  margin: 0.2rem auto 0;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper {
  position: relative;
  width: 7.28rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: 5.4rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cont .cont-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;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  padding: 0.25rem 0.4rem 0;
  background: rgba(0, 0, 0, 0.5);
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-time {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination {
  bottom: 0.3rem;
  padding-right: 0.4rem;
  text-align: right;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.075rem;
  border: solid 1px #fff;
  background: transparent;
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.container .cont-plate3 .plate3-main .cont-box {
  width: 7.28rem;
  height: auto;
}
.container .cont-plate3 .plate3-main .cont-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 1.7rem;
  margin-bottom: 0.15rem;
  background: #fff;
}
.container .cont-plate3 .plate3-main .cont-box .box-item .item-pic {
  width: 2.3rem;
  height: 1.7rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .cont-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .cont-box .box-item .item-cent {
  position: relative;
  width: calc(100% - 2.3rem);
  height: auto;
  padding: 0.35rem 0.98rem 0 0.35rem;
}
.container .cont-plate3 .plate3-main .cont-box .box-item .item-cent .cent-title {
  height: 0.6rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .cont-box .box-item .item-cent .cent-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #c9c9c9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .cont-box .box-item .item-cent::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.4rem;
  width: 9px;
  height: 100%;
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .cont-box .box-item:hover {
  background: linear-gradient(90deg, #0061ca, #004ea2);
}
.container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-cent .cent-title,
.container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-cent .cent-time {
  color: #fff;
}
.container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-cent::after {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate3 .plate3-main .cont-box .box-item:last-of-type {
  margin-bottom: 0;
}
.container .cont-plate4 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.container .cont-plate4 .plate4-box {
  position: relative;
  width: 33.33%;
  height: 4.6rem;
}
.container .cont-plate4 .plate4-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate4 .plate4-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.8rem 1rem 0;
}
.container .cont-plate4 .plate4-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #666;
}
.container .cont-plate4 .plate4-box .box-cent .cent-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs24);
  text-transform: uppercase;
  color: #b8cfe9;
}
.container .cont-plate4 .plate4-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  color: #676767;
}
.container .cont-plate4 .plate4-box .box-cent .cent-button {
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.65rem;
  border-radius: 50%;
  border: solid 2px #fff;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 0.18rem;
}
.container .cont-plate4 .plate4-box:first-of-type .box-cent .cent-English {
  color: #ffe5d7;
}
.container .cont-plate4 .plate4-box:first-of-type .box-cent .cent-text {
  color: #fff;
}
.container .cont-plate4 .plate4-box:last-of-type .box-cent .cent-English {
  color: #98b4cc;
}
.container .cont-plate4 .plate4-box:last-of-type .box-cent .cent-text {
  color: #fff;
}
.container .cont-plate4 .plate4-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 {
  width: 100%;
  height: auto;
}
.about .about-palte1 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 0;
}
.about .about-palte1 .palte1-top {
  display: flex;
  justify-content: space-between;
}
.about .about-palte1 .palte1-top .top-cent {
  width: 5.2rem;
  height: auto;
}
.about .about-palte1 .palte1-top .top-cent .cent-title {
  font-size: var(--fs40);
  line-height: 0.52rem;
  color: #1b1b1b;
}
.about .about-palte1 .palte1-top .top-cent .cent-suntitle {
  margin-top: 0.4rem;
  font-size: var(--fs20);
  font-weight: 100;
  color: #004ea2;
}
.about .about-palte1 .palte1-top .top-cent .cent-English {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs12);
  color: rgba(0, 0, 0, 0.3);
}
.about .about-palte1 .palte1-top .top-text {
  width: 8.5rem;
  height: auto;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.32rem;
  color: #666;
}
.about .about-palte1 .palte1-data {
  position: relative;
  width: 100%;
  height: 4.3rem;
  margin-top: 0.65rem;
  background: url(../images/about-bg.png) no-repeat left bottom;
  background-size: 100%;
}
.about .about-palte1 .palte1-data .data-item {
  position: absolute;
  width: 2px;
  height: 2.85rem;
  background: linear-gradient(0deg, transparent, #004ea2);
}
.about .about-palte1 .palte1-data .data-item .item-top {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-palte1 .palte1-data .data-item .item-top .top-title {
  font-size: var(--fs14);
  font-weight: 100;
  color: #004ea2;
  white-space: nowrap;
}
.about .about-palte1 .palte1-data .data-item .item-top .top-title span {
  font-size: var(--fs42);
  font-weight: bold;
  background: linear-gradient(90deg, #0061ca, #004ea2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-palte1 .palte1-data .data-item .item-top .top-text {
  font-size: var(--fs16);
  font-weight: 100;
  color: #666;
  white-space: nowrap;
}
.about .about-palte1 .palte1-data .data-item:first-of-type {
  top: 0;
  left: 10%;
  width: auto;
  height: auto;
  background: transparent;
}
.about .about-palte1 .palte1-data .data-item:first-of-type .item-top {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.about .about-palte1 .palte1-data .data-item:first-of-type .item-top .top-title {
  font-size: var(--fs20);
}
.about .about-palte1 .palte1-data .data-item:first-of-type .item-top .top-title span {
  font-size: 0.94rem;
}
.about .about-palte1 .palte1-data .data-item:first-of-type .item-top .top-text {
  font-size: var(--fs20);
}
.about .about-palte1 .palte1-data .data-item:nth-child(2) {
  bottom: 0;
  left: 49.5%;
  animation: remove 3s linear infinite;
}
.about .about-palte1 .palte1-data .data-item:nth-child(3) {
  bottom: 0.65rem;
  left: 58.7%;
  animation: remove2 3s linear infinite;
}
.about .about-palte1 .palte1-data .data-item:nth-child(4) {
  bottom: 0;
  left: 68%;
  animation: remove 3s linear infinite;
}
.about .about-palte1 .palte1-data .data-item:nth-child(5) {
  bottom: 0.65rem;
  left: 77.2%;
  animation: remove2 3s linear infinite;
}
.about .about-palte1 .palte1-data .data-item:nth-child(6) {
  bottom: 0;
  left: 86.45%;
  animation: remove 3s linear infinite;
}
.about .about-palte2 {
  width: 100%;
  height: auto;
  padding-top: 1.15rem;
  background: url(../images/about-bg2.jpg) no-repeat bottom left;
  background-size: 100%;
}
.about .about-palte2 .page-title,
.about .about-palte2 .page-English {
  text-align: center;
}
.about .about-palte2 .page-heng {
  margin: 0.2rem auto 0;
}
.about .about-palte2 .palte2-swiper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.18rem 0 1.9rem;
  overflow: hidden;
}
.about .about-palte2 .palte2-swiper .swiper-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.74rem;
  height: auto;
  margin: -2.37rem 0 0 -2.37rem;
}
.about .about-palte2 .palte2-swiper .swiper-pic img {
  width: 100%;
}
.about .about-palte2 .palte2-swiper .swiper-circle {
  position: absolute;
  top: 1.18rem;
  left: 50%;
  width: 6.72rem;
  height: 6.72rem;
  margin: 0 0 0 -3.36rem;
}
.about .about-palte2 .palte2-swiper .swiper-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-pic2.png) no-repeat center center;
  background-size: 100%;
  animation: load 10s linear infinite;
}
.about .about-palte2 .palte2-swiper .swiper-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.74rem;
  height: auto;
  margin: -2.37rem 0 0 -2.37rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box {
  position: relative;
  width: 6.72rem;
  height: 6.72rem;
  margin: 0 auto;
  z-index: 2;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item {
  position: absolute;
  width: auto;
  height: auto;
  opacity: 0;
  transform: translatey(0.2rem);
  -o-transform: translatey(0.2rem);
  -moz-transform: translatey(0.2rem);
  -webkit-transform: translatey(0.2rem);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icon/icon-about-pic1.png) no-repeat center center;
  background-size: 100%;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item .item-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #004ea2;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(1) {
  top: -0.8rem;
  left: 4.45rem;
  width: 4.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(1)::after {
  bottom: 0;
  left: -0.3rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(2) {
  top: 0.85rem;
  left: 6.2rem;
  width: 4.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(2)::after {
  top: 0.25rem;
  left: -0.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(3) {
  top: 2.4rem;
  left: 6.8rem;
  width: 4.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(3)::after {
  top: 0.1rem;
  left: -0.43rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(4) {
  top: 4.1rem;
  left: 6.74rem;
  width: 4.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(4)::after {
  top: 0.05rem;
  left: -0.4rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(5) {
  top: 5.65rem;
  left: 5.87rem;
  width: 4.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(5)::after {
  top: -0.1rem;
  left: -0.32rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(6) {
  top: 6.8rem;
  left: 4.12rem;
  width: 4.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(6)::after {
  top: -0.43rem;
  left: 0;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(7) {
  top: 6.8rem;
  right: 4.12rem;
  width: 4.6rem;
  text-align: right;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(7)::after {
  top: -0.43rem;
  right: 0;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(8) {
  top: 5.65rem;
  right: 5.87rem;
  width: 4.6rem;
  text-align: right;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(8)::after {
  top: -0.1rem;
  right: -0.32rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(9) {
  top: 4.1rem;
  right: 6.74rem;
  width: 4.6rem;
  text-align: right;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(9)::after {
  top: 0.05rem;
  right: -0.38rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(10) {
  top: 2.35rem;
  right: 6.8rem;
  width: 4.6rem;
  text-align: right;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(10)::after {
  top: 0.15rem;
  right: -0.43rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(11) {
  top: 0.85rem;
  right: 6.2rem;
  width: 4.6rem;
  text-align: right;
}
.about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(11)::after {
  top: 0.25rem;
  right: -0.6rem;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active {
  opacity: 1;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(1) {
  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;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(2) {
  transition: all 0.5s 0.7s;
  -o-transition: all 0.5s 0.7s;
  -moz-transition: all 0.5s 0.7s;
  -webkit-transition: all 0.5s 0.7s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(3) {
  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;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(4) {
  transition: all 0.5s 0.9s;
  -o-transition: all 0.5s 0.9s;
  -moz-transition: all 0.5s 0.9s;
  -webkit-transition: all 0.5s 0.9s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(5) {
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(6) {
  transition: all 0.5s 1.1s;
  -o-transition: all 0.5s 1.1s;
  -moz-transition: all 0.5s 1.1s;
  -webkit-transition: all 0.5s 1.1s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(7) {
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(8) {
  transition: all 0.5s 1.3s;
  -o-transition: all 0.5s 1.3s;
  -moz-transition: all 0.5s 1.3s;
  -webkit-transition: all 0.5s 1.3s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(9) {
  transition: all 0.5s 1.4s;
  -o-transition: all 0.5s 1.4s;
  -moz-transition: all 0.5s 1.4s;
  -webkit-transition: all 0.5s 1.4s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(10) {
  transition: all 0.5s 1.5s;
  -o-transition: all 0.5s 1.5s;
  -moz-transition: all 0.5s 1.5s;
  -webkit-transition: all 0.5s 1.5s;
}
.about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(11) {
  transition: all 0.5s 1.6s;
  -o-transition: all 0.5s 1.6s;
  -moz-transition: all 0.5s 1.6s;
  -webkit-transition: all 0.5s 1.6s;
}
.about .about-palte2 .palte2-swiper .palte2-swiper-button-next {
  position: absolute;
  top: 1.2rem;
  left: 8.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #004ea2 url(../images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 7px;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.about .about-palte2 .palte2-swiper .palte2-button-disabled {
  opacity: 0.5;
}
.about .about-palte3 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 2.3rem;
  background: url(../images/about-bg3.jpg) no-repeat left bottom;
  background-size: 100%;
}
.about .about-palte3 .page-title,
.about .about-palte3 .page-English {
  text-align: center;
}
.about .about-palte3 .page-heng {
  margin: 0.2rem auto 0;
}
.about .about-palte3 .palte3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.about .about-palte3 .palte3-main::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #d9d9d9;
}
.about .about-palte3 .palte3-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide {
  width: calc(100% / 7);
  height: 3.6rem;
  padding-left: 0.4rem;
  opacity: 0;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 2.8rem;
  height: 1.8rem;
  padding-left: 0.25rem;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.19rem;
  width: 0.2rem;
  height: 1.8rem;
  background: url(../images/icon/icon-about-shu.png) no-repeat left top;
  background-size: 100%;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-round {
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-round::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 0.15rem;
  margin: -0.075rem 0 0 -0.075rem;
  border-radius: 50%;
  background: #004ea2;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  z-index: 9;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-icon {
  width: 0.16rem;
  height: auto;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
  width: 100%;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  max-height: 1.3rem;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #333;
  overflow: auto;
  word-wrap: break-word;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) {
  padding-top: 1.8rem;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box::after {
  background: url(../images/icon/icon-about-shu2.png) no-repeat left top;
  background-size: 100%;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round {
  top: -0.1rem;
  bottom: auto;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round::after {
  background: #004ea2;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent {
  position: absolute;
  bottom: 0;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide:last-of-type {
  width: 3.5rem;
}
.about .about-palte3 .palte3-main .main-swiper .swiper-slide:last-of-type .slide-box {
  width: 2.8rem;
}
.about .about-palte3 .palte3-main .palte3-swiper-button-prev,
.about .about-palte3 .palte3-main .palte3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.225rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.1);
  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;
}
.about .about-palte3 .palte3-main .palte3-swiper-button-prev img,
.about .about-palte3 .palte3-main .palte3-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-palte3 .palte3-main .palte3-swiper-button-prev .img2,
.about .about-palte3 .palte3-main .palte3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-palte3 .palte3-main .palte3-swiper-button-prev:hover,
.about .about-palte3 .palte3-main .palte3-swiper-button-next:hover {
  background: #004ea2;
}
.about .about-palte3 .palte3-main .palte3-swiper-button-prev:hover .img1,
.about .about-palte3 .palte3-main .palte3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-palte3 .palte3-main .palte3-swiper-button-prev:hover .img2,
.about .about-palte3 .palte3-main .palte3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-palte3 .palte3-main .palte3-swiper-button-prev {
  left: 1.1rem;
}
.about .about-palte3 .palte3-main .palte3-swiper-button-next {
  right: 1.1rem;
}
.about .about-palte3 .palte3-main .palte3-button-disabled {
  opacity: 0.5;
}
.philosophy {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 3rem;
  background: url(../images/philosophy-bg.jpg) no-repeat bottom left;
}
.philosophy .page-title,
.philosophy .page-English {
  text-align: center;
}
.philosophy .page-heng {
  margin: 0.2rem auto 0;
}
.philosophy .philosophy-main {
  margin: 0.6rem auto 0;
}
.philosophy .philosophy-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.9rem;
}
.philosophy .philosophy-main .main-item .item-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.philosophy .philosophy-main .main-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;
}
.philosophy .philosophy-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.philosophy .philosophy-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding-left: 1.3rem;
}
.philosophy .philosophy-main .main-item .item-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  color: #333;
}
.philosophy .philosophy-main .main-item .item-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
}
.philosophy .philosophy-main .main-item .item-cent .cent-heng {
  width: 43px;
  height: 3px;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  background: #d9d9d9;
}
.philosophy .philosophy-main .main-item .item-cent .cent-subtitle {
  font-size: var(--fs36);
  font-weight: 100;
  color: #004ea2;
}
.philosophy .philosophy-main .main-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.philosophy .philosophy-main .main-item .item-cent .cent-text span {
  color: #004ea2;
}
.philosophy .philosophy-main .main-item:first-of-type::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: -2.4rem;
  width: 8.9rem;
  height: 4.8rem;
  background: url(../images/philosophy-pic4.jpg) no-repeat top left;
  background-size: cover;
  z-index: 0;
}
.philosophy .philosophy-main .main-item:nth-child(2)::before {
  content: 'MISSION';
  position: absolute;
  top: -1rem;
  left: 50%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.8rem;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #004ea2;
  opacity: 0.1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.philosophy .philosophy-main .main-item:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  right: -0.4rem;
  width: 7.2rem;
  height: 4.8rem;
  border: solid 1px #d6e1f0;
}
.philosophy .philosophy-main .main-item:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: -0.4rem;
  width: 7.2rem;
  height: 4.8rem;
  background: #eef2f7;
}
.philosophy .philosophy-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.philosophy .philosophy-main .main-item:nth-child(even) .item-cent {
  padding-left: 0;
  padding-right: 1.3rem;
}
.philosophy .philosophy-main .main-item:last-of-type {
  margin-bottom: 0;
}
.layout {
  width: 100%;
  height: auto;
}
.layout .layout-plate1 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0;
}
.layout .layout-plate1 .page-title,
.layout .layout-plate1 .page-English {
  text-align: center;
}
.layout .layout-plate1 .page-heng {
  margin: 0.2rem auto 0;
}
.layout .layout-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.layout .layout-plate1 .plate1-main .main-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.layout .layout-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.layout .layout-plate1 .plate1-main .main-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.layout .layout-plate1 .plate1-main .main-cent .cent-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.layout .layout-plate1 .plate1-main .main-cent .cent-icon img {
  width: 100%;
}
.layout .layout-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
.layout .layout-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs30);
  text-align: center;
  color: #fff;
}
.layout .layout-plate1 .plate1-main:hover .main-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));
}
.layout .layout-plate1 .plate1-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  overflow: hidden;
}
.layout .layout-plate1 .plate1-swiper .swiper-slide {
  width: calc(100% / 5 - 0.08rem);
  height: auto;
  margin-right: 0.1rem;
}
.layout .layout-plate1 .plate1-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
}
.layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.layout .layout-plate1 .plate1-swiper .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;
}
.layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.4rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs26);
  font-weight: bold;
  line-height: 0.42rem;
  text-align: center;
  color: #fff;
}
.layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  line-height: 0.22rem;
  text-align: center;
  color: #fff;
}
.layout .layout-plate1 .plate1-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));
}
.layout .layout-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 2.15rem;
  background: url(../images/layout-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.layout .layout-plate2 .page-title,
.layout .layout-plate2 .page-English {
  text-align: center;
}
.layout .layout-plate2 .page-heng {
  margin: 0.2rem auto 0;
}
.layout .layout-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.85rem;
}
.layout .layout-plate2 .plate2-main .main-cont {
  width: 6.3rem;
  height: auto;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-title {
  font-size: var(--fs36);
  color: #333;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-title span {
  color: #004ea2;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-title em {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  background: linear-gradient(45deg, #fdd000, #e77612);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item {
  width: 1.95rem;
  height: auto;
  color: #666;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item .item-title {
  font-size: var(--fs16);
}
.layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item .item-title span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #004ea2;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item .item-text {
  font-size: var(--fs18);
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.5rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent {
  width: 1.58rem;
  height: auto;
  border-right: solid 1px #e5e5e5;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent .cent-title {
  font-size: var(--fs30);
  color: #222;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent .page-heng {
  margin: 0.25rem 0 0;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-lump {
  width: calc(100% - 1.58rem);
  height: auto;
  padding-left: 0.5rem;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-lump .lump-title {
  font-size: var(--fs22);
  color: #004ea2;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-lump .lump-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #666;
}
.layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item-on {
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.layout .layout-plate2 .plate2-main .main-box {
  position: relative;
  width: 7.3rem;
  height: auto;
}
.layout .layout-plate2 .plate2-main .main-box .box-pic {
  width: 100%;
  height: auto;
}
.layout .layout-plate2 .plate2-main .main-box .box-pic img {
  width: 100%;
}
.layout .layout-plate2 .plate2-main .main-box .box-item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: var(--fs18);
  text-align: center;
  color: #444344;
  background: #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 78, 162, 0.2);
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) {
  bottom: 0;
  right: 2.4rem;
  background: transparent;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em {
  display: block;
  position: relative;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #004ea2;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em img {
  position: absolute;
  top: -0.36rem;
  left: 50%;
  width: 0.38rem;
  margin-left: -0.19rem;
  z-index: 9;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #004ea2;
  animation: mapAddress infinite linear 3s;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #004ea2;
  animation: mapAddress infinite linear 3s 1.5s;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) span {
  position: absolute;
  top: 0;
  left: 0.45rem;
  font-size: var(--fs20);
  white-space: nowrap;
  color: #444344;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(2) {
  bottom: -0.24rem;
  right: 3.45rem;
  width: 0.64rem;
  height: 0.64rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(3) {
  bottom: 0.52rem;
  right: 0.5rem;
  width: 0.74rem;
  height: 0.74rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(4) {
  bottom: 1.35rem;
  right: -0.15rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(5) {
  bottom: 1.8rem;
  right: 0.63rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(6) {
  bottom: 1.23rem;
  right: 1.47rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(7) {
  bottom: 0.96rem;
  right: 2.4rem;
  width: 0.74rem;
  height: 0.74rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(8) {
  bottom: 0.82rem;
  right: 3.65rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(9) {
  bottom: 0.24rem;
  left: 2.24rem;
  width: 0.64rem;
  height: 0.64rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(10) {
  bottom: 0.4rem;
  left: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(11) {
  bottom: 1.66rem;
  left: 1.17rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(12) {
  top: 2.4rem;
  left: 1.8rem;
  width: 0.9rem;
  height: 0.9rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(13) {
  bottom: 1.87rem;
  left: 3.18rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(14) {
  bottom: 1.94rem;
  right: 2.45rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(15) {
  bottom: 2.34rem;
  right: 1.51rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(16) {
  bottom: 2.77rem;
  right: 0.59rem;
  width: 0.74rem;
  height: 0.74rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(17) {
  bottom: 2.35rem;
  right: -0.29rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(18) {
  top: 1.7rem;
  right: -0.43rem;
  width: 0.74rem;
  height: 0.74rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(19) {
  top: 1.08rem;
  right: 0.42rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(20) {
  top: 0rem;
  right: -0.14rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(21) {
  top: -0.28rem;
  right: 0.72rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(22) {
  top: 0.34rem;
  right: 1.36rem;
  width: 0.74rem;
  height: 0.74rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(23) {
  top: 1.55rem;
  right: 1.5rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(24) {
  top: 2.14rem;
  right: 2.2rem;
  width: 0.74rem;
  height: 0.74rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(25) {
  top: 2.32rem;
  left: 3.4rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(26) {
  top: 1.4rem;
  left: 3.87rem;
  width: 0.54rem;
  height: 0.54rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(27) {
  top: 0.15rem;
  left: 3.2rem;
  width: 0.9rem;
  height: 0.9rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(28) {
  top: 0.33rem;
  left: -0.43rem;
  width: 0.9rem;
  height: 0.9rem;
}
.layout .layout-plate2 .plate2-main .main-box .box-item-on {
  color: #fff;
  background: #004ea2;
}
.partner {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.8rem 0 2rem;
  background: url(../images/partner-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.partner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5.94rem;
  height: 7.25rem;
  background: url(../images/partner-bg2.png) no-repeat bottom left;
  background-size: 100%;
}
.partner .partner-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.partner .partner-main .main-left {
  width: 4.15rem;
  height: auto;
  padding-top: 0.35rem;
}
.partner .partner-main .main-left .left-title {
  margin-top: 0.55rem;
  font-size: var(--fs44);
  font-weight: 100;
  color: #004ea2;
}
.partner .partner-main .main-left .left-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #666;
}
.partner .partner-main .main-left .left-bottom {
  display: flex;
  justify-content: space-between;
  width: 1.2rem;
  margin-top: 0.72rem;
}
.partner .partner-main .main-left .left-bottom .partner-swiper-button-prev,
.partner .partner-main .main-left .left-bottom .partner-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 2px #c6c5c5;
  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;
}
.partner .partner-main .main-left .left-bottom .partner-swiper-button-prev img,
.partner .partner-main .main-left .left-bottom .partner-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;
}
.partner .partner-main .main-left .left-bottom .partner-swiper-button-prev .img2,
.partner .partner-main .main-left .left-bottom .partner-swiper-button-next .img2 {
  opacity: 0;
}
.partner .partner-main .main-left .left-bottom .partner-swiper-button-prev:hover,
.partner .partner-main .main-left .left-bottom .partner-swiper-button-next:hover {
  border: solid 2px #004ea2;
  background: #004ea2;
}
.partner .partner-main .main-left .left-bottom .partner-swiper-button-prev:hover .img1,
.partner .partner-main .main-left .left-bottom .partner-swiper-button-next:hover .img1 {
  opacity: 0;
}
.partner .partner-main .main-left .left-bottom .partner-swiper-button-prev:hover .img2,
.partner .partner-main .main-left .left-bottom .partner-swiper-button-next:hover .img2 {
  opacity: 1;
}
.partner .partner-main .main-right {
  position: relative;
  width: 10.3rem;
  height: auto;
  padding-bottom: 0.75rem;
  padding-top: 0.35rem;
  overflow: hidden;
}
.partner .partner-main .main-right .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
}
.partner .partner-main .main-right .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.partner .partner-main .main-right .swiper-slide .slide-box .box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 5 - 0.12rem);
  height: 1.2rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  overflow: hidden;
}
.partner .partner-main .main-right .swiper-slide .slide-box .box-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-right .swiper-slide .slide-box .box-item:nth-child(5n) {
  margin-right: 0;
}
.partner .partner-main .main-right .swiper-slide .slide-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));
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.3rem;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.newsDetail .newsDetail-main .main-cent {
  width: 64.3%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.5rem;
  color: #004ea2;
}
.newsDetail .newsDetail-main .main-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.3rem 0 0.5rem;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  color: #aaaaaa;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
  width: auto;
  margin: -0.04rem 0.08rem 0 0;
}
.newsDetail .newsDetail-main .main-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.32rem;
  color: #666;
}
.newsDetail .newsDetail-main .main-cent .cent-box img {
  max-width: 100%;
  width: auto;
}
.newsDetail .newsDetail-main .main-list {
  position: relative;
  width: 4.02rem;
  height: auto;
  padding-top: 0.5rem;
}
.newsDetail .newsDetail-main .main-list .list-box {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
}
.newsDetail .newsDetail-main .main-list .list-box .list-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-main .main-list .list-box .list-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
}
.newsDetail .newsDetail-main .main-list .list-box .list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.2rem 0 0.2rem;
  border-bottom: solid 1px #f5f5f5;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:last-of-type {
  margin-bottom: 0.5rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:first-of-type {
  padding: 0.35rem 0 0.4rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.newsDetail .newsDetail-main .main-list .list-box .list-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;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
  font-size: var(--fs18);
  color: #666;
  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;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title2 {
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #004ea2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #666;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
  color: #004ea2;
}
.newsDetail .newsDetail-main .main-list .list-box .list-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));
}
.newsDetail .newsDetail-main .main-list .list-box .list-link {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link a {
  color: #333;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
  color: #004ea2;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.15rem;
  border-radius: 50%;
  border: solid 1px #ededed;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
  border: solid 1px #fff;
  background: linear-gradient(90deg, #fdd000, #e77612);
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton {
  display: block;
  width: 100%;
  height: 0.56rem;
  margin-top: 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #0061ca, #004ea2);
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton img {
  width: 14px;
  margin: -0.04rem 0 0 0.1rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
  background: linear-gradient(-90deg, #0061ca, #004ea2);
}
.newsDetail .newsDetail-main .main-list .list-box-active {
  position: fixed;
  top: 1.2rem;
}
.news {
  padding: 1.1rem 0 1.2rem;
}
.news .news-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.news .news-top .top-cent {
  width: auto;
}
.news .news-top .top-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.news .news-top .top-cont input {
  width: 2.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
  padding: 0 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs18);
  color: #333;
  border: solid 1px #e5e5e5;
}
.news .news-top .top-cont input::placeholder {
  color: #666666;
}
.news .news-top .top-cont .cont-butotn {
  width: 1rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background: linear-gradient(90deg, #0061ca, #004ea2);
}
.news .news-top .top-cont .cont-butotn img {
  width: 0.22rem;
}
.news .news-top .top-cont .cont-butotn:hover {
  background: linear-gradient(-90deg, #0061ca, #004ea2);
}
.news .news-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.news .news-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.news .news-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.news .news-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-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;
}
.news .news-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.9rem 0.85rem 0.5rem;
  background: url(../images/news-bg.jpg) no-repeat top left;
  background-size: cover;
}
.news .news-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
}
.news .news-swiper .swiper-slide .slide-box .box-cent .cent-time span {
  background: linear-gradient(90deg, #fdd000, #e77612);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news .news-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.3rem;
  font-size: var(--fs28);
  font-weight: bold;
  line-height: 0.44rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-swiper .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: #004ea2 url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 18px;
}
.news .news-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));
}
.news .news-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #004ea2;
}
.news .news-swiper .swiper-pagination {
  bottom: 0;
}
.news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.075rem;
  border: solid 1px #004ea2;
  background: transparent;
  opacity: 1;
}
.news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #004ea2;
}
.news .news-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.news .news-main .main-item {
  width: calc(100% / 3 - 0.34rem);
  height: auto;
  margin-right: 0.51rem;
  margin-bottom: 0.8rem;
  background: #fff;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.09);
}
.news .news-main .main-item .item-pic {
  width: 100%;
  height: 3.32rem;
  overflow: hidden;
}
.news .news-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;
}
.news .news-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.35rem;
}
.news .news-main .main-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
}
.news .news-main .main-item .item-cent .cent-time span {
  background: linear-gradient(90deg, #fdd000, #e77612);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-title {
  height: 0.64rem;
  margin-top: 0.2rem;
  font-size: var(--fs20);
  line-height: 0.32rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-button em {
  width: 14px;
  height: 11px;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-item:hover {
  background: linear-gradient(90deg, #0061ca, #004ea2);
}
.news .news-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-item:hover .item-cent .cent-time span {
  color: #fff;
  background: transparent;
}
.news .news-main .main-item:hover .item-cent .cent-title {
  color: #fff;
}
.news .news-main .main-item:hover .item-cent .cent-button {
  color: #fff;
}
.news .news-main .main-item:hover .item-cent .cent-button em {
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.services {
  padding: 1.2rem 0;
}
.services .services-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.services .services-main .main-swiper {
  position: relative;
  width: 59%;
  height: auto;
  overflow: hidden;
}
.services .services-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.services .services-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services .services-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
}
.services .services-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;
}
.services .services-main .main-swiper .swiper-slide .slide-box .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.87rem;
  height: 0.87rem;
  margin: -0.435rem 0 0 -0.435rem;
  cursor: pointer;
}
.services .services-main .main-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-main .main-swiper .swiper-slide .slide-box .box-icon: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));
}
.services .services-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));
}
.services .services-main .main-swiper .swiper-pagination {
  width: 100%;
  z-index: 9;
}
.services .services-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
}
.services .services-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #004ea2;
}
.services .services-main .main-cent {
  width: 41%;
  height: auto;
  padding-left: 0.9rem;
}
.services .services-main .main-cent .page-title {
  font-size: var(--fs42);
}
.services .services-main .main-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.services .services-main .main-cent .cent-text em {
  margin-right: 0.06rem;
  color: #004ea2;
}
.work {
  padding: 1.1rem 0 1.2rem;
}
.work .work-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.work .work-top .top-cent {
  width: auto;
}
.work .work-top .top-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.work .work-top .top-cont input {
  width: 2.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
  padding: 0 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs18);
  color: #333;
  border: solid 1px #e5e5e5;
}
.work .work-top .top-cont input::placeholder {
  color: #666666;
}
.work .work-top .top-cont .cont-butotn {
  width: 1rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background: linear-gradient(90deg, #e54a51, #c50815);
}
.work .work-top .top-cont .cont-butotn img {
  width: 0.22rem;
}
.work .work-top .top-cont .cont-butotn:hover {
  background: linear-gradient(-90deg, #e54a51, #c50815);
}
.work .work-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: solid 1px #f1f1f1;
}
.work .work-cont .cont-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.work .work-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.work .work-cont .cont-cent {
  width: 50%;
  height: auto;
  padding-left: 0.9rem;
}
.work .work-cont .cont-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs24);
  color: rgba(0, 0, 0, 0.35);
}
.work .work-cont .cont-cent .cent-title {
  margin-top: 0.3rem;
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.4rem;
  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;
}
.work .work-cont .cont-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.work .work-cont .cont-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.52rem;
  margin-top: 0.5rem;
  font-size: var(--fs16);
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #e54a51, #c50815);
}
.work .work-cont .cont-cent .cent-button em {
  width: 18px;
  height: 14px;
  margin-left: 0.15rem;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 18px;
}
.work .work-cont .cont-cent .cent-button:hover {
  background: linear-gradient(-90deg, #e54a51, #c50815);
}
.work .work-cont:hover .cont-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.work .work-cont:hover .cont-cent .cent-title {
  color: #c50815;
}
.work .work-main {
  width: 100%;
  height: auto;
}
.work .work-main .main-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: solid 1px #f1f1f1;
}
.work .work-main .main-item .item-pic {
  width: 3rem;
  height: 2rem;
  overflow: hidden;
}
.work .work-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;
}
.work .work-main .main-item .item-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: calc(100% - 3rem);
  height: auto;
  padding-left: 0.6rem;
}
.work .work-main .main-item .item-cont .cont-cent {
  width: 9.5rem;
  height: auto;
}
.work .work-main .main-item .item-cont .cont-cent .cent-title {
  font-size: var(--fs22);
  font-weight: bold;
  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;
}
.work .work-main .main-item .item-cont .cont-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.work .work-main .main-item .item-cont .cont-cent .cent-time {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: rgba(0, 0, 0, 0.35);
}
.work .work-main .main-item .item-cont .cont-button {
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #e54a51, #c50815);
}
.work .work-main .main-item .item-cont .cont-button img {
  width: 18px;
}
.work .work-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));
}
.work .work-main .main-item:hover .item-cont .cont-cent .cent-title {
  color: #c50815;
}
.work .work-main .main-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.work .work-load {
  display: block;
  width: 100%;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  background: #f6f6f6 url(../images/icon/icon-load.png) no-repeat center center;
  background-size: 0.34rem;
}
.work .work-load:hover {
  background: #c50815 url(../images/icon/icon-load2.png) no-repeat center center;
  background-size: 0.34rem;
}
.work .page-number .page-item:hover {
  color: #fff !important;
  background: #c50815 !important;
}
.work .page-number .page-item-active {
  background: #c50815 !important;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
  background: url(../images/recruit-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.recruit .recruit-main .page-title,
.recruit .recruit-main .page-English {
  text-align: center;
}
.recruit .recruit-main .page-heng {
  margin: 0.2rem auto 0;
}
.recruit .recruit-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.recruit .recruit-main .main-box .box-lump {
  width: 7.33rem;
  height: auto;
}
.recruit .recruit-main .main-box .box-lump .lump-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.54rem;
  padding: 0 0.35rem;
  background: #004ea2;
  cursor: pointer;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-top .top-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-top::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0.35rem;
  width: 0.24rem;
  height: 0.24rem;
  margin-top: -0.12rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.24rem;
  color: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-top-on::after {
  content: '-';
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.35rem 0.48rem;
  background: #fff;
  box-shadow: 0 0 0.25rem 0 rgba(2, 23, 48, 0.1);
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.15rem;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item span {
  width: 0.9rem;
  padding-left: 0.18rem;
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
  background: url(../images/icon/icon-shu.jpg) no-repeat left center;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item p {
  width: calc(100% - 0.9rem);
  padding-left: 0.2rem;
  line-height: 0.3rem;
  color: #333;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item .item-title {
  font-size: var(--fs18);
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item .item-text {
  height: 0.9rem;
  font-size: var(--fs18);
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.46rem;
  margin-top: 0.36rem;
  padding: 0 0.2rem;
  background: #eeeeee;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-bottom p {
  width: 49%;
  height: auto;
  font-size: var(--fs16);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-bottom p span {
  padding-left: 0.1rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
  background: url(../images/icon/icon-shu.jpg) no-repeat left center;
}
.recruit .recruit-main .main-box .box-lump .lump-item .item-cent-on .cent-item .item-text {
  height: auto;
  overflow: visible;
  text-overflow: none;
  display: block;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
}
.subsidiary {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1rem;
  background: url(../images/recruit-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.subsidiary .subsidiary-main .page-title,
.subsidiary .subsidiary-main .page-English {
  text-align: center;
}
.subsidiary .subsidiary-main .page-heng {
  margin: 0.2rem auto 0;
}
.subsidiary .subsidiary-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.subsidiary .subsidiary-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.26rem);
  height: auto;
  margin-right: 0.39rem;
  margin-bottom: 0.4rem;
  padding: 0.7rem 0.3rem 0.55rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 0.4rem 0 rgba(0, 78, 162, 0.05);
}
.subsidiary .subsidiary-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.subsidiary .subsidiary-main .main-box .box-item .item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subsidiary .subsidiary-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
}
.subsidiary .subsidiary-main .main-box .box-item .item-cent {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-icon {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.85rem;
  background: #004ea2;
  border: solid 1px #004ea2;
  border-radius: 50%;
}
.subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-icon img {
  width: 0.58rem;
}
.subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.6rem;
  font-size: var(--fs26);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.2rem;
}
.subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-link span {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-link em {
  width: 14px;
  height: 11px;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subsidiary .subsidiary-main .main-box .box-item:hover .item-pic {
  opacity: 1;
}
.subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-icon {
  background: transparent;
  border: solid 1px #fff;
}
.subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-link span {
  color: #fff;
}
.subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-link em {
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1rem;
  background: url(../images/contact-bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.contact .contact-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.54rem;
  padding: 0.4rem 0.6rem;
  background: #fff;
  border-radius: 0.05rem;
  border-top: solid 4px #004ea2;
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.contact .contact-main .main-top .top-cent {
  width: 60%;
  height: auto;
}
.contact .contact-main .main-top .top-cent .cent-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-top .top-cent .cent-top p {
  width: auto;
  margin-right: 0.6rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-top .top-cent .cent-top div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs16);
  color: #004ea2;
}
.contact .contact-main .main-top .top-cent .cent-top div img {
  width: 0.15rem;
  margin-right: 0.1rem;
}
.contact .contact-main .main-top .top-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-top .top-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.contact .contact-main .main-top .top-ewm {
  position: relative;
  width: 3rem;
  height: auto;
  padding: 0.1rem;
  border: solid 1px #dddddd;
}
.contact .contact-main .main-top .top-ewm img {
  width: 2.17rem;
}
.contact .contact-main .main-top .top-ewm p {
  display: flex;
  align-items: center;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0.56rem;
  padding: 0 0.15rem;
  height: calc(100% + 2px);
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.22rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #fdd000, #e77612);
}
.contact .contact-main .main-top:hover {
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.3);
}
.contact .contact-main .main-top:hover .cent-top p {
  color: #004ea2;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-box .box-item {
  width: calc(100% / 2 - 0.3rem);
  height: auto;
  padding: 0.45rem 0.4rem;
  margin-top: 0.6rem;
  background: #fff;
  border-radius: 0.05rem;
  border-top: solid 4px #004ea2;
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.contact .contact-main .main-box .box-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-box .box-item .item-top p {
  width: calc(100% - 1.1rem);
  font-size: var(--fs28);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-top div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs16);
  color: #004ea2;
}
.contact .contact-main .main-box .box-item .item-top div img {
  width: 0.15rem;
  margin-right: 0.1rem;
}
.contact .contact-main .main-box .box-item .item-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-box .box-item .item-cent .cent-text {
  width: calc(100% - 2rem);
  margin-top: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.34rem;
  color: #666;
}
.contact .contact-main .main-box .box-item .item-cent .cent-ewm {
  position: relative;
  width: 1.8rem;
  height: 100%;
  padding: 0.05rem;
  margin-top: 0.4rem;
  border: solid 1px #dddddd;
}
.contact .contact-main .main-box .box-item .item-cent .cent-ewm img {
  width: 1.4rem;
}
.contact .contact-main .main-box .box-item .item-cent .cent-ewm p {
  display: flex;
  align-items: center;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0.35rem;
  padding: 0 0.1rem;
  height: calc(100% + 2px);
  font-size: var(--fs14);
  font-weight: bold;
  line-height: 0.18rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #fdd000, #e77612);
}
.contact .contact-main .main-box .box-item:hover {
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.3);
}
.contact .contact-main .main-box .box-item:hover .item-top p {
  color: #004ea2;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.page-heng {
  width: 0.33rem;
  height: 4px;
  margin-top: 0.2rem;
  background: linear-gradient(90deg, #fdd000, #e77612);
  border-radius: 0.45rem;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.page-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: #ccc;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  border-radius: 0.45rem;
  background: #004ea2;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.18rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  box-shadow: 8px 8px rgba(11, 117, 190, 0.1);
  transform: translate(-4px, -4px);
  -o-transform: translate(-4px, -4px);
  -moz-transform: translate(-4px, -4px);
  -webkit-transform: translate(-4px, -4px);
}
.page-button:hover span {
  color: #fff;
}
.page-button:hover em {
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  border-radius: 0.45rem;
  border: solid 2px #004ea2;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button2 span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #004ea2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2 em {
  width: 16px;
  height: 12px;
  margin-left: 0.18rem;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2:hover {
  background: #004ea2;
  box-shadow: 8px 8px rgba(11, 117, 190, 0.1);
  transform: translate(-4px, -4px);
  -o-transform: translate(-4px, -4px);
  -moz-transform: translate(-4px, -4px);
  -webkit-transform: translate(-4px, -4px);
}
.page-button2:hover span {
  color: #fff;
}
.page-button2:hover em {
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
