.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
  z-index: 59;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.45rem;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.3rem;
  height: 1rem;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.25rem 0.4rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs18);
  text-align: center;
  line-height: 1rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0b75be;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link em {
  width: 11px;
  height: 6px;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-nav-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #fff !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 1.56rem;
  height: auto;
  margin-left: -0.78rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  padding: 0.1rem 0.2rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:last-of-type {
  border-bottom: 1px solid transparent;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(2) .li-list {
  width: 1.8rem;
  margin-left: -0.9rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #0b75be !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link em {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 1.2rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.35rem;
  height: 100%;
  padding-bottom: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 0.22rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.4rem;
  padding-bottom: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: url(../images/icon/icon-nav-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.15rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-nav-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.05rem 0.2rem;
  margin-left: -0.75rem;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: var(--fs14);
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #0b75be;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(../images/icon/icon-nav-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 0.22rem;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(../images/icon/icon-nav-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 0.22rem;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active2 {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active2 .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link em {
  background: url(../images/icon/icon-nav-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active2 .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 0.22rem;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1.4rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background: #0b75be;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
  width: 0.2rem;
  cursor: pointer;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-icon {
  width: 0.2rem;
  margin-left: 0.2rem;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  padding-right: 0.8rem;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  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;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box {
  width: 50%;
  height: auto;
  padding: 0.65rem 0.42rem 0.8rem;
  opacity: 0;
  background: linear-gradient(90deg, rgba(24, 68, 168, 0.8), rgba(4, 141, 204, 0.8));
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-title {
  margin: 0.12rem 0 0.2rem;
  font-size: var(--fs40);
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-text {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.5);
}
header .head-banner .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0b75be;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-box,
header .head-banner .swiper-slide-active .box-cent2 .cent-box {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs24);
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.56rem;
  height: 0.56rem;
  border: solid 2px #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  opacity: 1;
  border: solid 2px #0b75be;
  background: #0b75be;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.6rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.6rem;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 0.88rem;
  background: #f7f7fa;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-item {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.88rem;
  color: #000;
}
header .head-strip .strip-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0b75be;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .head-strip .strip-box .box-item-on {
  background: #fff;
}
header .head-strip .strip-box .box-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #232323;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 2rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  font-size: var(--fs16);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #666;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-main .main-cont {
  width: 2.7rem;
}
footer .foot-main .main-cont .cont-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
}
footer .foot-main .main-cont .cont-item .item-title {
  font-size: var(--fs14);
  color: #fff;
}
footer .foot-main .main-cont .cont-item .item-tel {
  margin-top: 0.05rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-item .item-mail {
  margin-top: 0.05rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-share .share-item {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.28rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 50%;
  border: solid 2px transparent;
}
footer .foot-main .main-cont .cont-share .share-item img {
  width: 0.2rem;
}
footer .foot-main .main-cont .cont-share .share-item:hover {
  border: solid 2px rgba(255, 255, 255, 0.3);
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 0.45rem;
  margin-top: 0.4rem;
}
footer .foot-bottom .bottom-ewm {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .foot-bottom .bottom-ewm .ewm-box {
  width: 1.17rem;
  margin-left: 0.2rem;
}
footer .foot-bottom .bottom-ewm .ewm-box img {
  width: 100%;
}
footer .foot-bottom .bottom-ewm .ewm-box p {
  margin-top: 0.15rem;
  font-size: var(--fs14);
  text-align: center;
  color: #fff;
}
footer .foot-bottom .bottom-cont {
  width: auto;
  height: auto;
}
footer .foot-bottom .bottom-cont .cont-link {
  width: 210px;
}
footer .foot-bottom .bottom-cont .cont-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-bottom .bottom-cont .cont-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #999;
  height: 44px;
  line-height: 44px;
  background-color: #373737;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 22px;
  padding: 0 40px 0 26px;
  background-image: url(../images/icon/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
}
footer .foot-bottom .bottom-cont .cont-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #373737;
  border-bottom: none;
  border-radius: 22px;
  padding-bottom: 36px;
}
footer .foot-bottom .bottom-cont .cont-link .link-box .box-list a {
  display: block;
  color: #999;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 26px;
}
footer .foot-bottom .bottom-cont .cont-link .link-box .box-list a:hover {
  color: #fff;
}
footer .foot-bottom .bottom-cont .cont-list {
  width: auto;
  height: auto;
  margin-top: 0.25rem;
  font-size: var(--fs14);
  color: #9a9a9a;
}
footer .foot-bottom .bottom-cont .cont-list a {
  font-size: var(--fs14);
  color: #9a9a9a;
}
footer .foot-bottom .bottom-cont .cont-list a:hover {
  color: #fff;
}
footer .foot-bottom .bottom-cont .cont-list span {
  margin: 0 0.25rem;
}
footer .foot-bottom .bottom-cont .cont-zizhi {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  color: #9a9a9a;
}
footer .foot-bottom .bottom-cont .cont-zizhi a {
  color: #9a9a9a;
}
footer .foot-bottom .bottom-cont .cont-zizhi a:hover {
  color: #fff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 0 1rem;
}
.container .cont-plate1 .plate1-cent {
  width: 4.9rem;
  height: auto;
}
.container .cont-plate1 .plate1-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs40);
  font-weight: bold;
  background: linear-gradient(90deg, #1d309e, #048dcc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.container .cont-plate1 .plate1-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  color: #333;
}
.container .cont-plate1 .plate1-cent .page-button {
  margin-top: 0.55rem;
}
.container .cont-plate1 .plate1-cont {
  width: 8.6rem;
}
.container .cont-plate1 .plate1-cont .cont-text {
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.container .cont-plate1 .plate1-cont .cont-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.container .cont-plate1 .plate1-cont .cont-data .data-item {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-cont .cont-data .data-item .item-title {
  font-size: var(--fs24);
  color: #333;
}
.container .cont-plate1 .plate1-cont .cont-data .data-item .item-title span {
  margin-right: 0.05rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #0b75be;
}
.container .cont-plate1 .plate1-cont .cont-data .data-item .item-title em {
  position: relative;
  font-size: var(--fs24);
  color: #333;
}
.container .cont-plate1 .plate1-cont .cont-data .data-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  color: #0b75be;
}
.container .cont-plate1 .plate1-cont .cont-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  color: #333;
}
.container .cont-plate2 {
  padding: 0.85rem 0 1.85rem;
}
.container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.container .cont-plate2 .plate2-main .main-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0.92rem;
  margin-bottom: 1.9rem;
}
.container .cont-plate2 .plate2-main .main-item .item-pic {
  width: 10.39rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-item .item-cent {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.8rem;
  height: auto;
  padding: 0.92rem 0.9rem 0.8rem 0.8rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-item .item-cent::after {
  content: '';
  position: absolute;
  top: 0.92rem;
  left: 0.8rem;
  width: 2.04rem;
  height: 1px;
  background: #666666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-title {
  margin-top: 0.35rem;
  font-size: var(--fs40);
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .page-button {
  margin-top: 0.4rem;
  background: transparent;
  border: solid 2px #0b75be;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .page-button span {
  color: #0b75be;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .page-button em {
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .page-button:hover {
  box-shadow: 8px 8px rgba(255, 255, 255, 0.1);
}
.container .cont-plate2 .plate2-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 .plate2-main .main-item:hover .item-cent {
  background: #0b75be;
}
.container .cont-plate2 .plate2-main .main-item:hover .item-cent::after {
  background: #fff;
}
.container .cont-plate2 .plate2-main .main-item:hover .item-cent .cent-title,
.container .cont-plate2 .plate2-main .main-item:hover .item-cent .cent-text {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-item:hover .item-cent .page-button {
  border: solid 2px #fff;
}
.container .cont-plate2 .plate2-main .main-item:hover .item-cent .page-button span {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-item:hover .item-cent .page-button em {
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.container .cont-plate2 .plate2-main .main-item:nth-child(even) .item-cent {
  right: auto;
  left: 0;
}
.container .cont-plate2 .plate2-main .main-item:last-of-type {
  margin-bottom: 0;
}
.container .cont-plate3 {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.45rem 0 2.05rem;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.container .cont-plate3 .plate3-main .page-title {
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-text {
  margin-top: 0.45rem;
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item {
  width: calc(100% / 5);
  height: auto;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 1.8rem;
  height: 1.58rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.58rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  width: 0.8rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-plate3-bg.png) no-repeat center center;
  background-size: 100%;
  animation: bgSvale 5s linear infinite;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.27rem;
  background: url(../images/plate4-bg.png) no-repeat top right;
}
.container .cont-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: 0.9rem;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: 5.4rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.6rem 0;
  background: #f5f5f5;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.48rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.4rem;
  background: transparent;
  border: solid 2px #0b75be;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-cent .page-button span {
  color: #0b75be;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box .box-cent .page-button em {
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate4 .plate4-main .main-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));
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #0b75be;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-cent .page-button {
  background: #0b75be;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-cent .page-button span {
  color: #fff;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-box:hover .box-cent .page-button em {
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  background: #fff;
  box-shadow: 1px 1px 20px 0px rgba(135, 135, 135, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover,
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover {
  background: #0b75be;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-prev {
  left: -0.3rem;
}
.container .cont-plate4 .plate4-main .main-cont .plate4-swiper-button-next {
  right: -0.3rem;
}
.container .cont-plate4 .plate4-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.28rem 0;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide {
  width: calc(100% / 8 - 0.175rem);
  height: auto;
  margin-right: 0.2rem;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 1.03rem;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box em::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0b75be;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box em::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #0b75be;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box i::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #0b75be;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box i::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
  background: #0b75be;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box:hover {
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.15);
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box:hover em::before,
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box:hover i::before {
  width: 100%;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box:hover em::after,
.container .cont-plate4 .plate4-main .main-box .swiper-slide .slide-box:hover i::after {
  height: 100%;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide-on .slide-box {
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.15);
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide-on .slide-box em::before,
.container .cont-plate4 .plate4-main .main-box .swiper-slide-on .slide-box i::before {
  width: 100%;
}
.container .cont-plate4 .plate4-main .main-box .swiper-slide-on .slide-box em::after,
.container .cont-plate4 .plate4-main .main-box .swiper-slide-on .slide-box i::after {
  height: 100%;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 1.05rem;
  background: url(../images/about-bg.jpg) no-repeat bottom left;
}
.about .about-plate1 .plate1-cont {
  width: 5.78rem;
  height: auto;
}
.about .about-plate1 .plate1-cont .cont-title {
  margin-top: 0.4rem;
  font-size: var(--fs40);
  font-weight: bold;
  background: linear-gradient(90deg, #1d309e, #048dcc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate1 .plate1-cont .cont-text {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  color: #333;
}
.about .about-plate1 .plate1-cont .cont-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.about .about-plate1 .plate1-cont .cont-data .data-item {
  width: 50%;
  height: auto;
  margin-top: 0.6rem;
}
.about .about-plate1 .plate1-cont .cont-data .data-item .item-title {
  font-size: var(--fs24);
  color: #333;
}
.about .about-plate1 .plate1-cont .cont-data .data-item .item-title span {
  margin-right: 0.05rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #0b75be;
}
.about .about-plate1 .plate1-cont .cont-data .data-item .item-title em {
  position: relative;
  font-size: var(--fs24);
  color: #333;
}
.about .about-plate1 .plate1-cont .cont-data .data-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  color: #0b75be;
}
.about .about-plate1 .plate1-cont .cont-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  color: #333;
}
.about .about-plate1 .plate1-text {
  width: 9.2rem;
  height: auto;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.about .about-pic {
  width: 15.36rem;
  height: auto;
  margin: 0 auto 1rem;
}
.about .about-pic .pic-box {
  width: 100%;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.about .about-pic .pic-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-video {
  width: 100%;
  height: auto;
}
.about .about-plate2 .plate2-video .hidden-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.about .about-plate2 .plate2-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate2 .plate2-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-video .hidden-box .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  cursor: pointer;
}
.about .about-plate2 .plate2-video .hidden-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-video .hidden-box .box-icon:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 .plate2-video .hidden-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.about .about-plate2 .plate2-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.about .about-plate2 .plate2-video .video-box video {
  width: 100%;
  height: auto;
}
.about .about-plate3 {
  display: flex;
  justify-content: space-between;
  padding: 1.05rem 0 1.96rem;
}
.about .about-plate3 .plate3-left {
  width: 5.04rem;
  height: 7rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-left:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 .plate3-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 10.22rem;
  height: auto;
}
.about .about-plate3 .plate3-box .box-item {
  width: 5.06rem;
  height: 3.45rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-box .box-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-box .box-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 .plate3-box .box-item:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.news {
  width: 100%;
  height: auto;
}
.news .news-main {
  padding: 0.85rem 0 1.5rem;
}
.news .news-main .page-title {
  text-align: center;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.68rem);
  height: auto;
  margin-right: 1.02rem;
  margin-bottom: 0.8rem;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.66rem;
  overflow: hidden;
}
.news .news-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.4rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  font-family: Arial;
  font-size: var(--fs18);
  color: #c9c9c9;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  margin-top: 0.25rem;
  font-size: var(--fs26);
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-button {
  width: 1.45rem;
  height: 0.5rem;
  margin-top: 0.45rem;
  font-size: var(--fs14);
  font-weight: bold;
  text-align: center;
  line-height: 0.45rem;
  color: #0b75be;
  border: solid 2px #d9e1ea;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-button:hover {
  box-shadow: 8px 8px rgba(11, 117, 190, 0.1);
  transform: translate(-4px, -4px);
  -o-transform: translate(-4px, -4px);
  -moz-transform: translate(-4px, -4px);
  -webkit-transform: translate(-4px, -4px);
}
.news .news-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #0b75be;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-button {
  color: #fff;
  border: solid 2px #0b75be;
  background: #0b75be;
}
.news .news-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .page-number {
  margin-top: 0.2rem;
}
.newsDetails {
  width: 100%;
  height: auto;
  overflow: visible;
}
.newsDetails .newsDetails-top {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.65rem;
}
.newsDetails .newsDetails-top .top-main .main-title {
  font-size: var(--fs32);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.newsDetails .newsDetails-top .top-main .main-time {
  margin-top: 0.42rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: center;
  color: #ccc;
}
.newsDetails .newsDetails-top .top-main .main-time img {
  width: 16px;
  margin: -0.04rem 0.06rem 0 0;
}
.newsDetails .newsDetails-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #f6f6f6;
}
.newsDetails .newsDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}
.newsDetails .newsDetails-main .main-box .box-share {
  position: sticky;
  top: 1.4rem;
  width: 1.5rem;
  height: 100%;
}
.newsDetails .newsDetails-main .main-box .box-share .share-list {
  width: 1.5rem;
  height: auto;
  border-top: solid 3px #0b75be;
  background: #fafafa;
}
.newsDetails .newsDetails-main .main-box .box-share .share-list .share-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 16px;
  color: #666;
  border-bottom: solid 1px #ebebeb;
}
.newsDetails .newsDetails-main .main-box .box-share .share-list .share-item img {
  width: 30px;
  margin-right: 0.15rem;
}
.newsDetails .newsDetails-main .main-box .box-share .share-list .share-bototm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 14px;
  color: #fff;
  background: #0b75be;
}
.newsDetails .newsDetails-main .main-box .box-share .share-list .share-bototm img {
  width: 17px;
  margin-left: 0.12rem;
}
.newsDetails .newsDetails-main .main-box .box-share .share-list-active {
  position: fixed;
  top: 100px;
}
.newsDetails .newsDetails-main .main-box .box-cent {
  position: relative;
  width: 10.76rem;
  height: auto;
  padding: 0.65rem 0.6rem 1.15rem;
  background: #fff;
}
.newsDetails .newsDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  line-height: 0.34rem;
  color: #666666;
}
.newsDetails .newsDetails-main .main-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-box .box-cent .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.newsDetails .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: var(--fs16);
  line-height: 0.5rem;
  font-weight: bold;
  color: #666;
  background: #f7f7f7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
  margin-left: 0.15rem;
  font-weight: 500;
  color: #666;
}
.newsDetails .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
  color: #fff;
  background: #0b75be;
}
.newsDetails .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
  color: #fff;
}
.newsDetails .newsDetails-main .main-box .box-list {
  width: 3.1rem;
  height: auto;
  padding: 0.5rem 0.3rem 0;
  border-top: solid 4px #0b75be;
  background: #f5f5f5;
}
.newsDetails .newsDetails-main .main-box .box-list .list-title {
  margin-bottom: 0.5rem;
  font-size: var(--fs18);
  color: #0b75be;
}
.newsDetails .newsDetails-main .main-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
}
.newsDetails .newsDetails-main .main-box .box-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetails .newsDetails-main .main-box .box-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-box .box-list .list-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetails .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetails .newsDetails-main .main-box .box-list .list-item:hover .item-title {
  color: #0b75be;
}
.honor {
  width: 100%;
  height: auto;
}
.honor .honor-main {
  padding: 0.7rem 0 1.56rem;
}
.honor .honor-main .main-top {
  position: relative;
  width: 100%;
  margin-top: 0.7rem;
}
.honor .honor-main .main-top .top-swiper {
  position: relative;
  width: 12.86rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1px;
  overflow: hidden;
}
.honor .honor-main .main-top .top-swiper::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.honor .honor-main .main-top .top-swiper .swiper-slide {
  width: calc(100% / 4 - 1.14rem);
  margin-right: 1.52rem;
}
.honor .honor-main .main-top .top-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.honor .honor-main .main-top .top-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  text-align: center;
  color: #666666;
}
.honor .honor-main .main-top .top-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 26px;
  height: 4px;
  margin-left: -13px;
  border-radius: 0.45rem;
  background: #ddd;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-top .top-swiper .swiper-slide .slide-box:hover {
  color: #0b75be;
}
.honor .honor-main .main-top .top-swiper .swiper-slide .slide-box:hover::after {
  background: #0b75be;
}
.honor .honor-main .main-top .top-swiper .swiper-slide-on .slide-box {
  color: #0b75be;
}
.honor .honor-main .main-top .top-swiper .swiper-slide-on .slide-box::after {
  background: #0b75be;
}
.honor .honor-main .main-top .top-swiper-button-prev,
.honor .honor-main .main-top .top-swiper-button-next {
  position: absolute;
  bottom: -0.14rem;
  width: 0.18rem;
  height: 0.33rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.honor .honor-main .main-top .top-swiper-button-prev img,
.honor .honor-main .main-top .top-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-top .top-swiper-button-prev .img2,
.honor .honor-main .main-top .top-swiper-button-next .img2 {
  opacity: 0;
}
.honor .honor-main .main-top .top-swiper-button-prev:hover .img1,
.honor .honor-main .main-top .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.honor .honor-main .main-top .top-swiper-button-prev:hover .img2,
.honor .honor-main .main-top .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.honor .honor-main .main-top .top-swiper-button-prev {
  left: 0.48rem;
}
.honor .honor-main .main-top .top-swiper-button-next {
  right: 0.48rem;
}
.honor .honor-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.honor .honor-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.375rem);
  height: auto;
  padding: 0.25rem 0.15rem;
  margin-right: 0.5rem;
  margin-bottom: 0.52rem;
  background: #f5f5f5;
}
.honor .honor-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.honor .honor-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.25rem;
  overflow: hidden;
}
.honor .honor-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  color: #333;
}
.honor .honor-main .main-cont .cont-item:hover {
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}
.honor .honor-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.partner {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 2.25rem;
  background: url(../images/partner-bg.jpg) no-repeat top right;
  background-size: cover;
}
.partner .partner-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  border: solid 1px #ededed;
  border-top: none;
  background: rgba(255, 255, 255, 0.8);
}
.partner .partner-main .main-cont .cont-item {
  width: calc(100% / 6);
  height: 1.8rem;
  padding: 0.1rem;
  border-top: solid 1px #ededed;
  border-right: solid 1px #ededed;
  overflow: hidden;
}
.partner .partner-main .main-cont .cont-item:nth-child(6n) {
  border-right: none;
}
.partner .partner-main .main-cont .cont-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-cont .cont-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution {
  width: 100%;
  height: auto;
}
.solution .solution-plate1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.65rem 0 1rem;
}
.solution .solution-plate1::after {
  content: '';
  position: absolute;
  top: 0.6rem;
  right: -1.32rem;
  width: 2.91rem;
  height: 2.7rem;
  background: url(../images/icon/icon-solution-pic1.png) no-repeat top left;
  background-size: 100%;
}
.solution .solution-plate1 .plate1-cent {
  width: 8.16rem;
  height: auto;
  padding-right: 0.55rem;
}
.solution .solution-plate1 .plate1-cent .cent-text {
  margin-top: 0.65rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.solution .solution-plate1 .plate1-pic {
  width: 7.2rem;
  height: auto;
  margin-top: 0.9rem;
  overflow: hidden;
}
.solution .solution-plate1 .plate1-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-plate2 {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 0;
  background: #ebf4fa;
}
.solution .solution-plate2 .plate2-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #0b75be;
}
.solution .solution-plate2 .plate2-pic {
  width: 15.36rem;
  height: auto;
  margin: 0 auto 0;
}
.solution .solution-plate2 .plate2-pic img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.solution .solution-plate3 {
  padding: 1.05rem 0 1.62rem;
}
.solution .solution-plate3 .plate3-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #0b75be;
}
.solution .solution-plate3 .plate3-text {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.solution .solution-plate3 .plate3-pic {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  overflow: hidden;
}
.solution .solution-plate3 .plate3-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate3 .plate3-video {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.solution .solution-plate3 .plate3-video .hidden-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.solution .solution-plate3 .plate3-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate3 .plate3-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate3 .plate3-video .hidden-box .box-icon {
  position: absolute;
  bottom: 0.3rem;
  left: 0.58rem;
  width: 0.44rem;
  height: 0.5rem;
  cursor: pointer;
}
.solution .solution-plate3 .plate3-video .hidden-box .box-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate3 .plate3-video .hidden-box .box-icon:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-plate3 .plate3-video .hidden-box .box-screen {
  position: absolute;
  bottom: 0.3rem;
  right: 0.48rem;
  width: 0.5rem;
  height: 0.5rem;
}
.solution .solution-plate3 .plate3-video .hidden-box .box-screen img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate3 .plate3-video .hidden-box .box-screen:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-plate3 .plate3-video .hidden-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05 translateZ(0));
}
.solution .solution-plate3 .plate3-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.solution .solution-plate3 .plate3-video .video-box video {
  width: 100%;
  height: auto;
}
.solution .solution-plate4 {
  width: 100%;
  height: auto;
  padding: 0.64rem 0 1rem;
}
.solution .solution-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.solution .solution-plate4 .plate4-main .main-cont .cont-cent {
  width: 6.7rem;
  height: auto;
  padding-top: 0.65rem;
}
.solution .solution-plate4 .plate4-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #0b75be;
}
.solution .solution-plate4 .plate4-main .main-cont .cont-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.solution .solution-plate4 .plate4-main .main-cont .cont-pic {
  width: 6.93rem;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate4 .plate4-main .main-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate4 .plate4-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-plate4 .plate4-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.solution .solution-plate4 .plate4-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.1rem;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.solution .solution-plate5 .page-title {
  text-align: center;
  color: #fff;
}
.solution .solution-plate5 .plate5-main {
  position: relative;
  padding: 0.9rem 0 0.75rem;
  overflow: hidden;
}
.solution .solution-plate5 .plate5-main .swiper-slide {
  width: calc(100% / 4 - 0.1875rem);
  height: auto;
  margin-right: 0.25rem;
}
.solution .solution-plate5 .plate5-main .swiper-slide:last-of-type {
  margin-right: 0;
}
.solution .solution-plate5 .plate5-main .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.38rem 1.45rem;
  border-top: solid 4px #00a5e7;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate5 .plate5-main .swiper-slide .slide-box .box-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #0b75be;
}
.solution .solution-plate5 .plate5-main .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  color: #333;
}
.solution .solution-plate5 .plate5-main .swiper-slide .slide-box .box-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
}
.solution .solution-plate5 .plate5-main .swiper-slide .slide-box .box-icon {
  position: absolute;
  bottom: 0.28rem;
  right: 0.3rem;
  width: 1.01rem;
  height: 1rem;
}
.solution .solution-plate5 .plate5-main .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.solution .solution-plate5 .plate5-main .swiper-slide .slide-box:hover {
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.solution .solution-plate5 .plate5-main .swiper-pagination {
  bottom: 0;
}
.solution .solution-plate5 .plate5-main .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  opacity: 0.5;
  background: #fff;
}
.solution .solution-plate5 .plate5-main .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.solution .solution-plate6 {
  padding: 0.85rem 0 2.2rem;
}
.solution .solution-plate6 .plate6-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #0b75be;
}
.solution .solution-plate6 .plate6-main {
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}
.solution .solution-plate6 .plate6-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
}
.solution .solution-plate6 .plate6-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.solution .solution-plate6 .plate6-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate6 .plate6-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-plate6 .plate6-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 1.25rem 0.75rem 0 0.55rem;
}
.solution .solution-plate6 .plate6-main .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.solution .solution-plate6 .plate6-main .main-item .item-cent .cent-heng {
  width: 40px;
  height: 4px;
  margin-top: 0.2rem;
  background: #0b75be;
}
.solution .solution-plate6 .plate6-main .main-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.solution .solution-plate6 .plate6-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.intelligent {
  padding: 1.56rem 0 1.42rem;
  background: url(../images/intelligent-bg2.png) no-repeat left bottom;
  background-size: 100%;
}
.intelligent .intelligent-main .main-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.intelligent .intelligent-main .main-item .item-pic {
  width: 8.4rem;
  height: auto;
  overflow: hidden;
}
.intelligent .intelligent-main .main-item .item-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.intelligent .intelligent-main .main-item .item-cent {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7.68rem;
  height: 5.5rem;
  margin-top: -2.75rem;
  padding: 0.7rem 0.8rem 0.7rem 0.5rem;
  background: #fff url(../images/intelligent-bg.jpg) no-repeat top left;
  background-size: cover;
  box-shadow: 0px 0px 40px 0px rgba(18, 51, 107, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.intelligent .intelligent-main .main-item .item-cent .cent-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
.intelligent .intelligent-main .main-item .item-cent .cent-top .top-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  line-height: 0.6rem;
  background: linear-gradient(180deg, #0886dd 20%, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.intelligent .intelligent-main .main-item .item-cent .cent-top .top-cent {
  width: auto;
}
.intelligent .intelligent-main .main-item .item-cent .cent-top .top-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #222;
}
.intelligent .intelligent-main .main-item .item-cent .cent-top .top-cent .cent-heng {
  width: 0.35rem;
  height: 2px;
  margin-top: 0.25rem;
  background: #e4e4e4;
}
.intelligent .intelligent-main .main-item .item-cent .item-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.intelligent .intelligent-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.intelligent .intelligent-main .main-item:nth-child(even) .item-cent {
  right: auto;
  left: 0;
}
.case {
  width: 100%;
  height: auto;
}
.case .case-main {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.4rem;
  background: #f5f5f5;
}
.case .case-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
}
.case .case-main .main-cont .cont-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.case .case-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.5rem 0.8rem 0 0.58rem;
  background: #fff;
}
.case .case-main .main-cont .cont-item .item-cent .cent-logo {
  width: 1.5rem;
  height: 0.95rem;
}
.case .case-main .main-cont .cont-item .item-cent .cent-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case .case-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.48rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.case .case-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.case .case-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #0b75be;
}
.case .case-bottom {
  padding: 1.27rem 0 1.17rem;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-cont {
  display: flex;
  justify-content: space-between;
  padding: 1.12rem 0 1.05rem;
}
.contact .contact-cont .cont-cent {
  width: 7.4rem;
  height: auto;
  padding-right: 0.7rem;
}
.contact .contact-cont .cont-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #000;
}
.contact .contact-cont .cont-cent .cent-English {
  margin: 0.2rem 0 0.6rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: #c9c9c9;
}
.contact .contact-cont .cont-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.contact .contact-cont .cont-cent .cent-item .item-icon {
  width: 16px;
  height: 16px;
}
.contact .contact-cont .cont-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-cont .cont-cent .cent-item .item-text {
  width: calc(100% - 16px);
  height: auto;
  padding-left: 0.18rem;
  font-size: var(--fs18);
  color: #666;
}
.contact .contact-cont .cont-cent .cent-ewm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.44rem;
}
.contact .contact-cont .cont-cent .cent-ewm .ewm-item {
  width: 1.3rem;
  height: auto;
  margin-right: 0.8rem;
}
.contact .contact-cont .cont-cent .cent-ewm .ewm-item img {
  width: 100%;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact .contact-cont .cont-cent .cent-ewm .ewm-item p {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  color: #999;
}
.contact .contact-cont .cont-pic {
  width: 7.96rem;
  height: auto;
  overflow: hidden;
}
.contact .contact-main {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.6rem;
  background: #f4f4f4;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-main .main-box .box-item {
  width: calc(50% - 0.2rem);
  height: 4.4rem;
  padding: 0.4rem 0.96rem 0 0.46rem;
  margin-bottom: 0.55rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-top {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 0.3rem;
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #eeeeee;
}
.contact .contact-main .main-box .box-item .item-top .top-title {
  font-size: var(--fs26);
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-top .top-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #c9c9c9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-top .top-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.23rem;
  height: 0.29rem;
  background: url(../images/icon/icon-contact-pic7.png) no-repeat top right;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-main .main-box .box-item:hover {
  background: #0b75be;
}
.contact .contact-main .main-box .box-item:hover .item-top .top-title,
.contact .contact-main .main-box .box-item:hover .item-top .top-English {
  color: #fff;
}
.contact .contact-main .main-box .box-item:hover .item-top .top-icon {
  background: url(../images/icon/icon-contact-pic8.png) no-repeat top right;
  background-size: 100%;
}
.contact .contact-main .main-box .box-item:hover .item-cent {
  color: #fff;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.page-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-SEMI-BOLD';
  font-size: var(--fs22);
  color: rgba(0, 0, 0, 0.35);
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.56rem;
  background: #0b75be;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  font-size: var(--fs18);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  width: 16px;
  height: 12px;
  margin-left: 0.18rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  background: #0b75be;
  box-shadow: 8px 8px rgba(11, 117, 190, 0.1);
  transform: translate(-4px, -4px);
  -o-transform: translate(-4px, -4px);
  -moz-transform: translate(-4px, -4px);
  -webkit-transform: translate(-4px, -4px);
}
.page-button:hover span {
  color: #fff;
}
.page-button:hover em {
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
