/*================
 Common
==================*/

body {
  font-family: Microsoft YaHei;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.text-left {
  text-align: left;
}

.margin-0 {
  margin: 0;
}

.height-40 {
  height: 40px !important;
}

.height-20 {
  height: 20px !important;
}

.home-box-title-line {
  margin: 0;
  height: 80px;
  padding-top: 20px;
  justify-content: center;
}

.home-box-title-line .line-left {
  width: 25px;
  height: 2px;
  background-color: #232323;
}

.home-box-title-line .line-rigth {
  margin-left: 10px;
  width: 50px;
  height: 2px;
  background-color: #2568ef;
}

.box-underline {
  margin: 30px 0;
  width: 60px;
  height: 2px;
  background: #2568ef;
}

.box-underline.double {
  width: 100px;
  height: 4px;
}

.bolder {
  font-weight: bold;
}

.color333 {
  color: #333;
}

.color666 {
  color: #666;
}

/*================
 Header
==================*/
.mod-sbox {
  position: relative;
  width: 438px;
  overflow: hidden;
}

.mod-sbox .text {
  border-color: #ed9249;
}

.mod-sbox .text {
  width: 438px;
  height: 40px;
  line-height: 16px;
  padding: 7px 15px;
  font-size: 14px;
  border: 1px solid #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: transparent;
  color: #fff;
  outline: none;
}

.mod-sbox .text::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #fff;
}

.site-header {
  /* TODO 需要响应式 */
  max-height: 1080px;
  min-height: 600px;

  padding: 0;
  position: relative;
}

.site-header .menu-wrapper {
  width: 100%;
  height: 94px;
  padding: 25px 70px 25px 70px;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
}

.site-header .menu-wrapper .logo {
  min-width: 388px;
  height: 44px;
  background: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.site-header .menu-wrapper .logo+nav {
  padding-left: 30px;
  padding-right: 0;
}

.site-header li,
.site-header li a {
  color: #fff;
}

.site-header nav>ul>li {
  position: relative;
  margin-right: 10px;
}
.site-header nav>ul>li:hover {
  border-bottom: 3px solid #fff;
}
.site-header nav>ul>li.active {
  border-bottom: 3px solid #fff;
}

.site-header nav ul li a {
  display: inline-block;
  font-weight: 500;
  padding: 5px 15px;
  font-size: 18px;
}

.menu-item-has-children>a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/home/down.svg);
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  background-size: contain;
}

/* Submenu */
.site-header nav ul li .sub-menu {
  position: absolute;
  min-width: 180px;
  top: 94px;
  left: -50%;
  background-color: #fff;
  color: #232323;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.site-header nav ul li:hover .sub-menu {
  top: 64px;
  opacity: 1;
  visibility: visible;
  z-index: 98;
}

.site-header nav ul li .sub-menu li a {
  color: #232323;
  display: block;
  padding: 8px 20px;
}

.site-header nav ul li .sub-menu .sub-menu-title {
  margin: 0 20px;
  padding: 8px 0;
  opacity: 0.5;
  color: #2568ef;
  border-bottom: dotted 2px #2568ef;
}

/* header carousel */
.site-header .header-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}

.site-header .slide-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-carousel .slide-line-1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.header-carousel .slide-line-2 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}

.header-carousel .slide-line-3 {
  font-size: 20px;
  opacity: 0.5;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.slide-line-3-string {
  width: 160px;
  height: 2px;
  background-color: #ffffff;
}

.header-carousel .carousel-inner,
.header-carousel .carousel-inner .carousel-item,
.header-carousel .carousel-inner img {
  height: 100%;
  /*object-fit: cover;*/
}

.header-code {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  color: #2568ef;
  font-size: 14px;
  text-align: center;
}

/* header login button*/
.header-login {
  min-width: 410px;
  position: relative;
}

.header-login-img {
  margin-right: 10px;
  cursor: pointer;
}

.header-login-tel {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff !important;
  margin-right: 10px;
  cursor: pointer;
}

.header-login-btn-login {
  width: 108px;
  height: 44px;
  margin-right: 10px;
  background-color: #2568ef;
  border-radius: 4px;
  color: #fff!important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-login-btn-reg {
  width: 108px;
  height: 44px;
  line-height: 44px;
  border-radius: 2px;
  background-color: #fff;
  color: #2568ef;
  border: none;
  text-align: center;
}

/* header slide button*/
.header-carousel-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-carousel-button a {
  width: 320px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 36px;
  color: #2568ef;
  border-radius: 40px;
  border: none;
  background-color: #fff;
}

.header-introduce {
  max-width: 780px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

/*================
 Services
==================*/
.services-wrapper {
  width: 48px;
  height: 254px;
  padding-bottom: 8px;
  position: fixed;
  top: 50%;
  right: 24px;
  z-index: 222;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 10px 0px rgba(35, 24, 21, 0.2);
  background-color: #fff;
  border-radius: 24px;
}

.backHome {
  cursor: pointer;
}

.services-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.services-top {
  width: 48px;
  height: 48px;
  background: #2568ef;
  border-radius: 50%;
}

.services-separate {
  width: 22px;
  height: 1px;
  background: #99a9bf;
  opacity: 0.2;
}

/*================
 Section
==================*/
.home-section {
  padding: 0;
  position: relative;
}

/* box 01 */
.home-box-01 {
  margin: 0;
  padding: 100px 0;
}

.home-box-01-left {
  min-width: 560px;
}

.text-14 {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
}

.text-20 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
}
.text-24 {
  font-size: 24px;
  color: #333333;
}
.text-32 {
  font-size: 32px;
  font-weight: bold;
  color: #232323;
}

.box-list-title {
  padding: 18px 10px;
}

.box-list-item {
  cursor: pointer;
  padding: 18px 10px;
}

.box-list-item.active {
  background: #f8f6f6;
  border-radius: 4px;
}

.home-box-01-img {
  width: 100%;
  min-width: 560px;
  border-radius: 10px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  transform: scale(.8);
}

/* box 02 */
.home-box-02 {
  /* TODO 需要响应式 */
  min-height: 1080px;

  margin: 0;
  padding: 150px 0;
  text-align: center;
  background-color: #f4f7fc;
  background-image: url(../img/home/box-02-bg.png);
  background-repeat: no-repeat;
}

.home-box-02-wrapper {
  margin: 0;
  /* TODO 需要响应式 */
  padding: 20px 260px;
  justify-content: space-between;
}


.box-02-wrapper {
  width: 310px;
  min-width: 310px;
  max-width: 310px;
  min-height: 120px;
  padding: 22px;
  text-align: left;
  background: #ffffff;
  border: 1px dashed #e1e8f1;
  cursor: pointer;
}

.box-02-wrapper:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -webkit-transition: all 0.3s;
}

.box-02-sign {
  margin: 0;
}

.box-02-sign-wrapper {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3bb9f0;
  border-radius: 4px;
}
.box-02-sign .bg-2 {
  background: #39c6d0;
}

.box-02-sign .bg-3 {
  background: #40d8ad;
}

.box-02-sign .bg-4 {
  background: #ffcb68;
}

.box-02-sign .bg-5 {
  background: #396fdb;
}

.box-02-sign .bg-6 {
  background: #ec7159;
}

.box-02-sign .bg-7 {
  background: #ffa202;
}

.box-02-sign .bg-8 {
  background: #28618f;
}

.box-02-sign .bg-9 {
  background: #11c68d;
}

.box-02-sign .bg-10 {
  background: #5570b5;
}

.box-02-sign .bg-11 {
  background: #3bb9f0;
}

.box-02-sign .bg-12 {
  background: #68a5ff;
}

.box-02-sign .bg-13 {
  background: #e6507a;
}

.box-02-sign .bg-14 {
  background: #398ed0;
}

.box-02-sign .bg-15 {
  background: #f8d225;
}

.box-02-sign .bg-16 {
  background: #56bc4d;
}

.text-12 {
  font-size: 12px;
  color: #999999;
}

.text-18 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.home-box-02-more {
  margin-top: 50px;
}

/* box 03 */
.home-box-03 {
  margin: 0;
  padding: 150px 0;
  text-align: center;
}

#home-box-03-tab {
  margin-top: 40px;
}

#home-box-03-tab .nav-item {
  padding: 0;
  border-bottom: 2px solid #efefff;
}


#home-box-03-tab .nav-link {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
}

#home-box-03-tab .nav-link img {
  margin-right: 8px;
}

#home-box-03-tab .nav-item:hover .nav-link {
  border-bottom: 2px solid #2568ef;
}

#home-box-03-tab .nav-link.active {
  border-bottom: 2px solid #2568ef;
}

.tab-content .tab-pane {
  padding: 64px 0;
}

.tab-content #tab001 {
  text-align: left;
  background-image: url(../img/home/box-03-shape.png);
  background-repeat: no-repeat;
}

.tab-content .img-01 {
  overflow: hidden;
  cursor: pointer;
}

.tab-content .img-01 img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.tab-content .img-01:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.tab-pane-item-01 .detail {
  padding: 40px 0;
  text-align: justify;
}

.text-24 {
  font-size: 24px;
  font-weight: 400;
  color: #232323;
  line-height: 36px;
}

.tab-pane-item-01 .btn-detail {
  width: 108px;
  height: 44px;
  color: #fff;
  background: #2568ef;
  border-radius: 4px;
}

.tab-pane-item-01 .btn-test {
  width: 108px;
  height: 44px;
  margin-left: 40px;
  border: 1px solid #2568ef;
  border-radius: 4px;
  color: #2568ef;
}

/* box 04 */
.home-box-04 {
  min-height: 1080px;
  margin: 0;
  padding: 150px 0;
  text-align: center;
  background-image: url(../img/home/box-04-bg.png);
  background-color: #ecf3ff;
  background-position: bottom left;
  background-size: 80%;
  background-repeat: no-repeat;
}

.home-box-04-left {
  min-width: 340px;
  padding-left: 15%;
  text-align: left;
}

.home-box-04-left .detail {
  padding: 40px 0;
}

.home-box-04-left .btn-detail {
  margin-top: 30px;
  width: 144px;
  height: 50px;
  color: #fff;
  background: #2568ef;
  border-radius: 40px;
}

.home-box-04-left .text-14 {
  padding-top: 30px;
  color: #666666;
}

.home-box-04-left .circle {
  padding-left: 25px;
  background-position: 0 32px;
  background-image: url(../img/home/box-04-circle.png);
  background-repeat: no-repeat;
}

.home-box-04-right {
  position: relative;
  min-width: 400px;
}

.home-shadw {
  width: 100%;
}

.home-shadw img {
  width: 88%;
  border-radius: 10px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  padding: 0;
}

/* box 05 */
.home-box-05 {
  margin: 0;
  padding: 150px 0;
  text-align: center;
}

.home-box-05-wrapper {
  min-height: 710px;
}

.home-box-05-left,
.home-box-05-right {
  border: 1px dashed #e1e8f1;
}

.home-box-05-left {
  min-width: 225px;
  padding: 0;
  padding-top: 20px;
  background-image: url(../img/home/box-05/box-05-left.png);
}

.home-box-05-right {
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

#home-box-05-tab .nav-link {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
}

#home-box-05-tab .nav-link.active {
  border-left: 4px solid #2568ef;
  background-color: #fff;
}

.home-box-05-right .tab-content {
  height: 100%;
}

.home-box-05-right .tab-content .tab-pane {
  padding: 0;
}

.home-box-05-right .tab-content .tab-pane.active {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.home-box-05-row-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.home-box-05-row-wrapper:last-child {
  margin-bottom: 0;
}

.home-box-05-box {
  width: 16.5%;
  height: 136px;
  /* border: 1px solid #f8f8f8; */
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-box-05-box img {
  width: 136px;
  height: 136px;
  padding: 16px;
  border: 1px solid #f8f8f8;
  object-fit: contain;
}

/*================
 Footer
==================*/
footer.container {
  padding: 0;
  margin-top: 30px;
}

/* box 06 */
.home-box-06 {
  /* TODO 需要响应式 */
  /* min-height: 750px;
  max-height: 750px; */
  width: 100%;
  margin: 0;
  padding: 98px 0 20px;
  text-align: center;
  background-image: url(../img/home/box-06-bg.png);
  background-color: #2568ef;
  background-repeat: no-repeat;
  background-position: top left;
}

.home-box-06 .text-60 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

.home-box-06 .btn-reg {
  width: 100px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #2568ef;
  display: block;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;

}

.home-box-footer {
  height: 390px;
  position: relative;
}

.home-box-footer-bgimg {
  display: none;
  position: absolute;
  left: 0;
  top: -92px;
  width: 100%;
  height: calc(100% + 92px);
  background-image: url(../img/home/box-06-footer.png);
}

.home-box-footer-circle {
  display: none;
  position: absolute;
  right: 0;
  top: -360px;
  width: 800px;
  height: calc(100% + 360px);
  background-image: url(../img/home/box-06-circle-shape.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
}

.home-box-footer-box {
  min-height: 390px;
  background: url(../img/home/box-06-footer.png) no-repeat, url(../img/home/box-06-circle-shape.png) no-repeat;
  background-repeat: no-repeat !important;
  background-color: #04004d !important;
  background-position: bottom right;
}

.home-box-footer-box-up {
  padding: 40px 40px;
  display: flex;
  justify-content: space-around;
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

.home-box-footer-box-up .text-18 {
  color: #fff;
  height: 52px;
}

.home-box-footer-box-down {
  height: 76px;
  border-top: 1px solid #332f70;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-box-footer-box-down span {
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}

.home-box-footer-box-up .text-18 {
  color: #fff;
  height: 52px;
}

.home-box-footer-box-up .footer-box {
  font-size: 14px;
  font-weight: 400;
  color: #B4BACC;
}

.home-box-footer-box-up .footer-box .box-tit {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  margin-bottom: 20px;
}

.home-box-footer-box-up .footer-box .box-cot a {
  font-size: 14px;
  font-weight: 400;
  color: #B4BACC;
}

.home-box-footer-box-up .footer-box .box-cot li:hover a {
  color: #fff;
}

.home-box-footer-box-up .footer-box .box-cot ul {
  display: grid;
  grid-template-columns: repeat(2, 120px);
  grid-gap: 6px 0;
}

.home-box-footer-box-up .footer-box .box-cot1 ul {
  display: grid;
  grid-template-columns: repeat(1, 220px);
  grid-gap: 6px 0;
}

.footer-rcode {
  display: flex;
  align-items: center;
}

.footer-rcode img {
  width: 90px;
  height: 90px;
}

.footer-box .addr {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-box .addr img {
  margin-right: 10px;
  height: 18px;
}

.box-cot2 ul img {
  margin-right: 10px;
  height: 18px;
}

.home-box-footer-box-up .footer-box .box-cot2 {
  display: flex;
  align-items: center;
  text-align: left;
}

.home-box-footer-box-up .footer-box .box-cot2 ul {
  display: grid;
  grid-template-columns: repeat(1, 220px);
  grid-gap: 12px 0;
  margin-right: 20px;
}

.footer_ul {
  display: flex;
  justify-content: center;
  padding: 40px 10px;
}

.footer_ul li {
  color: #ffffff;
  font-size: 18px;
  margin-right: 21px;
}

.footer_ul img {
  width: 14px;
  height: 10px;
  vertical-align: middle;
  margin-right: 0px;
}

.footer_ul li span {
  margin-left: 8px;
}

.moblie-nav {
  display: none;
}

.s-side {
  display: none;
}

.site-header nav>ul>li.active a {
  color: #fff;
}

.site-header .menu-wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* 滚动条样式 */
.site-header_scor .menu-wrapper .logo {
  background-image: url(../img/solution/logo.png);
}

.site-header_scor .menu-wrapper {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.site-header_scor li a {
  color: #000;
}

.site-header_scor nav>ul>li.active a {
  color: #2568ef;
}

.site-header_scor nav>ul>li.active {
  border-bottom: 3px solid #2568ef;
}
.site-header_scor nav>ul>li:hover a {
  color: #2568ef;
}

.site-header_scor nav>ul>li:hover {
  border-bottom: 3px solid #2568ef;
}
.site-header_scor .header-login-tel {
  color: #2568ef !important;
}

.site-header_scor .menu-item-has-children>a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/home/down_h.svg);
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  background-size: contain;
}

.site-header_scor .header-login-btn-reg {
  width: 108px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  background-color: #fff;
  color: #2568ef;
  border: none;
  text-align: center;
}

.site-header_scor .header-login-btn-reg {
  box-shadow: 0 0 0 1px #2568ef;
}

.site-header_scor .moblie-nav {
  color: #000;
}

.site-header_scor .moblie-nav svg path {
  fill: #333;
}

.site-header_scor .active>a::after {
  background: url(../img/home/arrow-down-bold.svg);
  background-size: contain;
}

/* 公共移动端 */
@media (max-width: 768px) {
  .home-box-01-left {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
  }

  .banner-txt {
    font-size: 28px !important;
    padding: 0 40px;
  }

  .home-box-footer-box-up {
    justify-content: flex-start;
  }

  .homt-img {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
  }

  .menu-wrapper nav {
    display: none;
  }

  .s-side {
    display: block;
  }

  .middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .s-side-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100vh;
    color: #fff;
  }

  .s-side-box {
    display: none;
  }

  .silde-masck {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
  }

  .s-side {
    width: 70%;
    background-color: #333;
    box-shadow: 0px 0px 10px #313131;
    padding: 10px;
    height: 100vh;
    position: relative;
    z-index: 4;
    margin: 0 0 0 auto;
  }

  .s-close {
    margin: 0 0 10px auto;
    text-align: right;
    padding-right: 10px;
  }

  .s-close svg fill {
    color: #fff;
  }

  .s-side .s-firstItem i {
    font-size: 20px;
  }

  /*.s-side .s-firstItem span {*/
  /*  display: inline-block;*/
  /*  margin-left: 10px;*/
  /*  font-size: 20px;*/
  /*  text-shadow: 0px 0px 5px #eeeeee;*/
  /*  white-space: 10px;*/
  /*}*/

  .s-side .first {
    padding: 10px 0px;
    border-bottom: 1px solid #424242;
    margin-left: 0;
    font-size: 16px;
  }

  .s-side .d-firstNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
  }

  .s-side .d-firstNav span {
    display: inline-block;
    margin: 0 20px 0 10px;
    width: 80%;
  }

  .s-side .d-firstNav i.fr {
    font-size: 25px;
  }

  .s-side .s-secondNav,
  .s-side .s-secondItem {
    margin-left: 20px;
    margin-top: 16px;
  }
  .s-side .s-firstDrop > .s-thirdItem{
    margin-top: 16px;
  }

  .s-side .s-secondNav span {
    margin-right: 10px;
  }

  .s-side .s-secondDrop .s-thirdItem {
    padding: 10px 0px;
  }

  /* .s-secondNav:hover,.d-firstNav:hover{
    background-color: #3D3D3D;cursor: pointer
  } */
  .s-side .d-secondDrop {
    margin-left: 20px;
    margin-top: 16px;
  }

  .iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
  }

  .s-firstDrop,
  .s-secondDrop {
    display: none;
  }

  .services-wrapper {
    right: 18px;
  }

  .site-header .menu-wrapper {
    height: auto;
    padding: 14px;
  }

  .site-header li,
  .site-header li a {
    color: #fff;
    margin-left: 10px;
    display: block;
  }

  .header-phone {
    display: flex;
    align-items: center;
    padding-left: 10px;
    flex-direction: column;
  }

  .header-login-tel {
    display: flex;
    align-items: center;
    margin: 16px auto;
  }

  .moblie-nav {
    display: flex;
    align-items: center;
    color: #fff;
  }

  .header-login-btn-reg {
    display: none;
  }

  .site-header .menu-wrapper .logo {
    background-size: 100%;
    background-position: left;
    min-width: 328px;
  }

  .moblie-nav svg path {
    fill: #fff;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .menu-wrapper>.margin-0 {
    width: 100%;
    justify-content: space-between;
  }

  .header-login {
    display: none;
  }

  .nav-ment {
    display: none;
  }

  .home-box-01 {
    margin: 0;
    padding: 40px 0;
  }

  .header-carousel .slide-line-2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .site-header {
    max-height: 380px;
    min-height: 380px;
  }

  .header-carousel .slide-line-1 {
    margin-top: 50px;
    font-size: 28px;
  }

  .header-carousel-button a {
    width: 50% !important;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 4px!important;
  }

  .footer_ul {
    flex-wrap: wrap;
  }

  .footer_ul li {
    line-height: 30px;
  }

  .mod-sbox {
    width: 90% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .header-carousel-button {
    flex-wrap: wrap;
  }

  .mod-sbox .text {
    width: 100% !important;
    border-radius: 4px!important;
  }

  .site-header .slide-box {
    width: 90%;
    margin: 0 auto;
  }

  .slide-line-3-string {
    width: 0;
  }

  .home-box-01-img {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
    transform: scale(.7);
  }
  .viewImgs-carousel-item{
      width: 100%!important;
      height: auto!important;
  }

  .home-box-02 {
    padding: 40px 20px;
    background-size: contain;
  }

  .box-02-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .home-box-03 .text-14 {
    font-size: 13px;
  }

  .home-box-02-more {
    margin-top: 20px;
  }

  .home-box-02-wrapper {
    padding: 0;
  }

  .home-box-03,
  .home-box-05 {
    padding: 40px 20px 0;
  }

  .home-box-04 {
    padding: 40px 20px 0;
  }

  #home-box-03-tab {
    padding: 0;
    width: 100%;
  }

  .tab-content .img-01 {
    width: 100%;
    overflow: inherit;
    margin-bottom: 10px;
  }

  .flex-column11 {
    flex-direction: column;
  }
  .tab-content .img-01 img{
      width: 100%;
  }

  .tab-content .tab-pane {
    padding: 34px 0;
  }

  .tab-pane-item-01 {
    padding: 0 20px;
    width: 100%;
    margin-left: 0 !important;
  }

  .tab-pane-item-01 .detail {
    padding: 20px 0;
  }

  .tab-pane-item-01 .text-24 {
    font-size: 20px;
  }

  .home-box-04 .height-40 {
    height: 20px !important;
  }

  .home-box-04 .home-box-title-line {
    height: 40px !important;
  }

  .home-box-04-left {
    min-width: 100%;
    padding-left: 0;
    text-align: justify;
  }

  .home-box-04-left .detail {
    padding: 20px 0;
  }

  .home-box-04-right {
    min-width: 100%;
    padding: 0;
    ;
  }

  .home-box-04 .img-04-01 {
    width: 100%;
    margin-top: 40px;
  }

  .home-box-05-wrapper {
    min-height: 710px;
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  .home-box-05-left {
    min-width: 100%;
    padding: 0;
  }

  .home-box-05-right {
    padding: 0;
    border-radius: 0;
    width: 100%;
    flex: 1;
    max-width: 100%;
  }

  .home-box-05-box {
    margin: 10px;
  }

  .home-box-06 {
    padding: 28px 0 0;
  }

  .home-box-06 .text-60 {
    font-size: 24px;
  }

  .home-box-footer-box {
    height: auto;
    padding: 30px 10px 20px;
  }

  .home-box-footer-box-up {
    height: auto;
    padding: 0;
    padding-left: 10px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .home-box-footer-box-down {
    height: auto;
    flex-direction: column;
    padding-top: 10px;
  }

  .home-box-footer-box-down span {
    padding: 8px 10px 10px;
  }

  .footer-rcode {
    margin: 20px;
  }

  .home-box-footer-box-up .text-18 {
    height: auto;
    padding: 12px 0;
  }

  .home-box-footer-box-up>.row {
    margin: 20px;
  }

  footer.container {
    margin-top: 30px;
  }

  .home-box-footer-circle {
    display: none;
  }

  .home-box-title-line {
    margin: 0 0 20px;
  }

  .header-introduce {
    max-width: 100%;
    text-align: justify;
    font-size: 17px;
  }

  .home-box-footer-box-up .footer-box .box-cot2 {
    flex-wrap: wrap;
  }

  .footer-rcode .row {
    margin: 0 20px 0 0 !important;
  }

  .footer-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .menu-wrapper nav {
    display: none;
  }

  .s-side {
    display: block;
  }

  .middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .s-side-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100vh;
    color: #fff;
  }

  .s-side-box {
    display: none;
  }

  .silde-masck {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
  }

  .s-side {
    width: 70%;
    background-color: #333;
    box-shadow: 0px 0px 10px #313131;
    padding: 10px;
    height: 100vh;
    position: relative;
    z-index: 4;
    margin: 0 0 0 auto;
  }

  .s-close {
    margin: 0 0 10px auto;
    text-align: right;
    padding-right: 10px;
  }

  .s-close svg fill {
    color: #fff;
  }

  .s-side .s-firstItem i {
    font-size: 20px;
  }

  /*.s-side .s-firstItem span {*/
  /*  display: inline-block;*/
  /*  margin-left: 10px;*/
  /*  font-size: 20px;*/
  /*  text-shadow: 0px 0px 5px #eeeeee;*/
  /*  white-space: 10px;*/
  /*}*/

  .s-side .first {
    padding: 10px 0px;
    border-bottom: 1px solid #424242;
    margin-left: 0;
    font-size: 16px;
  }

  .s-side .d-firstNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .s-side .d-firstNav span {
    display: inline-block;
    margin: 0 20px 0 10px;
    width: 80%;
  }

  .s-side .d-firstNav i.fr {
    font-size: 25px;
  }

  .s-side .s-secondNav,
  .s-side .s-secondItem {
    margin-left: 20px;
    margin-top: 16px;
  }
  .s-side 。.s-firstDrop >.s-thirdItem{
    margin-top: 16px;
  }
  .s-side .s-secondNav span {
    margin-right: 10px;
  }

  .s-side .s-secondDrop .s-thirdItem {
    padding: 10px 0px;
  }

  /* .s-secondNav:hover,.d-firstNav:hover{
    background-color: #3D3D3D;cursor: pointer
  } */
  .s-side .d-secondDrop {
    margin-left: 20px;
    margin-top: 16px;
  }

  .iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
  }

  .s-firstDrop,
  .s-secondDrop {
    display: none;
  }

  .services-wrapper {
    right: 18px;
  }

  .site-header .menu-wrapper {
    height: auto;
    padding: 14px;
  }

  .site-header li,
  .site-header li a {
    color: #fff;
    margin-left: 10px;
    display: block;
  }

  .header-phone {
    display: flex;
    align-items: center;
    padding-left: 10px;
    flex-direction: column;
  }

  .header-login-tel {
    display: flex;
    align-items: center;
    margin: 16px auto;
  }

  .moblie-nav {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
  }

  .moblie-nav svg path {
    fill: #fff;
  }

  .header-login-btn-reg {
    display: none;
  }

  .header-login {
    display: none;
  }

  .nav-ment {
    display: none;
  }

  .site-header .slide-box {
    width: 70%;
    margin: 0 auto;
  }

  #home-box-03-tab {
    width: 90% !important;
    margin: 40px auto 0;
  }
  .tab-content .tab-pane {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  .box-02-wrapper {
    width: 49%;
    min-width: 49%;
    max-width: 49%;
    min-height: 120px;
    padding:20px;
    text-align: left;
    background: #ffffff;
    border: 1px dashed #e1e8f1;
    margin-bottom: 20px;
  }

  .home-box-02-wrapper {
    padding: 0 90px;
  }
}

@media (min-width: 1200px) {
  .box-02-wrapper {
     width: 24%;
    min-width: 24%;
    max-width: 24%;
    min-height: 120px;
    padding: 22px;
    text-align: left;
    background: #ffffff;
    border: 1px dashed #e1e8f1;
    margin-bottom: 0!important;
  }

  .home-box-footer-box-up .footer-box {
    margin-right: 40px;
  }

  @media (max-width: 1200px) {
    .home-box-footer-box-up {
      justify-content: center;
    }
  }
}

.sub-menu li:hover a {
  color: #2568ef !important;
}

.bannd {
  position: relative;
}

.bannd::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.wechat-phone {
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s;
  width: 176px;
  height: 86px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #fff;
  right: 55px;
  padding: 20px;
  top: 0;
  display: none;
  font-weight: 400;
  color: #1F2D3D;
  font-size: 14px;
  box-sizing: border-box;
}

.wechat-phone::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  right: -9px;
  top: 42%;
}

.wechat-phone b {
  font-size: 16px;
  color: #2568EF;
  margin-top: 4px;
  display: block;
}

.wechat-wx {
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s;
  width: 176px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 12px;
  top: -40px;
  right: 55px;
  text-align: center;
  color: #1F2D3D;
  display: none;
}

.wechat-wx::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  right: -9px;
  top: 30px;
}

.services-wechat {
  cursor: pointer;
}

.services-phone {
  cursor: pointer;
}

.services-item .on {
  display: none;
}

.services-item .on {
  width: 22px;
  height: 22px;
  object-fit: contain;
  cursor: pointer;
}
.services-wechat>img{
  width: 22px;
  height: 18px;
}
.services-item .dea {
  width: 22px;
  height: 22px;
  object-fit: contain;
  cursor: pointer;
}

.services-item .top-fill {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.service-qq .dea {
  cursor: pointer;
}

.services-wechat:hover .wechat-wx {
  display: block;
}
.service-qq:hover .wechat-wx {
  display: block;
}

.services-phone:hover .wechat-phone {
  display: block;
}

.services-wechat:hover .dea {
  display: none;
}

.services-phone:hover .dea {
  display: none;
}

.service-qq:hover .dea {
  display: none;
}

.backHome:hover .dea {
  display: none;
}

.services-wechat:hover .on {
  display: block;
}

.services-phone:hover .on {
  display: block;
}

.service-qq:hover .on {
  display: block;
  margin-right: 2px;
}

.backHome:hover .on {
  display: block;
}

.solution02 {
  background: #FAFBFF;
  padding: 100px 0;
}

.product02 {
  background: #FAFBFF;
  padding: 100px 0;
}

.activity-img-item {
  overflow: hidden;
}

.activity-img-item img {
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.activity-img-item:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}