.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'MontserratBold';
  src: url(../font/MontserratBold.ttf);
}
body {
  position: relative;
}
.head {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.head .head-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding-left: 0.3rem;
  background: #fff;
}
.head .head-top .top-logo {
  width: 1.82rem;
  height: auto;
  margin-right: 2.8rem;
}
.head .head-top .top-logo img {
  width: 100%;
}
.head .head-top .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 9.15rem;
  height: 100%;
}
.head .head-top .top-nav .nav-list {
  width: auto;
  height: 100%;
}
.head .head-top .top-nav .nav-list .list-link {
  display: inline-block;
  position: relative;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 0.9rem;
  color: #333;
}
.head .head-top .top-nav .nav-list .list-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #0072bc;
  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;
}
.head .head-top .top-nav .nav-list .list-box {
  display: flex;
  justify-content: center ;
  align-items: center;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100vw;
  height: 0;
  background: #fff;
  overflow: hidden;
  border-top: solid 1px #f5f5f5;
  z-index: 9;
}
.head .head-top .top-nav .nav-list .list-box .box-cent {
  display: flex;
  justify-content: center ;
  align-items: center;
  width: 15.37rem;
  height: 2.6rem;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-left .left-pic {
  width: 630px;
  height: 100%;
  padding-right: 50px;
  border-right: solid 1px #f9f9f9;
  opacity: 0;
  transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  transition: all 0.8s 0.4s;
  -o-transition: all 0.8s 0.4s;
  -moz-transition: all 0.8s 0.4s;
  -webkit-transition: all 0.8s 0.4s;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-left .left-pic img {
  width: 100%;
  height: auto;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
  padding-left: 50px;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a {
  position: relative;
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.35rem;
  padding-left: 0.2rem;
  font-size: 16px;
  color: #666;
  opacity: 0;
  transform: translateX(-0.5rem);
  -o-transform: translateX(-0.5rem);
  -moz-transform: translateX(-0.5rem);
  -webkit-transform: translateX(-0.5rem);
  transition: all 0.8s 0.4s;
  -o-transition: all 0.8s 0.4s;
  -moz-transition: all 0.8s 0.4s;
  -webkit-transition: all 0.8s 0.4s;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a span {
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background: #e3e3e3;
  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;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a:hover span {
  font-weight: bold;
  color: #0072bc;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a:hover::after {
  background: #0072bc;
}
.head .head-top .top-nav .nav-list:hover .list-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));
}
.head .head-top .top-nav .nav-list:hover .list-box {
  height: 500px;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.head .head-top .top-nav .nav-list:hover .list-box .box-left .left-pic {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.head .head-top .top-nav .nav-list:hover .list-box .box-right a {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.head .head-top .top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.8rem;
  height: 100%;
  margin-left: 1.2rem;
}
.head .head-top .top-right .right-phone {
  width: 1.8rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.9rem;
}
.head .head-top .top-right .right-icon {
  width: 16px;
  cursor: pointer;
}
.head .head-top .top-right .right-icon img {
  width: 100%;
}
.head .head-top .top-right .right-sousuo {
  display: none;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 0.7rem;
  background: #fff;
  border-top: solid 1px #f9f9f9;
  z-index: 9;
}
.head .head-top .top-right .right-sousuo .sousuo-box {
  display: flex;
  float: right;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  height: 0.6rem;
  margin-right: 2rem;
  border-bottom: solid 1px #d9d9d9;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-pic {
  width: 26px;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-pic img {
  width: 100%;
}
.head .head-top .top-right .right-sousuo .sousuo-box input {
  flex: 1;
  margin-left: 20px;
  padding-right: 0.1rem;
  font-family: "微软雅黑";
  font-size: 15px;
  color: #999;
}
.head .head-top .top-right .right-sousuo .sousuo-box input::placeholder {
  font-family: "微软雅黑";
  font-size: 15px;
  color: #999;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-hide {
  width: 22px;
  cursor: pointer;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.head .head-top .top-right .right-lang {
  position: relative;
  width: 1.1rem;
  height: 100%;
  margin-left: 0.35rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-lang .lang-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head .head-top .top-right .right-lang .lang-top .top-icon {
  position: relative;
  width: 20px;
  height: 100%;
}
.head .head-top .top-right .right-lang .lang-top .top-title {
  width: auto;
  height: auto;
  margin-left: 0.06rem;
  font-size: 14px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-lang img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  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;
}
.head .head-top .top-right .right-lang .img2 {
  opacity: 0;
}
.head .head-top .top-right .right-lang .lang-box {
  position: absolute;
  top: 0.9rem;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-lang .lang-box .box-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding: 0 0.1rem;
  font-size: 14px;
  text-align: center;
  color: #9c9c9c;
  background: #f0f0f0;
  word-wrap: break-word;
  word-break: break-all;
}
.head .head-top .top-right .right-lang .lang-box .box-list:hover {
  color: #0072bc;
  background: #fff;
}
.head .head-top .top-right .right-lang:hover {
  background: #0072bc;
}
.head .head-top .top-right .right-lang:hover .img2 {
  opacity: 1 !important;
}
.head .head-top .top-right .right-lang:hover .img1 {
  opacity: 0;
}
.head .head-top .top-right .right-lang:hover .lang-box {
  height: 2.7rem;
}
.head .head-top .top-right .right-lang:hover .top-title {
  color: #fff !important;
}
.head .head-top .top-right .right-web-icon,
.head .head-top .top-right .right-web-caidang {
  display: none;
}
.head .head-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.head .head-banner .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .slide-web-pic {
  display: none;
}
.head .head-banner .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .slide-pic img {
  width: 100%;
}
.head .head-banner .swiper-slide .slide-cent {
  position: absolute;
  top: 1.45rem;
  left: 50%;
  width: 15.37rem;
  height: auto;
  padding-left: 0.4rem;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-slide .slide-cent .cent-title {
  font-size: 0.65rem;
  color: #0072bc;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.65rem;
  color: #0072bc;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent .cent-text {
  margin-top: 0.26rem;
  font-size: 0.3rem;
  color: #6b7792;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent .cent-botton {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.35rem;
  font-size: 14px;
  font-family: 'MontserratBold';
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  border-radius: 0.25rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.head .head-banner .swiper-slide .slide-cent .cent-botton:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.head .head-banner .swiper-slide .slide-cent2 {
  position: absolute;
  top: 3.27rem;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-slide .slide-cent2 .cent-title {
  display: inline-block;
  font-size: 0.6rem;
  background-image: linear-gradient(90deg, #00c0ff, #104bb9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent2 .cent-title .title1 {
  font-weight: bold;
  font-size: 0.75rem;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent2 .cent-title .title2 {
  letter-spacing: 0.18rem;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent3 {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-slide .slide-cent3 .cent-title {
  display: inline-block;
  font-size: 0.48rem;
  color: #9bcf41;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.head .head-banner .swiper-slide .slide-cent3 .cent-title .title1 {
  font-weight: bold;
  font-size: 0.6rem;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.head .head-banner .swiper-slide .slide-cent3 .cent-title .title2 {
  letter-spacing: 0.14rem;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.head .head-banner .swiper-slide .slide-cent3 .cent-text {
  margin-top: 1rem;
  font-size: 0.3rem;
  color: #fff;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.head .head-banner .swiper-slide-active .slide-cent .cent-title {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  -moz-transition: all 0.6s 0.6s;
  -webkit-transition: all 0.6s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent .cent-English {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 0.8s 0.6s;
  -o-transition: all 0.8s 0.6s;
  -moz-transition: all 0.8s 0.6s;
  -webkit-transition: all 0.8s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent .cent-text {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent2 .cent-title {
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  -moz-transition: all 0.6s 0.6s;
  -webkit-transition: all 0.6s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent3 .cent-title {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  -moz-transition: all 0.6s 0.6s;
  -webkit-transition: all 0.6s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent3 .cent-text {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
}
.head .head-banner .swiper-pagination {
  bottom: 0.9rem;
  left: 50%;
  width: 15.37rem;
  text-align: left;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  opacity: 0.4;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.head .head-banner .swiper-button {
  position: absolute;
  bottom: 1.12rem;
  left: 3.7rem;
  width: 0.45rem;
  height: auto;
  z-index: 19;
}
.head .head-banner .swiper-button .banner-swiper-button-prev,
.head .head-banner .swiper-button .banner-swiper-button-next {
  position: absolute;
  top: 0;
  width: 9px;
  height: auto;
  cursor: pointer;
}
.head .head-banner .swiper-button .banner-swiper-button-prev img,
.head .head-banner .swiper-button .banner-swiper-button-next img {
  width: 100%;
  opacity: 0.7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .swiper-button .banner-swiper-button-prev:hover,
.head .head-banner .swiper-button .banner-swiper-button-next:hover {
  opacity: 1;
}
.head .head-banner .swiper-button .banner-swiper-button-prev {
  left: 0;
}
.head .head-banner .swiper-button .banner-swiper-button-next {
  right: 0;
}
.head .Whead-sidebar,
.head .Whead-search,
.head .head-Wnav {
  display: none;
}
.foot {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -5rem;
  padding-top: 1.1rem;
  background: rgba(40, 41, 42, 0.95);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.foot .foot-cont {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.foot .foot-cont .cont-left {
  display: flex;
  justify-content: flex-start;
  width: 9.5rem;
  height: auto;
}
.foot .foot-cont .cont-left .left-dl {
  width: 2.24rem;
  height: auto;
}
.foot .foot-cont .cont-left .left-dl .left-dt {
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-weight: bold;
}
.foot .foot-cont .cont-left .left-dl .left-dt a {
  color: #fff;
}
.foot .foot-cont .cont-left .left-dl .left-dd {
  font-size: 14px;
  line-height: 36px;
  color: #a5a5a5;
}
.foot .foot-cont .cont-left .left-dl .left-dd a {
  color: #a5a5a5;
}
.foot .foot-cont .cont-left .left-dl .left-dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .foot-cont .cont-right {
  width: 3.1rem;
  height: auto;
}
.foot .foot-cont .cont-right .right-phone {
  font-family: 'MontserratBold';
  font-size: 0.36rem;
  text-align: right;
  color: #fff;
}
.foot .foot-cont .cont-right .right-ewm {
  width: 100%;
  margin: 0.55rem 0 0.36rem;
  text-align: right;
}
.foot .foot-cont .cont-right .right-ewm img {
  width: 1.2rem;
}
.foot .foot-cont .cont-right .right-bottom {
  display: flex;
  justify-content: flex-end;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 0.12rem;
  border-radius: 50%;
  border: solid 1px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  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;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list .img2 {
  opacity: 0;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list:hover {
  background: #fff;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list:hover .img2 {
  opacity: 1;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list:hover .img1 {
  opacity: 0;
}
.foot .foot-bottom {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0.8rem;
  border-top: solid 1px #464748;
}
.foot .foot-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  margin: 0 auto;
}
.foot .foot-bottom .bottom-box .box-left {
  width: 50%;
}
.foot .foot-bottom .bottom-box .box-left a {
  font-size: 12px;
  color: #666;
}
.foot .foot-bottom .bottom-box .box-left a:hover {
  color: #fff;
}
.foot .foot-bottom .bottom-box .box-left span {
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin: 0 0.24rem;
}
.foot .foot-bottom .bottom-box .box-right {
  font-size: 12px;
  color: #666;
}
.foot .foot-bottom .bottom-box .box-right a {
  color: #666;
}
.foot .foot-bottom .bottom-box .box-right a:hover {
  color: #fff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-bg {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-bg img {
  width: 100%;
}
.container .cont-plate1 .plate1-top {
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.container .cont-plate1 .plate1-top .top-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate1 .plate1-top .top-English {
  margin-top: 0.18rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #cbcbcb;
}
.container .cont-plate1 .plate1-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #0072bc;
}
.container .cont-plate1 .plate1-cent {
  position: relative;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 2.25rem;
  right: 0;
  width: 90%;
}
.container .cont-plate1 .plate1-cent .cent-menu {
  width: 3.2rem;
  height: auto;
  background: linear-gradient(120deg, #0d85cf, #0f54a1);
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list {
  position: relative;
  width: 100%;
  height: 1.6rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.26rem 0 0 0.55rem;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon {
  position: relative;
  width: 0.5rem;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon .img2 {
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-title {
  margin-top: 0.6rem;
  font-size: 0.22rem;
  color: #fff;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-English {
  margin-top: 0.1rem;
  font-family: 'Arial';
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 0.4rem;
  opacity: 0;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow img {
  width: 100%;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active {
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img2 {
  opacity: 1 !important;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-arrow {
  opacity: 1 !important;
}
.container .cont-plate1 .plate1-cent .cnet-box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 3.2rem);
  height: 6.4rem;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left {
  width: 4.48rem;
  height: 100%;
  padding: 0.9rem 0 0 0.6rem;
  background: #fff;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-English {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  background-image: linear-gradient(-90deg, #00c0ff, #104bb9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-title {
  margin: 0.42rem 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-text {
  padding-right: 0.7rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.7rem;
  font-size: 0.14rem;
  line-height: 0.42rem;
  text-align: center;
  color: #0072bc;
  border-radius: 0.45rem;
  border: solid 2px #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button:hover {
  color: #fff;
  background: #0a51a1;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-right {
  width: calc(100% - 4.28rem);
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-right img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cnet-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));
}
.container .cont-plate1 .plate1-cent .cnet-box-active {
  opacity: 1;
  visibility: visible;
}
.container .cont-plate1 .plate1-cent .cnet-box-active .left-English,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-title,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-text,
.container .cont-plate1 .plate1-cent .cnet-box-active img {
  opacity: 1 !important;
  transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  -webkit-transition: all 0.6s !important;
}
.container .cont-plate1 .plate1-web-cent {
  display: none;
}
.container .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  margin: 0 auto;
  padding: 0.6rem 0;
}
.container .cont-plate2 .plate2-top .top-left {
  width: 50%;
}
.container .cont-plate2 .plate2-top .top-left .left-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate2 .plate2-top .top-left .left-English {
  margin-top: 0.18rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  color: #cbcbcb;
}
.container .cont-plate2 .plate2-top .top-left .left-heng {
  width: 34px;
  height: 5px;
  margin-top: 0.22rem;
  border-radius: 0.5rem;
  background: #0072bc;
}
.container .cont-plate2 .plate2-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  height: auto;
}
.container .cont-plate2 .plate2-top .top-right .right-list {
  width: auto;
  height: auto;
  margin-left: 1.1rem;
  cursor: pointer;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon {
  position: relative;
  width: 0.5rem;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-title {
  margin-top: 0.6rem;
  font-size: 0.22rem;
  text-align: center;
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-English {
  margin-top: 0.1rem;
  font-family: 'Arial';
  font-size: 12px;
  color: #333333;
  opacity: 0.4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img2 {
  opacity: 1 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img1 {
  opacity: 0 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-title {
  color: #0072bc !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-English {
  color: #0072bc !important;
}
.container .cont-plate2 .plate2-box {
  position: relative;
  width: 100%;
  height: 7rem;
}
.container .cont-plate2 .plate2-box .box-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate2 .plate2-box .box-cont .box-bg {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-box .box-cont .box-bg img {
  width: 100%;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15.37rem;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list {
  width: 5.76rem;
  height: 100%;
  padding: 0.8rem 0.6rem 0;
  background: rgba(0, 114, 188, 0.8);
  opacity: 0;
  transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-English {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-title {
  margin: 0.36rem 0 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .link-box {
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.9rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  border-radius: 0.45rem;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-plate2 .plate2-box .box-cont-active {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate2 .plate2-box .box-cont-active .cent-list {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 1.4s;
  -o-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -webkit-transition: all 1.4s;
}
.container .cont-plate2 .plate2-box .box-cont-active .list-English {
  opacity: 0.5 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 1.4s;
  -o-transition: all 0.6s 1.4s;
  -moz-transition: all 0.6s 1.4s;
  -webkit-transition: all 0.6s 1.4s;
}
.container .cont-plate2 .plate2-box .box-cont-active .list-title {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 1.8s;
  -o-transition: all 0.6s 1.8s;
  -moz-transition: all 0.6s 1.8s;
  -webkit-transition: all 0.6s 1.8s;
}
.container .cont-plate2 .plate2-box .box-cont-active .list-text {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 2.2s;
  -o-transition: all 0.6s 2.2s;
  -moz-transition: all 0.6s 2.2s;
  -webkit-transition: all 0.6s 2.2s;
}
.container .cont-plate2 .plate2-box .box-cont-active .link-box {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 2.6s;
  -o-transition: all 0.6s 2.6s;
  -moz-transition: all 0.6s 2.6s;
  -webkit-transition: all 0.6s 2.6s;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-top {
  width: 100%;
  margin-top: 0.75rem;
}
.container .cont-plate3 .plate3-top .top-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate3 .plate3-top .top-English {
  margin-top: 0.18rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #cbcbcb;
}
.container .cont-plate3 .plate3-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #0072bc;
}
.container .cont-plate3 .plate3-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.container .cont-plate3 .plate3-box .plate3-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 29;
}
.container .cont-plate3 .plate3-box .box-list {
  position: relative;
  width: 3.84rem;
  height: 6.8rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate3 .plate3-box .box-list .list-bg {
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-box .box-list .list-bg img {
  width: auto;
  height: 100%;
  transform: translateX(-32%);
  -o-transform: translateX(-32%);
  -moz-transform: translateX(-32%);
  -webkit-transform: translateX(-32%);
}
.container .cont-plate3 .plate3-box .box-list .list-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 0.7rem;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate3 .plate3-box .box-list .list-cent .cent-English {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.4;
}
.container .cont-plate3 .plate3-box .box-list .list-cent .cent-title {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 {
  display: none;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  padding-left: 1.9rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left {
  width: 3rem;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-English {
  margin-top: 0.5rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.3;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-right {
  flex: 1;
  margin-top: 0.55rem;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding-right:.3rem;
}
.container .cont-plate3 .plate3-box .box-list .list-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.container .cont-plate3 .plate3-box .box-list-active {
  flex: 1;
  z-index: 9;
}
.container .cont-plate3 .plate3-box .box-list-active .list-bg img {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.container .cont-plate3 .plate3-box .box-list-active .list-cent,
.container .cont-plate3 .plate3-box .box-list-active .list-mask {
  display: none;
}
.container .cont-plate3 .plate3-box .box-list-active .list-cent2 {
  display: flex !important;
}
.container .cont-plate3 .plate3-web-box {
  display: none;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding-bottom: 0.9rem;
  background: #f7f7fa;
}
.container .cont-plate4 .plate4-top {
  width: 100%;
  padding-top: 0.65rem;
}
.container .cont-plate4 .plate4-top .top-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate4 .plate4-top .top-English {
  margin-top: 0.18rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #cbcbcb;
}
.container .cont-plate4 .plate4-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #0072bc;
}
.container .cont-plate4 .plate4-box {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  margin: 0.6rem auto 0;
}
.container .cont-plate4 .plate4-box .box-left {
  display: flex;
  justify-content: space-between;
  width: 8.3rem;
  height: auto;
}
.container .cont-plate4 .plate4-box .box-left .left-list {
  width: 3.9rem;
  height: 5.8rem;
  background: #ffffff;
  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-box .box-left .left-list .list-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-pic img {
  height: 100%;
  width: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.3rem 0;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent .cent-title {
  font-size: 0.22rem;
  line-height: 30px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent .cent-text {
  margin-top: 0.24rem;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent .cent-time {
  margin-top: 0.2rem;
  font-size: 16px;
  color: #cfcfcf;
}
.container .cont-plate4 .plate4-box .box-left .left-list:hover {
  box-shadow: 0 0 0.21rem rgba(83, 83, 83, 0.1);
}
.container .cont-plate4 .plate4-box .box-left .left-list: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));
}
.container .cont-plate4 .plate4-box .box-left .left-list:hover .cent-title {
  color: #0072bc;
}
.container .cont-plate4 .plate4-box .box-left .left-list:hover .cent-time {
  font-weight: bold;
}
.container .cont-plate4 .plate4-box .box-right {
  width: 6.6rem;
  height: 5.8rem;
  background: #fff;
}
.container .cont-plate4 .plate4-box .box-right .right-top {
  width: 100%;
  height: auto;
  padding: 0.55rem 0.55rem 0.4rem;
  border-bottom: solid 1px #f2f2f2;
}
.container .cont-plate4 .plate4-box .box-right .right-top .top-title {
  display: block;
  font-size: 0.24rem;
  color: #222;
}
.container .cont-plate4 .plate4-box .box-right .right-top .top-text {
  margin: 0.28rem 0 0.24rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-box .box-right .right-top .top-time {
  font-family: 'MontserratBold';
  font-size: 16px;
  color: #cfcfcf;
}
.container .cont-plate4 .plate4-box .box-right .right-top:hover .top-title,
.container .cont-plate4 .plate4-box .box-right .right-top:hover .top-text {
  text-decoration: underline;
}
.container .cont-plate4 .plate4-box .box-right .right-cent {
  width: 100%;
  height: auto;
  padding: 0 0.55rem 0;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .cent-list {
  display: block;
  margin-top: 0.26rem;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .cent-list span {
  display: inline-block;
  width: 1rem;
  margin-right: 0.3rem;
  font-family: 'MontserratBold';
  font-size: 16px;
  color: #cfcfcf;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .cent-list:hover {
  text-decoration: underline;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .right-button {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.4rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .right-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-plate5 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 2rem;
  background-attachment: fixed;
}
.container .cont-plate5 .plate5-bg {
  width: 7.96rem;
  height: 9.07rem;
  padding-top: 1.9rem;
  background: url(../images/plate5-pic1.png) no-repeat center right;
  background-size: 7.96rem 7.17rem;
  background-attachment: fixed;
}
.container .cont-plate5 .plate5-cont {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15.37rem;
  padding-top: 0.9rem;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-cont .cont-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #0072bc;
}
.container .cont-plate5 .plate5-cont .cont-text {
  margin-top: 0.4rem;
  font-size: 16px;
  color: #666;
}
.container .cont-plate5 .plate5-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 10rem;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list {
  width: auto;
  height: auto;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list .list-icon {
  position: relative;
  width: 1.21rem;
  height: 1.21rem;
  text-align: center;
  line-height: 1.21rem;
  background-size: 100%;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list .list-icon .img1 {
  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-cont .cont-box .box-list .list-icon .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.52rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate5 .plate5-cont .cont-box .box-list .list-title {
  font-size: 18px;
  text-align: center;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list:hover .list-title {
  color: #0072bc;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list:hover .img1 {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container .cont-plate5 .plate5-cont .cont-cent {
  width: 100%;
}
.container .cont-plate5 .plate5-cont .cont-cent .cent-list {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 16px;
  color: #3d4144;
  font-weight: 700;
  line-height: 24px;
  padding-left: 25px;
  margin-right: 1.16rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.container .cont-plate5 .plate5-cont .cont-cent .cent-list:last-of-type {
  margin-right: 0;
}
.container .cont-plate5 .plate5-cont .cont-cent .cent-list:hover {
  color: #0072bc;
}
