.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;
}
nav2 {
  width: 100%;
  height: auto;
}
nav2 .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 0 0.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
nav2 .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.24rem;
  height: 0.47rem;
}
nav2 .nav-main .main-cont .main-logo img {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav2 .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav2 .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.55rem;
}
nav2 .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);
  text-align: center;
  line-height: 1rem;
  color: #fff;
}
nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #005bac;
  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;
}
nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #005bac !important;
}
nav2 .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));
}
nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav2 .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: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: 100%;
  margin-right: 0;
  padding: 0.1rem 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  font-weight: bold;
  color: #005bac;
}
nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  font-weight: bold;
  color: #005bac !important;
}
nav2 .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));
}
nav2 .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;
}
nav2 .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);
}
nav2 .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;
}
nav2 .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav2 .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: 0.6rem;
  height: 100%;
  margin-right: 0.4rem;
  cursor: pointer;
}
nav2 .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav2 .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: url(../images/icon/icon-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;
}
nav2 .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0 0 0.1rem;
  font-weight: bold;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.99rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav2 .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  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;
}
nav2 .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.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  font-weight: bold;
  color: #005bac;
}
nav2 .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
nav2 .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);
}
nav2 .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav2 .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.24rem;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 0.24rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-right .right-pc-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.39rem;
  height: 100%;
  margin-left: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-right .right-pc-menu span {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-menu.png) no-repeat center center;
  background-size: 0.39rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav2 .nav-main:hover {
  background: #fff;
}
nav2 .nav-main:hover .main-logo .img1 {
  opacity: 0;
}
nav2 .nav-main:hover .main-logo .img2 {
  opacity: 1;
}
nav2 .nav-main:hover .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav2 .nav-main:hover .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang2.png) no-repeat center center;
  background-size: 100%;
}
nav2 .nav-main:hover .main-right .right-lang .lang-title {
  color: #005bac;
}
nav2 .nav-main:hover .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 0.24rem !important;
}
nav2 .nav-main-active .main-logo .img1 {
  opacity: 0;
}
nav2 .nav-main-active .main-logo .img2 {
  opacity: 1 !important;
}
nav2 .nav-main-active .main-nav .nav-cont .nav-li .li-link {
  color: #333 !important;
}
nav2 .nav-main-active .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang2.png) no-repeat center center !important;
  background-size: 100% !important;
}
nav2 .nav-main-active .main-right .right-lang .lang-title {
  color: #005bac !important;
}
nav2 .nav-main-active .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 0.24rem !important;
}
nav2 .nav-main-active2 {
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
nav2 .nav-main-active2 .main-logo .img1 {
  opacity: 0;
}
nav2 .nav-main-active2 .main-logo .img2 {
  opacity: 1 !important;
}
nav2 .nav-main-active2 .main-nav .nav-cont .nav-li .li-link {
  color: #333 !important;
}
nav2 .nav-main-active2 .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang2.png) no-repeat center center !important;
  background-size: 100% !important;
}
nav2 .nav-main-active2 .main-right .right-lang .lang-title {
  color: #005bac !important;
}
nav2 .nav-main-active2 .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 0.24rem !important;
}
nav2 .nav-main-active2 .main-right .right-pc-menu span {
  background: url(../images/icon/icon-nav-menu-on.png) no-repeat center center !important;
  background-size: 0.39rem !important;
}
nav2 .Whead-search {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav2 .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;
}
nav2 .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav2 .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav2 .Whead-search .search-input .input-box {
  flex: 1;
}
nav2 .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav2 .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav2 .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav2 .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav2 .Whead-search .search-input .input-icon {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav2 .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav2 .sidebar-mask,
nav2 .Whead-sidebar,
nav2 .head-Wnav,
nav2 .cont-web-suosou,
nav2 .cont-web-caidan {
  display: none;
}
header2 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header2 .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header2 .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header2 .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header2 .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header2 .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header2 .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header2 .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header2 .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header2 .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header2 .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.8rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.36rem;
  line-height: 0.48rem;
  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;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: 0.36rem;
  line-height: 0.48rem;
  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;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.67rem;
  color: #005bac;
  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;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 3.6rem;
  height: auto;
  margin-top: 0.25rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item {
  width: 50%;
  margin-top: 0.25rem;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-title {
  font-size: var(--fs18);
  color: #666;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-heng {
  width: 16px;
  height: 3px;
  margin-top: 0.1rem;
  background: #005bac;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-button {
  width: 1.68rem;
  height: 0.56rem;
  margin-top: 0.45rem;
  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;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-button2 {
  width: 1.68rem;
  height: 0.56rem;
  margin-top: 0.45rem;
  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;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-lump {
  width: 6.8rem;
  height: auto;
  padding: 0.6rem 0.6rem 0.55rem;
  background: rgba(255, 255, 255, 0.88);
  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;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-title {
  font-size: var(--fs36);
  line-height: 0.48rem;
  color: #000;
}
header2 .head-banner .swiper-slide .slide-box .box-cent .cent-lump .page-button {
  margin-top: 0.4rem;
}
header2 .head-banner .swiper-pagination {
  bottom: 0.4rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #6eb92b;
  opacity: 1;
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header2 .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 12.5s;
  -o-transition: all 12.5s;
  -moz-transition: all 12.5s;
  -webkit-transition: all 12.5s;
}
header2 .head-banner .swiper-slide-active .box-cent .cent-title,
header2 .head-banner .swiper-slide-active .box-cent .cent-title2,
header2 .head-banner .swiper-slide-active .box-cent .cent-English,
header2 .head-banner .swiper-slide-active .box-cent .cent-lump,
header2 .head-banner .swiper-slide-active .box-cent .cent-button,
header2 .head-banner .swiper-slide-active .box-cent .cent-button2 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header2 .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header2 .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header2 .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%);
}
header2 .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
header2 .head-banner .banner-cent .cent-English {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: #fff;
}
header2 .head-banner .banner-swiper-button-prev,
header2 .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.21rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header2 .head-banner .banner-swiper-button-prev img,
header2 .head-banner .banner-swiper-button-next img {
  width: 100%;
}
header2 .head-banner .banner-swiper-button-prev {
  left: 0.48rem;
}
header2 .head-banner .banner-swiper-button-next {
  right: 0.48rem;
}
footer2 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: url(../images/foot-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
footer2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ea5404;
}
footer2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #005bac;
  animation: secBlock 5s infinite linear;
  z-index: 9;
}
footer2 .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 0.85rem;
}
footer2 .foot-main .main-cont .cont-cent {
  width: 2.9rem;
}
footer2 .foot-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs18);
  color: #444;
}
footer2 .foot-main .main-cont .cont-cent .cent-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs40);
  background: linear-gradient(90deg, #ea5504, #ff752a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
footer2 .foot-main .main-cont .cont-cent .cent-ewm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
footer2 .foot-main .main-cont .cont-cent .cent-ewm .ewm-item {
  width: 1.3rem;
  height: auto;
}
footer2 .foot-main .main-cont .cont-cent .cent-ewm .ewm-item img {
  width: 100%;
  border-radius: 0.05rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 24, 49, 0.1);
}
footer2 .foot-main .main-cont .cont-cent .cent-ewm .ewm-item p {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
}
footer2 .foot-main .main-cont .cont-cent .cent-link {
  width: 246px;
  margin-top: 0.6rem;
}
footer2 .foot-main .main-cont .cont-cent .cent-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer2 .foot-main .main-cont .cont-cent .cent-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #888;
  height: 42px;
  font-size: var(--fs14);
  line-height: 40px;
  border: solid 1px #e5e5e5;
  padding: 0 40px 0 26px;
  background-image: url(../images/icon/icon-link-arrow.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-color: #fff;
}
footer2 .foot-main .main-cont .cont-cent .cent-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 41px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  border-bottom: none;
}
footer2 .foot-main .main-cont .cont-cent .cent-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;
}
footer2 .foot-main .main-cont .cont-cent .cent-link .link-box .box-list a:hover {
  color: #005bac;
}
footer2 .foot-main .main-cont .cont-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer2 .foot-main .main-cont .cont-nav .nav-item {
  width: 2.1rem;
  margin-right: 0.2rem;
}
footer2 .foot-main .main-cont .cont-nav .nav-item:last-of-type {
  margin-right: 0;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-top {
  display: block;
  width: 100%;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-top .top-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #444;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-top .top-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-top .top-heng {
  width: 22px;
  height: 2px;
  margin-top: 0.2rem;
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-top:hover .top-title {
  color: #ea5404;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #a0a0a0;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
  position: relative;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #ea5404;
  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;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
  color: #ea5404;
}
footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer2 .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
footer2 .foot-main .main-bottom .bottom-link {
  width: auto;
  font-size: var(--fs14);
  color: #989898;
}
footer2 .foot-main .main-bottom .bottom-link a {
  color: #989898;
}
footer2 .foot-main .main-bottom .bottom-link a:hover {
  color: #ea5404;
}
footer2 .foot-main .main-bottom .bottom-link span {
  margin: 0 0.25rem;
}
footer2 .foot-main .main-bottom .bottom-zhizi {
  width: auto;
  font-size: var(--fs14);
  color: #989898;
}
footer2 .foot-main .main-bottom .bottom-zhizi a {
  color: #989898;
}
footer2 .foot-main .main-bottom .bottom-zhizi a:hover {
  color: #ea5404;
}
.container2 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container2 .pege-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container2 .pege-container .swiper-slide {
  width: 100%;
  height: auto;
}
.container2 .pege-container .cont-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container2 .pege-container .cont-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-play {
  display: none;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
  height: 100vh;
  overflow: hidden;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-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%);
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.4rem;
  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.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  width: 4.8rem;
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.65rem;
  color: #323433;
  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;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title3 {
  padding-top: 2rem;
  font-size: 0.4rem;
  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;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs38);
  text-align: center;
  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.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button,
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button3 {
  width: 1.8rem;
  height: 0.54rem;
  margin: 0.7rem auto 0;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English2 {
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs38);
  text-transform: uppercase;
  color: #005bac;
  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;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English3 {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs24);
  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;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button2 {
  width: 1.8rem;
  height: 0.54rem;
  margin-top: 0.7rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play {
  position: absolute;
  bottom: 0.6rem;
  left: 0.9rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 12px 51px 0px rgba(255, 255, 255, 0.56);
  cursor: pointer;
  z-index: 99;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: mapAddress 2s infinite linear;
  z-index: -1;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.35rem;
  height: 0.35rem;
  margin: -0.175rem 0 0 -0.175rem;
  background: url(../images/icon/icon-video-play.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play:hover .play-icon {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.container2 .pege-container .cont-banner .swiper-slide .slide-video {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
}
.container2 .pege-container .cont-banner .swiper-slide .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English2,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button2,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English3,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title3,
.container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button3 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.container2 .pege-container .cont-banner .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container2 .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.container2 .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.26rem;
  border-radius: 0.45rem;
  background: #ea5404;
}
.container2 .pege-container .cont-banner .banner-swiper-button-prev,
.container2 .pege-container .cont-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 0.36rem;
  margin-top: -0.18rem;
  opacity: 0.5;
  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;
}
.container2 .pege-container .cont-banner .banner-swiper-button-prev img,
.container2 .pege-container .cont-banner .banner-swiper-button-next img {
  width: 100%;
}
.container2 .pege-container .cont-banner .banner-swiper-button-prev:hover,
.container2 .pege-container .cont-banner .banner-swiper-button-next:hover {
  opacity: 1;
}
.container2 .pege-container .cont-banner .banner-swiper-button-prev {
  left: 0.9rem;
}
.container2 .pege-container .cont-banner .banner-swiper-button-next {
  right: 0.9rem;
}
.container2 .pege-container .cont-plate1 {
  width: 100%;
  height: 100vh;
  padding-top: 1.5rem;
  background: url(../images/plate1-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-text {
  width: 11rem;
  margin: 0.45rem auto 0;
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.42rem;
  color: #333333;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item {
  width: auto;
  height: auto;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #000;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num span {
  margin-right: 0.15rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  background: linear-gradient(0deg, #005bac, #147bd7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num em {
  position: relative;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num em::after {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon-plate1-jia.png) no-repeat center center;
  background-size: 100%;
}
.container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-title {
  font-size: var(--fs16);
  color: #666;
}
.container2 .pege-container .cont-plate1 .plate1-main .page-button {
  margin: 1rem auto 0;
}
.container2 .pege-container .cont-plate2 {
  width: 100%;
  height: 100vh;
  padding-top: 1.5rem;
  background: url(../images/plate2-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.container2 .pege-container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.container2 .pege-container .cont-plate2 .plate2-top .top-cent {
  width: 1.9rem;
  height: auto;
}
.container2 .pege-container .cont-plate2 .plate2-top .top-cent .page-title {
  text-align: left;
  color: #fff;
}
.container2 .pege-container .cont-plate2 .plate2-top .top-cent .page-heng {
  margin: 0.2rem 0 0;
}
.container2 .pege-container .cont-plate2 .plate2-top .top-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: calc(100% - 1.9rem);
  width: auto;
  height: auto;
}
.container2 .pege-container .cont-plate2 .plate2-top .top-cont .cont-item {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin: 0.15rem 0.1rem 0;
  font-size: var(--fs18);
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container2 .pege-container .cont-plate2 .plate2-top .top-cont .cont-item:hover {
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
.container2 .pege-container .cont-plate2 .plate2-top .top-cont .cont-item-on {
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
.container2 .pege-container .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
  width: 10.05rem;
  height: auto;
  margin: 0 0.65rem;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.container2 .pege-container .cont-plate2 .plate2-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;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 3.65rem;
  height: auto;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs32);
  font-weight: bold;
  color: #fff;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #fff;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  line-height: 0.32rem;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.6rem;
  margin-top: 1.1rem;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button .button-icon {
  width: 0.6rem;
  height: 0.6rem;
  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;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button p {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  text-align: center;
  color: #fff;
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover .button-icon {
  transform: rotate(136deg);
  -o-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  -webkit-transform: rotate(136deg);
}
.container2 .pege-container .cont-plate2 .plate2-main .main-swiper-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 1.2s;
  -o-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
}
.container2 .pege-container .cont-plate3 {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 1.4rem;
  background: url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide {
  width: calc(100% / 3);
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-pic,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-pic img,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .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;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-pic:hover img,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-cent {
  margin-top: 0.2rem;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent .cent-English,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #333;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent .cent-title,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-cent .cent-title {
  margin-top: 0.05rem;
  font-size: var(--fs24);
  color: #000;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu {
  padding: 0 0.45rem;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng {
  flex-direction: column-reverse;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent {
  margin-top: auto;
  margin-bottom: 0.2rem;
}
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide-prev,
.container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide-active {
  opacity: 0.1;
}
.container2 .pege-container .cont-plate3 .plate3-bottom {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  width: 14.55rem;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .swiper-pagination {
  position: relative;
  width: 100%;
  height: 2px;
  background: #dbdbdb;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ea5404;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.26rem;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button {
  display: flex;
  justify-content: space-between;
  width: 45px;
  height: auto;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev,
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next {
  position: relative;
  width: 8px;
  height: 13px;
  outline: none;
  cursor: pointer;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev img,
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev .img2,
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev:hover .img1,
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev:hover .img2,
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: auto;
  margin-left: 0.4rem;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs12);
  color: #333;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont .cont-heng {
  position: relative;
  width: 96px;
  height: 3px;
  background: #dbdbdb;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont .cont-heng::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000;
}
.container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont .cont-heng-on::after {
  width: 100%;
  transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
}
.container2 .pege-container .cont-plate3 .plate3-cent {
  position: absolute;
  top: 1.8rem;
  left: 4.8rem;
  width: 3.9rem;
  height: auto;
  z-index: 9;
}
.container2 .pege-container .cont-plate3 .plate3-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #ea5404;
}
.container2 .pege-container .cont-plate3 .plate3-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.6rem;
  color: #005bac;
}
.container2 .pege-container .cont-plate4 {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 1.5rem;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.container2 .pege-container .cont-plate4 .page-title {
  color: #fff;
}
.container2 .pege-container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.56rem;
  overflow: hidden;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-item {
  width: 6.94rem;
  height: auto;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-item .item-pic {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-item .item-cent {
  width: 100%;
  height: 1.3rem;
  padding: 0.3rem 0.38rem 0;
  background: linear-gradient(90deg, #005bac, #147bd7);
}
.container2 .pege-container .cont-plate4 .plate4-main .main-item .item-cent .cent-title {
  font-size: var(--fs24);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-item .item-cent .cent-time {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #fff;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper {
  position: relative;
  width: 7.9rem;
  height: auto;
  overflow: hidden;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 2 - 0.27rem);
  height: auto;
  margin-right: 0.54rem;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.container2 .pege-container .cont-plate4 .plate4-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;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.4rem 0 0;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
  margin-top: 0.75rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #fff;
}
.container2 .pege-container .cont-plate4 .plate4-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));
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5rem;
  height: auto;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev,
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  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;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev img,
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 12px;
  margin: -6px 0 0 -3.5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev .img2,
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover,
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover {
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img1,
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img2,
.container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container2 .pege-container .index-swiper-pagination {
  left: 30px;
  font-size: 0;
  position: absolute;
  width: 20px;
  z-index: 30;
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 1;
  background: transparent;
  margin: 0 auto 30px;
  width: 10px;
  height: 10px;
  border: solid 1px #aeb5bb;
  border-radius: 50%;
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #ea5404;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 0.2rem;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet em {
  position: absolute;
  right: 0.4rem;
  top: -0.05rem;
  font-size: var(--fs16);
  white-space: nowrap;
  opacity: 0;
  transform: translatey(-10%);
  -o-transform: translatey(-10%);
  -moz-transform: translatey(-10%);
  -webkit-transform: translatey(-10%);
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover em {
  opacity: 1;
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  border: solid 1px #ea5404;
  background: #ea5404;
  opacity: 1;
}
.container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  position: relative;
  padding: 1.15rem 0 1.4rem;
}
.about .about-plate1 .plate1-lump {
  content: "";
  position: absolute;
  top: 1.15rem;
  right: 0;
  width: 3.4rem;
  height: 7.6rem;
  background: url(../images/about-pic1.png) no-repeat top left;
  background-size: 100%;
}
.about .about-plate1 .plate1-cent {
  width: 100%;
  height: auto;
  padding-right: 4.7rem;
}
.about .about-plate1 .plate1-cent .page-title {
  text-align: left;
}
.about .about-plate1 .plate1-cent .page-heng {
  margin: 0.2rem 0 0;
}
.about .about-plate1 .plate1-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs36);
}
.about .about-plate1 .plate1-cent .cent-title span {
  background: linear-gradient(90deg, #ea5504, #ff752a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate1 .plate1-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs14);
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #000;
  opacity: 0.4;
}
.about .about-plate1 .plate1-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.38rem;
  color: #666;
}
.about .about-plate1 .plate1-video {
  position: relative;
  width: 14rem;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
  z-index: 9;
}
.about .about-plate1 .plate1-video .video-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.about .about-plate1 .plate1-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 1.05rem;
  margin: -0.525rem 0 0 -0.525rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 12px 51px 0px rgba(255, 255, 255, 0.56);
  cursor: pointer;
  z-index: 99;
}
.about .about-plate1 .plate1-video .video-play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: mapAddress 2s infinite linear;
  z-index: -1;
}
.about .about-plate1 .plate1-video .video-play .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.35rem;
  height: 0.35rem;
  margin: -0.175rem 0 0 -0.175rem;
  background: url(../images/icon/icon-video-play.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-video .video-play:hover .play-icon {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.about .about-plate1 .plate1-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.4rem;
  background: url(../images/about-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate2 .plate2-top {
  position: relative;
  margin-top: 0.6rem;
  overflow: hidden;
}
.about .about-plate2 .plate2-top::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ebebeb;
}
.about .about-plate2 .plate2-top .swiper-slide {
  width: 33.33%;
  height: auto;
}
.about .about-plate2 .plate2-top .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about .about-plate2 .plate2-top .swiper-slide .slide-box .box-heng {
  width: 26px;
  height: 4px;
  margin: 0 auto;
  background: #cecece;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-top .swiper-slide .slide-box .box-title {
  margin-top: 0.25rem;
  font-size: var(--fs26);
  font-weight: bold;
  text-align: center;
  color: #666666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-top .swiper-slide-on .slide-box .box-heng {
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
.about .about-plate2 .plate2-top .swiper-slide-on .slide-box .box-title {
  color: #333;
}
.about .about-plate2 .plate2-main {
  position: relative;
  margin-top: 0.5rem;
}
.about .about-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate2 .plate2-main .main-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 .plate2-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.85rem 0.6rem 0.5rem 0.75rem;
  background: #fff;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item {
  display: flex;
  justify-content: flex-start;
  width: 40%;
  height: auto;
  margin-bottom: 0.3rem;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-icon {
  width: 0.32rem;
  height: auto;
  padding-top: 0.1rem;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-icon img {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent {
  width: calc(100% - 0.32rem);
  padding-left: 0.2rem;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  background: linear-gradient(0deg, #005bac, #147bd7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-num em {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs24);
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-num span {
  font-size: var(--fs26);
  font-weight: bold;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.26rem;
  color: #888;
}
.about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item:nth-child(odd) {
  width: 60%;
}
.about .about-plate2 .plate2-main .main-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 1.2s;
  -o-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
}
.about .about-plate3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.6rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-data {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.about .about-plate3 .plate3-main .main-data .data-item {
  width: calc(100% / 4);
  height: auto;
  margin-bottom: 0.2rem;
  text-align: center;
}
.about .about-plate3 .plate3-main .main-data .data-item .item-num {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #666;
}
.about .about-plate3 .plate3-main .main-data .data-item .item-num span {
  margin-right: 0.15rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  background: linear-gradient(0deg, #005bac, #147bd7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate3 .plate3-main .main-data .data-item .item-num em {
  position: relative;
}
.about .about-plate3 .plate3-main .main-data .data-item .item-num em::after {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon-plate1-jia.png) no-repeat center center;
  background-size: 100%;
}
.about .about-plate3 .plate3-main .main-data .data-item .item-title {
  font-size: var(--fs16);
  color: #333;
}
.about .about-plate3 .plate3-3D {
  position: absolute;
  bottom: -75%;
  left: 0;
  width: 100%;
  opacity: 0.1;
}
.brandInfo {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
}
.brandInfo .brandInfo-main .main-text {
  margin: 0.35rem 0 0.6rem;
  font-size: var(--fs20);
  line-height: 0.38rem;
  text-align: center;
  color: #666;
}
.brandInfo .brandInfo-main .main-cont {
  width: 100%;
  height: auto;
}
.brandInfo .brandInfo-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.brandInfo .brandInfo-main .main-cont .cont-item .item-pic {
  width: 8.6rem;
  height: auto;
  overflow: hidden;
}
.brandInfo .brandInfo-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.brandInfo .brandInfo-main .main-cont .cont-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));
}
.brandInfo .brandInfo-main .main-cont .cont-item .item-cent {
  width: 5.6rem;
  height: auto;
}
.brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
}
.brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-title span {
  background: linear-gradient(90deg, #005bac, #147bd7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-heng {
  width: 45px;
  height: 3px;
  margin-top: 0.3rem;
  background: #e5e5e5;
}
.brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.36rem;
  color: #666;
}
.brandInfo .brandInfo-main .main-cont .cont-item:nth-child(even) {
  flex-direction: row-reverse;
}
.history {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
  background: url(../images/speech/bg.png) no-repeat 90% top;
  background-size: 3.16rem;
}
.history .history-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.history .history-main .main-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: calc(100% + 0.8rem);
  border-left: dashed 1px #ea5404;
  opacity: 0.4;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-box .box-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
  z-index: 9;
}
.history .history-main .main-box .box-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: solid 1px #005bac;
  background: #fff;
  z-index: 5;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-main .main-box .box-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: url(../images/icon/icon-history-time.png) no-repeat center center;
  background-size: 0.28rem;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-box .box-list .list-arrow {
  position: absolute;
  top: 1.3rem;
  left: 50%;
  width: 1.15rem;
  height: 0.84rem;
  margin-left: -0.48rem;
  background: url(../images/icon/icon-history-arrow.png) no-repeat center center;
  background-size: 100%;
}
.history .history-main .main-box .box-list:nth-child(even) {
  flex-direction: row-reverse;
}
.history .history-main .main-box .box-list:nth-child(even) .list-pic {
  text-align: left;
  padding-right: 0;
  padding-left: 0.7rem;
}
.history .history-main .main-box .box-list:nth-child(even) .list-cent {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0.75rem;
}
.history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-year,
.history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-title,
.history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-text {
  width: 100%;
  text-align: right;
}
.history .history-main .main-box .box-list:nth-child(even) .list-arrow {
  margin-left: -0.67rem;
  background: url(../images/icon/icon-history-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.history .history-main .main-box .box-list .list-pic {
  width: 50%;
  height: auto;
  text-align: right;
  padding-right: 0.75rem;
}
.history .history-main .main-box .box-list .list-pic img {
  width: 3rem;
}
.history .history-main .main-box .box-list .list-cent {
  width: 50%;
  height: auto;
  padding-left: 0.7rem;
}
.history .history-main .main-box .box-list .list-cent .cent-year {
  width: 100%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #ea5404;
}
.history .history-main .main-box .box-list .list-cent .cent-title {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
.history .history-main .main-box .box-list .list-cent .cent-text {
  width: 4.7rem;
  margin-top: 0.05rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.3rem;
  color: #666;
}
.history .history-main .main-box .box-list:hover::before {
  background: linear-gradient(0deg, #005bac, #147bd7);
}
.history .history-main .main-box .box-list:hover::after {
  background: url(../images/icon/icon-history-time-active.png) no-repeat center center;
  background-size: 0.28rem;
}
.history .history-main .main-load {
  display: block;
  position: relative;
  width: 0.65rem;
  height: auto;
  margin: 0.6rem auto 0;
  z-index: 9;
}
.history .history-main .main-load .load-box {
  width: 0.59rem;
  height: 0.59rem;
  text-align: center;
  line-height: 0.59rem;
  border-radius: 50%;
  background: linear-gradient(0deg, #005bac, #147bd7);
}
.history .history-main .main-load .load-box img {
  width: 0.18rem;
}
.history .history-main .main-load .load-title {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-main .main-load:hover .load-title {
  color: #005bac;
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
}
.culture .culture-main {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.culture .culture-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.culture .culture-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.culture .culture-main .main-cont .cont-box .box-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.culture .culture-main .main-cont .cont-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;
}
.culture .culture-main .main-cont .cont-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-main .main-cont .cont-box .box-cent {
  position: relative;
  width: 50%;
  height: auto;
  padding-left: 1.4rem;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-title {
  width: 100%;
  font-size: var(--fs40);
  font-weight: bold;
  color: #333333;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-English {
  width: 100%;
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.6);
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-heng {
  width: 43px;
  height: 3px;
  margin: 0.25rem 0 0.35rem;
  background: #d9d9d9;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-subtitle {
  width: 100%;
  height: auto;
  font-size: var(--fs30);
  font-weight: 100;
  background: linear-gradient(90deg, #005bac, #147bd7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  border-bottom: solid 1px #ececec;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-top .top-item {
  position: relative;
  width: auto;
  margin-right: 0.38rem;
  padding-bottom: 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ea5404;
  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;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-top .top-item-on {
  color: #ea5404;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-top .top-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: rgba(0, 0, 0, 0.5);
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-text p {
  position: relative;
  padding-left: 0.18rem;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-text p::before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.36rem;
  color: #ea5404;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-box {
  position: relative;
  width: 100%;
  height: auto;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-box .cent-text {
  display: none;
}
.culture .culture-main .main-cont:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8.9rem;
  height: 4.8rem;
  background: url(../images/culture-bg.jpg) no-repeat top left;
  background-size: 100%;
}
.culture .culture-main .main-cont:nth-child(1) .cont-box::after {
  display: none;
}
.culture .culture-main .main-cont:nth-child(5)::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 8.9rem;
  height: 4.8rem;
  background: #edf5f8;
}
.culture .culture-main .main-cont:nth-child(5) .cont-box::after {
  display: none;
}
.culture .culture-main .main-cont:nth-child(even) .cont-box {
  flex-direction: row-reverse;
}
.culture .culture-main .main-cont:nth-child(even) .cont-box::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 #ea5404;
  opacity: 0.2;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.culture .culture-main .main-cont:nth-child(even) .cont-box::after {
  content: '';
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  width: 7.2rem;
  height: 4.8rem;
  border: solid 1px #d6e1f0;
}
.culture .culture-main .main-cont:nth-child(even) .cont-box .box-cent {
  padding-left: 0;
  padding-right: 1rem;
}
.culture .culture-main .main-cont:nth-child(odd) .cont-box::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 7rem;
  height: 4.8rem;
  background: #eef2f7;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.honor .honor-top {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.honor .honor-top .top-item {
  width: auto;
  height: 0.5rem;
  padding: 0 0.35rem;
  margin: 0 0.25rem;
  font-size: var(--fs18);
  line-height: 0.45rem;
  color: #666;
  border-radius: 0.45rem;
  border: solid 2px #e5e5e5;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-top .top-item:hover {
  color: #ea5404;
  border: solid 2px #ea5404;
}
.honor .honor-top .top-item-on {
  color: #ea5404;
  border: solid 2px #ea5404;
}
.honor .honor-main {
  position: relative;
  margin-top: 0.6rem;
}
.honor .honor-main .main-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.honor .honor-main .main-cont .cont-swiper,
.honor .honor-main .main-cont .cont-swiper2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.65rem 0 1.2rem;
  overflow: hidden;
}
.honor .honor-main .main-cont .cont-swiper .swiper-slide,
.honor .honor-main .main-cont .cont-swiper2 .swiper-slide {
  width: calc(100% / 7);
  height: auto;
  cursor: pointer;
}
.honor .honor-main .main-cont .cont-swiper .swiper-slide .slide-pic,
.honor .honor-main .main-cont .cont-swiper2 .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-swiper .swiper-slide .slide-pic img,
.honor .honor-main .main-cont .cont-swiper2 .swiper-slide .slide-pic img {
  width: 100%;
}
.honor .honor-main .main-cont .cont-swiper .swiper-slide .slide-title,
.honor .honor-main .main-cont .cont-swiper2 .swiper-slide .slide-title {
  display: none;
}
.honor .honor-main .main-cont .cont-swiper .swiper-slide-active,
.honor .honor-main .main-cont .cont-swiper2 .swiper-slide-active {
  z-index: 59 !important;
}
.honor .honor-main .main-cont .honor-swiper-button-prev,
.honor .honor-main .main-cont .honor-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #b4b4b4;
  z-index: 19;
  outline: none;
  cursor: pointer;
}
.honor .honor-main .main-cont .honor-swiper-button-prev img,
.honor .honor-main .main-cont .honor-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;
}
.honor .honor-main .main-cont .honor-swiper-button-prev .img2,
.honor .honor-main .main-cont .honor-swiper-button-next .img2 {
  opacity: 0;
}
.honor .honor-main .main-cont .honor-swiper-button-prev:hover,
.honor .honor-main .main-cont .honor-swiper-button-next:hover {
  border: solid 1px #ea5404;
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
.honor .honor-main .main-cont .honor-swiper-button-prev:hover .img2,
.honor .honor-main .main-cont .honor-swiper-button-next:hover .img2 {
  opacity: 1;
}
.honor .honor-main .main-cont .honor-swiper-button-prev:hover .img1,
.honor .honor-main .main-cont .honor-swiper-button-next:hover .img1 {
  opacity: 0;
}
.honor .honor-main .main-cont .honor-swiper-button-prev {
  left: -85px;
}
.honor .honor-main .main-cont .honor-swiper-button-next {
  right: -85px;
}
.honor .honor-main .main-cont-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.product {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.product .product-main .page-title {
  text-align: left;
}
.product .product-main .page-heng {
  margin: 0.2rem 0 0;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-cont .cont-lump {
  width: 3.5rem;
  height: auto;
}
.product .product-main .main-cont .cont-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  background: linear-gradient(0deg, #005bac, #147bd7);
}
.product .product-main .main-cont .cont-lump .lump-top span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
.product .product-main .main-cont .cont-lump .lump-top em {
  display: none;
  width: 19px;
  height: 10px;
  background: url(../images/icon/icon-web-xiasanjiao.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;
}
.product .product-main .main-cont .cont-lump .lump-list {
  width: 100%;
  height: auto;
}
.product .product-main .main-cont .cont-lump .lump-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border: solid 1px #eeeeee;
  border-top: none;
}
.product .product-main .main-cont .cont-lump .lump-list .list-item span {
  font-size: var(--fs16);
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-lump .lump-list .list-item em {
  width: 7px;
  height: 11px;
  background: url(../images/icon/icon-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;
}
.product .product-main .main-cont .cont-lump .lump-list .list-item:hover span {
  color: #ea5404;
}
.product .product-main .main-cont .cont-lump .lump-list .list-item:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-cont .cont-lump .lump-list .list-item-on span {
  color: #ea5404;
}
.product .product-main .main-cont .cont-lump .lump-list .list-item-on em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-cont .cont-lump .lump-title {
  margin-top: 0.5rem;
  font-size: var(--fs18);
  color: #222;
}
.product .product-main .main-cont .cont-lump .lump-search {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.2rem;
}
.product .product-main .main-cont .cont-lump .lump-search input {
  width: calc(100% - 0.5rem);
  height: 100%;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  color: #333;
  border: solid 1px #eee;
  border-right: none;
}
.product .product-main .main-cont .cont-lump .lump-search input::placeholder {
  color: #999;
}
.product .product-main .main-cont .cont-lump .lump-search a {
  width: 0.5rem;
  height: 100%;
  text-align: center;
  line-height: 0.5rem;
  background: linear-gradient(125deg, #ea5504, #ff752a);
}
.product .product-main .main-cont .cont-lump .lump-search a img {
  width: 0.15rem;
}
.product .product-main .main-cont .cont-box {
  width: 10.86rem;
  height: auto;
}
.product .product-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 30px 0px rgba(3, 35, 37, 0.08);
}
.product .product-main .main-cont .cont-box .box-top .top-cent {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  padding: 0.4rem 0.7rem;
}
.product .product-main .main-cont .cont-box .box-top .top-cent .cent-title {
  width: 100%;
  font-size: var(--fs36);
  font-weight: bold;
  color: #222;
}
.product .product-main .main-cont .cont-box .box-top .top-cent .cent-English {
  width: 100%;
  margin-top: 0.1rem;
  font-size: var(--fs16);
  font-family: 'MONTSERRAT-EXTRALIGHT';
  text-transform: uppercase;
  color: #222;
  opacity: 0.5;
}
.product .product-main .main-cont .cont-box .box-top .top-cent .cent-text {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #666;
}
.product .product-main .main-cont .cont-box .box-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.product .product-main .main-cont .cont-box .box-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-box .box-table {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.product .product-main .main-cont .cont-box .box-table table {
  width: 100%;
}
.product .product-main .main-cont .cont-box .box-table th {
  padding: 0.15rem 0.15rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: linear-gradient(0deg, #005bac, #147bd7);
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.product .product-main .main-cont .cont-box .box-table td {
  padding: 0.1rem 0.15rem;
  font-size: var(--fs14);
  line-height: 0.22rem;
  color: #666;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-box .box-table tr {
  cursor: pointer;
}
.product .product-main .main-cont .cont-box .box-table tr:hover td {
  color: #fff;
  background: #005bac;
}
.product .product-main .main-cont .cont-box .box-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  margin: 0.8rem auto 0;
}
.product .product-main .main-cont .cont-box .box-load em {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.16rem;
  background: url(../images/icon/icon-load.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;
}
.product .product-main .main-cont .cont-box .box-load span {
  font-size: 0.15rem;
  color: #ea5404;
}
.product .product-main .main-cont .cont-box .box-load:hover em {
  margin-right: 0.06rem;
}
.strength {
  width: 100%;
  height: auto;
}
.strength .strength-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.strength .strength-plate1 .plate1-text {
  width: 13rem;
  margin: 0.4rem auto 0;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.strength .strength-plate1 .plate1-main {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  padding-left: 1.92rem;
}
.strength .strength-plate1 .plate1-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide {
  width: 5.94rem;
  height: 6rem;
  margin-right: 0.4rem;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.strength .strength-plate1 .plate1-main .main-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;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.9rem 1rem 0 0.8rem;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #fff;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 0.32rem;
  color: #fff;
}
.strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.strength .strength-plate2 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1rem;
  background: url(../images/strength-bg.jpg) no-repeat top left;
  background-size: cover;
}
.strength .strength-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump {
  width: 5.8rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item:last-of-type {
  margin-bottom: 0;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-num {
  width: 0.58rem;
  padding-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs24);
  color: #ea5404;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-cent {
  width: calc(100% - 0.58rem);
  height: auto;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-cent .cent-text {
  display: none;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.34rem;
  color: #666;
  opacity: 0.9;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item-on {
  opacity: 1;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item-on .item-cent .cent-text {
  display: block;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box {
  width: 7.91rem;
  height: 6rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic1 {
  display: none;
  width: 100%;
  height: auto;
  animation: load 18s reverse linear infinite;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic1 img {
  width: 100%;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic2 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.28rem;
  height: 5.37rem;
  margin: -2.685rem 0 0 -2.64rem;
  animation: load 15s linear infinite;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic2 img {
  width: 100%;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  border-radius: 50%;
  border: dashed 1px #b3b5b7;
  animation: load 18s linear infinite;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  animation: load 18s reverse linear infinite;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item:nth-child(1) {
  top: -0.28rem;
  left: 0.8rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item:nth-child(2) {
  top: -0.17rem;
  right: 0.7rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item:nth-child(3) {
  top: 1.52rem;
  right: -0.38rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item:nth-child(4) {
  bottom: 0.32rem;
  right: 0.2rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item:nth-child(5) {
  bottom: -0.42rem;
  right: 2.02rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item:nth-child(6) {
  bottom: 0.54rem;
  left: -0.1rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-logo .logo-item:nth-child(7) {
  top: 1.35rem;
  left: -0.5rem;
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.1rem;
  height: 2.1rem;
  margin: -1.05rem 0 0 -1.05rem;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgba(25, 14, 8, 0.08);
}
.strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic3 img {
  width: 100%;
}
.newsDetail {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.4rem;
  overflow: visible;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
}
.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.48rem;
  color: #333;
}
.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: #aaa;
}
.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 {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-list {
  width: 4rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-list .list-box {
  position: sticky;
  top: 1.2rem;
  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: #393435;
}
.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.1rem 0 0.1rem;
  border-bottom: solid 1px #ebebeb;
}
.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.25rem 0 0.2rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
  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(--fs16);
  font-weight: 100;
  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;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title2 {
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 0.32rem;
  color: #ea5404;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-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: #ea5404;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title2 {
  color: #ea5404;
}
.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.2rem;
  font-size: var(--fs16);
  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: #ea5404;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.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 transparent;
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
.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.25rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #005bac, #147bd7);
}
.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, #005bac, #147bd7);
}
.newsDetail .newsDetail-main .main-list .list-box-active {
  position: fixed;
  top: 1.2rem;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.news .news-main .main-top {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 0.6rem;
}
.news .news-main .main-top .top-pic {
  position: relative;
  width: 9.2rem;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-top .top-pic .pic-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news .news-main .main-top .top-pic .pic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-pic .pic-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));
}
.news .news-main .main-top .top-pic .pic-item-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.news .news-main .main-top .top-cent {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.83rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.news .news-main .main-top .top-cent .cent-item {
  display: block;
  width: 100%;
  height: 1.54rem;
  padding: 0.35rem 0.5rem 0;
  margin-bottom: 0.1rem;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.05rem;
}
.news .news-main .main-top .top-cent .cent-item:nth-child(1) {
  animation-delay: 0.2s;
}
.news .news-main .main-top .top-cent .cent-item:nth-child(2) {
  animation-delay: 0.4s;
}
.news .news-main .main-top .top-cent .cent-item:last-of-type {
  margin-bottom: 0;
  animation-delay: 0.6s;
}
.news .news-main .main-top .top-cent .cent-item .itme-time {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs18);
  color: #2e2624;
  opacity: 0.32;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs22);
  line-height: 0.34rem;
  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-top .top-cent .cent-item:hover {
  background: #005bac;
}
.news .news-main .main-top .top-cent .cent-item:hover .itme-time {
  color: rgba(255, 255, 255);
  opacity: 0.4;
}
.news .news-main .main-top .top-cent .cent-item:hover .item-title {
  color: #fff;
}
.news .news-main .main-top .top-cent .cent-item-on {
  background: #005bac;
}
.news .news-main .main-top .top-cent .cent-item-on .itme-time {
  color: rgba(255, 255, 255);
  opacity: 0.4;
}
.news .news-main .main-top .top-cent .cent-item-on .item-title {
  color: #fff;
}
.news .news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
  margin-bottom: 0.6rem;
}
.news .news-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  background: #fff;
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
}
.news .news-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.news .news-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.news .news-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.3rem 0.4rem;
}
.news .news-main .main-box .box-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: rgba(0, 0, 0, 0.35);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent .cent-title {
  height: 0.6rem;
  margin-top: 0.1rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent .cent-link {
  margin-top: 0.7rem;
  font-size: var(--fs16);
  color: #ea5404;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item:hover {
  background: linear-gradient(90deg, #005bac, #147bd7);
}
.news .news-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-box .box-item:hover .item-cent .cent-time {
  color: rgba(255, 255, 255, 0.6);
}
.news .news-main .main-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.8rem;
}
.contact .contact-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-main .main-top .top-item {
  width: calc(100% / 3 - 0.44rem);
  height: 3.2rem;
  margin-right: 0.66rem;
  padding: 0.6rem 0.3rem 0;
  border-radius: 0.1rem;
  background: linear-gradient(0deg, #005bac, #147bd7);
  overflow: hidden;
}
.contact .contact-main .main-top .top-item:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-main .main-top .top-item .item-icon {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 auto;
}
.contact .contact-main .main-top .top-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-top .top-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.contact .contact-main .main-top .top-item .itme-text {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs22);
  text-align: center;
  color: #fff;
}
.contact .contact-main .main-cont {
  margin-top: 1.2rem;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
.contact .contact-main .main-cont .cont-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.contact .contact-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-cont .cont-item .item-cent {
  width: 50%;
  height: auto;
  padding: 1rem 0.98rem 0;
}
.contact .contact-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #222;
}
.contact .contact-main .main-cont .cont-item .item-cent .cent-English {
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #999;
}
.contact .contact-main .main-cont .cont-item .item-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.contact .contact-main .main-cont .cont-item .item-cent .cent-item span {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
}
.contact .contact-main .main-cont .cont-item .item-cent .cent-item span img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-item .item-cent .cent-item p {
  width: calc(100% - 0.32rem);
  padding-left: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #666;
}
.contact .contact-main .main-cont .cont-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.contact .contact-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.mall {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1rem;
}
.mall .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.mall .main-cont .cont-item {
  position: relative;
  width: calc(100% / 2 - 0.4rem);
  height: 5.1rem;
  margin-bottom: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.mall .main-cont .cont-item .item-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.mall .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mall .main-cont .cont-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.3rem 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mall .main-cont .cont-item .item-cent .cent-icon {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto;
}
.mall .main-cont .cont-item .item-cent .cent-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mall .main-cont .cont-item .item-cent .cent-icon .img2 {
  opacity: 0;
}
.mall .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.65rem;
  font-size: var(--fs32);
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mall .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mall .main-cont .cont-item .item-cent .cent-button {
  width: 1.5rem;
  height: 0.5rem;
  margin: 0.75rem auto 0;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.45rem;
  color: #ea5404;
  border-radius: 0.45rem;
  border: solid 2px #ea5404;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mall .main-cont .cont-item:hover .item-pic img {
  opacity: 1;
}
.mall .main-cont .cont-item:hover .item-cent {
  background: linear-gradient(0deg, rgba(0, 91, 172, 0.9), rgba(20, 123, 215, 0.9));
}
.mall .main-cont .cont-item:hover .item-cent .cent-icon .img1 {
  opacity: 0;
}
.mall .main-cont .cont-item:hover .item-cent .cent-icon .img2 {
  opacity: 1;
}
.mall .main-cont .cont-item:hover .item-cent .cent-title,
.mall .main-cont .cont-item:hover .item-cent .cent-text {
  color: #fff;
}
.mall .main-cont .cont-item:hover .item-cent .cent-button {
  color: #fff;
  background: #ea5404;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #005bac;
  border: solid 2px #005bac;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #005bac;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #005bac;
}
.page-heng {
  width: 30px;
  height: 3px;
  margin: 0.2rem auto 0;
  background: linear-gradient(90deg, #ea5504, #ff752a);
}
.page-title {
  font-size: var(--fs44);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.56rem;
  border-radius: 0.45rem;
  cursor: pointer;
  background: linear-gradient(90deg, #ea5504, #ff752a);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button span {
  margin-right: 0.16rem;
  font-size: var(--fs16);
  color: #fff;
}
.page-button em {
  width: 0.18rem;
  height: 0.14rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-button:hover {
  background: linear-gradient(-90deg, #ea5504, #ff752a);
}
.page-crumb {
  width: 100%;
  height: 0.96rem;
  border-bottom: solid 1px #d2d2d2;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.page-crumb .crumb-box img {
  display: block;
  width: 10px;
  margin-right: 0.12rem;
}
.page-crumb .crumb-box a {
  font-size: var(--fs16);
  color: #666;
}
.page-crumb .crumb-box a:hover {
  color: #005bac;
}
.page-crumb .crumb-box span {
  font-size: var(--fs16);
  color: #005bac;
}
.page-crumb .crumb-box em {
  width: 5px;
  height: 9px;
  margin: 0 0.12rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-float {
  position: fixed;
  top: 50%;
  right: 0.1rem;
  width: 0.8rem;
  height: auto;
  z-index: 99;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list {
  display: block;
  position: relative;
  width: 100%;
  height: 0.8rem;
  padding-top: 0.15rem;
  margin-bottom: 0.1rem;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: linear-gradient(125deg, rgba(234, 85, 4, 0.9), rgba(255, 177, 42, 0.9));
}
.page-float .float-list .list-pic {
  position: relative;
  width: 0.24rem;
  height: 0.23rem;
  margin: 0 auto;
  cursor: pointer;
}
.page-float .float-list .list-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-title {
  margin-top: 0.1rem;
  font-size: 0.12rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list .list-cent {
  position: absolute;
  top: 0;
  left: -2.3rem;
  width: 2.3rem;
  height: auto;
  padding-right: 0.15rem;
  opacity: 0;
  visibility: hidden;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.page-float .float-list .list-cent .cent-title {
  position: relative;
  width: 100%;
  height: 0.4rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  background: #005bac;
}
.page-float .float-list .list-cent .cent-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-right: -16px;
  border: solid 8px #005bac;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent .cent-cont {
  padding: 0.2rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  background: #fff;
  box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
}
.page-float .float-list .list-cent .cent-cont img {
  width: 80%;
}
.page-float .float-list .list-tel {
  position: absolute;
  top: 0;
  left: -2.4rem;
  width: 2.4rem;
  height: 0.8rem;
  padding-right: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.page-float .float-list .list-tel p {
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.8rem;
  color: #fff;
  background: #005bac;
}
.page-float .float-list:nth-child(3) .list-tel {
  left: -2.9rem;
  width: 2.9rem;
}
.page-float .float-list:hover {
  background: #005bac;
}
.page-float .float-list:hover .list-cent,
.page-float .float-list:hover .list-tel {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-strip {
  width: 100%;
  height: 0.8rem;
  background: #f7f8f9;
  z-index: 29;
}
.page-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
.page-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
.page-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
  margin-right: 0.1rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.page-strip .strip-box .box-left .left-item:last-of-type {
  margin-right: 0;
}
.page-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: linear-gradient(0deg, #005bac, #147bd7);
}
.page-strip .strip-box .box-left .left-item-on {
  color: #fff;
  background: linear-gradient(0deg, #005bac, #147bd7);
}
.page-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  text-align: right;
  line-height: 0.7rem;
}
.page-strip .strip-box .box-right .right-icon {
  width: 10px;
  margin-right: 0.15rem;
}
.page-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
.page-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #005bac;
}
.page-strip .strip-box .box-right .right-text a {
  color: #929292;
}
.page-strip .strip-box .box-right .right-text a:hover {
  color: #005bac;
  text-decoration: underline;
}
.page-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%;
}
.page-Wnav {
  display: none;
}
.product-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.product-pupop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 6.2rem;
  height: auto;
  padding: 0.75rem 0.4rem 0.8rem;
  background: #fff;
  border-radius: 0.2rem;
  z-index: 199;
  transform: translate(-49%, -49%);
  -o-transform: translate(-49%, -49%);
  -moz-transform: translate(-49%, -49%);
  -webkit-transform: translate(-49%, -49%);
}
.product-pupop .pupop-hide {
  position: absolute;
  top: 0.38rem;
  right: 0.38rem;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/icon/icon-hidde2.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-pupop .pupop-hide:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.product-pupop .pupop-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #222;
}
.product-pupop .pupop-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #666;
}
.product-pupop .pupop-ewm {
  width: 2rem;
  height: auto;
  margin: 0.4rem auto 0;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.product-pupop .pupop-ewm img {
  width: 100%;
}
.product-pupop .pupop-subtitle {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #666;
}
.product-pupop .pupop-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.15rem;
}
.product-pupop .pupop-tel em {
  display: block;
  width: 0.38rem;
  height: 0.39rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-tel.png) no-repeat center center;
  background-size: 100%;
}
.product-pupop .pupop-tel span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  color: #ea5404;
}
.message-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.message-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 12rem;
  height: 7.8rem;
  padding: 1rem 2.6rem 0;
  margin: -3.9rem 0 0 -6rem;
  background: #fff;
  border-radius: 0.2rem;
  z-index: 199;
}
.message-popup .pupop-hide {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/icon/icon-hidde2.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.message-popup .pupop-hide:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.message-popup .popup-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.message-popup .popup-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.45rem 0 0;
}
.message-popup .popup-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: 0.56rem;
  margin-bottom: 0.3rem;
  border-bottom: solid 1px #ededed;
}
.message-popup .popup-form .form-item p {
  padding-right: 0.15rem;
  font-size: var(--fs16);
  color: #333;
}
.message-popup .popup-form .form-item p em {
  font-size: var(--fs14);
  color: #f01f1f;
}
.message-popup .popup-form .form-item input {
  flex: 1;
  height: 100%;
  font-size: var(--fs16);
  color: #666;
}
.message-popup .popup-form .form-item .item-pic {
  width: 1.4rem;
  height: 0.46rem;
}
.message-popup .popup-form .form-item .item-pic img {
  width: 100%;
}
.message-popup .popup-form .form-item:nth-child(5) {
  width: 100%;
}
.message-popup .popup-form .form-item:last-of-type {
  align-items: flex-end;
  border-bottom: none;
}
.message-popup .popup-form .form-item:last-of-type a {
  margin-left: 0.15rem;
  padding-bottom: 0.1rem;
  font-size: var(--fs16);
  text-decoration: underline;
  color: #005bac;
}
.message-popup .popup-form .form-item:last-of-type a:hover {
  color: #ea5404;
}
.message-popup .message-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin: 0.6rem auto 0;
  border-radius: 0.45rem;
  cursor: pointer;
  background: linear-gradient(90deg, #ea5504, #ff752a);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.message-popup .message-button span {
  margin-right: 0.16rem;
  font-size: var(--fs18);
  color: #fff;
}
.message-popup .message-button em {
  width: 13px;
  height: 12px;
  background: url(../images/icon/icon-button-arrow3.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;
}
.message-popup .message-button:hover {
  background: linear-gradient(-90deg, #ea5504, #ff752a);
}
.message-popup .message-button:hover em {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.honor-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.honor-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 99;
  transform: translate(-49%, -49%);
  -o-transform: translate(-49%, -49%);
  -moz-transform: translate(-49%, -49%);
  -webkit-transform: translate(-49%, -49%);
}
.honor-popup .popup-hide {
  position: absolute;
  top: 0;
  right: -0.6rem;
  width: 0.3rem;
  cursor: pointer;
}
.honor-popup .popup-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-popup .popup-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.honor-popup .popup-pic {
  width: 6.5rem;
  height: 6.5rem;
  overflow: hidden;
}
.honor-popup .popup-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-popup .popup-title {
  margin-top: 0.35rem;
  font-size: var(--fs20);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
