@charset "UTF-8";
.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: 0.9rem;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 1.15rem 0 1.92rem;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.32rem;
  height: 0.55rem;
}
nav .nav-main .main-cont .main-logo 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;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.32rem;
}
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;
  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: 2px;
  background: #fff;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  width: calc(100% + 0.3rem);
  height: auto;
  background: rgba(255, 255, 255);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0deg, #ea5504, #ff752a);
  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: 100%;
  height: 0.6rem;
  padding: 0 0.28rem;
  font-size: var(--fs14);
  line-height: 0.6rem;
  color: #777;
  border-bottom: solid 1px #e5e5e5;
  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 {
  color: #fff;
  background: #0079d4;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:last-of-type {
  border-bottom: none;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.2rem;
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item {
  display: none;
  width: calc(100% / 5);
  height: auto;
  margin-bottom: 0.6rem;
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-title em {
  width: 0.35rem;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-title em img {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-title span {
  flex: 1;
  padding-left: 0.12rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  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-cont .cont-box .box-item .item-title:hover span {
  color: #0079d4;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-lump {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-lump a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  line-height: 0.2rem;
  color: #989898;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-lump a span {
  position: relative;
  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;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-lump a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #0079d4;
  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;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-lump a:hover {
  color: #0079d4;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-lump a:hover span::after {
  left: 0;
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(3) .li-list {
  width: 3.3rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  font-weight: bold;
  color: #0079d4 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  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-nav .nav-cont .nav-li:hover .li-cont {
  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-cont .box-item {
  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: 0.7rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.28rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 0.16rem;
  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;
  align-items: center;
  position: relative;
  width: 1.1rem;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.42rem;
  border-radius: 0.45rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang-world.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.16rem;
  font-family: Arial;
  font-size: var(--fs14);
  font-weight: bold;
  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-lang-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-right .right-lang .lang-list {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  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: #fff;
  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%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  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-right .right-lang .lang-list .list-link:hover {
  font-weight: bold;
  color: #0079d4;
}
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 {
  opacity: 1;
  visibility: visible;
}
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;
}
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: #333;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
  color: #0079d4;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  background: #0079d4;
}
nav .nav-main:hover .main-cont .main-right .right-serach {
  border: solid 1px rgba(172, 172, 172, 0.3);
}
nav .nav-main:hover .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 0.16rem;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box {
  border: solid 1px rgba(172, 172, 172, 0.3);
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-world-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
}
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: #333;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
  color: #0079d4;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  background: #0079d4;
}
nav .nav-main-active .main-cont .main-right .right-serach {
  border: solid 1px rgba(172, 172, 172, 0.3);
}
nav .nav-main-active .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 0.16rem;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-box {
  border: solid 1px rgba(172, 172, 172, 0.3);
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-world-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on {
  background: #fff;
}
nav .nav-main-on .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-on .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-on .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-on .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
  color: #0079d4;
}
nav .nav-main-on .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  background: #0079d4;
}
nav .nav-main-on .main-cont .main-right .right-serach {
  border: solid 1px rgba(172, 172, 172, 0.3);
}
nav .nav-main-on .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 0.16rem;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-box {
  border: solid 1px rgba(172, 172, 172, 0.3);
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-world-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  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;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
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 {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  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: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
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: 100vh;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
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: 100%;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  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: var(--fs30);
  color: #0079d4;
  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-subTitle {
  margin-top: 0.1rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.72rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
  width: 1.7rem;
  height: 0.5rem;
  margin-top: 0.9rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-play {
  display: none;
}
header .head-banner .swiper-pagination {
  bottom: 0.4rem;
  left: 50%;
  width: 15.36rem;
  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: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 12.6s;
  -o-transition: all 12.6s;
  -moz-transition: all 12.6s;
  -webkit-transition: all 12.6s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subTitle,
header .head-banner .swiper-slide-active .box-cent .cent-button {
  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 .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  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 .banner-cent .cent-lump {
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent .cent-lump .lump-title {
  font-size: 0.48rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-lump .lump-title2 {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-lump .lump-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  line-height: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
header .head-banner .banner-cent .cent-lump .lump-heng {
  width: 0.26rem;
  height: 2px;
  margin: 0.3rem auto 0;
  background: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.18rem;
  height: 0.32rem;
  margin-top: -0.2rem;
  opacity: 0.5;
  cursor: pointer;
  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 {
  width: 100%;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.48rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.48rem;
}
header .head-banner .banner-play {
  display: none;
}
header .head-banner video {
  width: 100%;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
footer .foot-top {
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  background: url(../images/foot-bg.jpg) no-repeat top left;
  background-size: cover;
  background-attachment: fixed;
}
footer .foot-top .top-title {
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
footer .foot-top .top-lump {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-top .top-lump .lump-icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
footer .foot-top .top-lump .lump-icon img {
  width: 100%;
}
footer .foot-top .top-lump .lump-title {
  margin-right: 0.3rem;
  font-size: var(--fs24);
  line-height: 0.24rem;
  color: #fff;
}
footer .foot-top .top-lump .lump-title span {
  font-size: var(--fs16);
}
footer .foot-top .top-lump .lump-tel {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs40);
  color: #fff;
}
footer .foot-top .top-button {
  display: block;
  width: 1.72rem;
  height: 0.55rem;
  margin: 0.32rem auto 0;
  font-size: var(--fs20);
  font-weight: bold;
  text-align: center;
  line-height: 0.55rem;
  color: #0079d4;
  border-radius: 0.45rem;
  background: #fff;
}
footer .foot-top .top-button:hover {
  color: #fff;
  background: #0079d4;
}
footer .foot-main {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background: #f4f7fa;
}
footer .foot-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
footer .foot-main .main-box .box-cont {
  width: auto;
  height: auto;
}
footer .foot-main .main-box .box-cont .cont-ewm {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  text-align: right;
}
footer .foot-main .main-box .box-cont .cont-ewm .ewm-item {
  width: 1.3rem;
  height: auto;
  margin-left: 0.12rem;
  padding: 0.05rem;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
footer .foot-main .main-box .box-cont .cont-ewm .ewm-item img {
  width: 100%;
}
footer .foot-main .main-box .box-cont .cont-ewm .ewm-item p {
  margin-top: 0.15rem;
  font-size: var(--fs14);
  text-align: center;
  color: #666;
}
footer .foot-main .main-box .box-cont .cont-ewm img {
  width: 1.3rem;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
footer .foot-main .main-box .box-cont .cont-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0.45rem;
}
footer .foot-main .main-box .box-cont .cont-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.3rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
footer .foot-main .main-box .box-cont .cont-share .share-item .item-icon {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-box .box-cont .cont-share .share-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  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;
}
footer .foot-main .main-box .box-cont .cont-share .share-item .item-icon .img2 {
  opacity: 0;
}
footer .foot-main .main-box .box-cont .cont-share .share-item .item-ewm {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: 1.2rem;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-box .box-cont .cont-share .share-item .item-ewm img {
  width: 100%;
}
footer .foot-main .main-box .box-cont .cont-share .share-item:hover .item-icon .img1 {
  opacity: 0;
}
footer .foot-main .main-box .box-cont .cont-share .share-item:hover .item-icon .img2 {
  opacity: 1;
}
footer .foot-main .main-box .box-cont .cont-share .share-item:hover .item-ewm {
  opacity: 1;
  visibility: visible;
}
footer .foot-main .main-box .box-cont .cont-share .share-item:hover:nth-child(1) .item-icon {
  background: #0ac15c;
  box-shadow: 4px 9px 18px 0px rgba(10, 193, 92, 0.2);
}
footer .foot-main .main-box .box-cont .cont-share .share-item:hover:nth-child(2) .item-icon {
  background: #000;
  box-shadow: 4px 9px 18px 0px rgba(0, 0, 0, 0.2);
}
footer .foot-main .main-box .box-cont .cont-share .share-item:hover:nth-child(3) .item-icon {
  background: #ff7200;
  box-shadow: 4px 9px 18px 0px rgba(255, 114, 0, 0.2);
}
footer .foot-main .main-box .box-cent {
  width: auto;
  height: auto;
  padding-top: 0.4rem;
}
footer .foot-main .main-box .box-cent .cent-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
footer .foot-main .main-box .box-cent .cent-nav a {
  font-size: var(--fs18);
  color: #333;
}
footer .foot-main .main-box .box-cent .cent-nav a:hover {
  color: #0079d4;
}
footer .foot-main .main-box .box-cent .cent-nav span {
  width: 3px;
  height: 0.18rem;
  margin: 0 0.8rem;
  background: linear-gradient(180deg, #0d83ff, #30dbf2);
}
footer .foot-main .main-box .box-cent .cent-link {
  margin-top: 1rem;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-main .main-box .box-cent .cent-link a:hover {
  color: #0079d4;
}
footer .foot-main .main-box .box-cent .cent-link span {
  margin: 0 0.26rem;
}
footer .foot-main .main-box .box-cent .cent-zhizi {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-main .main-box .box-cent .cent-zhizi a:hover {
  color: #0079d4;
}
.indexCont {
  position: relative;
  width: 100%;
  height: auto;
}
.indexCont .cont-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.7rem 0 1.4rem;
  background: #f4f7fa;
  overflow: hidden;
}
.indexCont .cont-plate1 .page-title {
  font-size: var(--fs46);
  text-align: center;
}
.indexCont .cont-plate1 .page-heng {
  margin: 0.15rem auto 0;
}
.indexCont .cont-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0.3rem 0.1rem 0;
  overflow: hidden;
  z-index: 9;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide {
  width: calc(100% / 5 - 0.16rem);
  height: auto;
  margin-right: 0.2rem;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide:last-of-type {
  margin-right: 0;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.63rem;
  background: linear-gradient(180deg, #e3eaee, #eef3f6);
  overflow: hidden;
}
.indexCont .cont-plate1 .plate1-main .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;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.75rem 0.45rem;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-title {
  height: 0.76rem;
  font-size: var(--fs22);
  font-weight: bold;
  text-align: center;
  line-height: 0.38rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box .box-cent .cent-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
  border-radius: 50%;
  background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 0.15rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box:hover {
  background: #0079d4;
  transform: translatey(-0.3rem);
  -o-transform: translatey(-0.3rem);
  -moz-transform: translatey(-0.3rem);
  -webkit-transform: translatey(-0.3rem);
}
.indexCont .cont-plate1 .plate1-main .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));
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #fff;
}
.indexCont .cont-plate1 .plate1-main .swiper-slide .slide-box:hover .box-cent .cent-link {
  bottom: -0.3rem;
  opacity: 1;
  transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -moz-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s 0.3s;
}
.indexCont .cont-plate1 .plate1-3D {
  position: absolute;
  bottom: -70%;
  left: 0;
  opacity: 0.3;
}
.indexCont .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.indexCont .cont-plate2 .plate2-web-top {
  display: none;
}
.indexCont .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.indexCont .cont-plate2 .plate2-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.indexCont .cont-plate2 .plate2-main .main-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.indexCont .cont-plate2 .plate2-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate2 .plate2-main .main-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.68rem;
  height: 100%;
  padding: 0.9rem 4.05rem 0 1.92rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent);
}
.indexCont .cont-plate2 .plate2-main .main-box .box-cent .page-title {
  font-size: var(--fs46);
  color: #fff;
}
.indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-title {
  margin-top: 1.45rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.indexCont .cont-plate2 .plate2-main .main-box .box-cent .cent-bottom .page-button2 {
  margin-right: 0.4rem;
}
.indexCont .cont-plate2 .plate2-main .main-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.indexCont .cont-plate2 .plate2-swiper {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  overflow: hidden;
  z-index: 9;
  transform: translateX(-49%);
  -o-transform: translateX(-49%);
  -moz-transform: translateX(-49%);
  -webkit-transform: translateX(-49%);
}
.indexCont .cont-plate2 .plate2-swiper .swiper-slide {
  width: calc(100% / 5 - 0.8px);
  height: auto;
  margin-right: 1px;
}
.indexCont .cont-plate2 .plate2-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 1.75rem;
  padding: 0.35rem 0.25rem 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon {
  width: 0.35rem;
  height: 0.38rem;
  margin: 0 auto;
}
.indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.indexCont .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.indexCont .cont-plate2 .plate2-swiper .swiper-slide-on .slide-box {
  background: #0079d4;
}
.indexCont .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.6rem;
  background: #f4f7fa;
}
.indexCont .cont-plate3 .page-title {
  font-size: var(--fs46);
  text-align: center;
}
.indexCont .cont-plate3 .page-heng {
  margin: 0.15rem auto 0;
}
.indexCont .cont-plate3 .plate3-top {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
  overflow: hidden;
}
.indexCont .cont-plate3 .plate3-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.25rem;
  padding-bottom: 0.15rem;
  font-size: var(--fs18);
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate3 .plate3-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0079d4;
  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;
}
.indexCont .cont-plate3 .plate3-top .top-item-on {
  font-weight: bold;
  color: #0079d4;
}
.indexCont .cont-plate3 .plate3-top .top-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));
}
.indexCont .cont-plate3 .plate3-main {
  position: relative;
  margin-top: 0.6rem;
}
.indexCont .cont-plate3 .plate3-main .main-swiper {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide {
  width: 4.78rem;
  height: 4.5rem;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.56rem 0.54rem 0;
  background: #fff;
  border-right: solid 1px #e5e7ea;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0079d4;
  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;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
  position: relative;
  width: 100%;
  height: 2.42rem;
  overflow: hidden;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .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;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-filter: brightness(1.2) blur(5px);
  filter: brightness(1.2) blur(5px);
  z-index: 3;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.5rem;
  font-size: var(--fs22);
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-arrow {
  width: 0.38rem;
  height: 0.13rem;
  margin: 0.3rem auto 0;
  background: url(../images/icon/icon-arrow3.png) no-repeat top left;
  background-size: 0.38rem;
  opacity: 0;
  transform: translateX(-0.3rem);
  -o-transform: translateX(-0.3rem);
  -moz-transform: translateX(-0.3rem);
  -webkit-transform: translateX(-0.3rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover {
  box-shadow: 0px 10px 30px 0px rgba(34, 24, 21, 0.15);
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box: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));
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-pic img:last-of-type {
  animation: instaImage3 0.3s linear 0s 1 both, instaImage4 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  color: #0079d4;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-arrow {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev,
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
  position: absolute;
  top: 40%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev img,
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev .img2,
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover,
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover {
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover .img1,
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover .img2,
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev {
  left: -0.25rem;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
  right: 0.7rem;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-button {
  display: block;
  width: 1.46rem;
  height: 0.48rem;
  margin: 0.6rem auto 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.46rem;
  text-transform: uppercase;
  color: #0079d4;
  border-radius: 0.45rem;
  border: solid 1px #dcdcdc;
}
.indexCont .cont-plate3 .plate3-main .main-swiper .swiper-button:hover {
  border: solid 1px #0079d4;
  color: #fff;
  background: #0079d4;
}
.indexCont .cont-plate3 .plate3-main .main-swiper-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.indexCont .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.3rem;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.indexCont .cont-plate4 .plate4-main .page-title {
  font-size: var(--fs46);
  text-align: center;
}
.indexCont .cont-plate4 .plate4-main .page-heng {
  margin: 0.15rem auto 0;
}
.indexCont .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.52rem;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-cent {
  width: 9.6rem;
  height: auto;
  padding: 0.5rem 1.1rem 0.7rem 1rem;
  background: #fff;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-logo {
  width: 3.33rem;
  height: auto;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-logo img {
  width: 100%;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs28);
  line-height: 0.46rem;
  color: #333;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-button {
  display: block;
  width: 1.46rem;
  height: 0.48rem;
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.46rem;
  text-transform: uppercase;
  color: #0079d4;
  border-radius: 0.45rem;
  border: solid 1px #dcdcdc;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-cent .cent-button:hover {
  border: solid 1px #0079d4;
  color: #fff;
  background: #0079d4;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-pic {
  width: 5.74rem;
  height: auto;
  overflow: hidden;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate4 .plate4-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.indexCont .cont-plate4 .plate4-main .main-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 1.8rem;
  padding-top: 0.4rem;
  background: rgba(255, 255, 255, 0.5);
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item {
  width: 25%;
  height: auto;
  padding-left: 0.98rem;
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num {
  font-size: var(--fs14);
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  color: #0079d4;
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num em {
  position: relative;
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num em::after {
  content: '';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-size: var(--fs18);
  color: #666;
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num i {
  position: relative;
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item .item-num i::after {
  content: '+';
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs36);
  color: #0079d4;
}
.indexCont .cont-plate4 .plate4-main .main-data .data-item .item-text {
  font-size: var(--fs16);
  color: #666;
}
.indexCont .cont-plate5 {
  padding: 1.15rem 0 1.26rem;
}
.indexCont .cont-plate5 .plate5-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.indexCont .cont-plate5 .plate5-top .top-cent {
  width: auto;
  height: auto;
}
.indexCont .cont-plate5 .plate5-top .top-cent .page-title {
  font-size: var(--fs46);
}
.indexCont .cont-plate5 .plate5-top .top-button {
  display: block;
  width: 1.46rem;
  height: 0.48rem;
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.46rem;
  text-transform: uppercase;
  color: #0079d4;
  border-radius: 0.45rem;
  border: solid 1px #dcdcdc;
}
.indexCont .cont-plate5 .plate5-top .top-button:hover {
  border: solid 1px #0079d4;
  color: #fff;
  background: #0079d4;
}
.indexCont .cont-plate5 .plate5-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.indexCont .cont-plate5 .plate5-main .main-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  background: #f4f7fa;
}
.indexCont .cont-plate5 .plate5-main .main-item:last-of-type {
  margin-right: 0;
}
.indexCont .cont-plate5 .plate5-main .main-item .item-pic {
  position: relative;
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.indexCont .cont-plate5 .plate5-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;
}
.indexCont .cont-plate5 .plate5-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.35rem 0.35rem;
}
.indexCont .cont-plate5 .plate5-main .main-item .item-cent .cent-title {
  font-size: var(--fs24);
  line-height: 0.4rem;
  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;
}
.indexCont .cont-plate5 .plate5-main .main-item .item-cent .cent-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #d6d6d6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.indexCont .cont-plate5 .plate5-main .main-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 0.15rem;
}
.indexCont .cont-plate5 .plate5-main .main-item:hover {
  background: #0079d4;
}
.indexCont .cont-plate5 .plate5-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));
}
.indexCont .cont-plate5 .plate5-main .main-item:hover .item-cent .cent-title {
  color: #fff;
}
.indexCont .cont-plate5 .plate5-main .main-item:hover .item-cent .cent-time {
  color: rgba(255, 255, 255, 0.2);
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.contact .contact-plate1 {
  padding: 0.85rem 0 0.5rem;
}
.contact .contact-plate1 .contact-title {
  margin-top: 0.1rem;
}
.contact .contact-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-plate1 .plate1-main .main-item {
  width: 3.5rem;
  height: auto;
}
.contact .contact-plate1 .plate1-main .main-item .item-icon {
  width: 1.05rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-plate1 .plate1-main .main-item .item-icon img {
  width: 100%;
}
.contact .contact-plate1 .plate1-main .main-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #666;
}
.contact .contact-plate1 .plate1-main .main-item .item-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs22);
  text-align: center;
  color: #0079d4;
}
.contact .contact-plate1 .plate1-main .main-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  color: #808080;
}
.contact .contact-plate2 {
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  background: #f6f6f6;
}
.contact .contact-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact .contact-plate2 .plate2-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.12rem);
  height: auto;
  margin-right: 0.18rem;
  margin-top: 0.4rem;
  padding: 0.4rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate2 .plate2-main .main-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  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;
}
.contact .contact-plate2 .plate2-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-plate2 .plate2-main .main-item .item-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #0079d4;
}
.contact .contact-plate2 .plate2-main .main-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
}
.contact .contact-plate2 .plate2-main .main-item:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.contact .contact-plate2 .plate2-main .main-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));
}
.contact .contact-plate3 {
  padding: 0.85rem 0 0.95rem;
}
.contact .contact-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-plate3 .plate3-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.12rem);
  height: auto;
  margin-right: 0.18rem;
  margin-bottom: 0.4rem;
  padding: 0.4rem 0.4rem 0.8rem;
  background: #f6f6f6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate3 .plate3-main .main-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  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;
}
.contact .contact-plate3 .plate3-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-plate3 .plate3-main .main-item .item-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #0079d4;
}
.contact .contact-plate3 .plate3-main .main-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999;
}
.contact .contact-plate3 .plate3-main .main-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));
}
.contact .contact-plate4 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.9rem;
  background: url(../images/contact-bg.jpg) no-repeat top left;
  background-size: 100%;
}
.contact .contact-plate4 .plate4-main {
  display: flex;
  justify-content: space-between;
}
.contact .contact-plate4 .plate4-main .main-pic {
  width: 5.6rem;
  height: auto;
}
.contact .contact-plate4 .plate4-main .main-pic img {
  width: 100%;
}
.contact .contact-plate4 .plate4-main .main-cont {
  width: 8.76rem;
  height: auto;
}
.contact .contact-plate4 .plate4-main .main-cont .page-English {
  color: #0079d4;
  opacity: 0.5;
}
.contact .contact-plate4 .plate4-main .main-cont .cont-text {
  margin-top: 0.7rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #36393b;
}
.contact .contact-plate4 .plate4-main .main-cont .cont-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.65rem;
}
.contact .contact-plate4 .plate4-main .main-cont .cont-form input {
  width: calc(100% / 2 - 0.1rem);
  height: 0.55rem;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
  font-size: var(--fs16);
  color: #666;
  border: solid 1px #ededed;
  border-radius: 0.05rem;
}
.contact .contact-plate4 .plate4-main .main-cont .cont-form input::placeholder {
  color: #999;
}
.contact .contact-plate4 .plate4-main .main-cont .cont-form textarea {
  width: 100%;
  height: 1.2rem;
  padding: 0.15rem 0.3rem;
  font-family: '';
  font-size: var(--fs16);
  color: #666;
  border-radius: 0.05rem;
  border: solid 1px #ededed;
}
.contact .contact-plate4 .plate4-main .main-cont .cont-form textarea::placeholder {
  color: #999;
}
.contact .contact-plate4 .plate4-main .main-cont .cont-form .form-button {
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.48rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.contact .contact-plate4 .plate4-main .main-cont .cont-form .form-button:hover {
  background: linear-gradient(-90deg, #0d83ff, #31def2);
}
.recruit {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.5rem;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.18rem;
}
.recruit .recruit-main .main-top .top-cent {
  width: 50%;
  height: auto;
  padding: 0.4rem 0.6rem 0 0;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.recruit .recruit-main .main-top .top-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.recruit .recruit-main .main-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit .recruit-main .main-list {
  width: 100%;
  height: auto;
  margin-top: 0.96rem;
  margin-bottom: 1.35rem;
}
.recruit .recruit-main .main-list .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.recruit .recruit-main .main-list .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 1.45rem;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #0d83ff, #31def2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-mail {
  width: 10rem;
  padding: 0.3rem 0 0 0.4rem;
  font-size: 20px;
  color: #252525;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--fs22);
  color: #17171d;
  white-space: nowrap;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-title .title1 {
  display: inline-block;
  width: auto;
  margin-right: 0.6rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-title .title-text {
  font-size: var(--fs16);
  color: #a5a5a5;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-text {
  margin-top: 0.12rem;
  font-size: var(--fs16);
  color: #969696;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-text span {
  margin-right: 0.8rem;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-mail .mail-text span:last-of-type {
  margin-right: 0;
}
.recruit .recruit-main .main-list .list-dd .dd-top .dd-show {
  width: 1.42rem;
  height: 100%;
  background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
  background-size: 0.59rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .top-active::before {
  width: 100%;
}
.recruit .recruit-main .main-list .list-dd .top-active::after {
  height: 0;
}
.recruit .recruit-main .main-list .list-dd .top-active .dd-mail {
  width: 100%;
  padding: 0.3rem 0.4rem 0;
}
.recruit .recruit-main .main-list .list-dd .top-active .dd-mail .mail-title .title1 {
  color: #0079d4;
}
.recruit .recruit-main .main-list .list-dd .top-active .dd-mail .mail-title .title-text {
  display: inline-block;
}
.recruit .recruit-main .main-list .list-dd .top-active .dd-show {
  width: 0;
  opacity: 0;
}
.recruit .recruit-main .main-list .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.2rem 0.4rem 0.5rem;
  background: #fafafa;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-size: var(--fs16);
  line-height: 0.3rem;
  font-weight: bold;
  color: #252525;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text,
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  padding-bottom: 0.24rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 3.26rem;
  height: auto;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #0079d4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.recruit .recruit-main .main-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
  width: 0.59rem;
  height: 0.59rem;
  background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
  background-size: 0.59rem;
  cursor: pointer;
}
.service {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 2.05rem;
}
.service .service-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.18rem;
}
.service .service-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding-top: 0.45rem;
  padding-right: 0.6rem;
}
.service .service-main .main-box .box-cent .cent-text {
  width: 100%;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.service .service-main .main-box .box-cent .cent-title {
  margin-top: 0.45rem;
  font-size: var(--fs24);
  color: #0079d4;
}
.service .service-main .main-box .box-cent .cent-download {
  width: 3.8rem;
  height: auto;
  margin-top: 0.4rem;
}
.service .service-main .main-box .box-cent .cent-download .download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.62rem;
  padding: 0 0.2rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  background: #eef7ff;
}
.service .service-main .main-box .box-cent .cent-download .download-item:last-of-type {
  margin-bottom: 0;
}
.service .service-main .main-box .box-cent .cent-download .download-item p {
  width: calc(100% - 0.3rem);
  height: auto;
  font-size: var(--fs16);
  color: #0079d4;
  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;
}
.service .service-main .main-box .box-cent .cent-download .download-item span {
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-download.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;
}
.service .service-main .main-box .box-cent .cent-download .download-item:hover {
  background: #0079d4;
}
.service .service-main .main-box .box-cent .cent-download .download-item:hover p {
  color: #fff;
}
.service .service-main .main-box .box-cent .cent-download .download-item:hover span {
  background: url(../images/icon/icon-download2.png) no-repeat center center;
  background-size: 100%;
}
.service .service-main .main-box .box-pic {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.service .service-main .main-box .box-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;
}
.service .service-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1rem 0.88rem;
  background: url(../images/about-bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  background: #fff;
}
.about .about-plate1 .plate1-main .main-cent {
  width: 10.65rem;
  height: auto;
  padding: 0 1.15rem 1rem 1rem;
  background: #fff;
}
.about .about-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.8rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate1 .plate1-main .main-pic {
  width: 7.68rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-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;
}
.about .about-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate1 .plate1-data {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.7rem;
}
.about .about-plate1 .plate1-data .data-item {
  width: 25%;
  height: auto;
}
.about .about-plate1 .plate1-data .data-item .item-num {
  font-size: var(--fs14);
}
.about .about-plate1 .plate1-data .data-item .item-num span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  color: #0079d4;
}
.about .about-plate1 .plate1-data .data-item .item-num em {
  position: relative;
}
.about .about-plate1 .plate1-data .data-item .item-num em::after {
  content: '';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-size: var(--fs18);
  color: #666;
}
.about .about-plate1 .plate1-data .data-item .item-num i {
  position: relative;
}
.about .about-plate1 .plate1-data .data-item .item-num i::after {
  content: '+';
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs36);
  color: #0079d4;
}
.about .about-plate1 .plate1-data .data-item .item-text {
  font-size: var(--fs16);
  color: #666;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding-top: 0.7rem;
}
.about .about-plate2 .plate2-top .page-title,
.about .about-plate2 .plate2-top .page-English {
  text-align: center;
}
.about .about-plate2 .plate2-top .page-heng {
  margin: 0.15rem auto 0;
}
.about .about-plate2 .plate2-top .top-text {
  width: 12.22rem;
  margin: 0.4rem auto 0;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: 6rem;
  margin-top: 1rem;
  background: url(../images/about-bg2.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate2 .plate2-main .main-cont {
  position: absolute;
  top: -0.38rem;
  left: 0;
  right: 0;
  width: 16.3rem;
  padding: 0 0.48rem;
  z-index: 9;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 4);
  height: auto;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  text-align: center;
  color: #666666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0.1rem auto 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  position: relative;
  width: 3.6rem;
  height: 4.2rem;
  margin: 0.4rem auto 0;
  padding: 0.45rem 0.3rem 0.4rem;
  background: #fff;
  overflow: auto;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-year {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs44);
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-year span {
  background: linear-gradient(90deg, #0d83ff, #31def2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-heng {
  width: 30px;
  height: 3px;
  margin-top: 0.15rem;
  background: #cbcbcb;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  color: #0079d4;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
  background: rgba(0, 121, 212, 0.2);
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon:after {
  background: #0079d4;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent::after {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next {
  position: absolute;
  top: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev img,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev .img2,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover {
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover .img1,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover .img2,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev {
  left: 0;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next {
  right: 0;
}
.about .about-plate2 .plate2-main .main-box {
  position: relative;
  padding: 1.4rem 0.96rem 0;
}
.about .about-plate2 .plate2-main .main-box .box-lump {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 1.4rem;
  left: 0.96rem;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.about .about-plate2 .plate2-main .main-box .box-lump .lump-pic {
  width: 6rem;
  height: 4rem;
  background-color: #fff;
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-box .box-lump .lump-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;
}
.about .about-plate2 .plate2-main .main-box .box-lump .lump-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 .plate2-main .main-box .box-lump .lump-cent {
  width: calc(100% - 6rem);
  height: auto;
  padding: 0.7rem 0 0 0.72rem;
}
.about .about-plate2 .plate2-main .main-box .box-lump .lump-cent .cent-year {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #0079d4;
}
.about .about-plate2 .plate2-main .main-box .box-lump .lump-cent .cent-title {
  font-size: var(--fs36);
  color: #333;
}
.about .about-plate2 .plate2-main .main-box .box-lump .lump-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate2 .plate2-main .main-box .box-lump-on {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.45rem;
}
.about .about-plate3 .plate3-top .page-title,
.about .about-plate3 .plate3-top .page-English {
  text-align: center;
}
.about .about-plate3 .plate3-top .page-heng {
  margin: 0.15rem auto 0;
}
.about .about-plate3 .plate3-top .top-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about .about-plate3 .plate3-top .top-box .box-item {
  width: calc(100% / 4);
  height: auto;
  border-right: solid 1px #e5e5e5;
  cursor: pointer;
}
.about .about-plate3 .plate3-top .top-box .box-item:last-of-type {
  border-right: none;
}
.about .about-plate3 .plate3-top .top-box .box-item .item-icon {
  position: relative;
  width: 0.6rem;
  height: 0.5rem;
  margin: 0 auto 0.2rem;
}
.about .about-plate3 .plate3-top .top-box .box-item .item-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;
}
.about .about-plate3 .plate3-top .top-box .box-item .item-icon .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-top .top-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-top .top-box .box-item-on .item-icon .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-top .top-box .box-item-on .item-icon .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-top .top-box .box-item-on .item-title {
  color: #0079d4;
}
.about .about-plate3 .plate3-main {
  position: relative;
  margin-top: 0.1rem;
}
.about .about-plate3 .plate3-main .main-box {
  position: absolute;
  top: 0.3rem;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-swiper::after {
  content: '';
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 1.11rem;
  background: url(../images/about-bg3.png) no-repeat bottom left;
  background-size: 100%;
}
.about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 4);
  height: auto;
}
.about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  padding: 0.55rem 0.55rem 0;
}
.about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.7rem;
  box-shadow: 0 0 18px 0 rgba(204, 204, 204, 0.35);
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-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;
}
.about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.85rem;
  font-size: var(--fs18);
  text-align: center;
  color: #444;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-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));
}
.about .about-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-title {
  color: #0079d4;
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev .img2,
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover {
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img1,
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover .img2,
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
  left: -0.5rem;
}
.about .about-plate3 .plate3-main .main-box .plate3-swiper-button-next {
  right: -0.5rem;
}
.about .about-plate3 .plate3-main .main-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.product {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.7rem;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.product .product-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.12rem);
  height: 7rem;
  margin-right: 0.18rem;
  padding: 0.7rem 0.3rem 0;
  margin-bottom: 0.38rem;
  background: linear-gradient(0deg, #e4e5e6, #f8f9fa);
}
.product .product-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #0079d4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item .item-title {
  font-size: var(--fs24);
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-main .main-cont .cont-item .page-button2 {
  margin: 0.45rem auto 0;
}
.product .product-main .main-cont .cont-item .page-button2:hover {
  background: #005ca1;
}
.product .product-main .main-cont .cont-item .item-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.product .product-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;
}
.product .product-main .main-cont .cont-item:hover {
  box-shadow: 11px 13px 30px 0px rgba(0, 0, 0, 0.15);
}
.product .product-main .main-cont .cont-item:hover::after {
  width: 100%;
}
.product .product-main .main-cont .cont-item:hover .item-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));
}
.product .product-main .main-cont .cont-item:hover .page-button2 {
  background: #0079d4;
  border: solid 2px #0079d4;
}
.product .product-main .main-cont .cont-item:hover .page-button2 span {
  color: #fff;
}
.product .product-main .main-cont .cont-item:hover .page-button2 em {
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.productDetail {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.productDetail .productDetail-main {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-box {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-box img {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 0.75rem;
  margin: 0.6rem auto 0.28rem;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  border-radius: 0.45rem;
}
.productDetail .productDetail-main .main-button span {
  margin-right: 0.26rem;
  font-size: var(--fs24);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-button em {
  width: 0.33rem;
  height: 0.2rem;
  background: url(../images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
}
.productDetail .productDetail-main .main-button:hover {
  background: linear-gradient(-90deg, #0d83ff, #31def2);
}
.productDetail .productDetail-main .main-button:hover span {
  margin-right: 0.16rem;
}
.productList {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 1.65rem;
  background: #f6f6f6;
}
.productList .productList-main .page-title {
  font-size: var(--fs36);
  text-align: center;
}
.productList .productList-main .page-heng {
  margin: 0.15rem auto 0;
}
.productList .productList-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}
.productList .productList-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.2025rem);
  height: auto;
  margin-right: 0.27rem;
  margin-bottom: 0.42rem;
}
.productList .productList-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.productList .productList-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.68rem;
  background: #fff;
  overflow: hidden;
}
.productList .productList-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;
}
.productList .productList-main .main-cont .cont-item .item-title {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-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));
}
.productList .productList-main .main-cont .cont-item:hover .item-title {
  color: #0079d4;
}
.productInfo {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.45rem;
}
.productInfo .productInfo-main {
  display: flex;
  justify-content: space-between;
}
.productInfo .productInfo-main .main-pic {
  width: 6rem;
  height: 6rem;
  background: #e5e5e5;
  overflow: hidden;
}
.productInfo .productInfo-main .main-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;
}
.productInfo .productInfo-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productInfo .productInfo-main .main-cont {
  width: 7.55rem;
  height: auto;
}
.productInfo .productInfo-main .main-cont .cont-title {
  margin-bottom: 0.6rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.productInfo .productInfo-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
}
.productInfo .productInfo-main .main-cont .cont-cent .cent-title {
  margin-bottom: 0.35rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
.productInfo .productInfo-main .main-cont .cont-cent .cent-text {
  margin-bottom: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.productInfo .productInfo-main .main-cont .cont-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.7rem;
  margin-top: 0.3rem;
  border-radius: 0.45rem;
  background: #0079d4;
}
.productInfo .productInfo-main .main-cont .cont-button span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productInfo .productInfo-main .main-cont .cont-button em {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.productInfo .productInfo-main .main-cont .cont-button:hover {
  background: #005ca1;
}
.productInfo .productInfo-main .main-cont .cont-button:hover span {
  margin-right: 0.1rem;
}
.solution {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.05rem;
}
.solution .solution-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.solution .solution-main .main-item {
  width: calc(100% / 3 - 0.12rem);
  height: auto;
  margin-right: 0.18rem;
  margin-bottom: 0.65rem;
  background: #f6f6f6;
}
.solution .solution-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.solution .solution-main .main-item .item-pic {
  position: relative;
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.solution .solution-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-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.42rem 0.45rem;
}
.solution .solution-main .main-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #343434;
  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;
}
.solution .solution-main .main-item .item-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.3rem;
  border: solid 2px #0079d4;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-item:hover {
  background: #0079d4;
}
.solution .solution-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));
}
.solution .solution-main .main-item:hover .item-cent .cent-title {
  color: #fff;
}
.solution .solution-main .main-item:hover .item-cent .cent-button {
  border: solid 2px #fff;
  background-color: #fff;
}
.solutionDetail {
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate1 {
  display: flex;
  justify-content: space-between;
  padding-top: 1.2rem;
}
.solutionDetail .solutionDetail-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-right: 0.95rem;
}
.solutionDetail .solutionDetail-plate1 .plate1-cent .cent-text {
  margin-top: 0.7rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.solutionDetail .solutionDetail-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-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));
}
.solutionDetail .solutionDetail-plate2 {
  width: 100%;
  height: auto;
  padding-top: 0.9rem;
}
.solutionDetail .solutionDetail-plate2 .page-title,
.solutionDetail .solutionDetail-plate2 .page-English {
  text-align: center;
}
.solutionDetail .solutionDetail-plate2 .page-heng {
  margin: 0.15rem auto 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-main {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.4rem;
  margin-top: 0.7rem;
  background: url(../images/solutionDetail-plate2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box {
  position: relative;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 4 - 0.195rem);
  height: auto;
  margin-right: 0.26rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.5rem 0.8rem;
  border-radius: 0.1rem;
  background: #fff;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-icon {
  width: 0.54rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #191c22;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.3rem;
  color: #999;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev,
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev img,
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next img {
  width: 9px;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev:hover,
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next:hover {
  border: solid 1px rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-prev {
  left: -1.2rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .plate2-swiper-button-next {
  right: -1.2rem;
}
.solutionDetail .solutionDetail-plate3 {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
}
.solutionDetail .solutionDetail-plate3 .page-title,
.solutionDetail .solutionDetail-plate3 .page-English {
  text-align: center;
}
.solutionDetail .solutionDetail-plate3 .page-heng {
  margin: 0.15rem auto 0;
}
.solutionDetail .solutionDetail-plate3 .plate3-main {
  width: 100%;
  height: auto;
  padding: 1.75rem 1.92rem;
  margin-top: 0.65rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-box {
  width: 7.68rem;
  height: auto;
  padding: 1.15rem 0.95rem 1.4rem 0.7rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
  background: rgba(255, 255, 255, 0.95);
}
.solutionDetail .solutionDetail-plate4 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.4rem;
}
.solutionDetail .solutionDetail-plate4 .page-title,
.solutionDetail .solutionDetail-plate4 .page-English {
  text-align: center;
}
.solutionDetail .solutionDetail-plate4 .page-heng {
  margin: 0.15rem auto 0;
}
.solutionDetail .solutionDetail-plate4 .palte4-main {
  margin-top: 0.65rem;
}
.solutionDetail .solutionDetail-plate4 .palte4-main img {
  width: 100%;
}
.solutionDetail .solutionDetail-plate5 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  background: #f5f5f5;
}
.solutionDetail .solutionDetail-plate5 .page-title,
.solutionDetail .solutionDetail-plate5 .page-English {
  text-align: center;
}
.solutionDetail .solutionDetail-plate5 .page-heng {
  margin: 0.15rem auto 0;
}
.solutionDetail .solutionDetail-plate5 .plate5-main {
  margin-top: 1.05rem;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.65rem;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-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;
}
.solutionDetail .solutionDetail-plate5 .plate5-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));
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 1.25rem 0.8rem 0.8rem;
  background: #fff;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent .cent-num {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 1rem;
  line-height: 0.7rem;
  background: linear-gradient(180deg, #0079d4, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.32rem;
  color: #666;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.solutionDetail .solutionDetail-plate6 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.75rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.solutionDetail .solutionDetail-plate6 .page-title,
.solutionDetail .solutionDetail-plate6 .page-English {
  text-align: center;
}
.solutionDetail .solutionDetail-plate6 .page-heng {
  margin: 0.15rem auto 0.4rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-title {
  font-size: var(--fs36);
  text-align: center;
  color: #333;
}
.solutionDetail .solutionDetail-plate6 .plate6-main {
  position: relative;
  margin-top: 0.45rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide {
  width: calc(100% / 4 - 0.12rem);
  height: auto;
  margin-right: 0.16rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0079d4;
  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;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.48rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .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;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.3rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  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;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover {
  background: #fff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box: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));
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-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));
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #0079d4;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev,
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next {
  position: absolute;
  top: 30%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev img,
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next img {
  width: 9px;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev:hover,
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next:hover {
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-prev {
  left: -1.2rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .plate6-swiper-button-next {
  right: -1.2rem;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.65rem;
}
.news .news-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.news .news-main .main-top .top-pic {
  width: 7.2rem;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-top .top-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent {
  width: 8.15rem;
  height: auto;
  padding: 0.65rem 0.55rem 0 0.65rem;
  background: #f6f6f6;
}
.news .news-main .main-top .top-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-time {
  margin-top: 0.2rem;
  font-size: var(--fs32);
}
.news .news-main .main-top .top-cent .cent-time em {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs18);
  color: #c9c9c9;
}
.news .news-main .main-top .top-cent .cent-time span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
  color: #0079d4;
}
.news .news-main .main-top .top-cent .cent-time i {
  display: inline-block;
  width: 1px;
  height: 0.46rem;
  margin: 0 0.15rem;
  background: #999;
  transform: rotate(30deg) translateY(0.1rem);
}
.news .news-main .main-top .top-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-main .main-top .top-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-button span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-top .top-cent .cent-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.news .news-main .main-top .top-cent .cent-button:hover {
  background: linear-gradient(-90deg, #0d83ff, #31def2);
}
.news .news-main .main-top .top-cent .cent-button:hover span {
  margin-right: 0.1rem;
}
.news .news-main .main-top:hover .top-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-top:hover .top-cent .cent-title {
  color: #0079d4;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.05rem;
  margin-bottom: 0.75rem;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.8rem;
  background: #f5f5f5;
}
.news .news-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-cont .cont-item .item-pic {
  position: relative;
  width: 100%;
  height: 3.2rem;
  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: 0.35rem 0.35rem 0.4rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #d6d6d6;
  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-title {
  height: 0.8rem;
  font-size: var(--fs24);
  line-height: 0.4rem;
  color: #333333;
  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: 0.48rem;
  height: 0.48rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #fff url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 0.15rem;
  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:hover {
  background: #0079d4;
}
.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-time,
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding-top: 1.15rem;
  overflow: visible;
}
.newsDetail .newsDetails-top {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.65rem;
}
.newsDetail .newsDetails-top .top-main .main-title {
  font-size: var(--fs32);
  font-weight: bold;
  line-height: 0.5rem;
  text-align: center;
  color: #333;
}
.newsDetail .newsDetails-top .top-main .main-time {
  margin-top: 0.32rem;
  font-size: var(--fs18);
  text-align: center;
  color: #ccc;
}
.newsDetail .newsDetails-top .top-main .main-time img {
  width: 16px;
  margin: -0.04rem 0.06rem 0 0;
}
.newsDetail .newsDetails-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #f0f0f0;
  padding-left: 1.92rem;
}
.newsDetail .newsDetails-main .main-box .box-share {
  position: sticky;
  top: 1.08rem;
  width: 1.5rem;
  height: 100%;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list {
  width: 1.5rem;
  height: auto;
  background: #fafafa;
}
.newsDetail .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;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
  width: 30px;
  margin-right: 0.15rem;
}
.newsDetail .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: #0079d4;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
  width: 17px;
  margin-left: 0.12rem;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list-active {
  position: fixed;
  top: 100px;
}
.newsDetail .newsDetails-main .main-box .box-cent {
  position: relative;
  width: 10.76rem;
  height: auto;
  padding: 0.65rem 0.6rem 1.5rem;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.34rem;
  color: #000;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.newsDetail .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.46rem;
  color: #333;
  background: #f7f7f7;
  border: solid 1px #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;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
  margin-left: 0.15rem;
  color: #333;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
  background: transparent;
  border: solid 1px #0079d4;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
  color: #0079d4;
}
.newsDetail .newsDetails-main .main-box .box-list {
  position: sticky;
  top: 0.9rem;
  width: 5.02rem;
  height: 100vh;
  padding: 0.5rem 2.25rem 0 0.4rem;
  border-top: solid 4px #0079d4;
  background: #f6f6f6;
}
.newsDetail .newsDetails-main .main-box .box-list .list-title {
  margin-bottom: 0.5rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #0079d4;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .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;
}
.newsDetail .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;
}
.newsDetail .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));
}
.newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-title {
  color: #0079d4;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button em {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.case {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem;
  background: #f4f7fa;
}
.case .case-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
}
.case .case-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.34rem);
  height: auto;
  padding: 0.56rem 0.54rem 0.3rem;
  margin-right: 0.51rem;
  margin-bottom: 0.75rem;
  background: #fff;
}
.case .case-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0079d4;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-item .item-pic {
  position: relative;
  width: 100%;
  height: 2.42rem;
  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-pic img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-filter: brightness(1.2) blur(5px);
  filter: brightness(1.2) blur(5px);
  z-index: 3;
}
.case .case-main .main-cont .cont-item .item-title {
  margin-top: 0.5rem;
  font-size: var(--fs22);
  font-weight: bold;
  text-align: center;
  color: #333;
  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-arrow {
  width: 0.38rem;
  height: 0.13rem;
  margin: 0.3rem auto 0;
  background: url(../images/icon/icon-arrow3.png) no-repeat top left;
  background-size: 0.38rem;
  opacity: 0;
  transform: translateX(-0.3rem);
  -o-transform: translateX(-0.3rem);
  -moz-transform: translateX(-0.3rem);
  -webkit-transform: translateX(-0.3rem);
  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:hover {
  box-shadow: 0px 10px 30px 0px rgba(34, 24, 21, 0.15);
}
.case .case-main .main-cont .cont-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.case .case-main .main-cont .cont-item:hover .item-pic img:last-of-type {
  animation: instaImage3 0.3s linear 0s 1 both, instaImage4 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 1 forwards;
}
.case .case-main .main-cont .cont-item:hover .item-title {
  color: #0079d4;
}
.case .case-main .main-cont .cont-item:hover .item-arrow {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.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;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #0079d4;
  border: solid 2px #0079d4;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #0079d4;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #0079d4;
}
.page-heng {
  width: 25px;
  height: 5px;
  margin-top: 0.15rem;
  background: #0079d4;
  border-radius: 0.45rem;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.page-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #d3d3d3;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.46rem;
  height: 0.48rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #0d83ff, #31def2);
  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(--fs16);
  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: 0.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-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: linear-gradient(-90deg, #0d83ff, #31def2);
}
.page-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.46rem;
  height: 0.48rem;
  border-radius: 0.45rem;
  border: solid 2px #0079d4;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button2 span {
  font-size: var(--fs16);
  color: #0079d4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2 em {
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow2.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-button2:hover {
  background: #fff;
  border: solid 2px #fff;
}
.page-crumb {
  width: 100%;
  height: 0.7rem;
  background-color: #f4f4f4;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: var(--fs14);
  color: #929292;
}
.page-crumb .crumb-box a {
  margin-right: 0.14rem;
  color: #929292;
}
.page-crumb .crumb-box a img {
  width: 10px;
}
.page-crumb .crumb-box a:hover {
  color: #0079d4;
}
.page-crumb .crumb-box span {
  font-size: var(--fs16);
  color: #0079d4;
}
.page-crumb .crumb-box em {
  display: block;
  width: 4px;
  height: 7px;
  margin-right: 0.14rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-load {
  display: block;
  width: 0.7rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic {
  width: 0.4rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load .load-title {
  margin-top: 0.12rem;
  font-size: var(--fs16);
  text-align: center;
  color: #0079d4;
}
.page-load:hover .load-pic img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.page-strip {
  width: 100%;
  height: 0.7rem;
  background: #f9f9f9;
  z-index: 29;
}
.page-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.34rem;
  height: 100%;
  margin: 0 auto;
}
.page-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
}
.page-strip .strip-box .box-left .left-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.46rem;
  height: 100%;
  padding: 0 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.page-strip .strip-box .box-left .left-item:last-of-type {
  margin-right: 0;
}
.page-strip .strip-box .box-left .left-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.page-strip .strip-box .box-left .left-item-on {
  color: #fff;
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.page-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  text-align: right;
}
.page-strip .strip-box .box-right .right-icon {
  width: 10px;
  margin-right: 0.15rem;
}
.page-strip .strip-box .box-right .right-icon img {
  display: block;
  width: 100%;
}
.page-strip .strip-box .box-right .right-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #0079d4;
}
.page-strip .strip-box .box-right .right-text a {
  max-width: 1rem;
  color: #929292;
}
.page-strip .strip-box .box-right .right-text a:hover {
  color: #0079d4;
  text-decoration: underline;
}
.page-strip .strip-box .box-right .right-text em {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-strip .strip-box .box-right .right-text span {
  max-width: 1.82rem;
}
.page-Wnav {
  display: none;
}
.page-subnav {
  width: 100%;
  height: 0.7rem;
  background: #fff;
}
.page-subnav .subnav-box {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.page-subnav .subnav-box .box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.28rem;
  height: 0.7rem;
  padding: 0 0.1rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.page-subnav .subnav-box .box-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.page-subnav .subnav-box .box-item-on {
  color: #fff;
  background: linear-gradient(90deg, #0d83ff, #31def2);
}
.page-float {
  position: fixed;
  bottom: 20%;
  right: 0.2rem;
  width: 0.48rem;
  z-index: 99;
}
.page-float .float-top {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.12rem 0.2rem;
  border-radius: 0.45rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 90, 162, 0.11);
  background: linear-gradient(180deg, #0d83ff, #31def2);
}
.page-float .float-top .top-icon {
  width: 100%;
  height: auto;
}
.page-float .float-top .top-icon img {
  width: 100%;
}
.page-float .float-top p {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.2rem;
  color: #fff;
}
.page-float .float-top .top-ewm {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  width: 1.5rem;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-top .top-ewm p {
  margin-top: 0;
  padding: 0.1rem 0;
  background: #0079d4;
}
.page-float .float-top .top-ewm .ewm-pic {
  width: 100%;
  height: auto;
  padding: 0.1rem;
  background: #fff;
}
.page-float .float-top .top-ewm .ewm-pic img {
  width: 100%;
}
.page-float .float-top:hover .top-ewm {
  top: 0.25rem;
  opacity: 1;
  visibility: visible;
}
.page-float .float-box {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding: 0.15rem 0.1rem;
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(11, 30, 60, 0.14);
}
.page-float .float-box .box-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.page-float .float-box .box-item:last-of-type {
  margin-bottom: 0;
}
.page-float .float-box .box-item .item-icon {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 auto;
  text-align: center;
}
.page-float .float-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-box .box-item .item-icon .img2 {
  opacity: 0;
}
.page-float .float-box .box-item p {
  display: none;
  margin-top: 0.02rem;
  font-size: var(--fs14);
  text-align: center;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-box .box-item .item-ewm {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  width: 1.5rem;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-box .box-item .item-ewm p {
  margin-top: 0;
  padding: 0.1rem 0;
  color: #fff;
  background: #0079d4;
}
.page-float .float-box .box-item .item-ewm .ewm-pic {
  width: 100%;
  height: auto;
  padding: 0.1rem;
  background: #fff;
}
.page-float .float-box .box-item .item-ewm .ewm-pic img {
  width: 100%;
}
.page-float .float-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.page-float .float-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.page-float .float-box .box-item:hover p {
  color: #0079d4;
}
.page-float .float-box .box-item:hover .item-ewm {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.page-float .float-box .box-item:hover .item-ewm p {
  color: #fff;
}
.page-float .float-box .box-up {
  position: relative;
  width: 0.2rem;
  height: 0.13rem;
  margin: 0.18rem auto;
  cursor: pointer;
}
.page-float .float-box .box-up 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;
}
.page-float .float-box .box-up .img2 {
  opacity: 0;
}
.page-float .float-box .box-up:hover .img1 {
  opacity: 0;
}
.page-float .float-box .box-up:hover .img2 {
  opacity: 1;
}
.pageW {
  width: 15.34rem;
  height: auto;
  margin: 0 auto;
}
