.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 .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,
.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>span:hover .blackjt {
  display: none;
}
.container .nav-section .wrap .nav-box .nav>span:hover .bluejt {
  display: inline-block;
}
.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: -25%;
  left: 60%;
  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;
}
/* 产品 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 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 .iv-section {
  padding: 80px 0 13px;
}
.container .iv-section .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.container .iv-section .wrap .ivl {
  width: 435px;
  margin-right: 75px;
}
.container .iv-section .wrap .ivl h4 {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 56px;
  /* margin-bottom: 30px; */
}
.container .iv-section .wrap .ivl h5 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 56px;
  margin-bottom: 40px;
  /* margin-top: 70px; */
}
.container .iv-section .wrap .ivl p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-align: justify;
}
.container .iv-section .wrap .ivl .free-use {
  margin-top: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  background: #3370ff;
  border-radius: 24px;
}
.container .iv-section .wrap .ivl .free-use span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.container .iv-section .wrap .ivl .free-use img {
  width: 20px;
  height: 20px;
}
.container .iv-section .wrap .ivr {
  width: 685px;
  height: 407px;
  position: relative;
  background: url(../../img/bf-bg.png) no-repeat;
  background-position: bottom;
  background-size: 98% 80%;
}
.container .iv-section .wrap .ivr img {
  position: absolute;
  bottom: -36%;
  left: -17%;
  z-index: 1;
}
.container .iv-section .wrap .iv-box {
  margin: 0 0 0 79px;
  position: relative;
  z-index: 3;
  width: 480px;
  height: 300px;
  background: url(../../img/screen.png) no-repeat;
  background-size: 100% 100%;
}
.container .iv-section .wrap .iv-box video {
  margin: 30px 10px 0;
  width: 460px;
  height: 260px;
  object-fit: fill;
}
.container .prod-center {
  height: 80px;
  background: #0f1f45;
  position: sticky;
  top: 109px;
  z-index: 2;
}
.container .prod-center .wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container .prod-center a {
  height: 100%;
  text-align: center;
  flex-basis: 25%;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.container .prod-center a:nth-child(4) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.container .prod-center a:hover {
  background: #001529;
}
.container .labour-section .wrap .group-manager {
  padding: 99px 0 97px 35px;
}
.container .labour-section .wrap .group-manager img {
  width: 498px;
  height: 324px;
}
.container .labour-section .wrap .group-manager .labour-text {
  padding-top: 78px;
}
.container .labour-section .wrap .personnel-manager {
  padding: 84px 0 103px;
}
.container .labour-section .wrap .personnel-manager img {
  width: 499px;
  height: 333px;
}
.container .labour-section .wrap .personnel-manager .labour-text {
  padding-top: 66px;
}
.container .labour-section .wrap .ygcyy {
  padding: 61px 0 61px;
}
.container .labour-section .wrap .ygcyy img {
  width: 500px;
  /* height: 398px; */
}
.container .labour-section .wrap .ygcyy .labour-text {
  padding-top: 103px;
}
.container .labour-section .wrap .ygaq {
  border-bottom: none !important;
  padding: 61px 0 61px 20px;
}
.container .labour-section .wrap .ygaq img {
  width: 541px;
  height: 368px;
}
.container .labour-section .wrap .ygaq .labour-text {
  padding-top: 103px;
}
.container .labour-section .wrap .labour-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.container .labour-section .wrap .labour-item .labour-text {
  width: 450px;
}
.container .labour-section .wrap .labour-item .labour-text h4 {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 40px;

}
.container .labour-section .wrap .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 .application-scenes {
  padding: 80px 0 85px;
  background: #f8faff;
}
.container .application-scenes .wrap .as-title {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .application-scenes .wrap .scenes-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.container .application-scenes .wrap .scenes-content .scenes-item {
  flex-basis: 22.5%;
  text-align: center;
  padding: 40px 20px;
  width: 270px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  transition: all 0.5s;
}
.container .application-scenes .wrap .scenes-content .scenes-item img {
  width: 100px;
}
.container .application-scenes .wrap .scenes-content .scenes-item h4 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 28px;
}
.container .application-scenes .wrap .scenes-content .scenes-item p {
  text-align: left;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container .application-scenes .wrap .scenes-content .scenes-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.06);
}
.container .core-value {
  padding: 80px 0 50px;
}
.container .core-value .wrap .cv-title {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .core-value .wrap .value-content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .core-value .wrap .value-content .value-item {
  margin-bottom: 30px;
  width: 383px;
  padding-bottom: 40px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  transition: all 0.5s;
}
.container .core-value .wrap .value-content .value-item img {
  width: 100%;
  height: 160px;
}
.container .core-value .wrap .value-content .value-item h4 {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 28px;
}
.container .core-value .wrap .value-content .value-item p {
  padding: 0 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.container .core-value .wrap .value-content .value-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.06);
}
.container .case-section {
  padding: 80px 0 0;
  background: #f8faff;
}
.container .case-section .wrap {
  width: 1312px;
}
.container .case-section .wrap .case-title {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222426;
  line-height: 45px;
}
.container .case-section .wrap .case-content {
  width: 100%;
  position: relative;
}
.container .case-section .wrap .case-content #case-swiper {
  width: 1200px;
  padding: 70px 56px 95px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide:hover {
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.06);
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide {
  width: 383px;
  height: 422px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part {
  display: block;
  position: relative;
  height: 100%;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 0px 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .part-logo4 {
  width: 248px;
  height: 164px;
  margin-bottom: 25px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .part-logo2 {
  width: 174px;
  height: 156px;
  margin-bottom: 35px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .part-logo3 {
  width: 202px;
  height: 132px;
  margin-bottom: 47px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  p {
  margin: 18px 0 30px;
  font-size: 16px;
  color: #222426;
  line-height: 28px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .example {
  padding: 18px 20px 0;
  border-top: 1px solid #e5e5e5;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .tag {
  text-align: right;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  .tag
  span {
  padding: 4px 8px;
  font-size: 12px;
  color: #3370ff;
  line-height: 17px;
  background: #f3f7ff;
  border-radius: 4px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #3370ff;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  a
  span {
  font-size: 14px;
  color: #3370ff;
  line-height: 20px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .part-bg
  a
  img {
  width: 14px;
  margin-left: 10px;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .bg2 {
  padding-top: 23px !important;
}
.container
  .case-section
  .wrap
  .case-content
  #case-swiper
  .swiper-wrapper
  .swiper-slide
  .part
  .bg3 {
  padding-top: 35px !important;
}
.container .case-section .wrap .case-content .swiper-button-prev1 {
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  background-image: url(../../img/left-icon.png);
  background-size: 100% 100%;
}
.container .case-section .wrap .case-content .swiper-button-prev1:hover {
  transform: rotate(180deg);
  background-image: url(../../img/gg.png) !important;
}
.container .case-section .wrap .case-content .swiper-button-next1:hover {
  transform: rotate(0deg);
  background-image: url(../../img/gg.png) !important;
}
.container .case-section .wrap .case-content .swiper-button-next1 {
  width: 36px;
  height: 36px;
  right: 0;
  top: 50%;
  background-image: url(../../img/left-icon.png);
  transform: rotate(180deg);
  background-size: 100% 100%;
}
.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;
}
.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;
}
.prod-c {
  background: #001529;
}
