.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
img { max-width: 100%; border: 0; object-fit: cover; display: block; -webkit-user-drag: none; }

a img { -webkit-transition: all .5s ease; transition: all .5s ease; }
@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: 4.3rem;
  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: 18px;

  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: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 0.9rem;
}
.head .head-top .top-right .right-icon {
  width: 16px;
  cursor: pointer;
  margin-right:30px;
}
.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: 0.25rem;
  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.45rem;
  font-weight:bold;
  color: #f2f2f2;
  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.25rem;
  color: #ccc;
  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.1rem;
  font-size: 0.25rem;
  color: #ccc;
  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);
}


.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);
}
.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: 0.25rem;
  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.25rem;
  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.45rem;
  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: 0.25rem;
  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.25rem;
  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.45rem;
  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: 0.1rem;
  font-size: 0.25rem;
  color: #333;
  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: .2rem;
  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:Impact;
  font-size: 0.5rem;
  text-align: right;
  color: #fff;
}
.foot .foot-cont .cont-right .right-phone1{
	font-size:0.2rem;
	font-family:"Microsoft YaHei UI";
	color:#fff;
	text-align:right;
}
.foot .foot-cont .cont-right .right-phone span{
	font-size:0.15rem;
}
.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 1.5rem;
  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;
}
.topprdlist{
	box-sizing: border-box;
    width: 1272px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.topprdlist ul{
	display: inline-block;
    width: 160px;
    margin-right: 50px;
    text-align: center;
    cursor: pointer;
}

.topprdlist ul img{
	max-width: 100%;
    height: auto !important;
    max-height: 100% !important;
    vertical-align: bottom;
}
.topprdlist ul span{
	font-size:14px;
	display:block;
}
.topprdlist ul a:hover span{
	color:#007aff;
}

/*改产品中心*/
.hotprdlist{
	box-sizing: border-box;
    width: 1272px;
    height: 100%;
	padding-top:15px;
	margin-bottom:30px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;	
	}
.hotprdlist .l{
	width:434px;
	height:351px;
	float:left;
}
.hotprdlist .l img{
	width:100%;
	height:auto;
}
.hotprdlist .r{
	width:808px;
	height:auto;
	margin-left:30px;
	float:right;
}
.hotprdlist .r ul{
	width:179px;
	height:auto;
	margin-left:15px;
	margin-top:16px;
	padding:3px; 
	border:1px solid #ccc; 
	float:left;
		
}
.hotprdlist .r ul a{ display:block}
.hotprdlist .r ul:hover{ border-color:#ce0000;}
.hotprdlist .r ul img{
	width:100%;
	height:114px;
}
.hotprdlist .r ul p{
	display:block;
	line-height:30px;
	font-size:12px;
	text-align:center;
}
.hotprdlist .r ul a:hover p{color:#ce0000;}

.tit{
	width:100%; height:55px;
	border-top:#e8e8e8 2px solid;
	margin-bottom:10px;
	float:left;
}
.titl{
	width:200px;
	line-height:55px;
	font-size:18px;
	 color:#ca151e;
	 font-weight:bold;
	border-top:2px solid #ca151e;
	margin-top:-2px;
	float:left;
}
.titl span{
	color:#333;}	
.hotprdlist .titr{
	padding-left:250px;
	float:left;
}
.titr{
	float:right;
}
.titr  li a{ font-size:14px;}
.titr  li a:hover{ color:#ce0000;}
.titr li{
	line-height:55px;
	margin-right:40px;
	float:left;
}

.more{
	line-height:55px;
	float:right;}	
.more a{
	font-size:14px;
}
.more a:hover{
	color:#ce0000;
}

	


.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: 22px;
  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: 16px;
  line-height: 30px;
  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: 14px;
  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: 22px;
  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 {
	text-indent:2em;
  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;
}



.yyzxA{
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	bottom: 0;
	z-index: 999;
	padding: 10px 0;
}
.yyzxA .container{
	position: relative;
}
.yyzxA h2{
	color: #fff000;
	font-size: 22px;
	line-height: 40px;
}
.yycolse{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.yycolse:hover{
	opacity: 0.5;
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.yycolse i{
	width: 32px;
	height: 32px;
	background-position: -210px 0;
}
.yy_mess-box{

	float: left;
}
.yy_mess-box .form-group{
	font-size: 0;
}
.yy_mess-box .form-yzm {
    width: 270px;
	float: left;
}
.yy_mess-box input{
    width: 270px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: #666666;
    padding: 10px;
    background-repeat: no-repeat;
    background: #f3f3f3;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	float: left;
}
.yy_mess-box .small-button{
	width: 135px;
	height: 40px;
	color: #333;
	background: #fff000;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-left: 20px;
	border:0;
}

.ser_tel {
	margin-top:-50px;
	padding-left:30px;
    float: left;
    color: #fff;
    font-size: 45px;
	font-family:Impact;
    line-height: 50px;
}
.ser_tel span{
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
}
.containerB{ width:1200px; height:auto; margin:0 auto;}
@media (min-width: 1024px){
	#toolbar{ display: none;}
}


@media (max-width: 800px){
	.yyzxA{ display: none;}	
	/* 底部工具栏 */
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1.1rem;
	left: 0;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: rgba(0, 114, 188, 0.95);
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	height: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.26rem;
	padding-top: 0.2rem;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 0.24rem;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
margin-bottom: .12rem;
background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #fbdd16;
}
.icon {
	background: url(../images/icon2024.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}	
	.foot{ padding-bottom: 1.1rem;}	
	
}
/*index*/
.about { padding: 0 0 1rem; margin-top: 0.9rem; }

.about .bt { font-size: 1.5rem; color: rgba(105, 106, 110, 0.05); font-family: Arial; font-weight: bold; position: absolute; left: 2.9%; top: 0; }

.about .container { width: 100%; padding: 0 1.8% 0 9.25%; display: flex; justify-content: space-between; position: relative; z-index: 1; }

.about .left { width: 60%; padding-top: 0.6rem; z-index: 1; }

.about .left .title-box h4 { font-size: 0.2rem; color: #333; font-weight: bold; }

.about .left .title-box h3 { color: #000; margin-top: 0.2rem; }

.about .left .text { margin-top: 0.55rem; }

.about .left .text h2 { font-size: 0.24rem; font-weight: bold; color: #141414; }

.about .left .text p { font-size: 0.16rem; color: #666; line-height: 0.34rem; margin-top: 0.18rem; }

.about .left ul { display: flex; justify-content: space-between; margin-top: 0.8rem; }

.about .left ul li h3 { font-size: 0.2rem; color: #E62519; }

.about .left ul li h3 b { font-size: 0.6rem; font-family: "BebasNeue"; }

.about .left ul li p { font-size: 0.12rem; color: #666; margin-top: 0.05rem; }

.about .left .cs { margin-top: 0.65rem; display: flex; justify-content: space-between; overflow: hidden; position: relative; }

.about .left .cs .swiper-slide { height:auto; position: relative; }

.about .left .cs .swiper-slide img { width: 100%; height: 100%; }

.about .left .cs .swiper-slide .txt { font-size: 0.16rem; color: #fff; width: 100%; height: 100%; background: rgba(0, 92, 216, 0.6); position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: all .5s ease; }

.about .left .cs .swiper-slide:hover .txt { opacity: 1; }

.about .left .cs .btn-prev, .about .left .cs .btn-next { width: 0.3rem; height: 0.3rem; position: absolute; left: -0.12rem; top: 45%; z-index: 1; border-radius: 50%; background: #084EAC; display: flex; align-items: center; cursor: pointer; }

.about .left .cs .btn-prev i, .about .left .cs .btn-next i { font-size: 0.14rem; color: #fff; font-weight: bold; margin-left: 0.11rem; }

.about .left .cs .btn-prev.btn-next, .about .left .cs .btn-next.btn-next { left: auto; right: -0.12rem; }

.about .left .cs .btn-prev.btn-next i, .about .left .cs .btn-next.btn-next i { margin-left: 0.05rem; }

.about .left .cs .btn-prev.swiper-button-disabled, .about .left .cs .btn-next.swiper-button-disabled { background: #ccc; }

.about .right { width:30%; height: 100%; position: relative; cursor: pointer; }

.about .right img { width: 100%; height: 100%; transition: all .5s ease; }

.about .right .play { position: absolute; left: 45%; bottom: 45%; }

.about .right .play span { width: 0.66rem; height: 0.66rem; }

.about .right .play span:after { width: 0.08rem; height: 0.08rem; margin-left: -0.04rem; transform-origin: 0.04rem 0.37rem; animation: view-more linear 3s infinite; animation-play-state: play; }

.about .right .play span i { font-size: 0.26rem; }

.about .right:hover img { transform: scale(1.05); }

.about:after { content: ""; width: 100%; height: 3.28rem; background: url(../images/index/about-bg.jpg) no-repeat bottom/cover; position: absolute; left: 0; bottom: 0; }


.product { padding: 0.5rem 0 1.1rem; }

.product .container { display: flex; justify-content: space-between; flex-wrap: wrap; 
width: 82.5%; height: 100%; margin: 0 auto; position: relative; transition: all .5s ease; 
}

.product .left { width: 30%; }

.product .left h5 { font-size: 0.2rem; color: #000; line-height: 0.45rem; margin-top: 0.43rem; }

.product .left .tabs { margin-top: 0.4rem; position: relative; padding: 0.2rem 0; }

.product .left .tabs:before { content: ""; width: 1px; height: 100%; background: linear-gradient(180deg, rgba(205, 210, 213, 0) 0%, #CDD2D5 50%, rgba(205, 210, 213, 0) 100%); position: absolute; left: 0.06rem; top: 0; }

.product .left .tabs .item { display: block; font-size: 0.24rem; color: #07243F; padding: 0.2rem 0; position: relative; padding-left: 0.3rem; transition: all .5s ease; }

.product .left .tabs .item:before { content: ""; width: 0.13rem; height: 0.13rem; background: #CDD2D5; border-radius: 50%; overflow: hidden; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transition: all .5s ease; }

.product .left .tabs .item:hover, .product .left .tabs .item.active { color: #084EAC; }

.product .left .tabs .item:hover:before, .product .left .tabs .item.active:before { background: #084EAC; }

.product .left .text { position: relative; margin-top: 0.4rem; padding: 0.9rem 0 0.5rem; overflow: hidden; }

.product .left .text:before { content: ""; width: 0.71rem; height: 0.54rem; background: url(../images/yin.png) no-repeat center/100%; position: absolute; left: 0; top: 0; }

.product .left .text:after { content: ""; width: 0.38rem; height: 0.29rem; background: url(../images/yin1.png) no-repeat center/100%; position: absolute; right: 0; bottom: 0; }

.product .left .text p { font-size: 0.16rem; color: #333; line-height: 0.34rem; }

.product .right { width: 64%; overflow: hidden; }

.product .right ul { display: flex; flex-wrap: wrap; justify-content: space-between; }

.product .right ul li { width: 32%; height: 3.4rem; overflow: hidden; position: relative; margin-top: 0.04rem; }

.product .right ul li img { width: 100%; height: 100%; }

.product .right ul li h5 { font-size: 0.2rem; color: #fff; position: absolute; right: 0.2rem; bottom: 0.2rem; z-index: 2; }
.product .right ul li p{ font-size: 0.14rem; color: #fff; margin-top: 0.2rem;}

.product .right ul li .more { font-size: 0.16rem; color: #fff; margin-top: 1.2rem; display: block; }

.product .right ul li .more i { margin-left: 0.05rem; }

.product .right ul li:nth-of-type(1):before { display: none; }

.product .right ul li:nth-of-type(2) { width: 67.6%; height: 3.49rem; margin-right: 0; border-top-left-radius: 0.7rem; }

.product .right ul li:nth-of-type(3) { border-top-left-radius: 0.7rem; }

.product .right ul li:nth-of-type(4) { width: 35%; height: 5.1rem; background: #084EAC; padding: 0.7rem 0.45rem; }

.product .right ul li:nth-of-type(4) h3 { font-size: 0.36rem; color: #fff; }

.product .right ul li:nth-of-type(4) h4 { font-size: 0.14rem; margin-top: 0.2rem; color: rgba(224, 226, 230, 0.3); text-transform: uppercase; }

.product .right ul li:nth-of-type(4):before { display: none; }

.product .right ul li:nth-of-type(4):after { content: ""; width: 2.69rem; height: 3.25rem; background: url(../images/index/product-icon.png) no-repeat center/100%; position: absolute; right: 0; bottom: 0; }

.product .right ul li:nth-of-type(5) { margin-right: 0; }

.product .right ul li:hover img { transform: scale(1.05); }

.product .right ul li a:before { content: ""; width: 100%; height: 1rem; background: linear-gradient(180deg, rgba(62, 93, 133, 0) 0%, rgba(60, 90, 129, 0) 13%, #1F2F43 100%); position: absolute; left: 0; bottom: 0; z-index: 1; }


.section { overflow: hidden; position: relative; }

.section .title-box h4 { font-size: 0.2rem; color: rgba(51, 51, 51, 0.3); text-transform: uppercase; }

.section .title-box h3 { font-size: 0.37rem; color: #333; font-weight: bold; margin-top: 0.08rem; }

.section .title-dsc { font-size: 0.16rem; color: #000; line-height: 0.28rem; margin-top: 0.35rem; }

.section .common-more { position: absolute; right: 0; top: 0.2rem; }

.application .title-box { position: absolute; left: 9.25%; top: 1.2rem; z-index: 2; }

.application .title-box h4 { color: rgba(224, 226, 230, 0.3); }

.application .title-box h3 { color: #fff; }

.application .slide { overflow: hidden; }

.application .slide .bg { width: 100%; height: 100%; max-height: 100vh; }

.application .slide .text { width: 5.2rem; overflow: hidden; padding: 0.04rem; position: absolute; left: 9.25%; top: 2.9rem; z-index: 1; }

.application .slide .text h4 { font-size: 0.3rem; color: #fff; }

.application .slide .text p { font-size: 0.16rem; color: #fff; line-height: 0.34rem; margin-top: 0.3rem; }
.application .slide .text p strong{ color: #ff0;}

.application .slide .text .yy { margin-top: 0.1rem; }

.application .slide .text .yy a { line-height: 0.33rem; padding: 0 0.1rem 0 0.15rem; font-size: 0.16rem; color: #D5D9DC; border: 1px solid rgba(255, 255, 255, 0.3); display: inline-block; margin: 0.25rem 0.25rem 0 0; }

.application .slide .text .yy a i { font-size: 0.16rem; margin-left: 0.05rem; }

.application .slide .text .common-btn { margin-top: 0.5rem; }

.application .slide .text .common-btn span:after { animation: view-more linear 3s infinite; animation-play-state: play; }

.application .tabs { width: 54%; position: absolute; right: 0; bottom: 0; z-index: 2; display: flex; border-top-left-radius: 0.5rem; overflow: hidden; }

.application .tabs .item { width: 25%; padding: 0.3rem 0.25rem; background: rgba(255, 255, 255, 0.98); position: relative; }

.application .tabs .item i { font-size: 0.24rem; color: #084EAC; }

.application .tabs .item .icon-xie { color: #1A1F26; position: absolute; right: 0.25rem; top: 0.28rem; }

.application .tabs .item h3 { font-size: 0.22rem; color: #000; margin-top: 0.2rem; }

.application .tabs .item h4 { font-size: 0.14rem; color: #DBDBDB; text-transform: uppercase; margin-top: 0.15rem; }

.application .tabs .item:before { content: ""; width: 1px; height: 100%; background: #E9E9E9; position: absolute; left: 0; top: 0; }

.application .tabs .item:first-child:before { display: none; }

.application .tabs .item.active { background: linear-gradient(144deg, #084EAC 0%, #0367EE 100%); }

.application .tabs .item.active i, .application .tabs .item.active h3 { color: #fff; }

.application .tabs .item.active h4 { color: rgba(255, 255, 255, 0.5); }

.application .tabs .item.active:before { display: none; }



.common-btn { position: relative; margin: 0 auto; display: inline-block; z-index: 10; }

.common-btn span { flex-shrink: 0; width: 0.52rem; height: 0.52rem; margin-right: 0.15rem; position: relative; display: flex; align-items: center; justify-content: center; border: 0.02rem solid rgba(255, 255, 255, 0.33); border-radius: 50%; transition: all .5s ease; }

.common-btn span i { font-size: 0.2rem; color: #fff; font-weight: bold; }

.common-btn span:after { content: ''; display: block; width: 0.06rem; height: 0.06rem; border-radius: 50%; background: #50B3FF; position: absolute; left: 50%; top: 0; margin-left: -0.03rem; margin-top: -0.04rem; transform: rotate(45deg); transform-origin: 0.03rem 0.285rem; animation: view-more linear 3s infinite; animation-play-state: paused; }

.common-btn em { font-size: 0.16rem; color: #fff; }

.common-btn:hover span:after { animation: view-more linear 3s infinite; animation-play-state: play; }

.common-btn.common-btn1 { color: #084EAC; }

.common-btn.common-btn1 span { border-color: #fff; background: #fff; }

.common-btn.common-btn1 span i { color: #084EAC; }

.common-btn.common-btn2 span { border-color: #A4ABCE; }

.common-btn.common-btn2 span i { color: #084EAC; }

.common-btn.common-btn2:hover span { border-color: #084EAC !important; background: #084EAC; }

.common-btn.common-btn2:hover span i { color: #fff !important; }

.common-btn.small span { width: 0.46rem; height: 0.46rem; }

.common-btn.small span i { font-size: 0.18rem; }

.common-btn.small span:after { transform-origin: 0.03rem 0.255rem; }

.common-btn.play span { background: linear-gradient(90deg, #084EAC 0%, #0367EE 100%); border: none; }

.common-btn.play span:after { transform-origin: 0.025rem 0.29rem; }

.common-btn.play span i { color: #fff; }

.common-more { padding: 0 0.3rem 0 0.35rem; line-height: 0.42rem; font-size: 0.16rem; color: #333; border: 2px solid #E1E3EF; border-radius: 0 0.15rem 0 0.15rem; display: inline-block; }

.common-more i { font-size: 0.14rem; color: #084EAC; font-weight: bold; transition: all .5s ease; vertical-align: 0.01rem; }

.common-more:hover { color: #084EAC; border-color: #084EAC; }

.common-more:hover i { margin-left: 0.05rem; }

.common-more1 { width: 2.2rem; height: 0.5rem; font-size: 0.18rem; color: #fff; border-radius: 0.5rem; margin-top: 0.6rem; background: linear-gradient(270deg, #0467ED 0%, #094FAD 100%); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }

.common-more1 i { font-size: 0.18rem; margin-left: 0.05rem; transition: all .5s ease; }

.common-more1.common-more2 { background: #ffff; color: #084EAC; }

.common-more1:hover i { margin-left: 0.1rem; }

.common-play { width: 0.8rem; height: 0.8rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; }

.common-play i { font-size: 0.3rem; color: #fff; }

.common-play:after { content: ""; width: 100%; height: 100%; background: url(../images/video-circle.png) no-repeat center/100%; position: absolute; left: 0; top: 0; animation: rotate360 5s infinite linear; }


/* 公用视频弹出 */
.video-popup { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 10000; background: rgba(0, 0, 0, 0.7); }

.video-popup .btn-close { position: absolute; right: 5%; top: 5%; transition: all .5s ease; }

.video-popup .btn-close .icon { width: 30px; position: relative; }

.video-popup .btn-close:hover { transform: rotate(180deg); }

.video-popup .video-popup-box { width: 1080px; max-height: calc(100vh - 160px); margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.video-popup .video-popup-box video { width: 100%; height: 100%; object-fit: cover; }

.activity { padding: 1.1rem 0; }

.activity ul { overflow: hidden; height: auto; margin-top: 0.3rem; display: flex; }

.activity ul li { width: 33.3333%; height: 5.3rem; transition: all .5s ease; margin-left: 0.3rem; position: relative; overflow: hidden; }

.activity ul li .num { font-size: 0.5rem; color: #fff; font-family: "BebasNeue"; position: absolute; left: 0.5rem; top: 0.5rem; }

.activity ul li img { width: 101%; height: 101%; }

.activity ul li h3 { font-size: 0.22rem; color: #fff; line-height: 0.34rem; width: 100%; position: absolute; left: 0; bottom: 0; padding: 0.45rem; transition: all .5s ease; }

.activity ul li .text { width: 100%; padding: 0.45rem; position: absolute; left: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; border-top-left-radius: 0.5rem; overflow: hidden; transform: translateY(100%); transition: all .5s ease; }

.activity ul li .text:before { content: ""; width: 100%; height: 100%; background: linear-gradient(270deg, #084EAC 0%, #0367EE 100%); opacity: .7; position: absolute; left: 0; top: 0; }

.activity ul li .text .txt h3 { position: relative; padding: 0; }

.activity ul li .text .txt p { font-size: 0.16rem; color: #E5F0FE; line-height: 0.26rem; margin-top: 0.15rem; display: none; }

.activity ul li .text .common-btn { margin: inherit; display: none; }

.activity ul li .text .common-btn span { margin: 0; }

.activity ul li.active { width: 70%; }

.activity ul li.active h3 { transform: translateY(100%); }

.activity ul li.active .text { width: 100%; transform: translateY(0); }

.activity ul li.active .text .txt { width: 85%; position: relative; z-index: 1; }

.activity ul li.active .text .txt h3 { transform: translate(0); }

.activity ul li.active .text .txt p { display: block; }

.activity ul li.active .text .common-btn { display: block; }

.activity ul li.active .text .common-btn span:after { animation: view-more linear 3s infinite; animation-play-state: play; }

.activity ul li:first-child { margin: 0; }
.containerAA { width: 82.5%; height: 100%; margin: 0 auto; position: relative; transition: all .5s ease; }



/*! <=991 手机端 */
@media all and (max-width: 991px) { html, body { font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif; }
  .about { padding: 0 0 0.5rem; margin-top: 0.5rem; }
  .about .bt { left: 0.3rem; }
  .about .container { width: 100%; padding: 0 0.3rem; display: flex; justify-content: space-between; position: relative; z-index: 1; }
  .about .left { width: 100%; padding-top: 0.6rem; }
  .about .left .title-box h4 { font-size: 0.36rem; }
  .about .left .text { margin-top: 0.5rem; }
  .about .left .text h2 { font-size: 0.3rem; }
  .about .left .text p { font-size: 0.26rem; line-height: 0.42rem; margin-top: 0.25rem; }
  .about .left ul { margin-top: 0.6rem; }
  .about .left ul li { width: 32%; }
  .about .left ul li p { font-size: 0.26rem; margin-top: 0.1rem; line-height: 0.4rem; }
  .about .left .cs { margin-top: 0.5rem; }
  .about .left .cs .swiper-slide { height: 5.5rem; }
  .about .left .cs .swiper-slide img { width: 100%; height: 100%; }
  .about .left .cs .swiper-slide .txt { font-size: 0.12rem; opacity: 1; padding:15px; text-align:center; background:none; color:#333; top:110px;}
  .about .right { display: none; }
 
  .product .container { display: flex; justify-content: space-between; flex-wrap: wrap; 
width: 100%;
    padding: 0 0.3rem; height: 100%; margin: 0 auto; position: relative; transition: all .5s ease; 
}
  
  .product { padding: 0.8rem 0; background: url(../images/index/product-bg-xs.jpg) no-repeat top/100%; }
  .product .left { width: 100%; }
  .product .left h5 { font-size: 0.32rem; }
  .product .left .tabs { margin-top: 0.4rem; padding: 0; display: flex; justify-content: space-between; justify-content: center; }
  .product .left .tabs:before { width: 90%; height: 1px; top: 1rem; right: 0; margin: auto; }
  .product .left .tabs .item { width: 25%; font-size: 0.3rem; padding: 0 0 0.3rem; padding-left: 0; text-align: center; }
  .product .left .tabs .item:before { right: 0; top: auto; }
  .product .left .text { display: none; }
  .product .right { width: 100%; margin-top: 0.6rem; }
  .product .right ul li { height: 2.2rem; }
  .product .right ul li h5 { font-size: 0.28rem; right: 0.3rem; bottom: 0.3rem; }
  .product .right ul li .more { font-size: 0.28rem; margin-top: 0.7rem; }
  .product .right ul li .more i { margin-left: 0.05rem; }
  .product .right ul li:nth-of-type(2) { height: 2.3rem; }
  .product .right ul li:nth-of-type(4) { height: 3.3rem; padding: 0.3rem; }
  .product .right ul li:nth-of-type(4) h3 { font-size: 0.3rem; }
  .product .right ul li:nth-of-type(4) h4 { font-size: 0.24rem; }
  .product .right ul li:nth-of-type(4):after { width: 1.5rem; height: 1.81rem; }
  .application .title-box { left: 0.3rem; top: 0.8rem; }
  .application .slide { height: 10rem; }
  .application .slide .text { width: 100%; padding: 0 0.3rem; left: 0; top: 2.2rem; }
  .application .slide .text h4 { font-size: 0.32rem; }
  .application .slide .text p { font-size: 0.26rem; line-height: 0.42rem; margin-top: 0.3rem; }
  .application .slide .text .yy { display: none; }
  .application .slide .text .yy a { line-height: 0.56rem; font-size: 0.26rem; }
  .application .slide .text .yy a i { font-size: 0.22rem; }
  .application .tabs { width: 100%; }
  .application .tabs .item { width: 25%; padding: 0.3rem 0.25rem 0.15rem 0.25rem; }
  .application .tabs .item i { font-size: 0.32rem; }
  .application .tabs .item .icon-xie { right: 0.25rem; top: 0.28rem; color: #E1E1E1; }
  .application .tabs .item h3 { font-size: 0.28rem; margin-top: 0.2rem; line-height: 0.38rem; }
  .application .tabs .item h4 { display: none; }
  .activity { padding: 0.8rem 0; }
  .activity ul { margin-top: 0.3rem; flex-wrap: wrap; }
  .activity ul li { width: 100%; height: 4.3rem; margin-left: 0; margin-top: 0.3rem; }
  .activity ul li .num { left: 0.4rem; top: 0.4rem; }
  .activity ul li h3 { font-size: 0.28rem; display: none; line-height: 0.4rem; }
  .activity ul li .text { width: 100%; padding: 0.3rem 0.4rem; transform: translateY(0); }
  .activity ul li .text .txt { width: 100%; }
  .activity ul li .text .txt h3 { position: relative; padding: 0; display: block; }
  .activity ul li .text .txt p { display: none; }
  .activity ul li .text .common-btn { display: none; }
  .activity ul li .text .common-btn span { margin: 0; }
  .activity ul li.active { width: 100%; }
  .activity ul li.active .text .txt { width: 100%; }
  .activity ul li.active .text .txt h3 { transform: translate(0); }
  .activity ul li.active .text .txt p { display: none; }
  .activity ul li.active .text .common-btn { display: none; }	
}
