.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;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.38rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.08rem;
  height: 100%;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0);
  visibility: 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-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
  line-height: 100px;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0d4c9a;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 100px;
  min-width: 160px;
  height: 300px;
  padding: 30px 0 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: block;
  width: auto;
  height: auto;
  padding-left: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  white-space: nowrap;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #0d4c9a;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  font-weight: bold;
  color: #0d4c9a !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li-active .li-link {
  color: #0d4c9a;
}
nav .nav-main .main-cont .main-nav .nav-cont:hover::after {
  visibility: visible;
  background: rgba(255, 255, 255);
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.2rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 0.26rem;
  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 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 100px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 32px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
  border-bottom: solid 1px #e8e8e8;
}
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-li .li-link {
  color: #666666;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img2 {
  opacity: 1;
}
nav .nav-main-active {
  background: #fff;
  border-bottom: solid 1px #e8e8e8;
}
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-li .li-link {
  color: #666666 !important;
}
nav .nav-main-active .main-cont .main-right .right-serach .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-serach .img2 {
  opacity: 1;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent .cent-purge {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
nav .head-search .search-box .box-cent .cent-purge img {
  width: 12px;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 100px);
  height: 50px;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  cursor: pointer;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 22px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
  cursor: pointer;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
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%;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 15.38rem;
  height: auto;
  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-pic {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 6.8rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-web-title {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 45%;
  right: 10%;
  width: 8.1rem;
  height: auto;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-pic {
  width: auto;
  height: auto;
  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-cent2 .cent-pic img {
  width: 6.57rem;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 0.6rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
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-pic,
header .head-banner .swiper-slide-active .box-cent2 .cent-pic,
header .head-banner .swiper-slide-active .box-cent .cent-web-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-web-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-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent2 .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-link,
header .head-banner .swiper-slide-active .box-cent2 .cent-link {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .swiper-pagination {
  bottom: 0.6rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.65rem;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 15.38rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 18px;
  color: #fff;
}
header .head-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  z-index: 29;
}
header .head-strip .strip-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 0.4rem;
  font-size: 16px;
  line-height: 80px;
  color: #333;
}
header .head-strip .strip-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0d4c9a;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-item:hover {
  color: #0d4c9a;
}
header .head-strip .strip-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-item-active {
  color: #0d4c9a;
}
header .head-strip .strip-item-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip-active {
  background: none;
}
header .head-strip-active::after {
  display: none;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
}
footer .foot-top {
  width: 100%;
  height: 100px;
  background: #0d4c9a;
}
footer .foot-top .top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.38rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
}
footer .foot-top .top-main .main-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
footer .foot-top .top-main .main-tel img {
  width: 33px;
  height: auto;
}
footer .foot-top .top-main .main-tel span {
  margin-left: 0.15rem;
  font-size: 18px;
  color: #fff;
}
footer .foot-top .top-main .main-tel em {
  margin-left: 0.2rem;
  font-family: 'Montserrat-Bold';
  font-size: 0.4rem;
  color: #fff;
}
footer .foot-top .top-main .main-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 1rem;
  font-size: 18px;
  color: #fff;
}
footer .foot-top .top-main .main-link img {
  width: 0.24rem;
  margin-left: 0.14rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-top .top-main .main-link:hover img {
  transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
}
footer .foot-top .top-main .main-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
}
footer .foot-top .top-main .main-share .share-item {
  width: 43px;
  height: 43px;
  margin: 0 0.15rem;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  border: solid 2px transparent;
}
footer .foot-top .top-main .main-share .share-item img {
  width: 20px;
}
footer .foot-top .top-main .main-share .share-item:hover {
  border: solid 2px rgba(255, 255, 255, 0.3);
}
footer .foot-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 0.8rem;
}
footer .foot-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-top .top-left {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-top .top-left .left-item {
  width: 1.9rem;
  height: auto;
}
footer .foot-main .main-top .top-left .left-item .item-title {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 18px;
  font-weight: bold;
  color: #565655;
}
footer .foot-main .main-top .top-left .left-item .item-title:hover {
  color: #0d4c9a;
}
footer .foot-main .main-top .top-left .left-item .item-cent {
  width: 100%;
  height: auto;
  padding-right: 0.6rem;
}
footer .foot-main .main-top .top-left .left-item .item-cent a {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #989898;
}
footer .foot-main .main-top .top-left .left-item .item-cent a:hover {
  color: #0d4c9a;
}
footer .foot-main .main-top .top-ewm {
  width: 1.3rem;
  height: auto;
}
footer .foot-main .main-top .top-ewm img {
  width: 100%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
footer .foot-main .main-top .top-ewm .ewm-title {
  margin-top: 0.15rem;
  font-size: 14px;
  text-align: center;
  color: #9a9a9a;
}
footer .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
footer .foot-main .main-bottom .bottom-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #989898;
}
footer .foot-main .main-bottom .bottom-link a {
  font-size: 14px;
  color: #989898;
}
footer .foot-main .main-bottom .bottom-link a:hover {
  color: #0d4c9a;
}
footer .foot-main .main-bottom .bottom-link span {
  margin: 0 0.25rem;
}
footer .foot-main .main-bottom .bottom-zizhi {
  width: auto;
  font-size: 14px;
  color: #989898;
}
footer .foot-main .main-bottom .bottom-zizhi a {
  font-size: 14px;
  color: #989898;
}
footer .foot-main .main-bottom .bottom-zizhi a:hover {
  color: #0d4c9a;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.85rem;
  background: url(../images/plate1-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-main .main-item {
  position: relative;
  width: calc(100% / 4 - 0.24rem);
  height: auto;
  padding: 0.4rem 0.2rem 0.55rem;
  margin-right: 0.3rem;
  border-radius: 0.1rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  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-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate1 .plate1-main .main-item .item-num {
  font-family: 'Montserrat-Bold';
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-num i {
  position: relative;
  font-size: 0.24rem;
  margin-left: 0.4rem;
}
.container .cont-plate1 .plate1-main .main-item .item-num i::before {
  content: '+';
  position: absolute;
  top: -0.35rem;
  left: -0.25rem;
  font-family: 'Montserrat-Bold';
  font-size: 0.36rem;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-text {
  margin-top: 0.25rem;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}
.container .cont-plate1 .plate1-main .main-item .item-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.8rem;
  width: 0.6rem;
  height: 2px;
  background: linear-gradient(-90deg, #fff, transparent);
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-item .item-effect::after {
  content: '';
  position: absolute;
  top: -0.8rem;
  right: 0;
  width: 2px;
  height: 0.6rem;
  background: linear-gradient(0deg, #fff, transparent);
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-item .item-effect2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}
.container .cont-plate1 .plate1-main .main-item .item-effect2::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.8rem;
  width: 0.6rem;
  height: 2px;
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-item .item-effect2::after {
  content: '';
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 2px;
  height: 0.6rem;
  background: linear-gradient(180deg, #fff, transparent);
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-item:hover {
  border: solid 1px #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.container .cont-plate1 .plate1-main .main-item:hover .item-effect::before {
  animation: moveLeft 2.5s infinite linear;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-effect::after {
  animation: moveTop 2.5s infinite linear;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-effect2::before {
  animation: moveRight 2.5s infinite linear;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-effect2::after {
  animation: moveBottom 2.5s infinite linear;
}
.container .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.5rem;
  background: #f5f6f9;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-English {
  font-family: 'Montserrat-Bold';
  font-size: 0.54rem;
  text-transform: uppercase;
  text-align: center;
  color: #eee;
}
.container .cont-plate2 .plate2-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.container .cont-plate2 .plate2-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.114rem);
  height: auto;
  margin-right: 0.17rem;
  margin-bottom: 0.2rem;
  padding: 0.5rem 0.6rem 0.4rem;
  background: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-icon {
  position: relative;
  top: 0;
  left: 50%;
  width: 0.6rem;
  height: 0.5rem;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-title {
  margin-top: 0.35rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #343434;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-text {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-arrow {
  width: 18px;
  height: auto;
  margin: 0.15rem auto 0;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-arrow img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.4rem 0.48rem 0;
  background: #000;
  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 .main-box .box-item .item-cent .cent-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-cent .cent-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
  position: relative;
  padding-right: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  background: url(../images/icon/icon-plate2-arrow-active.png) no-repeat right center;
  background-size: 18px;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-box .box-item .item-cent .cent-text {
  position: relative;
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate2 .plate2-main .main-box .box-item:hover .item-icon {
  left: 0;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.container .cont-plate2 .plate2-main .main-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-box .box-item:hover .item-cent {
  opacity: 1;
}
.container .cont-plate2 .plate2-3D {
  position: absolute;
  bottom: -45%;
  left: 0;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding-top: 0.64rem;
}
.container .cont-plate3 .plate3-main {
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-English {
  font-family: 'Montserrat-Bold';
  font-size: 0.54rem;
  text-transform: uppercase;
  text-align: center;
  color: #eee;
}
.container .cont-plate3 .plate3-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate3 .plate3-main .main-text {
  width: 15.38rem;
  margin: 0.3rem auto 0;
  font-size: 0.3rem;
  text-align: center;
  color: #333;
}
.container .cont-plate3 .plate3-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide {
  width: 20%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #12a5cc, #3c3db5);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 2rem 0.65rem 0;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box .box-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0.8rem;
  left: 0.65rem;
  width: 47px;
  height: 33px;
  margin-top: 1.2rem;
  border: solid 2px #fff;
  border-radius: 45px;
}
.container .cont-plate3 .plate3-main .main-box .swiper-slide .slide-box:hover .box-pic::after {
  opacity: 0.85;
}
.container .cont-plate3 .plate3-main .main-box .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-plate3 .plate3-main .main-box .swiper-slide .slide-box:hover .box-cent .cent-text {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.68rem;
  height: 0.68rem;
  border: solid 2px #fff;
  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;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev img,
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev .img2,
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover,
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover {
  background: #fff;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img1,
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img2,
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
  left: 10%;
}
.container .cont-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  right: 10%;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.05rem;
}
.container .cont-plate4 .plate4-main {
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-English {
  font-family: 'Montserrat-Bold';
  font-size: 0.54rem;
  text-transform: uppercase;
  text-align: center;
  color: #eee;
}
.container .cont-plate4 .plate4-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: center;
  width: 15.38rem;
  height: auto;
  margin: 0.55rem auto 0;
}


.container .cont-plate4 .plate4-main .main-top .main-top-body{
  overflow: hidden;
}

.container .cont-plate4 .plate4-main .main-top .swiper-slide{
  width: auto !important;
  height: auto;
  text-align: center;
}
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  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;
}
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-prev:hover,
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-next:hover {
  background: linear-gradient(180deg, #12a5cc, #3c3db5);
}
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-prev {
  left: -6%;
}
.container .cont-plate4 .plate4-main .main-top .plate4-swiper-button-next {
  right: -6%;
}

.container .cont-plate4 .plate4-main .main-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.5rem;
  cursor: pointer;
}
.container .cont-plate4 .plate4-main .main-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -7px;
  border: solid 7px transparent;
  border-top: solid 7px #0d4c9a;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-top .top-item .item-icon {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 1px #e7e7e7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-top .top-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.38rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-top .top-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-top .top-item .item-title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-top .top-item:hover::after {
  bottom: -0.3rem;
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-top .top-item:hover .item-icon {
  background: linear-gradient(180deg, #12a5cc, #3c3db5);
}
.container .cont-plate4 .plate4-main .main-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-top .top-item:hover .item-title {
  color: #0d4c9a;
}
.container .cont-plate4 .plate4-main .main-top .top-item-active::after {
  bottom: -0.3rem;
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-top .top-item-active .item-icon {
  background: linear-gradient(180deg, #12a5cc, #3c3db5);
}
.container .cont-plate4 .plate4-main .main-top .top-item-active .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-top .top-item-active .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-top .top-item-active .item-title {
  color: #0d4c9a;
}
.container .cont-plate4 .plate4-main .main-box {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 1.05rem auto 0;
}
.container .cont-plate4 .plate4-main .main-box .box-lump {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item {
  position: relative;
  width: calc(100% / 3 - 0.1667rem);
  height: auto;
  margin-right: 0.25rem;
  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-lump .lump-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0d4c9a;
  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;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-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;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.6rem 1.1rem;
  border-right: solid 1px #f2f2f2;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-time {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #c9c9c9;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-size: 20px;
  font-weight: bold;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item .item-cent .cent-link {
  position: absolute;
  bottom: 0.46rem;
  left: 0.6rem;
  width: 110px;
  font-size: 16px;
  color: #9a9a9a;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  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-lump .lump-item:hover {
  transform: translatey(-20px);
  -o-transform: translatey(-20px);
  -moz-transform: translatey(-20px);
  -webkit-transform: translatey(-20px);
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-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-lump .lump-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item:hover .item-cent .cent-title {
  color: #0d4c9a;
}
.container .cont-plate4 .plate4-main .main-box .box-lump .lump-item:hover .item-cent .cent-link {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.container .cont-plate4 .plate4-main .main-box .box-lump-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition: all 0.8s 0.5s;
  -o-transition: all 0.8s 0.5s;
  -moz-transition: all 0.8s 0.5s;
  -webkit-transition: all 0.8s 0.5s;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.8rem;
  background: url(../images/plate5-bg.jpg) no-repeat left bottom;
  background-size: cover;
}
.container .cont-plate5 .plate5-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-English {
  font-family: 'Montserrat-Bold';
  font-size: 0.54rem;
  text-transform: uppercase;
  text-align: center;
  color: #eee;
}
.container .cont-plate5 .plate5-main .main-title {
  margin-top: 0.1rem;
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item {
  position: relative;
  width: 4.32rem;
  height: auto;
  margin-right: 0.3rem;
  background: #fff;
}
.container .cont-plate5 .plate5-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0d4c9a;
  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;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.36rem 0.48rem 0.53rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-time {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #c9c9c9;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item .item-cent .cent-link {
  width: 110px;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-title {
  color: #0d4c9a;
}
.container .cont-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-link {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.container .cont-plate5 .plate5-main .main-box .box-cont {
  width: 6.12rem;
  height: auto;
  padding: 0.55rem 0.55rem 0.45rem;
  background: #fff;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-top {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0.55rem;
  border-bottom: solid 1px #e9e9e9;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-top .cent-time {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #c9c9c9;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-top .cent-title {
  margin-top: 0.15rem;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-top .cent-text {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  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-plate5 .plate5-main .main-box .box-cont .cont-top:hover .cent-title {
  color: #0d4c9a;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-list {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-list .list-link {
  display: block;
  font-size: 16px;
  line-height: 0.48rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate5 .plate5-main .main-box .box-cont .cont-list .list-link:hover {
  color: #004ea2;
}
.container .cont-plate5 .plate5-main .main-web-box {
  display: none;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-palte1 {
  width: 100%;
  height: auto;
  padding: 1.12rem 0 0.92rem;
}
.about .about-palte1 .plate1-top {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.about .about-palte1 .plate1-top .top-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.about .about-palte1 .plate1-top .top-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.about .about-palte1 .plate1-top .top-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.about .about-palte1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.96rem;
}
.about .about-palte1 .plate1-main .main-cent {
  width: 58.4%;
  height: auto;
  padding: 0 1rem 0 10%;
}
.about .about-palte1 .plate1-main .main-cent .cent-title {
  font-size: 0.36rem;
  color: #333;
}
.about .about-palte1 .plate1-main .main-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_Light';
  font-size: 0.48rem;
  background-image: linear-gradient(180deg, #0891e0, #0039bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-palte1 .plate1-main .main-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.about .about-palte1 .plate1-main .main-pic {
  width: 41.6%;
  height: auto;
  overflow: hidden;
}
.about .about-palte1 .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;
}
.about .about-palte1 .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));
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 1.98rem 0 3.16rem;
  text-align: center;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about-plate2 .plate2-cent {
  display: inline-block;
  position: relative;
  width: auto;
}
.about .about-plate2 .plate2-cent::before {
  content: '“';
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  font-family: Arial;
  font-size: 3.5rem;
  color: #fff;
  opacity: 0.1;
}
.about .about-plate2 .plate2-cent::after {
  content: '”';
  position: absolute;
  bottom: -3rem;
  right: -1.5rem;
  font-family: Arial;
  font-size: 3.5rem;
  color: #fff;
  opacity: 0.1;
}
.about .about-plate2 .plate2-cent span {
  font-size: 0.48rem;
  color: #fff;
}
.about .about-plate2 .plate2-cent em {
  display: inline-block;
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0;
}
.about .about-plate3 .plate3-top {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-top .top-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.about .about-plate3 .plate3-top .top-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Medium';
  font-size: 0.36rem;
  text-transform: uppercase;
  text-align: center;
  color: #d3d3d3;
}
.about .about-plate3 .plate3-top .top-heng {
  width: 36px;
  height: 5px;
  margin: 0.15rem auto 0;
  background: #0d4c9a;
}
.about .about-plate3 .plate3-list {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.about .about-plate3 .plate3-list::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.about .about-plate3 .plate3-list .list-box {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 14px;
  overflow: hidden;
}
.about .about-plate3 .plate3-list .list-box .swiper-slide {
  width: 25%;
  height: auto;
}
.about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-title {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-year {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  text-align: center;
  color: #666;
}
.about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-yuan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0.1rem auto 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
}
.about .about-plate3 .plate3-list .list-box .swiper-slide .slide-box .box-yuan span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-list .list-box .swiper-slide-active .slide-box .box-title {
  background-image: linear-gradient(180deg, #0891e0, #0039bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-plate3 .plate3-list .list-box .swiper-slide-active .slide-box .box-yuan span {
  width: 14px;
  height: 14px;
  background: #0d4c9a;
}
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-prev,
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next:hover {
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-prev {
  left: 0;
}
.about .about-plate3 .plate3-list .list-box .plate3-swiper-button-next {
  right: 0;
}
.about .about-plate3 .plate3-main {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0.6rem auto 0;
}
.about .about-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 .plate3-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 0.3rem 0 0.98rem;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-title {
  font-family: 'Montserrat-Bold';
  font-size: 0.72rem;
  color: #0d4c9a;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-heng {
  width: 46px;
  height: 2px;
  margin-top: 0.25rem;
  background: #cbcbcb;
}
.about .about-plate3 .plate3-main .main-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.about .about-plate3 .plate3-main .main-box-active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .about-plate4 {
  width: 15.38rem;
  height: auto;
  margin: 1.4rem auto 1.2rem;
}
.about .about-plate4 .plate4-top {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate4 .plate4-top .top-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.about .about-plate4 .plate4-top .top-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Medium';
  font-size: 0.36rem;
  text-transform: uppercase;
  text-align: center;
  color: #d3d3d3;
}
.about .about-plate4 .plate4-top .top-heng {
  width: 36px;
  height: 5px;
  margin: 0.15rem auto 0;
  background: #0d4c9a;
}
.about .about-plate4 .plate4-list {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about .about-plate4 .plate4-list .list-button {
  width: 148px;
  height: 50px;
  margin: 0 0.1rem;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #666;
  border-radius: 45px;
  border: solid 1px #e6e6e6;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-list .list-button:hover {
  color: #0d4c9a;
  border: solid 1px #0d4c9a;
}
.about .about-plate4 .plate4-list .list-button-active {
  color: #0d4c9a;
  border: solid 1px #0d4c9a;
}
.about .about-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about .about-plate4 .plate4-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate4 .plate4-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item {
  position: relative;
  width: calc(100% / 4 - 0.3825rem);
  height: auto;
  margin-right: 0.51rem;
  margin-bottom: 0.6rem;
  padding: 0.26rem 0.16rem 0.35rem;
  background: #f5f5f5;
  cursor: pointer;
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 0.76rem;
  height: 0.76rem;
  background: url(../images/icon/icon-about-plate5-serach.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item .item-pic {
  width: 100%;
  height: 3.33rem;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  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-cont .cont-item .item-title {
  margin-top: 0.3rem;
  font-size: 18px;
  text-align: center;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item:hover {
  background: #0d4c9a;
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item:hover::after {
  opacity: 1;
}
.about .about-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));
}
.about .about-plate4 .plate4-main .main-box .box-cont .cont-item:hover .item-title {
  color: #fff;
}
.about .about-plate4 .plate4-main .main-box .box-load {
  display: block;
  width: 48px;
  height: auto;
  margin: 0.2rem auto 0;
}
.about .about-plate4 .plate4-main .main-box .box-load img {
  width: 100%;
}
.about .about-plate4 .plate4-main .main-box .box-load:hover img {
  animation: load 1.2s infinite linear;
}
.about .about-plate4 .plate4-main .main-box-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.about .pupop-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .pupop-main {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 6.5rem;
  height: 9.5rem;
  padding: 0 0.5rem 0.8rem;
  background: #fff;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .pupop-main .main-title {
  width: 100%;
  height: auto;
  padding-top: 0.48rem;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  color: #191c22;
}
.about .pupop-main .main-pic {
  width: 100%;
  height: 100%;
}
.about .pupop-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.about .pupop-main .main-hide {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 23px;
  height: auto;
  cursor: pointer;
}
.about .pupop-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .pupop-main .main-hide:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.partner {
  width: 100%;
  height: auto;
  padding: 1.12rem 0 1.78rem;
  background: url(../images/partner/bg.png) no-repeat top left;
  background-size: 100%;
}
.partner .partner-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.partner .partner-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.partner .partner-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.partner .partner-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.partner .partner-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.68rem;
  border: solid 1px #eaeaea;
  border-bottom: none;
}
.partner .partner-main .main-cont .cont-item {
  width: calc(100% / 6);
  height: 1.79rem;
  border-right: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-cont .cont-item:nth-child(6n) {
  border-right: none;
}
.partner .partner-main .main-cont .cont-item img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-cont .cont-item:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.partner .partner-main .main-cont .cont-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.partner .partner-main .main-load {
  display: block;
  width: 48px;
  height: auto;
  margin: 1rem auto 0;
}
.partner .partner-main .main-load img {
  width: 100%;
}
.partner .partner-main .main-load:hover img {
  animation: load 1.2s infinite linear;
}
.data {
  width: 100%;
  height: auto;
}
.data .data-palte1 {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding: 1.12rem 0 0.7rem;
}
.data .data-palte1 .palte1-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.data .data-palte1 .palte1-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.data .data-palte1 .palte1-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.data .data-palte1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.92rem;
}
.data .data-palte1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0.96rem 0.7rem 0.4rem;
  background: #f4f4f4;
}
.data .data-palte1 .plate1-main .main-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.data .data-palte1 .plate1-main .main-cent .cent-text {
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.data .data-palte1 .plate1-main .main-box {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.data .data-palte1 .plate1-main .main-box 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;
}
.data .data-palte1 .plate1-main .main-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.data .data-plate2 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0;
}
.data .data-plate2 .plate2-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.data .data-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.data .data-plate2 .plate2-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.data .data-plate2 .plate2-main .main-box .box-pic {
  width: 100%;
  height: auto;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.data .data-plate2 .plate2-main .main-box .box-pic img {
  width: 100%;
}
.data .data-plate2 .plate2-main .main-box .box-pic-active {
  position: relative;
  opacity: 1;
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.data .data-plate2 .plate2-main .main-cont {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15.38rem;
  height: 100%;
  margin-left: -7.69rem;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide {
  width: 20%;
  height: 100%;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.6rem 0.3rem 0;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 80, 190, 0.8), transparent);
  opacity: 0;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item .item-icon {
  position: relative;
  width: 52px;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item .item-icon img {
  width: 100%;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item .item-title {
  position: relative;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  z-index: 9;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide .slide-item:hover::after {
  opacity: 1;
}
.data .data-plate2 .plate2-main .main-cont .swiper-slide-on .slide-item::after {
  opacity: 1;
}
.data .data-plate2 .plate2-main .plate2-swiper-button-prev,
.data .data-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  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;
}
.data .data-plate2 .plate2-main .plate2-swiper-button-prev img,
.data .data-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.data .data-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.data .data-plate2 .plate2-main .plate2-swiper-button-next:hover {
  border: solid 1px transparent;
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.data .data-plate2 .plate2-main .plate2-swiper-button-prev {
  left: 0.7rem;
}
.data .data-plate2 .plate2-main .plate2-swiper-button-next {
  right: 0.7rem;
}
.data .data-plate3 {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.65rem;
}
.data .data-plate3 .plate3-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.data .data-plate3 .plate3-main {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 32px;
}
.data .data-plate3 .plate3-main img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.solution {
  width: 100%;
  height: auto;
}
.solution .solution-plate1 {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding: 1.12rem 0 0.7rem;
}
.solution .solution-plate1 .plate1-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.solution .solution-plate1 .plate1-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.solution .solution-plate1 .plate1-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.solution .solution-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.solution .solution-plate1 .plate1-main .main-cent {
  width: 58.7%;
  height: auto;
  padding-right: 0.7rem;
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.solution .solution-plate1 .plate1-main .main-pic {
  width: 41.3%;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate1 .plate1-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-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));
}
.solution .solution-plate2 {
  width: 100%;
  height: auto;
}
.solution .solution-plate2 .plate2-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solution .solution-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  margin-top: 0.7rem;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.solution .solution-plate2 .plate2-main .main-box {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide {
  width: calc(100% / 4 - 19.5px);
  height: auto;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.5rem 0.7rem;
  border-radius: 0.1rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-icon .img2 {
  opacity: 0;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-title {
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #191c22;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box .box-text {
  margin-top: 0.35rem;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover {
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-icon .img1 {
  opacity: 0;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-icon .img2 {
  opacity: 1;
}
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-title,
.solution .solution-plate2 .plate2-main .main-box .swiper-slide .slide-box:hover .box-text {
  color: #fff;
}
.solution .solution-plate2 .plate2-main .plate2-swiper-button-prev,
.solution .solution-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  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;
}
.solution .solution-plate2 .plate2-main .plate2-swiper-button-prev img,
.solution .solution-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate2 .plate2-main .plate2-swiper-button-prev:hover,
.solution .solution-plate2 .plate2-main .plate2-swiper-button-next:hover {
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.solution .solution-plate2 .plate2-main .plate2-swiper-button-prev {
  left: 0.7rem;
}
.solution .solution-plate2 .plate2-main .plate2-swiper-button-next {
  right: 0.7rem;
}
.solution .solution-plate3 {
  width: 100%;
  height: auto;
  padding-top: 0.82rem;
}
.solution .solution-plate3 .plate3-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solution .solution-plate3 .plate3-main {
  width: 15.38rem;
  height: auto;
  margin: 0.82rem auto 0;
}
.solution .solution-plate3 .plate3-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.solution .solution-plate3 .plate3-main .main-item .item-pic {
  width: 58.8%;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate3 .plate3-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;
}
.solution .solution-plate3 .plate3-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-plate3 .plate3-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 41.3%;
  height: auto;
  padding: 0 0.7rem;
  background: #f4f4f4;
}
.solution .solution-plate3 .plate3-main .main-item .item-cent .cent-box {
  width: 100%;
  height: auto;
}
.solution .solution-plate3 .plate3-main .main-item .item-cent .cent-box .box-title {
  font-size: 0.3rem;
  color: #333;
}
.solution .solution-plate3 .plate3-main .main-item .item-cent .cent-box .box-text {
  margin-top: 0.2rem;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.solution .solution-plate3 .plate3-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.solution .solution-plate4 {
  width: 100%;
  height: auto;
  padding: 0.82rem 0;
  background: url(../images/solution/bg2.png) no-repeat center bottom;
  background-size: 100%;
}
.solution .solution-plate4 .plate4-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solution .solution-plate4 .plate4-main {
  width: 15.38rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.solution .solution-plate4 .plate4-main .main-pic {
  width: 9.82rem;
  height: auto;
  margin: 0 auto;
}
.solution .solution-plate4 .plate4-main .main-pic img {
  width: 100%;
}
.solution .solution-plate5 {
  width: 100%;
  height: auto;
}
.solution .solution-plate5 .plate5-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solution .solution-plate5 .plate5-main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.6rem 0;
  margin-top: 0.86rem;
  background: url(../images/solution/bg3.jpg) no-repeat top left;
  background-size: cover;
}
.solution .solution-plate5 .plate5-main .main-box {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide {
  width: calc(100% / 4 - 19.5px);
  height: auto;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.5rem 0.7rem;
  border-radius: 0.1rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-icon .img2 {
  opacity: 0;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-title {
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #191c22;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box .box-text {
  margin-top: 0.35rem;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover {
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-icon .img1 {
  opacity: 0;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-icon .img2 {
  opacity: 1;
}
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-title,
.solution .solution-plate5 .plate5-main .main-box .swiper-slide .slide-box:hover .box-text {
  color: #fff;
}
.solution .solution-plate5 .plate5-main .plate5-swiper-button-prev,
.solution .solution-plate5 .plate5-main .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  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;
}
.solution .solution-plate5 .plate5-main .plate5-swiper-button-prev img,
.solution .solution-plate5 .plate5-main .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate5 .plate5-main .plate5-swiper-button-prev:hover,
.solution .solution-plate5 .plate5-main .plate5-swiper-button-next:hover {
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.solution .solution-plate5 .plate5-main .plate5-swiper-button-prev {
  left: 0.7rem;
}
.solution .solution-plate5 .plate5-main .plate5-swiper-button-next {
  right: 0.7rem;
}
.solution .solution-plate6 {
  width: 100%;
  height: auto;
  padding: 1.14rem 0 1.95rem;
}
.solution .solution-plate6 .plate6-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solution .solution-plate6 .plate6-main {
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0.88rem auto 0;
}
.solution .solution-plate6 .plate6-main .main-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide {
  width: calc(100% / 3 - 54px);
  height: auto;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0d4c9a;
  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;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-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;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.6rem 0.48rem 0.8rem;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent .cent-title {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item .item-cent .cent-link {
  width: 110px;
  margin-top: 0.35rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item:hover {
  background: #fff;
  box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-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));
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-title {
  color: #0d4c9a;
}
.solution .solution-plate6 .plate6-main .main-box .swiper-slide .slide-item:hover .item-cent .cent-link {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.solution .solution-plate6 .plate6-main .plate6-swiper-button-prev,
.solution .solution-plate6 .plate6-main .plate6-swiper-button-next {
  position: absolute;
  top: 40%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  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;
}
.solution .solution-plate6 .plate6-main .plate6-swiper-button-prev img,
.solution .solution-plate6 .plate6-main .plate6-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate6 .plate6-main .plate6-swiper-button-prev:hover,
.solution .solution-plate6 .plate6-main .plate6-swiper-button-next:hover {
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.solution .solution-plate6 .plate6-main .plate6-swiper-button-prev {
  left: -1.2rem;
}
.solution .solution-plate6 .plate6-main .plate6-swiper-button-next {
  right: -1.2rem;
}
.case {
  width: 100%;
  height: auto;
  padding: 1.12rem 0 1.6rem;
}
.case .case-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto ;
}
.case .case-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.case .case-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.case .case-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.case .case-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.86rem;
}
.case .case-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.54rem);
  height: auto;
  margin-right: 0.81rem;
  margin-bottom: 0.86rem;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0d4c9a;
  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;
}
.case .case-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.case .case-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.48rem 0.8rem;
}
.case .case-main .main-box .box-item .item-cent .cent-title {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-box .box-item .item-cent .cent-link {
  width: 110px;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
}
.case .case-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));
}
.case .case-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.case .case-main .main-box .box-item:hover .item-cent .cent-title {
  color: #0d4c9a;
}
.case .case-main .main-box .box-item:hover .item-cent .cent-link {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.caseDetails {
  width: 100%;
  height: auto;
}
.caseDetails .caseDetails-top {
  width: 100%;
  height: auto;
  padding: 0.82rem 0 0.65rem;
}
.caseDetails .caseDetails-top .top-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.caseDetails .caseDetails-top .top-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.caseDetails .caseDetails-top .top-main .main-time {
  margin-top: 0.42rem;
  font-size: 20px;
  color: #ccc;
}
.caseDetails .caseDetails-top .top-main .main-time img {
  width: 16px;
  margin-right: 0.15rem;
}
.caseDetails .caseDetails-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #f5f5f5;
}
.caseDetails .caseDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  border-top: solid 1px #f0f0f0;
}
.caseDetails .caseDetails-main .main-box .box-share {
  width: 1.5rem;
  height: 100%;
}
.caseDetails .caseDetails-main .main-box .box-share .share-list {
  width: 1.5rem;
  height: auto;
  border-top: solid 3px #f08519;
  background: #fafafa;
}
.caseDetails .caseDetails-main .main-box .box-share .share-list .share-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 16px;
  color: #666;
  border-bottom: solid 1px #ebebeb;
}
.caseDetails .caseDetails-main .main-box .box-share .share-list .share-item img {
  width: 30px;
  margin-right: 0.15rem;
}
.caseDetails .caseDetails-main .main-box .box-share .share-list .share-bototm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 14px;
  color: #fff;
  background: #0d4c9a;
}
.caseDetails .caseDetails-main .main-box .box-share .share-list .share-bototm img {
  width: 17px;
  margin-left: 0.12rem;
}
.caseDetails .caseDetails-main .main-box .box-share .share-list-active {
  position: fixed;
  top: 100px;
}
.caseDetails .caseDetails-main .main-box .box-cent {
  width: 10.76rem;
  height: auto;
  padding: 0.7rem 0.6rem 1rem;
  background: #fff;
}
.caseDetails .caseDetails-main .main-box .box-cent .cent-title {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.caseDetails .caseDetails-main .main-box .box-cent .cent-title span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.caseDetails .caseDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 36px;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  white-space: pre-wrap;
}
.caseDetails .caseDetails-main .main-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.caseDetails .caseDetails-main .main-box .box-cent .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.caseDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title {
  width: 100%;
  height: 48px;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: 14px;
  line-height: 48px;
  font-weight: bold;
  color: #666;
  background: #f7f7f7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a {
  margin-left: 0.15rem;
  color: #666;
}
.caseDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a:hover {
  color: #0d4c9a;
}
.caseDetails .caseDetails-main .main-box .box-list {
  width: 3.1rem;
  height: auto;
  padding: 0.5rem 0.3rem 0 0.4rem;
  border-top: solid 4px #0d4c9a;
  background: #f5f5f5;
}
.caseDetails .caseDetails-main .main-box .box-list .list-title {
  margin-bottom: 0.5rem;
  font-size: 18px;
  color: #0d4c9a;
}
.caseDetails .caseDetails-main .main-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.caseDetails .caseDetails-main .main-box .box-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.caseDetails .caseDetails-main .main-box .box-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetails .caseDetails-main .main-box .box-list .list-item .item-title {
  margin-top: 0.32rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.caseDetails .caseDetails-main .main-box .box-list .list-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.caseDetails .caseDetails-main .main-box .box-list .list-item:hover .item-title {
  color: #0d4c9a;
}
.caseDetails .caseDetails-main .main-box .box-list .list-button {
  display: block;
  width: 100px;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetails .caseDetails-main .main-box .box-list .list-button:hover {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.news {
  width: 100%;
  height: auto;
  padding: 0.92rem 0 1.36rem;
}
.news .news-main {
  width: 15.38rem;
  margin: 0 auto;
}
.news .news-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.news .news-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.news .news-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.news .news-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.68rem;
}
.news .news-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.5rem 0.7rem;
  background: #f6f6f6;
}
.news .news-main .main-top .top-cent .cent-data {
  width: 100%;
  height: auto;
  text-align: right;
}
.news .news-main .main-top .top-cent .cent-data span {
  font-family: 'Montserrat-Bold';
  font-size: 0.6rem;
  line-height: 0.5rem;
  color: #0d4c9a;
}
.news .news-main .main-top .top-cent .cent-data em {
  font-size: 18px;
  color: #c9c9c9;
}
.news .news-main .main-top .top-cent .cent-title {
  margin-top: 0.25rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-top .top-cent .cent-link {
  width: 110px;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top:hover .top-cent .cent-title {
  color: #0d4c9a;
}
.news .news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.82rem;
}
.news .news-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.7867rem);
  height: auto;
  margin-right: 1.18rem;
  margin-bottom: 0.82rem;
  background: #f6f6f6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0d4c9a;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.news .news-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.36rem 0.48rem 0.53rem;
}
.news .news-main .main-box .box-item .item-cent .cent-time {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #c9c9c9;
}
.news .news-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-cent .cent-link {
  width: 110px;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
}
.news .news-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.news .news-main .main-box .box-item:hover .item-cent .cent-title {
  color: #0d4c9a;
}
.news .news-main .main-box .box-item:hover .item-cent .cent-link {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.newsDetails {
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-top {
  width: 100%;
  height: auto;
  padding: 0.82rem 0 0.65rem;
}
.newsDetails .newsDetails-top .top-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-top .top-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.newsDetails .newsDetails-top .top-main .main-time {
  margin-top: 0.42rem;
  font-size: 20px;
  color: #ccc;
}
.newsDetails .newsDetails-top .top-main .main-time img {
  width: 16px;
  margin-right: 0.15rem;
}
.newsDetails .caseDetails-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #f5f5f5;
}
.newsDetails .caseDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  border-top: solid 1px #f0f0f0;
}
.newsDetails .caseDetails-main .main-box .box-share {
  width: 1.5rem;
  height: 100%;
}
.newsDetails .caseDetails-main .main-box .box-share .share-list {
  width: 1.5rem;
  height: auto;
  border-top: solid 3px #f08519;
  background: #fafafa;
}
.newsDetails .caseDetails-main .main-box .box-share .share-list .share-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 16px;
  color: #666;
  border-bottom: solid 1px #ebebeb;
}
.newsDetails .caseDetails-main .main-box .box-share .share-list .share-item img {
  width: 30px;
  margin-right: 0.15rem;
}
.newsDetails .caseDetails-main .main-box .box-share .share-list .share-bototm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 14px;
  color: #fff;
  background: #0d4c9a;
}
.newsDetails .caseDetails-main .main-box .box-share .share-list .share-bototm img {
  width: 17px;
  margin-left: 0.12rem;
}
.newsDetails .caseDetails-main .main-box .box-share .share-list-active {
  position: fixed;
  top: 100px;
}
.newsDetails .caseDetails-main .main-box .box-cent {
  width: 10.76rem;
  height: auto;
  padding: 0.7rem 0.6rem 1rem;
  background: #fff;
}
.newsDetails .caseDetails-main .main-box .box-cent .cent-title {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.newsDetails .caseDetails-main .main-box .box-cent .cent-title span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.newsDetails .caseDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 36px;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  white-space: pre-wrap;
}
.newsDetails .caseDetails-main .main-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .caseDetails-main .main-box .box-cent .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.newsDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title {
  width: 100%;
  height: 48px;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: 14px;
  line-height: 48px;
  font-weight: bold;
  color: #666;
  background: #f7f7f7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a {
  margin-left: 0.15rem;
  color: #666;
}
.newsDetails .caseDetails-main .main-box .box-cent .box-bottom .bottom-title a:hover {
  color: #0d4c9a;
}
.newsDetails .caseDetails-main .main-box .box-list {
  width: 3.1rem;
  height: auto;
  padding: 0.5rem 0.3rem 0 0.4rem;
  border-top: solid 4px #0d4c9a;
  background: #f5f5f5;
}
.newsDetails .caseDetails-main .main-box .box-list .list-title {
  margin-bottom: 0.5rem;
  font-size: 18px;
  color: #0d4c9a;
}
.newsDetails .caseDetails-main .main-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.newsDetails .caseDetails-main .main-box .box-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetails .caseDetails-main .main-box .box-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .caseDetails-main .main-box .box-list .list-item .item-title {
  margin-top: 0.32rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.newsDetails .caseDetails-main .main-box .box-list .list-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetails .caseDetails-main .main-box .box-list .list-item:hover .item-title {
  color: #0d4c9a;
}
.newsDetails .caseDetails-main .main-box .box-list .list-button {
  display: block;
  width: 100px;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .caseDetails-main .main-box .box-list .list-button:hover {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.dynamic {
  width: 100%;
  height: auto;
  padding: 0.92rem 0 1.18rem;
}
.dynamic .dynamic-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.dynamic .dynamic-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.dynamic .dynamic-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.dynamic .dynamic-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.dynamic .dynamic-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.68rem;
}
.dynamic .dynamic-main .main-top .top-pic {
  width: 4.8rem;
  height: auto;
  overflow: hidden;
}
.dynamic .dynamic-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dynamic .dynamic-main .main-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.dynamic .dynamic-main .main-top .top-cent {
  width: 10.56rem;
  height: auto;
  padding: 0.32rem 0.74rem 0;
}
.dynamic .dynamic-main .main-top .top-cent .cent-time {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #cdcdcd;
}
.dynamic .dynamic-main .main-top .top-cent .cent-title {
  margin-top: 0.2rem;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dynamic .dynamic-main .main-top .top-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dynamic .dynamic-main .main-top .top-cent .cent-link {
  width: 110px;
  margin-top: 0.36rem;
  font-size: 16px;
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dynamic .dynamic-main .main-top:hover .top-cent .cent-title {
  color: #0d4c9a;
}
.dynamic .dynamic-main .main-box {
  width: 100%;
  height: auto;
  margin-bottom: 1.06rem;
}
.dynamic .dynamic-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  background: #f8f8f8;
}
.dynamic .dynamic-main .main-box .box-item .item-pic {
  width: 2.46rem;
  height: auto;
  overflow: hidden;
  display: flex;
}
.dynamic .dynamic-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dynamic .dynamic-main .main-box .box-item .item-cent {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 2.46rem);
  height: auto;
  padding: 0.4rem 0.54rem 0;
}
.dynamic .dynamic-main .main-box .box-item .item-cent .cent-box {
  width: 9.1rem;
  height: auto;
}
.dynamic .dynamic-main .main-box .box-item .item-cent .cent-box .box-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic .dynamic-main .main-box .box-item .item-cent .cent-box .box-text {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic .dynamic-main .main-box .box-item .item-cent .cent-time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 110px;
  height: auto;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #cdcdcd;
}
.dynamic .dynamic-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));
}
.dynamic .dynamic-main .main-box .box-item:hover .item-cent .box-title {
  color: #0d4c9a;
}
.commend {
  width: 100%;
  height: auto;
  padding: 0.92rem 0 1.18rem;
}
.commend .commend-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.commend .commend-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.commend .commend-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.commend .commend-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.commend .commend-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.86rem;
  margin-bottom: 1.1rem;
}
.commend .commend-main .main-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.3rem;
  padding: 0 0.46rem;
  margin-bottom: 0.2rem;
  background: #f8f8f8;
}
.commend .commend-main .main-box .box-item .item-time {
  width: 120px;
  height: auto;
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  color: #cdcdcd;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.commend .commend-main .main-box .box-item .item-cent {
  width: calc(100% - 290px);
  height: auto;
  padding: 0.4rem 0.45rem;
}
.commend .commend-main .main-box .box-item .item-cent .cent-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.commend .commend-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 14px;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.commend .commend-main .main-box .box-item .item-link {
  width: 110px;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.commend .commend-main .main-box .box-item:hover {
  background: #0d4c9a;
}
.commend .commend-main .main-box .box-item:hover .item-cent .cent-title {
  color: #fff;
}
.commend .commend-main .main-box .box-item:hover .item-cent .cent-text {
  color: rgba(255, 255, 255, 0.3);
}
.commend .commend-main .main-box .box-item:hover .item-link {
  color: #fff;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
  background-size: 24px;
}
.join {
  width: 100%;
  height: auto;
  padding: 1.14rem 0 1.2rem;
}
.join .join-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.join .join-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.join .join-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.join .join-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.join .join-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  margin-bottom: 1.1rem;
}
.join .join-main .main-box .box-left {
  width: 11rem;
  height: auto;
}
.join .join-main .main-box .box-left .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.join .join-main .main-box .box-left .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  background: #fafafa;
  cursor: pointer;
  border-top: solid 3px #ececec;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-box .box-left .list-dd .dd-top::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: #b9dbff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-mail {
  width: 9rem;
  padding: 0.3rem 0 0.5rem 0.4rem;
  font-size: 20px;
  color: #252525;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title {
  font-size: 24px;
  color: #252525;
  white-space: nowrap;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title .title1 {
  display: inline-block;
  width: auto;
  margin-right: 1.3rem;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text {
  font-size: 16px;
  color: #a5a5a5;
  opacity: 0.45;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-title .title-text:last-child {
  margin-right: 0;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-text {
  margin-top: 0.16rem;
  font-size: 16px;
  line-height: 26px;
  color: #969696;
  opacity: 0.6;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-mail .mail-text span {
  margin-right: 0.6rem;
}
.join .join-main .main-box .box-left .list-dd .dd-top .dd-show {
  width: 1.42rem;
  height: auto;
  background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
  background-size: 0.59rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-box .box-left .list-dd .top-active::before {
  width: 100%;
}
.join .join-main .main-box .box-left .list-dd .top-active .dd-mail {
  width: 100%;
}
.join .join-main .main-box .box-left .list-dd .top-active .dd-mail .mail-title .title1 {
  color: #0d4c9a;
}
.join .join-main .main-box .box-left .list-dd .top-active .dd-mail .mail-title .title-text {
  display: inline-block;
}
.join .join-main .main-box .box-left .list-dd .top-active .dd-show {
  width: 0;
  opacity: 0;
}
.join .join-main .main-box .box-left .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.1rem 0.4rem 0.5rem;
  background: #fafafa;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #252525;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-text,
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 3.26rem;
  height: auto;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.25rem;
  background: #dedede;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button .buttom-icon {
  width: 17px;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
  background: #0d4c9a;
}
.join .join-main .main-box .box-left .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
  width: 0.59rem;
  height: 0.59rem;
  background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
  background-size: 0.59rem;
  cursor: pointer;
}
.join .join-main .main-box .box-left .mt {
  margin-top: 0.6rem;
}
.join .join-main .main-box .box-right {
  width: 3.8rem;
  height: auto;
}
.join .join-main .main-box .box-right .right-top {
  width: 100%;
  height: auto;
}
.join .join-main .main-box .box-right .right-top img {
  width: 100%;
}
.join .join-main .main-box .box-right .right-box {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.4rem 0.8rem;
  background: #f2f2f2;
}
.join .join-main .main-box .box-right .right-box .box-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.join .join-main .main-box .box-right .right-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.2rem;
  margin: 0.2rem 0;
  font-size: 14px;
  color: #333;
  background: #fff;
}
.join .join-main .main-box .box-right .right-box input::placeholder {
  font-size: 14px;
  color: #a4a4a4;
}
.join .join-main .main-box .box-right .right-box .box-select {
  position: relative;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem 0 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.34rem;
  background: #fff;
  cursor: pointer;
}
.join .join-main .main-box .box-right .right-box .box-select:last-child {
  margin-bottom: 0;
}
.join .join-main .main-box .box-right .right-box .box-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 9px;
  height: 5px;
  background: url(../images/icon/icon-join-arrow.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.join .join-main .main-box .box-right .right-box .box-select .select-title {
  font-size: 16px;
  line-height: 0.5rem;
  color: #b4b4b4;
}
.join .join-main .main-box .box-right .right-box .box-select .select-cent {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
  max-height: 150px;
  width: 100%;
  height: auto;
  background: #fff;
  border-top: 1px solid #f7f8f9;
  overflow: auto;
  z-index: 9;
}
.join .join-main .main-box .box-right .right-box .box-select .select-cent a {
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #f7f8f9;
}
.join .join-main .main-box .box-right .right-bottom {
  width: 100%;
  height: 3.27rem;
  padding: 0.3rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.join .join-main .main-box .box-right .right-bottom .bottom-icon {
  width: 100%;
  height: auto;
}
.join .join-main .main-box .box-right .right-bottom .bottom-icon img {
  width: 0.41rem;
}
.join .join-main .main-box .box-right .right-bottom .bottom-title {
  margin: 0.2rem 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0d4c9a;
}
.join .join-main .main-box .box-right .right-bottom .bottom-text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.12rem;
  font-size: 16px;
  color: #929292;
  word-break: break-all;
}
.relation {
  width: 100%;
  height: auto;
  padding: 1.12rem 0 1.82rem;
}
.relation .relation-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.relation .relation-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.relation .relation-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.relation .relation-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.relation .relation-main .main-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.relation .relation-main .main-top .top-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 11rem;
  height: auto;
}
.relation .relation-main .main-top .top-left .left-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
  padding: 0.7rem 0.6rem 0.5rem;
  background: #f7f7f7;
}
.relation .relation-main .main-top .top-left .left-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.relation .relation-main .main-top .top-left .left-item .item-top .top-title {
  font-family: 'Montserrat-Regular';
  font-size: 0.36rem;
  color: #333;
}
.relation .relation-main .main-top .top-left .left-item .item-top .top-text {
  font-size: 14px;
  color: #999;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left {
  width: auto;
  height: auto;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-num {
  position: relative;
  font-family: 'Montserrat-Bold';
  font-size: 0.66rem;
  line-height: 0.5rem;
  color: #00bc1f;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-num::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.3rem;
  width: 17px;
  height: 23px;
  background: url(../images/icon/icon-relation-arrow.png) no-repeat left top;
  background-size: 100%;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left .left-bottom span {
  font-size: 18px;
  color: #00bc1f;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 {
  width: auto;
  height: auto;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-num {
  position: relative;
  font-family: 'Montserrat-Bold';
  font-size: 0.66rem;
  line-height: 0.5rem;
  color: #f00;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-num::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.3rem;
  width: 17px;
  height: 23px;
  background: url(../images/icon/icon-relation-arrow2.png) no-repeat left top;
  background-size: 100%;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-left2 .left-bottom span {
  font-size: 18px;
  color: #f00;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right .right-item {
  width: auto;
  height: auto;
  margin-left: 0.8rem;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right .right-item .item-title {
  font-size: 16px;
  color: #666;
}
.relation .relation-main .main-top .top-left .left-item .item-bottom .bottom-right .right-item .item-num {
  margin-top: 0.2rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.3rem;
  color: #666;
}
.relation .relation-main .main-top .top-left .left-item2 {
  display: block;
  position: relative;
  width: calc(50% - 0.2rem);
  height: auto;
}
.relation .relation-main .main-top .top-left .left-item2 .item2-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.relation .relation-main .main-top .top-left .left-item2 .item2-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.relation .relation-main .main-top .top-left .left-item2 .item2-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.56rem 0.55rem;
}
.relation .relation-main .main-top .top-left .left-item2 .item2-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.relation .relation-main .main-top .top-left .left-item2 .item2-cent .cent-link {
  width: 110px;
  margin-top: 0.2rem;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.relation .relation-main .main-top .top-left .left-item2:hover .item2-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));
}
.relation .relation-main .main-top .top-right {
  position: relative;
  width: 3.8rem;
  height: auto;
}
.relation .relation-main .main-top .top-right .right-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.relation .relation-main .main-top .top-right .right-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;
}
.relation .relation-main .main-top .top-right .right-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.5rem 0.4rem;
}
.relation .relation-main .main-top .top-right .right-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #a6a8b7;
}
.relation .relation-main .main-top .top-right .right-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 24px;
  color: #a6a8b7;
}
.relation .relation-main .main-top .top-right .right-cent .cent-text2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #a6a8b7;
}
.relation .relation-main .main-top .top-right .right-cent .cent-num {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  font-family: 'Montserrat-Bold';
  font-size: 0.48rem;
  line-height: 0.4rem;
  background-image: linear-gradient(180deg, #0891e0, #0039bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.relation .relation-main .main-top .top-right .right-cent .cent-link {
  width: 110px;
  margin-top: 0.2rem;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.relation .relation-main .main-bottom {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.relation .relation-main .main-bottom .bottom-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.relation .relation-main .main-bottom .bottom-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;
}
.relation .relation-main .main-bottom .bottom-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.6rem 0.55rem 1rem;
  z-index: 9;
}
.relation .relation-main .main-bottom .bottom-cent .cent-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.relation .relation-main .main-bottom .bottom-cent .cent-link {
  width: 110px;
  margin: 0.2rem auto 0;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.relation .relation-main .main-bottom:hover .bottom-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));
}
.notice {
  width: 100%;
  height: auto;
  padding: 1.12rem 0 1.42rem;
}
.notice .notice-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.notice .notice-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.notice .notice-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.notice .notice-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.notice .notice-main .main-box {
  width: 100%;
  height: auto;
}
.notice .notice-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.72rem;
  margin-bottom: 1.1rem;
}
.notice .notice-main .main-box .box-cent {
  width: 11rem;
  height: auto;
}
.notice .notice-main .main-box .box-cent .cent-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.3rem;
  padding: 0 0.4rem 0 0.25rem;
  margin-bottom: 0.2rem;
  border: solid 2px #f2f0ea;
}
.notice .notice-main .main-box .box-cent .cent-item .item-time {
  width: 120px;
  height: auto;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #bdd7f4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.notice .notice-main .main-box .box-cent .cent-item .item-cent {
  width: calc(100% - 150px);
  height: auto;
  padding: 0.4rem 0.45rem;
}
.notice .notice-main .main-box .box-cent .cent-item .item-cent .cent-title {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  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;
}
.notice .notice-main .main-box .box-cent .cent-item .item-link {
  width: 30px;
  height: 42px;
  background: url(../images/icon/icon-notice-button.png) no-repeat right center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.notice .notice-main .main-box .box-cent .cent-item:hover {
  border: solid 2px #fff;
  background: linear-gradient(90deg, #0891e0, #0039bb);
}
.notice .notice-main .main-box .box-cent .cent-item:hover .item-time {
  color: #fff;
}
.notice .notice-main .main-box .box-cent .cent-item:hover .item-cent .cent-title {
  color: #fff;
}
.notice .notice-main .main-box .box-cent .cent-item:hover .item-link {
  background: url(../images/icon/icon-notice-button-active.png) no-repeat right center;
  background-size: 100%;
}
.notice .notice-main .main-box .box-list {
  width: 3.8rem;
  height: auto;
}
.notice .notice-main .main-box .box-list .list-top {
  position: relative;
  width: 3.8rem;
  height: auto;
}
.notice .notice-main .main-box .box-list .list-top .top-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.notice .notice-main .main-box .box-list .list-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.notice .notice-main .main-box .box-list .list-top .top-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.5rem 0.4rem;
}
.notice .notice-main .main-box .box-list .list-top .top-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #a6a8b7;
}
.notice .notice-main .main-box .box-list .list-top .top-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 24px;
  color: #a6a8b7;
}
.notice .notice-main .main-box .box-list .list-top .top-cent .cent-text2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #a6a8b7;
}
.notice .notice-main .main-box .box-list .list-top .top-cent .cent-num {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  font-family: 'Montserrat-Bold';
  font-size: 0.48rem;
  line-height: 0.4rem;
  background-image: linear-gradient(180deg, #0891e0, #0039bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.notice .notice-main .main-box .box-list .list-top .top-cent .cent-link {
  width: 110px;
  margin-top: 0.2rem;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.notice .notice-main .main-box .box-list .list-box {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.4rem 0.8rem;
  background: #f2f2f2;
}
.notice .notice-main .main-box .box-list .list-box .box-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.notice .notice-main .main-box .box-list .list-box .box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.2rem;
  margin: 0.2rem 0;
  background: #fff;
}
.notice .notice-main .main-box .box-list .list-box .box-text input {
  width: calc(100% - 16px);
  height: 0.5rem;
  font-size: 16px;
  color: #333;
  background: #fff;
}
.notice .notice-main .main-box .box-list .list-box .box-text input::placeholder {
  font-size: 16px;
  color: #b4b4b4;
}
.notice .notice-main .main-box .box-list .list-box .box-text a {
  width: 16px;
  height: auto;
}
.notice .notice-main .main-box .box-list .list-box .box-text a img {
  width: 100%;
}
.notice .notice-main .main-box .box-list .list-box .box-select {
  position: relative;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem 0 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.34rem;
  background: #fff;
  cursor: pointer;
}
.notice .notice-main .main-box .box-list .list-box .box-select:last-child {
  margin-bottom: 0;
}
.notice .notice-main .main-box .box-list .list-box .box-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 9px;
  height: 5px;
  background: url(../images/icon/icon-join-arrow.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.notice .notice-main .main-box .box-list .list-box .box-select .select-title {
  font-size: 16px;
  line-height: 0.5rem;
  color: #b4b4b4;
}
.notice .notice-main .main-box .box-list .list-box .box-select .select-cent {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
  max-height: 150px;
  width: 100%;
  height: auto;
  background: #fff;
  border-top: 1px solid #f7f8f9;
  overflow: auto;
}
.notice .notice-main .main-box .box-list .list-box .box-select .select-cent a {
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #f7f8f9;
}
.government {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.95rem;
}
.government .government-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.government .government-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.government .government-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.government .government-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.government .government-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.government .government-main .main-box .box-cent {
  width: 10.94rem;
  height: auto;
}
.government .government-main .main-box .box-cent .cent-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
}
.government .government-main .main-box .box-cent .cent-cont .cent-item {
  width: calc(100% / 3 - 0.2134rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.3rem;
  padding: 0.8rem 0.36rem 0.65rem 0.45rem;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.government .government-main .main-box .box-cent .cent-cont .cent-item:nth-child(3n) {
  margin-right: 0;
}
.government .government-main .main-box .box-cent .cent-cont .cent-item .item-time {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #cdcdcd;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.government .government-main .main-box .box-cent .cent-cont .cent-item .item-title {
  height: 60px;
  margin-top: 0.2rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.government .government-main .main-box .box-cent .cent-cont .cent-item .cent-link {
  width: 110px;
  margin-top: 0.6rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.government .government-main .main-box .box-cent .cent-cont .cent-item:hover {
  background: linear-gradient(180deg, #0891e0, #0039bb);
}
.government .government-main .main-box .box-cent .cent-cont .cent-item:hover .item-time,
.government .government-main .main-box .box-cent .cent-cont .cent-item:hover .item-title {
  color: #fff;
}
.government .government-main .main-box .box-cent .cent-cont .cent-item:hover .cent-link {
  color: #fff;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
  background-size: 24px;
}
.government .government-main .main-box .box-list {
  width: 3.8rem;
  height: auto;
}
.government .government-main .main-box .box-list .list-top {
  position: relative;
  width: 3.8rem;
  height: auto;
}
.government .government-main .main-box .box-list .list-top .top-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.government .government-main .main-box .box-list .list-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.government .government-main .main-box .box-list .list-top .top-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.5rem 0.4rem;
}
.government .government-main .main-box .box-list .list-top .top-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #a6a8b7;
}
.government .government-main .main-box .box-list .list-top .top-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 24px;
  color: #a6a8b7;
}
.government .government-main .main-box .box-list .list-top .top-cent .cent-text2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #a6a8b7;
}
.government .government-main .main-box .box-list .list-top .top-cent .cent-num {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  font-family: 'Montserrat-Bold';
  font-size: 0.48rem;
  line-height: 0.4rem;
  background-image: linear-gradient(180deg, #0891e0, #0039bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.government .government-main .main-box .box-list .list-top .top-cent .cent-link {
  width: 110px;
  margin-top: 0.2rem;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.government .government-main .main-box .box-list .list-box {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.4rem 0.8rem;
  background: #f2f2f2;
}
.government .government-main .main-box .box-list .list-box .box-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.government .government-main .main-box .box-list .list-box .box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.2rem;
  margin: 0.2rem 0;
  background: #fff;
}
.government .government-main .main-box .box-list .list-box .box-text input {
  width: calc(100% - 16px);
  height: 0.5rem;
  font-size: 16px;
  color: #333;
  background: #fff;
}
.government .government-main .main-box .box-list .list-box .box-text input::placeholder {
  font-size: 16px;
  color: #b4b4b4;
}
.government .government-main .main-box .box-list .list-box .box-text a {
  width: 16px;
  height: auto;
}
.government .government-main .main-box .box-list .list-box .box-text a img {
  width: 100%;
}
.government .government-main .main-box .box-list .list-box .box-select {
  position: relative;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem 0 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.34rem;
  background: #fff;
  cursor: pointer;
}
.government .government-main .main-box .box-list .list-box .box-select:last-child {
  margin-bottom: 0;
}
.government .government-main .main-box .box-list .list-box .box-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 9px;
  height: 5px;
  background: url(../images/icon/icon-join-arrow.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.government .government-main .main-box .box-list .list-box .box-select .select-title {
  font-size: 16px;
  line-height: 0.5rem;
  color: #b4b4b4;
}
.government .government-main .main-box .box-list .list-box .box-select .select-cent {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
  max-height: 150px;
  width: 100%;
  height: auto;
  background: #fff;
  border-top: 1px solid #f7f8f9;
  overflow: auto;
}
.government .government-main .main-box .box-list .list-box .box-select .select-cent a {
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #f7f8f9;
}
.platform {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.5rem;
}
.platform .platform-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.platform .platform-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.platform .platform-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.platform .platform-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.platform .platform-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.platform .platform-main .main-box .box-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-right: 0.7rem;
}
.platform .platform-main .main-box .box-cent .cent-cont {
  font-size: 18px;
  line-height: 48px;
  color: #72757a;
}
.platform .platform-main .main-box .box-cent .cent-cont em {
  color: #0d4c9a;
}
.platform .platform-main .main-box .box-cent .cent-cont span {
  font-family: 'Montserrat-Bold';
  font-size: 0.28rem;
  line-height: 0.3rem;
  background-image: linear-gradient(0deg, #0891e0, #0039bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.platform .platform-main .main-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.platform .platform-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.platform .platform-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
}
.contact .contact-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.92rem;
}
.contact .contact-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-English {
  margin-top: 0.1rem;
  font-family: 'Montserrat-Regular';
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #d6d6d6;
}
.contact .contact-main .main-heng {
  width: 36px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0d4c9a;
}
.contact .contact-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-main .main-box .box-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.contact .contact-main .main-box .box-tel {
  margin-top: 0.3rem;
  margin-bottom: 0.7rem;
  font-size: 0.36rem;
  text-align: center;
  color: #999999;
}
.contact .contact-main .main-box .box-tel span {
  font-family: 'Montserrat-Bold';
  color: #0d4c9a;
}
.contact .contact-main .main-box .box-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.contact .contact-main .main-box .box-list .list-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 1.3rem 0.5rem;
  background: #fff;
  box-shadow: 0 0 0.38rem rgba(0, 0, 0, 0.08);
}
.contact .contact-main .main-box .box-list .list-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #0d4c9a;
}
.contact .contact-main .main-box .box-list .list-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #999;
}
.contact .contact-main .main-box .box-list .list-cent .cent-text span {
  color: #333;
}
.contact .contact-main .main-box .box-list .list-pic {
  width: 50%;
  height: 4.5rem;
  overflow: hidden;
}
.contact .contact-main .main-box .box-list .list-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.05rem;
}
.contact .contact-main .main-cont .cont-map {
  width: 10.16rem;
  height: auto;
}
.contact .contact-main .main-cont .cont-map img {
  width: 100%;
}
.contact .contact-main .main-cont .cont-lump {
  width: 4.5rem;
  height: auto;
}
.contact .contact-main .main-cont .cont-lump .lump-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  padding: 0.25rem 0.3rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.24rem rgba(0, 0, 0, 0.14);
}
.contact .contact-main .main-cont .cont-lump .lump-item .item-title {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.contact .contact-main .main-cont .cont-lump .lump-item .item-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.contact .contact-cont {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 0.92rem;
  background: #f9f9f9;
}
.contact .contact-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-cont .cont-box .list-item {
  width: 33.33%;
  height: auto;
  padding: 0 0.6rem;
  padding-bottom: 0.8rem;
  border-right: solid 1px #ececec;
}
.contact .contact-cont .cont-box .list-item:nth-child(3n) {
  border-right: none;
}
.contact .contact-cont .cont-box .list-item:nth-child(n+3) {
  padding-bottom: 0;
}
.contact .contact-cont .cont-box .list-item .item-pic {
  width: 140px;
  height: auto;
  margin: 0 auto;
  box-shadow: 0.05rem 0 0.25rem rgba(0, 0, 0, 0.08);
}
.contact .contact-cont .cont-box .list-item .item-pic img {
  width: 100%;
}
.contact .contact-cont .cont-box .list-item .item-title {
  margin-top: 0.25rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.contact .contact-cont .cont-box .list-item .item-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #888;
}
.core {
  width: 100%;
  height: auto;
  padding: 1.14rem 0 1.1rem;
}
.core .core-main {
  width: 15.38rem;
  height: auto;
  margin: 0 auto;
}
.core .core-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.core .core-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.12rem);
  height: auto;
  margin-right: 0.18rem;
  margin-bottom: 0.9rem;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.core .core-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.core .core-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0d4c9a;
  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;
}
.core .core-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.core .core-main .main-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.core .core-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.48rem 0.5rem;
}
.core .core-main .main-box .box-item .item-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.core .core-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.core .core-main .main-box .box-item .item-cent .cent-link {
  width: 110px;
  margin-top: 0.5rem;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat right center;
  background-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.core .core-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0.03rem 0 0.3rem rgba(0, 0, 0, 0.1);
}
.core .core-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));
}
.core .core-main .main-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.core .core-main .main-box .box-item:hover .item-cent .cent-title {
  color: #0d4c9a;
}
.core .core-main .main-box .box-item:hover .item-cent .cent-link {
  color: #0d4c9a;
  background: url(../images/icon/icon-button-arrow2-active.png) no-repeat right center;
  background-size: 24px;
}
.return-button {
  display: none;
}
.fixed-box {
  width: 0.55rem;
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 40;
}
.fixed-box .hidebox {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #939393;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.fixed-box li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}
.fixed-box li:last-child {
  margin-bottom: 0;
}
.fixed-box li .box-link {
  position: relative;
  display: block;
  width: 100%;
  height: 0.55rem;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 13px 0px rgba(135, 135, 135, 0.13);
  border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.fixed-box li .box-link img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.35rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.fixed-box li .box-link .img2 {
  opacity: 0;
}
.fixed-box .service:hover a,
.fixed-box .gotop:hover a {
  background: linear-gradient(180deg, #12a5cc, #3c3db5);
}
.fixed-box .qrcode p {
  line-height: 0.24rem;
  margin-bottom: 0.06rem;
}
.fixed-box .qrcode .hidebox {
  width: 2rem;
  text-align: center;
  margin-right: 10px;
  padding: 14px 0.3rem 16px;
  transform: translateX(80%);
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
}
.fixed-box .qrcode .hidebox img {
  display: block;
  width: 100%;
}
.fixed-box .qrcode:hover a {
  background: linear-gradient(180deg, #12a5cc, #3c3db5);
}
.fixed-box .qrcode:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-box .tel .hidebox {
  width: 240px;
  padding: 0 20px;
  font-size: 14px;
  color: #939393;
  transform: translateX(2.6rem);
  -webkit-transform: translateX(2.6rem);
  -moz-transform: translateX(2.6rem);
  -ms-transform: translateX(2.6rem);
  -o-transform: translateX(2.6rem);
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
}
.fixed-box .tel .hidebox span {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  color: #0d4c9a;
  margin-left: 0.16rem;
}
.fixed-box .tel:hover .box-link {
  border-radius: 0 10px 10px 0;
  box-shadow: none;
  background: #fff;
}
.fixed-box .tel:hover .box-link .img1 {
  opacity: 0;
}
.fixed-box .tel:hover .box-link .img2 {
  opacity: 1;
}
.fixed-box .tel:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-box .msg .hidebox {
  width: 100px;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
}
.fixed-box .msg:hover .box-link {
  border-radius: 0 10px 10px 0;
  box-shadow: none;
  background: #fff;
}
.fixed-box .msg:hover .box-link .img1 {
  opacity: 0;
}
.fixed-box .msg:hover .box-link .img2 {
  opacity: 1;
}
.fixed-box .msg:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-box .share .hidebox {
  width: 120px;
  padding-left: 20px;
  right: 0.55rem;
  bottom: 0;
  left: auto;
  top: auto;
  margin-left: 0;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
  background-color: #0d4c9a;
  box-shadow: none;
}
.fixed-box .share .hidebox a {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 0.16rem;
}
.fixed-box .share .hidebox a img {
  width: 100%;
}
.fixed-box .share .hidebox a:last-child {
  margin-right: 0;
}
.fixed-box .share:hover .box-link {
  border-radius: 0 10px 10px 0;
  box-shadow: none;
  background: #0d4c9a;
}
.fixed-box .share:hover .box-link .img1 {
  opacity: 0;
}
.fixed-box .share:hover .box-link .img2 {
  opacity: 1;
}
.fixed-box .share:hover .hidebox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.bd_weixin_popup {
  height: 330px !important;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  background: #fff;
  border: solid 1px #eaeaea;
}
.page-number .page-item:last-of-type {
  background: #fff url(../images/icon/icon-page-next.png) no-repeat center;
  background-size: 9px;
}
.page-number .page-item:hover {
  color: #fff;
  background: #0d4c9a;
  border: solid 1px #0d4c9a;
}
.page-number .page-item:hover:last-of-type {
  background: #0d4c9a url(../images/icon/icon-page-next-active.png) no-repeat center;
  background-size: 9px;
}
.page-number .page-item-active {
  color: #fff;
  border: solid 1px #0d4c9a;
  background: #0d4c9a;
}
.Wpage-number {
  display: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes moveTop {
  0% {
    top: 0;
  }
  100% {
    top: 110%;
  }
}
@keyframes moveBottom {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 110%;
  }
}
@keyframes moveLeft {
  0% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}
@keyframes moveRight {
  0% {
    right: 0;
  }
  100% {
    right: 110%;
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

