.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .index-box-1 .swiper-container {
    overflow: inherit;
  }
  .index-box-1 .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-1 .swiper-slide {
    width: 23%;
  }
  .index-box-2 .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .solution-wrapper .box-2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .index-box-3 .shadow {
    position: relative;
    cursor: default;
    display: inline-block;
    width: 190px;
    height: 80px;
    background: #fff;
    margin: 0 10px;
    top: 10px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04);
  }
  .index-box-3 .shadow:hover .line_t,
  .index-box-3 .shadow:hover .line_b {
    width: 100%;
  }
  .index-box-3 .shadow:hover .line_r,
  .index-box-3 .shadow:hover .line_l {
    height: 100%;
  }
  .index-box-3 .shadow img {
    display: block;
    width: 100%;
  }
  .service-wrapper .swiper-container {
    overflow: inherit;
  }
  .service-wrapper .swiper-container .swiper-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 1600px) {
  .index-banner-wrapper .name {
    font-size: 36px;
    line-height: 42px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 44px;
    margin: 16px auto;
  }
  .index-banner-wrapper .brief {
    font-size: 72px;
    line-height: 80px;
  }
  .page-banner-wrapper .name {
    font-size: 36px;
  }
  .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .goods-wrapper .brief {
    font-size: 18px;
    width: 510px;
  }
  .goods-wrapper .tit {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .goods-wrapper .desc {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .goods-wrapper .info p {
    font-size: 15px;
  }
  .service-wrapper .box-1 .icon {
    width: 110px;
  }
  .service-wrapper .box-1 .name {
    font-size: 20px;
    margin: 26px auto 14px;
  }
  .service-wrapper .box-2 {
    margin-top: 110px;
    padding-bottom: 150px;
  }
  .tab-box a {
    font-size: 22px;
    margin-right: 70px;
  }
  .tab-box a:before,
  .tab-box a:after {
    width: 48px;
    margin-left: -24px;
  }
  .service-wrapper .detail-box li {
    font-size: 16px;
    padding: 18px 0;
  }
  .service-wrapper .box-2 {
    padding-bottom: 130px;
  }
  .service-wrapper .box-3 .name {
    font-size: 32px;
  }
  .service-wrapper .box-3 .desc {
    font-size: 20px;
    line-height: 30px;
    margin-top: 6px;
  }
  .page-banner-wrapper .desc {
    margin: 20px auto 30px;
  }
  .about-wrapper .box-2 .name {
    font-size: 32px;
    line-height: 40px;
  }
  .about-wrapper .box-2 .ename {
    font-size: 28px;
    line-height: 30px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 18px;
  }
  .solution-wrapper .box-2 .name {
    font-size: 26px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper .inner .caption {
    font-size: 18px;
  }
  .index-banner-wrapper .name {
    font-size: 32px;
    line-height: 36px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 40px;
    margin: 14px auto;
  }
  .index-banner-wrapper .brief {
    font-size: 68px;
    line-height: 70px;
  }
  .more {
    width: 180px;
    line-height: 56px;
    font-size: 20px;
  }
  .index-title {
    font-size: 34px;
    padding-top: 80px;
  }
  .index-box-1 .icon {
    width: 110px;
  }
  .index-box-1 .name {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .index-box-1 .desc,
  .index-box-2 .desc {
    font-size: 15px;
  }
  .index-box-1 .swiper-slide:after {
    height: 4px;
  }
  .index-box-2 .icon {
    width: 100px;
  }
  .index-box-2 .name {
    font-size: 18px;
    margin: 14px auto 8px;
  }
  .index-box-3 .box:before,
  .index-box-3 .box:after {
    width: 160px;
  }
  .page-banner-wrapper .name {
    font-size: 32px;
  }
  .page-title {
    font-size: 28px;
    line-height: 36px;
  }
  .goods-wrapper .item {
    padding: 86px 0 80px;
  }
  .goods-wrapper .info .icon {
    width: 60px;
    height: 60px;
  }
  .service-wrapper .box-1 .icon {
    width: 100px;
  }
  .service-wrapper .box-1 .name {
    font-size: 18px;
    margin: 20px auto 8px;
  }
  .service-wrapper .box-2 {
    margin-top: 90px;
    padding-bottom: 130px;
  }
  .tab-box a {
    font-size: 20px;
    margin-right: 60px;
    padding-bottom: 16px;
  }
  .tab-box a:before,
  .tab-box a:after {
    width: 42px;
    margin-left: -21px;
  }
  .service-wrapper .box-2 {
    padding-bottom: 110px;
  }
  .service-wrapper .box-3 .name {
    font-size: 30px;
  }
  .service-wrapper .box-3 .desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .page-banner-wrapper .desc {
    margin: 12px auto 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .page-title {
    padding-top: 60px;
  }
  .about-wrapper .indent {
    text-indent: 38px;
  }
  .about-wrapper .box-2 .name {
    font-size: 30px;
    line-height: 36px;
  }
  .about-wrapper .box-2 .ename {
    font-size: 26px;
    line-height: 26px;
  }
  .about-wrapper .content .img {
    margin-bottom: 32px;
  }
  .platform-wrapper .item .desc {
    font-size: 18px;
    line-height: 36px;
  }
  .platform-wrapper .item {
    padding: 80px 0;
  }
  .solution-wrapper .box-1 .name {
    font-size: 18px;
  }
  .solution-wrapper .box-1 .desc {
    font-size: 15px;
  }
  .solution-wrapper .box-1 li {
    margin-right: 80px;
  }
  .solution-wrapper .box-1 li .icon {
    width: 110px;
  }
  /* .solution-wrapper .box-2 {
    margin-top: 90px;
  } */
  .solution-wrapper .brief {
    font-size: 18px;
    line-height: 32px;
  }
  .solution-wrapper .box-2 .name {
    font-size: 24px;
  }
  .solution-wrapper .box-2 .desc {
    margin-top: 20px;
  }
  .solution-wrapper .box-2 .info {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .experience-wrapper .submit {
    width: 176px;
    line-height: 58px;
  }
  .experience-wrapper .name {
    font-size: 22px;
  }
  .index-box-2 .fill {
    width: 62px;
    height: 62px;
  }
  .index-box-2 .empty:nth-child(4) {
    width: 160px;
    height: 160px;
    border-width: 12px;
  }
  .index-box-2 .empty:nth-child(5) {
    width: 80px;
    height: 80px;
    border-width: 8px;
  }
  .index-box-2:before,
  .index-box-2:after {
    widows: 180px;
    height: 180px;
  }
  .more {
    font-size: 16px;
  }
  .team-wrapper .name {
    font-size: 22px;
  }
  .team-wrapper .level {
    font-size: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .header-wrapper .pc-nav-box .name {
    margin-bottom: 16px;
  }
  .header-wrapper .pc-nav-box .item a {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .header-wrapper .pc-nav-box .item a img {
    top: -2px;
  }
  .footer-wrapper .inner .caption {
    font-size: 16px;
  }
  .index-banner-wrapper .name {
    font-size: 28px;
    line-height: 32px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 36px;
    margin: 12px auto;
  }
  .index-banner-wrapper .brief {
    font-size: 64px;
  }
  .more {
    width: 160px;
    line-height: 50px;
    font-size: 18px;
  }
  .index-title {
    font-size: 32px;
    padding-top: 70px;
  }
  .index-box-1 .icon {
    width: 100px;
  }
  .index-box-1 .name {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .index-box-1 .desc,
  .index-box-2 .desc {
    font-size: 14px;
  }
  .index-box-2 .icon {
    width: 90px;
  }
  .index-box-2 .name {
    font-size: 18px;
    margin: 14px auto 8px;
  }
  .index-box {
    padding-bottom: 70px;
  }
  .header-wrapper .pc-nav-box .item a img {
    width: 22px;
  }
  .page-banner-wrapper .name {
    font-size: 30px;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 90%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    position: absolute;
    display: inline-block;
    z-index: 10;
    width: 28px;
    height: 2px;
    background: #0b45d9;
    top: 16px;
    left: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 60px;
    background: #fff;
    z-index: 501;
    overflow: auto;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: calc(100% - 63px);
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #0b45d9;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li:first-child {
    border-top: 1px solid #f1f1f1;
  }
  .phone-nav ul li.active .cat {
    color: #fff;
    font-weight: 700;
    background: #4b83f8;
  }
  .phone-nav ul li.active .cat:before,
  .phone-nav ul li.active .cat:after {
    background: #fff;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #686765;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 3px;
    height: 13px;
    right: 20px;
    top: 18px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 13px;
    height: 3px;
    right: 15px;
    top: 23px;
  }
  .phone-nav ul li .item.on .cat2 {
    color: #0b45d9;
    font-weight: 700;
  }
  .phone-nav ul li .item.on .cat2:after {
    top: 2px;
    background: url(../img/icon-right2.png) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
  }
  .phone-nav ul li .cat2 {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .phone-nav ul li .cat2:after {
    position: relative;
    display: inline-block;
    content: "";
    margin-left: 20px;
    width: 7px;
    height: 13px;
    top: 1px;
    background: url(../img/icon-right.png) no-repeat;
    background-size: contain;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #0b45d9;
  }
  .phone-nav ul li.on > a:before,
  .phone-nav ul li.on > a:after {
    background: #0b45d9;
  }
  .phone-nav ul li .second,
  .phone-nav ul li .first {
    width: 100%;
    display: none;
  }
  .phone-nav ul li .second a,
  .phone-nav ul li .first a {
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #d6d6d6;
  }
  .phone-nav ul li .second a:last-child,
  .phone-nav ul li .first a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav ul li .second {
    background: #fdfdfd;
  }
  .phone-nav ul li .second a {
    font-size: 14px;
  }
  .header-wrapper {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .header-wrapper.static {
    position: fixed;
  }
  .header-wrapper .box-container {
    height: 60px;
    padding: 0 15px;
  }
  .header-wrapper .logo-box {
    width: 90px;
  }
  .header-wrapper .logo-box img.init {
    display: none;
  }
  .header-wrapper .logo-box img.on {
    display: block;
  }
  .header-wrapper .pc-nav-box {
    display: none;
  }
  .header-wrapper .other-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .header-wrapper .btn {
    width: 84px;
    font-size: 12px;
    border-color: #0b45d9;
    color: #0b45d9;
  }
  .header-wrapper .btn:hover {
    background: #0b45d9;
    color: #fff;
  }
  .p_h {
    width: 100%;
    height: 60px;
  }
  .footer-wrapper {
    padding-top: 30px;
  }
  .footer-wrapper .w1200 {
    padding: 0;
  }
  .footer-wrapper .logo {
    text-align: center;
    padding: 0 15px 24px;
    margin: 0 auto 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-wrapper .logo img {
    width: 90px;
  }
  .footer-wrapper .main {
    padding: 0 15px;
    display: block;
  }
  .footer-wrapper .inner .caption {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .footer-wrapper .inner-1,
  .footer-wrapper .inner-2 {
    display: none;
  }
  .footer-wrapper .inner-3 {
    width: 100%;
  }
  .footer-wrapper .inner-3 ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-wrapper .inner-3 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-wrapper .inner-3 li a {
    line-height: 16px;
    font-size: 11px;
  }
  .footer-wrapper .inner-3 .icon {
    width: 26px;
    margin-right: 8px;
  }
  .footer-wrapper .inner-4 {
    width: 100%;
    margin-top: 10px;
  }
  .footer-wrapper .inner-4 li {
    font-size: 11px;
    line-height: 18px;
  }
  .footer-wrapper .bottom {
    padding: 10px 15px;
    line-height: 20px;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .footer-wrapper .copy {
    width: 100%;
    flex: 1;
    overflow: hidden;
    text-align: left;
  }
  .footer-wrapper .copy,
  .footer-wrapper .copy a {
    font-size: 12px;
  }
  .footer-wrapper .qrcode {
    margin-left: 15px;
  }
  .footer-wrapper .qrcode .img {
    width: 90px;
    height: 90px;
    left: auto;
    right: 0;
    margin-left: 0;
    top: -108px;
  }
  .footer-wrapper .link {
    font-size: 11px;
    width: 80px;
    line-height: 26px;
    margin-top: 13px;
  }
  .more {
    width: 100px;
    line-height: 36px;
    font-size: 12px;
  }
  .index-banner-wrapper .index-banner-swiper .box-container {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  .index-banner-wrapper .name {
    font-size: 12px;
    line-height: 18px;
  }
  .index-banner-wrapper .brief {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .index-banner-wrapper .box-container {
    padding: 0 15px;
  }
  .index-banner-wrapper .info {
    top: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    height: 100%;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 4px;
  }
  .index-banner-wrapper .info-2 .desc {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 6px;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 10px;
  }
  .index-box {
    padding-bottom: 40px;
  }
  .index-title {
    font-size: 20px;
    line-height: 30px;
    padding: 40px 0 30px;
  }
  .index-box-1 .index-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .index-box-1 .box-container {
    padding: 0;
  }
  .index-box-1 .swiper-slide {
    width: 70%;
    padding-bottom: 24px;
  }
  .index-box-1 .swiper-slide:after {
    height: 3px;
  }
  .index-box-1 .info {
    padding: 50px 20px 0;
  }
  .index-box-1 .icon {
    width: 80px;
  }
  .index-box-1 .name {
    line-height: 24px;
    margin: 20px auto 10px;
  }
  .index-box-1 .desc {
    font-size: 14px;
  }
  .index-box-1 #circle,
  .index-box-1 .wave {
    display: none;
  }
  /* .index-box-1 .swiper-container {
    padding-left: 15px;
  } */
  .index-box-1 .swiper-wrapper {
    padding-bottom: 30px;
  }
  .index-box-1 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #0b45d9;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #0b45d9;
  }
  .index-box-2:before,
  .index-box-2:after {
    width: 110px;
    height: 110px;
  }
  .index-box-2:before {
    bottom: 30px;
  }
  .index-box-2 ul {
    display: block;
    padding: 0;
  }
  .index-box-2 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .index-box-2 .icon {
    width: 60px;
  }
  .index-box-2 .info {
    bottom: 20px;
    padding: 0 15px;
  }
  .index-box-2 .name {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 10px auto 4px;
  }
  .index-box-2 .desc {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    width: 100%;
  }
  .index-box-2 .fill {
    width: 40px;
    height: 40px;
  }
  .index-box-2 .fill:first-child {
    left: 10%;
    top: 4%;
  }
  .index-box-2 .fill:nth-child(2) {
    left: 30%;
    bottom: 40px;
    top: auto;
  }
  .index-box-2 .empty:nth-child(4) {
    width: 60px;
    height: 60px;
    border-width: 6px;
  }
  .index-box-2 .empty:nth-child(5) {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 20px;
    right: 0;
    border-width: 5px;
  }
  .str_wrap {
    padding: 8px 0;
  }
  .index-box-3 .box:before,
  .index-box-3 .box:after {
    width: 100px;
  }
  .index-box-3 .phone {
    display: block;
  }
  .index-box-3 .phone > div {
    width: 99%;
    height: 58px;
    overflow: hidden;
  }
  .index-box-3 .pc {
    display: none;
  }
  .index-box-3 li {
    position: relative;
    width: 120px;
    background: #fff;
    float: left;
    padding: 6px;
  }
  .index-box-3 li .shadow {
    position: relative;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04);
  }
  .index-box-3 li:hover .line_t,
  .index-box-3 li:hover .line_b {
    width: 100%;
  }
  .index-box-3 li:hover .line_r,
  .index-box-3 li:hover .line_l {
    height: 100%;
  }
  .index-box-3 li img {
    height: auto;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    display: block;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-box {
    width: 100%;
  }
  .page-nav-box .box-container {
    position: relative;
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    line-height: 44px;
    padding: 0 15px;
    background: #0b45d9;
    color: #fff;
  }
  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
    content: "";
    width: 13px;
    height: 100%;
    background: url(../img/down4.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-box .nav {
    position: absolute;
    /* left: 0; */
    top: 100%;
    z-index: 10;
    width: 90%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 42px;
    padding: 0 15px;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-box .nav a:first-child {
    border-top: none;
  }
  .page-nav-box .nav > a.on,
  .page-nav-box .nav > a:hover {
    background: none;
  }
  .page-nav-box .nav > a:after {
    display: none;
  }
  .page-banner-wrapper .info,
  .page-banner-wrapper.platform .info {
    top: 14%;
  }
  .page-banner-wrapper .name {
    font-size: 16px;
    line-height: 20px;
  }
  .page-banner-wrapper .desc {
    font-size: 12px;
    line-height: 16px;
    margin: 6px auto 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .page-banner-wrapper .more {
    width: 80px;
    line-height: 26px;
    font-size: 10px;
  }
  .page-box {
    padding: 40px 0;
  }
  .page-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    padding-top: 40px;
  }
  .goods-wrapper .item {
    padding: 40px 0;
  }
  .goods-wrapper .brief {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 20px;
  }
  .goods-wrapper .tit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .goods-wrapper .desc {
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
  }
  .goods-wrapper .box {
    display: block;
  }
  .goods-wrapper .pic,
  .goods-wrapper .info {
    width: 100%;
  }
  .goods-wrapper .info {
    padding-left: 0;
    margin-top: 30px;
  }
  .goods-wrapper .info ul li {
    margin-right: 20px;
  }
  .goods-wrapper .info .icon {
    width: 44px;
    height: 44px;
  }
  .goods-wrapper .info p {
    font-size: 14px;
  }
  .tab-box {
    margin-bottom: 40px;
  }
  .tab-box a {
    font-size: 15px;
    padding-bottom: 10px;
    margin-right: 20px;
  }
  .tab-box a:before,
  .tab-box a:after {
    width: 24px;
    margin-left: -12px;
  }
  .service-wrapper .detail-box .item.on {
    display: block;
  }
  .service-wrapper .detail-box .pic {
    width: 70%;
    margin: 0 auto;
  }
  .service-wrapper .detail-box .info {
    width: 100%;
    margin-top: 15px;
  }
  .service-wrapper .detail-box li {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0;
  }
  .service-wrapper .detail-box li b {
    display: block;
    min-width: inherit;
  }
  .service-wrapper .box-1 {
    padding: 0;
  }
  .service-wrapper .box-1 .page-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .service-wrapper .box-1 .swiper-slide {
    width: 70%;
    margin-right: 0;
    padding: 30px 20px;
  }
  .service-wrapper .box-1 .icon {
    width: 60px;
  }
  .service-wrapper .box-1 .name {
    font-size: 16px;
    line-height: 30px;
    margin: 16px auto 8px;
  }
  .service-wrapper .box-1 .desc {
    font-size: 14px;
  }
  .service-wrapper .box-1 .swiper-container {
    padding-left: 15px;
  }
  .service-wrapper .box-1 .swiper-wrapper {
    padding-bottom: 30px;
    padding-top: 15px;
  }
  .service-wrapper .box-1 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .service-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #0b45d9;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .service-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #0b45d9;
  }
  .service-wrapper .box-2 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .service-wrapper .box-3 {
    padding: 32px 0 30px;
  }
  .service-wrapper .box-3 .name {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .service-wrapper .box-3 .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .about-wrapper .content,
  .about-wrapper .content div {
    font-size: 15px;
    line-height: 26px;
  }
  .about-wrapper .content {
    width: 100%;
  }
  .about-wrapper .content .img {
    width: 110px;
    margin-bottom: 20px;
  }
  .about-wrapper .indent {
    text-indent: 30px;
  }
  .about-wrapper .box-2 {
    margin-top: 40px;
  }
  .about-wrapper .box-2 ul {
    display: block;
  }
  .about-wrapper .box-2 ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about-wrapper .box-2 .info {
    padding: 60px 15px 0;
  }
  .about-wrapper .box-2 .ename {
    font-size: 36px;
    line-height: 20px;
  }
  .about-wrapper .box-2 .name {
    font-size: 30px;
    line-height: 30px;
    margin-top: -12px;
  }
  .about-wrapper .box-2 .desc {
    font-size: 16px;
  }
  .honor-wrapper .caption {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .honor-wrapper .caption:before,
  .honor-wrapper .caption:after {
    width: 6px;
    height: 6px;
  }
  .honor-wrapper .caption:before {
    margin-right: 12px;
  }
  .honor-wrapper .caption:after {
    margin-left: 12px;
  }
  .honor-wrapper .swiper-box {
    padding: 0;
    margin-bottom: 40px;
  }
  .honor-wrapper .swiper-container {
    padding: 0 10px;
  }
  .honor-wrapper .pic {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .honor-wrapper .name {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
  .honor-wrapper .honor-3 .name {
    width: 80%;
  }
  .honor-wrapper .swiper-btn {
    width: 12px;
    height: 24px;
  }
  .honor-wrapper .prev {
    left: -10px;
  }
  .honor-wrapper .next {
    right: -10px;
  }
  .platform-wrapper .item {
    padding: 40px 0;
  }
  .platform-wrapper .item .w1200 {
    display: block;
  }
  .platform-wrapper .item .info,
  .platform-wrapper .item .pic {
    width: 100%;
  }
  .platform-wrapper .item .info {
    margin-top: 30px;
  }
  .platform-wrapper .item .page-title {
    margin-bottom: 10px;
  }
  .platform-wrapper .item .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .platform-wrapper .honor {
    padding-bottom: 40px;
  }
  .platform-wrapper .honor .w1200 {
    padding: 0 15px;
  }
  .platform-wrapper .honor .swiper-slide {
    width: 100%;
  }
  .platform-wrapper .swiper-wrapper {
    padding-bottom: 30px;
  }
  .platform-wrapper .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .platform-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #0b45d9;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .platform-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #0b45d9;
  }
  .solution-wrapper .brief {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .solution-wrapper .box-1 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solution-wrapper .box-1 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .solution-wrapper .box-1 li:last-child {
    margin-bottom: 0;
  }
  .solution-wrapper .box-1 li .icon {
    width: 80px;
  }
  .solution-wrapper .box-1 .name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .solution-wrapper .box-1 .desc {
    font-size: 14px;
  }
  .solution-wrapper .box-2 {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .solution-wrapper .box-2 .w1200 {
    padding: 0 15px;
  }
  .solution-wrapper .box-2 ul {
    display: block;
    margin-top: 30px;
  }
  .solution-wrapper .box-2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .solution-wrapper .box-2 ul li:after {
    height: 3px;
  }
  .solution-wrapper .box-2 .info {
    padding: 30px 20px 36px;
  }
  .solution-wrapper .box-2 .name {
    font-size: 20px;
    line-height: 30px;
  }
  .solution-wrapper .box-2 .desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }
  .solution-wrapper .btn {
    font-size: 14px;
    margin-top: 10px;
  }
  .solution-wrapper .btn img {
    width: 4px;
    margin-left: 6px;
  }
  .experience-wrapper {
    padding: 40px 0;
  }
  .experience-wrapper .form-box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 40px;
  }
  .experience-wrapper .name {
    font-size: 20px;
  }
  .experience-wrapper .desc {
    font-size: 15px;
    margin: 5px auto 16px;
  }
  .experience-wrapper .group {
    display: block;
    margin-bottom: 15px;
  }
  .experience-wrapper label {
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding-right: 0;
    padding-left: 14px;
    margin-bottom: 10px;
    display: block;
  }
  .experience-wrapper label span {
    top: 2px;
  }
  .experience-wrapper .text {
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 60px;
    padding-left: 15px;
  }
  .experience-wrapper .btn {
    font-size: 14px;
    right: 10px;
    bottom: 12px;
    top: auto;
  }
  .experience-wrapper .submit {
    width: 50%;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
  }
  .team-wrapper ul {
    padding: 0;
  }
  .team-wrapper li {
    display: block;
    margin-bottom: 15px;
  }
  .team-wrapper li:before {
    display: none;
  }
  .team-wrapper li.animated:nth-child(odd) .info:before {
    width: 315px;
  }
  .team-wrapper li.animated:nth-child(even) .info:before {
    width: 340px;
  }
  .team-wrapper .pic {
    width: 100%;
  }
  .team-wrapper .info {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
    line-height: 26px;
  }
  .team-wrapper .info:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 0;
    transition: width 3s ease;
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    -ms-transition: width 3s ease;
    -o-transition: width 3s ease;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
  }
  .team-wrapper .info:nth-child(odd):before {
    right: 0;
    height: 212px;
    background: url(../img/teambgr.png) no-repeat right top;
    transform-origin: right top;
  }
  .team-wrapper .info:nth-child(even):before {
    left: 0;
    height: 193px;
    background: url(../img/teambgl.png) no-repeat;
    transform-origin: left top;
  }
  .team-wrapper .title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .team-wrapper .name {
    display: inline-block;
    font-size: 20px;
    width: auto;
    padding-bottom: 10px;
    height: auto;
    margin-bottom: 20px;
  }
  .team-wrapper .description {
    margin-left: 0;
  }
  .team-wrapper .level {
    font-size: 17px;
  }
  .team-wrapper .desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
  }
  .codealertbox {
    width: calc((100% - 30px));
    left: 15px;
    margin-left: 0;
  }
  .codealertbox {
    padding: 20px;
  }
  .codealertbox .codecen .img {
    width: 100px;
  }
  .codealertbox .codecen .img img {
    width: 100px;
    height: 46px;
  }
  .codealertbox .codecen .input {
    width: calc((100% - 105px));
  }
  .codealertbox .codecen .input input {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    font-size: 13px;
  }
  .codealertbox .btn {
    height: 46px;
    line-height: 46px;
  }
}
