.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  z-index: 59;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.45rem;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.04rem;
  height: 0.72rem;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.375rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs18);
  text-align: center;
  line-height: 1.1rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1d74d7;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #1d74d7 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 100%;
  height: 3.72rem;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  padding-right: 1.2rem;
  background: #f7f7f7 url(../image/nav-bg.jpg) no-repeat top left;
  background-size: 100%;
  background-size: cover;
  overflow: hidden;
  z-index: 29;
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 10rem;
  height: auto;
  transform: translateX(-0.3rem);
  -o-transform: translateX(-0.3rem);
  -moz-transform: translateX(-0.3rem);
  -webkit-transform: translateX(-0.3rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-pic {
  width: 3.6rem;
  height: auto;
  overflow: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-pic img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump {
  width: 3.64rem;
  height: auto;
  padding: 0 0.85rem 0 0.4rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-title {
  font-size: var(--fs18);
  line-height: 0.33rem;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-text {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  font-size: var(--fs14);
  color: #999;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-text span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 0.08rem;
  border-radius: 50%;
  background: #1d74d7;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.14rem;
  height: 0.36rem;
  margin-top: 0.35rem;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  background: #1d74d7;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-button span {
  margin-left: 0.1rem;
  font-family: '宋体';
  font-size: 0.14rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-cent .cent-lump .lump-button:hover span {
  transform: translateX(0.06rem);
  -o-transform: translateX(0.06rem);
  -moz-transform: translateX(0.06rem);
  -webkit-transform: translateX(0.06rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 4.35rem;
  height: 2.1rem;
  padding: 0.1rem 0.8rem 0;
  border-left: solid 1px #ebebeb;
  transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link {
  display: block;
  position: relative;
  width: 1.5rem;
  height: auto;
  margin-right: 0.15rem;
  padding-left: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: var(--fs14);
  line-height: 0.18rem;
  color: #999;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link:nth-child(5n) {
  margin-bottom: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link::after {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0.09rem;
  width: 4px;
  height: 4px;
  background: #dbdbdb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link:hover {
  color: #1d74d7;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-list .list-link:hover::after {
  background: #1d74d7;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #1d74d7 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont .cont-box .box-cent,
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont .cont-box .box-list {
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 1s 0.3s;
  -o-transition: all 1s 0.3s;
  -moz-transition: all 1s 0.3s;
  -webkit-transition: all 1s 0.3s;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.1rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.31rem;
  height: 0.31rem;
  background: #2cb47a;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../image/icon-search.png) no-repeat center center;
  background-size: 0.17rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: url(../image/icon-nav-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.15rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(/images/icon/icon-nav-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;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.05rem 0.2rem;
  margin-left: -0.75rem;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: var(--fs14);
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #1d74d7;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(/images/icon/icon-nav-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(/images/icon/icon-nav-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active2 {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active2 .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(/images/icon/icon-nav-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1.1rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: #1d74d7;
  z-index: 999;
  overflow: hidden;
}
nav .Whead-search .hide-pic {
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
  width: 0.2rem;
  cursor: pointer;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-icon {
  width: 0.2rem;
  margin-left: 0.2rem;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.1rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-family: 'YANSHIYOURANXIAOKAI';
  font-size: 1rem;
  line-height: 0.83rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title span {
  display: block;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.4rem;
  font-size: var(--fs24);
  font-weight: 100;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .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%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-box,
header .head-banner .swiper-slide-active .box-cent2 .cent-box {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 1.1rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-family: 'YANSHIYOURANXIAOKAI';
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.56rem;
  height: 0.56rem;
  border: solid 2px #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  opacity: 1;
  border: solid 2px #1d74d7;
  background: #1d74d7;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.6rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.6rem;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 0.96rem;
  background: #f4f6f9;
  z-index: 29;
}
header .head-strip::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 31.2%;
  height: 100%;
  background: #e5eaf0;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.55rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.96rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 2px;
  background: #1d74d7;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list:last-of-type {
  margin-right: 0;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
}
header .head-strip .strip-box .box-left .left-list:hover {
  color: #1d74d7;
}
header .head-strip .strip-box .box-left .left-list-active {
  color: #1d74d7;
}
header .head-strip .strip-box .box-left .left-list-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 30%;
  text-align: right;
  z-index: 9;
}
header .head-strip .strip-box .box-right .right-icon1 {
  width: 0.2rem;
  margin-right: 0.12rem;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  width: 100%;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: var(--fs14);
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #999;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #1d74d7;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text em {
  margin: 0 0.1rem;
  color: #999;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #1d74d7;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  border-top: solid 2px #f3f3f3;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.4rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #1d74d7;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  line-height: 0.22rem;
  color: #999;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #1d74d7;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #1d74d7;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-main .main-cont {
  width: auto;
}
footer .foot-main .main-cont .cont-logo {
  display: none;
}
footer .foot-main .main-cont .cont-title {
  margin-bottom: 0.3rem;
  font-size: var(--fs18);
  color: #666;
}
footer .foot-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
footer .foot-main .main-cont .cont-item .item-icon {
  width: 0.26rem;
  height: 0.26rem;
}
footer .foot-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
footer .foot-main .main-cont .cont-item .item-tel {
  margin-left: 0.15rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #1d74d7;
}
footer .foot-main .main-cont .cont-item .item-address {
  margin-left: 0.15rem;
  font-size: var(--fs16);
  color: #333;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.7rem;
  margin-top: 1.2rem;
}
footer .foot-bottom .bottom-share {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-bottom .bottom-share .share-item {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.1rem;
  text-align: center;
  border-radius: 50%;
}
footer .foot-bottom .bottom-share .share-item img {
  width: 100%;
}
footer .foot-bottom .bottom-share .share-item:hover {
  border: solid 2px rgba(255, 255, 255, 0.3);
}
footer .foot-bottom .bottom-zizhi {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-bottom .bottom-zizhi a {
  color: #666;
}
footer .foot-bottom .bottom-zizhi a:hover {
  color: #1d74d7;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.98rem;
  background: url(../image/plate1-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.container .cont-plate1 .plate1-main .main-cent {
  width: 6.4rem;
  height: auto;
  padding-right: 0.96rem;
}
.container .cont-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.3rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #1d74d7;
}
.container .cont-plate1 .plate1-main .main-cent .cent-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.1rem;
  font-size: var(--fs18);
  color: #333;
}
.container .cont-plate1 .plate1-main .main-cent .cent-label span {
  width: 6px;
  height: 6px;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: #083388;
}
.container .cont-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs14);
  line-height: 0.36rem;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-cent .page-button {
  margin-top: 0.5rem;
}
.container .cont-plate1 .plate1-main .main-video {
  position: relative;
  width: 8rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-video .video-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-video .video-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.44rem;
  height: 0.44rem;
  margin: -0.22rem 0 0 -0.22rem;
  cursor: pointer;
}
.container .cont-plate1 .plate1-main .main-video .video-icon img {
  width: 100%;
}
.container .cont-plate1 .plate1-main .main-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));
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-top {
  padding: 0.45rem 0 0.75rem;
}
.container .cont-plate2 .plate2-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.container .cont-plate2 .plate2-top .top-text {
  margin-top: 0.1rem;
  font-weight: var(--fs18);
  text-align: center;
  color: #333;
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .swiper-slide {
  width: 13.3rem;
  height: 7.72rem;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 1.6rem;
  left: 2.4rem;
  width: 3.75rem;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-title,
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-English {
  color: #fff;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #fff;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.3rem;
  color: #fff;
  line-height: 0.54rem;
  background: transparent;
  border: solid 2px #fff;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box .box-cent .page-button:hover {
  color: #1d74d7;
  background: #fff;
}
.container .cont-plate2 .plate2-main .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 .plate2-main .swiper-slide-active .slide-box .box-cent {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-cont {
  position: absolute;
  top: 0;
  right: 2.4rem;
  width: 4.8rem;
  height: 100%;
  background: #083388;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: calc(100% / 4);
  padding-left: 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-icon {
  width: 0.76rem;
  height: 0.76rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent {
  width: calc(100% - 0.76rem);
  height: auto;
  padding-left: 0.4rem;
  padding-right: 0.2rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs24);
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-size: var(--fs18);
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:last-of-type {
  border-bottom: none;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item-on {
  background: #0e47a0;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.27rem;
  background: #f7f7f7;
}
.container .cont-plate3 .plate3-main .page-title,
.container .cont-plate3 .plate3-main .page-English {
  text-align: center;
}
.container .cont-plate3 .plate3-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.266667rem);
  height: auto;
  margin-right: 0.4rem;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate3 .plate3-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;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.container .cont-plate3 .plate3-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));
}
.container .cont-plate4 {
  padding: 1.1rem 0 1.35rem;
}
.container .cont-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-list {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-list .list-link {
  margin: 0 0.2rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-list .list-link-on {
  color: #333;
}
.container .cont-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper {
  position: relative;
  width: 10rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  background: #fff;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 5.4rem;
  height: 3.87rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent {
  width: calc(100% - 5.4rem);
  height: auto;
  padding: 0.45rem 0.4rem 0;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-size: var(--fs18);
  font-weight: bold;
  color: #2cb47a;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.36rem;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #1d74d7;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-pagination {
  bottom: 0.76rem;
  padding-left: 5.8rem;
  text-align: left;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.09rem;
  background: transparent;
  border: solid 2px #ccc;
}
.container .cont-plate4 .plate4-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #083388;
  border: solid 2px #083388;
}
.container .cont-plate4 .plate4-main .main-box .box-cont {
  width: 4.38rem;
  height: auto;
  padding-left: 0.58rem;
  border-left: solid 1px #ebebeb;
}
.container .cont-plate4 .plate4-main .main-box .box-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: solid 1px #f2f2f2;
}
.container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-pic {
  width: 1.3rem;
  height: 0.94rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-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;
}
.container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent {
  width: calc(100% - 1.3rem);
  height: auto;
  padding-top: 0.05rem;
  padding-left: 0.28rem;
}
.container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-cont .cont-item .item-cent .cent-time {
  margin-top: 0.15rem;
  font-size: var(--fs12);
  color: #8a8a8a;
}
.container .cont-plate4 .plate4-main .main-box .box-cont .cont-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.container .cont-plate4 .plate4-main .main-box .box-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));
}
.container .cont-plate4 .plate4-main .main-box .box-cont .cont-item:hover .item-cent .cent-title {
  color: #1d74d7;
}
.container .cont-plate4 .plate4-main .main-box .page-button {
  display: none;
}
.container .cont-plate4 .plate4-main .main-box-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;
}
.container .cont-plate5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-data {
  width: 9.6rem;
  height: 3.78rem;
  padding: 0.7rem 1rem 0 2.4rem;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}
.container .cont-plate5 .plate5-data .data-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate5 .plate5-data .data-cent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.container .cont-plate5 .plate5-data .data-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
}
.container .cont-plate5 .plate5-data .data-cent .cent-data span {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.55rem;
  color: #fff;
}
.container .cont-plate5 .plate5-data .data-cent .cent-data img {
  width: 15px;
}
.container .cont-plate5 .plate5-data .data-cent .cent-lump {
  width: auto;
  height: auto;
  margin-left: 0.35rem;
}
.container .cont-plate5 .plate5-data .data-cent .cent-lump .lump-num {
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate5 .plate5-data .data-cent .cent-lump .lump-title {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #fff;
}
.container .cont-plate5 .plate5-data .data-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.55rem;
}
.container .cont-plate5 .plate5-data .data-link span {
  margin-right: 0.12rem;
  font-size: var(--fs16);
  color: #fff;
}
.container .cont-plate5 .plate5-data .data-link em {
  width: 12px;
  height: 17px;
  background: url(../image/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate5 .plate5-box {
  width: 4.8rem;
  height: 3.78rem;
  padding: 0.7rem 0.75rem 0;
  background: #f3f3f3 url(../image/plate5-pic2.png) no-repeat 90% 90%;
  background-size: 2rem;
}
.container .cont-plate5 .plate5-box .box-title {
  margin-bottom: 0.25rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.container .cont-plate5 .plate5-box .box-link {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
  font-size: var(--fs14);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate5 .plate5-box .box-link:hover {
  color: #1d74d7;
}
.container .cont-plate5 .plate5-lump {
  width: 4.8rem;
  height: 3.78rem;
  padding: 0.75rem 0.7rem 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.container .cont-plate5 .plate5-lump .lump-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate5 .plate5-lump .lump-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #fff;
}
.container .cont-plate5 .plate5-lump .lump-link {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: url(../image/icon-arrow.png) no-repeat center center;
  background-size: 0.12rem;
  border: solid 2px #fff;
}
.services {
  width: 100%;
  height: auto;
}
.services .services-plate1 {
  padding: 0.9rem 0 0.82rem;
}
.services .services-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-bottom: 0.65rem;
  background: url(../image/services-bg.png) no-repeat left bottom;
  background-size: 100%;
}
.services .services-plate1 .plate1-main .main-cent {
  width: 5.65rem;
  height: auto;
  padding-top: 0.7rem;
}
.services .services-plate1 .plate1-main .main-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #1d74d7;
}
.services .services-plate1 .plate1-main .main-cent .cent-subtitle {
  font-size: var(--fs30);
  color: #083388;
}
.services .services-plate1 .plate1-main .main-cent .cent-title2 {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #1d74d7;
}
.services .services-plate1 .plate1-main .main-cent .cent-subtitle2 {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #666;
}
.services .services-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
}
.services .services-plate1 .plate1-main .main-pic {
  width: 6.75rem;
  height: auto;
}
.services .services-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.services .services-plate1 .plate1-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.services .services-plate1 .plate1-cont .cont-text {
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
}
.services .services-plate1 .plate1-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.services .services-plate1 .plate1-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.366667rem);
  height: auto;
  margin-right: 0.55rem;
}
.services .services-plate1 .plate1-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: auto;
  padding: 0.19rem;
  background: #fff;
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.services .services-plate1 .plate1-cont .cont-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-plate1 .plate1-cont .cont-box .box-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.services .services-plate1 .plate1-cont .cont-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.services .services-plate1 .plate1-cont .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.services .services-plate2 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.25rem;
  background: #f7f7f7;
}
.services .services-plate2 .page-title,
.services .services-plate2 .page-English {
  text-align: center;
}
.services .services-plate2 .plate2-main {
  position: relative;
  margin-top: 0.5rem;
}
.services .services-plate2 .plate2-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.services .services-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.266667rem);
  height: auto;
  margin-right: 0.4rem;
}
.services .services-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.services .services-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.services .services-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services .services-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;
}
.services .services-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.services .services-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.services .services-plate2 .plate2-main .plate2-swiper-button-prev,
.services .services-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.44rem;
  height: 0.44rem;
  margin-top: -0.22rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-plate2 .plate2-main .plate2-swiper-button-prev img,
.services .services-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  margin: -8.5px 0 0 -5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .services-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.services .services-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.services .services-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.services .services-plate2 .plate2-main .plate2-swiper-button-next:hover {
  background: #1d74d7;
}
.services .services-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
.services .services-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.services .services-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
.services .services-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.services .services-plate2 .plate2-main .plate2-swiper-button-prev {
  left: -1.2rem;
}
.services .services-plate2 .plate2-main .plate2-swiper-button-next {
  right: -1.2rem;
}
.info {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.45rem;
}
.info .info-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.info .info-main .main-cont .cont-cent {
  width: 4.8rem;
  height: auto;
}
.info .info-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.info .info-main .main-cont .cont-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.info .info-main .main-cont .cont-cent .cent-num {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
}
.info .info-main .main-cont .cont-cent .cent-num span {
  font-size: 0.72rem;
  line-height: 0.6rem;
  color: #ef0000;
}
.info .info-main .main-cont .cont-cent .cent-num em {
  margin-left: 0.15rem;
  margin-right: 0.12rem;
  font-family: Arial;
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #ef0000;
}
.info .info-main .main-cont .cont-cent .cent-num img {
  width: 14px;
}
.info .info-main .main-cont .cont-cent .cent-num2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
}
.info .info-main .main-cont .cont-cent .cent-num2 span {
  font-size: 0.72rem;
  line-height: 0.6rem;
  color: #2ba35c;
}
.info .info-main .main-cont .cont-cent .cent-num2 em {
  margin-left: 0.15rem;
  margin-right: 0.12rem;
  font-family: Arial;
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #2ba35c;
}
.info .info-main .main-cont .cont-cent .cent-num2 img {
  width: 14px;
}
.info .info-main .main-cont .cont-cent .cent-text {
  margin-top: 0.6rem;
  font-size: var(--fs14);
  color: #333;
}
.info .info-main .main-cont .cont-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.info .info-main .main-cont .cont-cent .cent-data .data-item {
  width: auto;
  height: auto;
  margin-right: 0.52rem;
}
.info .info-main .main-cont .cont-cent .cent-data .data-item:last-of-type {
  margin-right: 0;
}
.info .info-main .main-cont .cont-cent .cent-data .data-item .item-title {
  font-size: var(--fs14);
  color: #333;
}
.info .info-main .main-cont .cont-cent .cent-data .data-item .num1 {
  margin-top: 0.1rem;
  font-size: var(--fs30);
  color: #333;
}
.info .info-main .main-cont .cont-cent .cent-text2 {
  margin-top: 0.25rem;
  font-size: var(--fs14);
  color: #999;
}
.info .info-main .main-cont .cont-box {
  width: auto;
  height: auto;
}
.info .info-main .main-cont .cont-box .box-text {
  font-size: var(--fs16);
  color: #333;
}
.info .info-main .main-cont .cont-box .box-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.info .info-main .main-cont .cont-box .box-data .data-item {
  width: auto;
  height: auto;
  margin-right: 0.52rem;
}
.info .info-main .main-cont .cont-box .box-data .data-item:last-of-type {
  margin-right: 0;
}
.info .info-main .main-cont .cont-box .box-data .data-item .item-title {
  font-size: var(--fs14);
  color: #333;
}
.info .info-main .main-cont .cont-box .box-data .data-item .num1 {
  margin-top: 0.1rem;
  font-size: var(--fs30);
  color: #333;
}
.info .info-main .main-cont .cont-box .box-text2 {
  margin-top: 0.25rem;
  font-size: var(--fs14);
  color: #999;
}
.info .info-main .main-cont .cont-pic {
  width: 8.42rem;
  height: auto;
  overflow: hidden;
}
.info .info-main .main-cont .cont-pic img {
  width: 100%;
}
.info .info-main .main-table {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.info .info-main .main-table .table-tr {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #f4f4f4;
}
.info .info-main .main-table .table-tr .table-th {
  width: 100%;
  padding: 0.18rem 0.4rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.26rem;
  color: #fff;
  background: #1d74d7;
}
.info .info-main .main-table .table-tr .table-td {
  width: 2.4rem;
  padding: 0.18rem 0.4rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #666;
  border-left: solid 1px #e2e2e2;
}
.info .info-main .main-table .table-tr .table-td:last-of-type {
  border-right: solid 1px #e2e2e2;
}
.info .info-main .main-table .table-tr:nth-child(2) .table-td:last-of-type,
.info .info-main .main-table .table-tr:nth-child(3) .table-td:last-of-type,
.info .info-main .main-table .table-tr:nth-child(7) .table-td:last-of-type {
  flex: 1;
}
.info .info-main .main-table .table-tr:nth-child(4) .table-td:nth-child(2),
.info .info-main .main-table .table-tr:nth-child(5) .table-td:nth-child(2),
.info .info-main .main-table .table-tr:nth-child(8) .table-td:nth-child(2),
.info .info-main .main-table .table-tr:nth-child(9) .table-td:nth-child(2) {
  width: 3.8rem;
}
.info .info-main .main-table .table-tr:nth-child(4) .table-td:nth-child(3),
.info .info-main .main-table .table-tr:nth-child(5) .table-td:nth-child(3),
.info .info-main .main-table .table-tr:nth-child(8) .table-td:nth-child(3),
.info .info-main .main-table .table-tr:nth-child(9) .table-td:nth-child(3) {
  width: 3.18rem;
}
.info .info-main .main-table .table-tr:nth-child(4) .table-td:nth-child(4),
.info .info-main .main-table .table-tr:nth-child(5) .table-td:nth-child(4),
.info .info-main .main-table .table-tr:nth-child(8) .table-td:nth-child(4),
.info .info-main .main-table .table-tr:nth-child(9) .table-td:nth-child(4) {
  width: 5.02rem;
}
.info .info-main .main-table .table-tr:nth-child(odd) {
  background: #f8f8f8;
}
.enable {
  width: 100%;
  height: auto;
  padding: 1.18rem 0 1rem;
}
.enable .enable-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.enable .enable-main .main-top .top-item {
  width: 1.97rem;
  height: 0.58rem;
  margin: 0 0.21rem;
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.58rem;
  color: #333;
  border-radius: 0.45rem;
  background: #e5eaf0;
  cursor: pointer;
}
.enable .enable-main .main-top .top-item-on {
  color: #fff;
  background: #1d74d7;
}
.enable .enable-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.enable .enable-main .main-cont .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.enable .enable-main .main-cont .cont-box .box-cent {
  width: 6.65rem;
  height: auto;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-title {
  font-size: var(--fs30);
  color: #1d74d7;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-pic {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-pic img {
  width: 100%;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-name {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-title2 {
  font-size: var(--fs48);
  font-weight: bold;
  color: #1d74d7;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-subtitle {
  font-size: var(--fs30);
  color: #083388;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-title3 {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #1d74d7;
}
.enable .enable-main .main-cont .cont-box .box-cent .cent-subtitle2 {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #666;
}
.enable .enable-main .main-cont .cont-box .box-lump {
  width: 6.28rem;
  height: auto;
}
.enable .enable-main .main-cont .cont-box .box-lump .lump-pic {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.12rem;
  overflow: hidden;
}
.enable .enable-main .main-cont .cont-box .box-lump .lump-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.enable .enable-main .main-cont .cont-box .box-lump .lump-pic P {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 100%;
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.enable .enable-main .main-cont .cont-box .box-lump .lump-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));
}
.enable .enable-main .main-cont .cont-box .box-pic {
  width: 6.61rem;
  height: auto;
  overflow: hidden;
}
.enable .enable-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;
}
.enable .enable-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));
}
.enable .enable-main .main-cont .cont-box-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;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.contact .contact-main .page-title,
.contact .contact-main .page-English {
  text-align: center;
}
.contact .contact-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.contact .contact-main .main-cont .cont-cent {
  width: 4.8rem;
  height: auto;
  padding: 0.75rem 0.55rem 0.92rem 0.78rem;
  background: #1d74d7;
}
.contact .contact-main .main-cont .cont-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-icon {
  width: 0.46rem;
  height: 0.46rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-cent {
  width: calc(100% - 0.46rem);
  height: auto;
  padding-left: 0.22rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-title {
  font-size: var(--fs16);
  color: #fff;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-tel {
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.24rem;
  color: #fff;
}
.contact .contact-main .main-cont .cont-cent .cent-ewm {
  width: 1.66rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-cont .cont-cent .cent-ewm img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-map {
  width: 9.6rem;
  height: auto;
  overflow: hidden;
}
.news {
  width: 100%;
  height: auto;
  padding-bottom: 1.3rem;
}
.news .news-top {
  padding-top: 1.1rem;
}
.news .news-top .page-title,
.news .news-top .page-English {
  text-align: center;
}
.news .news-plate1 {
  width: 100%;
  height: auto;
  padding-bottom: 0.85rem;
  margin-top: 0.6rem;
  background: #f7f7f7;
}
.news .news-plate1 .plate1-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.65rem;
}
.news .news-plate1 .plate1-main .swiper-slide {
  width: 100%;
  height: auto;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-pic {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent {
  width: 8.4rem;
  height: auto;
  padding: 0.7rem 0 0 0.7rem;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-time {
  font-size: var(--fs18);
  font-weight: bold;
  color: #2cb47a;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.36rem;
  color: #373737;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-title span {
  display: block;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.35rem;
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-plate1 .plate1-main .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #1d74d7;
}
.news .news-plate1 .plate1-main .swiper-pagination {
  bottom: 0;
}
.news .news-plate1 .plate1-main .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 0.08rem;
  border: solid 2px #e5e5e5;
  background: transparent;
  opacity: 1;
}
.news .news-plate1 .plate1-main .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #083388;
  background: #083388;
}
.news .news-plate2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.1rem 0 0;
}
.news .news-plate2 .plate2-item {
  width: calc(100% / 3 - 1.0133334rem);
  height: auto;
  margin-right: 1.52rem;
  margin-bottom: 0.58rem;
}
.news .news-plate2 .plate2-item .item-pic {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
}
.news .news-plate2 .plate2-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-plate2 .plate2-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.news .news-plate2 .plate2-item .item-cent .cent-title {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-plate2 .plate2-item .item-cent .cent-title span {
  display: block;
}
.news .news-plate2 .plate2-item .item-cent .cent-time {
  margin-top: 0.15rem;
  font-size: var(--fs12);
  color: #8a8a8a;
}
.news .news-plate2 .plate2-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-plate2 .plate2-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-plate2 .plate2-item:hover .item-cent .cent-title {
  color: #1d74d7;
}
.news .news-load {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.15rem;
  height: auto;
  margin: 0.3rem auto 0;
}
.news .news-load span {
  font-size: var(--fs16);
  font-weight: bold;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-load em {
  width: 0.25rem;
  height: 0.25rem;
  background: url(../image/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;
}
.news .news-load:hover span {
  color: #1d74d7;
}
.news .news-load:hover em {
  background: url(../image/icon-load2.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.newsDetail {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-cont {
  width: 68.8%;
  height: auto;
  padding: 1rem 1.2rem 1.1rem 2.4rem;
}
.newsDetail .newsDetail-cont .cont-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #373737;
}
.newsDetail .newsDetail-cont .cont-top {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #2cb47a;
}
.newsDetail .newsDetail-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
}
.newsDetail .newsDetail-cont .cont-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-list {
  width: 31.2%;
  height: auto;
  padding-bottom: 0.8rem;
  background: #f7f7f7;
}
.newsDetail .newsDetail-list .list-box {
  width: 100%;
  height: auto;
  padding: 1rem 2.4rem 0 0.32rem;
  border-bottom: solid 1px #e8e8e8;
}
.newsDetail .newsDetail-list .list-box .box-title {
  margin-bottom: 0.4rem;
  font-size: var(--fs22);
  font-weight: bold;
  color: #373737;
}
.newsDetail .newsDetail-list .list-box .box-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.newsDetail .newsDetail-list .list-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .newsDetail-list .list-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;
}
.newsDetail .newsDetail-list .list-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.newsDetail .newsDetail-list .list-box .box-item .item-cent .cent-title {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-list .list-box .box-item .item-cent .cent-title span {
  display: block;
}
.newsDetail .newsDetail-list .list-box .box-item .item-cent .cent-time {
  margin-top: 0.15rem;
  font-size: var(--fs12);
  color: #8a8a8a;
}
.newsDetail .newsDetail-list .list-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));
}
.newsDetail .newsDetail-list .list-box .box-item:hover .item-cent .cent-title {
  color: #1d74d7;
}
.newsDetail .newsDetail-list .list-bottom {
  width: 100%;
  height: auto;
  padding: 1rem 2.4rem 0 0.32rem;
}
.newsDetail .newsDetail-list .list-bottom .bottom-title {
  margin-bottom: 0.16rem;
  font-size: var(--fs16);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-list .list-bottom .bottom-title a {
  font-size: var(--fs16);
  color: #333;
}
.newsDetail .newsDetail-list .list-bottom .bottom-title a:hover {
  color: #1d74d7;
}
.newsDetail .newsDetail-list .list-bottom .bottom-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.newsDetail .newsDetail-list .list-bottom .bottom-share a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 0.15rem;
  border-radius: 50%;
  border: solid 1px #e8e8e8;
}
.newsDetail .newsDetail-list .list-bottom .bottom-share a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetail .newsDetail-list .list-bottom .bottom-share a .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-list .list-bottom .bottom-share a:hover {
  border: solid 1px transparent;
  background: #2cb47a;
}
.newsDetail .newsDetail-list .list-bottom .bottom-share a:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-list .list-bottom .bottom-share a:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-list .list-bottom .bottom-botton {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: #1d74d7;
}
.newsDetail .newsDetail-list .list-bottom .bottom-botton img {
  width: 15px;
  margin: -0.04rem 0 0 0.1rem;
}
.newsDetail .newsDetail-list .list-bottom .bottom-botton:hover {
  background: #1d74d7;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.3rem;
}
.culture .page-title,
.culture .page-English {
  text-align: center;
}
.culture .culture-main {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.55rem;
}
.culture .culture-main .main-item {
  width: calc(100% / 3 - 0.16rem);
  height: auto;
  margin-right: 0.24rem;
  background: #fff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.culture .culture-main .main-item .item-pic {
  width: 100%;
  height: 2.97rem;
  overflow: hidden;
}
.culture .culture-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;
}
.culture .culture-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.6rem 0.75rem 0.7rem;
}
.culture .culture-main .main-item .item-cent .item-top {
  display: flex;
  justify-content: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
.culture .culture-main .main-item .item-cent .item-top .top-icon {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
}
.culture .culture-main .main-item .item-cent .item-top .top-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;
}
.culture .culture-main .main-item .item-cent .item-top .top-icon .img2 {
  opacity: 0;
}
.culture .culture-main .main-item .item-cent .item-top .top-title {
  width: calc(100% - 0.38rem);
  padding-left: 0.2rem;
  font-size: var(--fs22);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item .item-cent .item-text {
  margin-top: 0.25rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item:hover {
  background: #1d74d7;
}
.culture .culture-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));
}
.culture .culture-main .main-item:hover .item-cent .item-top .top-icon .img1 {
  opacity: 0;
}
.culture .culture-main .main-item:hover .item-cent .item-top .top-icon .img2 {
  opacity: 1;
}
.culture .culture-main .main-item:hover .item-cent .item-top .top-title {
  color: #fff;
}
.culture .culture-main .main-item:hover .item-cent .item-text {
  color: #fff;
}
.ecology {
  width: 100%;
  height: auto;
}
.ecology .ecology-plate1 {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 1.05rem;
}
.ecology .ecology-plate1 .plate1-cent {
  width: 5.6rem;
  height: auto;
}
.ecology .ecology-plate1 .plate1-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #1d74d7;
}
.ecology .ecology-plate1 .plate1-cent .cent-subtitle {
  font-size: var(--fs30);
  color: #083388;
}
.ecology .ecology-plate1 .plate1-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
}
.ecology .ecology-plate1 .plate1-pic {
  width: 7.4rem;
  height: auto;
  overflow: hidden;
}
.ecology .ecology-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.ecology .ecology-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.ecology .ecology-plate2 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.25rem;
  background: #f7f7f7;
}
.ecology .ecology-plate2 .page-title,
.ecology .ecology-plate2 .page-English {
  text-align: center;
}
.ecology .ecology-plate2 .plate2-main {
  position: relative;
  margin-top: 0.5rem;
}
.ecology .ecology-plate2 .plate2-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.266667rem);
  height: auto;
  margin-right: 0.4rem;
}
.ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ecology .ecology-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;
}
.ecology .ecology-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.ecology .ecology-plate2 .plate2-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));
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev,
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.44rem;
  height: 0.44rem;
  margin-top: -0.22rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev img,
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  margin: -8.5px 0 0 -5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next:hover {
  background: #1d74d7;
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-prev {
  left: -1.2rem;
}
.ecology .ecology-plate2 .plate2-main .plate2-swiper-button-next {
  right: -1.2rem;
}
.notice {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.1rem;
}
.notice .notice-main .page-title,
.notice .notice-main .page-English {
  text-align: center;
}
.notice .notice-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.notice .notice-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.72rem;
  padding: 0 0.46rem;
  font-size: var(--fs16);
  color: #333333;
  background: #f8f8f8;
  border-bottom: solid 1px #f4f4f4;
}
.notice .notice-main .main-cont .cont-item:nth-child(even) {
  background: #fff;
}
.notice .notice-main .main-cont .cont-item span {
  width: 0.9rem;
}
.notice .notice-main .main-cont .cont-item P {
  width: calc(100% - 0.9rem);
  padding-left: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .notice-main .main-cont .cont-item:hover {
  color: #fff;
  background: #1d74d7;
}
.video {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.25rem;
}
.video .video-main .page-title,
.video .video-main .page-English {
  text-align: center;
}
.video .video-main .main-video {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.video .video-main .main-video .hidden-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.video .video-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video .video-main .main-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-video .hidden-box .box-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.video .video-main .main-video .hidden-box .box-cent .cent-English {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.video .video-main .main-video .hidden-box .box-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.video .video-main .main-video .hidden-box .box-icon {
  position: absolute;
  bottom: 0.7rem;
  left: 0.8rem;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.video .video-main .main-video .hidden-box .box-icon .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  z-index: 3;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-video .hidden-box .box-icon .button-svg {
  stroke-dasharray: 251 251;
  stroke-dashoffset: 251;
  stroke: #fff;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.video .video-main .main-video .hidden-box .box-icon:hover .button-svg {
  stroke-dashoffset: 0;
}
.video .video-main .main-video .hidden-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.video .video-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.video .video-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.park {
  width: 100%;
  height: auto;
}
.park .park-plate1 {
  padding: 1.3rem 0 0.92rem;
}
.park .park-plate1 .plate1-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #1d74d7;
}
.park .park-plate1 .plate1-subtitle {
  font-size: var(--fs30);
  text-align: center;
  color: #083388;
}
.park .park-plate1 .plate1-text {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  text-align: center;
  color: #999;
}
.park .park-plate1 .plate1-pic {
  width: 12.7rem;
  height: auto;
  margin: 0.5rem auto 0;
}
.park .park-plate1 .plate1-pic img {
  width: 100%;
}
.park .park-plate2 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.25rem;
  background: #f7f7f7;
}
.park .park-plate2 .page-title,
.park .park-plate2 .page-English {
  text-align: center;
}
.park .park-plate2 .plate2-main {
  position: relative;
  margin-top: 0.5rem;
}
.park .park-plate2 .plate2-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.park .park-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.266667rem);
  height: auto;
  margin-right: 0.4rem;
}
.park .park-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.park .park-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.park .park-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.park .park-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;
}
.park .park-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.25rem;
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.park .park-plate2 .plate2-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));
}
.park .park-plate2 .plate2-main .plate2-swiper-button-prev,
.park .park-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.44rem;
  height: 0.44rem;
  margin-top: -0.22rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.park .park-plate2 .plate2-main .plate2-swiper-button-prev img,
.park .park-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  margin: -8.5px 0 0 -5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.park .park-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.park .park-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.park .park-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.park .park-plate2 .plate2-main .plate2-swiper-button-next:hover {
  background: #1d74d7;
}
.park .park-plate2 .plate2-main .plate2-swiper-button-prev:hover .img1,
.park .park-plate2 .plate2-main .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.park .park-plate2 .plate2-main .plate2-swiper-button-prev:hover .img2,
.park .park-plate2 .plate2-main .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.park .park-plate2 .plate2-main .plate2-swiper-button-prev {
  left: -1.2rem;
}
.park .park-plate2 .plate2-main .plate2-swiper-button-next {
  right: -1.2rem;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.recruit .recruit-main .page-title,
.recruit .recruit-main .page-English {
  text-align: center;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
  z-index: 9;
}
.recruit .recruit-main .main-top .top-select {
  position: relative;
  width: 33.33%;
  height: auto;
}
.recruit .recruit-main .main-top .top-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.8rem 0 0.5rem;
  font-size: 14px;
  line-height: 0.7rem;
  color: #999;
  background: #fff;
  border: solid 1px #f5f5f5;
  border-right: none;
  cursor: pointer;
}
.recruit .recruit-main .main-top .top-select .select-title .select-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 10px;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.recruit .recruit-main .main-top .top-select .select-ul {
  position: absolute;
  width: 100%;
  max-height: 2.5rem;
  height: 0;
  margin-top: -1px;
  background: #fff;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-top .top-select .select-ul::-webkit-scrollbar {
  width: 3px;
}
.recruit .recruit-main .main-top .top-select .select-ul::-webkit-scrollbar-thumb {
  background: #1d74d7;
}
.recruit .recruit-main .main-top .top-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  font-size: 14px;
  line-height: 0.5rem;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.recruit .recruit-main .main-top .top-select:last-of-type .select-title {
  border-right: solid 1px #f5f5f5;
}
.recruit .recruit-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.recruit .recruit-main .main-cont .cont-item {
  width: calc(33.33% - 0.4rem);
  height: 100%;
  margin-right: 0.6rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.recruit .recruit-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.recruit .recruit-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  background: #f6f6f6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs26);
  font-weight: bold;
  color: #393435;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-title img {
  width: 0.24rem;
  margin: -0.06rem 0.1rem 0 0;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-heng {
  width: 20px;
  height: 3px;
  margin: 0.3rem 0 0.36rem;
  background: #dedede;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-text {
  font-size: var(--fs14);
  line-height: 0.36rem;
  color: #b1b1b1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton {
  position: relative;
  width: 47px;
  height: 33px;
  margin-top: 0.4rem;
  border-radius: 0.45rem;
  border: solid 2px #595350;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  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;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton .img2 {
  opacity: 0;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton:hover {
  background: #1d74d7;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton:hover .img2 {
  opacity: 1;
}
.recruit .recruit-main .main-cont .cont-item .item-cent .cent-botton:hover .img1 {
  opacity: 0;
}
.recruit .recruit-main .main-cont .cont-item:hover .item-cent {
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
}
.recruit .recruit-main .main-cont .cont-item:hover .item-cent .cent-botton {
  border: solid 2px #1d74d7;
  background: #1d74d7;
}
.recruit .recruit-main .main-cont .cont-item:hover .item-cent .cent-botton .img2 {
  opacity: 1;
}
.recruit .recruit-main .main-cont .cont-item:hover .item-cent .cent-botton .img1 {
  opacity: 0;
}
.recruit .recruit-main .main-load {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-family: Arial;
  font-size: var(--fs16);
  text-align: center;
  color: rgba(51, 51, 51, 0.3);
}
.recruit .recruit-main .main-load:hover {
  color: #1d74d7;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.35rem;
  background: url(../image/about-bg.png) no-repeat left bottom;
  background-size: 100%;
}
.about .about-plate1 .plate1-top .top-title {
  margin-top: 0.3rem;
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #1d74d7;
}
.about .about-plate1 .plate1-top .top-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
  font-size: var(--fs18);
  color: #333;
}
.about .about-plate1 .plate1-top .top-label span {
  width: 6px;
  height: 6px;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: #083388;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about .about-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0.5rem 0.95rem 0 2.4rem;
  font-size: var(--fs14);
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate1 .plate1-main .main-video {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-video .video-pic {
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-video .video-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-main .main-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.44rem;
  height: 0.44rem;
  margin: -0.22rem 0 0 -0.22rem;
  cursor: pointer;
}
.about .about-plate1 .plate1-main .main-video .video-icon img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-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.2rem 0 1.3rem;
  background: #f6f5f5;
}
.about .about-plate2 .plate2-main .page-title,
.about .about-plate2 .plate2-main .page-English {
  text-align: center;
}
.about .about-plate2 .plate2-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.about .about-plate2 .plate2-main .main-box img {
  width: 100%;
}
.about .about-plate3 {
  padding: 1.25rem 0 1.25rem;
}
.about .about-plate3 .page-title,
.about .about-plate3 .page-English {
  text-align: center;
}
.about .about-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0.55rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.5333334rem);
  height: auto;
  padding: 0.6rem 0.9rem 0.5rem;
  margin-right: 0.8rem;
  margin-bottom: 0.62rem;
  background: #f7f7f7;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-cent {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-cent .cent-time {
  display: inline-block;
  width: auto;
  height: 0.2rem;
  padding: 0 0.05rem;
  font-size: var(--fs14);
  font-weight: bold;
  line-height: 0.2rem;
  color: #999;
  background: #fff;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs14);
  font-weight: bold;
  line-height: 0.24rem;
  color: #000;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item em {
  position: absolute;
  top: 0.35rem;
  left: 0.45rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
  color: rgba(29, 116, 215, 0.05);
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.about .about-plate3 .plate3-main .swiper-slide .slide-box .box-item:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.about .about-plate3 .plate3-main .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 2px;
}
.about .about-plate3 .plate3-main .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #2cb47a;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.05rem;
  background: #f7f7f7 url(../image/about-bg2.jpg) no-repeat bottom left;
  background-size: 100%;
}
.about .about-plate4 .plate4-main .page-title,
.about .about-plate4 .plate4-main .page-English {
  text-align: center;
}
.about .about-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.about .about-plate4 .plate4-main .main-box .box-item {
  width: calc(100% / 3 - 1.0133334rem);
  height: auto;
  margin-right: 1.52rem;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
}
.about .about-plate4 .plate4-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;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-cent .cent-title span {
  display: block;
}
.about .about-plate4 .plate4-main .main-box .box-item .item-cent .cent-time {
  margin-top: 0.15rem;
  font-size: var(--fs12);
  color: #8a8a8a;
}
.about .about-plate4 .plate4-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.about .about-plate4 .plate4-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));
}
.about .about-plate4 .plate4-main .main-box .box-item:hover .item-cent .cent-title {
  color: #1d74d7;
}
.pageW {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.page-English {
  margin-top: 0.1rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.25rem;
  color: #ccc;
}
.page-English span {
  display: block;
}
.page-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.page-button {
  display: block;
  width: 1.97rem;
  height: 0.58rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.58rem;
  color: #fff;
  background: #1d74d7;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  background: #083388;
}
