.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 59;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 106px;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  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-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 483px;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-box .box-item {
  position: relative;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-box .box-item:last-of-type {
  margin-right: 0;
}
nav .nav-main .main-cont .main-box .box-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 56px;
  color: #1c1d21;
  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-box .box-item .item-title span {
  display: block;
  position: relative;
  width: 11px;
  height: 7px;
  margin-left: 2px;
}
nav .nav-main .main-cont .main-box .box-item .item-title span 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-box .box-item .item-title span .img2 {
  opacity: 0;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main .main-cont .main-box .box-item .item-title-active {
  color: #164E88;
}
nav .nav-main .main-cont .main-box .box-item .item-title-active span .img1 {
  opacity: 0;
}
nav .nav-main .main-cont .main-box .box-item .item-title-active span .img2 {
  opacity: 1;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main .main-cont .main-box .box-item .item-subnav,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 56px;
  left: -35px;
  max-height: 280px;
  width: 612px;
  height: auto;
  padding: 18px 14px 8px;
  border: solid 1px #d8dfe6;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(0, 0.2rem);
  -o-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -webkit-transform: translate(0, 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-box .box-item .item-subnav::after,
nav .nav-main .main-cont .main-box .box-item .item-subnav2::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 36px;
  width: 22px;
  height: 13px;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav .subnav-link,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 280px;
  height: 72px;
  margin: 0 6px 12px;
  padding: 12px 12px;
  border-radius: 8px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav .subnav-link .link-icon,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link .link-icon {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav .subnav-link .link-icon img,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link .link-icon img {
  width: 100%;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav .subnav-link .link-cent,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link .link-cent {
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav .subnav-link .link-cent .cent-title,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link .link-cent .cent-title {
  font-size: 16px;
  line-height: 21px;
  color: #1c1d21;
  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-box .box-item .item-subnav .subnav-link .link-cent .cent-text,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link .link-cent .cent-text {
  margin-top: 6px;
  font-size: 12px;
  color: #747787;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav .subnav-link:hover,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link:hover {
  background: #f4f9ff;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav .subnav-link:hover .link-cent .cent-title,
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link:hover .link-cent .cent-title {
  color: #164e88;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav2 {
  width: 240px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link {
  height: 56px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link .link-icon {
  width: 32px;
  height: 32px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link:hover {
  background: none;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav2 .subnav-link:hover .link-cent .cent-title {
  color: #164e88;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 56px;
  left: -137px;
  width: 904px;
  height: auto;
  padding: 18px 20px 8px;
  border: solid 1px #d8dfe6;
  background: #fff url(../images/nav-bg.png) no-repeat bottom left;
  background-size: 100%;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(0, 0.2rem);
  -o-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -webkit-transform: translate(0, 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-box .box-item .item-subnav3::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 137px;
  width: 22px;
  height: 13px;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item {
  width: auto;
  height: auto;
  margin-right: 14px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item:last-of-type {
  margin-right: 0;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-sort {
  display: inline-block;
  padding-bottom: 13px;
  margin: 0 0 12px 12px;
  font-size: 18px;
  color: #1c1d21;
  border-bottom: solid 1px #ecedee;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 280px;
  height: 72px;
  margin: 0 0 12px;
  padding: 12px 12px;
  border-radius: 8px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-link .link-icon {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-link .link-icon img {
  width: 100%;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-link .link-cent {
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-link .link-cent .cent-title {
  font-size: 16px;
  line-height: 21px;
  color: #1c1d21;
  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-box .box-item .item-subnav3 .subnav-item .item-link .link-cent .cent-text {
  margin-top: 6px;
  font-size: 12px;
  color: #747787;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-link:hover {
  background: #f4f9ff;
}
nav .nav-main .main-cont .main-box .box-item .item-subnav3 .subnav-item .item-link:hover .link-cent .cent-title {
  color: #164e88;
}
nav .nav-main .main-cont .main-box .box-item:hover .item-title {
  color: #164E88 !important;
}
nav .nav-main .main-cont .main-box .box-item:hover .item-title span .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-box .box-item:hover .item-title span .img2 {
  opacity: 1;
  transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}
nav .nav-main .main-cont .main-box .box-item:hover .item-subnav,
nav .nav-main .main-cont .main-box .box-item:hover .item-subnav2,
nav .nav-main .main-cont .main-box .box-item:hover .item-subnav3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
nav .nav-main .main-cont .main-box .box-web {
  display: none;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-right .right-suosou {
  position: relative;
  width: 16px;
  height: auto;
  margin-left: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-suosou img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: 16px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 15px;
  background: #15be53;
}
nav .nav-main .main-cont .main-right .right-login img {
  width: 7px;
  margin-left: 8px;
  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-login:hover img {
  transform: translateX(4px);
  -o-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
nav .nav-main .main-cont .main-right .right-lang {
  width: auto;
  color: #1c1d21;
}
nav .nav-main .main-cont .main-right .right-lang .lang-text {
  font-size: 14px;
  font-weight: bold;
  color: #747787;
}
nav .nav-main .main-cont .main-right .right-lang .lang-text:hover {
  color: #164e88;
}
nav .nav-main .main-cont .main-right .right-lang .lang-text-active {
  color: #164e88;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-box .box-item .item-title {
  color: #000;
}
nav .nav-main:hover .main-cont .main-box .box-item .item-title-active {
  color: #164E88;
}
nav .nav-main:hover .main-cont .main-box .box-item .item-title-active span .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-box .box-item .item-title-active span .img2 {
  opacity: 1;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main:hover .main-cont .main-right .box-suosou .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-right .box-suosou .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .box-lang .lang-top .top-left .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-right .box-lang .lang-top .top-left .img1 {
  opacity: 0;
}
nav .nav-main-active {
  border-bottom: solid 1px #eee;
  background: #fff;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-box .box-item .item-title {
  color: #000;
}
nav .nav-main-active .main-cont .main-box .box-item .item-title-active {
  color: #164E88;
}
nav .nav-main-active .main-cont .main-box .box-item .item-title-active span .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-box .box-item .item-title-active span .img2 {
  opacity: 1;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main-active .main-cont .main-right .box-suosou .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-right .box-suosou .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .box-lang .lang-top .top-left .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-right .box-lang .lang-top .top-left .img1 {
  opacity: 0;
}
nav .nav-main-active2 {
  border-bottom: solid 1px #eee;
  background: #fff;
}
nav .nav-main-active2 .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-box .box-item .item-title {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-box .box-item .item-title-active {
  color: #164E88;
}
nav .nav-main-active2 .main-cont .main-box .box-item .item-title-active span .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-box .box-item .item-title-active span .img2 {
  opacity: 1;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
nav .nav-main-active2 .main-cont .main-right .box-suosou .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-right .box-suosou .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .box-lang .lang-top .top-left .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-right .box-lang .lang-top .top-left .img1 {
  opacity: 0;
}
nav .head-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
}
nav .head-search .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 1200px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .head-search .search-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #555;
}
nav .head-search .search-box .box-cent input {
  width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
  background: none;
}
nav .head-search .search-box .box-cent input::placeholder {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
}
nav .head-search .search-box .box-cent .box-icon {
  display: block;
  width: 60px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
nav .head-search .search-box .box-cent .box-icon img {
  width: 16px;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-cent .box-icon:hover img {
  opacity: 1;
}
nav .head-search .search-box .box-hiden {
  width: 24px;
  margin: 50px auto 0;
}
nav .head-search .search-box .box-hiden img {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .head-search .search-box .box-hiden:hover img {
  opacity: 1;
}
nav .Whead-search,
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;
}
header .head-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header .head-banner .banner-index {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .banner-index .index-bg {
  width: 100%;
  height: auto;
}
header .head-banner .banner-index .index-bg img {
  width: 100%;
}
header .head-banner .banner-index .index-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1170px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-index .index-box .box-cent {
  width: 410px;
  height: auto;
}
header .head-banner .banner-index .index-box .box-cent .cent-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #1c1d21;
}
header .head-banner .banner-index .index-box .box-cent .cent-subTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
header .head-banner .banner-index .index-box .box-cent .cent-subTitle .subTitle-heng {
  width: 28px;
  height: 2px;
  background: #1c1d21;
  opacity: 0.7;
}
header .head-banner .banner-index .index-box .box-cent .cent-subTitle .subTitle-text {
  margin: 49px 6px;
  font-size: 18px;
  line-height: 24px;
  color: #1c1d21;
  opacity: 0.7;
}
header .head-banner .banner-index .index-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
header .head-banner .banner-index .index-box .box-cent .cent-bottom .bottom-botton {
  display: block;
  width: 180px;
  height: 48px;
  margin-right: 0.4rem;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  background: #164e88;
}
header .head-banner .banner-index .index-box .box-cent .cent-bottom .bottom-botton:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
header .head-banner .banner-index .index-box .box-cent .cent-bottom .bottom-botton2 {
  width: 180px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  background: #15be53;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-index .index-box .box-cent .cent-bottom .bottom-botton2 img {
  width: 0.25rem;
  margin-top: -4px;
}
header .head-banner .banner-index .index-box .box-cent .cent-bottom .bottom-botton2:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
header .head-banner .banner-index .index-box .box-pic {
  width: 578px;
  height: auto;
}
header .head-banner .banner-index .index-box .box-pic img {
  width: 100%;
}
header .head-banner .banner-web-index {
  display: none;
}
header .head-banner .banner-pege {
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .banner-pege .pege-pic {
  width: 100%;
}
header .head-banner .banner-pege .pege-pic img {
  width: 100%;
}
header .head-banner .banner-pege .pege-pic .web-img {
  display: none;
}
header .head-banner .banner-pege .page-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1170px;
  height: auto;
  transform: translate(-50%, -35%);
  -o-transform: translate(-50%, -35%);
  -moz-transform: translate(-50%, -35%);
  -webkit-transform: translate(-50%, -35%);
}
header .head-banner .banner-pege .page-cent .cent-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
header .head-banner .banner-pege .page-cent .cent-text {
  margin-top: 27px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #1c1d21;
  opacity: 0.7;
}
header .head-banner .banner-pege .page-cent .cent-text2 {
  width: 480px;
  height: auto;
  margin: 37px auto 0;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #1c1d21;
  opacity: 0.7;
}
header .head-banner .banner-pege .page-cent .cent-text3 {
  width: 880px;
  height: auto;
  margin: 37px auto 0;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #1c1d21;
  opacity: 0.7;
}
header .head-banner .banner-pege .page-cent .cent-bottom {
  display: block;
  width: 200px;
  height: 48px;
  margin: 60px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  border-radius: 24px;
  background: #164e88;
}
header .head-banner .banner-pic2 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .head-banner .banner-pic2 img {
  width: auto;
  height: 100%;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12rem;
  height: auto;
  padding-left: 0.5rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fff;
}
header .head-banner .banner-cent .cent-title2 {
  font-size: 0.48rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 18px;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'gilroy-regular';
  font-size: 18px;
  color: #fff;
}
header .head-banner .banner-cent .cent-cont {
  width: 4.6rem;
  height: auto;
  padding: 0.9rem 0.8rem 0.8rem 0.6rem;
  background: #ffffff;
}
header .head-banner .banner-cent .cent-cont .cont-English {
  font-family: "Arial";
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
header .head-banner .banner-cent .cent-cont .cont-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
header .head-banner .banner-cent .cent-cont .cont-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
header .head-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.74rem;
  background: rgba(255, 255, 255, 0.95);
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.4rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  width: 60%;
  height: 100%;
  line-height: 0.84rem;
}
header .head-strip .strip-box .box-left .left-list {
  width: auto;
  height: 0.8rem;
  margin-top: -0.07rem;
  padding: 0 0.42rem;
  font-size: 14px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list a {
  color: #272727;
}
header .head-strip .strip-box .box-left .left-list:hover {
  color: #272727;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #164E88;
  z-index: 9;
}
header .head-strip .strip-box .box-left .left-list:hover a {
  color: #272727;
}
header .head-strip .strip-box .box-left .left-list-active {
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #164E88;
}
header .head-strip .strip-box .box-left .left-list-active a {
  color: #272727;
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  text-align: right;
  line-height: 0.74rem;
}
header .head-strip .strip-box .box-right .right-icon1 {
  width: 10px;
  margin-right: 10px;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  margin-right: 10px;
  font-size: 14px;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #929292;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-icon2 {
  width: 4px;
  margin-right: 10px;
}
header .head-strip .strip-box .box-right .text-color {
  font-weight: bold;
  color: #333;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
.foot {
  width: 100%;
  height: auto;
  padding-top: 49px;
  background: #303640;
}
.foot .foot-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.foot .foot-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.foot .foot-main .main-top .top-left {
  width: auto;
  height: auto;
}
.foot .foot-main .main-top .top-left .left-logo {
  width: 224px;
  height: auto;
}
.foot .foot-main .main-top .top-left .left-logo img {
  width: 100%;
}
.foot .foot-main .main-top .top-left .left-share {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 17px;
  padding-right: 40px;
}
.foot .foot-main .main-top .top-left .left-share .share-item {
  width: 25px;
  height: 25px;
  margin: 0 10px;
}
.foot .foot-main .main-top .top-left .left-share .share-item img {
  width: 25px;
  opacity: 0.4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-main .main-top .top-left .left-share .share-item:last-of-type {
  margin-right: 0;
}
.foot .foot-main .main-top .top-left .left-share .share-item:hover img {
  opacity: 1;
}
.foot .foot-main .main-top .top-left .left-ewm {
  width: 130px;
  height: auto;
  padding: 3px;
  margin-top: 72px;
  border-radius: 4px;
}
.foot .foot-main .main-top .top-left .left-ewm img {
  width: 100%;
}
.foot .foot-main .main-top .top-left .left-ewm .ewm-title {
  margin-top: 0.16rem;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
.foot .foot-main .main-top .top-right {
  width: 828px;
  height: auto;
}
.foot .foot-main .main-top .top-right .right-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.foot .foot-main .main-top .top-right .right-top .top-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
.foot .foot-main .main-top .top-right .right-top .top-item .item-icon {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.foot .foot-main .main-top .top-right .right-top .top-item .item-icon img {
  width: 100%;
}
.foot .foot-main .main-top .top-right .right-top .top-item .item-cent {
  width: auto;
  height: auto;
}
.foot .foot-main .main-top .top-right .right-top .top-item .item-cent .cent-text {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.foot .foot-main .main-top .top-right .right-top .top-item .item-cent .cent-title {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 290;
  letter-spacing: 0.2222222px;
  color: #ffffff;
  opacity: 0.5959356;
}
.foot .foot-main .main-top .top-right .right-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.67rem;
}
.foot .foot-main .main-top .top-right .right-bottom .bottom-item {
  width: 150px;
  height: auto;
}
.foot .foot-main .main-top .top-right .right-bottom .bottom-item .item-title {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 290;
  letter-spacing: 0.4444444px;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.foot .foot-main .main-top .top-right .right-bottom .bottom-item .item-subnav {
  width: 100%;
  height: auto;
  padding: 0.16rem 0;
}
.foot .foot-main .main-top .top-right .right-bottom .bottom-item .item-subnav .subnav-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 30px;
  font-size: 14px;
  text-align: left;
  line-height: 34px;
  color: #ffffff;
  opacity: 0.6;
}
.foot .foot-main .main-top .top-right .right-bottom .bottom-item .item-subnav .subnav-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 10px;
  background: url(../images/icon/icon-foot-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.foot .foot-main .main-top .top-right .right-bottom .bottom-item .item-subnav .subnav-link:hover {
  opacity: 1;
}
.foot .foot-main .main-top .top-right .right-bottom .bottom-item .item-subnav .subnav-link:hover::after {
  left: 15px;
}
.foot .foot-main .main-bottom {
  width: 100%;
  height: auto;
  padding: 16px 0 18px;
  margin-top: 38px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.foot .foot-main .main-bottom a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.foot .foot-main .main-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .font-web-main {
  display: none;
}
.container {
  width: 100%;
  height: auto;
  background: url(../images/bg2.png) no-repeat top;
  background-size: 100%;
}
.container .cont-plate1 {
  width: 1170px;
  height: auto;
  padding: 1.2rem 0 1.6rem;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.container .cont-plate1 .plate1-text {
  margin-top: 0.22rem;
  font-size: 18px;
  text-align: center;
  color: #747787;
}
.container .cont-plate1 .plate1-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.container .cont-plate1 .plate1-box .box-left {
  width: 340px;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-left .left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 20px 0 16px;
  margin: 4px 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
}
.container .cont-plate1 .plate1-box .box-left .left-item:first-of-type {
  margin-top: 0;
}
.container .cont-plate1 .plate1-box .box-left .left-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(270deg, #4BB1FF, #004887);
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-icon img {
  width: 36px;
  box-shadow: 0px 16px 16px rgba(22, 78, 136, 0.24);
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-cent {
  flex: 1;
  height: auto;
  padding-left: 8px;
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-cent .cent-title {
  font-size: 20px;
  color: #1c1d21;
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-cent .cent-text {
  margin-top: 9px;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #1c1d21;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-cent .cent-link {
  width: 70px;
  height: auto;
  margin-top: 12px;
  font-size: 12px;
  color: #4c6dff;
  opacity: 0;
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-cent .cent-link img {
  width: 7px;
  margin: -4px 0 0 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-left .left-item .item-cent .cent-link:hover img {
  transform: translateX(10px);
  -o-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.container .cont-plate1 .plate1-box .box-left .left-item-active {
  padding: 16px 20px 16px 16px;
  border: solid 1px #d8dfe6;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  height: auto;
}
.container .cont-plate1 .plate1-box .box-left .left-item-active::after {
  width: 100%;
  transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
}
.container .cont-plate1 .plate1-box .box-left .left-item-active .item-icon {
  background: #f4f9ff;
}
.container .cont-plate1 .plate1-box .box-left .left-item-active .item-cent .cent-text,
.container .cont-plate1 .plate1-box .box-left .left-item-active .item-cent .cent-link {
  opacity: 1;
}
.container .cont-plate1 .plate1-box .box-right {
  position: relative;
  width: 772px;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-right .right-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-top .top-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-top .top-left .left-title {
  font-size: 22px;
  font-weight: bold;
  color: #1c1d21;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-top .top-link {
  display: block;
  width: auto;
  height: auto;
  font-size: 12px;
  color: #4c6dff;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-top .top-link img {
  width: 7px;
  margin: -4px 0 0 0.08rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-top .top-link:hover img {
  transform: translateX(8px);
  -o-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-text {
  font-size: 14px;
  line-height: 22px;
  color: #1c1d21;
  opacity: 0.72;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-pic {
  width: 100%;
  height: auto;
  padding-top: 32px;
}
.container .cont-plate1 .plate1-box .box-right .right-list .list-pic img {
  width: 100%;
}
.container .cont-plate1 .plate1-box .box-right .right-list-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .cont-plate1 .plate1-web-box {
  display: none;
}
.container .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.container .cont-plate2 .plate2-text {
  margin-top: 0.22rem;
  font-size: 18px;
  text-align: center;
  color: #747787;
}
.container .cont-plate2 .plate2-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.container .cont-plate2 .plate2-main .main-top .top-item {
  width: auto;
  height: auto;
  cursor: pointer;
}
.container .cont-plate2 .plate2-main .main-top .top-item .item-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 5px 17px #e2ebff;
}
.container .cont-plate2 .plate2-main .main-top .top-item .item-icon img {
  width: 80px;
}
.container .cont-plate2 .plate2-main .main-top .top-item .item-icon span {
  display: none;
  position: absolute;
  bottom: 0;
  right: -22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #164e88;
}
.container .cont-plate2 .plate2-main .main-top .top-item .item-title {
  margin-top: 0.24rem;
  font-size: 24px;
  text-align: center;
  color: #1c1d21;
}
.container .cont-plate2 .plate2-main .main-top .top-item-active .item-icon {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF, #D2DEF6);
  box-shadow: 0px 5px 17px #cfdfff;
  box-shadow: inset 3px 3px 4px #cfdfff;
}
.container .cont-plate2 .plate2-main .main-top .top-item-active .item-icon::after {
  content: '';
  position: absolute;
  top: -11px;
  left: -33px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffc098;
  animation: slidein 8s infinite linear alternate;
}
.container .cont-plate2 .plate2-main .main-top .top-item-active .item-icon::before {
  content: '';
  position: absolute;
  top: 0;
  right: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff717d;
  animation: slidein 4s infinite linear alternate;
}
.container .cont-plate2 .plate2-main .main-top .top-item-active .item-icon span {
  display: block !important;
  animation: slidein 6s infinite linear alternate;
}
.container .cont-plate2 .plate2-main .main-top .top-item-active .item-title {
  font-weight: bold;
  color: #164E88;
}
.container .cont-plate2 .plate2-main .main-box {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-pic {
  width: 456px;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-pic img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-cent {
  width: 585px;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-cent .cent-title {
  font-size: 24px;
  color: #1c1d21;
  font-weight: bold;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #747787;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-cent a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.2rem;
  font-size: 12px;
  font-weight: 400;
  color: #4c6dff;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-cent a img {
  width: 7px;
  height: 11px;
  margin-left: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-box .box-swiper .swiper-cent a:hover img {
  transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
}
.container .cont-plate2 .plate2-web-main {
  display: none;
}
.container .cont-plate3 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.8rem;
}
.container .cont-plate3 .plate3-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #1c1d21;
}
.container .cont-plate3 .plate3-main .main-text {
  margin-top: 0.22rem;
  font-size: 18px;
  text-align: center;
  color: #747787;
}
.container .cont-plate3 .plate3-main .main-box {
  position: relative;
  width: 421px;
  height: 421px;
  margin: 1rem auto 0;
}
.container .cont-plate3 .plate3-main .main-box .box-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-box .box-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-box .box-item {
  position: absolute;
  width: 300px;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-icon {
  width: auto;
  height: 40px;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-icon img {
  width: auto;
  height: 100%;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-title {
  margin-top: 6px;
  font-size: 24px;
  color: #1c1d21;
}
.container .cont-plate3 .plate3-main .main-box .box-item .item-text {
  margin-top: 13px;
  font-size: 14px;
  line-height: 18px;
  color: #747787;
}
.container .cont-plate3 .plate3-main .main-box .box-item:nth-child(2) {
  top: 50px;
  right: 380px;
  text-align: right;
}
.container .cont-plate3 .plate3-main .main-box .box-item:nth-child(3) {
  top: 50px;
  left: 380px;
}
.container .cont-plate3 .plate3-main .main-box .box-item:nth-child(4) {
  bottom: 50px;
  right: 380px;
  text-align: right;
}
.container .cont-plate3 .plate3-main .main-box .box-item:nth-child(5) {
  bottom: 50px;
  left: 380px;
}
.container .cont-plate4 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
}
.container .cont-plate4::after {
  content: '';
  position: absolute;
  top: 2.22rem;
  left: 1.9rem;
  width: 180px;
  height: 180px;
  background: url(../images/icon/icon-plate4-kuai.png) no-repeat center;
  background-size: 100%;
  animation: rotate 8s infinite linear;
}
.container .cont-plate4::before {
  content: '';
  position: absolute;
  bottom: 1.53rem;
  right: 2.77rem;
  width: 180px;
  height: 180px;
  background: url(../images/icon/icon-plate4-kuai.png) no-repeat center;
  background-size: 100%;
  animation: rotate 10s infinite linear;
}
.container .cont-plate4 .plate4-bg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-bg img {
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-web-bg {
  display: none;
}
.container .cont-plate4 .plate4-main {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1170px;
  height: auto;
  padding-top: 1.6rem;
  margin-left: -585px;
}
.container .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-item {
  width: calc(100% / 3);
  height: auto;
  margin-bottom: 57px;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-num {
  font-size: 64px;
  text-align: center;
  color: #ffffff;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-num .xia {
  position: relative;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-num .xia::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -48px;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-plate4-xia.png) no-repeat center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-num .shang {
  position: relative;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-num .shang::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -48px;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-plate4-shang.png) no-repeat center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-title {
  margin-top: 26px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.container .cont-plate4 .plate4-main .main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.4rem;
}
.container .cont-plate4 .plate4-main .main-title .title-heng {
  width: 28px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}
.container .cont-plate4 .plate4-main .main-title .title-text {
  margin: 0 6px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.container .cont-plate4 .plate4-main .main-botton {
  display: block;
  width: 160px;
  height: 44px;
  margin: 0.37rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  color: #164e88;
  border-radius: 22px;
  background: #fff;
}
.container .cont-plate5 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}
.container .cont-plate5 .plate5-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.container .cont-plate5 .plate5-main .main-text {
  margin-top: 0.22rem;
  font-size: 18px;
  text-align: center;
  color: #747787;
}
.container .cont-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.container .cont-plate5 .plate5-main .main-box .box-item {
  display: block;
  width: 180px;
  height: 90px;
  margin: 0 0 18px 18px;
  border-radius: 4px;
  border: solid 1px #ecedee;
  background: #ffffff;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-box .box-item:nth-child(6n + 1) {
  margin-left: 0;
}
.container .cont-plate5 .plate5-main .main-box .box-item img {
  width: 100%;
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  margin-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.container .cont-plate6 .plate6-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate6 .plate6-main .main-title {
  font-size: 32px;
  text-align: center;
  color: #1c1d21;
}
.container .cont-plate6 .plate6-main .main-text {
  margin-top: 0.22rem;
  font-size: 18px;
  text-align: center;
}
.container .cont-plate6 .plate6-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.container .cont-plate6 .plate6-main .main-box .box-item {
  width: 340px;
  height: auto;
  margin-right: 44px;
}
.container .cont-plate6 .plate6-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-box .box-item .item-pic img {
  width: 100%;
}
.container .cont-plate6 .plate6-main .main-box .box-item .item-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 16px 0 13px;
}
.container .cont-plate6 .plate6-main .main-box .box-item .item-time .time-heng {
  width: 36px;
  height: 2px;
  margin-right: 8px;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
}
.container .cont-plate6 .plate6-main .main-box .box-item .item-time .time-text {
  font-size: 16px;
  color: #164e88;
}
.container .cont-plate6 .plate6-main .main-box .box-item .item-title {
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
  color: #1c1d21;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-box .box-item .item-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  color: #747787;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate6 .plate6-main .main-box .box-item:hover .item-title {
  color: #164E88;
}
.container .cont-plate6 .plate6-main .main-box .box-right {
  width: 400px;
  height: auto;
  padding: 30px;
  border-radius: 4px;
  background: #f7f9fc;
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item:first-of-type {
  padding-bottom: 23px;
  margin-bottom: 18px;
  border-bottom: solid 1px #e6ebf0;
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 0 13px;
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-time .time-heng {
  width: 36px;
  height: 2px;
  margin-right: 8px;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-time .time-text {
  font-size: 16px;
  color: #164e88;
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-title {
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
  color: #1c1d21;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item .item-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  color: #747787;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate6 .plate6-main .main-box .box-right .right-item:hover .item-title {
  color: #164E88;
}
.container .cont-plate6 .plate6-main .main-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0.8rem;
  font-size: 12px;
  font-weight: 290;
  color: #164E88;
}
.container .cont-plate6 .plate6-main .main-botton img {
  width: 7px;
  height: 11px;
  margin-left: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-botton:hover img {
  transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
}
.container .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.price {
  width: 100%;
  height: auto;
}
.price .price-plate1 {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  height: auto;
  margin: 60px auto 0;
}
.price .price-plate1 .plate1-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 3 - 30px);
  height: auto;
  padding: 32px 32px 36px;
  border: solid 1px #ecedee;
  border-radius: 4px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.price .price-plate1 .plate1-item .item-top {
  width: 100%;
  height: auto;
}
.price .price-plate1 .plate1-item .item-top .top-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.price .price-plate1 .plate1-item .item-top .top-text {
  margin-top: 21px;
  padding-bottom: 32px;
  font-size: 18px;
  text-align: center;
  color: #747787;
  border-bottom: solid 1px #164e88;
}
.price .price-plate1 .plate1-item .item-top .top-cent {
  width: 100%;
  height: auto;
  margin: 32px auto 45px;
}
.price .price-plate1 .plate1-item .item-top .top-cent .cent-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.price .price-plate1 .plate1-item .item-top .top-cent .cent-row:last-of-type {
  margin-bottom: 0;
}
.price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-title {
  font-size: 16px;
  color: #1c1d21;
}
.price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-text {
  font-size: 14px;
  color: #747787;
}
.price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-right {
  font-size: 16px;
  color: #1c1d21;
}
.price .price-plate1 .plate1-item .item-top .top-cent .cent-row .row-right img {
  width: 16px;
}
.price .price-plate1 .plate1-item .item-bottom {
  width: 100%;
  height: auto;
}
.price .price-plate1 .plate1-item .item-bottom .bottom-price {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.price .price-plate1 .plate1-item .item-bottom .bottom-price span {
  font-size: 18px;
  font-weight: 400;
}
.price .price-plate1 .plate1-item .item-bottom .bottom-botton {
  display: block;
  width: 100%;
  height: 48px;
  margin: 36px 0 20px;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  border-radius: 45px;
  background: #164e88;
}
.price .price-plate1 .plate1-item .item-bottom .bottom-text {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #747787;
}
.price .price-plate1 .plate1-item .item-bottom .bottom-text span {
  color: #164e88;
}
.price .price-plate1 .plate1-item:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.11);
}
.price .price-plate2 {
  width: 100%;
  height: auto;
  margin: 80px auto;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.price .price-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.price .price-plate2 .plate2-main .main-cent {
  width: 50%;
  height: auto;
  padding-top: 100px;
}
.price .price-plate2 .plate2-main .main-cent .cent-title {
  font-size: 48px;
  font-weight: bold;
  color: #1c1d21;
}
.price .price-plate2 .plate2-main .main-cent .cent-subtitle {
  margin: 28px 0 50px;
  font-size: 20px;
  color: #1c1d21;
}
.price .price-plate2 .plate2-main .main-cent .cent-text {
  position: relative;
  padding-left: 12px;
  margin-top: 12px;
  font-size: 16px;
  color: #747787;
}
.price .price-plate2 .plate2-main .main-cent .cent-text::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 10px;
  background: url(../images/icon/icon-price-plate2-arrow.png) no-repeat center;
  background-size: 100%;
}
.price .price-plate2 .plate2-main .main-cent .cent-botton {
  display: block;
  width: 200px;
  height: 48px;
  margin-top: 96px;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  border-radius: 45px;
  background: #164e88;
}
.price .price-plate2 .plate2-main .main-pic {
  width: 405px;
  height: auto;
  padding-top: 67px;
}
.price .price-plate2 .plate2-main .main-pic img {
  width: 100%;
}
.price .price-plate2 .plate2-main .main-pic .web-pic {
  display: none;
}
.price .price-plate2 .plate2-main .main-botton {
  display: none;
}
.price .price-plate3 {
  width: 1170px;
  height: auto;
  margin: 80px auto;
}
.price .price-plate3 .plate3-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.price .price-plate3 .plate3-main {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.price .price-plate3 .plate3-main .main-item {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  border-bottom: solid 1px #ecedee;
}
.price .price-plate3 .plate3-main .main-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  cursor: pointer;
}
.price .price-plate3 .plate3-main .main-item .item-top .top-title {
  width: auto;
  font-size: 18px;
  color: #1c1d21;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.price .price-plate3 .plate3-main .main-item .item-top .top-icon {
  position: relative;
  width: 11px;
  height: 7px;
}
.price .price-plate3 .plate3-main .main-item .item-top .top-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;
}
.price .price-plate3 .plate3-main .main-item .item-top .top-icon .img2 {
  opacity: 0;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.price .price-plate3 .plate3-main .main-item .item-top-active .top-title {
  color: #164e88;
}
.price .price-plate3 .plate3-main .main-item .item-top-active .top-icon .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.price .price-plate3 .plate3-main .main-item .item-top-active .top-icon .img2 {
  opacity: 1;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.price .price-plate3 .plate3-main .main-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #747787;
}
.price .price-plate4 {
  width: 100%;
  height: auto;
  margin: 80px auto 0;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #FFFFFF, #F7F9FC);
}
.price .price-plate4 .plate4-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.price .price-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 1170px;
  height: auto;
  margin: 100px auto 0;
}
.price .price-plate4 .plate4-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ecedee;
}
.price .price-plate4 .plate4-main .main-item {
  width: 33.33%;
  height: auto;
  padding: 0 0.1rem;
}
.price .price-plate4 .plate4-main .main-item .item-icon {
  width: 40px;
  height: auto;
  margin: 0 auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.price .price-plate4 .plate4-main .main-item .item-icon img {
  width: 100%;
}
.price .price-plate4 .plate4-main .main-item .item-title {
  margin: 14px 0 18px;
  font-size: 20px;
  text-align: center;
  color: #1c1d21;
}
.price .price-plate4 .plate4-main .main-item .item-text {
  font-size: 16px;
  text-align: center;
  color: #747787;
}
.price .price-plate5 {
  width: 1170px;
  height: auto;
  margin: 160px auto;
}
.price .price-plate5 .plate5-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.price .price-plate5 .plate5-text {
  margin-top: 22px;
  font-size: 18px;
  text-align: center;
  color: #747787;
}
.price .price-plate5 .plate5-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.price .price-plate5 .plate5-main .main-item {
  width: 200px;
  height: auto;
  margin-left: 42px;
  margin-bottom: 40px;
  padding: 20px 20px 38px;
}
.price .price-plate5 .plate5-main .main-item:nth-child(5n + 1) {
  margin-left: 0;
}
.price .price-plate5 .plate5-main .main-item .item-pic {
  width: 100%;
  height: auto;
  text-align: center;
}
.price .price-plate5 .plate5-main .main-item .item-pic img {
  max-width: 100%;
  width: auto;
}
.price .price-plate5 .plate5-main .main-item .item-title {
  margin-top: 40px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #747787;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-main {
  width: 1170px;
  height: auto;
  margin: 60px auto 0;
}
.contact .contact-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.contact .contact-main .main-top .top-item {
  width: 33.33%;
  height: auto;
}
.contact .contact-main .main-top .top-item .item-icon {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
.contact .contact-main .main-top .top-item .item-icon img {
  width: 100%;
}
.contact .contact-main .main-top .top-item .item-title {
  margin: 20px 0 17px;
  font-size: 16px;
  text-align: center;
  color: #1c1d21;
}
.contact .contact-main .main-top .top-item .item-text {
  font-size: 14px;
  text-align: center;
  color: #1c1d21;
}
.contact .contact-main .main-map {
  width: 100%;
  height: auto;
  margin: 82px 0 160px;
}
.contact .contact-main .main-map img {
  width: 100%;
}
.message {
  width: 100%;
  height: auto;
  margin-top: 56px;
}
.message .message-main {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  height: auto;
  margin: 84px auto 160px;
}
.message .message-main .main-left {
  width: 630px;
  height: auto;
}
.message .message-main .main-left .left-title {
  font-size: 32px;
  color: #1c1d21;
}
.message .message-main .main-left .left-pic {
  width: 100%;
  height: auto;
  margin-top: 72px;
}
.message .message-main .main-left .left-pic img {
  width: 100%;
}
.message .message-main .main-left .left-bottom {
  width: 100%;
  height: auto;
  margin-top: 135px;
}
.message .message-main .main-left .left-bottom .bottom-title {
  font-size: 14px;
  color: #1c1d21;
}
.message .message-main .main-left .left-bottom .bottom-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 26px;
}
.message .message-main .main-left .left-bottom .bottom-list .list-text {
  margin-right: 30px;
  font-size: 14px;
  color: #747787;
}
.message .message-main .main-left .left-bottom .bottom-list .list-text img {
  width: 20px;
  margin-top: -4px;
}
.message .message-main .main-right {
  width: 440px;
  height: auto;
}
.message .message-main .main-right .right-title {
  padding-top: 14px;
  font-size: 16px;
  color: #1c1d21;
}
.message .message-main .main-right .right-form {
  width: 100%;
  height: auto;
  margin: 40px 0 32px;
}
.message .message-main .main-right .right-form .form-item {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.message .message-main .main-right .right-form .form-item .item-title {
  font-size: 14px;
  color: #1c1d21;
}
.message .message-main .main-right .right-form .form-item .item-title span {
  color: #ff2d2d;
}
.message .message-main .main-right .right-form .form-item .item-title em {
  color: #a1a8b5;
}
.message .message-main .main-right .right-form .form-item input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  margin-top: 14px;
  font-size: 14px;
  color: #a1a8b5;
  border: solid 1px #ecedee;
  border-radius: 4px;
  background: #ffffff;
}
.message .message-main .main-right .right-form .form-item input::placeholder {
  font-size: 14px;
  color: #a1a8b5;
}
.message .message-main .main-right .right-form .form-item input:focus {
  border: solid 1px #164e88;
}
.message .message-main .main-right .right-form .form-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.message .message-main .main-right .right-form .form-item .item-select:last-child {
  margin-bottom: 0;
}
.message .message-main .main-right .right-form .form-item .item-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 11px;
  height: 7px;
  background: url(../images/icon/icon-contact-form-arrow.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.message .message-main .main-right .right-form .form-item .item-select select {
  width: 100%;
  height: 48px;
  padding-left: 0.18rem;
  font-size: 14px;
  color: #a1a8b5;
  border: solid 1px #ecedee;
  border-radius: 4px;
  background: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.message .message-main .main-right .right-form .form-item .item-select select option:first-of-type {
  display: none;
}
.message .message-main .main-right .right-form .form-item .item-select select:focus {
  border: solid 1px #164e88;
}
.message .message-main .main-right .right-form .form-item .item-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.message .message-main .main-right .right-form .form-item .item-choice input[type="radio"],
.message .message-main .main-right .right-form .form-item .item-choice input[type="checkbox"] {
  display: none;
}
.message .message-main .main-right .right-form .form-item .item-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 36px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #1c1d21;
  cursor: pointer;
}
.message .message-main .main-right .right-form .form-item .item-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
  background: #ebebeb;
}
.message .message-main .main-right .right-form .form-item .item-choice .choice-item span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.message .message-main .main-right .right-form .form-item .item-choice input:checked + label .choice-item span {
  background: #15be53;
}
.message .message-main .main-right .right-form .form-item .item-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.message .message-main .main-right .right-botton {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 56px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 45px;
  background: #164e88;
}
.message .message-main .main-web-bottom,
.message .message-main .right-web-title {
  display: none;
}
.product {
  width: 100%;
  height: auto;
  background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 3100px no-repeat;
  background-size: 100%;
}
.product .product-plate1 {
  width: 1170px;
  height: auto;
  margin: 120px auto 188px;
}
.product .product-plate1 .plate1-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product .product-plate1 .plate1-English {
  margin-top: 4px;
  font-size: 24px;
  text-align: center;
  color: #164e88;
}
.product .product-plate1 .plate1-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product .product-plate1 .plate1-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 48px;
}
.product .product-plate1 .plate1-list .list-item {
  position: relative;
  width: auto;
  height: auto;
  padding-left: 32px;
  margin: 0 20px;
  font-size: 16px;
  color: #1c1d21;
}
.product .product-plate1 .plate1-list .list-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product .product-plate1 .plate1-list .list-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.product .product-plate1 .plate1-list .list-icon img {
  width: 100%;
}
.product .product-plate1 .plate1-pic {
  width: 100%;
  height: auto;
  margin-top: 66px;
}
.product .product-plate1 .plate1-pic img {
  width: 100%;
}
.product2 {
  width: 100%;
  height: auto;
  background: url(../images/bg2.png) center 30% no-repeat;
  background-size: 100%;
}
.product2 .product-main {
  width: 1170px;
  height: auto;
  margin: 120px auto 200px;
}
.product2 .product-main .main-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product2 .product-main .main-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product2 .product-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 66px;
}
.product2 .product-main .main-pic img {
  width: 100%;
}
.product2 .product-main .main-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.product2 .product-main .main-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 95px;
  width: 56px;
  height: 56px;
  background: url(../images/icon/icon-product-pic1.png) no-repeat center;
  background-size: 100%;
}
.product2 .product-main .main-box::after {
  content: '';
  position: absolute;
  bottom: -48px;
  left: 410px;
  width: 48px;
  height: 48px;
  background: url(../images/icon/icon-product-pic2.png) no-repeat center;
  background-size: 100%;
}
.product2 .product-main .main-box .box-right {
  position: relative;
  width: 690px;
  height: auto;
}
.product2 .product-main .main-box .box-right .right-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.product2 .product-main .main-box .box-right .right-pic img {
  width: 100%;
}
.product2 .product-main .main-box .box-right .right-pic-active {
  position: static;
  opacity: 1;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.product2 .product-main .main-box .box-list {
  width: 400px;
  height: auto;
  padding-top: 80px;
}
.product2 .product-main .main-box .box-list .list-lump {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px 32px 24px 64px;
  margin-bottom: 4px;
  opacity: 0.72;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product2 .product-main .main-box .box-list .list-lump .lump-title {
  position: relative;
  font-size: 20px;
  color: #1c1d21;
}
.product2 .product-main .main-box .box-list .list-lump .lump-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b4d0ee;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product2 .product-main .main-box .box-list .list-lump .lump-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
}
.product2 .product-main .main-box .box-list .list-lump-active {
  opacity: 1;
  background: #eef2f8;
}
.product2 .product-main .main-box .box-list .list-lump-active .lump-title::before {
  background: linear-gradient(-45deg, #16A3FF, #164E88);
}
.product2 .product-main .main-web-box {
  display: none;
}
.product3 {
  width: 100%;
  height: auto;
  background: url(../images/bg2.png) center 20% no-repeat, url(../images/bg2.png) center 2143px no-repeat;
  background-size: 100%;
}
.product3 .product-main {
  width: 1170px;
  height: auto;
  margin: 0 auto 188px;
}
.product3 .product-main .main-plate1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 120px 0 0;
}
.product3 .product-main .main-plate1 .plate1-pic {
  width: 703px;
  height: auto;
}
.product3 .product-main .main-plate1 .plate1-pic img {
  width: 100%;
}
.product3 .product-main .main-plate1 .plate1-cent {
  width: 390px;
  height: auto;
}
.product3 .product-main .main-plate1 .plate1-cent .cent-title {
  font-size: 36px;
  font-weight: bold;
  color: #164e88;
}
.product3 .product-main .main-plate1 .plate1-cent .cent-text {
  margin-top: 62px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.product3 .product-main .main-module {
  position: relative;
  width: 100%;
  height: auto;
  margin: 200px 0 0;
}
.product3 .product-main .main-module .module-title {
  font-size: 36px;
  font-weight: bold;
  color: #164e88;
}
.product3 .product-main .main-module .module-text {
  width: 100%;
  margin: 42px auto 0;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.product3 .product-main .main-module .module-pic {
  width: 100%;
  height: auto;
  margin-top: 66px;
}
.product3 .product-main .main-module .module-pic img {
  width: 100%;
}
.product3 .product-main .main-module .module-icon1 {
  position: absolute;
  bottom: 0;
  left: 34px;
  width: 48px;
  height: 48px;
}
.product3 .product-main .main-module .module-icon1 img {
  width: 100%;
}
.product3 .product-main .main-module .module-icon2 {
  position: absolute;
  bottom: 71px;
  left: -134px;
  width: 32px;
  height: 32px;
}
.product3 .product-main .main-module .module-icon2 img {
  width: 100%;
}
.product3 .product-main .main-plate2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 200px 0 0;
}
.product3 .product-main .main-plate2 .plate2-pic {
  width: 703px;
  height: auto;
}
.product3 .product-main .main-plate2 .plate2-pic img {
  width: 100%;
}
.product3 .product-main .main-plate2 .plate2-cent {
  width: 390px;
  height: auto;
}
.product3 .product-main .main-plate2 .plate2-cent .cent-title {
  font-size: 36px;
  font-weight: bold;
  color: #164e88;
}
.product3 .product-main .main-plate2 .plate2-cent .cent-text {
  margin-top: 62px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.product4 {
  width: 100%;
  height: auto;
  background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 2143px no-repeat;
  background-size: 100%;
}
.product4 .product-plate1 {
  width: 1170px;
  height: auto;
  margin: 120px auto 200px;
}
.product4 .product-plate1 .plate1-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product4 .product-plate1 .plate1-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product4 .product-plate1 .plate1-pic {
  width: 100%;
  height: auto;
  margin-top: 66px;
}
.product4 .product-plate1 .plate1-pic img {
  width: 100%;
}
.product4 .product-plate2 {
  width: 1170px;
  height: auto;
  margin: 0 auto 200px;
}
.product4 .product-plate2 .plate2-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product4 .product-plate2 .plate2-text {
  display: none;
}
.product4 .product-plate2 .plate2-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 58px;
}
.product4 .product-plate2 .plate2-top .top-item {
  width: 140px;
  height: 40px;
  margin: 0 28px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #747787;
  border-radius: 22px;
  cursor: pointer;
}
.product4 .product-plate2 .plate2-top .top-item-active {
  color: #fff;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
}
.product4 .product-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.product4 .product-plate2 .plate2-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.product4 .product-plate2 .plate2-main .main-box .box-title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product4 .product-plate2 .plate2-main .main-box .box-pic {
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.product4 .product-plate2 .plate2-main .main-box .box-pic img {
  width: 100%;
}
.product4 .product-plate2 .plate2-main .main-box-active {
  position: static;
  opacity: 1;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.product4 .product-plate2 .plate2-web-box {
  display: none;
}
.product5 {
  width: 100%;
  height: auto;
  margin-top: -136px;
  background: url(../images/bg2.png) top no-repeat;
  background-size: 100%;
}
.product5 .product-main {
  width: 1170px;
  height: auto;
  margin: 0 auto 200px;
}
.product5 .product-main .main-video {
  position: relative;
  width: 100%;
  height: auto;
}
.product5 .product-main .main-video .hidden-box {
  width: 100%;
  height: 100%;
}
.product5 .product-main .main-video .hidden-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product5 .product-main .main-video .hidden-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product5 .product-main .main-video .hidden-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: auto;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product5 .product-main .main-video .hidden-box .icon-box img {
  width: 100%;
  z-index: 3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product5 .product-main .main-video .hidden-box .icon-box:hover img {
  transform: scale(0.9, 0.9) translateZ(0);
  -o-transform: scale(0.9, 0.9) translateZ(0);
  -moz-transform: scale(0.9, 0.9) translateZ(0);
  -webkit-transform: scale(0.9, 0.9 translateZ(0));
}
.product5 .product-main .main-video .video-box {
  display: none;
  width: 100%;
  height: auto;
}
.product5 .product-main .main-video .video-box video {
  width: 100%;
  height: auto;
}
.product5 .product-main .main-item {
  width: 100%;
  height: auto;
  margin: 200px 0 0;
}
.product5 .product-main .main-item .item-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product5 .product-main .main-item .item-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product5 .product-main .main-item .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.product5 .product-main .main-item .item-box .box-pic {
  width: 750px;
  height: auto;
}
.product5 .product-main .main-item .item-box .box-pic img {
  width: 100%;
}
.product5 .product-main .main-item .item-box .box-list {
  width: 336px;
  height: auto;
}
.product5 .product-main .main-item .item-box .box-list .list-lump {
  width: 100%;
  height: auto;
  padding: 24px 0 0 64px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product5 .product-main .main-item .item-box .box-list .list-lump .lump-title {
  position: relative;
  font-size: 20px;
  color: #1c1d21;
}
.product5 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product5 .product-main .main-item .item-box .box-list .list-lump .lump-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
}
.product5 .product-main .main-item:nth-child(odd) .item-box {
  flex-direction: row-reverse;
}
.product6 {
  width: 100%;
  height: auto;
  margin-top: 120px;
  background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 2143px no-repeat;
  background-size: 100%;
}
.product6 .product-main {
  width: 1170px;
  height: auto;
  margin: 0 auto ;
}
.product6 .product-main .main-item {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 200px;
}
.product6 .product-main .main-item .item-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product6 .product-main .main-item .item-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product6 .product-main .main-item .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.product6 .product-main .main-item .item-box .box-pic {
  width: 750px;
  height: auto;
}
.product6 .product-main .main-item .item-box .box-pic img {
  width: 100%;
}
.product6 .product-main .main-item .item-box .box-list {
  width: 336px;
  height: auto;
}
.product6 .product-main .main-item .item-box .box-list .list-title {
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: bold;
  color: #164e88;
}
.product6 .product-main .main-item .item-box .box-list .list-lump {
  width: 100%;
  height: auto;
  padding: 24px 0 0 32px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product6 .product-main .main-item .item-box .box-list .list-lump .lump-title {
  position: relative;
  font-size: 20px;
  color: #1c1d21;
}
.product6 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product6 .product-main .main-item .item-box .box-list .list-lump .lump-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
}
.product6 .product-main .main-item .item-icon {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 48px;
  height: 48px;
}
.product6 .product-main .main-item .item-icon img {
  width: 100%;
}
.product6 .product-main .main-item .item-icon2 {
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 100px;
  height: 100px;
}
.product6 .product-main .main-item .item-icon2 img {
  width: 100%;
}
.product6 .product-main .main-item:nth-child(even) .item-box {
  flex-direction: row-reverse;
}
.product7 {
  width: 100%;
  height: auto;
  margin-top: 120px;
  background: url(../images/bg2.png) top no-repeat, url(../images/bg2.png) center 2143px no-repeat;
  background-size: 100%;
}
.product7 .product-main {
  width: 1170px;
  height: auto;
  margin: 0 auto ;
}
.product7 .product-main .main-item {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 200px;
}
.product7 .product-main .main-item .item-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product7 .product-main .main-item .item-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product7 .product-main .main-item .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.product7 .product-main .main-item .item-box .box-pic {
  width: 750px;
  height: auto;
}
.product7 .product-main .main-item .item-box .box-pic img {
  width: 100%;
}
.product7 .product-main .main-item .item-box .box-list {
  width: 336px;
  height: auto;
}
.product7 .product-main .main-item .item-box .box-list .list-title {
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: bold;
  color: #164e88;
}
.product7 .product-main .main-item .item-box .box-list .list-lump {
  width: 100%;
  height: auto;
  padding: 24px 0 0 32px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product7 .product-main .main-item .item-box .box-list .list-lump .lump-title {
  position: relative;
  font-size: 20px;
  color: #1c1d21;
}
.product7 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product7 .product-main .main-item .item-box .box-list .list-lump .lump-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
}
.product7 .product-main .main-item .item-icon {
  position: absolute;
  bottom: -48px;
  left: -48px;
  width: 48px;
  height: 48px;
}
.product7 .product-main .main-item .item-icon img {
  width: 100%;
}
.product7 .product-main .main-item:nth-child(even) .item-box {
  flex-direction: row-reverse;
}
.product8 {
  width: 100%;
  height: auto;
  margin-top: 120px;
  background: url(../images/bg2.png) top no-repeat;
  background-size: 100%;
}
.product8 .product-main {
  width: 1170px;
  height: auto;
  margin: 0 auto 214px;
}
.product8 .product-main .main-item {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 200px;
}
.product8 .product-main .main-item .item-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product8 .product-main .main-item .item-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product8 .product-main .main-item .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.product8 .product-main .main-item .item-box .box-pic {
  width: 750px;
  height: auto;
}
.product8 .product-main .main-item .item-box .box-pic img {
  width: 100%;
}
.product8 .product-main .main-item .item-box .box-list {
  width: 336px;
  height: auto;
}
.product8 .product-main .main-item .item-box .box-list .list-title {
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 28px;
  color: #164e88;
}
.product8 .product-main .main-item .item-box .box-list .list-lump {
  width: 100%;
  height: auto;
  padding: 24px 0 0 32px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product8 .product-main .main-item .item-box .box-list .list-lump .lump-title {
  position: relative;
  font-size: 20px;
  color: #1c1d21;
}
.product8 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product8 .product-main .main-item .item-box .box-list .list-lump .lump-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
}
.product8 .product-main .main-item .item-icon {
  position: absolute;
  bottom: -158px;
  right: -112px;
  width: 100px;
  height: 100px;
}
.product8 .product-main .main-item .item-icon img {
  width: 100%;
}
.product8 .product-main .main-item:nth-child(even) .item-box {
  flex-direction: row-reverse;
}
.product8 .product-main .main-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product8 .product-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.product8 .product-main .main-box .box-item {
  width: 560px;
  height: 270px;
  margin-bottom: 48px;
  padding: 36px 36px 0;
  border-radius: 8px;
  background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
  background-size: cover;
}
.product8 .product-main .main-box .box-item .item-icon {
  width: 48px;
}
.product8 .product-main .main-box .box-item .item-icon img {
  width: 100%;
}
.product8 .product-main .main-box .box-item .item-title {
  margin: 24px 0 21px;
  font-size: 24px;
  color: #1c1d21;
}
.product8 .product-main .main-box .box-item .item-text {
  font-size: 18px;
  line-height: 24px;
  color: #747787;
}
.product8 .product-main .main-button {
  display: block;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  background: #164e88;
}
.product9 {
  width: 100%;
  height: auto;
  margin-top: 120px;
  background: url(../images/bg2.png) 0 -5.5rem no-repeat;
  background-size: 100%;
}
.product9 .product-main {
  width: 1170px;
  height: auto;
  margin: 0 auto 200px;
}
.product9 .product-main .main-item {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 200px;
}
.product9 .product-main .main-item .item-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product9 .product-main .main-item .item-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product9 .product-main .main-item .item-pic {
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.product9 .product-main .main-item .item-pic img {
  width: 100%;
}
.product9 .product-main .main-item .item-button {
  display: block;
  width: 200px;
  height: 48px;
  margin: 102px auto 0;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  background: #164e88;
}
.product9 .product-main .main-item .item-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.product9 .product-main .main-item .item-cont::before {
  content: '';
  position: absolute;
  top: -100px;
  right: 95px;
  width: 56px;
  height: 56px;
  background: url(../images/icon/icon-product-pic1.png) no-repeat center;
  background-size: 100%;
}
.product9 .product-main .main-item .item-cont .cont-right {
  position: relative;
  width: 690px;
  height: auto;
}
.product9 .product-main .main-item .item-cont .cont-right .right-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.product9 .product-main .main-item .item-cont .cont-right .right-pic img {
  width: 100%;
}
.product9 .product-main .main-item .item-cont .cont-right .right-pic-active {
  position: static;
  opacity: 1;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.product9 .product-main .main-item .item-cont .cont-list {
  width: 420px;
  height: auto;
}
.product9 .product-main .main-item .item-cont .cont-list .list-lump {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px 32px 24px 64px;
  margin-bottom: 4px;
  opacity: 0.72;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product9 .product-main .main-item .item-cont .cont-list .list-lump .lump-title {
  position: relative;
  font-size: 20px;
  color: #1c1d21;
}
.product9 .product-main .main-item .item-cont .cont-list .list-lump .lump-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b4d0ee;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product9 .product-main .main-item .item-cont .cont-list .list-lump .lump-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
}
.product9 .product-main .main-item .item-cont .cont-list .list-lump-active {
  opacity: 1;
  background: #eef2f8;
}
.product9 .product-main .main-item .item-cont .cont-list .list-lump-active .lump-title::before {
  background: linear-gradient(-45deg, #16A3FF, #164E88);
}
.product9 .product-main .main-item .item-web-cont {
  display: none;
}
.product9 .product-main .main-item .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.product9 .product-main .main-item .item-box .box-pic {
  width: 750px;
  height: auto;
}
.product9 .product-main .main-item .item-box .box-pic img {
  width: 100%;
}
.product9 .product-main .main-item .item-box .box-list {
  width: 336px;
  height: auto;
}
.product9 .product-main .main-item .item-box .box-list .list-title {
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 28px;
  color: #164e88;
}
.product9 .product-main .main-item .item-box .box-list .list-lump {
  width: 100%;
  height: auto;
  padding: 24px 0 0 32px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product9 .product-main .main-item .item-box .box-list .list-lump .lump-title {
  position: relative;
  font-size: 20px;
  color: #1c1d21;
}
.product9 .product-main .main-item .item-box .box-list .list-lump .lump-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.product9 .product-main .main-item .item-box .box-list .list-lump .lump-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
}
.product9 .product-main .main-item .item-icon {
  position: absolute;
  bottom: -158px;
  right: -112px;
  width: 100px;
  height: 100px;
}
.product9 .product-main .main-item .item-icon img {
  width: 100%;
}
.product9 .product-main .main-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product9 .product-main .main-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.product9 .product-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 64px;
  margin-bottom: 132px;
}
.product9 .product-main .main-box .box-item {
  width: 560px;
  height: 270px;
  margin-bottom: 48px;
  padding: 36px 36px 0;
  border-radius: 8px;
  background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
  background-size: cover;
}
.product9 .product-main .main-box .box-item .item-icon {
  width: 48px;
}
.product9 .product-main .main-box .box-item .item-icon img {
  width: 100%;
}
.product9 .product-main .main-box .box-item .item-title {
  margin: 24px 0 21px;
  font-size: 24px;
  color: #1c1d21;
}
.product9 .product-main .main-box .box-item .item-text {
  font-size: 18px;
  line-height: 24px;
  color: #747787;
}
.product9 .product-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.product9 .product-main .main-cont .cont-item {
  width: calc(100% / 3 - 20px);
  height: auto;
  margin-right: 30px;
}
.product9 .product-main .main-cont .cont-item:last-of-type {
  margin-right: 0;
}
.product9 .product-main .main-cont .cont-item .item-pic {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #d8d8d8;
  overflow: hidden;
}
.product9 .product-main .main-cont .cont-item .item-pic img {
  width: 100%;
}
.product9 .product-main .main-cont .cont-item .item-pic span {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  padding: 0 12px;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.32);
}
.product9 .product-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.product9 .product-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1c1d21;
}
.product9 .product-main .main-cont .cont-item .item-cent .cent-txet {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  color: #747787;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product9 .product-main .main-button {
  display: block;
  width: 200px;
  height: 48px;
  margin: 64px auto 0;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  background: #164e88;
}
.product9 .product-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 200px;
}
.product9 .product-main .main-cent .cent-title {
  margin-bottom: 102px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.product9 .product-main .main-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  border-bottom: solid 1px #ecedee;
}
.product9 .product-main .main-cent .cent-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  cursor: pointer;
}
.product9 .product-main .main-cent .cent-item .item-top .top-title {
  width: auto;
  font-size: 18px;
  color: #1c1d21;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product9 .product-main .main-cent .cent-item .item-top .top-icon {
  position: relative;
  width: 11px;
  height: 7px;
}
.product9 .product-main .main-cent .cent-item .item-top .top-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;
}
.product9 .product-main .main-cent .cent-item .item-top .top-icon .img2 {
  opacity: 0;
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.product9 .product-main .main-cent .cent-item .item-top-active .top-title {
  color: #164e88;
}
.product9 .product-main .main-cent .cent-item .item-top-active .top-icon .img1 {
  opacity: 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product9 .product-main .main-cent .cent-item .item-top-active .top-icon .img2 {
  opacity: 1;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.product9 .product-main .main-cent .cent-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #747787;
}
.solution {
  width: 100%;
  height: auto;
}
.solution .solution-plate1 {
  width: 1170px;
  height: auto;
  margin: 120px auto 0;
}
.solution .solution-plate1 .plate1-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.solution .solution-plate1 .plate1-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.solution .solution-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.solution .solution-plate1 .plate1-main .main-item {
  width: 560px;
  height: 270px;
  margin-bottom: 48px;
  padding: 36px 36px 0;
  border-radius: 8px;
  background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
  background-size: cover;
}
.solution .solution-plate1 .plate1-main .main-item .item-icon {
  width: 48px;
}
.solution .solution-plate1 .plate1-main .main-item .item-icon img {
  width: 100%;
}
.solution .solution-plate1 .plate1-main .main-item .item-title {
  margin: 24px 0 21px;
  font-size: 24px;
  color: #1c1d21;
}
.solution .solution-plate1 .plate1-main .main-item .item-text {
  font-size: 18px;
  line-height: 24px;
  color: #747787;
}
.solution .solution-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 200px auto 0;
}
.solution .solution-plate2 .plate2-box {
  position: relative;
  width: 1170px;
  height: auto;
  margin: 0 auto ;
}
.solution .solution-plate2 .plate2-box .box-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.solution .solution-plate2 .plate2-box .box-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.solution .solution-plate2 .plate2-box .box-pic {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.solution .solution-plate2 .plate2-box .box-pic img {
  width: 100%;
}
.solution .solution-plate2 .plate2-box .box-icon {
  position: absolute;
  bottom: -28px;
  left: -145px;
  width: 100px;
  height: auto;
}
.solution .solution-plate2 .plate2-box .box-icon img {
  width: 100%;
}
.solution .solution-plate2 .plate2-box .box-icon2 {
  position: absolute;
  top: 122px;
  left: -145px;
  width: 100px;
  height: auto;
}
.solution .solution-plate2 .plate2-box .box-icon2 img {
  width: 100%;
}
.solution .solution-plate2 .plate2-bg {
  position: absolute;
  top: -280px;
  right: 0;
  width: 497px;
  height: auto;
  z-index: -1;
}
.solution .solution-plate2 .plate2-bg img {
  width: 100%;
}
.solution .solution-plate3 {
  width: 100%;
  height: auto;
  margin: 200px auto 0;
  padding-bottom: 108px;
  background: linear-gradient(180deg, #FFFFFF, #F7F9FC);
}
.solution .solution-plate3 .plate3-cont {
  position: relative;
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.solution .solution-plate3 .plate3-cont .cont-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.solution .solution-plate3 .plate3-cont .cont-text {
  width: 880px;
  margin: 43px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.solution .solution-plate3 .plate3-cont .cont-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.solution .solution-plate3 .plate3-cont .cont-top .top-item {
  width: 140px;
  height: 40px;
  margin: 0 15px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #747787;
  border-radius: 22px;
  cursor: pointer;
  transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
.solution .solution-plate3 .plate3-cont .cont-top .top-item-active {
  color: #fff;
  background: linear-gradient(-45deg, #16A3FF, #164E88);
}
.solution .solution-plate3 .plate3-cont .cont-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.solution .solution-plate3 .plate3-cont .cont-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.solution .solution-plate3 .plate3-cont .cont-main .main-box .box-pic {
  width: 760px;
  height: auto;
}
.solution .solution-plate3 .plate3-cont .cont-main .main-box .box-pic img {
  width: 100%;
}
.solution .solution-plate3 .plate3-cont .cont-main .main-box .box-cent {
  width: 330px;
  height: auto;
}
.solution .solution-plate3 .plate3-cont .cont-main .main-box .box-cent .cent-title {
  font-size: 36px;
  color: #164e88;
}
.solution .solution-plate3 .plate3-cont .cont-main .main-box .box-cent .cent-text {
  margin-top: 42px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.solution .solution-plate3 .plate3-cont .cont-main .main-box-active {
  position: static;
  opacity: 1;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.solution .solution-plate3 .plate3-cont .cont-web-box {
  display: none;
}
.solution .solution-plate3 .plate3-cont .plate3-icon {
  position: absolute;
  bottom: 0;
  left: 65px;
  width: 48px;
  height: 48px;
}
.solution .solution-plate3 .plate3-cont .plate3-icon img {
  width: 100%;
}
.solution .solution-plate3 .plate3-cont .plate3-icon2 {
  position: absolute;
  bottom: 68px;
  left: -103px;
  width: 32px;
  height: 32px;
}
.solution .solution-plate3 .plate3-cont .plate3-icon2 img {
  width: 100%;
}
.solution .solution-plate4 {
  width: 1170px;
  height: auto;
  margin: 200px auto;
}
.solution .solution-plate4 .plate4-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.solution .solution-plate4 .plate4-text {
  width: 880px;
  margin: 22px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.solution .solution-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 64px;
  border-radius: 8px;
  border: solid 1px #d8dfe6;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.solution .solution-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.solution .solution-plate4 .plate4-main .main-box .box-pic {
  width: 50%;
  height: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}
.solution .solution-plate4 .plate4-main .main-box .box-pic img {
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.solution .solution-plate4 .plate4-main .main-box .box-cent {
  width: 50%;
  height: auto;
  padding: 48px 48px 0;
  background: #fff;
}
.solution .solution-plate4 .plate4-main .main-box .box-cent .cent-title {
  font-size: 28px;
  color: #1c1d21;
}
.solution .solution-plate4 .plate4-main .main-box .box-cent .cent-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 23px;
}
.solution .solution-plate4 .plate4-main .main-box .box-cent .cent-list span {
  width: auto;
  height: auto;
  padding: 7px 12px;
  margin-right: 12px;
  font-size: 14px;
  color: #164e88;
  border-radius: 4px;
  background: rgba(22, 78, 136, 0.12);
}
.solution .solution-plate4 .plate4-main .main-box .box-cent .cent-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.solution .solution-plate4 .plate4-main .main-box-active {
  position: static;
  opacity: 1;
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.solution .solution-plate4 .plate4-bottom {
  position: relative;
  width: 704px;
  height: auto;
  margin: 45px auto 0;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper {
  width: 544px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide {
  width: 160px;
  height: 80px;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #ffffff;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide .slide-pic img {
  width: 100%;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper .swiper-slide-active .slide-pic {
  opacity: 1;
  border: solid 1px #d8dfe6;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev,
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.08);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev img,
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  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;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev .img2,
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev:hover .img1,
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev:hover .img2,
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-prev {
  left: 0;
}
.solution .solution-plate4 .plate4-bottom .plate4-swiper-button-next {
  right: 0;
}
.safe {
  width: 100%;
  height: auto;
}
.safe .safe-plate1 {
  width: 1170px;
  height: auto;
  margin: 120px auto 200px;
}
.safe .safe-plate1 .plate1-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.safe .safe-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 104px;
  padding: 0 35px;
}
.safe .safe-plate1 .plate1-main .main-item {
  width: calc(100% / 2 - 61px);
  height: auto;
}
.safe .safe-plate1 .plate1-main .main-item .item-icon {
  width: 88px;
  height: auto;
  margin: 0 auto;
}
.safe .safe-plate1 .plate1-main .main-item .item-icon img {
  width: 100%;
}
.safe .safe-plate1 .plate1-main .main-item .item-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.safe .safe-plate2 {
  width: 100%;
  height: auto;
  padding: 120px 0 70px;
  background: #f7f9fc;
}
.safe .safe-plate2 .plate2-main {
  position: relative;
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.safe .safe-plate2 .plate2-main .main-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #164e88;
}
.safe .safe-plate2 .plate2-main .main-text {
  margin-top: 44px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.safe .safe-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.safe .safe-plate2 .plate2-main .main-box .box-item {
  width: calc(100% / 2 - 25px);
  height: auto;
  padding: 36px;
  margin-bottom: 48px;
}
.safe .safe-plate2 .plate2-main .main-box .box-item .item-icon {
  width: 48px;
  height: auto;
  margin: 0 auto;
}
.safe .safe-plate2 .plate2-main .main-box .box-item .item-icon img {
  width: 100%;
}
.safe .safe-plate2 .plate2-main .main-box .box-item .item-title {
  margin-top: 24px;
  font-size: 24px;
  text-align: center;
  color: #1c1d21;
}
.safe .safe-plate2 .plate2-main .main-box .box-item .item-text {
  margin-top: 23px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.safe .safe-plate2 .plate2-main .main-icon {
  position: absolute;
  top: 100px;
  right: -107px;
  width: 48px;
  height: auto;
}
.safe .safe-plate2 .plate2-main .main-icon img {
  width: 100%;
}
.safe .safe-plate2 .plate2-main .main-icon2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: auto;
}
.safe .safe-plate2 .plate2-main .main-icon2 img {
  width: 100%;
}
.safe .safe-plate2 .plate2-main .main-icon3 {
  position: absolute;
  bottom: 84px;
  left: -182px;
  width: 32px;
  height: auto;
}
.safe .safe-plate2 .plate2-main .main-icon3 img {
  width: 100%;
}
.news {
  width: 100%;
  height: auto;
  padding: 72px 0 200px;
}
.news .news-main {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-top {
  display: none;
}
.news .news-main .main-list {
  width: 880px;
  height: auto;
}
.news .news-main .main-list .list-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 32px 0;
  border-bottom: solid 1px #ecedee;
}
.news .news-main .main-list .list-item .item-cent {
  flex: 1;
  height: auto;
  padding-right: 40px;
}
.news .news-main .main-list .list-item .item-cent .cent-title {
  padding-top: 5px;
  font-size: 24px;
  color: #1c1d21;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-list .list-item .item-cent .cent-text {
  margin: 20px 0;
  font-size: 14px;
  line-height: 22px;
  color: #747787;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-list .list-item .item-cent .cent-time {
  font-size: 14px;
  color: #747787;
}
.news .news-main .main-list .list-item .item-cent .cent-time span {
  margin-left: 24px;
}
.news .news-main .main-list .list-item .item-pic {
  width: 360px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.news .news-main .main-list .list-item .item-pic img {
  width: 100%;
}
.news .news-main .main-list .list-item:hover .item-cent .cent-title {
  color: #164e88;
}
.news .news-main .main-list .list-item:hover .item-cent .cent-text,
.news .news-main .main-list .list-item:hover .item-cent .cent-time {
  color: #1c1d21;
}
.news .news-main .main-list .list-bottom {
  display: block;
  width: 50px;
  height: auto;
  margin: 40px auto 0;
  text-align: center;
}
.news .news-main .main-list .list-bottom .bottom-title {
  font-size: 12px;
  color: #4c6dff;
}
.news .news-main .main-list .list-bottom img {
  width: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-list .list-bottom:hover img {
  transform: translatey(8px);
  -o-transform: translatey(8px);
  -moz-transform: translatey(8px);
  -webkit-transform: translatey(8px);
}
.news .news-main .main-screen {
  width: 230px;
  height: auto;
  padding-top: 32px;
}
.news .news-main .main-screen .screen-main {
  width: 100%;
  height: auto;
  padding: 15px 15px 23px;
  border-radius: 4px;
  border: solid 1px #15be53;
  background: #ffffff;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.12);
}
.news .news-main .main-screen .screen-main .main-title {
  font-size: 16px;
  font-weight: bold;
  color: #1c1d21;
}
.news .news-main .main-screen .screen-main .main-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.news .news-main .main-screen .screen-main .main-choice input[type="radio"],
.news .news-main .main-screen .screen-main .main-choice input[type="checkbox"] {
  display: none;
}
.news .news-main .main-screen .screen-main .main-choice .choice-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin-right: 36px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #1c1d21;
  cursor: pointer;
}
.news .news-main .main-screen .screen-main .main-choice .choice-item span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
  background: #ebebeb;
}
.news .news-main .main-screen .screen-main .main-choice .choice-item span img {
  width: 9px;
  opacity: 0;
}
.news .news-main .main-screen .screen-main .main-choice input:checked + label .choice-item span {
  background: #15be53;
}
.news .news-main .main-screen .screen-main .main-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.news .news-main .main-screen .screen-main .main-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.news .news-main .main-screen .screen-main .main-bottom span {
  margin-right: 4px;
  font-size: 12px;
  color: #4c6dff;
}
.news .news-main .main-screen .screen-main .main-bottom img {
  width: 11px;
}
.newsDetails {
  width: 100%;
  height: auto;
  margin-top: 56px;
}
.newsDetails .newsDetails-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-return {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: auto;
  padding-top: 40px;
}
.newsDetails .newsDetails-main .main-return span {
  margin-left: 12px;
  font-size: 12px;
  color: #4c6dff;
}
.newsDetails .newsDetails-main .main-return img {
  width: 7px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-return:hover img {
  transform: translateX(-8px);
  -o-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
}
.newsDetails .newsDetails-main .main-top {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 33px;
  border-bottom: solid 1px #ecedee;
}
.newsDetails .newsDetails-main .main-top .top-title {
  font-size: 36px;
  color: #1c1d21;
}
.newsDetails .newsDetails-main .main-top .top-time {
  margin-top: 34px;
  font-size: 16px;
  color: #747787;
}
.newsDetails .newsDetails-main .main-top .top-time span {
  margin-left: 24px;
}
.newsDetails .newsDetails-main .main-box {
  width: 100%;
  height: auto;
  padding: 40px 0 80px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
  border-bottom: solid 1px #ecedee;
}
.newsDetails .newsDetails-main .main-box p {
  margin-top: 8px;
}
.newsDetails .newsDetails-main .main-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 32px auto;
}
.newsDetails .newsDetails-main .main-bottom {
  width: 100%;
  height: auto;
  padding: 48px 0 168px;
}
.newsDetails .newsDetails-main .main-bottom .bottom-title {
  margin-bottom: 25px;
  font-size: 16px;
  color: #1c1d21;
}
.newsDetails .newsDetails-main .main-bottom .bottom-list {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #747787;
}
.newsDetails .newsDetails-main .main-bottom .bottom-list:hover {
  color: #164e88;
}
.join {
  width: 100%;
  height: auto;
}
.join .join-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.join .join-main .main-top {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.join .join-main .main-top .top-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.join .join-main .main-top .top-text {
  margin-top: 42px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.join .join-main .main-top .top-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.join .join-main .main-top .top-box .swiper-slide {
  width: calc(100% / 3 - 20px);
  height: auto;
  margin-right: 30px;
}
.join .join-main .main-top .top-box .swiper-slide .box-item {
  width: 100%;
  height: auto;
  margin-right: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.join .join-main .main-top .top-box .swiper-slide .box-item img {
  width: 100%;
}
.join .join-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 180px;
}
.join .join-main .main-cont .cont-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.join .join-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 66px;
}
.join .join-main .main-cont .cont-box .box-item {
  width: 560px;
  height: auto;
  padding: 36px;
  margin-bottom: 48px;
  border-radius: 8px;
  background: #f7f9fc;
}
.join .join-main .main-cont .cont-box .box-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.join .join-main .main-cont .cont-box .box-item .item-top .top-title {
  font-size: 28px;
  color: #1c1d21;
}
.join .join-main .main-cont .cont-box .box-item .item-top .top-botton {
  position: relative;
  width: 100px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #164e88;
  background: url(../images/icon/icon-join-button-bg.png) no-repeat center;
  background-size: 100%;
  border-radius: 18px;
  z-index: 9;
}
.join .join-main .main-cont .cont-box .box-item .item-num {
  margin-top: 23px;
  font-size: 28px;
  color: #ffb134;
}
.join .join-main .main-cont .cont-box .box-item .item-text {
  padding: 20px 0 20px;
  font-size: 16px;
  color: #747787;
  border-bottom: solid 1px #ecedee;
}
.join .join-main .main-cont .cont-box .box-item .item-text span {
  margin-right: 32px;
}
.join .join-main .main-cont .cont-box .box-item .item-text2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.join .join-main .main-cont .cont-box .box-item .item-bottom {
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.join .join-main .main-cont .cont-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 8px;
}
.join .join-main .main-cont .cont-botton span {
  margin-right: 12px;
  font-size: 12px;
  color: #4c6dff;
}
.join .join-main .main-cont .cont-botton img {
  width: 7px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-main .main-cont .cont-botton:hover img {
  transform: translateX(8px);
  -o-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
}
.join .join-main .mian-bottom {
  width: 100%;
  height: auto;
  padding: 180px 0;
}
.join .join-main .mian-bottom .bottom-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1c1d21;
}
.join .join-main .mian-bottom .bottom-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 66px;
}
.join .join-main .mian-bottom .bottom-cont .cont-item {
  width: 560px;
  height: 270px;
  margin-bottom: 48px;
  padding: 36px 36px 0;
  border-radius: 8px;
  background: #f7f9fc url(../images/solution/plate1-bg.png) no-repeat;
  background-size: cover;
}
.join .join-main .mian-bottom .bottom-cont .cont-item .item-icon {
  width: 48px;
}
.join .join-main .mian-bottom .bottom-cont .cont-item .item-icon img {
  width: 100%;
}
.join .join-main .mian-bottom .bottom-cont .cont-item .item-title {
  margin: 24px 0 21px;
  font-size: 24px;
  color: #1c1d21;
}
.join .join-main .mian-bottom .bottom-cont .cont-item .item-text {
  font-size: 18px;
  line-height: 24px;
  color: #747787;
}
.joinList {
  width: 100%;
  height: auto;
  padding: 72px 0 200px;
}
.joinList .joinList-main {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.joinList .joinList-main .main-top {
  display: none;
}
.joinList .joinList-main .main-list {
  width: 880px;
  height: auto;
}
.joinList .joinList-main .main-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 32px 0px;
  border-bottom: solid 1px #ecedee;
}
.joinList .joinList-main .main-list .list-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.joinList .joinList-main .main-list .list-item .item-top .top-title {
  font-size: 28px;
  color: #1c1d21;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.joinList .joinList-main .main-list .list-item .item-top .top-botton {
  position: relative;
  width: 100px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #164e88;
  background: url(../images/icon/icon-join-button-bg.png) no-repeat center;
  background-size: 100%;
  border-radius: 18px;
  z-index: 9;
}
.joinList .joinList-main .main-list .list-item .item-num {
  margin-top: 23px;
  font-size: 28px;
  color: #ffb134;
}
.joinList .joinList-main .main-list .list-item .item-text {
  padding: 20px 0 17px;
  font-size: 16px;
  color: #747787;
}
.joinList .joinList-main .main-list .list-item .item-text span {
  margin-right: 32px;
}
.joinList .joinList-main .main-list .list-item .item-text2 {
  font-size: 16px;
  line-height: 24px;
  color: #747787;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.joinList .joinList-main .main-list .list-item .item-bottom {
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.joinList .joinList-main .main-list .list-item:hover .item-top .top-title {
  color: #164e88;
}
.joinList .joinList-main .main-list .list-bottom {
  display: block;
  width: 50px;
  height: auto;
  margin: 40px auto 0;
  text-align: center;
}
.joinList .joinList-main .main-list .list-bottom .bottom-title {
  font-size: 12px;
  color: #4c6dff;
}
.joinList .joinList-main .main-list .list-bottom img {
  width: 11px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.joinList .joinList-main .main-list .list-bottom:hover img {
  transform: translatey(8px);
  -o-transform: translatey(8px);
  -moz-transform: translatey(8px);
  -webkit-transform: translatey(8px);
}
.joinList .joinList-main .main-screen {
  width: 230px;
  height: auto;
  padding-top: 32px;
}
.joinList .joinList-main .main-screen .screen-main {
  width: 100%;
  height: auto;
  padding: 15px 15px 23px;
  border-radius: 4px;
  border: solid 1px #15be53;
  background: #ffffff;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.12);
}
.joinList .joinList-main .main-screen .screen-main .main-title {
  font-size: 16px;
  font-weight: bold;
  color: #1c1d21;
}
.joinList .joinList-main .main-screen .screen-main .main-subtitle {
  margin-top: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #1c1d21;
}
.joinList .joinList-main .main-screen .screen-main .main-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.joinList .joinList-main .main-screen .screen-main .main-choice input[type="radio"],
.joinList .joinList-main .main-screen .screen-main .main-choice input[type="checkbox"] {
  display: none;
}
.joinList .joinList-main .main-screen .screen-main .main-choice label {
  width: 100%;
  height: auto;
}
.joinList .joinList-main .main-screen .screen-main .main-choice .choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #1c1d21;
  cursor: pointer;
}
.joinList .joinList-main .main-screen .screen-main .main-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
  background: #ebebeb;
}
.joinList .joinList-main .main-screen .screen-main .main-choice .choice-item span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.joinList .joinList-main .main-screen .screen-main .main-choice input:checked + label .choice-item span {
  background: #15be53;
}
.joinList .joinList-main .main-screen .screen-main .main-choice input:checked + label .choice-item span img {
  opacity: 1;
}
.joinList .joinList-main .main-screen .screen-main .main-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.joinList .joinList-main .main-screen .screen-main .main-bottom span {
  margin-right: 4px;
  font-size: 12px;
  color: #4c6dff;
}
.joinList .joinList-main .main-screen .screen-main .main-bottom img {
  width: 11px;
}
.joinDetails {
  width: 100%;
  height: auto;
  margin-top: 56px;
}
.joinDetails .joinDetails-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.joinDetails .joinDetails-main .main-return {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: auto;
  padding-top: 40px;
}
.joinDetails .joinDetails-main .main-return span {
  margin-left: 12px;
  font-size: 12px;
  color: #4c6dff;
}
.joinDetails .joinDetails-main .main-return img {
  width: 7px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.joinDetails .joinDetails-main .main-return:hover img {
  transform: translateX(-8px);
  -o-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
}
.joinDetails .joinDetails-main .main-top {
  width: 100%;
  height: auto;
  padding: 41px 0 25px;
  border-bottom: solid 1px #ecedee;
}
.joinDetails .joinDetails-main .main-top .top-title {
  font-size: 36px;
  font-weight: bold;
  color: #1c1d21;
}
.joinDetails .joinDetails-main .main-top .top-num {
  margin: 26px 0;
  font-size: 28px;
  color: #ffb134;
}
.joinDetails .joinDetails-main .main-top .top-text {
  font-size: 16px;
  color: #747787;
}
.joinDetails .joinDetails-main .main-top .top-text span {
  margin-right: 28px;
}
.joinDetails .joinDetails-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.joinDetails .joinDetails-main .main-box .box-title {
  margin-top: 36px;
  font-size: 24px;
  color: #1c1d21;
}
.joinDetails .joinDetails-main .main-box .box-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.joinDetails .joinDetails-main .main-box .box-text span {
  display: block;
  margin-top: 8px;
}
.joinDetails .joinDetails-main .main-botton {
  display: block;
  width: 200px;
  height: 48px;
  margin: 100px 0 196px;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  border-radius: 24px;
  background: #164e88;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.about .about-plate1 .plate1-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main .main-title {
  font-size: 36px;
  text-align: center;
  color: #1c1d21;
}
.about .about-plate1 .plate1-main .main-text {
  margin-top: 42px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.about .about-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.about .about-plate1 .plate1-main .main-box .box-item {
  width: calc(100% / 3 - 20px);
  height: auto;
  padding: 36px;
  margin-right: 30px;
  border-radius: 4px;
  background: #f7f9fc;
}
.about .about-plate1 .plate1-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.about .about-plate1 .plate1-main .main-box .box-item .item-icon {
  width: 48px;
  height: auto;
  margin: 0 auto;
}
.about .about-plate1 .plate1-main .main-box .box-item .item-icon img {
  width: 100%;
}
.about .about-plate1 .plate1-main .main-box .box-item .item-title {
  margin: 16px 0 10px;
  font-size: 24px;
  text-align: center;
  color: #1c1d21;
}
.about .about-plate1 .plate1-main .main-box .box-item .item-text {
  font-size: 16px;
  text-align: center;
  color: #1c1d21;
}
.about .about-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 200px;
}
.about .about-plate2::before {
  content: '';
  position: absolute;
  top: -200px;
  right: 0;
  width: 420px;
  height: 480px;
  background: url(../images/about/bg1.png) no-repeat center;
  background-size: 100%;
}
.about .about-plate2::after {
  content: '';
  position: absolute;
  bottom: -580px;
  left: 0;
  width: 420px;
  height: 480px;
  background: url(../images/about/bg2.png) no-repeat center;
  background-size: 100%;
}
.about .about-plate2 .plate2-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .main-title {
  font-size: 36px;
  text-align: center;
  color: #1c1d21;
}
.about .about-plate2 .plate2-main .main-text {
  width: 880px;
  margin: 42px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.about .about-plate2 .plate2-main .plate2-web-cont {
  display: none;
}
.about .about-plate2 .plate2-main .plate2-cont {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 56px auto 0;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper {
  width: 1082px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper .swiper-slide {
  width: 260px;
  height: 346px;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #ecedee;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper .swiper-slide .slide-pic img {
  width: 100%;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-prev,
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.08);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-prev img,
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  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 .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-prev .img2,
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-prev:hover .img1,
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-prev:hover .img2,
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-prev {
  left: 0;
}
.about .about-plate2 .plate2-main .plate2-cont .plate2-swiper-button-next {
  right: 0;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  margin: 200px 0;
}
.about .about-plate3 .plate3-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-title {
  font-size: 36px;
  text-align: center;
  color: #1c1d21;
}
.about .about-plate3 .plate3-main .plate3-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper {
  position: relative;
  width: 1000px;
  height: 400px;
  overflow-x: hidden;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ecedee;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .swiper-slide {
  position: relative;
  width: 200px;
  height: 100%;
  cursor: pointer;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .swiper-slide .slide-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #a1a8b5;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 200px;
  height: auto;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 16px;
  text-align: center;
  color: #1c1d21;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 13px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #747787;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .swiper-slide:nth-child(even) .slide-box .box-cent {
  top: auto;
  bottom: 36px;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .slide-active .slide-box {
  background: none;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper .slide-active .slide-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-price-plate4-pic1.png) no-repeat center;
  background-size: 100%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.08);
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  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 .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-prev .img2,
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-prev:hover .img1,
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-prev:hover .img2,
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-prev {
  left: 0;
}
.about .about-plate3 .plate3-main .plate3-cont .plate3-swiper-button-next {
  right: 0;
}
.about .about-plate3 .plate3-main .plate3-web-cont {
  display: none;
}
.clause {
  width: 100%;
  height: auto;
  margin: 140px 0 200px;
}
.clause .clause-main {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.clause .clause-main .main-title {
  font-size: 40px;
  text-align: center;
  color: #1c1d21;
}
.clause .clause-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 63px;
  font-size: 16px;
  line-height: 24px;
  color: #747787;
}
.clause .clause-main .main-box div {
  margin: 36px 0 26px;
  font-size: 20px;
  line-height: 26px;
  color: #1c1d21;
}
.clause .clause-main .main-bottom {
  margin-top: 78px;
  padding-top: 24px;
  font-size: 16px;
  color: #747787;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.45rem;
}
.page-number .but-active {
  background: #164E88 !important;
  color: #fff !important;
}
.page-number .but-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  font-family: 'Arial';
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #666;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box:hover {
  color: #fff;
  background: #164E88;
}
.page-number .but-left,
.page-number .but-right,
.page-number .but-bottom {
  display: inline-block;
  width: 110px;
  height: 50px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #666;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-left:hover,
.page-number .but-right:hover,
.page-number .but-bottom:hover {
  color: #fff;
  background: #164E88;
}
.page-number .but-text {
  display: inline-block;
  width: auto;
  height: 50px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 50px;
  color: #999;
}
.page-number input {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.page-number input::placeholder {
  font-size: 14px;
  color: #666;
}
.page-number2 .but-box,
.page-number2 input,
.page-number2 .but-left,
.page-number2 .but-right,
.page-number2 .but-bottom {
  background: #f5f5f5;
}
.Wpage-number {
  display: none;
}
@keyframes slidein {
  0% {
    transform: translate(0.1rem, -0.1rem);
    -o-transform: translate(0.1rem, -0.1rem);
    -moz-transform: translate(0.1rem, -0.1rem);
    -webkit-transform: translate(0.1rem, -0.1rem);
  }
  25% {
    transform: translate(-0.1rem, 0.14rem);
    -o-transform: translate(-0.1rem, 0.14rem);
    -moz-transform: translate(-0.1rem, 0.14rem);
    -webkit-transform: translate(-0.1rem, 0.14rem);
  }
  50% {
    transform: translate(0.1rem, 0.2rem);
    -o-transform: translate(0.1rem, 0.2rem);
    -moz-transform: translate(0.1rem, 0.2rem);
    -webkit-transform: translate(0.1rem, 0.2rem);
  }
  100% {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
