.wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .pc-header-fixed {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8888888;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.container .header-nav-mobile {
  display: none;
}
.container .header-section {
  height: 36px;
  background: #080e30;
}
.container .header-section .header {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.container .header-section .header .header-desc {
  white-space: nowrap;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.container .header-section .header .header-nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.container .header-section .header .header-nav .header-nav-pc {
  height: 100%;
}
.container .header-section .header .header-nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.container .header-section .header .header-nav ul li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  white-space: nowrap;
  padding: 0 15px;
}
.container .header-section .header .header-nav ul li a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.container .header-section .header .header-nav ul .xl {
  cursor: pointer;
  position: absolute;
  right: 3px;
  width: 8px;
  top: 40%;
  transition: transform 0.3s;
}
.container .header-section .header .header-nav ul .prod-menus,
.container .header-section .header .header-nav ul .plan-menus {
  display: none;
  position: absolute;
  left: -100%;
  background: #fff;
  top: 100%;
  z-index: 100000;
  text-align: center;
  transition: 0.25s;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.container .header-section .header .header-nav ul .prod-menus .menu-item,
.container .header-section .header .header-nav ul .plan-menus .menu-item {
  padding: 10px 20px !important;
}
.container .header-section .header .header-nav ul .prod-menus,
.container .header-section .header .header-nav ul .plan-menus {
  left: -54px;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  z-index: 999;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-title {
  color: #222426;
  width: 157px;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-item {
  width: 112px;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-title a {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-item a {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-title span {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list .menu-list-item:last-child a {
  border: none;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-child(even) {
  border-bottom: 1px dashed #e5e5e5;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-child(odd) {
  border-right: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-last-child(1) {
  border: none;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list:nth-last-child(2) {
  border-right: 1px dashed #e5e5e5;
  border-bottom: none
}
.container .header-section .header .header-nav ul .prod-menus a,
.container .header-section .header .header-nav ul .plan-menus a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
}
.container .header-section .header .header-nav ul .prod-menus .prod-menu .menu-list a,
.container .header-section .header .header-nav ul .plan-menus .prod-menu .menu-list a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  line-height: normal;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  border-right: none;
  border-left: none;
}

.container .header-section .header .header-nav ul .plan-menu {
  display: flex;
  width: 100vw;
  padding: 5px 0;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-title {
  width: 42%;
  padding: 15px 20px;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-list {
  width: 58%;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-title .menu-title-sub-st {
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
}
.container .header-section .header .header-nav ul .plan-menu .plan-menus-title .menu-title-sub {
  text-align: justify;
  white-space: normal;
  line-height: 25px;
}
.container .header-section .header .header-nav ul  .plan-menus .plan-menu .menu-item {
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}
.container .header-section .header .header-nav ul  .plan-menus .plan-menu .menu-item:last-child {
  border: none;
}
.container .header-section .header .header-nav ul  .plan-menus .plan-menu .menu-item a {
  border: none;
}
/* .container .header-section .header .header-nav ul .plan-menus a {
  border: none;
} */
.container .header-section .header .header-nav ul .prod-menus a,
.container .header-section .header .header-nav ul .plan-menus a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
}
.container .header-section .header .header-nav ul .prod-menus a img,
.container .header-section .header .header-nav ul .plan-menus a img {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.container .header-section .header .header-nav ul .prod-menus a span,
.container .header-section .header .header-nav ul .plan-menus a span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426 !important;
  line-height: 20px;
}
.container .header-section .header .header-nav ul .prod-menus a:hover,
.container .header-section .header .header-nav ul .plan-menus a:hover {
  background: #f5f5f5;
}
.container .header-section .header .header-nav ul .plan-menus {
  left: -150%;
}
.container .nav-section {
  padding: 18px 0;
  background: #fff;
  /* border-bottom: solid 1px #E5E5E5; */
}
.container .nav-section .wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container .nav-section .wrap .logo {
  margin-right: 36px;
}
.container .nav-section .wrap .logo img {
  height: 34px;
}
.container .nav-section .wrap .nav-box {
  display: flex;
  flex-wrap: wrap;
  width: 1045px;
  justify-content: space-between;
}
.container .nav-section .wrap .nav-box .nav {
  display: flex;
  align-items: center;
  margin-right: 150px;
}
.container .nav-section .wrap .nav-box .nav a {
  white-space: nowrap;
  margin: 0 24px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 22px;
}
.container .nav-section .wrap .nav-box .nav span {
  white-space: nowrap;
  margin: 0 24px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 22px;
}
.container .nav-section .wrap .nav-box .nav a:hover {
  color: #3370ff;
}
.container .nav-section .wrap .nav-box .nav .download {
  position: relative;
}
.container .nav-section .wrap .nav-box .nav .download em {
  position: relative;
  font-style: normal;
  z-index: 2;
}
.container .nav-section .wrap .nav-box .nav .download img {
  z-index: 1;
  position: absolute;
  top: 28%;
  left: 54%;
  height: 19px;
}
.container .nav-section .wrap .contact {
  display: flex;
  align-items: center;
}
.container .nav-section .wrap .contact .phone {
  width: 148px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  color: #3370ff;
  border: 1px solid #3370ff;
  margin-left: 20px;
}
.container .nav-section .wrap .contact .phone img {
  width: 14px;
  vertical-align: middle;
}
.container .nav-section .wrap .contact .phone span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
}
.container .nav-section .wrap .contact .phone:hover {
  background: #3370ff;
  color: #fff !important;
}
.container .nav-section .wrap .contact .login,
.container .nav-section .wrap .contact .register {
  text-align: center;
  display: inline-block;
  width: 88px;
  height: 32px;
  margin-left: 20px;
  border-radius: 16px;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
}
.container .nav-section .wrap .contact .logins {
  margin-left: 20px;
  position: relative;
}
.container .nav-section .wrap .contact .login {
  margin-left: 0;
  display: inline-block;
  color: #3370ff;
  background: #fff;
  border: 1px solid #3370ff;
  position: relative;
}
.container .nav-section .wrap .contact .login-mode {
  padding: 16px;
  position: absolute;
  left: 0;
  background: #fff;
  top: 36px;
  z-index: 999;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.container .nav-section .wrap .contact .login-mode a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 20px;
}
.container .nav-section .wrap .contact .login-mode a:hover {
  color: #3370ff;
}
.container .nav-section .wrap .contact .login-mode a:nth-child(1) {
  margin-bottom: 12px;
}
.container .nav-section .wrap .contact .login:hover {
  background: #3370ff;
  color: #fff !important;
}
.container .nav-section .wrap .contact .register {
  color: #3370ff;
  background: #fff;
  border-color: #3370ff;
}
.container .nav-section .wrap .contact .register:hover {
  color: #fff;
  background: #3370ff;
  border-color: #fff;
}
.container .nav-mobile-section {
  display: none;
}
.container .nav-mobile-section .nav-mobile-head,
.container .nav-mobile-section .nav-mobile-head-fixed {
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
}
.container .nav-mobile-section .nav-mobile-head .logo,
.container .nav-mobile-section .nav-mobile-head-fixed .logo {
  margin: 0 0 0 5px;
}
.container .nav-mobile-section .nav-mobile-head .logo img,
.container .nav-mobile-section .nav-mobile-head-fixed .logo img {
  height: 26px;
}
.container .nav-mobile-section .nav-mobile-head i,
.container .nav-mobile-section .nav-mobile-head-fixed i {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #3370ff;
}
.container .nav-mobile-section .nav-mobile-head .iconfont,
.container .nav-mobile-section .nav-mobile-head-fixed .iconfont {
  font-size: 24px;
}
.container .nav-mobile-section .nav-mobile-head-fixed {
  display: none;
  position: fixed;
  top: 36px;
  background-color: #fff;
  z-index: 8888888;
}
.container .nav-mobile-section .nav-mobile-menus {
  width: 240px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99999999;
  margin-right: -240px;
  transition: 0.25s;
}
.container .nav-mobile-section .nav-mobile-menus .nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3370ff;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-top .iconfont {
  font-size: 20px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-as a {
  display: block;
  height: 44px;
  border-bottom: 1px solid #eee;
  line-height: 43px;
  padding: 0 15px;
  color: #444;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns {
  text-align: center;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login,
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .register {
  display: inline-block;
  width: 80px;
  height: 28px;
  border: 1px solid #3370ff;
  color: #fff;
  background: #3370ff;
  border-radius: 28px;
  text-align: center;
  line-height: 26px;
  margin-top: 16px;
  margin-left: 10px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr a:nth-child(1) {
  color: #3370ff;
  background: #fff;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .logins {
  margin-left: 20px;
  position: relative;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login {
  margin-left: 0;
  display: inline-block;
  color: #3370ff;
  background: #fff;
  border: 1px solid #3370ff;
  position: relative;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login-mode {
  padding: 16px 0;
  position: absolute;
  left: 0;
  background: #fff;
  top: 36px;
  z-index: 999;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .lr .login-mode a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 20px;
}
.container
  .nav-mobile-section
  .nav-mobile-menus
  .nav-btns
  .lr
  .login-mode
  a:hover {
  color: #3370ff;
}
.container
  .nav-mobile-section
  .nav-mobile-menus
  .nav-btns
  .lr
  .login-mode
  a:nth-child(1) {
  margin-bottom: 12px;
}
.container .nav-mobile-section .nav-mobile-menus .nav-btns .nav-mobile-phone {
  padding: 6px 16px;
  display: inline-block;
  margin-top: 16px;
  color: #3370ff;
  border: 1px solid #3370ff;
  border-radius: 28px;
}
.container
  .nav-mobile-section
  .nav-mobile-menus
  .nav-btns
  .nav-mobile-phone
  img {
  width: 14px;
}
.container .download-banner-section {
  width: 100%;
  height: 380px;
  background: url(../img/download-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.container .download-banner-section h3 {
  position: relative;
  font-size: 42px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 59px;
  margin-bottom: 40px;
}
.container .download-banner-section h3::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 52px;
  height: 2px;
  transform: translateX(-50%);
  background: #ffffff;
}
.container .download-banner-section h4 {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.container .about-section {
  margin-bottom: 30px;
  transform: translateY(-50%);
  position: sticky;
  top: 159px;
  z-index: 9;
}
.container .about-section .wrap .about-progress {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
}
.container .about-section .wrap .about-progress a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 400px;
  border-radius: 4px;
}
.container .about-section .wrap .about-progress a img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  transition: all 0.6s;
}
.container .about-section .wrap .about-progress a span {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 28px;
  transition: all 0.6s;
}
.container .about-section .wrap .about-progress a:hover img {
  transform: scale(1.1);
}
.container .about-section .wrap .about-progress a:hover span {
  transform: scale(1.1);
}
.container .introduction,
.container .positioning {
  padding-bottom: 80px;
}
.container .introduction .wrap,
.container .positioning .wrap {
  text-align: center;
}
.container .introduction .wrap h4,
.container .positioning .wrap h4 {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .introduction .wrap p,
.container .positioning .wrap p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container .hxjz-section {
  padding-bottom: 80px;
}
.container .hxjz-section .wrap h4 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .hxjz-section .wrap .hxjz-content {
  display: flex;
  justify-content: space-between;
}
.container .hxjz-section .wrap .hxjz-content .hxjz-item {
  width: 370px;
  padding: 40px;
  border-top: 4px solid #ff405c;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.container .hxjz-section .wrap .hxjz-content .hxjz-item h4 {
  font-size: 20px;
  line-height: 28px;
}
.container .hxjz-section .wrap .hxjz-content .hxjz-item p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container .hxjz-section .wrap .hxjz-content .hxjz-item:nth-child(2) {
  border-top: 4px solid #00bea5;
}
.container .hxjz-section .wrap .hxjz-content .hxjz-item:nth-child(3) {
  border-top: 4px solid #fec002;
}
.container .city-cover {
  padding-bottom: 160px;
}
.container .city-cover .wrap {
  text-align: center;
}
.container .city-cover .wrap h4 {
  margin-bottom: 60px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .city-cover .wrap img {
  width: 980px;
}
.container .history {
  padding-bottom: 160px;
  background: #f8faff;
  padding: 80px;
}
.container .history .wrap h4 {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .history .wrap .history-content {
  margin: 46px auto 0;
}
.container .history .wrap .history-content .roadmaps-container {
  overflow: hidden;
  position: relative;
}
.container .history .wrap .history-content .roadmaps-container .roadmap-item {
  padding: 20px 47px;
  position: relative;
  width: 50%;
}
.container
  .history
  .wrap
  .history-content
  .roadmaps-container
  .roadmap-item
  .roadmap-text
  h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 28px;
}
.container
  .history
  .wrap
  .history-content
  .roadmaps-container
  .roadmap-item
  .roadmap-text
  p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container
  .history
  .wrap
  .history-content
  .roadmaps-container
  .right::after {
  content: '';
  width: 35px;
  height: 26px;
  position: absolute;
  top: 21px;
  right: 0;
  margin-left: 4px;
  transform: translateX(-50%);
  background: url(/img/发展历程-蓝@2x.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.container
  .history
  .wrap
  .history-content
  .roadmaps-container
  .left::after {
  content: '';
  width: 35px;
  height: 26px;
  margin-right: 4px;
  position: absolute;
  top: 21px;
  right: 0;
  transform: translateX(-50%);
  background: url(/img/发展历程-黄@2x.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.container .history .wrap .history-content .roadmaps-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(51, 112, 255, 0.2);
  border-radius: 1px;
  z-index: 1;
}
.container .honours {
  padding-bottom: 80px;
  padding: 80px;
}
.container .honours .wrap .honours-title {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .honours .wrap .honours-content {
  position: relative;
  margin-top: 50px;
}
.container .honours .wrap .honours-content #honours-swiper {
  width: 978px;
}
.container
  .honours
  .wrap
  .honours-content
  #honours-swiper
  .swiper-wrapper
  .swiper-slide {
  width: 306px;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.container
  .honours
  .wrap
  .honours-content
  #honours-swiper
  .swiper-wrapper
  .swiper-slide
  .part {
  padding-bottom: 40px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.container
  .honours
  .wrap
  .honours-content
  #honours-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  img {
  width: 306px;
}
.container
  .honours
  .wrap
  .honours-content
  #honours-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-desc {
  text-align: center;
}
.container
  .honours
  .wrap
  .honours-content
  #honours-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-desc
  h5 {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 20px;
}
.container
  .honours
  .wrap
  .honours-content
  #honours-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-desc
  p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.container .honours .wrap .honours-content .swiper-button-prev1 {
  width: 48px;
  height: 48px;
  background: url(../img/honours-left.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
.container .honours .wrap .honours-content .swiper-button-prev1:hover {
  background: url(../img/honours-left2.png) no-repeat;
}
.container .honours .wrap .honours-content .swiper-button-next1 {
  width: 48px;
  height: 48px;
  background: url(../img/honours-right.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
.container .honours .wrap .honours-content .swiper-button-next1:hover {
  background: url(../img/honours-right2.png) no-repeat;
}
.container .foot .ftop {
  padding: 40px 0;
  background: #080e30;
}
.container .foot .ftop .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.container .foot .ftop .wrap .fl::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 200px;
  background: linear-gradient(
    180deg,
    rgba(238, 238, 238, 0.1) 0%,
    #d6d6d6 25%,
    #d6d6d6 77%,
    rgba(238, 238, 238, 0.15) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
}
.container .foot .ftop .wrap .fl {
  display: flex;
  flex-wrap: wrap;
  width: 54%;
  position: relative;
}
.container .foot .ftop .wrap .fl .ft1 {
  width: 45%;
}
.container .foot .ftop .wrap .fl .ft1 a img {
  height: 34px;
}
.container .foot .ftop .wrap .fl .ft1 h4 {
  margin: 40px 0 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.container .foot .ftop .wrap .fl .ft1 h4 i {
  font-style: normal;
  margin-left: 10px;
}
.container .foot .ftop .wrap .fl .ft1 .ft1a {
  display: flex;
  align-items: center;
}
.container .foot .ftop .wrap .fl .ft1 .ft1a a {
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.container .foot .ftop .wrap .fl .ft1 .ft1a span {
  margin: 0 10px;
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #ffffff;
  vertical-align: middle;
}
.container .foot .ftop .wrap .fl .ft2 {
  width: 27.5%;
}
.container .foot .ftop .wrap .fl .ft2 h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.container .foot .ftop .wrap .fl .ft2 a {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.container .foot .ftop .wrap .fl .ft2 a:hover {
  text-decoration: underline;
}
.container .foot .ftop .wrap .fr {
  width: 41%;
  display: flex;
}
.container .foot .ftop .wrap .fr .fr-item {
  text-align: center;
  margin-right: 35px;
  width: 30%;
}
.container .foot .ftop .wrap .fr .fr-item h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.container .foot .ftop .wrap .fr .fr-item img {
  width: 100px;
}
.container .foot .ftop .wrap .fr .fr-item .w-space {
  height: 25px;
  display: none;
}
.container .foot .ft-bottom {
  background: #000313;
}
.container .foot .ft-bottom .wrap {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.container .foot .ft-bottom .wrap span {
  line-height: 17px;
}
.container .foot .ft-bottom .wrap img {
  margin-right: 5px;
  width: 14px;
}
.container .foot .ft-bottom .wrap a {
  line-height: 17px;
  color: #fff;
}
.container .rc {
  display: flex;
  position: fixed;
  bottom: 64px;
  right: 20px;
  z-index: 99999;
}
.container .rc .qr {
  display: none;
  text-align: center;
  border: 1px solid #3370ff;
  background: #fff;
  transition: all 1s ease-out;
}
.container .rc .qr h4 {
  margin-bottom: 22px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 20px;
}
.container .rc .qr img {
  width: 120px;
}
.container .rc .qr3 {
  padding: 43px 42px 34px !important;
}
.container .rc .qr3 img {
  width: 100px;
}
.container .rc .qr3 h4 {
  margin-bottom: 0;
  margin-top: 32px;
}
.container .rc .qr3 h4 span {
  color: #3370ff;
}
.container .rc .contact .wx {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container .rc .contact .contact-item {
  cursor: pointer;
  text-align: center;
  background: #3370ff;
  padding: 12px;
}
.container .rc .contact .contact-item img {
  width: 36px;
  margin-bottom: 4px;
}
.container .rc .contact .contact-item h4 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.hide {
  opacity: 0;
}
.rotate-img {
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -webkit-transform 1s ease-out;
  -o-transition: -webkit-transform 1s ease-out;
}
.menu-rotate {
  transform: rotate(180deg);
}
.nav-active {
  right: 0 !important;
  top: 0 !important;
  height: 100% !important;
  margin-right: 0 !important;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.logo-scale {
  transform: scale(1.2);
  transition: all 1s;
}
.show {
  opacity: 1 !important;
  visibility: visible !important;
}
.progress-active {
  background: #3370ff !important;
}
.progress-active span {
  color: #fff !important;
}
.left {
  text-align: right;
  left: 0;
}
.left::after {
  transform: translateX(50%) !important;
}
.right::after {
  left: 0;
}
.right {
  left: 50%;
}

/* 产品 satrt */
.container .nav-section .wrap .nav-box .nav .product {
  /* position: relative; */
}
.container .nav-section .wrap .nav-box .nav .product em {
  cursor: pointer;
  font-style: normal;
}
.container .nav-section .wrap .nav-box .nav .product .jt {
  width: 8px;
  height: 5px;
  /* position: absolute;
  top: 9px;
  right: -12px; */
  transition: all .3s;
  vertical-align: middle;
}
.container .nav-section .wrap .nav-box .nav .product .bluejt {
  display: none;
  transform: rotate(360deg);
  transition: all .3s;
}
.container .nav-section .wrap .nav-box .nav .product .product-menus {
  display: none;
}
.container .product-menus {
  position: absolute;
  left: 0;
  background: #fff;
  top: 100%;
  z-index: 999;
  text-align: center;
  transition: 0.25s;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  /* border-radius: 4px; */
  display: flex;
  /* padding: 24px 40px 10px; */
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.container .product-menus .nav-product-special-list {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 12px 0 24px;
}
.container .product-menus .nav-product-special-item {
  font-size: 16px;
  width: 170px;
  margin-right: 38px;
}
.container .product-menus .nav-product-special-item:last-child {
  margin-right: 0;
}
.container .product-menus .nav-product-special-item .title {
  font-size: 16px;
  color: #222426;
  font-family: 'PingFangSC-Semibold';
  line-height: 22px;
  display: flex;
  align-items: center;
  padding: 16px 0px;
  border-bottom: 1px solid #E5E5E5;
  margin-left: 10px;
  cursor: pointer;
  transition: all .3s;
}

.container .nav-section .wrap .product-menus .nav-product-special-item .title a {
  color: #222426;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  text-align: left;
  padding: 0;
}
.container .product-menus .nav-product-special-item .title a:hover {
  color: #3370ff !important;
}
.container .product-menus .nav-product-special-item .title:hover {
  color: #3370ff !important;
}
.container .product-menus .nav-product-special-item .title img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.container .product-menus .nav-product-special-item .entrance {
  margin-top: 12px;
  cursor: pointer;
  transition: all .3s;
  border-radius: 4px;
  height: 30px;
  width: 170px;
  line-height: 30px;
}
.container .nav-section .wrap .product-menus .nav-product-special-item .entrance a {
  color: #666666;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 4px;
  padding-left: 10px;
  text-align: left;
  line-height: 30px;
  white-space: normal;
  margin: 0;
  padding:  0 0 0 10px;
}
.container .product-menus .nav-product-special-item .entrance a:hover {
  color: #222426 !important;
  background-color: rgba(51, 112, 255, 0.1) !important;
}

/* 产品 end */

/* 方案 satrt */
.container .nav-section .wrap .nav-box .nav .solution {
  /* position: relative; */
}
.container .nav-section .wrap .nav-box .nav .solution .jt {
  width: 8px;
  height: 5px;
  /* position: absolute;
  top: 9px;
  right: -12px; */
  transition: all .3s;
  vertical-align: middle;
}
.container .nav-section .wrap .nav-box .nav .solution .bluejt {
  display: none;
  transform: rotate(360deg);
  transition: all .3s;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus {
  display: none;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .solution-content {
  position: absolute;
  left: 0;
  background: #fff;
  top: 100%;
  z-index: 999;
  text-align: center;
  transition: 0.25s;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  display: flex;
  padding: 40px 0;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  justify-content: center;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-title {
  width: 226px;
  color: #222426;
  margin-right: 38px;
  margin-top: 30px;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list {
  margin-right: 38px;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list:last-child {
  /* margin-right: 216px; */
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-title .menu-title-sub {
  white-space: normal;
  line-height: 30px;
  margin-top: 24px;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-title .menu-title-sub-st {
  text-align: left;
  font-family: 'PingFangSC-Medium';
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list .menu-item {
  width: 278px;
  height: 30px;
  display: flex;
  transition: all .3s;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 20px;
  margin: 30px 0;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list .menu-item-line {
  border-top: 1px solid #e5e5e5;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list .menu-item:hover {
  color: #222426 !important;
  background-color: rgba(51, 112, 255, 0.1) !important;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list .menu-item a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list .menu-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.container .nav-section .wrap .nav-box .nav .solution .solution-menus .menu-list .menu-item span {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-bottom: none;
}
.container .nav-section .wrap .nav-box .nav .solution em {
  cursor: pointer;
  font-style: normal;
}
.container .nav-section .wrap .nav-box .nav .solution .xl {
  font-style: normal;
  cursor: pointer;
  position: absolute;
  right: 3px;
  width: 8px;
  top: 40%;
  transition: transform 0.3s;
}
/* 方案 end */