.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;
}

/* 方案 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;
}
.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;
}
.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 */
.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 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;
  justify-content: space-between;
  width: 1045px;
}
.container .nav-section .wrap .nav-box .nav {
  display: flex;
  align-items: center;
  margin-right: 150px;
}
.container .nav-section .wrap .nav-box .nav a,
.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;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.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;
}
/* 产品 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 */
/* 产品 start 上一版本 */
.container .nav-product-special-fixed {
  height: 244px;
}
.container .nav-product-special {
  background-color: #fff;
  top: 100px;
  width: 100%;
  z-index: 99;
}
.nav-product-special-isFiexd {
  position: fixed;
}
.container .nav-product-special .nav-product-special-list {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 12px 0 24px;
}
.container .nav-product-special .nav-product-special-item {
  font-size: 16px;
  width: 210px;
  margin-right: 30px;
}
.container .nav-product-special .nav-product-special-item:last-child {
  margin-right: 228px;
}
.container .nav-product-special .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-product-special .nav-product-special-item .title a {
  color: #222426;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.container .nav-product-special .nav-product-special-item .title a:hover {
  color: #3370ff !important;
}
/* .container .nav-product-special .nav-product-special-item .title a:visited {
  color: #222426 !important;
} */
.container .nav-product-special .nav-product-special-item .title:hover {
  color: #3370ff !important;
}
.container .nav-product-special .nav-product-special-item .title img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.container .nav-product-special .nav-product-special-item .entrance {
  /* padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px; */
  margin-top: 12px;
  cursor: pointer;
  transition: all .3s;
  border-radius: 4px;
  height: 30px;
  width: 210px;
  line-height: 30px;
}
.container .nav-product-special .nav-product-special-item .entrance a {
  color: #666666;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 4px;
  padding-left: 10px;
}
/* .container .nav-product-special .nav-product-special-item .entrance .entrance-hover {
  color: #222426 ;
  background-color: rgba(51, 112, 255, 0.1) ;
}
.container .nav-product-special .nav-product-special-item .entrance .entrance-active {
  color: #3370ff ;
  background-color: rgba(51, 112, 255, 0.1) ;
} */
.container .nav-product-special .nav-product-special-item .entrance a:hover {
  color: #222426 !important;
  background-color: rgba(51, 112, 255, 0.1) !important;
}
/* .container .nav-product-special .nav-product-special-item .entrance:hover {
  background-color: rgba(51, 112, 255, 0.1) !important;
} */
/* .container .nav-product-special .nav-product-special-item .entrance a:visited {
  color: #666666 ;
} */

/* 产品 end */
.container .banner-section {
  position: relative;
}
.container .banner-section #swiper1 {
  width: 100%;
}
.container .banner-section #swiper1 .swiper-wrapper .swiper-slide {
  width: 100%;
}
.container .banner-section #swiper1 .swiper-wrapper .swiper-slide .bnimg {
  width: 100%;
  height: 500px;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.container .banner-section #swiper1 .swiper-wrapper .swiper-slide .b0 {
  background: url(../img/banner-free.png);
}
.container .banner-section #swiper1 .swiper-wrapper .swiper-slide .b1 {
  background: url(../img/homebanner.png);
}
.container .banner-section #swiper1 .swiper-wrapper .swiper-slide .b2 {
  background: url(../img/banner2.png);
}
.container .banner-section #swiper1 .swiper-wrapper .swiper-slide .b3 {
  background: url(../img/banner3.png);
}
.container .banner-section #swiper1 .swiper-wrapper .swiper-slide .b4 {
  background: url(../img/banner4.png);
}
.container .banner-section #swiper1 .swiper-pagination-bullet {
  background: #fff;
  transition: 0.25s;
  border-radius: 4px;
}
.container .banner-section #swiper1 .swiper-pagination-bullet-active {
  width: 35px;
}
.container .banner-section .noticeBar {
  position: absolute;
  z-index: 3;
  top: 3.125vw;
  width: 100%;
}
.container .banner-section .noticeBar-content {
  width: 1200px;
  margin: 0 auto;
}
.container .banner-section .announcement {
  width: 325px;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  background: #f8faff;
  border-radius: 19px;
  overflow: hidden;
}
.container .banner-section .announcement .new {
  width: 41px;
  margin-right: 10px;
}
.container .banner-section .announcement a {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container .banner-section .announcement a span {
  transition-duration: 11.8333s;
  transition-timing-function: linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 24px;
}
.container .banner-section .announcement a img {
  margin-left: 10px;
  width: 14px;
}
.container .banner-center {
  width: 1200px;
  position: absolute;
  margin: 0 auto;
  height: 50px;
  left: 50%;
  top: 0px;
  margin-left: -600px;
}

.container .banner-center .banner-rel {
  position: relative;
}

.mobile-video{
  display: none;
  top: 4px;
  right: 4px;
  margin-left: 640px;
  margin-top:16px;
  /* position: absolute; */
  width: 160px;
  height: 100px;
  /* z-index: 9; */
  background-size: 100% 100% !important;
  background: url(/img/screen.png) no-repeat;
}
.mobile-video video{
  width: 152px;
  height: 94px;
  margin: 6px 4px 4px 4px;
}

@media screen and (max-width: 570px) {
  .container .banner-center .banner-rel .ivr {
    display: none;
  }
  .mobile-video{
    display: block;
  }

  .container .intro-section .wrap .intro-nav .intro-nav-list div.intro-nav-item {
    width: 18%;
    margin: 4px 0px 4px 4px !important;
    flex-direction: column;
    align-items: center;
  }
  .container .intro-section .wrap .intro-nav .intro-nav-list{
    justify-content: space-around !important;
  }
  .container .intro-section .wrap .intro-nav .intro-nav-list div.intro-nav-item img{
    margin: 0px;
  }
  .yuyue{
    display: none !important;
  }
  .container .intro-section .wrap .intro-nav .intro-nav-list div.intro-nav-item .mobile-content{
    display: inline-block !important;
    width: 100%;
  }
  .container .intro-section .wrap .intro-nav .intro-nav-list div.intro-nav-item .pc-content{
    display: none !important;
  }
  .labour-text div h4{
    font-size: 20px !important;
    text-align: center !important;
  }
  .labour-text .mobile-content{
    text-align: center !important;
    display: inline-block !important;
  }
  .container .intro-section{
    padding-top: 30px !important;
  }
  .container .intro-section .wrap .intro-nav .intro-nav-content {
    margin-top: 30px !important;
  }
  .container .intro-section .wrap .intro-nav {
    margin-top: 30px !important;
  }
  .container .intro-section .wrap .intro-nav .intro-nav-content .labour-text div{
    justify-content: center !important;
  }
  
}

.container .intro-section .wrap .intro-nav .intro-nav-list div.intro-nav-item .mobile-content{
  display: none;
  text-align: center;
  height: 24px;
  padding: 10px 0;
}
.labour-text .mobile-content{
  display: none;
  width: 100% !important;
  text-align: center !important;
  font-size: 20px !important;
}

.container .banner-center .banner-rel .ivr {
  width: 685px;
  height: 407px;
  position: absolute;
  top: 93px;
  right: -106px;
  background: url(../../img/bg-decorate.png) no-repeat;
  background-position: bottom;
  background-size: 100% 80%;
}
.container .banner-center .banner-rel .iv-box {
  /* position: absolute;
  top: 88px;
  right: 10px; */
  z-index: 100;
  background: url(../../img/screen.png) no-repeat;
  background-size: 100% 100%;

  
  margin: 0 0 0 89px;
  position: relative;
  width: 480px;
  height: 300px;
}
.container .banner-center .banner-rel .iv-box video {
  margin: 30px 10px 0;
  width: 460px;
  height: 260px;
  object-fit: fill;
}
.container .banner-center .banner-arrange {
  position: absolute;
  top: 350px;
  left: 0px;
  z-index: 100;
}
.container .intro-section {
  background: #fff;
  padding: 80px 0;
}
.container .intro-section .wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .intro-section .wrap .intro-top {
  text-align: center;
}
.container .intro-section .wrap .intro-top h4 {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 56px;
}
.container .intro-section .wrap .intro-top p {
  margin-top: 18px;
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
  line-height: 37px;
}
.container .intro-section .wrap .intro-nav {
  margin-top: 80px;
  margin-bottom: 80px;
}
.container .intro-section .wrap .intro-nav .intro-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  margin-right: 30px;
  width: 216px;
  height: 64px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%);
  cursor: pointer;
  border-radius: 4px;
  transition: all .3s;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item-active {
  background-color: #3370ff;
  box-shadow: 0px 0px 20px 0px rgb(51 112 255 / 12%);
  color: #fff;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item:last-child {
  margin-right: 0;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item:hover {
  background-color: #3370ff;
  box-shadow: 0px 10px 30px rgb(51 112 255 / 40%);
  color: #fff;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item img {
  width: 22px;
  height: 22px;
  margin-right: 13px;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item-active .active {
  display: inline-block !important;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item-active .noactive {
  display: none !important;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item .active {
  display: none;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item:hover .noactive {
  display: none;
}
.container .intro-section .wrap .intro-nav .intro-nav-list .intro-nav-item:hover .active {
  display: inline-block;
}
.container .intro-section .wrap .intro-nav .intro-nav-content {
  margin-top: 80px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item {
  display: none;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .intro-nav-content-item-i {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .labour-text {
  width: 450px;
  margin-top: 54px;
  margin-left: 60px;
}

.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .labour-text a {
  width: 112px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #3370ff;
  color: #3370ff;
  margin-top: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .labour-text a img {
  width: 14px;
  height: 8px;
  margin: 0;
  margin-left: 9px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .labour-text h4 {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 40px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .labour-text h4.line {
  border-bottom: 3px solid #3370ff;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .labour-text div {
  display: flex;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item .labour-text p {
  margin-top: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: justify;
  font-size: 14px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item img {
  width: 560px;
  margin-right: 60px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .intro-nav-content-item-active {
  display: block;
}

.container .intro-section .wrap .intro-txts {
  display: flex;
  margin-top: 80px;
}
.container .intro-section .wrap .intro-txts .intro-txt {
  flex-basis: 33.33%;
}
.container .intro-section .wrap .intro-txts .intro-txt .txt-content {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .intro-section .wrap .intro-txts .intro-txt .txt-content .intro-num {
  display: inline-block;
  height: 69px;
  font-size: 80px;
  font-family: fonts;
  color: #3370ff;
  line-height: 73px;
  margin-right: 10px;
}
.container .intro-section .wrap .intro-txts .intro-txt .txt-content .num-fh {
  margin-left: 10px;
  margin-right: 20px;
  width: 31px;
  position: relative;
  bottom: 16px;
  font-style: normal;
  font-size: 50px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 69px;
}
.container .intro-section .wrap .intro-txts .intro-txt .txt-content .num-type {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
.container .intro-section .wrap .intro-txts .intro-txt .txt-content .i2 {
  font-size: 60px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 84px;
}
.container .intro-section .wrap .intro-txts .intro-txt .to-see {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #3370ff;
  line-height: 32px;
}
.container .intro-section .wrap .intro-txts .intro-txt .to-see span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 20px;
}
.container .intro-section .wrap .intro-txts .intro-txt .to-see img {
  width: 14px;
  margin-left: 9px;
}
.container .intro-section .wrap .intro-txts .intro-txt .a1 {
  margin: 30px 0 0 99px;
}
.container .intro-section .wrap .intro-txts .intro-txt .a2 {
  margin: 30px 0 0 88px;
}
.container .intro-section .wrap .intro-txts .intro-txt .a3 {
  margin: 30px 0 0 78px;
}
.container .intro-section .wrap .intro-txts .fgx {
  position: relative;
}
.container .intro-section .wrap .intro-txts .fgx::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 80px;
  background: #e5e5e5;
}
.container .intro-section .wrap .intro-txts .fgx::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 25%;
  width: 1px;
  height: 80px;
  background: #e5e5e5;
}
.container .intro-section .wrap .intro2-txts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.container .intro-section .wrap .intro2-txts .txt-item {
  padding: 40px 20px;
  text-align: center;
  flex-basis: 22.5%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.container .intro-section .wrap .intro2-txts .txt-item img {
  width: 100px;
}
.container .intro-section .wrap .intro2-txts .txt-item h4 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 28px;
}
.container .intro-section .wrap .intro2-txts .txt-item p {
  text-align: left;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container .textcenter {
  text-align: center;
  padding: 33px 0 42px;
  background: url(../img/banner-bg.png) no-repeat center;
}
.container .textcenter .tc-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .textcenter .tc-phone img {
  width: 19px;
  margin-right: 13px;
}
.container .textcenter .tc-phone span {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.container .textcenter h3 {
  margin: 20px 0;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 45px;
}
.container .textcenter .mfsy {
  display: inline-block;
  margin: 0 auto;
  padding: 10.5px 30px;
  border-radius: 24px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.container .textcenter .mfsy span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  line-height: 25px;
  background-color: transparent;
}
.container .textcenter .mfsy img {
  width: 20px;
  margin-left: 2px;
  vertical-align: text-top;
}
.container .companys {
  padding-top: 89px;
}
.container .companys .wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .companys .wrap .company-title {
  display: flex;
  justify-content: center;
}
.container .companys .wrap .company-title .title-item {
  display: flex;
  align-items: center;
}
.container .companys .wrap .company-title .title-item .title-num {
  font-size: 80px;
  font-family: fonts;
  color: #3370ff;
  line-height: 69px;
}
.container .companys .wrap .company-title .title-item .title-fh {
  margin: 0 20px 0 10px;
  position: relative;
  bottom: 20px;
  width: 31px;
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-size: 50px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 70px;
}
.container .companys .wrap .company-title .title-item .title-type {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
.container .companys .wrap .company-title .title-item .i2 {
  width: 47px;
  margin-top: 10px;
  margin-left: 2px;
}
.container .companys .wrap .company-title .ti2 {
  margin-left: 98px;
}
.container .companys .wrap .company-logos {
  margin-top: 60px;
  width: 1235px;
  display: flex;
  flex-wrap: wrap;
}
.container .companys .wrap .company-logos .logo-item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  width: 220px;
  height: 135px;
  margin: 25px 25px 0 0;
}
.container .companys .wrap .company-logos .logo-item img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.container .companys .wrap .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 112px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #3370ff;
  margin-top: 60px;
}
.container .companys .wrap .more span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3370ff;
  line-height: 20px;
}
.container .companys .wrap .more img {
  width: 14px;
}
.container .partner {
  padding: 105px 0 64px 0;
}
.container .partner .wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .partner .wrap .partner-title {
  position: relative;
  margin-bottom: 107px;
}
.container .partner .wrap .partner-title .t1 {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 56px;
}
.container .partner .wrap .partner-title .x {
  width: 23px;
  vertical-align: bottom;
}
.container .partner .wrap .partner-title .t2 {
  vertical-align: bottom;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222426;
}
.container .partner .wrap .partner-title .t-bg {
  position: absolute;
  left: 83px;
  top: -50%;
  height: 104px;
}
.container .partner .wrap .partner-imgs {
  position: relative;
}
.container .partner .wrap .partner-imgs .yh {
  z-index: 9999;
  position: absolute;
  left: 22%;
}
.container .partner .wrap .partner-imgs .yh img {
  width: 55px;
}
.container .partner .wrap .partner-imgs #swiper2 .swiper-wrapper .swiper-slide {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  width: 750px;
  height: 450px;
  background: #fff;
  overflow: inherit;
}
.container
  .partner
  .wrap
  .partner-imgs
  #swiper2
  .swiper-wrapper
  .swiper-slide
  .part {
  display: block;
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.container
  .partner
  .wrap
  .partner-imgs
  #swiper2
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 46px 74px 59px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.container
  .partner
  .wrap
  .partner-imgs
  #swiper2
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .part-logo {
  width: 90px;
}
.container
  .partner
  .wrap
  .partner-imgs
  #swiper2
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .part-ceo {
  margin: 30px 0 20px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.container
  .partner
  .wrap
  .partner-imgs
  #swiper2
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .ceo {
  font-size: 22px;
  color: #222426;
  line-height: 30px;
}
.container
  .partner
  .wrap
  .partner-imgs
  #swiper2
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .job {
  margin: 5px 0 30px;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
.container
  .partner
  .wrap
  .partner-imgs
  #swiper2
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .reviews {
  text-align: center;
  font-size: 22px;
  color: #222426;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .partner .wrap .partner-imgs #swiper2 .swiper-button-prev1 {
  width: 230px;
  height: 100%;
  transition: 0.25s;
  left: 0;
  top: 0;
  background: none;
  opacity: 0;
}
.container .partner .wrap .partner-imgs #swiper2 .swiper-button-next1 {
  width: 230px;
  height: 100%;
  transition: 0.25s;
  right: 0;
  top: 0;
  background: none;
  opacity: 0;
}
.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: 400;
  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: 400;
  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);
}
.show {
  opacity: 1 !important;
  visibility: visible !important;
}
.tf {
  transform: translateY(72px);
}
.container .intro-section .wrap .intro-nav .intro-nav-content .labour-list {
  display: none;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .labour-list-active {
  display: block;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .labour-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .labour-item .labour-text {
  width: 450px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .labour-item .labour-text h4 {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 40px;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .labour-item .labour-text p {
  margin-top: 40px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: justify;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .personnel-manager img {
  width: 499px;
  height: 333px;
}

.container .intro-section .wrap .intro-nav .intro-nav-content .labour-text div {
  display: flex;
  flex-wrap: wrap;
}
.container .intro-section .wrap .intro-nav .intro-nav-content .labour-text div .line {
  border-bottom: 3px solid #3370ff;
}

.container .intro-section .wrap .intro-nav .intro-nav-content  .labour-text a {
  width: 112px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #3370ff;
  color: #3370ff;
  margin-top: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.container .intro-section .wrap .intro-nav .intro-nav-content  .labour-text a img {
  width: 14px !important;
  height: 8px !important;
  margin: 0;
  margin-left: 9px;
}