.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;
  border-bottom: solid 1px transparent;
  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;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 0.94rem;
  height: 0.6rem;
}
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%;
  margin-left: 1.4rem;
}
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 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.38rem;
}
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: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #323296;
  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;
  color: #323296 !important;
}
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 {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0.89rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
  background: #fff;
  border-top: solid 1px #323296;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
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: 9px;
  background: url(../images/icon/icon-arrow.png) no-repeat top center;
  background-size: 17px;
  opacity: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  height: auto;
  padding: 0.06rem 0;
  margin-right: 0.4rem;
  font-size: var(--fs18);
  text-align: center;
  color: #777;
  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::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #323296;
  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: #323296;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump {
  width: 2.56rem;
  height: auto;
  background: #f7f9fb;
  border-right: solid 1px #e5e5e5;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.62rem;
  padding-left: 0.44rem;
  border-bottom: solid 1px #e5e5e5;
  cursor: pointer;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item .item-pic {
  position: relative;
  width: 0.24rem;
  height: 0.24rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item .item-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item .item-pic .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item p {
  width: calc(100% - 0.24rem);
  height: auto;
  padding-left: 0.2rem;
  font-size: var(--fs20);
  color: #999;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item:hover {
  border-bottom: solid 1px #323296;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item:hover .item-pic .img1 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item:hover .item-pic .img2 {
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item:hover p {
  color: #333333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item-on {
  border-bottom: solid 1px #323296;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item-on .item-pic .img1 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item-on .item-pic .img2 {
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-lump .lump-item-on p {
  color: #333333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main {
  flex: 1;
  position: relative;
  height: auto;
  padding: 0.3rem 0 0.4rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main .main-list {
  display: none;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main .main-list .list-item {
  width: calc(100% / 6);
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main .main-list .list-item .item-pic {
  width: 100%;
  height: 1.48rem;
  overflow: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main .main-list .list-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main .main-list .list-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs20);
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main .main-list .list-item:hover .item-title {
  font-weight: bold;
  color: #323296;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-main .main-list-on {
  position: relative;
  display: flex;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  font-weight: bold;
  color: #323296 !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 {
  opacity: 1;
}
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-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
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-left: 0.4rem;
  border-radius: 50%;
  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.2rem;
  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: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .web-lang {
  display: none;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.75rem;
  height: 0.4rem;
  border-radius: 0.45rem;
}
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.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: 'MONTSERRAT-REGULAR';
  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: #323296;
}
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;
  border-bottom: solid 1px #323296;
}
nav .nav-main:hover .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .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-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 0.2rem;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-flag {
  background: url(../images/icon/icon-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-title {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-bottom: solid 1px #323296;
}
nav .nav-main-on .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-on .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-on .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
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.2rem;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-flag {
  background: url(../images/icon/icon-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-title {
  color: #333;
}
nav .nav-main-on .main-cont .main-right .right-lang .lang-box .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on2 {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-bottom: solid 1px #323296;
}
nav .nav-main-on2 .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-on2 .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-on2 .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-on2 .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 0.2rem;
}
nav .nav-main-on2 .main-cont .main-right .right-lang .lang-box .lang-flag {
  background: url(../images/icon/icon-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-on2 .main-cont .main-right .right-lang .lang-box .lang-title {
  color: #333;
}
nav .nav-main-on2 .main-cont .main-right .right-lang .lang-box .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-top {
  top: -101%;
}
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-search-on.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: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100vh;
  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 .page-pic {
  width: 100%;
  height: 7.8rem;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .page-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 45%;
  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-zi {
  width: 2.81rem;
  height: auto;
  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-zi img {
  width: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
  font-size: 0.72rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: 0.54rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 span {
  font-size: var(--fs36);
  font-weight: 100;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
  margin-top: 0.5rem;
  font-size: 0.36rem;
  font-weight: 100;
  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-subtitle2 span {
  margin-right: 0.5rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: 0.6rem;
  font-style: italic;
  font-weight: bold;
  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-subtitle {
  margin-top: 0.2rem;
  font-size: 0.36rem;
  font-weight: 100;
  line-height: 0.48rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs20);
  line-height: 0.24rem;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.4s;
  -o-transition: all 0.5s 1.4s;
  -moz-transition: all 0.5s 1.4s;
  -webkit-transition: all 0.5s 1.4s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-heng {
  width: 0.45rem;
  height: 3px;
  margin-top: 0.45rem;
  background: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English2 {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs40);
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.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-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 11s;
  -o-transition: all 11s;
  -moz-transition: all 11s;
  -webkit-transition: all 11s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-zi,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-English2 {
  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-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 20px;
  height: 3px;
  margin-top: 0.25rem;
  background: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs20);
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.21rem;
  height: 0.4rem;
  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%;
}
header .head-banner-mask::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 10, 29, 0.4), transparent);
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.7rem !important;
  background: url(../images/foot-bg.jpg) no-repeat bottom left;
  background-size: cover;
  overflow: hidden;
}
footer .foot-main {
  position: relative;
}
footer .foot-main .main-up {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.75rem;
  height: auto;
  cursor: pointer;
}
footer .foot-main .main-up img {
  width: 100%;
}
footer .foot-main .main-top {
  width: 100%;
  height: auto;
}
footer .foot-main .main-top .top-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs40);
  color: #333;
}
footer .foot-main .main-top .top-title {
  margin-top: 0.15rem;
  font-size: var(--fs20);
  color: #333;
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
footer .foot-main .main-cont .cont-left {
  width: 3.35rem;
  height: auto;
}
footer .foot-main .main-cont .cont-left .left-title {
  font-size: var(--fs20);
  font-weight: 100;
  line-height: 0.3rem;
  color: #666;
}
footer .foot-main .main-cont .cont-left .left-tel {
  margin-bottom: 0.45rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs24);
  color: #000;
}
footer .foot-main .main-cont .cont-left .left-text {
  font-size: var(--fs20);
  color: #000;
}
footer .foot-main .main-cont .cont-nav {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
  height: 1.45rem;
}
footer .foot-main .main-cont .cont-nav .nav-item {
  width: 1.6rem;
  height: auto;
  margin-bottom: 0.15rem;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 0.22rem;
  color: #333;
}
footer .foot-main .main-cont .cont-nav .nav-item:hover {
  color: #323296;
}
footer .foot-main .main-cont .cont-ewm {
  width: 1.26rem;
  height: auto;
}
footer .foot-main .main-cont .cont-ewm .ewm-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
footer .foot-main .main-cont .cont-ewm .ewm-pic {
  width: 1.26rem;
  height: auto;
  margin-top: 0.3rem;
  border-radius: 0.05rem;
}
footer .foot-main .main-cont .cont-ewm .ewm-pic img {
  width: 100%;
}
footer .foot-main .main-cont .cont-ewm .ewm-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-main .main-cont .cont-right {
  width: 2.1rem;
}
footer .foot-main .main-cont .cont-right .right-title {
  width: 1.9rem;
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
footer .foot-main .main-cont .cont-right .right-share {
  display: flex;
  justify-content: space-between;
  width: 1.9rem;
  margin-top: 0.3rem;
}
footer .foot-main .main-cont .cont-right .right-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  border: solid 1px #ccc;
  border-radius: 50%;
}
footer .foot-main .main-cont .cont-right .right-share .share-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(-90deg, #323296, #00c0ff);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-right .right-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  z-index: 9;
  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-cont .cont-right .right-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-right .right-share .share-item:hover {
  border: solid 1px transparent;
}
footer .foot-main .main-cont .cont-right .right-share .share-item:hover::after {
  opacity: 1;
}
footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-cont .cont-right .right-link {
  position: relative;
  width: 2.1rem;
  margin-top: 0.75rem;
  z-index: 99;
}
footer .foot-main .main-cont .cont-right .right-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-main .main-cont .cont-right .right-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #999;
  height: 46px;
  font-size: var(--fs14);
  line-height: 44px;
  padding: 0 40px 0 15px;
  background-image: url(../images/icon/icon-arrow6.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-color: #fff;
  border-radius: 0.05rem;
}
footer .foot-main .main-cont .cont-right .right-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  border-bottom: none;
}
footer .foot-main .main-cont .cont-right .right-link .link-box .box-list a {
  display: block;
  color: #666;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-main .main-cont .cont-right .right-link .link-box .box-list a:hover {
  color: #fff;
  background: #323296;
}
footer .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
footer .foot-main .main-bottom .bottom-link {
  font-size: var(--fs20);
  font-weight: bold;
  color: #9a9a9a;
}
footer .foot-main .main-bottom .bottom-link a {
  color: #9a9a9a;
}
footer .foot-main .main-bottom .bottom-link a:hover {
  color: #323296;
}
footer .foot-main .main-bottom .bottom-link span {
  margin: 0 0.24rem;
}
footer .foot-main .main-bottom .bottom-zizhi {
  width: 3.7rem;
  height: auto;
  font-size: var(--fs14);
  font-weight: 100;
  line-height: 0.24rem;
  color: #9a9a9a;
}
footer .foot-main .main-bottom .bottom-zizhi a {
  color: #9a9a9a;
}
footer .foot-main .main-bottom .bottom-zizhi a:hover {
  color: #323296;
}
.index-mask {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: scale(10, 10) translateZ(0);
  -o-transform: scale(10, 10) translateZ(0);
  -moz-transform: scale(10, 10) translateZ(0);
  -webkit-transform: scale(10, 10 translateZ(0));
}
.index-box {
  width: 100%;
  height: 1680px;
}
.index-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.4rem;
  background: url(../images/plate2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.index-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.index-plate1 .plate1-main .main-box .box-cent {
  width: 8.6rem;
  height: auto;
  background: url(../images/plate2-bg2.png) no-repeat center center;
  background-size: 100%;
}
.index-plate1 .plate1-main .main-box .box-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #000;
}
.index-plate1 .plate1-main .main-box .box-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  line-height: 0.38rem;
  color: #333;
}
.index-plate1 .plate1-main .main-box .box-cent .cent-link {
  display: block;
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #323296, #00c0ff);
}
.index-plate1 .plate1-main .main-box .box-cent .cent-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 0.18rem;
}
.index-plate1 .plate1-main .main-box .box-cent .cent-link:hover {
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.index-plate1 .plate1-main .main-box .box-pic {
  position: relative;
  width: 515px;
  height: 515px;
}
.index-plate1 .plate1-main .main-box .box-pic img {
  width: 100%;
}
.index-plate1 .plate1-main .main-box .box-pic iframe {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.index-plate1 .plate1-main .main-box .box-pic::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  margin: -240px 0 0 -240px;
  border: solid 1px #0759a4;
  border-radius: 50%;
  opacity: 0.5;
  box-sizing: border-box;
  animation: mapAddress 5s 2.5s linear infinite;
}
.index-plate1 .plate1-main .main-box .box-pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  margin: -240px 0 0 -240px;
  border: solid 1px #0759a4;
  border-radius: 50%;
  opacity: 0.5;
  box-sizing: border-box;
  animation: mapAddress 5s linear infinite;
}
.index-plate1 .plate1-main .main-box .box-pic .pic-lump {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: auto;
}
.index-plate1 .plate1-main .main-box .box-pic .pic-lump .lump-item {
  position: relative;
  width: auto;
  margin: 0 0.1rem;
  padding-left: 0.1rem;
  font-size: var(--fs14);
  color: #323296;
}
.index-plate1 .plate1-main .main-box .box-pic .pic-lump .lump-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #323296;
}
.index-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.index-plate1 .plate1-main .main-data .data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 4);
  height: auto;
}
.index-plate1 .plate1-main .main-data .data-item:last-of-type {
  width: auto;
}
.index-plate1 .plate1-main .main-data .data-item .item-icon {
  width: 0.53rem;
  height: auto;
}
.index-plate1 .plate1-main .main-data .data-item .item-icon img {
  width: 100%;
}
.index-plate1 .plate1-main .main-data .data-item .item-cent {
  width: auto;
  height: auto;
  padding-left: 0.35rem;
}
.index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title {
  font-size: var(--fs20);
  color: #333;
}
.index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #323296;
}
.index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em {
  position: relative;
}
.index-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #323296;
}
.index-plate1 .plate1-main .main-data .data-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs20);
  color: #333;
}
.index-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.index-plate2 .plate2-top {
  position: absolute;
  top: 1.15rem;
  left: 0;
  right: 0;
  z-index: 9;
}
.index-plate2 .plate2-top .page-title,
.index-plate2 .plate2-top .page-English {
  color: #fff;
}
.index-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
}
.index-plate2 .plate2-main .main-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate2 .plate2-main .main-box .box-pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index-plate2 .plate2-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-plate2 .plate2-main .main-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.6rem;
  height: 100%;
  padding: 3.15rem 0 0 1.92rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent);
}
.index-plate2 .plate2-main .main-box .box-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.index-plate2 .plate2-main .main-box .box-cent .cent-text {
  width: 5rem;
  margin-top: 0.15rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #fff;
}
.index-plate2 .plate2-main .main-box .box-cent .page-button {
  margin-top: 0.45rem;
}
.index-plate2 .plate2-main .main-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.index-plate2 .plate2-cont {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.55rem;
  left: 0;
  right: 0;
  z-index: 9;
}
.index-plate2 .plate2-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.0067rem);
  height: 1.8rem;
  padding-top: 0.45rem;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  overflow: hidden;
}
.index-plate2 .plate2-cont .cont-item .item-icon {
  width: 0.36rem;
  height: auto;
  margin: 0 auto;
}
.index-plate2 .plate2-cont .cont-item .item-icon img {
  width: 100%;
}
.index-plate2 .plate2-cont .cont-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.index-plate2 .plate2-cont .cont-item .item-bg {
  position: absolute;
  bottom: -0.2rem;
  right: 0.22rem;
  width: 1.2rem;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate2 .plate2-cont .cont-item .item-bg img {
  width: 100%;
}
.index-plate2 .plate2-cont .cont-item-on {
  background: linear-gradient(90deg, #323296, #00c0ff);
}
.index-plate2 .plate2-cont .cont-item-on .item-bg {
  bottom: 0.12rem;
  opacity: 0.1;
}
.index-plate3 {
  width: 100%;
  height: auto;
  padding: 1.45rem 0 1.7rem 1.92rem;
  background: url(../images/plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.index-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
}
.index-plate3 .plate3-main .main-top {
  position: absolute;
  top: 0;
  left: 5.45rem;
  width: 6.9rem;
  height: auto;
}
.index-plate3 .plate3-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide {
  display: block;
  position: relative;
  width: 4.33rem;
  height: 5.6rem;
  margin-right: 1.65rem;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  top: 0;
  width: 100%;
  height: 5.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-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;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.35rem 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year em {
  width: 0.19rem;
  height: 0.19rem;
  background: url(../images/icon/icon-plate4-time.png) no-repeat top left;
  background-size: 100%;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-year span {
  padding-left: 0.12rem;
  font-size: var(--fs20);
  color: #fff;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-plate3 .plate3-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));
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  width: 5.8rem;
  height: 3.8rem;
  margin-left: -2.9rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-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;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.35rem 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-year {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-year em {
  width: 0.19rem;
  height: 0.19rem;
  background: url(../images/icon/icon-plate4-time.png) no-repeat top left;
  background-size: 100%;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-year span {
  padding-left: 0.12rem;
  font-size: var(--fs20);
  color: #fff;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump .lump-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide .slide-lump:hover .lump-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));
}
.index-plate3 .plate3-main .main-swiper .swiper-slide-on .slide-box {
  top: 0.3rem;
  opacity: 0;
  visibility: hidden;
}
.index-plate3 .plate3-main .main-swiper .swiper-slide-on .slide-lump {
  bottom: 0.15rem;
  opacity: 1;
  visibility: visible;
}
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev,
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  border-radius: 50%;
  background: #323296;
  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;
}
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev img,
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next img {
  width: 0.21rem;
}
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover,
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover {
  background: #ffb902;
}
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev {
  top: 1.48rem;
  right: 5.3rem;
}
.index-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
  top: 2.5rem;
  right: 5.3rem;
}
.index-plate3 .plate3-main .page-button2 {
  position: absolute;
  bottom: -0.5rem;
  right: 3.5rem;
  z-index: 9;
}
.index-plate4 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.index-plate4 .plate4-item {
  position: relative;
  width: 50%;
  height: auto;
}
.index-plate4 .plate4-item .item-pic {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
.index-plate4 .plate4-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;
}
.index-plate4 .plate4-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 1.92rem;
  padding-top: 0.9rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.index-plate4 .plate4-item .item-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.index-plate4 .plate4-item .item-cent .cent-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs20);
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
}
.index-plate4 .plate4-item .item-cent .cent-text {
  width: 3.8rem;
  height: 0.6rem;
  margin-top: 0.4rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-plate4 .plate4-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow5.png) no-repeat center center;
  border: solid 1px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-item .item-cent .cent-button:hover {
  background-color: #323296;
  border: solid 1px #323296;
}
.index-plate4 .plate4-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));
}
.product {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.7rem;
}
.product .product-main .page-title2 {
  text-align: center;
}
.product .product-main .page-heng {
  margin: 0.25rem auto 0;
}
.product .product-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-box .box-item {
  width: calc(100% / 3 - 0.2667rem);
  height: auto;
  margin-bottom: 0.4rem;
  margin-right: 0.4rem;
}
.product .product-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.15rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.product .product-main .main-box .box-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;
}
.product .product-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0;
}
.product .product-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #666;
}
.product .product-main .main-box .box-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3rem;
}
.product .product-main .main-box .box-item .item-cent .cent-link span {
  margin-right: 0.1rem;
  font-size: var(--fs20);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-cent .cent-link em {
  width: 7px;
  height: 11px;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 100%;
}
.product .product-main .main-box .box-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));
}
.product .product-main .main-box .box-item:hover .item-cent .cent-title {
  color: #323296;
}
.product .product-main .main-box .box-item:hover .item-cent .cent-link span {
  color: #323296;
}
.productList {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.9rem;
}
.productList .productList-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.productList .productList-main .main-box {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 10.8rem;
  height: auto;
}
.productList .productList-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: calc(100% / 2 - 0.15rem);
  height: 2rem;
  margin-bottom: 0.3rem;
  border: solid 1px #e6e6e6;
}
.productList .productList-main .main-box .box-item::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-top: solid 0px #323296;
  border-left: solid 0px #323296;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-box .box-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom: solid 0px #323296;
  border-right: solid 0px #323296;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-box .box-item .item-pic {
  width: 2.28rem;
  height: 100%;
  overflow: hidden;
}
.productList .productList-main .main-box .box-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-box .box-item .item-cent {
  width: calc(100% - 2.28rem);
  height: auto;
  padding: 0.15rem 0.4rem;
}
.productList .productList-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productList .productList-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productList .productList-main .main-box .box-item:hover {
  box-shadow: 0px 3px 13px 0px rgba(50, 51, 151, 0.2);
}
.productList .productList-main .main-box .box-item:hover .item-cent .cent-title {
  color: #323296;
}
.productList .productList-main .main-box .box-item:hover::before,
.productList .productList-main .main-box .box-item:hover::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-width: 1px;
}
.product-top {
  display: flex;
  justify-content: space-between;
}
.product-top .top-cent {
  width: auto;
}
.product-top .top-search {
  display: flex;
  justify-content: flex-end;
  width: 3.5rem;
  height: 0.5rem;
}
.product-top .top-search input {
  width: calc(100% - 0.5rem);
  height: 100%;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  font-weight: 100;
  color: #999;
  border: solid 1px #eeeeee;
  border-right: none;
}
.product-top .top-search .search-button {
  width: 0.5rem;
  height: 0.5rem;
  background: #ffb902 url(../images/icon/icon-search3.png) no-repeat center center;
  background-size: 0.15rem;
}
.product-top .top-search .search-button:hover {
  background-color: #323296;
}
.product-list {
  width: 3.5rem;
  height: auto;
}
.product-list .list-lump {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.product-list .list-lump:last-of-type {
  border-bottom: none;
}
.product-list .list-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  background: #efefef;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-list .list-lump .lump-top::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.3rem;
  width: 17px;
  height: 100%;
  background: url(../images/icon/icon-productList-jia.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;
}
.product-list .list-lump .lump-top span {
  font-size: var(--fs20);
  font-weight: bold;
  color: #222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-list .list-lump .lump-top:hover {
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.product-list .list-lump .lump-top:hover span {
  color: #fff;
}
.product-list .list-lump .lump-top:hover::after {
  background: url(../images/icon/icon-productList-jia-on.png) no-repeat center center;
  background-size: 100%;
}
.product-list .list-lump .lump-top-on {
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.product-list .list-lump .lump-top-on span {
  color: #fff;
}
.product-list .list-lump .lump-top-on::after {
  background: url(../images/icon/icon-productList-jian.png) no-repeat center center !important;
  background-size: 100%;
}
.product-list .list-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
}
.product-list .list-lump .lump-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  padding: 0 0.3rem 0 0.4rem;
  border-bottom: solid 1px #eeeeee;
}
.product-list .list-lump .lump-box .box-item span {
  font-size: var(--fs20);
  color: #444;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-list .list-lump .lump-box .box-item em {
  width: 7px;
  height: 11px;
  background: url(../images/icon/icon-productList-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;
}
.product-list .list-lump .lump-box .box-item:hover span {
  color: #323296;
}
.product-list .list-lump .lump-box .box-item:hover em {
  background: url(../images/icon/icon-productList-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
.product-list .list-lump .lump-box .box-item-on span {
  color: #323296;
}
.product-list .list-lump .lump-box .box-item-on em {
  background: url(../images/icon/icon-productList-arrow-on.png) no-repeat center center;
  background-size: 100%;
}
.productCenter {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.productCenter .productCenter-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.productCenter .productCenter-main .main-box {
  width: 10.8rem;
  height: auto;
}
.productCenter .productCenter-main .main-box .box-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.productCenter .productCenter-main .main-box .box-top .top-cent {
  width: 6.4rem;
  height: auto;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-title {
  padding-bottom: 0.15rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #222;
  border-bottom: solid 1px #e3e3e3;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-text {
  height: 0.96rem;
  margin-top: 0.2rem;
  font-size: var(--fs20);
  line-height: 0.32rem;
  color: #666;
  overflow: hidden;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-text p {
  text-indent: 0.4rem;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-text-on {
  height: auto;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  padding: 0 0.1rem;
  background: #fff;
  cursor: pointer;
  z-index: 9;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .button span {
  margin-right: 0.05rem;
  font-size: var(--fs16);
  color: #666;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .button em {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #666;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 9px;
}
.productCenter .productCenter-main .main-box .box-top .top-cent .cent-button .on em {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.productCenter .productCenter-main .main-box .box-top .top-pic {
  width: 3.84rem;
  height: auto;
  overflow: hidden;
}
.productCenter .productCenter-main .main-box .box-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productCenter .productCenter-main .main-box .box-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));
}
.productCenter .productCenter-main .main-box .box-filter {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.productCenter .productCenter-main .main-box .box-filter .filter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.productCenter .productCenter-main .main-box .box-filter .filter-top .top-text {
  font-size: var(--fs14);
  font-weight: bold;
  color: #333;
}
.productCenter .productCenter-main .main-box .box-filter .filter-top .top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.415rem;
  background: linear-gradient(-90deg, #323296, #00c0ff);
  cursor: pointer;
}
.productCenter .productCenter-main .main-box .box-filter .filter-top .top-button span {
  margin-right: 0.12rem;
  font-size: var(--fs14);
  font-weight: bold;
  color: #fff;
}
.productCenter .productCenter-main .main-box .box-filter .filter-top .top-button em {
  width: 10px;
  height: 6px;
  background: url(../images/icon/icon-arrow8.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;
}
.productCenter .productCenter-main .main-box .box-filter .filter-top .top-button:hover {
  background: linear-gradient(90deg, #323296, #00c0ff);
}
.productCenter .productCenter-main .main-box .box-filter .filter-top .top-button-on em {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  padding: 0.35rem 0.3rem;
  background: #f9f9f9;
  border: solid 1px #e9e9e9;
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 3 - 0.5067rem);
  height: auto;
  margin-right: 0.75rem;
  margin-bottom: 0.1rem;
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item:nth-child(3n) {
  margin-right: 0;
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item span {
  width: 0.9rem;
  font-size: var(--fs14);
  color: #333;
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-form .form-item input {
  flex: 1;
  height: 0.3rem;
  padding: 0 0.1rem;
  border-radius: 0.05rem;
  border: solid 1px #d0d1d2;
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-button {
  position: relative;
  left: calc(100% - 1rem);
  width: 1rem;
  height: 0.3rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.26rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #323296;
  border: solid 2px #323296;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productCenter .productCenter-main .main-box .box-filter .filter-lump .lump-button:hover {
  background: transparent;
  color: #323296;
}
.productCenter .productCenter-main .main-box .box-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table {
  width: 100%;
  height: auto;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0.1rem 0.05rem;
  font-size: var(--fs14);
  line-height: 0.2rem;
  text-align: center;
  color: #666;
  border-right: solid 1px #cacaca;
  background: #e6e6e6;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(1) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(2) {
  width: 10%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(3) {
  width: 14%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(4) {
  width: 6%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(5) {
  width: 10%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(6) {
  width: 16%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(7) {
  width: 8%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(8) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:nth-child(9) {
  width: 6%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-th:last-of-type {
  border-right: none;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  padding: 0.1rem 0.15rem;
  font-size: var(--fs14);
  line-height: 0.2rem;
  text-align: center;
  color: #666;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  word-break: break-all;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:first-of-type {
  border-left: solid 1px #e0e0e0;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-download {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-download img {
  height: 100%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pic {
  width: auto;
  height: 0.21rem;
  margin: 0.02rem 0.05rem;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pic img {
  display: block;
  height: 100%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pdf {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td .td-pdf img {
  height: 100%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(1) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(1):hover {
  color: #323296;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(2) {
  width: 10%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(3) {
  width: 14%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(4) {
  width: 6%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(5) {
  width: 10%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(6) {
  width: 16%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(7) {
  width: 8%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(8) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-td:nth-child(9) {
  width: 6%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-pic {
  position: absolute;
  top: 50%;
  left: -2.1rem;
  width: 2.02rem;
  height: 1.58rem;
  margin-top: -0.79rem;
  border: solid 1px #323296;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr .tr-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr:hover {
  background: #f5f5fa;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table .table-tr:hover .tr-pic {
  opacity: 1;
  visibility: visible;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 {
  width: 100%;
  height: auto;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0.1rem 0.05rem;
  font-size: var(--fs14);
  line-height: 0.2rem;
  text-align: center;
  color: #666;
  border-right: solid 1px #cacaca;
  background: #e6e6e6;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(1) {
  width: 18%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(2) {
  width: 16%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(3) {
  width: 6%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(4) {
  width: 16%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(5) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(6) {
  width: 8%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(7) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:nth-child(8) {
  width: 8%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-th:last-of-type {
  border-right: none;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  padding: 0.1rem 0.05rem;
  font-size: var(--fs14);
  line-height: 0.2rem;
  text-align: center;
  color: #666;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  word-break: break-all;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:first-of-type {
  border-left: solid 1px #e0e0e0;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-download {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-download img {
  height: 100%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pic {
  width: auto;
  height: 0.21rem;
  margin: 0.02rem 0.05rem;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pic img {
  display: block;
  height: 100%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pdf {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td .td-pdf img {
  height: 100%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(1) {
  width: 18%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(1):hover {
  color: #323296;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(2) {
  width: 16%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(3) {
  width: 6%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(4) {
  width: 16%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(5) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(6) {
  width: 8%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(7) {
  width: 15%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-td:nth-child(8) {
  width: 8%;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-pic {
  position: absolute;
  top: 50%;
  left: -2.1rem;
  width: 2.02rem;
  height: 1.58rem;
  margin-top: -0.79rem;
  border: solid 1px #323296;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr .tr-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr:hover {
  background: #f5f5fa;
}
.productCenter .productCenter-main .main-box .box-cont .cont-table2 .table-tr:hover .tr-pic {
  opacity: 1;
  visibility: visible;
}
.productCenter .productCenter-main .main-box .box-cont .cont-web-lump {
  display: none;
}
.productCenter .productCenter-main .main-box .box-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: auto;
  margin: 0.6rem auto 0;
}
.productCenter .productCenter-main .main-box .box-load .load-icon {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.16rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productCenter .productCenter-main .main-box .box-load .load-icon img {
  width: 100%;
}
.productCenter .productCenter-main .main-box .box-load span {
  font-size: var(--fs20);
  color: #323296;
}
.productCenter .productCenter-main .main-box .box-load:hover .load-icon {
  margin-right: 0.26rem;
}
.productDetail {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 1.2rem;
}
.productDetail .productDetail-main {
  display: flex;
  justify-content: space-between;
}
.productDetail .productDetail-main .main-cont {
  width: 50%;
  height: auto;
}
.productDetail .productDetail-main .main-cont .cont-pic {
  width: 70%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.productDetail .productDetail-main .main-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-main .main-cont .cont-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding: 0 0.38rem;
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 4 - 0.15rem);
  height: 1.1rem;
  margin-right: 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover {
  opacity: 1;
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-main .main-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
  opacity: 1;
}
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev,
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  cursor: pointer;
  outline: none;
}
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev img,
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev .img2,
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev:hover .img1,
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev:hover .img2,
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-prev {
  left: 0;
}
.productDetail .productDetail-main .main-cont .cont-bottom .top-swiper-button-next {
  right: 0;
}
.productDetail .productDetail-main .main-cent {
  width: 50%;
  height: auto;
  padding-left: 1rem;
}
.productDetail .productDetail-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-main .main-cent .cent-heng {
  width: 0.36rem;
  height: 2px;
  margin-top: 0.25rem;
  background: #804e9a;
}
.productDetail .productDetail-main .main-cent .cent-text {
  width: 100%;
  margin-top: 0.5rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-main .main-cent .cent-text span {
  display: inline-block;
  width: auto;
  height: 0.21rem;
  margin-right: 0.1rem;
}
.productDetail .productDetail-main .main-cent .cent-text span img {
  width: auto;
  height: 100%;
}
.productDetail .productDetail-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.5rem;
  margin-top: 0.7rem;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.productDetail .productDetail-main .main-cent .cent-button em {
  width: 0.2rem;
  margin-right: 0.12rem;
}
.productDetail .productDetail-main .main-cent .cent-button em img {
  display: block;
  width: 100%;
}
.productDetail .productDetail-main .main-cent .cent-button span {
  font-size: var(--fs20);
  color: #fff;
}
.productDetail .productDetail-main .main-cent .cent-button:hover {
  background: linear-gradient(90deg, #323296, #00c0ff);
}
.about-plate1 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.15rem;
  background: url(../images/about-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about-plate1 .plate1-main .page-title2 {
  text-align: center;
}
.about-plate1 .plate1-main .page-heng {
  margin: 0.25rem auto 0;
}
.about-plate1 .plate1-main .main-text {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.about-plate1 .plate1-main .main-text p {
  text-indent: 0.4rem;
}
.about-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.about-plate1 .plate1-main .main-data .data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 4);
  height: auto;
}
.about-plate1 .plate1-main .main-data .data-item:last-of-type {
  width: auto;
}
.about-plate1 .plate1-main .main-data .data-item .item-icon {
  width: 0.8rem;
  height: auto;
}
.about-plate1 .plate1-main .main-data .data-item .item-icon img {
  width: 100%;
}
.about-plate1 .plate1-main .main-data .data-item .item-cent {
  width: auto;
  height: auto;
  padding-left: 0.35rem;
}
.about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title {
  display: flex;
  align-items: center;
  font-size: var(--fs36);
  font-weight: bold;
  color: #323296;
}
.about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #323296;
}
.about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em {
  position: relative;
}
.about-plate1 .plate1-main .main-data .data-item .item-cent .cent-title em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #323296;
}
.about-plate1 .plate1-main .main-data .data-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs20);
  color: #333;
}
.about-plate2 {
  width: 100%;
  height: auto;
  padding-top: 1.15rem;
}
.about-plate2 .page-title2 {
  text-align: center;
}
.about-plate2 .page-heng {
  margin: 0.25rem auto 0;
}
.about-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-plate2 .plate2-main .main-item {
  position: relative;
  width: 3rem;
  height: 7.5rem;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate2 .plate2-main .main-item .item-lump {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about-plate2 .plate2-main .main-item .item-lump .lump-icon {
  width: 0.52rem;
  height: auto;
  margin: 0 auto;
}
.about-plate2 .plate2-main .main-item .item-lump .lump-icon img {
  width: 100%;
}
.about-plate2 .plate2-main .main-item .item-lump .lump-title {
  margin-top: 0.35rem;
  font-size: var(--fs30);
  text-align: center;
  color: #fff;
}
.about-plate2 .plate2-main .main-item .item-lump .lump-heng {
  width: 0.32rem;
  height: 3px;
  margin: 0.35rem auto 0;
  background: #fff;
}
.about-plate2 .plate2-main .main-item .item-lump .lump-text {
  display: none;
  padding: 0 0.4rem;
  margin-top: 0.45rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
}
.about-plate2 .plate2-main .main-item-on {
  width: 4.2rem;
  background: linear-gradient(90deg, rgba(50, 50, 150, 0.8), rgba(0, 192, 255, 0.8));
}
.about-plate2 .plate2-main .main-item-on .item-lump .lump-text {
  display: block;
}
.about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 1.54rem;
  background: url(../images/about-plate3-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about-plate3 .page-title2 {
  text-align: center;
}
.about-plate3 .page-heng {
  margin: 0.25rem auto 0;
}
.about-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.about-plate3 .plate3-main .main-swiper {
  width: 6.65rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0 !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-year {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 2.2rem;
  text-align: center;
  color: #999;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-year span {
  color: #323296;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide .slide-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.about-plate3 .plate3-main .main-swiper .swiper-slide-active {
  opacity: 1 !important;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev,
.about-plate3 .plate3-main .plate3-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  width: 2.2rem;
  height: auto;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev::before,
.about-plate3 .plate3-main .plate3-swiper-button-next::before,
.about-plate3 .plate3-main .plate3-swiper-button-prev::after,
.about-plate3 .plate3-main .plate3-swiper-button-next::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2.1rem;
  height: 2px;
  margin-top: -1px;
  background: #dee0df;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev span,
.about-plate3 .plate3-main .plate3-swiper-button-next span {
  font-size: var(--fs36);
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev em,
.about-plate3 .plate3-main .plate3-swiper-button-next em {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev em img,
.about-plate3 .plate3-main .plate3-swiper-button-next em 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-plate3 .plate3-main .plate3-swiper-button-prev em .img2,
.about-plate3 .plate3-main .plate3-swiper-button-next em .img2 {
  opacity: 0;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev:hover span,
.about-plate3 .plate3-main .plate3-swiper-button-next:hover span {
  color: #323296;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev:hover em .img1,
.about-plate3 .plate3-main .plate3-swiper-button-next:hover em .img1 {
  opacity: 0;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev:hover em .img2,
.about-plate3 .plate3-main .plate3-swiper-button-next:hover em .img2 {
  opacity: 1;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev {
  left: 2.1rem;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev::before {
  right: 100%;
}
.about-plate3 .plate3-main .plate3-swiper-button-prev::after {
  left: 100%;
}
.about-plate3 .plate3-main .plate3-swiper-button-next {
  right: 2.1rem;
}
.about-plate3 .plate3-main .plate3-swiper-button-next::before {
  right: 100%;
}
.about-plate3 .plate3-main .plate3-swiper-button-next::after {
  left: 100%;
}
.about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.3rem;
}
.about-plate4 .page-title2 {
  text-align: center;
}
.about-plate4 .page-heng {
  margin: 0.25rem auto 0;
}
.about-plate4 .plate4-main {
  margin-top: 0.6rem;
}
.about-plate4 .plate4-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-item .item-swiper {
  position: relative;
  width: 8rem;
  height: auto;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-item .item-swiper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
.about-plate4 .plate4-main .main-item .item-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about-plate4 .plate4-main .main-item .item-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-item .item-swiper .swiper-slide .slide-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;
}
.about-plate4 .plate4-main .main-item .item-swiper .swiper-slide .slide-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-plate4 .plate4-main .main-item .item-swiper .swiper-pagination {
  position: absolute;
  bottom: 0.3rem;
  padding: 0 0.4rem;
  text-align: right;
  z-index: 9;
}
.about-plate4 .plate4-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.08rem;
  background: transparent;
  border: solid 3px #fff;
  opacity: 0.3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-item .item-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.about-plate4 .plate4-main .main-item .item-cent {
  width: 7.37rem;
  height: 5rem;
  padding: 0.65rem 0.68rem 0;
  background: url(../images/about-plate4-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about-plate4 .plate4-main .main-item .item-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.about-plate4 .plate4-main .main-item .item-cent .cent-sunTitle {
  margin-top: 0.2rem;
  padding-bottom: 0.3rem;
  font-size: var(--fs24);
  color: #ffb902;
  border-bottom: solid 1px #e1e1ec;
}
.about-plate4 .plate4-main .main-item .item-cent .cent-lump {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  width: 2.5rem;
  height: auto;
  margin-bottom: 0.15rem;
}
.about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item em {
  width: 0.1rem;
  height: 0.1rem;
  margin-top: 0.1rem;
  border: solid 2px #ffb902;
  border-radius: 50%;
}
.about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item p {
  width: calc(100% - 0.1rem);
  padding-left: 0.15rem;
  font-size: var(--fs20);
  color: #666;
}
.about-plate4 .plate4-main .main-item .item-cent .cent-lump .lump-item:nth-child(even) {
  width: 3.3rem;
}
.about-plate4 .plate4-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-plate5 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.2rem;
  background: url(../images/about-plate5-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about-plate5 .page-title2 {
  text-align: center;
}
.about-plate5 .page-heng {
  margin: 0.25rem auto 0;
}
.about-plate5 .plate5-main {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.about-plate5 .plate5-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
}
.about-plate5 .plate5-main .main-item .item-lump {
  height: auto;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #1c1d25;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-text {
  margin-top: 0.4rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button {
  display: flex;
  justify-content: space-between;
  width: 1.25rem;
  margin: 0.3rem auto 0;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next {
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: solid 1px #cdcdcd;
  cursor: pointer;
  outline: none;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev::after,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #323296, #00c0ff);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev img,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  z-index: 9;
  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;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev .img2,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover {
  border: solid 1px transparent;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover::after,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover::after {
  opacity: 1;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover .img1,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-prev:hover .img2,
.about-plate5 .plate5-main .main-item .item-lump .lump-button .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate5 .plate5-main .main-item .item-swiper {
  position: relative;
  height: auto;
  padding-bottom: 0.75rem;
  overflow: hidden;
}
.about-plate5 .plate5-main .main-item .item-swiper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14.91rem;
  height: 0.75rem;
  background: url(../images/about-plate5-bg2.png) no-repeat left bottom;
  background-size: 100%;
}
.about-plate5 .plate5-main .main-item .item-swiper .swiper-slide {
  position: relative;
}
.about-plate5 .plate5-main .main-item .item-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-about-plate5-bg.png) no-repeat bottom right;
  background-size: 100%;
}
.about-plate5 .plate5-main .main-item .item-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.about-plate5 .plate5-main .main-item .item-swiper .swiper-slide .slide-box 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-plate5 .plate5-main .main-item .item-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about-plate5 .plate5-main .main-item:nth-child(1) .item-lump {
  width: 4.8rem;
}
.about-plate5 .plate5-main .main-item:nth-child(1) .item-swiper {
  width: 14.4rem;
}
.about-plate5 .plate5-main .main-item:nth-child(1) .item-swiper .swiper-slide {
  width: 2.8rem;
  height: 4.04rem;
  margin-right: 0.6rem;
}
.about-plate5 .plate5-main .main-item:nth-child(2) .item-lump {
  width: 4.3rem;
}
.about-plate5 .plate5-main .main-item:nth-child(2) .item-swiper {
  width: 14.2rem;
}
.about-plate5 .plate5-main .main-item:nth-child(2) .item-swiper .swiper-slide {
  width: 3.01rem;
  height: 2.22rem;
  margin-right: 0.6rem;
}
.about-plate5 .plate5-main .main-item:nth-child(3) .item-lump {
  width: 6.75rem;
  padding-left: 1.92rem;
}
.about-plate5 .plate5-main .main-item:nth-child(3) .item-lump .lump-title {
  text-align: left;
}
.about-plate5 .plate5-main .main-item:nth-child(3) .item-lump .lump-button {
  margin: 0.3rem 0 0;
}
.about-plate5 .plate5-main .main-item:nth-child(3) .item-swiper {
  width: 11.25rem;
}
.about-plate5 .plate5-main .main-item:nth-child(3) .item-swiper .swiper-slide {
  width: 2.8rem;
  height: 4.02rem;
  margin-right: 0.64rem;
}
.about-plate5 .plate5-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-plate6 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0.8rem;
  background: url(../images/about-plate5-bg.png) no-repeat center center;
}
.about-plate6 .page-title2 {
  text-align: center;
}
.about-plate6 .page-heng {
  margin: 0.25rem auto 0;
}
.about-plate6 .plate6-main {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about-plate6 .plate6-main .main-lump1,
.about-plate6 .plate6-main .main-lump2,
.about-plate6 .plate6-main .main-lump3 {
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
}
.about-plate6 .plate6-main .main-lump1 a,
.about-plate6 .plate6-main .main-lump2 a,
.about-plate6 .plate6-main .main-lump3 a {
  display: inline-block;
  width: 2.9rem;
  height: 1.5rem;
  padding: 0.1rem;
  margin-right: 0.22rem;
  background: #fff;
  border-radius: 0.15rem;
  border: solid 2px #f5f5f5;
  overflow: hidden;
}
.about-plate6 .plate6-main .main-lump1 a img,
.about-plate6 .plate6-main .main-lump2 a img,
.about-plate6 .plate6-main .main-lump3 a 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-plate6 .plate6-main .main-lump1 a:hover,
.about-plate6 .plate6-main .main-lump2 a:hover,
.about-plate6 .plate6-main .main-lump3 a:hover {
  border: solid 2px #323296;
}
.about-plate6 .plate6-main .main-lump1 a:hover img,
.about-plate6 .plate6-main .main-lump2 a:hover img,
.about-plate6 .plate6-main .main-lump3 a: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-plate6 .plate6-main .str_wrap {
  background: none;
  overflow: visible;
}
.responsibility-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.responsibility-plate1 .plate1-main .page-title2 {
  text-align: center;
}
.responsibility-plate1 .plate1-main .page-heng {
  margin: 0.25rem auto 0;
}
.responsibility-plate1 .plate1-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.responsibility-plate1 .plate1-main .main-cont .cont-pic {
  width: 8.6rem;
  height: 6rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.responsibility-plate1 .plate1-main .main-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.responsibility-plate1 .plate1-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.responsibility-plate1 .plate1-main .main-cont .cont-cent {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8rem;
  height: auto;
  padding: 1.1rem 1.45rem;
  border-radius: 0.2rem;
  background: #f7f7fa;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.responsibility-plate1 .plate1-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs44);
  font-weight: bold;
  color: #333;
}
.responsibility-plate1 .plate1-main .main-cont .cont-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.responsibility-plate2 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
  background: #f7f7fa;
}
.responsibility-plate2 .plate2-main .page-title2 {
  text-align: center;
}
.responsibility-plate2 .plate2-main .page-heng {
  margin: 0.25rem auto 0;
}
.responsibility-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
  width: 100%;
  height: auto;
}
.responsibility-plate2 .plate2-main .main-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 0.35rem 0.2rem;
  margin: 0 0.1rem;
  font-size: var(--fs20);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.responsibility-plate2 .plate2-main .main-top .top-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #323296;
  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;
}
.responsibility-plate2 .plate2-main .main-top .top-item-on {
  font-weight: bold;
  color: #323296;
}
.responsibility-plate2 .plate2-main .main-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));
}
.responsibility-plate2 .plate2-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
}
.responsibility-plate2 .plate2-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent {
  width: 50%;
  height: auto;
  padding: 1.1rem 1.1rem 0;
  background: #fff;
}
.responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-title {
  font-size: var(--fs44);
  font-weight: bold;
  color: #323296;
}
.responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #444;
}
.responsibility-plate2 .plate2-main .main-cont .cont-box .box-cent .page-button2 {
  margin-top: 0.7rem;
}
.responsibility-plate2 .plate2-main .main-cont .cont-box .box-pic {
  width: 50%;
  height: 5rem;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  overflow: hidden;
}
.responsibility-plate2 .plate2-main .main-cont .cont-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;
}
.responsibility-plate2 .plate2-main .main-cont .cont-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));
}
.responsibility-plate2 .plate2-main .main-cont .cont-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.responsibility-plate3 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.responsibility-plate3 .page-title2 {
  text-align: center;
}
.responsibility-plate3 .page-heng {
  margin: 0.25rem auto 0;
}
.responsibility-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.responsibility-plate3 .plate3-main .main-lump {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 4.65rem;
  height: auto;
  margin-right: 0.28rem;
}
.responsibility-plate3 .plate3-main .main-lump:nth-child(3n) {
  margin-right: 0;
}
.responsibility-plate3 .plate3-main .main-lump .lump-item {
  position: relative;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.responsibility-plate3 .plate3-main .main-lump .lump-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsibility-plate3 .plate3-main .main-lump .lump-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;
}
.responsibility-plate3 .plate3-main .main-lump .lump-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.2rem 0.35rem;
  font-size: var(--fs24);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.responsibility-plate3 .plate3-main .main-lump .lump-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));
}
.responsibility-plate3 .plate3-main .main-lump:nth-child(2) {
  width: 5.5rem;
  height: 7.3rem;
}
.responsibility-plate3 .plate3-main .main-lump:nth-child(2) .lump-item {
  height: 100%;
  margin-bottom: 0;
}
.news-top {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: #f6f6f6;
}
.news-top .top-main {
  display: flex;
  justify-content: space-between;
}
.news-top .top-main .main-pic {
  width: 50%;
  height: 4.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-top .top-main .main-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-top .top-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0.55rem 0 0 1.2rem;
}
.news-top .top-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.48rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-top .top-main .main-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-top .top-main .main-cent .cent-time {
  margin-top: 0.5rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs20);
  color: #c9c9c9;
}
.news-top .top-main .main-cent .page-button {
  margin-top: 0.5rem;
  border: solid 2px #323296;
}
.news-top .top-main .main-cent .page-button span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  color: #323296;
}
.news-top .top-main .main-cent .page-button em {
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.news-top .top-main .main-cent .page-button:hover {
  background: #323296;
}
.news-top .top-main .main-cent .page-button:hover span {
  color: #fff;
}
.news-top .top-main .main-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.news-top .top-main:hover .main-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-top .top-main:hover .main-cent .cent-title {
  color: #323296;
}
.news-main {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.15rem;
}
.news-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.68rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f8f8f8;
}
.news-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.news-main .main-box .box-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-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.34rem 0.4rem;
}
.news-main .main-box .box-item .item-cent .cent-title {
  height: 0.8rem;
  font-size: var(--fs26);
  font-weight: bold;
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-main .main-box .box-item .item-cent .cent-time {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #c9c9c9;
}
.news-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
}
.news-main .main-box .box-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-main .main-box .box-item:hover .item-cent .cent-title {
  color: #323296;
}
.productNews {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
}
.productNews .productNews-top .page-title2 {
  text-align: center;
}
.productNews .productNews-top .page-heng {
  margin: 0.25rem auto 0;
}
.productNews .productNews-top .top-text {
  margin-top: 0.5rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.productNews .productNews-top .top-text p {
  text-indent: 0.4rem;
}
.productNews .productNews-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.55rem;
  margin-bottom: 0.15rem;
}
.productNews .productNews-main .main-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.68rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f8f8f8;
}
.productNews .productNews-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.productNews .productNews-main .main-item .item-pic {
  width: 100%;
  height: 2.05rem;
  overflow: hidden;
}
.productNews .productNews-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;
}
.productNews .productNews-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.34rem 0.4rem;
}
.productNews .productNews-main .main-item .item-cent .cent-title {
  height: 0.8rem;
  font-size: var(--fs26);
  font-weight: bold;
  line-height: 0.4rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productNews .productNews-main .main-item .item-cent .cent-time {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: #c9c9c9;
}
.productNews .productNews-main .main-item:hover {
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
}
.productNews .productNews-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));
}
.productNews .productNews-main .main-item:hover .item-cent .cent-title {
  color: #323296;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.35rem;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
}
.newsDetail .newsDetail-main .main-cent {
  width: 64.3%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.48rem;
}
.newsDetail .newsDetail-main .main-cent .cent-title span {
  background: linear-gradient(-90deg, #323296, #00c0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newsDetail .newsDetail-main .main-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.3rem 0 0.5rem;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  color: #ccc;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
  width: auto;
  margin: -0.04rem 0.08rem 0 0;
}
.newsDetail .newsDetail-main .main-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #777;
}
.newsDetail .newsDetail-main .main-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-list {
  position: relative;
  width: 4rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-list .list-box {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
}
.newsDetail .newsDetail-main .main-list .list-box .list-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #393435;
}
.newsDetail .newsDetail-main .main-list .list-box .list-English {
  margin-top: 0.1rem;
  margin-bottom: 0.45rem;
  font-family: Arial;
  font-size: var(--fs14);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
}
.newsDetail .newsDetail-main .main-list .list-box .list-item {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0.45rem;
  margin-bottom: 0.45rem;
  border-bottom: solid 1px #f5f5f5;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
  font-size: var(--fs24);
  color: 333333;
  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 .newsDetail-main .main-list .list-box .list-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  line-height: 0.32rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-time span {
  background: linear-gradient(-90deg, #323296, #00c0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
  color: #323296;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title2 {
  color: #323296;
}
.newsDetail .newsDetail-main .main-list .list-box .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 .newsDetail-main .main-list .list-box .list-link {
  margin-top: 0.25rem;
  font-size: var(--fs20);
  font-weight: 100;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link a {
  font-weight: 500;
  color: #333;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
  color: #323296;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.15rem;
  border-radius: 50%;
  border: solid 1px #ededed;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
  border: solid 1px #323296;
  background: #323296;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.5rem;
  background: linear-gradient(-90deg, #323296, #00c0ff);
  border-radius: 0.45rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-button span {
  margin-right: 0.1rem;
  font-size: var(--fs20);
  color: #fff;
}
.newsDetail .newsDetail-main .main-list .list-box .list-button em {
  position: relative;
  width: 14px;
  height: 12px;
  background: url(../images/icon/icon-news-menu.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
}
.newsDetail .newsDetail-main .main-list .list-box .list-button:hover {
  background: linear-gradient(90deg, #323296, #00c0ff);
}
.newsDetail .newsDetail-main .main-list .list-box-active {
  position: fixed;
  top: 1.2rem;
}
.from {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  background: url(../images/from-bg.jpg) no-repeat bottom left;
  background-size: 100%;
}
.from .from-main .page-title2 {
  text-align: center;
}
.from .from-main .page-heng {
  margin: 0.25rem auto 0;
}
.from .from-main .main-cont {
  width: 100%;
  height: auto;
  padding: 1.04rem;
  margin-top: 0.6rem;
  background: #fff;
  border-top-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.from .from-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.from .from-main .main-cont .cont-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.16rem);
  height: auto;
  padding: 0 0.24rem;
  margin-bottom: 0.32rem;
  background: #f8f8f8;
}
.from .from-main .main-cont .cont-box .box-item p {
  font-size: var(--fs20);
  color: #333;
}
.from .from-main .main-cont .cont-box .box-item p em {
  color: #e01212;
}
.from .from-main .main-cont .cont-box .box-item input {
  flex: 1;
  height: 0.65rem;
  padding: 0 0.15rem;
  font-size: var(--fs20);
  color: #333;
  background: transparent;
}
.from .from-main .main-cont .cont-box .box-item textarea {
  flex: 1;
  height: 1.84rem;
  padding: 0 0.15rem;
  font-size: var(--fs20);
  color: #333;
  background: transparent;
}
.from .from-main .main-cont .cont-box .box-item:last-of-type {
  align-items: flex-start;
  width: 100%;
  padding: 0.22rem 0.24rem;
}
.from .from-main .main-cont .cont-button {
  display: block;
  width: 2rem;
  height: 0.64rem;
  margin: 0.1rem auto 0;
  font-size: var(--fs20);
  text-align: center;
  color: #fff;
  line-height: 0.64rem;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.from .from-main .main-cont .cont-button:hover {
  background: linear-gradient(90deg, #323296, #00c0ff);
}
.FQA {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
}
.FQA .FQA-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  margin-bottom: 0.6rem;
}
.FQA .FQA-main .main-cont .cont-list {
  width: 3.5rem;
  height: auto;
}
.FQA .FQA-main .main-cont .cont-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  margin-bottom: 0.1rem;
  background: #efefef;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FQA .FQA-main .main-cont .cont-list .list-item span {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FQA .FQA-main .main-cont .cont-list .list-item em {
  width: 7px;
  height: 12px;
  background: url(../images/icon/icon-arrow10.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;
}
.FQA .FQA-main .main-cont .cont-list .list-item:hover {
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.FQA .FQA-main .main-cont .cont-list .list-item:hover span {
  color: #fff;
}
.FQA .FQA-main .main-cont .cont-list .list-item:hover em {
  background: url(../images/icon/icon-arrow11.png) no-repeat center center;
  background-size: 100%;
}
.FQA .FQA-main .main-cont .cont-list .list-item-on {
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.FQA .FQA-main .main-cont .cont-list .list-item-on span {
  color: #fff;
}
.FQA .FQA-main .main-cont .cont-list .list-item-on em {
  background: url(../images/icon/icon-arrow11.png) no-repeat center center;
  background-size: 100%;
}
.FQA .FQA-main .main-cont .cont-box {
  width: 10.86rem;
  height: auto;
}
.FQA .FQA-main .main-cont .cont-box .box-text {
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.FQA .FQA-main .main-cont .cont-box .box-title {
  margin-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #e5e5e5;
}
.FQA .FQA-main .main-cont .cont-box .box-lump {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem;
  background: #f7f8fa;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-size: var(--fs20);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-top .dd-title::after {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.26rem;
  height: 0.26rem;
  font-family: "mm";
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.26rem;
  color: #fff;
  background: #323296;
  border-radius: 50%;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-top .dd-show {
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/icon/icon-FAQ-show.png) no-repeat center center;
  background-size: 100%;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .top-active .dd-show {
  background: url(../images/icon/icon-FAQ-hide.png) no-repeat center center;
  background-size: 100%;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0.3rem;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty::after {
  content: 'A';
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.26rem;
  height: 0.26rem;
  font-family: "mm";
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.26rem;
  color: #fff;
  background: #ffb902;
  border-radius: 50%;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #666;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty .duty-text span {
  display: block;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #000;
}
.FQA .FQA-main .main-cont .cont-box .box-lump .lump-dd .dd-cent .cent-duty .duty-text p {
  text-indent: 0.2rem;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.2rem;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-top .top-cent {
  width: 4.8rem;
  height: auto;
}
.recruit .recruit-main .main-top .top-cent .cent-title {
  font-size: var(--fs44);
  font-weight: bold;
  color: #333;
}
.recruit .recruit-main .main-top .top-cent .cent-search {
  display: flex;
  justify-content: flex-start;
  width: 4.15rem;
  height: auto;
  margin-top: 0.5rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.recruit .recruit-main .main-top .top-cent .cent-search .search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 1.5rem);
  height: 0.56rem;
  padding: 0 0.3rem;
  border: solid 1px #eeeeee;
  border-right: none;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.recruit .recruit-main .main-top .top-cent .cent-search .search-box a {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon/icon-search4.png) no-repeat center center;
  background-size: 100%;
}
.recruit .recruit-main .main-top .top-cent .cent-search .search-box input {
  width: calc(100% - 0.18rem);
  height: 100%;
  padding-left: 0.15rem;
  font-size: var(--fs16);
  color: #333;
  background: transparent;
}
.recruit .recruit-main .main-top .top-cent .cent-search .search-box input::placeholder {
  color: #999;
}
.recruit .recruit-main .main-top .top-cent .cent-search .box-button {
  width: 1.5rem;
  height: 0.56rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.recruit .recruit-main .main-top .top-cent .cent-search .box-button:hover {
  background: linear-gradient(90deg, #323296, #00c0ff);
}
.recruit .recruit-main .main-top .top-cont {
  width: 9.5rem;
  height: auto;
}
.recruit .recruit-main .main-top .top-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.recruit .recruit-main .main-top .top-cont .cont-item .item-title {
  width: 1.4rem;
  font-size: var(--fs20);
  color: #333;
}
.recruit .recruit-main .main-top .top-cont .cont-item .item-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 7.55rem;
  height: 0.36rem;
  overflow: hidden;
}
.recruit .recruit-main .main-top .top-cont .cont-item .item-lump .lump-item {
  width: auto;
  height: auto;
  margin-bottom: 0.1rem;
  margin-right: 0.5rem;
  font-size: var(--fs20);
  color: #333;
  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-top .top-cont .cont-item .item-lump .lump-item:hover {
  color: #323296;
}
.recruit .recruit-main .main-top .top-cont .cont-item .item-lump .lump-item-on {
  color: #323296;
}
.recruit .recruit-main .main-top .top-cont .cont-item .item-button {
  width: 0.4rem;
  margin-left: 0.15rem;
  font-size: var(--fs20);
  color: #333;
  opacity: 0.5;
  cursor: pointer;
}
.recruit .recruit-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  margin-bottom: 0.4rem;
}
.recruit .recruit-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.32rem;
  margin-bottom: 0.4rem;
  border-radius: 0.15rem;
  border: solid 1px #ededed;
}
.recruit .recruit-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.recruit .recruit-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.24rem 0.3rem;
  border-bottom: solid 1px #ededed;
}
.recruit .recruit-main .main-box .box-item .item-cent .cent-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-box .box-item .item-cent .cent-top .top-title {
  max-width: calc(100% - 1rem);
  width: auto;
  padding-right: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .box-item .item-cent .cent-top .top-tisp {
  min-width: 1rem;
  width: auto;
  height: 0.3rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.3rem;
  color: #323296;
  background: #f3f3f9;
  border-radius: 0.05rem;
}
.recruit .recruit-main .main-box .box-item .item-cent .top-text {
  margin-top: 0.15rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #999;
}
.recruit .recruit-main .main-box .box-item .item-bottom {
  width: 100%;
  height: 0.62rem;
  padding: 0 0.24rem;
  font-size: var(--fs20);
  line-height: 0.62rem;
  color: #999;
}
.recruit .recruit-main .main-box .box-item .item-bottom span {
  display: inline-block;
}
.recruit .recruit-main .main-box .box-item:hover {
  border: solid 1px #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
}
.recruit .recruit-main .main-box .box-item:hover .item-cent .cent-top .top-title {
  color: #323296;
}
.recruitDetail-top {
  width: 100%;
  height: auto;
  padding: 0.85rem 0;
  margin-top: 0.92rem;
  background: url(../images/recruitDetail-bg.jpg) no-repeat top left;
  background-size: cover;
}
.recruitDetail-top .top-main .main-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.recruitDetail-top .top-main .main-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.recruitDetail-top .top-main .main-button span {
  margin-left: 0.08rem;
  font-size: var(--fs20);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruitDetail-top .top-main .main-button:hover span {
  margin-left: 0.16rem;
  color: #323296;
}
.recruitDetail-top .top-main .main-title {
  margin-top: 0.35rem;
  font-size: var(--fs40);
  font-weight: bold;
  color: #000;
}
.recruitDetail-top .top-main .main-text {
  margin-top: 0.15rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.recruitDetail-main {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.2rem;
}
.recruitDetail-main .main-box .box-title {
  margin-bottom: 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #000;
}
.recruitDetail-main .main-box .box-text {
  margin-bottom: 0.45rem;
  font-size: var(--fs20);
  line-height: 0.38rem;
  color: #666;
}
.recruitDetail-main .main-box .box-button {
  display: inline-block;
  width: auto;
  height: 0.5rem;
  padding: 0 0.32rem;
  font-size: var(--fs18);
  line-height: 0.46rem;
  color: #323296;
  border-radius: 0.45rem;
  border: solid 2px #323296;
}
.recruitDetail-main .main-box .box-button:hover {
  color: #fff;
  background: #323296;
}
.cooperation-plate1 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.cooperation-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.cooperation-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0.7rem 0.88rem 0.8rem;
  background: url(../images/cooperation-bg.jpg) no-repeat top left;
  background-size: cover;
}
.cooperation-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.cooperation-plate1 .plate1-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.cooperation-plate1 .plate1-main .main-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;
}
.cooperation-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));
}
.cooperation-plate1 .plate1-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0.7rem 0.88rem 0.8rem;
  background: url(../images/cooperation-bg.jpg) no-repeat top left;
  background-size: cover;
}
.cooperation-plate1 .plate1-main .main-cont .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #666;
}
.cooperation-plate2 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 0.55rem;
  background: url(../images/cooperation-bg2.jpg) no-repeat top left;
  background-size: cover;
}
.cooperation-plate2 .page-title2 {
  text-align: center;
}
.cooperation-plate2 .page-heng {
  margin: 0.25rem auto 0;
}
.cooperation-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.cooperation-plate2 .plate2-main .main-item {
  width: calc(100% / 4 - 0.3375rem);
  height: auto;
  margin-right: 0.45rem;
  margin-bottom: 0.4rem;
  padding: 0.6rem 0.35rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cooperation-plate2 .plate2-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.cooperation-plate2 .plate2-main .main-item .item-icon {
  width: 1.07rem;
  height: auto;
  margin: 0 auto;
}
.cooperation-plate2 .plate2-main .main-item .item-icon img {
  width: 100%;
}
.cooperation-plate2 .plate2-main .main-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.cooperation-plate2 .plate2-main .main-item .item-text {
  margin-top: 0.35rem;
  font-size: var(--fs20);
  line-height: 0.32rem;
  text-align: center;
  color: #666;
}
.cooperation-plate2 .plate2-main .main-item:hover {
  transform: translatey(-0.2rem);
  -o-transform: translatey(-0.2rem);
  -moz-transform: translatey(-0.2rem);
  -webkit-transform: translatey(-0.2rem);
}
.seen-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.seen-plate1 .plate1-main .page-title2 {
  text-align: center;
}
.seen-plate1 .plate1-main .page-heng {
  margin: 0.25rem auto 0;
}
.seen-plate1 .plate1-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.seen-plate1 .plate1-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
}
.seen-plate1 .plate1-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 3.2rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.seen-plate1 .plate1-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;
}
.seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.3rem;
  font-size: var(--fs22);
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}
.seen-plate1 .plate1-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));
}
.seen-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-title {
  background: linear-gradient(0deg, rgba(50, 50, 150), transparent);
}
.seen-plate1 .plate1-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.seen-plate1 .plate1-main .main-bottom .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 13.44rem;
  height: 1px;
  background: #aaaaaa;
}
.seen-plate1 .plate1-main .main-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #323296;
}
.seen-plate1 .plate1-main .main-bottom .swiper-button {
  display: flex;
  justify-content: space-between;
  width: 1.25rem;
  height: auto;
}
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev,
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next {
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: solid 1px #cccccc;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev img,
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  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;
}
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev .img2,
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev:hover,
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next:hover {
  border: solid 1px #fff;
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev:hover .img1,
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-prev:hover .img2,
.seen-plate1 .plate1-main .main-bottom .swiper-button .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.seen-plate2 {
  width: 100%;
  height: auto;
  padding: 1.65rem 0;
  background: url(../images/seen-bg.jpg) no-repeat top left;
  background-size: cover;
}
.seen-plate2 .page-title2 {
  text-align: center;
}
.seen-plate2 .page-heng {
  margin: 0.25rem auto 0;
}
.seen-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.6rem;
}
.seen-plate2 .plate2-main .main-item {
  width: calc(100% / 7 - 0.76rem);
  height: auto;
  margin-right: 0.9rem;
}
.seen-plate2 .plate2-main .main-item:nth-child(7n) {
  margin-right: 0;
}
.seen-plate2 .plate2-main .main-item .item-icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.seen-plate2 .plate2-main .main-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;
}
.seen-plate2 .plate2-main .main-item .item-icon .img2 {
  opacity: 0;
}
.seen-plate2 .plate2-main .main-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs20);
  text-align: center;
  color: #666;
}
.seen-plate2 .plate2-main .main-item:hover .item-icon {
  transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.seen-plate2 .plate2-main .main-item:hover .item-icon .img1 {
  opacity: 0;
}
.seen-plate2 .plate2-main .main-item:hover .item-icon .img2 {
  opacity: 1;
}
.seen-plate3 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.seen-plate3 .page-title2 {
  text-align: center;
}
.seen-plate3 .page-heng {
  margin: 0.25rem auto 0;
}
.seen-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.seen-plate3 .plate3-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  padding: 0.6rem 0.3rem 0.7rem;
  margin-right: 0.48rem;
  margin-bottom: 0.5rem;
  border-radius: 0.15rem;
  background: #f3f5fb;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.seen-plate3 .plate3-main .main-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #323296;
  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;
}
.seen-plate3 .plate3-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.seen-plate3 .plate3-main .main-item .item-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  text-align: center;
}
.seen-plate3 .plate3-main .main-item .item-num span {
  background: linear-gradient(-90deg, #323296, #00c0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.seen-plate3 .plate3-main .main-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs20);
  text-align: center;
  color: #333;
}
.seen-plate3 .plate3-main .main-item .item-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #999;
}
.seen-plate3 .plate3-main .main-item:hover {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.seen-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));
}
.seen-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.seen-plate4 .page-title2 {
  text-align: center;
}
.seen-plate4 .page-heng {
  margin: 0.25rem auto 0;
}
.seen-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.seen-plate4 .plate4-main .main-lump {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 4.65rem;
  height: auto;
  margin-right: 0.28rem;
}
.seen-plate4 .plate4-main .main-lump:nth-child(3n) {
  margin-right: 0;
}
.seen-plate4 .plate4-main .main-lump .lump-item {
  position: relative;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.seen-plate4 .plate4-main .main-lump .lump-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.seen-plate4 .plate4-main .main-lump .lump-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;
}
.seen-plate4 .plate4-main .main-lump .lump-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.2rem 0.35rem;
  font-size: var(--fs24);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.seen-plate4 .plate4-main .main-lump .lump-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));
}
.seen-plate4 .plate4-main .main-lump:nth-child(2) {
  width: 5.5rem;
  height: 7.3rem;
}
.seen-plate4 .plate4-main .main-lump:nth-child(2) .lump-item {
  height: 100%;
  margin-bottom: 0;
}
.contact {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.contact .contact-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  padding-right: 1.8rem;
}
.contact .contact-main .main-box .box-cent {
  width: 7.1rem;
  height: auto;
}
.contact .contact-main .main-box .box-cent .cent-title {
  margin-bottom: 0.5rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.contact .contact-main .main-box .box-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.2rem;
}
.contact .contact-main .main-box .box-cent .cent-item:last-of-type {
  margin-bottom: 0;
}
.contact .contact-main .main-box .box-cent .cent-item .item-icon {
  width: 0.72rem;
  height: auto;
}
.contact .contact-main .main-box .box-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-box .box-cent .cent-item .item-text {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 0.72rem);
  padding-left: 0.32rem;
  font-size: var(--fs20);
  color: #333;
}
.contact .contact-main .main-box .box-cent .cent-item .item-text p {
  flex: 1;
}
.contact .contact-main .main-box .box-cent .cent-item .item-text p i {
  margin-right: 0.06rem;
}
.contact .contact-main .main-box .box-cent .cent-item .item-text span {
  display: inline-block;
  margin-right: 0.7rem;
  font-size: var(--fs20);
}
.contact .contact-main .main-box .box-cent .cent-item .item-text span:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-main .main-box .box-pic {
  width: 5.32rem;
  height: 100%;
  overflow: hidden;
}
.contact .contact-main .main-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-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));
}
.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(--fs20);
  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: #323296;
  border: solid 2px #323296;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #323296;
  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: #323296;
}
.map {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.map .map-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.map .map-main .main-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
.map .map-main .main-item {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #eeeeee;
}
.map .map-main .main-item .item-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #000;
}
.map .map-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.map .map-main .main-item .item-cent a {
  margin: 0.1rem 0.6rem 0 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.map .map-main .main-item .item-cent a:hover {
  text-decoration: underline;
  color: #323296;
}
.pupop-pic-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
}
.pupop-pic-main {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 7rem;
  margin: -3.5rem 0 0 -3.5rem;
  z-index: 299;
}
.pupop-pic-main .main-pic {
  width: 100%;
  height: 100%;
}
.pupop-pic-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-pic-main .main-hide {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  width: 0.24rem;
  cursor: pointer;
}
.pupop-pic-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-pic-main .main-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.form-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 29;
}
.form-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: auto;
  padding: 0.3rem;
  background: #fff;
  z-index: 99;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.form-box .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  border-bottom: solid 1px #dcdcdc;
}
.form-box .box-top .top-title {
  width: calc(100% - 0.5rem);
  font-size: var(--fs18);
  line-height: 1;
  font-weight: bold;
  padding-left: 0.1rem;
  border-left: 3px solid #323296;
}
.form-box .box-top span {
  width: 0.2rem;
  height: auto;
  cursor: pointer;
}
.form-box .box-top span img {
  width: 100%;
}
.form-box .box-lump {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.form-box .box-lump .lump-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.form-box .box-lump .lump-item .lump-title {
  font-size: var(--fs14);
  color: #333;
}
.form-box .box-lump .lump-item input {
  width: 100%;
  height: 0.45rem;
  margin-top: 0.1rem;
  padding: 0 0.1rem;
  border: 1px solid #dcdcdc;
}
.form-box .box-button {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #323296;
}
.form-mask2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 29;
}
.form-box2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: auto;
  padding: 0.3rem;
  background: #fff;
  z-index: 99;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.form-box2 .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  border-bottom: solid 1px #dcdcdc;
}
.form-box2 .box-top .top-title {
  width: calc(100% - 0.5rem);
  font-size: var(--fs18);
  line-height: 1;
  font-weight: bold;
  padding-left: 0.1rem;
  border-left: 3px solid #323296;
}
.form-box2 .box-top span {
  width: 0.2rem;
  height: auto;
  cursor: pointer;
}
.form-box2 .box-top span img {
  width: 100%;
}
.form-box2 .box-lump {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.form-box2 .box-lump .lump-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.form-box2 .box-lump .lump-item .lump-title {
  font-size: var(--fs14);
  color: #333;
}
.form-box2 .box-lump .lump-item input {
  width: 100%;
  height: 0.45rem;
  margin-top: 0.1rem;
  padding: 0 0.1rem;
  border: 1px solid #dcdcdc;
}
.form-box2 .box-button {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #323296;
}
.page-heng {
  width: 0.3rem;
  height: 3px;
  margin-top: 0.25rem;
  background: #323296;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.page-English {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs48);
  text-transform: uppercase;
  color: #ffb902;
}
.page-title2 {
  font-size: var(--fs44);
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #444;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.86rem;
  height: 0.52rem;
  border-radius: 0.45rem;
  border: solid 1px #fff;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  position: relative;
  font-size: var(--fs20);
  text-transform: uppercase;
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  position: relative;
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow3.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 {
  border: solid 1px #fff;
  background: #fff;
}
.page-button:hover span {
  color: #323296;
}
.page-button:hover em {
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 100%;
}
.page-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.86rem;
  height: 0.52rem;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #323296, #00c0ff);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button2 span {
  position: relative;
  font-size: var(--fs20);
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2 em {
  position: relative;
  width: 0.16rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../images/icon/icon-arrow3.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: linear-gradient(90deg, #323296, #00c0ff);
}
.page-crumb {
  padding-top: 0.35rem;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: var(--fs20);
  color: #999;
}
.page-crumb .crumb-box a {
  margin-right: 0.14rem;
  color: #999;
}
.page-crumb .crumb-box a img {
  display: block;
  width: 0.18rem;
}
.page-crumb .crumb-box a:hover {
  color: #323296;
}
.page-crumb .crumb-box span {
  font-size: var(--fs20);
  color: #323296;
}
.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(--fs20);
  text-align: center;
  color: #323296;
}
.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.9rem;
  background: #f9f9f9;
  z-index: 29;
}
.page-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  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.7rem;
  height: 100%;
  padding: 0 0.15rem;
  font-size: var(--fs20);
  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, #323296, #00c0ff);
}
.page-strip .strip-box .box-left .left-item-on {
  color: #fff;
  background: linear-gradient(-90deg, #323296, #00c0ff);
}
.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(--fs14);
  color: #323296;
}
.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: #323296;
  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;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
