.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url(../font/Gilroy-Medium-2.otf);
}
@font-face {
  font-family: 'gilroy-black';
  src: url(../font/gilroy-black-6.otf);
}
@font-face {
  font-family: 'gilroy-bold';
  src: url(../font/gilroy-bold-4.otf);
}
@font-face {
  font-family: 'gilroy-regular';
  src: url(../font/gilroy-regular-3.otf);
}
@font-face {
  font-family: 'Gilroy-Light';
  src: url(../font/Gilroy-Light-11.otf);
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../font/MyriadPro-Regular.otf);
}
section {
  overflow: hidden;
}
.head {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  z-index: 29;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 17.26rem;
  height: 100%;
  margin: 0 auto;
}
.head .head-top .top-box .box-logo {
  position: relative;
  width: 1.8rem;
  height: 100%;
}
.head .head-top .top-box .box-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-logo .img2 {
  opacity: 0;
}
.head .head-top .top-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
.head .head-top .top-box .box-right .right-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
.head .head-top .top-box .box-right .right-nav .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 1rem;
  color: #fff;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0.34rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  padding-left: 0.4rem;
  line-height: 72px;
  background: #f0f5fb;
  overflow: hidden;
  z-index: 29;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 16rem;
  height: 100%;
  margin: 0 auto;
  padding: 0.8rem 0 0.7rem;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link {
  display: flex;
  justify-content: flex-start;
  width: calc(33.33% - 0.3333rem);
  height: 1.32rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fff;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link:nth-child(3n + 1) {
  margin-left: 0;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-pic {
  width: 1.32rem;
  height: 100%;
  overflow: hidden;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-pic 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-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title2 {
  width: calc(100% - 1.32rem);
  padding-left: 0.25rem;
  padding-top: 0.12rem;
  font-family: 'gilroy-regular';
  font-size: 0.24rem;
  line-height: 0.35rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title2 .title-text {
  display: block;
  font-family: 'gilroy-regular';
  font-size: 0.24rem;
  color: #000;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title2 .title-text:hover {
  color: #0a51a1;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title2 .title-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title2 .title-box a {
  width: 50%;
  height: auto;
  font-size: 14px;
  color: #666;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title2 .title-box a:hover {
  color: #0a51a1;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title2:hover .link-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link .link-title {
  width: calc(100% - 1.32rem);
  padding-left: 0.25rem;
  font-family: 'gilroy-regular';
  font-size: 0.24rem;
  line-height: 1.32rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link:hover .link-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.head .head-top .top-box .box-right .right-nav .nav-li .li-list .list-box .box-link:hover .link-title {
  color: #0a51a1;
}
.head .head-top .top-box .box-right .right-nav .nav-li:hover .li-link {
  color: #0a51a1 !important;
}
.head .head-top .top-box .box-right .right-nav .nav-li:hover .li-link::after {
  width: 100%;
}
.head .head-top .top-box .box-right .right-nav .nav-li:hover .li-list {
  height: 5.14rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-right .right-nav .nav-li-active .li-link {
  color: #0a51a1;
}
.head .head-top .top-box .box-right .right-nav .nav-li-active .li-link::after {
  width: 100%;
}
.head .head-top .top-box .box-right .right-icon {
  position: relative;
  width: 16px;
  height: 100%;
  margin-left: 0.3rem;
  cursor: pointer;
}
.head .head-top .top-box .box-right .right-icon img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  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-box .box-right .right-icon .img2 {
  opacity: 0;
}
.head .head-top .top-box .box-right .right-icon input {
  position: absolute;
  top: 50%;
  right: -0.12rem;
  width: 2.6rem;
  height: 0.5rem;
  padding: 0 0.4rem 0 0.25rem;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #666;
  border-radius: 0.45rem;
  border: solid 2px #0a51a1;
  opacity: 0;
  visibility: hidden;
  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-box .box-right .right-icon input::placeholder {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #666;
}
.head .head-top .top-box .box-right .right-icon:hover input {
  opacity: 1;
  visibility: visible;
}
.head .head-top .top-box .box-right .right-lang {
  position: relative;
  width: 1.4rem;
  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-box .box-right .right-lang .lang-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head .head-top .top-box .box-right .right-lang .lang-top .top-icon {
  position: relative;
  width: 20px;
  height: 100%;
}
.head .head-top .top-box .box-right .right-lang .lang-top .top-title {
  width: auto;
  height: auto;
  margin-left: 0.08rem;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-box .box-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-box .box-right .right-lang .img1 {
  opacity: 0;
}
.head .head-top .top-box .box-right .right-lang .lang-box {
  position: absolute;
  top: 1rem;
  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-box .box-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;
}
.head .head-top .top-box .box-right .right-lang .lang-box .box-list:hover {
  color: #0a51a1;
  background: #fff;
}
.head .head-top .top-box .box-right .right-lang:hover {
  background: #0a51a1;
}
.head .head-top .top-box .box-right .right-lang:hover .img2 {
  opacity: 1 !important;
}
.head .head-top .top-box .box-right .right-lang:hover .img1 {
  opacity: 0;
}
.head .head-top .top-box .box-right .right-lang:hover .lang-box {
  height: 2.7rem;
}
.head .head-top .top-box .box-right .right-lang:hover .top-title {
  color: #fff !important;
}
.head .head-top .top-box .box-right .right-web-sousuo,
.head .head-top .top-box .box-right .right-web-caidan {
  display: none;
}
.head .head-top:hover {
  background: #fff;
}
.head .head-top:hover .box-logo .img2 {
  opacity: 1;
}
.head .head-top:hover .box-logo .img1 {
  opacity: 0;
}
.head .head-top:hover .right-nav .li-link {
  color: #3d373d !important;
}
.head .head-top:hover .right-nav .li-link:hover {
  width: 100%;
}
.head .head-top:hover .right-icon .img2 {
  opacity: 1 !important;
}
.head .head-top:hover .right-icon .img1 {
  opacity: 0 !important;
}
.head .head-top:hover .right-lang {
  background: #f4f4f4;
}
.head .head-top:hover .right-lang .top-title {
  color: #3d373d !important;
}
.head .head-top:hover .right-lang .img1 {
  opacity: 1 !important;
}
.head .head-top:hover .right-lang .img2 {
  opacity: 0 !important;
}
.head .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.head .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .slide-box {
  position: relative;
  width: 100%;
}
.head .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
}
.head .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.head .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.35rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-family: 'gilroy-black';
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.head .head-banner .swiper-slide-active .cent-title,
.head .head-banner .swiper-slide-active .cent-English,
.head .head-banner .swiper-slide-active .cent-text {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.head .head-banner .swiper-pagination {
  bottom: 0.3rem;
  width: 100%;
  text-align: center;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: none;
  opacity: 1;
  border-radius: 50%;
  border: solid 2px #fff;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #fff;
}
.head .head-banner .banner-pic {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
.head .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
.head .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.35rem;
  height: auto;
  padding-left: 0.5rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-banner .banner-cent .cent-title {
  font-family: 'gilroy-bold';
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
}
.head .head-banner .banner-cent .cent-text {
  margin-bottom: 0.1rem;
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
}
.head .head-banner .banner-cent span {
  display: block;
  width: 48px;
  height: 5px;
  margin-top: 0.3rem;
  background: #0a51a1;
}
.head .head-banner .banner-video {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-banner .banner-video .video-box {
  width: 100%;
  height: 100%;
}
.head .head-banner .banner-video .video-box .video-pic {
  width: 100%;
  height: auto;
}
.head .head-banner .banner-video .video-box .video-pic img {
  width: 100%;
}
.head .head-banner .banner-video .video-box .video-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.head .head-banner .banner-video .video-box .video-cent .cent-title {
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  color: #fff;
  text-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
}
.head .head-banner .banner-video .video-box .video-cent .cent-text {
  margin-top: 0.08rem;
  font-family: 'gilroy-black';
  font-size: 1rem;
  color: #fff;
}
.head .head-banner .banner-video .video-box .video-cent .cent-icon {
  margin: 0.5rem auto 0;
  width: 0.8rem;
  height: auto;
  cursor: pointer;
}
.head .head-banner .banner-video .video-box .video-cent .cent-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .banner-video .video-box .video-cent .cent-icon:hover img {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.head .head-banner .banner-video .video-cont {
  display: none;
  width: 100%;
  height: auto;
}
.head .head-banner .banner-video .video-cont video {
  width: 100%;
  height: auto;
}
.head .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
.head .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
.head .head-search .search-box .box-cent input {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
  background: none;
}
.head .head-search .search-box .box-cent input::placeholder {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
}
.head .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
.head .head-search .search-box .box-cent .box-icon img {
  width: 16px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
.head .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
}
.head .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
.head .head-nav {
  width: 12.8rem;
  height: 0.8rem;
  margin: 0 auto;
  line-height: 0.8rem;
}
.head .head-nav a {
  font-family: 'gilroy-regular';
  font-size: 18px;
  color: #808080;
}
.head .head-nav a:hover {
  color: #0a51a1;
}
.head .head-nav .color {
  color: #0a51a1;
}
.head .head-nav span {
  display: inline-block;
  width: 5px;
  margin: 0 0.12rem;
}
.head .head-nav span img {
  width: 100%;
  margin-top: -0.04rem;
}
.head .Whead-search,
.head .sidebar-mask,
.head .Whead-sidebar,
.head .head-Wnav {
  display: none;
}
.foot {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  background: #1b1b1b;
}
.foot .foot-box {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1.1rem;
}
.foot .foot-box .box-left {
  width: 3.1rem;
  height: auto;
  font-family: 'gilroy-regular';
}
.foot .foot-box .box-left .left-top {
  font-size: 18px;
  color: #fff;
}
.foot .foot-box .box-left .left-title {
  margin-top: 0.26rem;
  font-size: 14px;
  color: #666;
}
.foot .foot-box .box-left .left-phone {
  margin: 0.06rem 0 0.1rem;
  font-size: 0.3rem;
  color: #fff;
}
.foot .foot-box .box-left .left-Address {
  margin-top: 0.14rem;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.foot .foot-box .box-left .box-web-share {
  display: none;
}
.foot .foot-box .box-right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 7.7rem;
}
.foot .foot-box .box-right .right-list {
  width: 33.33%;
  margin-bottom: 0.38rem;
}
.foot .foot-box .box-right .right-list .list-title {
  font-family: 'MyriadPro-Regular';
  font-size: 18px;
  color: #fff;
}
.foot .foot-box .box-right .right-list .list-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-family: 'gilroy-regular';
}
.foot .foot-box .box-right .right-list .list-cent a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.foot .foot-box .box-right .right-list .list-cent a:hover {
  color: #fff;
}
.foot .font-bottom {
  width: 100%;
  height: 1rem;
  border-top: solid 1px #323232;
}
.foot .font-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12.8rem;
  height: 100%;
  margin: 0 auto;
}
.foot .font-bottom .bottom-box .box-left {
  width: 60%;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #666;
}
.foot .font-bottom .bottom-box .box-left a {
  color: #666;
}
.foot .font-bottom .bottom-box .box-left a:hover {
  color: #fff;
}
.foot .font-bottom .bottom-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
}
.foot .font-bottom .bottom-box .box-right .right-list {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.1rem;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 50%;
  background: #616161;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .font-bottom .bottom-box .box-right .right-list img {
  width: 0.25rem;
}
.foot .font-bottom .bottom-box .box-right .right-list:hover {
  background: #fff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 1.4rem auto 1.6rem;
}
.container .cont-plate1 .plate1-left {
  width: 50%;
  height: auto;
}
.container .cont-plate1 .plate1-left .left-top {
  width: 100%;
  padding-right: 1.9rem;
}
.container .cont-plate1 .plate1-left .left-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  color: #000;
}
.container .cont-plate1 .plate1-left .left-top .top-text {
  margin: 0.2rem 0 0.8rem;
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #3d373d;
}
.container .cont-plate1 .plate1-left .left-list {
  position: relative;
  width: 100%;
  margin-top: 1.4rem;
  padding-right: 1.2rem;
}
.container .cont-plate1 .plate1-left .left-list .list-pic {
  width: 100%;
  overflow: hidden;
}
.container .cont-plate1 .plate1-left .left-list img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-left .left-list .list-cent {
  position: absolute;
  bottom: -0.45rem;
  left: 0;
  width: 2.2rem;
  height: auto;
  padding: 0.2rem 0.3rem 0 0;
  background: rgba(255, 255, 255, 1);
}
.container .cont-plate1 .plate1-left .left-list .list-cent .cent-title {
  font-family: 'gilroy-bold';
  font-size: 0.38rem;
  color: #3d373d;
}
.container .cont-plate1 .plate1-left .left-list .list-cent .cent-text {
  margin-top: 0.06rem;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 22px;
  color: #3d373d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate1 .plate1-left .left-list .list-cent a {
  display: inline-block;
  margin-top: 0.4rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
}
.container .cont-plate1 .plate1-left .left-list .list-cent a:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.container .cont-plate1 .plate1-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-plate1 .plate1-right {
  width: 50%;
  height: auto;
}
.container .cont-plate1 .plate1-right .right-pl {
  width: calc(100% - 1.2rem) !important;
  margin-left: 1.2rem;
  margin-top: 1.4rem;
}
.container .cont-plate1 .plate1-right .right-list {
  position: relative;
  width: 100%;
}
.container .cont-plate1 .plate1-right .right-list .list-pic {
  width: 100%;
  overflow: hidden;
}
.container .cont-plate1 .plate1-right .right-list img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-right .right-list .list-cent {
  position: absolute;
  bottom: -0.45rem;
  left: 0;
  width: 4rem;
  height: auto;
  padding: 0.2rem 0.3rem 0 0;
  background: rgba(255, 255, 255, 1);
}
.container .cont-plate1 .plate1-right .right-list .list-cent .cent-title {
  font-family: 'gilroy-bold';
  font-size: 0.38rem;
  color: #3d373d;
}
.container .cont-plate1 .plate1-right .right-list .list-cent .cent-text {
  margin-top: 0.06rem;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 22px;
  color: #3d373d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate1 .plate1-right .right-list .list-cent a {
  display: inline-block;
  margin-top: 0.4rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
}
.container .cont-plate1 .plate1-right .right-list .list-cent a:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.container .cont-plate1 .plate1-right .right-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-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../image/plate2-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.container .cont-plate2 .plate2-bg {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-bg img {
  width: 100%;
  opacity: 0;
}
.container .cont-plate2 .plate2-top {
  position: absolute;
  top: -0.62rem;
  left: 50%;
  width: 12.8rem;
  font-family: 'Gilroy-Medium';
  font-size: 0.36rem;
  color: #3d373d;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 39;
}
.container .cont-plate2 .plate2-box {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 12.8rem;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9;
}
.container .cont-plate2 .plate2-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  color: #fff;
}
.container .cont-plate2 .plate2-box .box-text {
  width: 5rem;
  margin: 0.08rem 0 1rem;
  font-family: 'gilroy-regular';
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  margin: 1.4rem 0;
}
.container .cont-plate3 .plate3-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.container .cont-plate3 .plate3-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate3 .plate3-box .box-cent {
  position: relative;
  width: 83.3%;
  height: auto;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide {
  width: 4.05rem;
  height: auto;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  text-align: left;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box .box-time {
  margin: 0.3rem 0 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #999;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box .box-text {
  padding-right: 1rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box .box-link {
  display: inline-block;
  margin-top: 0.32rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box .box-link:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.container .cont-plate3 .plate3-box .box-cent .cent-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate3 .plate3-box .box-cent .box-swiper-button-prev {
  display: none;
}
.container .cont-plate3 .plate3-box .box-cent .box-swiper-button-next {
  position: absolute;
  top: 40%;
  right: -1.1rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-box .box-cent .box-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate3 .plate3-box .box-cent .box-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate3 .plate3-box .box-cent .box-swiper-button-next:hover {
  background: #0b52a1;
}
.container .cont-plate3 .plate3-box .box-cent .box-swiper-button-next:hover .img2 {
  opacity: 1 !important;
}
.container .cont-plate3 .plate3-box .box-cent .box-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-background {
  width: 11.74rem;
  height: 9.6rem;
  background: #f0f5fb;
}
.container .cont-plate4 .plate4-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate4 .plate4-box .swiper-slide {
  width: 100%;
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box .box-left {
  width: 5.74rem;
  height: auto;
  padding: 1rem 1rem 0 1.2rem;
  background: linear-gradient(30deg, #0a51a1, #24a0d5);
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box .box-left .left-title {
  font-size: 0.24rem;
  color: #a0cfe6;
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box .box-left .left-text {
  margin-top: 0.2rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box .box-left .box-link {
  display: inline-block;
  margin-top: 1rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box .box-left .box-link:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box .box-right {
  width: 10.27rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box .box-right img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .swiper-slide .slide-box:hover .box-right 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 .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1rem;
  left: 1.2rem;
  width: 1.2rem;
  z-index: 9;
}
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-next {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 50%;
  border: solid 2px #fff;
  cursor: pointer;
  opacity: 0.6;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  z-index: 19;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-next .img2,
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-prev .img3,
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-next .img3 {
  opacity: 0;
}
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-prev:hover,
.container .cont-plate4 .plate4-box .swiper-button .plate4-swiper-button-next:hover {
  opacity: 1;
}
.container .cont-plate4 .plate4-bottom {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate5 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
}
.container .cont-plate5 .plate5-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.container .cont-plate5 .plate5-text {
  margin-top: 0.12rem;
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.container .cont-plate5 .plate5-text-web,
.container .cont-plate5 .plate5-web-box {
  display: none;
}
.container .cont-plate5 .plate5-box {
  position: relative;
  width: 12.8rem;
  text-align: center;
  margin: 0.5rem auto 0;
}
.container .cont-plate5 .plate5-box img {
  width: 12rem;
}
.container .cont-plate5 .plate5-box .box-list {
  display: inline-block;
  position: absolute;
  width: auto;
}
.container .cont-plate5 .plate5-box .box-list .list-text {
  display: inline-block;
  width: auto;
  padding-left: 0.2rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  color: #898989;
}
.container .cont-plate5 .plate5-box .box-list .list-text::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0068b7;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate5 .plate5-box .box-list .list-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0068b7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate5 .plate5-box .box-list .list-cent {
  position: absolute;
  top: -2.1rem;
  right: -80%;
  width: 2.55rem;
  height: 1.8rem;
  padding: 0.24rem 0.3rem 0;
  background: #fff;
  box-shadow: 0.02rem 0 0.37rem rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-box .box-list .list-cent::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
}
.container .cont-plate5 .plate5-box .box-list .list-cent .cent-title {
  margin-bottom: 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate5 .plate5-box .box-list .list-cent .cent-text {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #666;
}
.container .cont-plate5 .plate5-box .box-list:hover .list-text::before {
  opacity: 0.5;
  visibility: visible;
}
.container .cont-plate5 .plate5-box .box-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
}
.container .cont-plate5 .plate5-box .list-Japan {
  top: 2.4rem;
  right: 1.4rem;
}
.container .cont-plate5 .plate5-box .list-Japan .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-South {
  top: 2.38rem;
  right: 2.4rem;
}
.container .cont-plate5 .plate5-box .list-South .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.container .cont-plate5 .plate5-box .list-South .list-text::after {
  left: auto;
  right: 0;
}
.container .cont-plate5 .plate5-box .list-South .list-text::before {
  left: auto;
  right: -8px;
}
.container .cont-plate5 .plate5-box .list-South .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.container .cont-plate5 .plate5-box .list-Singapore {
  top: 3.58rem;
  right: 2.38rem;
}
.container .cont-plate5 .plate5-box .list-Singapore .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-India {
  top: 2.9rem;
  right: 3.5rem;
}
.container .cont-plate5 .plate5-box .list-India .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-China {
  top: 2.8rem;
  right: 0.7rem;
}
.container .cont-plate5 .plate5-box .list-China .list-text {
  font-size: 0.24rem;
  color: #0068b7;
}
.container .cont-plate5 .plate5-box .list-China .list-text::before {
  opacity: 0.5 !important;
  visibility: visible !important;
}
.container .cont-plate5 .plate5-box .list-China .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Iran {
  top: 2.57rem;
  right: 4.34rem;
}
.container .cont-plate5 .plate5-box .list-Iran .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Russia {
  top: 1.1rem;
  right: 2.55rem;
}
.container .cont-plate5 .plate5-box .list-Russia .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-England {
  top: 1.7rem;
  right: 6.78rem;
}
.container .cont-plate5 .plate5-box .list-England .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.container .cont-plate5 .plate5-box .list-England .list-text::after {
  left: auto;
  right: 0;
}
.container .cont-plate5 .plate5-box .list-England .list-text::before {
  left: auto;
  right: -8px;
}
.container .cont-plate5 .plate5-box .list-England .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.container .cont-plate5 .plate5-box .list-France {
  top: 2.06rem;
  right: 6.68rem;
}
.container .cont-plate5 .plate5-box .list-France .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.container .cont-plate5 .plate5-box .list-France .list-text::after {
  left: auto;
  right: 0;
}
.container .cont-plate5 .plate5-box .list-France .list-text::before {
  left: auto;
  right: -8px;
}
.container .cont-plate5 .plate5-box .list-France .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.container .cont-plate5 .plate5-box .list-Czech {
  top: 1.95rem;
  right: 5.87rem;
}
.container .cont-plate5 .plate5-box .list-Czech .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Germany {
  top: 1.58rem;
  right: 5.56rem;
}
.container .cont-plate5 .plate5-box .list-Germany .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Poland {
  top: 1.78rem;
  right: 5.74rem;
}
.container .cont-plate5 .plate5-box .list-Poland .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Canada {
  top: 1.6rem;
  right: auto;
  left: 2.1rem;
}
.container .cont-plate5 .plate5-box .list-Canada .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-USA {
  top: 2.3rem;
  right: auto;
  left: 2.54rem;
}
.container .cont-plate5 .plate5-box .list-USA .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Mexico {
  top: 3.08rem;
  right: auto;
  left: 3rem;
}
.container .cont-plate5 .plate5-box .list-Mexico .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Italy {
  top: 2.3rem;
  right: auto;
  left: 6.5rem;
}
.container .cont-plate5 .plate5-box .list-Italy .list-text {
  font-size: 0.24rem;
  color: #0068b7;
}
.container .cont-plate5 .plate5-box .list-Italy .list-text::before {
  opacity: 0.5 !important;
  visibility: visible !important;
}
.container .cont-plate5 .plate5-box .list-Italy .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-box .list-Brazil {
  top: 4.8rem;
  right: auto;
  left: 3.96rem;
}
.container .cont-plate5 .plate5-box .list-Brazil .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background: #f7f9fa;
}
.container .cont-plate6 .plate6-box {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  margin: 0 auto;
}
.container .cont-plate6 .plate6-box .box-list {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.container .cont-plate6 .plate6-box .box-list .list-icon {
  width: 0.46rem;
  margin: 0 auto;
}
.container .cont-plate6 .plate6-box .box-list .list-icon img {
  width: 100%;
}
.container .cont-plate6 .plate6-box .box-list .list-title {
  margin-top: 0.12rem;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #252525;
}
.container .cont-plate6 .plate6-box .box-list .list-bottom {
  width: 14px;
  margin: 0.45rem auto 0;
}
.container .cont-plate6 .plate6-box .box-list .list-bottom img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-box .box-list:hover .list-bottom img {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-botton {
  display: block;
  width: 1.3rem;
  height: auto;
}
.container .cont-botton .botton-round {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #3c3c3c;
}
.container .cont-botton .botton-round .round-text {
  position: absolute;
  top: 50%;
  right: -110%;
  width: 1.3rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #ccc;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-botton .botton-round .round-text span {
  color: #747474;
}
.container .cont-botton .botton-round .round-text img {
  width: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-botton:hover img {
  transform: translateX(8px);
  -o-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
}
.company {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.company .company-top {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1.4rem;
}
.company .company-top .top-left {
  width: 6.6rem;
  height: auto;
}
.company .company-top .top-left .left-year {
  font-family: 'gilroy-regular';
  font-size: 18px;
  color: #989898;
  letter-spacing: 0.35rem;
}
.company .company-top .top-left .left-title {
  margin: 0.06rem 0 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 0.6rem;
  color: #222;
}
.company .company-top .top-left .left-text {
  margin-top: 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  line-height: 30px;
  color: #989898;
}
.company .company-top .top-right {
  width: 5.45rem;
  height: auto;
}
.company .company-top .top-right .right-title {
  font-family: 'Gilroy-Light';
  font-size: 0.6rem;
  color: #222222;
}
.company .company-top .top-right .right-text {
  margin-top: 0.45rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  line-height: 30px;
  color: #989898;
}
.company .company-plate2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.company .company-plate2 .plate2-left {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.company .company-plate2 .plate2-left img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.company .company-plate2 .plate2-right {
  width: 50%;
  height: auto;
  padding: 1.2rem 0 0 0.8rem;
  background: #f0f3f6;
}
.company .company-plate2 .plate2-right .right-box {
  width: 5.65rem;
}
.company .company-plate2 .plate2-right .right-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.6rem;
  color: #000;
}
.company .company-plate2 .plate2-right .right-box .box-text {
  margin-top: 0.26rem;
  font-family: 'MyriadPro-Regular';
  font-size: 0.2rem;
  line-height: 30px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.company .company-plate2 .plate2-right .right-box .box-text2 {
  margin-top: 0.26rem;
  margin-bottom: 0.5rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.company .company-plate2:hover .plate2-left 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));
}
.company .company-box {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1.8rem 0;
}
.company .company-box .box-list {
  display: inline-block;
  width: auto;
  height: auto;
}
.company .company-box .box-list .list-top {
  font-family: 'gilroy-bold';
  font-size: 1rem;
  color: #0a52a2;
}
.company .company-box .box-list .list-top em {
  position: relative;
  display: inline-block;
  height: 0.22rem;
  margin-left: 0.16rem;
  font-family: 'gilroy-regular';
  font-size: 20px;
  color: #000;
}
.company .company-box .box-list .list-top em::after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-family: 'gilroy-bold';
  font-size: 0.4rem;
  color: #000;
}
.company .company-box .list-text {
  margin-top: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 0.3rem;
  color: #000;
}
.company .company-bottom {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #eef2f5;
}
.company .company-bottom .bottom-box {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.company .company-bottom .bottom-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.company .company-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  padding-bottom: 0.18rem;
  border-bottom: solid 2px #d9e0e9;
}
.company .company-bottom .bottom-swiper .web-swiper-box {
  display: none;
}
.company .company-bottom .bottom-swiper .swiper-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.company .company-bottom .bottom-swiper .swiper-box .box-list {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #808080;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.company .company-bottom .bottom-swiper .swiper-box .box-list::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #0a52a2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.company .company-bottom .bottom-swiper .swiper-box .box-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.company .company-bottom .bottom-swiper .swiper-box .box-list-active::after {
  width: 100%;
}
.company .company-bottom .bottom-cent {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.9rem auto 0;
}
.company .company-bottom .bottom-cont {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  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;
}
.company .company-bottom .bottom-cont .cont-left {
  width: calc(50% - 0.4rem);
  height: auto;
  overflow: hidden;
}
.company .company-bottom .bottom-cont .cont-left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.company .company-bottom .bottom-cont .cont-right {
  width: calc(50% - 0.36rem);
  height: auto;
}
.company .company-bottom .bottom-cont .cont-right .right-title {
  font-family: 'gilroy-bold';
  font-size: 0.48rem;
  color: #000;
}
.company .company-bottom .bottom-cont .cont-right .right-text {
  margin-top: 0.26rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 28px;
  color: #808080;
}
.company .company-bottom .bottom-cont .cont-right .right-mt {
  margin-top: 0.5rem;
}
.company .company-bottom .bottom-cont:hover .cont-left 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));
}
.company .company-bottom .bottom-cont-active {
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.company .cont-botton {
  display: block;
  width: 1.3rem;
  height: auto;
}
.company .cont-botton .botton-round {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #0a52a2;
}
.company .cont-botton .botton-round .round-text {
  position: absolute;
  top: 50%;
  right: -110%;
  width: 1.3rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.company .cont-botton .botton-round .round-text span {
  color: #497db6;
}
.company .cont-botton .botton-round .round-text img {
  width: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.company .cont-botton:hover img {
  transform: translateX(8px);
  -o-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
}
.video {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
  overflow: hidden;
}
.video .video-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.video .video-top .top-list {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #989898;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-top .top-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 3px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-top .top-list:hover {
  font-family: 'gilroy-bold';
  color: #333;
}
.video .video-top .top-list:hover::after {
  width: 100%;
}
.video .video-top .top-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.video .video-top .top-list-active::after {
  width: 100%;
}
.video .video-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.video .video-cont .cont-list {
  width: calc(33.33% - 0.27rem);
  height: 3.1rem;
  margin-left: 0.4rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.video .video-cont .cont-list:nth-child(3n + 1) {
  margin-left: 0;
}
.video .video-cont .cont-list .list-top {
  position: relative;
  width: 100%;
  height: 2.45rem;
}
.video .video-cont .cont-list .list-top .top-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video .video-cont .cont-list .list-top .top-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-list .list-top .top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-cont .cont-list .list-top .top-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-cont .cont-list .list-top .top-icon:hover img {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.video .video-cont .cont-list .list-title {
  width: 100%;
  height: 0.66rem;
  padding: 0 0.1rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 0.66rem;
  text-align: center;
  color: #989898;
  background: #f5f5f5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .video-cont .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.video .video-cont .cont-list:hover .list-title {
  color: #fff;
  background: linear-gradient(90deg, #0a52a2, #24a0d5);
}
.video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.video .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 19;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.culture .culture-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.culture .culture-text {
  margin-top: 0.26rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #333;
}
.culture .culture-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.culture .culture-cont .cont-list {
  position: relative;
  width: calc(50% - 0.2rem);
  height: 4.5rem;
  margin-top: 0.4rem;
  border-radius: 0.1rem;
  background: #ffffff;
  box-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
}
.culture .culture-cont .cont-list .list-bg {
  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;
}
.culture .culture-cont .cont-list .list-bg img {
  width: 100%;
}
.culture .culture-cont .cont-list .list-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.6rem 0;
}
.culture .culture-cont .cont-list .list-cent .cent-icon {
  position: relative;
  width: 0.82rem;
  height: 0.78rem;
}
.culture .culture-cont .cont-list .list-cent .cent-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-list .list-cent .cent-icon .img2 {
  opacity: 0;
}
.culture .culture-cont .cont-list .list-cent .cent-title {
  margin: 0.4rem 0 0.16rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-list .list-cent .cent-text {
  font-family: 'gilroy-regular';
  font-size: 18px;
  line-height: 34px;
  color: #989898;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-list:hover .list-bg {
  opacity: 1 !important;
}
.culture .culture-cont .cont-list:hover .cent-icon .img2 {
  opacity: 1 !important;
}
.culture .culture-cont .cont-list:hover .cent-icon .img1 {
  opacity: 0;
}
.culture .culture-cont .cont-list:hover .cent-title {
  color: #fff;
}
.culture .culture-cont .cont-list:hover .cent-text {
  color: #fff;
}
.history {
  width: 100%;
  height: auto;
  background: url(../image/bg.png) no-repeat left 6.5rem;
  background-size: 12.39rem;
}
.history .history-top {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.6rem 0 1.2rem;
}
.history .history-top .top-left {
  width: 6.3rem;
  height: auto;
}
.history .history-top .top-left .left-year {
  font-family: 'gilroy-regular';
  font-size: 18px;
  color: #989898;
  letter-spacing: 0.35rem;
}
.history .history-top .top-left .left-title {
  margin: 0.06rem 0 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 0.6rem;
  color: #222;
}
.history .history-top .top-left .left-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #989898;
}
.history .history-top .top-left .left-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.history .history-top .top-left .left-bottom .bottom-list {
  display: inline-block;
  width: auto;
  height: auto;
}
.history .history-top .top-left .left-bottom .bottom-list .list-top {
  font-family: 'gilroy-bold';
  font-size: 1rem;
  color: #0a52a2;
}
.history .history-top .top-left .left-bottom .bottom-list .list-top .em-none::after {
  display: none !important;
}
.history .history-top .top-left .left-bottom .bottom-list .list-top em {
  position: relative;
  display: inline-block;
  height: 0.22rem;
  font-family: 'gilroy-regular';
  font-size: 20px;
  color: #000;
}
.history .history-top .top-left .left-bottom .bottom-list .list-top em::after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-family: 'gilroy-bold';
  font-size: 0.4rem;
  color: #000;
}
.history .history-top .top-left .left-bottom .bottom-list .list-text {
  margin-top: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 0.3rem;
  color: #000;
}
.history .history-top .top-right {
  width: 5.52rem;
  height: auto;
}
.history .history-top .top-right .right-title {
  margin-bottom: 0.45rem;
  font-family: 'Gilroy-Light';
  font-size: 0.6rem;
  color: #222222;
}
.history .history-top .top-right .right-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #989898;
}
.history .cont-plate2 {
  width: 100%;
  height: auto;
}
.history .cont-plate2 .plate2-box {
  width: 100%;
  height: auto;
}
.history .cont-plate2 .plate2-box .box-cent {
  position: relative;
  width: 83.3%;
  height: auto;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide {
  width: 4.05rem;
  height: auto;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  text-align: left;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box .box-time {
  margin: 0.3rem 0 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #333;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box .box-text {
  padding-right: 1rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box .box-link {
  display: inline-block;
  margin-top: 0.32rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box .box-link:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.history .cont-plate2 .plate2-box .box-cent .cent-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.history .cont-plate2 .plate2-box .box-cent .box-swiper-button-prev {
  display: none;
}
.history .cont-plate2 .plate2-box .box-cent .box-swiper-button-next {
  position: absolute;
  top: 40%;
  right: -1.1rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .cont-plate2 .plate2-box .box-cent .box-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.history .cont-plate2 .plate2-box .box-cent .box-swiper-button-next .img2 {
  opacity: 0;
}
.history .cont-plate2 .plate2-box .box-cent .box-swiper-button-next:hover {
  background: #0b52a1;
}
.history .cont-plate2 .plate2-box .box-cent .box-swiper-button-next:hover .img2 {
  opacity: 1 !important;
}
.history .cont-plate2 .plate2-box .box-cent .box-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history .history-bottom {
  width: 100%;
  height: auto;
  margin-top: 1.4rem;
  padding: 1.4rem 0 1.2rem;
  background: #eef2f5;
}
.history .history-bottom .cont-plate3 {
  position: relative;
  width: 100%;
  height: auto;
}
.history .history-bottom .cont-plate3 .plate3-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.history .history-bottom .cont-plate3 .plate3-text {
  margin-top: 0.12rem;
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.history .history-bottom .cont-plate3 .plate3-text-web,
.history .history-bottom .cont-plate3 .plate3-web-box {
  display: none;
}
.history .history-bottom .cont-plate3 .plate3-box {
  position: relative;
  width: 12.8rem;
  text-align: center;
  margin: 0.5rem auto 0;
}
.history .history-bottom .cont-plate3 .plate3-box img {
  width: 12rem;
}
.history .history-bottom .cont-plate3 .plate3-box .box-list {
  display: inline-block;
  position: absolute;
  width: auto;
}
.history .history-bottom .cont-plate3 .plate3-box .box-list .list-text {
  display: inline-block;
  width: auto;
  padding-left: 0.2rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  color: #898989;
}
.history .history-bottom .cont-plate3 .plate3-box .box-list .list-text::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0068b7;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .box-list .list-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0068b7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .box-list .list-cent {
  position: absolute;
  top: -2.1rem;
  right: -80%;
  width: 2.55rem;
  height: 1.8rem;
  padding: 0.24rem 0.3rem 0;
  background: #fff;
  box-shadow: 0.02rem 0 0.37rem rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-bottom .cont-plate3 .plate3-box .box-list .list-cent::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .box-list .list-cent .cent-title {
  margin-bottom: 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history .history-bottom .cont-plate3 .plate3-box .box-list .list-cent .cent-text {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #666;
}
.history .history-bottom .cont-plate3 .plate3-box .box-list:hover .list-text::before {
  opacity: 0.5;
  visibility: visible;
}
.history .history-bottom .cont-plate3 .plate3-box .box-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Japan {
  top: 2.4rem;
  right: 1.4rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Japan .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-South {
  top: 2.38rem;
  right: 2.4rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-South .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-South .list-text::after {
  left: auto;
  right: 0;
}
.history .history-bottom .cont-plate3 .plate3-box .list-South .list-text::before {
  left: auto;
  right: -8px;
}
.history .history-bottom .cont-plate3 .plate3-box .list-South .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Singapore {
  top: 3.58rem;
  right: 2.38rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Singapore .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-India {
  top: 2.9rem;
  right: 3.5rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-India .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-China {
  top: 2.8rem;
  right: 0.7rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-China .list-text {
  font-size: 0.24rem;
  color: #0068b7;
}
.history .history-bottom .cont-plate3 .plate3-box .list-China .list-text::before {
  opacity: 0.5 !important;
  visibility: visible !important;
}
.history .history-bottom .cont-plate3 .plate3-box .list-China .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Iran {
  top: 2.57rem;
  right: 4.34rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Iran .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Russia {
  top: 1.1rem;
  right: 2.55rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Russia .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-England {
  top: 1.7rem;
  right: 6.78rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-England .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-England .list-text::after {
  left: auto;
  right: 0;
}
.history .history-bottom .cont-plate3 .plate3-box .list-England .list-text::before {
  left: auto;
  right: -8px;
}
.history .history-bottom .cont-plate3 .plate3-box .list-England .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-France {
  top: 2.06rem;
  right: 6.68rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-France .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-France .list-text::after {
  left: auto;
  right: 0;
}
.history .history-bottom .cont-plate3 .plate3-box .list-France .list-text::before {
  left: auto;
  right: -8px;
}
.history .history-bottom .cont-plate3 .plate3-box .list-France .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Czech {
  top: 1.95rem;
  right: 5.87rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Czech .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Germany {
  top: 1.58rem;
  right: 5.56rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Germany .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Poland {
  top: 1.78rem;
  right: 5.74rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Poland .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Canada {
  top: 1.6rem;
  right: auto;
  left: 2.1rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Canada .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-USA {
  top: 2.3rem;
  right: auto;
  left: 2.54rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-USA .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Mexico {
  top: 3.08rem;
  right: auto;
  left: 3rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Mexico .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Italy {
  top: 2.3rem;
  right: auto;
  left: 6.5rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Italy .list-text {
  font-size: 0.24rem;
  color: #0068b7;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Italy .list-text::before {
  opacity: 0.5 !important;
  visibility: visible !important;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Italy .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history .history-bottom .cont-plate3 .plate3-box .list-Brazil {
  top: 4.8rem;
  right: auto;
  left: 3.96rem;
}
.history .history-bottom .cont-plate3 .plate3-box .list-Brazil .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.responsibility {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.3rem;
}
.responsibility .responsibility-top {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.responsibility .responsibility-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.responsibility .responsibility-top .top-text {
  margin-top: 0.26rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #333;
}
.responsibility .responsibility-cont {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.responsibility .responsibility-cont .cont-list {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.responsibility .responsibility-cont .cont-list .list-pic {
  width: 10.2rem;
}
.responsibility .responsibility-cont .cont-list .list-pic img {
  width: 100%;
}
.responsibility .responsibility-cont .cont-list .list-cent {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.responsibility .responsibility-cont .cont-list .list-cent .cent-box {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0 0 0.64rem;
  background: #fff;
}
.responsibility .responsibility-cont .cont-list .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.responsibility .responsibility-cont .cont-list .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.responsibility .responsibility-cont .cont-list .list-cent .cent-box .box-font .font-text {
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.responsibility .responsibility-cont .cont-list2 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.responsibility .responsibility-cont .cont-list2 .list-pic {
  display: none;
  width: 10.2rem;
}
.responsibility .responsibility-cont .cont-list2 .list-pic img {
  width: 100%;
}
.responsibility .responsibility-cont .cont-list2 .list-pic2 {
  width: 10.2rem;
}
.responsibility .responsibility-cont .cont-list2 .list-pic2 img {
  width: 100%;
}
.responsibility .responsibility-cont .cont-list2 .list-cent {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.responsibility .responsibility-cont .cont-list2 .list-cent .cent-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.9rem 0.64rem 0 0;
  background: #fff;
}
.responsibility .responsibility-cont .cont-list2 .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.responsibility .responsibility-cont .cont-list2 .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.responsibility .responsibility-cont .cont-list2 .list-cent .cent-box .box-font .font-text {
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.honor {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.honor .honor-top {
  width: 100%;
}
.honor .honor-top .top-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.honor .honor-top .top-box .bottom-list {
  display: inline-block;
  width: auto;
  height: auto;
}
.honor .honor-top .top-box .bottom-list .list-top {
  font-family: 'gilroy-bold';
  font-size: 1rem;
  color: #0a52a2;
}
.honor .honor-top .top-box .bottom-list .list-top .em-none::after {
  display: none !important;
}
.honor .honor-top .top-box .bottom-list .list-top em {
  position: relative;
  display: inline-block;
  height: 0.22rem;
  font-family: 'gilroy-regular';
  font-size: 20px;
  color: #000;
}
.honor .honor-top .top-box .bottom-list .list-top em::after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-family: 'gilroy-bold';
  font-size: 0.4rem;
  color: #000;
}
.honor .honor-top .top-box .bottom-list .list-text {
  margin-top: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 0.3rem;
  color: #000;
}
.honor .honor-top .top-text {
  margin-top: 0.6rem;
  font-family: 'Gilroy-Light';
  font-size: 22px;
  line-height: 40px;
  color: #333;
}
.honor .honor-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.honor .honor-cont .cont-list {
  width: calc(33.33% - 0.27rem);
  height: 5.15rem;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
  background: #f7f7f7;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-cont .cont-list:nth-child(3n + 1) {
  margin-left: 0;
}
.honor .honor-cont .cont-list .list-pic {
  width: 100%;
  height: 4.12rem;
  padding: 0.36rem 0.4rem 0.3rem;
  text-align: center;
  border-bottom: solid 1px #ededed;
  overflow: hidden;
}
.honor .honor-cont .cont-list .list-pic img {
  width: auto;
  height: 100%;
}
.honor .honor-cont .cont-list .list-title {
  padding: 0.26rem 0.3rem 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-align: center;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honor-cont .cont-list .list-time {
  font-family: 'gilroy-regular';
  font-size: 14px;
  text-align: center;
  color: #999;
}
.honor .honor-cont .cont-list:hover {
  transform: translatey(-14px);
  -o-transform: translatey(-14px);
  -moz-transform: translatey(-14px);
  -webkit-transform: translatey(-14px);
}
.honor .cont-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  height: auto;
  padding: 0.5rem 0.5rem 0.4rem;
  background: #fff;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.honor .cont-popup .popup-title {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  color: #333;
}
.honor .cont-popup .popup-see {
  width: 100%;
}
.honor .cont-popup .popup-icon {
  position: absolute;
  top: -0.4rem;
  right: -0.8rem;
  width: 0.5rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.sanit {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0;
}
.sanit .sanit-cont {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.sanit .sanit-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.sanit .sanit-cont .cont-top .top-left {
  width: 50%;
  height: auto;
}
.sanit .sanit-cont .cont-top .top-left .left-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  overflow: hidden;
  background: #f0f3f6;
}
.sanit .sanit-cont .cont-top .top-left .left-pic img {
  width: 80%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanit .sanit-cont .cont-top .top-left .left-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .box-swiper {
  width: 5.3rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .box-swiper .swiper-slide {
  width: calc(25% - 7.5px);
  height: 0.98rem;
  text-align: center;
  line-height: 0.98rem;
  border: solid 1px #efefef;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .box-swiper .swiper-slide img {
  width: 80%;
  opacity: 0.3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .box-swiper .swiper-slide:hover img {
  opacity: 1;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .box-swiper .slide-active img {
  opacity: 1;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-prev,
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: solid 1px #cccccc;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-prev img,
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-prev .img2,
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-prev:hover,
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-next:hover {
  border: solid 1px #0a51a1;
  background: #0a51a1;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-prev:hover .img2,
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-prev:hover .img1,
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-prev {
  left: 0;
}
.sanit .sanit-cont .cont-top .top-left .cont-plate1-box .plate1-swiper-button-next {
  right: 0;
}
.sanit .sanit-cont .cont-top .top-right {
  width: 50%;
  height: auto;
  padding-left: 0.6rem;
}
.sanit .sanit-cont .cont-top .top-right .right-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.sanit .sanit-cont .cont-top .top-right .right-English {
  margin-top: 0.16rem;
  font-family: 'MyriadPro-Regular';
  font-size: 20px;
  line-height: 36px;
  color: #000;
}
.sanit .sanit-cont .cont-top .top-right .right-text {
  margin-top: 0.16rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.sanit .sanit-cont .cont-top .top-right .right-botton {
  display: block;
  width: 1.95rem;
  height: 0.54rem;
  margin-top: 0.5rem;
  font-family: 'gilroy-regular';
  font-size: 18px;
  line-height: 0.54rem;
  text-align: center;
  color: #fff;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanit .sanit-cont .cont-top .top-right .right-botton:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.sanit .sanit-cont .cont-plate2 {
  width: 100%;
  height: auto;
  margin: 0.9rem 0 1.4rem;
}
.sanit .sanit-cont .cont-plate2 .plate2-title {
  padding-bottom: 0.1rem;
  font-family: 'gilroy-bold';
  font-size: 0.36rem;
  color: #000;
  border-bottom: solid 1px #ebebeb;
}
.sanit .sanit-cont .cont-plate2 .plate2-title span {
  position: relative;
  padding-bottom: 0.1rem;
  font-family: 'gilroy-bold';
  font-size: 0.36rem;
  color: #000;
}
.sanit .sanit-cont .cont-plate2 .plate2-title span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0a51a1;
}
.sanit .sanit-cont .cont-plate2 .plate2-title2 {
  margin-top: 0.7rem;
  font-family: 'gilroy-bold';
  font-size: 0.24rem;
  color: #0a51a1;
}
.sanit .sanit-cont .cont-plate2 .plate2-title3 {
  position: relative;
  padding-left: 0.14rem;
  margin-top: 0.4rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #333;
}
.sanit .sanit-cont .cont-plate2 .plate2-title3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.sanit .sanit-cont .cont-plate2 .plate2-text {
  margin-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 28px;
  color: #808080;
}
.sanit .sanit-cont .cont-plate2 .plate2-table {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border: solid 1px #e0e0e0;
}
.sanit .sanit-cont .cont-plate2 .plate2-table .table-top {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 16px;
  color: #333;
  background: #f6f7f9;
}
.sanit .sanit-cont .cont-plate2 .plate2-table .table-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  border-top: solid 1px #e0e0e0;
}
.sanit .sanit-cont .cont-plate2 .plate2-table .table-list .list-right {
  border-left: solid 1px #e0e0e0;
}
.sanit .sanit-cont .cont-plate2 .plate2-table .table-list .list-left,
.sanit .sanit-cont .cont-plate2 .plate2-table .table-list .list-right {
  width: 50%;
  height: auto;
  padding: 0.2rem 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #333;
}
.sanit .sanit-bottom {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #f0f3f6;
}
.sanit .sanit-bottom .bottom-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.sanit .sanit-bottom .bottom-cont {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0.8rem auto 0;
}
.sanit .sanit-bottom .bottom-cont .cont-list {
  display: block;
  width: calc(33.33% - 0.226rem);
  height: 3.5rem;
  background: #fff;
}
.sanit .sanit-bottom .bottom-cont .cont-list .list-pic {
  width: 100%;
  height: 2.45rem;
  text-align: center;
  line-height: 2.45rem;
  background: #dce1e6;
  overflow: hidden;
}
.sanit .sanit-bottom .bottom-cont .cont-list .list-pic img {
  width: 80%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanit .sanit-bottom .bottom-cont .cont-list .list-title {
  padding: 0.4rem 0.4rem 0;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #333;
}
.sanit .sanit-bottom .bottom-cont .cont-list:hover .list-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.sanitEquip {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.sanitEquip .sanitEquip-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.sanitEquip .sanitEquip-top .top-list {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #989898;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanitEquip .sanitEquip-top .top-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 3px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanitEquip .sanitEquip-top .top-list:hover {
  font-family: 'gilroy-bold';
  color: #333;
}
.sanitEquip .sanitEquip-top .top-list:hover::after {
  width: 100%;
}
.sanitEquip .sanitEquip-top .top-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.sanitEquip .sanitEquip-top .top-list-active::after {
  width: 100%;
}
.sanitEquip .sanitEquip-box {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.sanitEquip .sanitEquip-box .box-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.sanitEquip .sanitEquip-box .box-list .list-pic2 {
  display: none;
}
.sanitEquip .sanitEquip-box .box-list .list-pic,
.sanitEquip .sanitEquip-box .box-list .list-pic2,
.sanitEquip .sanitEquip-box .box-list .list-pic1 {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.sanitEquip .sanitEquip-box .box-list .list-pic img,
.sanitEquip .sanitEquip-box .box-list .list-pic2 img,
.sanitEquip .sanitEquip-box .box-list .list-pic1 img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanitEquip .sanitEquip-box .box-list .list-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem;
  background: #f3f5f8;
}
.sanitEquip .sanitEquip-box .box-list .list-cent .cent-title {
  padding-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  color: #333;
  border-bottom: solid 1px #dce1e6;
}
.sanitEquip .sanitEquip-box .box-list .list-cent .cent-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.sanitEquip .sanitEquip-box .box-list .list-cent .cent-cont .cont-text {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0.35rem;
  margin-left: 0.6rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #989898;
}
.sanitEquip .sanitEquip-box .box-list .list-cent .cent-cont .cont-text:nth-child(3n + 1) {
  margin-left: 0;
}
.sanitEquip .sanitEquip-box .box-list .list-cent .cent-cont .cont-text img {
  position: absolute;
  top: 0;
  right: -0.35rem;
  width: 0.3rem;
}
.sanitEquip .sanitEquip-box .box-list .list-cent .cent-cont .cont-text:hover {
  color: #000;
}
.sanitEquip .sanitEquip-box .box-list:hover .list-pic img,
.sanitEquip .sanitEquip-box .box-list:hover .list-pic2 img,
.sanitEquip .sanitEquip-box .box-list:hover .list-pic1 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));
}
.sanitEquip .sanitEquip-box .box-load {
  display: block;
  width: 100%;
}
.sanitEquip .sanitEquip-box .box-load .load-icon {
  width: 40px;
  margin: 0.8rem auto 0;
}
.sanitEquip .sanitEquip-box .box-load .load-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sanitEquip .sanitEquip-box .box-load .load-text {
  margin-top: 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  text-align: center;
  color: #0a51a1;
}
.sanitEquip .sanitEquip-box .box-load:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.customized {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.customized .customized-cont {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.customized .customized-cont .cont-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.customized .customized-cont .cont-text {
  margin-top: 0.26rem;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.customized .customized-cont .cont-bg {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.74rem;
}
.customized .customized-cont .cont-bg .bg-pic {
  width: 100%;
}
.customized .customized-cont .cont-bg .bg-pic img {
  width: 100%;
}
.customized .customized-cont .cont-bg .bg-car {
  position: absolute;
  bottom: -0.8rem;
  left: -0.9rem;
  width: 7.25rem;
}
.customized .customized-cont .cont-bg .bg-car img {
  width: 100%;
}
.customized .customized-cont .cont-bg .bg-title {
  display: inline-block;
  position: absolute;
  top: 0.55rem;
  left: 1.1rem;
  width: auto;
  font-family: 'gilroy-bold';
  font-size: 0.8rem;
  color: #0a51a1;
}
.customized .customized-cont .cont-box {
  width: 100%;
  height: auto;
  margin: 1.6rem 0 1.4rem;
}
.customized .customized-cont .cont-box .box-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.customized .customized-cont .cont-box .box-top .top-list {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #989898;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized .customized-cont .cont-box .box-top .top-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 3px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized .customized-cont .cont-box .box-top .top-list:hover {
  font-family: 'gilroy-bold';
  color: #333;
}
.customized .customized-cont .cont-box .box-top .top-list:hover::after {
  width: 100%;
}
.customized .customized-cont .cont-box .box-top .top-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.customized .customized-cont .cont-box .box-top .top-list-active::after {
  width: 100%;
}
.customized .customized-cont .cont-box .box-cent {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.customized .customized-cont .cont-box .box-cent .cent-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 0.6rem 0;
  background: #f3f5f8;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-title {
  padding-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  color: #333;
  border-bottom: solid 1px #dce1e6;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont {
  width: 100%;
  height: auto;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont .cont-font {
  margin-top: 0.35rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #989898;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont .cont-botton {
  display: block;
  width: 1.3rem;
  height: auto;
  margin-top: 0.5rem;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont .cont-botton .botton-round {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #0a52a2;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont .cont-botton .botton-round .round-text {
  position: absolute;
  top: 50%;
  right: -110%;
  width: 1.3rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont .cont-botton .botton-round .round-text span {
  color: #497db6;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont .cont-botton .botton-round .round-text img {
  width: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized .customized-cont .cont-box .box-cent .cent-list .list-cent .cent-cont .cont-botton:hover img {
  transform: translateX(8px);
  -o-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
}
.customized .customized-cont .cont-box .box-cent .cent-list:hover .list-pic img,
.customized .customized-cont .cont-box .box-cent .cent-list:hover .list-pic2 img,
.customized .customized-cont .cont-box .box-cent .cent-list:hover .list-pic1 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));
}
.customized .customized-bottom {
  position: relative;
  width: 100%;
  height: auto;
}
.customized .customized-bottom .bottom-bg {
  width: 100%;
}
.customized .customized-bottom .bottom-bg img {
  width: 100%;
}
.customized .customized-bottom .bottom-cont {
  position: absolute;
  top: 0.85rem;
  left: 0.88rem;
  width: 6rem;
  height: 5.5rem;
  padding: 1.1rem 0.5rem 0 0.95rem;
  background: rgba(10, 82, 162, 0.65);
}
.customized .customized-bottom .bottom-cont .cont-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  color: #fff;
}
.customized .customized-bottom .bottom-cont .cont-text {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #fff;
  opacity: 0.7;
}
.customized .customized-bottom .bottom-cont .cont-botton {
  display: block;
  width: 1.3rem;
  height: auto;
  margin-top: 0.5rem;
}
.customized .customized-bottom .bottom-cont .cont-botton .botton-round {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
}
.customized .customized-bottom .bottom-cont .cont-botton .botton-round .round-text {
  position: absolute;
  top: 50%;
  right: -110%;
  width: 1.3rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #adb9c6;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.customized .customized-bottom .bottom-cont .cont-botton .botton-round .round-text span {
  color: #adb9c6;
}
.customized .customized-bottom .bottom-cont .cont-botton .botton-round .round-text img {
  width: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.customized .customized-bottom .bottom-cont .cont-botton:hover img {
  transform: translateX(8px);
  -o-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
}
.CloudPlat {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.CloudPlat .CloudPlat-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.CloudPlat .CloudPlat-text {
  width: 12.8rem;
  margin: 0.26rem auto 0;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.CloudPlat .CloudPlat-bg {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.CloudPlat .CloudPlat-bg img {
  width: 100%;
}
.CloudPlat .CloudPlat-plate3 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: url(../image/bg2.png) no-repeat bottom right;
}
.CloudPlat .CloudPlat-plate3 .plate3-box {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.CloudPlat .CloudPlat-plate3 .plate3-box .box-left {
  width: 6.5rem;
  height: auto;
}
.CloudPlat .CloudPlat-plate3 .plate3-box .box-left .left-year {
  font-family: 'gilroy-regular';
  font-size: 18px;
  color: #989898;
  letter-spacing: 0.15rem;
}
.CloudPlat .CloudPlat-plate3 .plate3-box .box-left .left-title {
  margin: 0.06rem 0 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 0.5rem;
  color: #222;
}
.CloudPlat .CloudPlat-plate3 .plate3-box .box-left .left-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #989898;
}
.CloudPlat .CloudPlat-plate3 .plate3-box .box-right {
  width: 5.4rem;
  height: auto;
}
.CloudPlat .CloudPlat-plate3 .plate3-box .box-right .right-title {
  font-family: 'Gilroy-Light';
  font-size: 0.6rem;
  color: #222222;
}
.CloudPlat .CloudPlat-plate3 .plate3-box .box-right .right-text {
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #989898;
}
.CloudPlat .CloudPlat-plate4 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #f0f3f6;
}
.CloudPlat .CloudPlat-plate4 .plate4-box {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide {
  width: calc(33.33% - 27px);
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 5.95rem;
  padding: 0.8rem 0 0 0.6rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
  overflow: hidden;
  cursor: pointer;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 0.87rem;
  height: 0.72rem;
  z-index: 9;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box .box-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;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box .box-icon .img2 {
  opacity: 0;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box .box-title {
  position: relative;
  margin-top: 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  color: #000;
  z-index: 9;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box .box-text {
  position: relative;
  margin-top: 0.16rem;
  font-size: 18px;
  line-height: 34px;
  color: #989898;
  z-index: 9;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box .box-bg img {
  width: 100%;
  height: 100%;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box:hover .box-icon .img2 {
  opacity: 1;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box:hover .box-icon .img1 {
  opacity: 0;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box:hover .box-title,
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box:hover .box-text {
  color: #fff;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-slide .slide-box:hover .box-bg {
  opacity: 1;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-next,
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  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;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-next img,
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-next .img2,
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-prev .img2 {
  opacity: 0;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-next:hover,
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-prev:hover {
  background: #0b52a1;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-next:hover .img2,
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-prev:hover .img2 {
  opacity: 1 !important;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-next:hover .img1,
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-prev:hover .img1 {
  opacity: 0;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-next {
  right: -1.1rem;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .plate4-swiper-button-prev {
  left: -1.1rem;
}
.CloudPlat .CloudPlat-plate5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
}
.CloudPlat .CloudPlat-plate5 .plate5-left {
  position: relative;
  width: 50%;
}
.CloudPlat .CloudPlat-plate5 .plate5-left .left-box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.4rem;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.CloudPlat .CloudPlat-plate5 .plate5-left .left-box .box-title {
  margin-bottom: 0.4rem;
  font-family: 'gilroy-bold';
  font-size: 0.54rem;
  color: #000;
}
.CloudPlat .CloudPlat-plate5 .plate5-left .left-box .box-text {
  font-family: 'gilroy-regular';
  font-size: 18px;
  line-height: 46px;
  color: #808080;
}
.CloudPlat .CloudPlat-plate5 .plate5-left .left-box .box-text img {
  width: 0.22rem;
  margin-right: 0.1rem;
}
.CloudPlat .CloudPlat-plate5 .plate5-right {
  width: 50%;
}
.CloudPlat .CloudPlat-plate5 .plate5-right img {
  width: 100%;
}
.CloudPlat .CloudPlat-plate6 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #f0f3f6;
}
.CloudPlat .CloudPlat-plate6 .plate6-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.CloudPlat .CloudPlat-plate6 .plate6-box {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .box-swiper-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .box-swiper-cont .swiper-slide {
  width: calc(50% - 20px);
}
.CloudPlat .CloudPlat-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 4.3rem;
  line-height: 4.3rem;
  overflow: hidden;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #333;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-next,
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  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;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-next img,
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-next .img2,
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-prev .img2 {
  opacity: 0;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-next:hover,
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-prev:hover {
  background: #0b52a1;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-next:hover .img2,
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-prev:hover .img2 {
  opacity: 1 !important;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-next:hover .img1,
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-prev:hover .img1 {
  opacity: 0;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-next {
  right: -1.1rem;
}
.CloudPlat .CloudPlat-plate6 .plate6-box .plate6-swiper-button-prev {
  left: -1.1rem;
}
.integration {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.integration .integration-top {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.integration .integration-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.integration .integration-top .top-text {
  width: 12.8rem;
  margin: 0.26rem auto 0;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.integration .integration-top .top-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.integration .integration-top .top-cont .cont-list {
  width: calc(20% - 0.6rem);
  height: auto;
}
.integration .integration-top .top-cont .cont-list .list-icon {
  width: 0.4rem;
  height: auto;
}
.integration .integration-top .top-cont .cont-list .list-icon img {
  width: 100%;
}
.integration .integration-top .top-cont .cont-list .list-title {
  margin-top: 0.4rem;
  font-family: 'gilroy-bold';
  font-size: 22px;
  color: #333;
}
.integration .integration-top .top-cont .cont-list .list-text {
  margin-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
.integration .integration-plate2 {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
  padding: 1.4rem 0 0;
  background: linear-gradient(175deg, #004a71, #4e97ba);
}
.integration .integration-plate2 .plate2-box {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.7rem;
}
.integration .integration-plate2 .plate2-box .box-bg {
  font-family: 'MyriadPro-Regular';
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.05;
}
.integration .integration-plate2 .plate2-box .box-cent {
  width: 6rem;
  margin-top: -1.2rem;
}
.integration .integration-plate2 .plate2-box .box-cent .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  color: #fff;
}
.integration .integration-plate2 .plate2-box .box-cent .box-text {
  margin-top: 0.5rem;
  font-family: 'gilroy-regular';
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #fff;
}
.integration .integration-plate2 .plate2-box .box-cent .box-text2 {
  margin-top: 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.integration .integration-plate2 .plate2-box .box-map {
  position: absolute;
  bottom: -0.72rem;
  right: 0;
  width: 6.15rem;
  height: auto;
}
.integration .integration-plate2 .plate2-box .box-map img {
  width: 100%;
}
.integration .integration-plate3 {
  width: 100%;
  height: auto;
  margin: 1.4rem auto;
}
.integration .integration-plate3 .plate3-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.integration .integration-plate3 .plate3-list {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.integration .integration-plate3 .plate3-list .list-pic {
  width: 10.2rem;
}
.integration .integration-plate3 .plate3-list .list-pic img {
  width: 100%;
}
.integration .integration-plate3 .plate3-list .list-cent {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.integration .integration-plate3 .plate3-list .list-cent .cent-box {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0 0 0.64rem;
  background: #fff;
}
.integration .integration-plate3 .plate3-list .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.integration .integration-plate3 .plate3-list .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.integration .integration-plate3 .plate3-list .list-cent .cent-box .box-font .font-title2 {
  margin-top: 0.2rem;
  font-family: 'gilroy-bold';
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.integration .integration-plate3 .plate3-list .list-cent .cent-box .box-font .font-text {
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #808080;
}
.integration .integration-plate3 .plate3-list2 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.integration .integration-plate3 .plate3-list2 .list-pic {
  display: none;
  width: 10.2rem;
}
.integration .integration-plate3 .plate3-list2 .list-pic img {
  width: 100%;
}
.integration .integration-plate3 .plate3-list2 .list-pic2 {
  width: 10.2rem;
}
.integration .integration-plate3 .plate3-list2 .list-pic2 img {
  width: 100%;
}
.integration .integration-plate3 .plate3-list2 .list-cent {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.integration .integration-plate3 .plate3-list2 .list-cent .cent-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.9rem 0.64rem 0 0;
  background: #fff;
}
.integration .integration-plate3 .plate3-list2 .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.integration .integration-plate3 .plate3-list2 .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.integration .integration-plate3 .plate3-list2 .list-cent .cent-box .box-font .font-title2 {
  margin-top: 0.2rem;
  font-family: 'gilroy-bold';
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.integration .integration-plate3 .plate3-list2 .list-cent .cent-box .box-font .font-text {
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #808080;
}
.integration .integration-plate4 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1rem;
  background: linear-gradient(175deg, #0069a4, #6ab2d9);
}
.integration .integration-plate4 .plate4-cont {
  display: flex;
  justify-content: space-between;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.integration .integration-plate4 .plate4-cont .cont-left {
  width: 6.6rem;
  height: auto;
}
.integration .integration-plate4 .plate4-cont .cont-left .left-year {
  font-family: 'gilroy-regular';
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.35rem;
}
.integration .integration-plate4 .plate4-cont .cont-left .left-title {
  margin: 0.06rem 0 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 0.44rem;
  line-height: 0.52rem;
  color: #fff;
}
.integration .integration-plate4 .plate4-cont .cont-left .left-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.6;
}
.integration .integration-plate4 .plate4-cont .cont-right {
  width: 5.45rem;
  height: auto;
}
.integration .integration-plate4 .plate4-cont .cont-right .right-title {
  font-family: 'Gilroy-Light';
  font-size: 0.6rem;
  line-height: 0.74rem;
  color: #fff;
}
.integration .integration-plate4 .plate4-cont .cont-right .right-text {
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.6;
}
.integration .integration-plate5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.integration .integration-plate5 .plate5-left {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.integration .integration-plate5 .plate5-left img {
  width: 100%;
}
.integration .integration-plate5 .plate5-right {
  width: 50%;
  height: auto;
  padding: 1.5rem 0 0 0.78rem;
}
.integration .integration-plate5 .plate5-right .right-title {
  font-family: 'gilroy-bold';
  font-size: 0.6rem;
  color: #000;
}
.integration .integration-plate5 .plate5-right .right-box {
  display: flex;
  justify-content: space-between;
  width: 5.6rem;
  height: auto;
  margin-top: 0.5rem;
}
.integration .integration-plate5 .plate5-right .right-box .box-left {
  position: relative;
  width: 0.35rem;
  height: 100%;
}
.integration .integration-plate5 .plate5-right .right-box .box-left::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d0d0d0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.integration .integration-plate5 .plate5-right .right-box .box-left .left-cont {
  position: relative;
  width: 0.35rem;
  height: 0.35rem;
  margin-bottom: 0.85rem;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 0.35rem;
  text-align: center;
  border-radius: 50%;
  background: #c8ced4;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.integration .integration-plate5 .plate5-right .right-box .box-left .left-cont:last-child {
  margin-bottom: 0.2rem;
}
.integration .integration-plate5 .plate5-right .right-box .box-left .left-cont:hover {
  background: #0a51a1;
  color: #fff;
}
.integration .integration-plate5 .plate5-right .right-box .box-left .left-cont-active {
  background: #0a51a1;
  color: #fff;
}
.integration .integration-plate5 .plate5-right .right-box .box-right {
  width: 4.82rem;
  height: auto;
}
.integration .integration-plate5 .plate5-right .right-box .box-right .right-cent {
  display: none;
  width: 100%;
  height: 4rem;
  overflow-y: scroll;
}
.integration .integration-plate5 .plate5-right .right-box .box-right .right-cent::-webkit-scrollbar {
  width: 6px;
  height: auto;
}
.integration .integration-plate5 .plate5-right .right-box .box-right .right-cent::-webkit-scrollbar-thumb {
  background: #0a51a1;
}
.integration .integration-plate5 .plate5-right .right-box .box-right .right-cent .cent-title {
  margin-bottom: 0.2rem;
  font-family: 'MyriadPro-Regular';
  font-size: 22px;
  line-height: 0.36rem;
  color: #000;
}
.integration .integration-plate5 .plate5-right .right-box .box-right .right-cent .cent-text {
  margin-bottom: 0.35rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.integration .integration-plate5 .plate5-right .right-box .box-right .right-cent .cent-text:last-child {
  margin-bottom: 0;
}
.integration .integration-plate6 {
  width: 100%;
  height: auto;
  padding: 1.4rem;
  background: #f0f3f6;
}
.integration .integration-plate6 .plate6-cont {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.integration .integration-plate6 .plate6-cont .cont-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.integration .integration-plate6 .plate6-cont .cont-text {
  margin-top: 0.5rem;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.integration .integration-plate6 .plate6-box {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide {
  width: calc(33.33% - 27px);
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 5.95rem;
  padding: 0.8rem 0 0 0.6rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
  overflow: hidden;
  cursor: pointer;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 0.87rem;
  height: 0.72rem;
  z-index: 9;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-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;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-icon .img2 {
  opacity: 0;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-title {
  position: relative;
  margin-top: 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 0.24rem;
  color: #000;
  z-index: 9;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-text {
  position: relative;
  margin-top: 0.16rem;
  font-size: 16px;
  line-height: 32px;
  color: #989898;
  z-index: 9;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box .box-bg img {
  width: 100%;
  height: 100%;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box:hover .box-icon .img2 {
  opacity: 1;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box:hover .box-icon .img1 {
  opacity: 0;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box:hover .box-title,
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box:hover .box-text {
  color: #fff;
}
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-slide .slide-box:hover .box-bg {
  opacity: 1;
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-next,
.integration .integration-plate6 .plate6-box .plate6-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  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;
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-next img,
.integration .integration-plate6 .plate6-box .plate6-swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-next .img2,
.integration .integration-plate6 .plate6-box .plate6-swiper-button-prev .img2 {
  opacity: 0;
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-next:hover,
.integration .integration-plate6 .plate6-box .plate6-swiper-button-prev:hover {
  background: #0b52a1;
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-next:hover .img2,
.integration .integration-plate6 .plate6-box .plate6-swiper-button-prev:hover .img2 {
  opacity: 1 !important;
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-next:hover .img1,
.integration .integration-plate6 .plate6-box .plate6-swiper-button-prev:hover .img1 {
  opacity: 0;
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-next {
  right: -1.1rem;
}
.integration .integration-plate6 .plate6-box .plate6-swiper-button-prev {
  left: -1.1rem;
}
.integration .integration-plate7 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.2rem;
}
.integration .integration-plate7 .plate7-cont {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.integration .integration-plate7 .plate7-cont .cont-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.integration .integration-plate7 .plate7-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.integration .integration-plate7 .plate7-cont .cont-box .box-list {
  width: calc(25% - 0.675rem);
  text-align: center;
}
.integration .integration-plate7 .plate7-cont .cont-box .box-list .list-icon {
  width: 1rem;
  height: auto;
  margin: 0 auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.integration .integration-plate7 .plate7-cont .cont-box .box-list .list-icon img {
  width: 100%;
}
.integration .integration-plate7 .plate7-cont .cont-box .box-list .list-title {
  margin-top: 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #333;
}
.integration .integration-plate7 .plate7-cont .cont-box .box-list .list-text {
  margin-top: 0.18rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #808080;
}
.integration .integration-plate7 .plate7-cont .cont-box .box-list:hover .list-icon {
  transform: translatey(15px);
  -o-transform: translatey(15px);
  -moz-transform: translatey(15px);
  -webkit-transform: translatey(15px);
}
.monitoring {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.monitoring .monitoring-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.monitoring .monitoring-top .top-list {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #989898;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.monitoring .monitoring-top .top-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 3px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.monitoring .monitoring-top .top-list:hover {
  font-family: 'gilroy-bold';
  color: #333;
}
.monitoring .monitoring-top .top-list:hover::after {
  width: 100%;
}
.monitoring .monitoring-top .top-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.monitoring .monitoring-top .top-list-active::after {
  width: 100%;
}
.monitoring .monitoring-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.monitoring .monitoring-cont .cont-list {
  display: block;
  width: calc(33.33% - 0.27rem);
  height: auto;
  margin-left: 0.4rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.monitoring .monitoring-cont .cont-list:nth-child(3n + 1) {
  margin-left: 0;
}
.monitoring .monitoring-cont .cont-list .list-top {
  position: relative;
  width: 100%;
  height: 2.8rem;
  background: #eff2f5;
}
.monitoring .monitoring-cont .cont-list .list-top .top-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.monitoring .monitoring-cont .cont-list .list-top .top-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.monitoring .monitoring-cont .cont-list .list-title {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.1rem 0;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 24px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.monitoring .monitoring-cont .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.monitoring .monitoring-box {
  display: none;
  width: 100%;
  height: auto;
}
.solutions {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.solutions .solutions-top {
  display: flex;
  justify-content: center;
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.solutions .solutions-top .top-list {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #989898;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutions .solutions-top .top-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 3px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutions .solutions-top .top-list:hover {
  font-family: 'gilroy-bold';
  color: #333;
}
.solutions .solutions-top .top-list:hover::after {
  width: 100%;
}
.solutions .solutions-top .top-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.solutions .solutions-top .top-list-active::after {
  width: 100%;
}
.solutions .solutions-box {
  width: 100%;
  height: auto;
}
.solutions .solutions-box .box-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 12.8rem;
  height: auto;
  margin: 0.6rem auto 0.9rem;
}
.solutions .solutions-box .box-top .top-list {
  display: block;
  width: calc(20% - 0.16rem);
  height: 0.44rem;
  padding: 0 0.2rem;
  margin-bottom: 0.15rem;
  margin-left: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  text-align: center;
  line-height: 0.44rem;
  color: #808080;
  background: #f0f3f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutions .solutions-box .box-top .top-list:nth-child(5n + 1) {
  margin-left: 0;
}
.solutions .solutions-box .box-top .top-list:hover {
  color: #fff;
  background: #0a51a1;
}
.solutions .solutions-box .box-plate2 {
  width: 100%;
  height: auto;
}
.solutions .solutions-box .box-plate2 .plate2-list {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-pic {
  width: 10.2rem;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-pic img {
  width: 100%;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-cent {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-cent .cent-box {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0 0 0.64rem;
  background: #f0f3f6;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-cent .cent-box .box-font .font-title2 {
  margin-top: 0.2rem;
  font-family: 'gilroy-bold';
  font-size: 14px;
  line-height: 26px;
  color: #848687;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-cent .cent-box .box-font .font-text {
  margin-bottom: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #808080;
}
.solutions .solutions-box .box-plate2 .plate2-list .list-cent .cent-box .box-font .font-text:last-child {
  margin-bottom: 0;
}
.solutions .solutions-box .box-bottom {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
}
.solutions .solutions-box .box-bottom .bottom-list {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.solutions .solutions-box .box-bottom .bottom-list:last-child {
  margin-bottom: 0;
}
.solutions .solutions-box .box-bottom .bottom-list .list-title {
  font-family: 'gilroy-black';
  font-size: 14px;
  color: #8d8d8d;
}
.solutions .solutions-box .box-bottom .bottom-list .list-text {
  margin-top: 0.14rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.project {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.project .project-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.project .project-top .top-list {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #989898;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.project .project-top .top-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 3px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.project .project-top .top-list:hover {
  font-family: 'gilroy-bold';
  color: #333;
}
.project .project-top .top-list:hover::after {
  width: 100%;
}
.project .project-top .top-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.project .project-top .top-list-active::after {
  width: 100%;
}
.project .project-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.project .project-cont .cont-list {
  display: block;
  width: calc(33.33% - 0.27rem);
  height: auto;
  margin-left: 0.4rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.project .project-cont .cont-list:nth-child(3n + 1) {
  margin-left: 0;
}
.project .project-cont .cont-list .list-top {
  position: relative;
  width: 100%;
  height: 2.8rem;
}
.project .project-cont .cont-list .list-top .top-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project .project-cont .cont-list .list-top .top-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.project .project-cont .cont-list .list-cent {
  width: 100%;
  height: 1.82rem;
  padding: 0.4rem 0.4rem 0;
  background: #f7f7f7;
}
.project .project-cont .cont-list .list-cent .cent-title {
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 26px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.project .project-cont .cont-list .list-cent .cent-link {
  display: inline-block;
  margin-top: 0.32rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.project .project-cont .cont-list .list-cent .cent-link:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.project .project-cont .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.project .project-box {
  width: 100%;
  height: auto;
}
.wastetreat {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.wastetreat .wastetreat-top {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.wastetreat .wastetreat-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.wastetreat .wastetreat-top .top-text {
  width: 12.8rem;
  margin: 0.26rem auto 0;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.wastetreat .wastetreat-top .top-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.wastetreat .wastetreat-top .top-cont .cont-list {
  width: calc(20% - 0.6rem);
  height: auto;
}
.wastetreat .wastetreat-top .top-cont .cont-list .list-num {
  width: 0.4rem;
  height: auto;
  font-family: 'gilroy-bold';
  font-size: 0.36rem;
  color: transparent;
  background: linear-gradient(25deg, #0a52a2, #24a0d5);
  background-clip: text;
  -webkit-background-clip: text;
}
.wastetreat .wastetreat-top .top-cont .cont-list .list-title {
  margin-top: 0.4rem;
  font-family: 'gilroy-bold';
  font-size: 20px;
  color: #333;
}
.wastetreat .wastetreat-top .top-cont .cont-list .list-text {
  margin-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
.wastetreat .wastetreat-plate2 {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.wastetreat .wastetreat-plate2 img {
  width: 100%;
}
.wastetreat .wastetreat-plate3 {
  width: 100%;
  height: auto;
  margin-top: 1.4rem;
}
.wastetreat .wastetreat-plate3 .plate3-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.wastetreat .wastetreat-plate3 .plate3-list {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-pic {
  width: 10.2rem;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-pic img {
  width: 100%;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-cent {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-cent .cent-box {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0 0 0.64rem;
  background: #f0f3f6;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-cent .cent-box .box-font .font-text {
  margin-bottom: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #808080;
}
.wastetreat .wastetreat-plate3 .plate3-list .list-cent .cent-box .box-font .font-text:last-child {
  margin-bottom: 0;
}
.wastetreat .wastetreat-plate4 {
  width: 100%;
  height: auto;
}
.wastetreat .wastetreat-plate4 .plate4-box {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
}
.wastetreat .wastetreat-plate4 .plate4-box .box-list {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.wastetreat .wastetreat-plate4 .plate4-box .box-list:last-child {
  margin-bottom: 0;
}
.wastetreat .wastetreat-plate4 .plate4-box .box-list .list-title {
  font-family: 'gilroy-black';
  font-size: 14px;
  color: #8d8d8d;
}
.wastetreat .wastetreat-plate4 .plate4-box .box-list .list-text {
  margin-top: 0.14rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.wastetreat .wastetreat-plate5 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #f0f3f6;
}
.wastetreat .wastetreat-plate5 .plate5-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.wastetreat .wastetreat-plate5 .plate5-box {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide {
  width: calc(33.33% - 23px);
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list {
  display: block;
  width: 100%;
  height: auto;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list .list-top {
  position: relative;
  width: 100%;
  height: 2.8rem;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list .list-top .top-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list .list-top .top-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list .list-cent {
  width: 100%;
  height: 1.82rem;
  padding: 0.4rem 0.4rem 0;
  background: #fff;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list .list-cent .cent-title {
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 26px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list .list-cent .cent-link {
  display: inline-block;
  margin-top: 0.32rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list .list-cent .cent-link:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-slide .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-next,
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  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;
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-next img,
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-next .img2,
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-prev .img2 {
  opacity: 0;
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-next:hover,
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-prev:hover {
  background: #0b52a1;
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-next:hover .img2,
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-prev:hover .img2 {
  opacity: 1 !important;
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-next:hover .img1,
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-prev:hover .img1 {
  opacity: 0;
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-next {
  right: -1.1rem;
}
.wastetreat .wastetreat-plate5 .plate5-box .plate5-swiper-button-prev {
  left: -1.1rem;
}
.kitchen {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.kitchen .kitchen-top {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.kitchen .kitchen-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.kitchen .kitchen-top .top-text {
  width: 12.8rem;
  margin: 0.26rem auto 0;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.kitchen .kitchen-plate2 {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.kitchen .kitchen-plate2 .plate2-list {
  position: relative;
  width: 100%;
  height: auto;
}
.kitchen .kitchen-plate2 .plate2-list .list-pic {
  width: 10.2rem;
}
.kitchen .kitchen-plate2 .plate2-list .list-pic img {
  width: 100%;
}
.kitchen .kitchen-plate2 .plate2-list .list-cent {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.kitchen .kitchen-plate2 .plate2-list .list-cent .cent-box {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0 0 0.64rem;
  background: linear-gradient(25deg, #0a51a1, #24a0d6);
}
.kitchen .kitchen-plate2 .plate2-list .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao1.png) no-repeat left top;
  background-size: 0.9rem;
}
.kitchen .kitchen-plate2 .plate2-list .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
}
.kitchen .kitchen-plate2 .plate2-list .list-cent .cent-box .box-font .font-text {
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  opacity: 0.6;
}
.kitchen .kitchen-plate2 .plate2-list .list-cent .cent-box .box-font .font-text:last-child {
  margin-bottom: 0;
}
.kitchen .kitchen-plate3 {
  width: 100%;
  height: auto;
}
.kitchen .kitchen-plate3 .plate3-box {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
}
.kitchen .kitchen-plate3 .plate3-box .box-list {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.kitchen .kitchen-plate3 .plate3-box .box-list:last-child {
  margin-bottom: 0;
}
.kitchen .kitchen-plate3 .plate3-box .box-list .list-title {
  font-family: 'gilroy-black';
  font-size: 14px;
  color: #8d8d8d;
}
.kitchen .kitchen-plate3 .plate3-box .box-list .list-text {
  margin-top: 0.14rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.kitchen .kitchen-plate4 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #f0f3f6;
}
.kitchen .kitchen-plate4 .plate4-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.kitchen .kitchen-plate4 .plate4-box {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide {
  width: calc(33.33% - 23px);
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list {
  display: block;
  width: 100%;
  height: auto;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list .list-top {
  position: relative;
  width: 100%;
  height: 2.8rem;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list .list-top .top-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list .list-top .top-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list .list-cent {
  width: 100%;
  height: 1.82rem;
  padding: 0.4rem 0.4rem 0;
  background: #fff;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list .list-cent .cent-title {
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 26px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list .list-cent .cent-link {
  display: inline-block;
  margin-top: 0.32rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list .list-cent .cent-link:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-slide .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-next,
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  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;
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-next img,
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-next .img2,
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-prev .img2 {
  opacity: 0;
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-next:hover,
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-prev:hover {
  background: #0b52a1;
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-next:hover .img2,
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-prev:hover .img2 {
  opacity: 1 !important;
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-next:hover .img1,
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-prev:hover .img1 {
  opacity: 0;
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-next {
  right: -1.1rem;
}
.kitchen .kitchen-plate4 .plate4-box .plate4-swiper-button-prev {
  left: -1.1rem;
}
.news {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.news .news-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #333;
}
.news .news-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.news .news-cont .cont-list {
  display: block;
  width: calc(33.33% - 0.27rem);
  height: auto;
  margin-left: 0.4rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.news .news-cont .cont-list:nth-child(3n + 1) {
  margin-left: 0;
}
.news .news-cont .cont-list .list-top {
  position: relative;
  width: 100%;
  height: 2.8rem;
}
.news .news-cont .cont-list .list-top .top-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .news-cont .cont-list .list-top .top-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-list .list-cent {
  width: 100%;
  height: 2.55rem;
  padding: 0.4rem 0.4rem 0;
  background: #ffffff;
}
.news .news-cont .cont-list .list-cent .cent-time {
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #999;
}
.news .news-cont .cont-list .list-cent .cent-title {
  margin-top: 0.1rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-list .list-cent .cent-link {
  display: inline-block;
  margin-top: 0.32rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-list .list-cent .cent-link:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.news .news-cont .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.news .news-box {
  width: 100%;
  height: auto;
}
.subsidiary {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.subsidiary .subsidiary-top {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.subsidiary .subsidiary-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.subsidiary .subsidiary-top .top-text {
  width: 12.8rem;
  margin: 0.26rem auto 0;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.subsidiary .subsidiary-plate2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.subsidiary .subsidiary-plate2 .plate2-left {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.subsidiary .subsidiary-plate2 .plate2-left img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subsidiary .subsidiary-plate2 .plate2-right {
  width: 50%;
  height: auto;
  padding: 1.2rem 0 0 0.8rem;
  background: #f0f3f6;
}
.subsidiary .subsidiary-plate2 .plate2-right .right-box {
  width: 5.65rem;
}
.subsidiary .subsidiary-plate2 .plate2-right .right-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.6rem;
  color: #000;
}
.subsidiary .subsidiary-plate2 .plate2-right .right-box .box-text {
  margin-top: 0.26rem;
  font-family: 'MyriadPro-Regular';
  font-size: 0.2rem;
  line-height: 30px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.subsidiary .subsidiary-plate2 .plate2-right .right-box .box-text2 {
  margin-top: 0.26rem;
  margin-bottom: 0.5rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.subsidiary .subsidiary-plate2:hover .plate2-left 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));
}
.subsidiary .subsidiary-bottom {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.2rem;
  background: #fff;
}
.subsidiary .subsidiary-bottom .cont-plate3 {
  position: relative;
  width: 100%;
  height: auto;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-text {
  margin-top: 0.12rem;
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-text-web,
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-web-box {
  display: none;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box {
  position: relative;
  width: 12.8rem;
  text-align: center;
  margin: 0.5rem auto 0;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box img {
  width: 12rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list {
  display: inline-block;
  position: absolute;
  width: auto;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list .list-text {
  display: inline-block;
  width: auto;
  padding-left: 0.2rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  color: #898989;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list .list-text::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0068b7;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list .list-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0068b7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list .list-cent {
  position: absolute;
  top: -2.1rem;
  right: -80%;
  width: 2.55rem;
  height: 1.8rem;
  padding: 0.24rem 0.3rem 0;
  background: #fff;
  box-shadow: 0.02rem 0 0.37rem rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list .list-cent::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list .list-cent .cent-title {
  margin-bottom: 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list .list-cent .cent-text {
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #666;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list:hover .list-text::before {
  opacity: 0.5;
  visibility: visible;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .box-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Japan {
  top: 2.4rem;
  right: 1.4rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Japan .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-South {
  top: 2.38rem;
  right: 2.4rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-South .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-South .list-text::after {
  left: auto;
  right: 0;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-South .list-text::before {
  left: auto;
  right: -8px;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-South .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Singapore {
  top: 3.58rem;
  right: 2.38rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Singapore .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-India {
  top: 2.9rem;
  right: 3.5rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-India .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-China {
  top: 2.8rem;
  right: 0.7rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-China .list-text {
  font-size: 0.24rem;
  color: #0068b7;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-China .list-text::before {
  opacity: 0.5 !important;
  visibility: visible !important;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-China .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Iran {
  top: 2.57rem;
  right: 4.34rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Iran .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Russia {
  top: 1.1rem;
  right: 2.55rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Russia .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-England {
  top: 1.7rem;
  right: 6.78rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-England .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-England .list-text::after {
  left: auto;
  right: 0;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-England .list-text::before {
  left: auto;
  right: -8px;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-England .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-France {
  top: 2.06rem;
  right: 6.68rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-France .list-text {
  padding-left: 0;
  padding-right: 0.2rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-France .list-text::after {
  left: auto;
  right: 0;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-France .list-text::before {
  left: auto;
  right: -8px;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-France .list-cent {
  right: 0;
  left: auto;
  transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Czech {
  top: 1.95rem;
  right: 5.87rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Czech .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Germany {
  top: 1.58rem;
  right: 5.56rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Germany .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Poland {
  top: 1.78rem;
  right: 5.74rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Poland .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Canada {
  top: 1.6rem;
  right: auto;
  left: 2.1rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Canada .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-USA {
  top: 2.3rem;
  right: auto;
  left: 2.54rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-USA .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Mexico {
  top: 3.08rem;
  right: auto;
  left: 3rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Mexico .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Italy {
  top: 2.3rem;
  right: auto;
  left: 6.5rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Italy .list-text {
  font-size: 0.24rem;
  color: #0068b7;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Italy .list-text::before {
  opacity: 0.5 !important;
  visibility: visible !important;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Italy .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Brazil {
  top: 4.8rem;
  right: auto;
  left: 3.96rem;
}
.subsidiary .subsidiary-bottom .cont-plate3 .plate3-box .list-Brazil .list-cent {
  right: auto;
  left: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.subsidiary .cont-botton {
  display: block;
  width: 1.3rem;
  height: auto;
}
.subsidiary .cont-botton .botton-round {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #0a52a2;
}
.subsidiary .cont-botton .botton-round .round-text {
  position: absolute;
  top: 50%;
  right: -110%;
  width: 1.3rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.subsidiary .cont-botton .botton-round .round-text span {
  color: #497db6;
}
.subsidiary .cont-botton .botton-round .round-text img {
  width: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.subsidiary .cont-botton:hover img {
  transform: translateX(8px);
  -o-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
}
.FAQ {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.4rem;
}
.FAQ .FAQ-top {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.FAQ .FAQ-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.FAQ .FAQ-top .top-text {
  width: 12.8rem;
  margin: 0.26rem auto 0;
  font-family: 'Gilroy-Light';
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #989898;
}
.FAQ .FAQ-cont {
  width: 12.8rem;
  height: auto;
  margin: 0.7rem auto 0.1rem;
}
.FAQ .FAQ-cont .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.FAQ .FAQ-cont .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem;
  background: #f6f7f9;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-cont .list-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-cont .list-dd .dd-top .dd-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../image/icon-FAQ-q.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-cont .list-dd .dd-top .dd-show {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../image/icon-recruit-jiahao.png) no-repeat center center;
  background-size: 0.35rem;
}
.FAQ .FAQ-cont .list-dd .top-active .dd-title {
  color: #0a51a1;
}
.FAQ .FAQ-cont .list-dd .top-active .dd-show {
  background: url(../image/icon-recruit-jianhao.png) no-repeat center center;
  background-size: 0.35rem;
}
.FAQ .FAQ-cont .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0.3rem;
  background: #fff;
}
.FAQ .FAQ-cont .list-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.FAQ .FAQ-cont .list-dd .dd-cent .cent-duty::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../image/icon-FAQ-a.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-cont .list-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  margin-bottom: 0.4rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #888888;
}
.service {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.service .service-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.service .service-title2 {
  width: 12.8rem;
  margin: 0.55rem auto 0;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.service .service-text {
  width: 12.8rem;
  margin: 0.26rem auto 0;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #333;
}
.service .service-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 12.8rem;
  height: auto;
  margin: 0.5rem auto 1.4rem;
}
.service .service-cont .cont-list {
  position: relative;
  width: calc(50% - 0.2rem);
  height: 4.5rem;
  margin-top: 0.4rem;
  border-radius: 0.1rem;
  background: #ffffff;
  box-shadow: 0 0 0.3rem rgba(0, 27, 57, 0.08);
}
.service .service-cont .cont-list .list-bg {
  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;
}
.service .service-cont .cont-list .list-bg img {
  width: 100%;
}
.service .service-cont .cont-list .list-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.6rem 0;
}
.service .service-cont .cont-list .list-cent .cent-icon {
  position: relative;
  width: 0.82rem;
  height: 0.78rem;
}
.service .service-cont .cont-list .list-cent .cent-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-cont .cont-list .list-cent .cent-icon .img2 {
  opacity: 0;
}
.service .service-cont .cont-list .list-cent .cent-title {
  margin: 0.4rem 0 0.16rem;
  font-family: 'gilroy-bold';
  font-size: 0.3rem;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-cont .cont-list .list-cent .cent-text {
  font-family: 'gilroy-regular';
  font-size: 18px;
  line-height: 34px;
  color: #989898;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-cont .cont-list:hover .list-bg {
  opacity: 1 !important;
}
.service .service-cont .cont-list:hover .cent-icon .img2 {
  opacity: 1 !important;
}
.service .service-cont .cont-list:hover .cent-icon .img1 {
  opacity: 0;
}
.service .service-cont .cont-list:hover .cent-title {
  color: #fff;
}
.service .service-cont .cont-list:hover .cent-text {
  color: #fff;
}
.service .service-plate2 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1rem;
  background: #f0f3f6;
}
.service .service-plate2 .plate2-box {
  position: relative;
  width: 12.8rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.service .service-plate2 .plate2-box .box-swiper-cont {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide {
  width: calc(33.33% - 27px);
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide .cont-list {
  width: 100%;
  height: 5.15rem;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide .cont-list:nth-child(3n + 1) {
  margin-left: 0;
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide .cont-list .list-pic {
  width: 100%;
  height: 4.12rem;
  padding: 0.36rem 0.4rem 0.3rem;
  text-align: center;
  border-bottom: solid 1px #ededed;
  overflow: hidden;
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide .cont-list .list-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide .cont-list .list-title {
  padding: 0.26rem 0.3rem 0.16rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-align: center;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide .cont-list .list-time {
  font-family: 'gilroy-regular';
  font-size: 14px;
  text-align: center;
  color: #999;
}
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-slide .cont-list:hover .list-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.service .service-plate2 .plate2-box .plate2-swiper-button-next,
.service .service-plate2 .plate2-box .plate2-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: solid 2px #0b52a1;
  cursor: pointer;
  outline: none;
  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;
}
.service .service-plate2 .plate2-box .plate2-swiper-button-next img,
.service .service-plate2 .plate2-box .plate2-swiper-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.service .service-plate2 .plate2-box .plate2-swiper-button-next .img2,
.service .service-plate2 .plate2-box .plate2-swiper-button-prev .img2 {
  opacity: 0;
}
.service .service-plate2 .plate2-box .plate2-swiper-button-next:hover,
.service .service-plate2 .plate2-box .plate2-swiper-button-prev:hover {
  background: #0b52a1;
}
.service .service-plate2 .plate2-box .plate2-swiper-button-next:hover .img2,
.service .service-plate2 .plate2-box .plate2-swiper-button-prev:hover .img2 {
  opacity: 1 !important;
}
.service .service-plate2 .plate2-box .plate2-swiper-button-next:hover .img1,
.service .service-plate2 .plate2-box .plate2-swiper-button-prev:hover .img1 {
  opacity: 0;
}
.service .service-plate2 .plate2-box .plate2-swiper-button-next {
  right: -1.1rem;
}
.service .service-plate2 .plate2-box .plate2-swiper-button-prev {
  left: -1.1rem;
}
.service .service-plate3 {
  width: 100%;
  height: auto;
}
.service .service-plate3 .plate3-cont {
  width: 12.8rem;
  margin: 0 auto;
  padding: 1.4rem 0 0.8rem;
}
.service .service-plate3 .plate3-cont .plate3-text {
  margin: 0.4rem 0 0.7rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  text-align: center;
  color: #333333;
}
.service .service-plate3 .plate3-cont .cont-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
}
.service .service-plate3 .plate3-cont .cont-list .list-left {
  width: 0.72rem;
  height: auto;
}
.service .service-plate3 .plate3-cont .cont-list .list-left .left-icon {
  width: 0.42rem;
}
.service .service-plate3 .plate3-cont .cont-list .list-left .left-icon img {
  width: 100%;
}
.service .service-plate3 .plate3-cont .cont-list .list-right {
  width: calc(100% - 0.72rem);
}
.service .service-plate3 .plate3-cont .cont-list .list-right .right-title {
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #333;
}
.service .service-plate3 .plate3-cont .cont-list .list-right .right-text {
  margin-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 26px;
  color: #808080;
}
.service .cont-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  height: auto;
  padding: 0.5rem 0.5rem 0.4rem;
  background: #fff;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.service .cont-popup .popup-title {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service .cont-popup .popup-see {
  width: 100%;
}
.service .cont-popup .popup-icon {
  position: absolute;
  top: -0.4rem;
  right: -0.8rem;
  width: 0.5rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.outlets {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.outlets .outlets-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.outlets .outlets-top .top-list {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #989898;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.outlets .outlets-top .top-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 3px;
  background: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.outlets .outlets-top .top-list:hover {
  font-family: 'gilroy-bold';
  color: #333;
}
.outlets .outlets-top .top-list:hover::after {
  width: 100%;
}
.outlets .outlets-top .top-list-active {
  font-family: 'gilroy-bold';
  color: #333;
}
.outlets .outlets-top .top-list-active::after {
  width: 100%;
}
.outlets .outlets-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.outlets .outlets-cont .cont-text {
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #333;
}
.outlets .outlets-cont .cont-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.outlets .outlets-cont .cont-top .top-title {
  display: inline-block;
  width: auto;
  margin-right: 0.2rem;
  font-family: 'gilroy-bold';
  font-size: 20px;
  color: #333;
}
.outlets .outlets-cont .cont-top .top-select {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 0.1rem;
}
.outlets .outlets-cont .cont-top .top-select select {
  width: 1.6rem;
  height: 0.45rem;
  padding: 0 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #666;
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
  outline: none;
  appearance: none;
}
.outlets .outlets-cont .cont-top .top-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 7px;
  height: 5px;
  background: url(../image/icon-select-sanjiao.png) no-repeat center;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.outlets .outlets-cont .cont-top .top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.3rem;
  height: 0.45rem;
  padding: 0 0.24rem;
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
  background: #f6f7f9;
}
.outlets .outlets-cont .cont-top .top-right input {
  width: 0.6rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #666;
  background: none;
}
.outlets .outlets-cont .cont-top .top-right input::placeholder {
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #666;
}
.outlets .outlets-cont .cont-top .top-right a {
  display: inline-block;
  width: 14px;
}
.outlets .outlets-cont .cont-top .top-right a img {
  width: 100%;
}
.outlets .outlets-cont .cont-box {
  width: 100%;
  margin-top: 0.3rem;
  border: solid 1px #e0e0e0;
}
.outlets .outlets-cont .cont-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #f6f7f9;
}
.outlets .outlets-cont .cont-box .box-top .top-country,
.outlets .outlets-cont .cont-box .box-top .top-company,
.outlets .outlets-cont .cont-box .box-top .top-email,
.outlets .outlets-cont .cont-box .box-top .top-code,
.outlets .outlets-cont .cont-box .box-top .top-tel {
  padding: 0.22rem 0 0.22rem 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 16px;
  color: #333;
  border-right: solid 1px #e0e0e0;
}
.outlets .outlets-cont .cont-box .box-top .top-country {
  width: 1.78rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-top .top-company {
  width: 4.35rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-top .top-email {
  width: 2.84rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-top .top-code {
  width: 1.8rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-top .top-tel {
  width: 2rem;
  height: auto;
  border-right: none;
}
.outlets .outlets-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-top: solid 1px #e0e0e0;
}
.outlets .outlets-cont .cont-box .box-list .list-country,
.outlets .outlets-cont .cont-box .box-list .list-company,
.outlets .outlets-cont .cont-box .box-list .list-email,
.outlets .outlets-cont .cont-box .box-list .list-code,
.outlets .outlets-cont .cont-box .box-list .list-tel {
  display: flex;
  align-items: center;
  padding: 0.22rem 0 0.22rem 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #333;
  border-right: solid 1px #e0e0e0;
  word-wrap: break-word;
  word-break: break-all;
}
.outlets .outlets-cont .cont-box .box-list .list-country {
  width: 1.78rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-list .list-company {
  width: 4.35rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-list .list-email {
  width: 2.84rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-list .list-code {
  width: 1.8rem;
  height: auto;
}
.outlets .outlets-cont .cont-box .box-list .list-tel {
  width: 2rem;
  height: auto;
  border-right: none;
}
.outlets .outlets-box {
  display: none;
  width: 100%;
  height: auto;
}
.platform {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1.4rem;
}
.platform .platform-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #333;
}
.platform .platform-text {
  margin-top: 0.4rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #333333;
}
.platform .platform-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.platform .platform-cont .cont-list {
  display: block;
  width: calc(50% - 0.25rem);
  height: auto;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.platform .platform-cont .cont-list .list-top {
  position: relative;
  width: 100%;
  height: 3.8rem;
}
.platform .platform-cont .cont-list .list-top .top-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.platform .platform-cont .cont-list .list-top .top-pic img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.platform .platform-cont .cont-list .list-cent {
  width: 100%;
  height: 2.7rem;
  padding: 0.45rem 0.4rem 0;
  background: #f7f7f7;
}
.platform .platform-cont .cont-list .list-cent .cent-title {
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platform .platform-cont .cont-list .list-cent .cent-text {
  margin-top: 0.1rem;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.platform .platform-cont .cont-list .list-cent .cent-link {
  display: inline-block;
  margin-top: 0.32rem;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  text-decoration: underline;
  color: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.platform .platform-cont .cont-list .list-cent .cent-link:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.platform .platform-cont .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.platform .platform-box {
  width: 100%;
  height: auto;
}
.strength {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0;
}
.strength .strength-top {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.strength .strength-top .top-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.strength .strength-top .top-text {
  margin-top: 0.26rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #333;
}
.strength .strength-top .top-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.strength .strength-top .top-box .bottom-list {
  display: inline-block;
  width: auto;
  height: auto;
}
.strength .strength-top .top-box .bottom-list .list-top {
  font-family: 'gilroy-bold';
  font-size: 1rem;
  color: #0a52a2;
}
.strength .strength-top .top-box .bottom-list .list-top .em-none::after {
  display: none !important;
}
.strength .strength-top .top-box .bottom-list .list-top em {
  position: relative;
  display: inline-block;
  height: 0.22rem;
  font-family: 'gilroy-regular';
  font-size: 20px;
  color: #000;
}
.strength .strength-top .top-box .bottom-list .list-top em::after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-family: 'gilroy-bold';
  font-size: 0.4rem;
  color: #000;
}
.strength .strength-top .top-box .bottom-list .list-text {
  margin-top: 0.2rem;
  font-family: 'gilroy-regular';
  font-size: 0.3rem;
  color: #000;
}
.strength .strength-cont {
  width: 100%;
  height: auto;
  margin-top: 1.3rem;
}
.strength .strength-cont .cont-list {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.strength .strength-cont .cont-list .list-pic {
  width: 10.2rem;
}
.strength .strength-cont .cont-list .list-pic img {
  width: 100%;
}
.strength .strength-cont .cont-list .list-cent {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.strength .strength-cont .cont-list .list-cent .cent-box {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0 0 0.64rem;
  background: #fff;
}
.strength .strength-cont .cont-list .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.strength .strength-cont .cont-list .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.strength .strength-cont .cont-list .list-cent .cent-box .box-font .font-text {
  display: block;
  width: 100%;
  height: 2.54rem;
  padding-right: 0.5rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  overflow-y: scroll;
}
.strength .strength-cont .cont-list .list-cent .cent-box .box-font .font-text::-webkit-scrollbar {
  position: relative;
  width: 3px;
  height: 100%;
  background: #eaeaea;
}
.strength .strength-cont .cont-list .list-cent .cent-box .box-font .font-text::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}
.strength .strength-cont .cont-list2 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.strength .strength-cont .cont-list2 .list-pic {
  display: none;
  width: 10.2rem;
}
.strength .strength-cont .cont-list2 .list-pic img {
  width: 100%;
}
.strength .strength-cont .cont-list2 .list-pic2 {
  width: 10.2rem;
}
.strength .strength-cont .cont-list2 .list-pic2 img {
  width: 100%;
}
.strength .strength-cont .cont-list2 .list-cent {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.2rem;
  height: 100%;
  padding-top: 0.7rem;
}
.strength .strength-cont .cont-list2 .list-cent .cent-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.9rem 0.64rem 0 0;
  background: #fff;
}
.strength .strength-cont .cont-list2 .list-cent .cent-box .box-font {
  width: 6.5rem;
  height: auto;
  padding: 0.32rem 0 0 0.6rem;
  background: url(../image/yinhao.png) no-repeat left top;
  background-size: 0.9rem;
}
.strength .strength-cont .cont-list2 .list-cent .cent-box .box-font .font-title {
  margin-bottom: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
}
.strength .strength-cont .cont-list2 .list-cent .cent-box .box-font .font-text {
  display: block;
  width: 100%;
  height: 2.54rem;
  padding-right: 0.5rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  line-height: 30px;
  color: #808080;
  overflow-y: scroll;
}
.strength .strength-cont .cont-list2 .list-cent .cent-box .box-font .font-text::-webkit-scrollbar {
  position: relative;
  width: 3px;
  height: 100%;
  background: #eaeaea;
}
.strength .strength-cont .cont-list2 .list-cent .cent-box .box-font .font-text::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}
.strength .strength-bottom {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #f0f3f6;
}
.strength .strength-bottom .bottom-cont {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.strength .strength-bottom .bottom-cont .cont-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.strength .strength-bottom .bottom-cont .cont-text {
  margin-top: 0.26rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  color: #333;
}
.strength .strength-bottom .bottom-cont .cont-box {
  width: 100%;
  margin-top: 0.7rem;
  border: solid 1px #e0e0e0;
}
.strength .strength-bottom .bottom-cont .cont-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #f6f7f9;
}
.strength .strength-bottom .bottom-cont .cont-box .box-top .top-name,
.strength .strength-bottom .bottom-cont .cont-box .box-top .top-declared,
.strength .strength-bottom .bottom-cont .cont-box .box-top .top-results {
  padding: 0.22rem 0 0.22rem 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 16px;
  color: #333;
  border-right: solid 1px #e0e0e0;
}
.strength .strength-bottom .bottom-cont .cont-box .box-top .top-name {
  width: 5.3rem;
  height: auto;
}
.strength .strength-bottom .bottom-cont .cont-box .box-top .top-declared {
  width: 5.1rem;
  height: auto;
}
.strength .strength-bottom .bottom-cont .cont-box .box-top .top-results {
  width: 2.4rem;
  height: auto;
  border-right: none;
}
.strength .strength-bottom .bottom-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-top: solid 1px #e0e0e0;
  background: #ffffff;
}
.strength .strength-bottom .bottom-cont .cont-box .box-list .list-name,
.strength .strength-bottom .bottom-cont .cont-box .box-list .list-declared,
.strength .strength-bottom .bottom-cont .cont-box .box-list .list-results {
  display: flex;
  align-items: center;
  padding: 0.22rem 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 14px;
  color: #333;
  border-right: solid 1px #e0e0e0;
  word-wrap: break-word;
  word-break: break-all;
}
.strength .strength-bottom .bottom-cont .cont-box .box-list .list-name {
  width: 5.3rem;
  height: auto;
}
.strength .strength-bottom .bottom-cont .cont-box .box-list .list-declared {
  width: 5.1rem;
  height: auto;
}
.strength .strength-bottom .bottom-cont .cont-box .box-list .list-results {
  width: 2.4rem;
  height: auto;
  border-right: none;
}
.contact {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0;
}
.contact .contact-top {
  display: flex;
  justify-content: space-between;
  width: 15.22rem;
  height: auto;
  margin-left: 16.7%;
  margin-bottom: 1.3rem;
}
.contact .contact-top .top-list {
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0.58rem 0.3rem 0;
  background: #f5f5f5;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-top .top-list .list-box {
  width: 100%;
  height: auto;
}
.contact .contact-top .top-list .list-box .list-icon {
  width: 0.65rem;
  height: 0.65rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 50%;
  background: #0a51a1;
}
.contact .contact-top .top-list .list-box .list-icon img {
  width: 0.28rem;
}
.contact .contact-top .top-list .list-box .list-title {
  margin-top: 0.3rem;
  font-family: 'gilroy-bold';
  font-size: 18px;
  text-align: center;
  color: #000;
}
.contact .contact-top .top-list .list-box .list-text {
  margin-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 18px;
  text-align: center;
  color: #989898;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact .contact-top .top-list .active-box {
  position: absolute;
  top: 0.58rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.58rem;
  opacity: 0;
}
.contact .contact-top .top-list .active-box .box-left {
  width: 0.45rem;
}
.contact .contact-top .top-list .active-box .box-left img {
  width: 100%;
}
.contact .contact-top .top-list .active-box .box-right {
  width: calc(100% - 0.7rem);
  height: auto;
}
.contact .contact-top .top-list .active-box .box-right .right-title {
  font-family: 'Gilroy-Medium';
  font-size: 0.24rem;
  color: #fff;
}
.contact .contact-top .top-list .active-box .box-right .right-text {
  margin-top: 0.1rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.6;
}
.contact .contact-top .top-list-active {
  width: 5rem;
  padding: 0.58rem 0.58rem 0;
  background: linear-gradient(180deg, #0a52a2, #24a0d5);
}
.contact .contact-top .top-list-active .list-box {
  opacity: 0;
}
.contact .contact-top .top-list-active .active-box {
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-cont {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #f0f5fb;
}
.contact .contact-cont .cont-box {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-cont .cont-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.contact .contact-cont .cont-box .box-cent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.contact .contact-cont .cont-box .box-cent .cent-list {
  width: calc(50% - 0.15rem);
  height: 3.4rem;
  padding: 0.55rem 0.65rem 0 0.4rem;
  margin-bottom: 0.3rem;
  border-radius: 0.15rem;
  box-shadow: 0.03rem 0 0.25rem rgba(0, 0, 0, 0.05);
  background: #fff;
}
.contact .contact-cont .cont-box .box-cent .cent-list .list-title {
  font-family: 'gilroy-regular';
  font-size: 20px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact .contact-cont .cont-box .box-cent .cent-list .list-text {
  margin-top: 0.16rem;
  font-family: 'Gilroy-Light';
  font-size: 14px;
  line-height: 24px;
  color: #989898;
}
.contact .contact-cont .cont-box .box-cent .cent-list .list-tel {
  margin-top: 0.35rem;
  padding-bottom: 0.3rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  color: #989898;
  border-bottom: solid 1px #ededed;
}
.contact .contact-cont .cont-box .box-cent .cent-list .list-bottom {
  display: inline-block;
  margin-top: 0.3rem;
  font-family: 'gilroy-regular';
  font-size: 16px;
  color: #0a51a1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-cont .cont-box .box-cent .cent-list .list-bottom img {
  width: 15px;
  margin-right: 0.1rem;
}
.contact .contact-cont .cont-box .box-cent .cent-list .list-bottom:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.contact .contact-bottom {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
}
.contact .contact-bottom .bottom-box {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-bottom .bottom-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.72rem;
  text-align: center;
  color: #000;
}
.contact .contact-bottom .bottom-box .box-text {
  margin-top: 0.26rem;
  font-family: 'Gilroy-Light';
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  color: #989898;
}
.contact .contact-bottom .bottom-box .bottom-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.68rem;
}
.contact .contact-bottom .bottom-box .bottom-form .form-list,
.contact .contact-bottom .bottom-box .bottom-form .form-list2 {
  width: calc(50% - 0.15rem);
  margin-top: 0.2rem;
}
.contact .contact-bottom .bottom-box .bottom-form .form-list .list-title,
.contact .contact-bottom .bottom-box .bottom-form .form-list2 .list-title {
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  color: #000;
}
.contact .contact-bottom .bottom-box .bottom-form .form-list input,
.contact .contact-bottom .bottom-box .bottom-form .form-list2 input {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.04rem;
  padding: 0 0.3rem;
  font-family: 'Gilroy-Light';
  font-size: 14px;
  color: #000;
  border: solid 1px #eeeeee;
  border-radius: 0.04rem;
  background: #f9f9f9;
}
.contact .contact-bottom .bottom-box .bottom-form .form-list2 {
  width: 100%;
}
.contact .contact-bottom .bottom-box .bottom-form .form-list2 textarea {
  width: 100%;
  height: 1rem;
  margin-top: 0.04rem;
  padding: 0.12rem 0.3rem;
  font-family: 'Gilroy-Light';
  font-size: 14px;
  color: #000;
  border: solid 1px #eeeeee;
  border-radius: 0.06rem;
  background: #f9f9f9;
}
.contact .contact-bottom .bottom-box .form-botton {
  width: 100%;
  height: 0.52rem;
  margin-top: 0.2rem;
  font-size: 18px;
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.06rem;
  background: #0a52a2;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-bottom .bottom-box .form-botton:hover {
  transform: translatey(-8px);
  -o-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.newsDetails {
  width: 100%;
  padding: 0.8rem 0 1.2rem;
  background: #f6f6f6;
}
.newsDetails .newsDetails-cont {
  width: 12.8rem;
  margin: 0 auto;
}
.newsDetails .newsDetails-cont .cont-box {
  width: 100%;
  height: auto;
  padding: 0.6rem 1.2rem;
  background: #fff;
}
.newsDetails .newsDetails-cont .cont-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 0.28rem;
  text-align: center;
  color: #333;
}
.newsDetails .newsDetails-cont .cont-box .box-time {
  margin-top: 0.12rem;
  font-size: 16px;
  text-align: center;
  color: #999;
}
.newsDetails .newsDetails-cont .cont-box .box-cent {
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
  padding: 0.6rem 0;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-text,
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-text2 {
  margin-bottom: 0.36rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-text2 {
  text-align: center;
  color: #333;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-pic {
  width: 100%;
  margin: 0 auto 0.5rem;
}
.newsDetails .newsDetails-cont .cont-box .box-cent .cent-pic img {
  width: 100%;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-left {
  width: calc(100% - 1.8rem);
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-left .left-ttile {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-left .left-ttile:hover {
  text-decoration: underline;
  color: #0a51a1;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right {
  width: 1.45rem;
  height: auto;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right .right-buttom {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 18px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #0a51a1;
  border-radius: 0.25rem;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right .right-buttom img {
  width: 14px;
  margin-top: -0.03rem;
  margin-left: 0.14rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-cont .cont-box .box-bottom .bottom-right .right-buttom:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.projectDetails {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
.projectDetails .projectDetails-cont {
  width: 12.8rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0.5rem 1.2rem;
  background: #fff;
}
.projectDetails .projectDetails-cont .cont-top {
  width: 100%;
  height: auto;
}
.projectDetails .projectDetails-cont .cont-top .top-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background: #f0f3f6;
}
.projectDetails .projectDetails-cont .cont-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-cont .cont-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.projectDetails .projectDetails-cont .cont-top .top-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.projectDetails .projectDetails-cont .cont-top .top-box .box-swiper {
  width: 80%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.projectDetails .projectDetails-cont .cont-top .top-box .box-swiper .swiper-slide {
  width: calc(25% - 7.5px);
  height: 1.7rem;
  text-align: center;
  line-height: 1.6rem;
  border: solid 1px #efefef;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-cont .cont-top .top-box .box-swiper .swiper-slide img {
  width: 80%;
  opacity: 0.3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-cont .cont-top .top-box .box-swiper .swiper-slide:hover img {
  opacity: 1;
}
.projectDetails .projectDetails-cont .cont-top .top-box .box-swiper .slide-active img {
  opacity: 1;
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-prev,
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 1px #cccccc;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-prev img,
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-prev .img2,
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-prev:hover,
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-next:hover {
  border: solid 1px #0a51a1;
  background: #0a51a1;
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-prev:hover .img2,
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-prev:hover .img1,
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-prev {
  left: 0.2rem;
}
.projectDetails .projectDetails-cont .cont-top .top-box .plate1-swiper-button-next {
  right: 0.2rem;
}
.projectDetails .projectDetails-cont .cont-web-top {
  display: none;
}
.projectDetails .projectDetails-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  padding: 0.8rem 0;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.projectDetails .projectDetails-cont .cont-box .box-title {
  font-family: 'gilroy-bold';
  font-size: 32px;
  color: #333;
}
.projectDetails .projectDetails-cont .cont-box .box-heng {
  display: block;
  width: 20px;
  height: 3px;
  margin: 24px 0 0.6rem;
  background: #0a51a1;
}
.projectDetails .projectDetails-cont .cont-box .box-text {
  font-size: 16px;
  color: #919191;
  line-height: 30px;
}
.projectDetails .projectDetails-cont .cont-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.projectDetails .projectDetails-cont .cont-bottom .bottom-left {
  width: calc(100% - 1.8rem);
  height: auto;
}
.projectDetails .projectDetails-cont .cont-bottom .bottom-left .left-ttile {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projectDetails .projectDetails-cont .cont-bottom .bottom-left .left-ttile:hover {
  text-decoration: underline;
  color: #0a51a1;
}
.projectDetails .projectDetails-cont .cont-bottom .bottom-right {
  width: 1.45rem;
  height: auto;
}
.projectDetails .projectDetails-cont .cont-bottom .bottom-right .right-buttom {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-family: 'gilroy-bold';
  font-size: 18px;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #0a51a1;
  border-radius: 0.25rem;
}
.projectDetails .projectDetails-cont .cont-bottom .bottom-right .right-buttom img {
  width: 14px;
  margin-top: -0.03rem;
  margin-left: 0.14rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.projectDetails .projectDetails-cont .cont-bottom .bottom-right .right-buttom:hover img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.4rem;
}
.page-number .but-active {
  background: #0a51a1 !important;
  border: solid 1px #0a51a1 !important;
  color: #fff !important;
}
.page-number .but-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 22px;
  font-family: 'gilroy-regular';
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  background: #eeeeee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left,
.page-number .but-box .but-right {
  display: inline-block;
  width: 48px;
  height: 48px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left {
  background: url(404.png) no-repeat center;
  background-size: 6px;
}
.page-number .but-box .but-right {
  background: url(../image/icon-recruit-right.png) no-repeat center;
  background-size: 6px;
}
.page-number .but-box:hover {
  color: #fff;
  background: #0a51a1;
}
.page-number .but-box:hover .but-left {
  background: url(404.png) no-repeat center;
  background-size: 6px;
}
.page-number .but-box:hover .but-right {
  background: url(../image/icon-recruit-right-on.png) no-repeat center;
  background-size: 6px;
}
.Wpage-number {
  display: none;
}
.cont-suspension {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  bottom: 35%;
  right: 20px;
  width: 0.64rem;
  height: 0.64rem;
  padding: 0.08rem;
  border-radius: 0.5rem;
  background: #0068b7;
  overflow: hidden;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cont-suspension .suspension-icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #007bd9;
}
.cont-suspension .suspension-icon .icon-pic {
  width: 0.28rem;
  height: 100%;
  margin: auto;
  line-height: 0.44rem;
}
.cont-suspension .suspension-icon .icon-pic img {
  width: 100%;
}
.cont-suspension .suspension-text {
  display: inline-block;
  width: auto;
  height: 100%;
  padding-left: 0.1rem;
  margin-right: -1.3rem;
  font-size: 0.18rem;
  line-height: 0.48rem;
  color: #fff;
}
.cont-suspension:hover {
  width: 2.2rem;
  border-radius: 0.5rem;
}
.cont-suspension:hover .suspension-text {
  margin-right: 0;
}
.CloudPlat .CloudPlat-plate4 .plate4-box .box-swiper-cont .swiper-pagination,
.CloudPlat .CloudPlat-plate6 .plate6-box .swiper-pagination,
.integration .integration-plate6 .plate6-box .box-swiper-cont .swiper-pagination,
.kitchen .kitchen-plate4 .plate4-box .box-swiper-cont .swiper-pagination,
.sanit .sanit-bottom .box-web-swiper-cont,
.service .service-plate2 .plate2-box .box-swiper-cont .swiper-pagination,
.wastetreat .wastetreat-plate5 .plate5-box .box-swiper-cont .swiper-pagination {
  display: none;
}

