﻿.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;
}
@font-face {
  font-family: "icon";
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/128aa42d73014605b19642d6d57ee3ce.woff') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg') format('svg');
  
  /* IE9 */
  /* iOS 4.1- */
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #1e307e;
  }
  .header-wrapper.index:hover,
  .header-wrapper.index.on {
    background: #fff;
  }
  .header-wrapper.index:hover .logo-box img.on,
  .header-wrapper.index.on .logo-box img.on {
    display: block;
  }
  .header-wrapper.index:hover .logo-box img.original,
  .header-wrapper.index.on .logo-box img.original {
    display: none;
  }
  .header-wrapper.index:hover .pc-nav-box ul li a,
  .header-wrapper.index.on .pc-nav-box ul li a {
    color: #333333;
  }
  .header-wrapper.index:hover .pc-nav-box ul li:hover a,
  .header-wrapper.index.on .pc-nav-box ul li:hover a,
  .header-wrapper.index:hover .pc-nav-box ul li.on a,
  .header-wrapper.index.on .pc-nav-box ul li.on a {
    color: #ffffff;
  }
  .header-wrapper.index:hover .pc-search-box .search,
  .header-wrapper.index.on .pc-search-box .search {
    background: url(../images/search2.png) no-repeat center center;
  }
  .header-wrapper.index:hover .language-box a,
  .header-wrapper.index.on .language-box a {
    color: #666;
    border-color: #1e307e;
  }
  .header-wrapper.index:hover .language-box a:hover,
  .header-wrapper.index.on .language-box a:hover,
  .header-wrapper.index:hover .language-box a.on,
  .header-wrapper.index.on .language-box a.on {
    background: #1e307e;
    color: #fff;
  }
  .header-wrapper.index .logo-box img.on {
    display: none;
  }
  .header-wrapper.index .logo-box img.original {
    display: block;
  }
  .header-wrapper.index .pc-nav-box ul li a {
    color: #ffffff;
  }
  .header-wrapper.index .pc-search-box .search {
    background: url(/images/search.png) no-repeat center center;
  }
  .header-wrapper.index .language-box a {
    color: #fff;
    border-color: #fff;
  }
  .header-wrapper.index .language-box a:hover,
  .header-wrapper.index .language-box a.on {
    background: #fff;
    color: #000;
  }
  .header-wrapper.index {
    background: transparent;
  }
  .p_h.index {
    height: 0;
  }
  .page-nav-box {
    border-bottom: 1px solid #ededed;
  }
  .page-nav-box .page-nav-box {
    border: none;
  }
  .page-nav-box .box-container {
    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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
/*    height:280px;
*/    align-items: center;
  }
  .page-nav-box .intruction-caption {
    display: none;
  }
  .page-nav-box .nav {
    font-size: 0;
  }
  .page-nav-box .nav a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    line-height: 80px;
    margin-right: 52px;
  }
  .page-nav-box .nav a:last-chid {
    margin-right: 0;
  }
  .page-nav-box .nav a.on,
  .page-nav-box .nav a:hover {
    color: #1e307e;
    font-weight: 700;
  }
  .page-nav-box .nav a.on:after,
  .page-nav-box .nav a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-box .nav a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #1e307e;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 10;
    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;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .page-nav-box .breadcrumb {
    font-size: 0;
  }
  .page-nav-box .breadcrumb a,
  .page-nav-box .breadcrumb span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }
  .page-nav-box .breadcrumb a {
    color: #757686;
  }
  .page-nav-box .breadcrumb .home {
    margin-right: 10px;
  }
  .page-nav-box .breadcrumb .icon {
    display: inline-block;
    margin: 0 14px;
    vertical-align: middle;
  }
  .page-nav-box .breadcrumb a:hover,
  .page-nav-box .breadcrumb span,
  .page-nav-box .breadcrumb a.on {
    color: #1e307e;
  }
  .making-wrapper .list ul li:nth-child(odd) .info {
    float: left;
    padding-left: 193px;
    padding-right: 150px;
  }
  .making-wrapper .list ul li:nth-child(odd) .pic {
    float: right;
    width: 50%;
  }
  .making-wrapper .list ul li:nth-child(even) .pic {
    float: left;
    padding-left: 193px;
  }
  .making-wrapper .list ul li:nth-child(even) .info {
    float: right;
    width: 50%;
    padding-left: 100px;
    padding-right: 193px;
    padding-top: 100px;
  }
  .goods-wrapper .list ul li .name,
  .goods-wrapper .list ul li .desc,
  .case-2-wrapper .box-1 .inner li,
  .case-4-wrapper .box-2 .name,
  .case-7-wrapper .box-2 .swiper-slide .name,
  .index-box-2 .swiper-slide .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .core-wrapper .box-2 ul li:nth-child(odd) .info,
  .support-wrapper .list ul li:nth-child(odd) .info {
    order: 0;
  }
  .core-wrapper .box-2 ul li:nth-child(odd) .pic,
  .support-wrapper .list ul li:nth-child(odd) .pic {
    order: 1;
  }
  .page-nav-box .nav a {
    margin-right: 30px;
  }
  .about-wrapper .box-2 .data .name {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 1366px;
  }
  .header-wrapper .child-box .hide-box .w1200 {
    padding-left: 140px;
  }
  .header-wrapper .pc-nav-box .hide-box .nav.more2 {
    width: 700px;
  }
  .index-box-2 .swiper-slide .pic img {
    height: 676px;
  }
  .index-box-3 .list ul li .pic img {
    height: 382px;
  }
  .index-box-4 .item ul .pic img {
    height: 174px;
  }
  .index-box-3 .list ul li .name,
  .index-box-1 .name,
  .page-title-box .title,
  .page-caption {
    font-size: 32px;
  }
  .index-title-box {
    padding: 100px 0 60px;
  }
  .index-title-box .title {
    font-size: 32px;
  }
  .index-title-box p {
    font-size: 20px;
  }
  .index-box-4 .item ul .name {
    margin-bottom: 17px;
  }
  .footer-wrapper .footer-nav dl {
    width: 120px;
  }
  .footer-wrapper .box-1 {
    padding: 60px 0 50px;
  }
  .footer-wrapper .box-2 {
    height: 92px;
  }
  .about-wrapper .box-1 .intro-box,
  .innovating-wrapper .box-1 .info,
  .making-wrapper .list ul li:nth-child(odd) .info,
  .making-wrapper .list ul li:nth-child(even) .pic {
    padding-left: 115px;
  }
  .innovating-wrapper .box-3 .swiper-slide img,
  .honor-wrapper .list li .pic img,
  .solution-3-wrapper .box-3 .swiper-slide .pic img,
  .solution-wrapper .goods-box .swiper-slide .pic img,
  .solution-2-wrapper .box-4 .swiper-slide .pic img,
  .goods-wrapper .list ul li .pic img,
  .goodsinfo-wrapper .base-box .pics .swiper-slide img,
  .goodsinfo-wrapper .base-box .thumbs .swiper-slide img,
  .case-8-wrapper .box-2 .list ul li .pic img,
  .case-8-wrapper .box-3 .swiper-slide .icon,
  .case-6-wrapper .list ul li .pic img,
  .case-5-wrapper .list .pic img,
  .case-4-wrapper .box-3 .swiper-slide .pic img,
  .case-2-wrapper .box-2 ul li .pic img,
  .newsinfo-wrapper .relative-box ul li .pic img {
    height: auto;
  }
  .news-wrapper .list ul li .pic img {
    height: 302px;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(1).animated .line,
  .solution-3-wrapper .box-4 .content li:nth-child(2).animated .line,
  .solution-3-wrapper .box-4 .content li:nth-child(3).animated .line,
  .solution-3-wrapper .box-4 .content li:nth-child(4).animated .line {
    width: 200px;
  }
  .solution-wrapper .goods-box .swiper-slide,
  .goods-wrapper .list ul li {
    height: 330px;
  }
  .goodsinfo-wrapper .base-box {
    padding-left: 100px;
    padding-right: 100px;
  }
  .goodsinfo-wrapper .base-box .info {
    padding-left: 100px;
  }
  .case-wrapper .list ul li .name,
  .caselist-wrapper .list ul li .name {
    line-height: 86px;
  }
  .page-banner-wrapper .info-2 .caption {
    font-size: 42px;
  }
  .page-banner-wrapper .info-2 .brief {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .page-banner-wrapper .info-2 .intro {
    font-size: 15px;
  }
  .case-8-wrapper .box-3 .swiper-slide {
    padding-right: 80px;
    padding-left: 80px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(5) {
    right: 466px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(7) {
    right: 270px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(6) {
    right: 70px;
  }
  .case-2-wrapper .box-1 .inner li:last-child {
    right: -80px;
  }
  .case-1-wrapper .box-2 ul .name {
    font-size: 28px;
  }
  .news-wrapper .first-box .info {
    padding: 80px 80px 0;
  }
  .newsinfo-wrapper .top .name {
    font-size: 32px;
  }
  .page-nav-box .nav a {
    margin-right: 26px;
  }
  .about-wrapper .box-4 .detail-box .item .year {
    font-size: 42px;
  }
  .about-wrapper .box-3 .list ul li .desc {
    font-size: 26px;
    line-height: 42px;
  }
  .about-wrapper .box-4 .year-box {
    padding-right: 150px;
    padding-left: 80px;
  }
  .service-2-wrapper .main ul li {
    height: 480px;
    padding-top: 160px;
  }
  .innovating-wrapper .box-1 .pic {
    padding-left: 80px;
  }
  .innovating-wrapper .data {
    margin-top: 40px;
  }
  .innovating-wrapper .data ul li {
    margin-bottom: 30px;
  }
  .innovating-wrapper .box-2 {
    margin-top: 70px;
    padding: 120px 0;
  }
  .innovating-wrapper .box-2 .info {
    padding: 50px 50px 60px 50px;
  }
  .innovating-wrapper .box-2 .swiper-pagination {
    bottom: 40px;
  }
  .people-wrapper .list li .info {
    padding-top: 0;
  }
  .company-wrapper .box-1 .list ul li .pic img {
    height: 300px;
  }
  .company-wrapper .box-2 .pic img {
    height: 245px;
  }
  .people-modal-box .name {
    font-size: 32px;
  }
  .people-modal-box .level {
    font-size: 22px;
    margin-top: 20px;
  }
  .caselist-wrapper .list ul li .pic img,
  .case-wrapper .list ul li .pic img {
    height: 270px;
    object-position: top center;
  }
  .case-wrapper .list ul li:nth-child(-n+2) .pic img {
    height: 466px;
  }
  .index-box-1 .data .title {
    margin-top: 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .box-container {
    width: 1200px;
  }
  .page-nav-box .box-container {
    height: 70px;
  }
  .page-nav-box .nav a {
    line-height: 70px;
  }
  .index-box-2 .swiper-slide .pic img {
    height: 594px;
  }
  .index-box-3 .list ul li .pic img {
    height: 344px;
  }
  .index-box-4 .item ul .pic img {
    height: 154px;
  }
  .index-box-3 .list ul li .name,
  .index-box-1 .name,
  .page-title-box .title,
  .page-caption {
    font-size: 28px;
  }
  .index-title-box {
    padding: 80px 0 50px;
  }
  .index-title-box .title {
    font-size: 28px;
  }
  .index-title-box p {
    font-size: 18px;
  }
  .header-wrapper .pc-nav-box .hide-box .nav {
    padding-left: 40px;
  }
  .index-box-4 .item ul .name {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .footer-wrapper .footer-nav dl {
    width: 164px;
  }
  .footer-wrapper .box-1 {
    padding: 60px 0 50px;
  }
  .footer-wrapper .box-2 {
    height: 92px;
  }
  .index-box-1 .desc {
    margin-top: 30px;
  }
  .index-box-1 .data .num span,
  .index-box-1 .data .num em {
    font-size: 60px;
  }
  .index-box-1 .data .title {
    font-size: 12px;
    line-height: 20px;
  }
  .index-banner-wrapper .name {
    font-size: 50px;
  }
  .index-banner-wrapper .info {
    padding-top: 180px;
  }
  .header-wrapper .pc-nav-box .hide-box .w1200 {
    padding: 65px 0 65px 100px;
  }
  .header-wrapper .pc-nav-box .hide-box .nav.more2 {
    width: 630px;
  }
  .header-wrapper .pc-nav-box .hide-box .info .caption-box {
    margin-top: 40px;
  }
  .header-wrapper .pc-nav-box .hide-box .info .caption {
    font-size: 22px;
    line-height: 34px;
  }
  .header-wrapper .pc-nav-box .hide-box .nav a {
    line-height: 48px;
  }
  .header-wrapper .pc-nav-box ul li a {
    line-height: 90px;
  }
  .header-wrapper .pc-nav-box .hide-box,
  .search-form {
    top: 90px;
  }
  .header-wrapper .box,
  .header-wrapper .other-box,
  .header-wrapper .pc-search-box .search,
  .p_h {
    height: 90px;
  }
  .index-box-4 .item ul .date {
    font-size: 20px;
    line-height: 24px;
  }
  .index-box-4 .item ul .info {
    padding: 20px 50px 20px 20px;
  }
  .page-banner-wrapper .info .name {
    font-size: 42px;
  }
  .page-banner-wrapper .info .desc {
    font-size: 16px;
  }
  .page-title-box p {
    font-size: 22px;
  }
  .about-wrapper .box-1 .intro-box {
    padding-right: 70px;
  }
  .about-wrapper .box-1 .intro-box,
  .innovating-wrapper .box-1.info,
  .making-wrapper .list ul li:nth-child(odd) .info,
  .making-wrapper .list ul li:nth-child(even) .pic {
    padding-left: 118px;
  }
  .making-wrapper .list ul li:nth-child(even) .info {
    padding-right: 118px;
  }
  .page-box {
    padding: 100px 0;
  }
  .about-wrapper .box-1 .content {
    line-height: 26px;
    margin-top: 40px;
  }
  .swiper-btn {
    width: 50px;
    height: 50px;
    top: 55px;
  }
  .innovating-wrapper .box-1 .content {
    line-height: 24px;
  }
  .making-wrapper .list ul li:nth-child(even) .info {
    padding-top: 60px;
  }
  .making-wrapper .list ul li:nth-child(odd) .info {
    padding-right: 60px;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(1).animated .line,
  .solution-3-wrapper .box-4 .content li:nth-child(2).animated .line,
  .solution-3-wrapper .box-4 .content li:nth-child(3).animated .line,
  .solution-3-wrapper .box-4 .content li:nth-child(4).animated .line {
    width: 190px;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(2) {
    right: 0;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(4) {
    left: -60px;
  }
  .solution-3-wrapper .box-4 .content .name {
    font-size: 22px;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(3) .info {
    padding-top: 60px;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(3) {
    bottom: 30px;
  }
  .solution-2-wrapper .box-2 .swiper-slide .pic {
    width: 100px;
  }
  .solution-2-wrapper .box-2 .swiper-slide {
    height: 360px;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .solution-2-wrapper .box-2 .swiper-slide .name {
    margin-top: 30px;
  }
  .solution-1-wrapper .box-1 .content {
    line-height: 30px;
  }
  .solution-1-wrapper .box-1 .info {
    padding-right: 60px;
  }
  .solution-1-wrapper .box-4 .info {
    padding-top: 30px;
  }
  .solution-wrapper .goods-box .swiper-slide,
  .goods-wrapper .list ul li {
    height: 300px;
  }
  .goodsinfo-wrapper .base-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .goodsinfo-wrapper .base-box .info {
    padding-left: 80px;
  }
  .goodsinfo-wrapper .base-box .desc {
    line-height: 24px;
  }
  .service-wrapper .box-2 li .icon {
    width: 110px;
  }
  .service-wrapper .box-2 li {
    padding: 0 30px;
  }
  .case-wrapper .list ul li .name,
  .caselist-wrapper .list ul li .name {
    line-height: 70px;
  }
  .page-banner-wrapper .info-2 .caption {
    font-size: 38px;
  }
  .page-banner-wrapper .info-2 .brief {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-banner-wrapper .info-2 .intro {
    font-size: 14px;
  }
  .case-8-wrapper .box-1 .list ul li {
    background-size: 24px;
    padding-right: 30px;
  }
  .case-8-wrapper .box-1 .list ul li .desc {
    font-size: 14px;
  }
  .case-8-wrapper .box-1 .list ul li .name {
    font-size: 28px;
  }
  .case-8-wrapper .box-3 .swiper-slide {
    padding-right: 60px;
    padding-left: 60px;
  }
  .case-8-wrapper .box-4 .swiper-box .swiper-slide .icon,
  .case-7-wrapper .box-1 ul li .pic,
  .case-7-wrapper .box-2 .swiper-slide .icon,
  .case-4-wrapper .box-2 .icon,
  .case-1-wrapper .box-2 ul .icon {
    width: 100px;
  }
  .footer-wrapper .footer-nav dl {
    width: 140px;
  }
  .case-7-wrapper .box-2 .swiper-slide .name,
  .case-6-wrapper .list ul li .name,
  .case-5-wrapper .list .name {
    font-size: 20px;
  }
  .case-6-wrapper .list ul li .desc {
    font-size: 16px;
  }
  .case-7-wrapper .box-2 .swiper-slide .desc {
    font-size: 14px;
  }
  .case-4-wrapper .box-2 .name {
    font-size: 24px;
  }
  .case-4-wrapper .box-2 .desc {
    width: 80%;
  }
  .case-2-wrapper .box-1 .inner li {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 16px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(2),
  .case-2-wrapper .box-1 .inner li:nth-child(5),
  .case-2-wrapper .box-1 .inner li:nth-child(6) {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .case-2-wrapper .box-1 .inner .bg {
    background-size: 100% 100%;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(2) {
    left: 160px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(3) {
    left: 270px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(4) {
    left: 420px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(5) {
    right: 480px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(6) {
    right: 200px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(7) {
    right: 340px;
  }
  .case-2-wrapper .box-1 .inner li:last-child {
    right: -60px;
  }
  .case-2-wrapper .box-2 ul li .name,
  .case-1-wrapper .box-1 .caption {
    font-size: 20px;
  }
  .case-2-wrapper .box-2 ul li .info {
    padding: 20px 20px 30px;
  }
  .case-1-wrapper .box-2 ul .name {
    font-size: 24px;
  }
  .case-1-wrapper .box-2 ul li {
    padding: 0 20px;
  }
  .news-wrapper .first-box .info {
    padding: 60px 60px 0;
  }
  .news-wrapper .first-box .desc {
    margin-bottom: 40px;
  }
  .newsinfo-wrapper .top .name {
    font-size: 28px;
  }
  .contact-wrapper .box-1 .list ul li .name {
    font-size: 20px;
  }
  .contact-wrapper .box-2 {
    height: 480px;
  }
  .header-wrapper .pc-nav-box .hide-box .nav a {
    line-height: 24px;
    margin-bottom: 24px;
  }
  .header-wrapper .pc-nav-box .hide-box .nav a:before,
  .header-wrapper .pc-nav-box .hide-box .nav a:after {
    top: 10px;
  }
  .innovating-wrapper .box-1 .name {
    font-size: 26px;
  }
  .about-wrapper .box-3 .list ul li .desc {
    font-size: 24px;
    line-height: 38px;
  }
  .about-wrapper .box-3 .list ul li .name {
    margin-bottom: 20px;
  }
  .about-wrapper .box-3 .list ul li .info {
    padding: 0 60px;
  }
  .about-wrapper .box-5,
  .about-wrapper .box-3 {
    margin-top: 100px;
  }
  .service-2-wrapper .main ul li {
    height: 396px;
    padding: 120px 22px 0;
  }
  .service-2-wrapper .main .name {
    font-size: 20px;
  }
  .service-2-wrapper .main .line {
    margin: 15px auto 20px;
  }
  .innovating-wrapper .box-2 .info {
    padding: 30px 40px 50px 40px;
  }
  .innovating-wrapper .box-2 .name {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .innovating-wrapper .box-2 .swiper-pagination {
    bottom: 30px;
  }
  .innovating-wrapper .box-2 ul li {
    margin-bottom: 16px;
  }
  .innovating-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
  }
  .innovating-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 12px;
  }
  .innovating-wrapper .data ul .num span,
  .innovating-wrapper .data ul .num em {
    font-size: 30px;
  }
  .innovating-wrapper .data .brief {
    margin-top: 0;
  }
  .innovating-wrapper .data ul li {
    margin-bottom: 15px;
  }
  .market-wrapper .content ul li {
    margin-bottom: 16px;
  }
  .people-wrapper .list li .name {
    font-size: 30px;
  }
  .people-wrapper .list li .level {
    font-size: 20px;
    margin-top: 20px;
  }
  .people-wrapper .list li .desc {
    margin-bottom: 30px;
  }
  .people-wrapper .list li .level {
    font-size: 18px;
    margin-top: 16px;
  }
  .company-wrapper .box-1 .list ul li .pic img {
    height: 266px;
  }
  .company-wrapper .box-2 .pic img {
    height: 216px;
  }
  .company-wrapper .box-1 .list ul li .brief {
    font-size: 24px;
    line-height: 40px;
  }
  .company-wrapper .box-1 .list ul li .info {
    padding: 0 60px;
  }
  .company-wrapper .box-2 {
    padding: 100px 0 0;
    margin-top: 100px;
  }
  .company-wrapper .box-2 .name {
    font-size: 22px;
  }
  .people-modal-box .inner {
    padding: 60px 50px 60px 60px;
  }
  .people-modal-box .name {
    font-size: 30px;
  }
  .people-modal-box .name i {
    font-size: 16px;
  }
  .people-modal-box .level {
    font-size: 20px;
    margin-top: 10px;
  }
  .case-wrapper .list ul li .title {
    font-size: 22px;
  }
  .caselist-wrapper .list ul li .pic img,
  .case-wrapper .list ul li .pic img {
    height: 240px;
  }
  .case-wrapper .list ul li:nth-child(-n+2) .pic img {
    height: 348px;
  }
  .index-box-1 .data li {
    width: 25%;
  }
  .news-wrapper .list ul li .pic img {
    height: 260px;
  }
}
@media screen and (max-width: 1366px) {
  .index-box-2 .swiper-slide .pic img {
    height: 594px;
  }
  .index-box-3 .list ul li .pic img {
    height: 326px;
  }
  .index-box-3 .list ul li .name,
  .index-box-1 .name,
  .page-title-box .title,
  .page-caption {
    font-size: 26px;
  }
  .index-title-box {
    padding: 70px 0 40px;
  }
  .index-title-box .title {
    font-size: 26px;
  }
  .index-title-box p {
    font-size: 16px;
  }
  .index-box-4 .item ul .name {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .footer-wrapper .footer-nav dl {
    width: 140px;
  }
  .footer-wrapper .box-2 {
    height: 80px;
  }
  .index-box-1 .desc {
    margin-top: 30px;
  }
  .index-box-1 .data .num span,
  .index-box-1 .data .num em {
    font-size: 60px;
  }
  .index-box-1 .data .title {
    font-size: 12px;
  }
  .index-banner-wrapper .name {
    font-size: 50px;
  }
  .index-banner-wrapper .info {
    padding-top: 180px;
  }
  .header-wrapper .pc-nav-box .hide-box .info .caption {
    font-size: 24px;
    line-height: 36px;
  }
  .header-wrapper .pc-nav-box ul li a {
    line-height: 90px;
  }
  .header-wrapper .pc-nav-box .hide-box,
  .search-form {
    top: 90px;
  }
  .header-wrapper .box,
  .header-wrapper .other-box,
  .header-wrapper .pc-search-box .search,
  .p_h {
    height: 90px;
  }
  .index-box-4 .item ul .date {
    font-size: 20px;
    line-height: 24px;
  }
  .index-box-4 .item ul .info {
    padding: 20px 50px 20px 20px;
  }
  .header-wrapper .pc-nav-box ul li a {
    padding: 0 24px;
    min-width: 110px;
  }
  .header-wrapper .pc-search-box {
    margin: 0 30px 0 15px;
  }
  .index-banner-wrapper .name {
    font-size: 42px;
  }
  .index-banner-wrapper .en {
    margin-top: 0;
  }
  .index-banner-wrapper .info {
    padding-top: 160px;
  }
  .index-box-1 {
    padding: 100px 0;
  }
  .index-box-2 .swiper-slide .info {
    padding: 50px 40px;
  }
  .index-box-2 .swiper-slide .name {
    font-size: 22px;
  }
  .index-box-2 .swiper-slide.on .info {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-banner-wrapper .info .name {
    font-size: 36px;
  }
  .case-8-wrapper .box-3 .swiper-slide {
    padding-right: 40px;
    padding-left: 40px;
  }
  .case-1-wrapper .box-2 ul .name {
    font-size: 20px;
  }
  .case-1-wrapper .box-2 ul li {
    padding: 0 15px;
  }
  .contact-wrapper .box-2 {
    height: 420px;
  }
  .header-wrapper .pc-nav-box .hide-box .info {
    width: 580px;
  }
  .header-wrapper .pc-nav-box .hide-box .info > img {
    width: 250px;
    margin-right: 40px;
  }
  .header-wrapper .pc-nav-box .hide-box .nav.more2 {
    width: 610px;
  }
  .about-wrapper .box-4 .year-box {
    padding-right: 66px;
  }
  .about-wrapper .box-3 .list ul li .desc {
    font-size: 22px;
    line-height: 36px;
  }
  .company-wrapper .box-1 .title {
    font-size: 26px;
  }
  .company-wrapper .box-1 .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .company-wrapper .box-1 .list ul li .name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .company-wrapper .box-1 .list ul li .brief {
    font-size: 22px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .pageMore {
    display: block;
  }
  .nav-icon {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin-top: 21px;
  }
  .nav-icon span {
    display: block;
    width: 25px;
    position: relative;
    border: 1px solid #1e307e;
    border-radius: 80px;
    margin-left: 0;
  }
  .nav-icon span:after,
  .nav-icon span:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    background: #1e307e;
    border: 1px solid #1e307e;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 30px;
    left: -1px;
  }
  .nav-icon span:before {
    transform: rotate(0) translateY(-8px);
  }
  .nav-icon span:after {
    transform: rotate(0) translateY(6px);
  }
  .nav-icon.on span {
    background-color: transparent;
    border-color: transparent;
  }
  .nav-icon.on span:before {
    transform: rotate(-45deg) translateY(0);
  }
  .nav-icon.on span:after {
    transform: rotate(45deg) translateY(0);
  }
  .phone-nav {
    display: block;
    width: 100%;
    height: 94vh;
    position: fixed;
    right: -100%;
    top: 60px;
    background: #fff;
    z-index: 501;
    overflow: auto;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #5c52ff;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active > a {
    color: #fff;
    background: #1e307e;
  }
  .phone-nav ul li.active > a:before,
  .phone-nav ul li.active > a:after {
    background: #fff;
  }
  .phone-nav ul li.active > a: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;
    font-size: 15px;
    color: #333;
    display: block;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
  }
  .phone-nav ul li > a:before,
  .phone-nav ul li > a:after {
    content: "";
    display: inline-block;
    background: #1e307e;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li > a:before {
    width: 2px;
    height: 12px;
    right: 20px;
    top: 20px;
    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 > a:after {
    width: 12px;
    height: 2px;
    right: 15px;
    top: 25px;
  }
  .phone-nav ul li.on {
    background: #1e307e;
  }
  .phone-nav ul li.on > a {
    color: #fff;
  }
  .phone-nav ul li .nav-list {
    background: #f6f6f6;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .nav-list > a {
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
  }
  .phone-nav ul li .nav-list > a:last-child {
    border-bottom: none;
  }
  .phone-nav ul li .nav-list a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    padding: 0 15px;
  }
  .phone-nav ul li .nav-list a:last-child {
    margin-bottom: 0;
  }
  .phone-nav ul li .nav-list a.on {
    font-weight: 700;
    color: #5c52ff;
  }
  .phone-nav .search-form {
    display: block;
    position: relative;
    width: 93%;
    margin: 30px auto 0;
    border-radius: 50px;
    background: #fdfdfd;
    /* input placeholder  */
    overflow: hidden;
    border: 1px solid #f7f8f9;
  }
  .phone-nav .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
  }
  .phone-nav .search-form .keywords {
    font-size: 14px;
    color: #999;
    width: 90%;
    border: none;
    background: #fdfdfd;
    height: 36px;
    padding: 0 15px;
  }
  .phone-nav .search-form .search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
  }
  .phone-nav .search-form .search-btn img {
    width: 18px;
  }
  .header-wrapper {
    background: #fff;
  }
  .header-wrapper .box {
    height: 60px;
    padding: 0 15px;
  }
  .header-wrapper .logo-box {
    width: 40%;
  }
  .header-wrapper .logo-box img {
    width: 100%;
    height: 36px;
  }
  .header-wrapper .pc-nav-box,
  .header-wrapper .language-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 */
    height: 100px;
    align-items: center;
  }
  .header-wrapper .other-box,
  .header-wrapper .pc-search-box .search {
    height: 60px;
  }
  .header-wrapper .pc-search-box {
    width: 20px;
    margin: 0;
  }
  .header-wrapper .pc-search-box .search {
    height: 60px;
  }
  .p_h {
    height: 60px;
  }
  .search-form {
    top: 60px;
    padding: 30px 0 40px;
    /* input placeholder  */
  }
  .search-form .w1200 {
    border-color: #f7f8f9;
  }
  .search-form .keywords {
    line-height: 48px;
    font-size: 14px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
  }
  .search-form .icon-close {
    font-size: 24px;
    right: 10px;
    margin-top: -12px;
  }
  .phone-gotop-box {
    display: block;
    width: 100%;
    text-align: center;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #838383;
  }
  .phone-gotop-box a {
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
  }
  .phone-gotop-box a:visited,
  .phone-gotop-box a:active,
  .phone-gotop-box a:link {
    color: #fff;
  }
  .phone-gotop-box i {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 12px;
    top: -2px;
    background: url(../images/up.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 10px;
    background-size: contain;
  }
  .phone-footer-nav {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .phone-footer-nav ul li {
    width: 100%;
  }
  .phone-footer-nav ul li > a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #838383;
    letter-spacing: 2px;
    position: relative;
  }
  .phone-footer-nav ul li > a.cat:before,
  .phone-footer-nav ul li > a.cat:after {
    content: "";
    display: inline-block;
    background: #eaeaea;
    position: absolute;
    z-index: 10;
  }
  .phone-footer-nav ul li > a.cat:before {
    width: 2px;
    height: 12px;
    right: 7px;
    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-footer-nav ul li > a.cat:after {
    width: 12px;
    height: 2px;
    right: 2px;
    top: 23px;
  }
  .phone-footer-nav ul li.on > a.cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-footer-nav ul .nav-list {
    display: none;
    padding: 5px 0;
  }
  .phone-footer-nav ul .nav-list a {
    display: block;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 15px;
  }
  .footer-wrapper .box-1 {
    padding: 20px 0;
  }
  .footer-wrapper .footer-nav {
    display: none;
  }
  .footer-wrapper .contact {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .footer-wrapper .tel {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .footer-wrapper .share {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 10;
    margin-top: 0;
  }
  .footer-wrapper .share a {
    width: 30px;
    margin-right: 10px;
  }
  .footer-wrapper .box-2 {
    display: block;
    height: auto;
    border-top: none;
    padding-bottom: 60px;
  }
  .footer-wrapper .box-2 a,
  .footer-wrapper .box-2 .copy {
    font-size: 14px;
  }
  .footer-wrapper .box-2 .link {
    margin-bottom: 10px;
  }
  .footer-wrapper .box-2 .link a {
    padding-right: 10px;
    margin-right: 10px;
  }
  .footer-wrapper .box-2 .link a:after {
    height: 11px;
  }
  .index-banner-wrapper .swiper-slide img {
    height: 230px;
    object-fit: cover;
  }
  .index-banner-wrapper .swiper-slide img.pc {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-slide .video video {
    width: 100%;
    height: 230px;
  }
  .index-banner-wrapper .info {
    padding-top: 30px;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
  }
  .index-banner-wrapper .name {
    font-size: 24px;
    line-height: 30px;
  }
  .index-banner-wrapper .en {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    letter-spacing: 3px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 20px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
  .index-title-box {
    padding: 50px 0 30px;
  }
  .index-title-box .title {
    font-size: 22px;
    line-height: 30px;
  }
  .index-title-box p {
    font-size: 16px;
    line-height: 20px;
  }
  .index-title-box .line {
    width: 24px;
    height: 3px;
    margin: 15px auto 0;
  }
  .index-title-box .cat-box {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
  .index-title-box .cat-box a {
    margin-right: 30px;
    line-height: 24px;
  }
  .index-more {
    position: static;
    width: 100%;
    line-height: 42px;
    margin-top: 40px;
  }
  .index-box-1 {
    padding: 40px 0;
    background-position: left top;
  }
  .index-box-1 .index-title-box {
    text-align: center;
  }
  .index-box-1 .box-container {
    display: block;
  }
  .index-box-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .index-box-1 .right {
    width: 100%;
  }
  .index-box-1 .name,
  .index-box-1 .en {
    text-align: center;
  }
  .index-box-1 .name {
    font-size: 22px;
    line-height: 30px;
  }
  .index-box-1 .en {
    line-height: 20px;
    margin-top: 4px;
  }
  .index-box-1 .desc {
    margin-top: 15px;
  }
  .index-box-1 .data {
    margin-top: 40px;
  }
  .index-box-1 .data ul {
    flex-flow: wrap;
  }
  .index-box-1 .data li {
    width: 50%;
    border-bottom: 1px solid #f7f7f7;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .index-box-1 .data li:nth-child(odd) {
    border-right: 1px solid #f7f7f7;
  }
  .index-box-1 .data li:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  }
  .index-box-1 .data li:last-child {
    padding-right: 0;
  }
  .index-box-1 .data .num span,
  .index-box-1 .data .num em {
    font-size: 36px;
    line-height: 36px;
  }
  .index-box-1 .data .num i {
    font-size: 20px;
    margin-left: 6px;
  }
  .index-box-1 .data .title {
    width: 100%;
  }
  .index-box-2 .swiper-slide {
    width: 80%;
  }
  .index-box-2 .swiper-slide.on {
    width: 80%;
  }
  .index-box-2 .swiper-slide.on .info {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-box-2 .swiper-slide.on .desc {
    display: block;
  }
  .index-box-2 .swiper-slide .pic {
    font-size: 0;
    overflow: hidden;
  }
  .index-box-2 .swiper-slide .pic img {
    height: 330px;
  }
  .index-box-2 .swiper-slide .name {
    font-size: 18px;
    line-height: 26px;
  }
  .index-box-2 .swiper-slide .desc {
    margin: 10px auto 15px;
    line-height: 20px;
    height: 100px;
  }
  .index-box-2 .swiper-slide .info {
    padding: 30px;
  }
  .index-box-2 .swiper-slide .more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .index-box-2 .box-container {
    padding: 0;
    padding-left: 15px;
  }
  .index-box-2 .swiper-container {
    padding-bottom: 30px;
  }
  .index-box-2 .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #999;
    margin: 0 6px;
    width: 6px;
    height: 6px;
    transition: width 0.8s ease;
    -webkit-transition: width 0.8s ease;
    -moz-transition: width 0.8s ease;
    -ms-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e307e;
    width: 24px;
    border-radius: 30px;
  }
  .index-box-3 .list ul li {
    margin-bottom: 1px;
    width: 100%;
  }
  .index-box-3 .list ul li .pic img {
    height: auto;
  }
  .index-box-3 .list ul li .icon {
    width: 50px;
  }
  .index-box-3 .list ul li .name {
    font-size: 20px;
    line-height: 30px;
    margin-top: 4px;
  }
  .index-box-3 .list ul li .en {
    font-size: 12px;
    line-height: 18px;
  }
  .index-box-3 .list ul li .more {
    display: none;
  }
  .index-box-4 {
    padding: 0 0 50px;
  }
  .index-box-4 .index-title-box {
    text-align: center;
  }
  .index-box-4 .item {
    margin-top: 0;
  }
  .index-box-4 .item ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-box-4 .item ul li {
    display: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .index-box-4 .item ul li:nth-child(-n+3) {
    display: block;
  }
  .index-box-4 .item ul .date {
    font-size: 14px;
    line-height: 18px;
  }
  .index-box-4 .item ul .name {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin: 4px auto 6px;
  }
  .index-box-4 .item ul .info {
    width: 58%;
    padding: 10px 15px;
  }
  .index-box-4 .item ul .pic {
    width: 42%;
  }
  .index-box-4 .item ul .pic img {
    height: 110px;
  }
  .index-box-4 .index-more {
    display: block;
    margin-top: 10px;
  }
  .page-nav-box {
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .box-container {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    background: #1e307e;
    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(../images/down.png) no-repeat center center;
  }
  .page-nav-box .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    padding: 10px 15px;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 42px;
  }
  .page-nav-box .nav a.on,
  .page-nav-box .nav a:hover {
    background: none;
  }
  .page-nav-box .nav a:after {
    display: none;
  }
  .page-nav-box .breadcrumb {
    display: none;
  }
  .page-banner-wrapper.max .banner {
    height: 200px;
  }
  .page-banner-wrapper .banner {
    height: 160px;
    object-fit: cover;
  }
  .page-banner-wrapper .info .name {
    font-size: 24px;
    line-height: 24px;
  }
  .page-banner-wrapper .info .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .page-banner-wrapper .info-2 {
    line-height: 24px;
  }
  .page-banner-wrapper .info-2 .caption {
    font-size: 22px;
    line-height: 30px;
  }
  .page-banner-wrapper .info-2 .brief {
    font-size: 15px;
    margin: 6px auto 10px;
  }
  .page-banner-wrapper .info-2 .intro {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
  .page-box {
    padding: 40px 0;
  }
  .page-title-box {
    margin-bottom: 20px;
  }
  .page-title-box .title {
    font-size: 22px;
    line-height: 30px;
  }
  .page-title-box p {
    font-size: 18px;
    margin-top: 6px;
  }
  .page-caption {
    font-size: 22px;
    line-height: 30px;
  }
  .page-more {
    width: 160px;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
  }
  .page-more i {
    margin-left: 10px;
  }
  .page-more:hover span:nth-child(2),
  .page-more:hover span:nth-child(4) {
    width: 160px;
  }
  .page-more:hover span:last-child,
  .page-more:hover span:nth-child(3) {
    height: 48px;
  }
  .swiper-btn {
    width: 32px;
    height: 32px;
    top: 36px;
  }
  .swiper-btn.prev {
    background-size: 10px;
  }
  .swiper-btn.next {
    background-size: 10px;
  }
  .about-wrapper .box-1 .intro-box,
  .about-wrapper .box-1 .video-box {
    width: 100%;
    float: none;
  }
  .about-wrapper .box-1 .intro-box {
    padding: 0 15px;
  }
  .about-wrapper .box-1 .content {
    line-height: 24px;
    margin-top: 30px;
    text-align: justify;
  }
  .about-wrapper .box-1 .video-box {
    margin-top: 30px;
  }
  .about-wrapper .box-1 .video-box .pic {
    height: auto;
  }
  .about-wrapper .box-1 .video-box .info {
    padding: 0 15px;
  }
  .about-wrapper .box-1 .video-box .info img {
    width: 40px;
  }
  .about-wrapper .box-2 {
    margin-top: 40px;
    padding: 60px 0 40px;
    background-size: cover;
  }
  .about-wrapper .box-2 .title-box .title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .about-wrapper .box-2 .title-box p {
    line-height: 20px;
    margin-top: 6px;
  }
  .about-wrapper .box-2 .data {
    margin-top: 30px;
  }
  .about-wrapper .box-2 .data ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .about-wrapper .box-2 .data ul li {
    width: 48%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .about-wrapper .box-2 .data .num span,
  .about-wrapper .box-2 .data em {
    font-size: 48px;
    line-height: 48px;
  }
  .about-wrapper .box-2 .data i {
    font-size: 20px;
  }
  .about-wrapper .box-2 .data .name {
    line-height: 20px;
    margin-top: 4px;
    width: 90%;
  }
  .about-wrapper .box-3 {
    margin-top: 40px;
  }
  .about-wrapper .box-3 .list ul {
    display: block;
  }
  .about-wrapper .box-3 .list ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-wrapper .box-3 .list ul li .info {
    padding: 0 20px;
  }
  .about-wrapper .box-3 .list ul li .name {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .about-wrapper .box-3 .list ul li .desc {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .about-wrapper .box-4 {
    margin-top: 40px;
  }
  .about-wrapper .box-4 .box-container {
    flex-flow: wrap;
  }
  .about-wrapper .box-4 .detail-box,
  .about-wrapper .box-4 .year-box {
    width: 100%;
  }
  .about-wrapper .box-4 .detail-box {
    padding-top: 30px;
  }
  .about-wrapper .box-4 .detail-box .item {
    padding-left: 20px;
  }
  .about-wrapper .box-4 .detail-box .item .year {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .about-wrapper .box-4 .detail-box .item .desc {
    width: 100%;
  }
  .about-wrapper .box-4 .year-box {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
  .about-wrapper .box-4 .year-box .swiper-container {
    height: 360px;
  }
  .about-wrapper .box-4 .year-box:before {
    width: 100%;
    height: 72px;
  }
  .about-wrapper .box-4 .year-box .swiper-slide {
    font-size: 20px;
  }
  .about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active {
    font-size: 28px;
  }
  .about-wrapper .box-4 .year-box .swiper-slide.swiper-slide-active:before {
    width: 60px;
  }
  .about-wrapper .box-4 .swiper-btn {
    left: auto;
    right: 12px;
  }
  .about-wrapper .box-4 .swiper-btn.prev {
    top: 134px;
  }
  .about-wrapper .box-4 .swiper-btn.next {
    right: 12px;
    bottom: 134px;
  }
  .about-wrapper .box-5 {
    margin-top: 40px;
  }
  .about-wrapper .box-5 .swiper-slide {
    padding: 5px;
  }
  .about-wrapper .box-5 .swiper-slide img {
    height: 56px;
  }
  .about-wrapper .box-5 .swiper-container {
    padding-bottom: 40px;
  }
  .about-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .honor-wrapper .list 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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 0;
  }
  .honor-wrapper .list ul:after {
    display: none;
  }
  .honor-wrapper .list li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
    padding: 30px 15px 20px;
  }
  .honor-wrapper .list li .pic img {
    height: 100px;
  }
  .honor-wrapper .list li .name {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 30px;
  }
  .innovating-wrapper .box-1 {
    display: block;
    padding: 0 15px;
  }
  .innovating-wrapper .box-1 .info {
    padding-left: 0;
  }
  .innovating-wrapper .box-1 .info,
  .innovating-wrapper .box-1 .pic {
    width: 100%;
  }
  .innovating-wrapper .box-1 .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .innovating-wrapper .box-1 .content {
    line-height: 24px;
  }
  .innovating-wrapper .box-1 .pic {
    padding-left: 0;
  }
  .innovating-wrapper .data {
    margin-top: 30px;
  }
  .innovating-wrapper .data ul li {
    margin-bottom: 30px;
  }
  .innovating-wrapper .data ul .num {
    line-height: 26px;
  }
  .innovating-wrapper .data ul .num span {
    font-size: 26px;
  }
  .innovating-wrapper .data ul .num em {
    font-size: 26px;
  }
  .innovating-wrapper .data ul .num i {
    font-size: 16px;
    margin-left: 4px;
  }
  .innovating-wrapper .data .brief {
    line-height: 20px;
  }
  .innovating-wrapper .box-2 {
    margin-top: 40px;
    padding: 50px 0;
  }
  .innovating-wrapper .box-2 .swiper-wrapper {
    padding-bottom: 30px;
    background: #fff;
  }
  .innovating-wrapper .box-2 ul li {
    padding-left: 12px;
    margin-bottom: 16px;
  }
  .innovating-wrapper .box-2 .swiper-slide {
    display: block;
    background: #fff;
  }
  .innovating-wrapper .box-2 .pic,
  .innovating-wrapper .box-2 .info {
    width: 100%;
  }
  .innovating-wrapper .box-2 .info {
    padding: 20px 20px 40px;
  }
  .innovating-wrapper .box-2 .name {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .innovating-wrapper .box-2 .desc {
    display: block;
  }
  .innovating-wrapper .box-2 .swiper-pagination {
    bottom: 20px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .innovating-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 6px;
    width: 6px;
    height: 6px;
  }
  .innovating-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
  .innovating-wrapper .box-3 {
    margin-top: 50px;
  }
  .innovating-wrapper .box-3 .swiper-box:before,
  .innovating-wrapper .box-3 .swiper-box:after {
    width: 50px;
    height: 300px;
  }
  .innovating-wrapper .box-3 .swiper-container {
    padding-top: 10px;
  }
  .innovating-wrapper .box-3 .swiper-slide.swiper-slide-next {
    right: -10px;
  }
  .innovating-wrapper .box-3 .swiper-slide.swiper-slide-prev {
    left: -10px;
  }
  .innovating-wrapper .box-3 .swiper-slide img {
    height: auto;
  }
  .innovating-wrapper .box-3 .btn-group {
    margin-top: 50px;
  }
  .innovating-wrapper .box-3 .btn-group .swiper-btn.prev {
    margin-right: 20px;
    background-size: 12px!important;
  }
  .innovating-wrapper .box-3 .btn-group .swiper-btn.next {
    background-size: 12px!important;
  }
  .goods-wrapper .list 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;
  }
  .goods-wrapper .list ul:after {
    display: none;
  }
  .goods-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
    height: auto;
    padding: 20px 15px;
  }
  .goods-wrapper .list ul li:hover .more {
    position: static;
  }
  .goods-wrapper .list ul li .pic img {
    height: 110px;
  }
  .goods-wrapper .list ul li .info {
    line-height: 24px;
  }
  .goods-wrapper .list ul li .name {
    font-size: 16px;
  }
  .goods-wrapper .list ul li .desc {
    font-size: 12px;
  }
  .goods-wrapper .list ul li .name,
  .goods-wrapper .list ul li .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
  }
  .goods-wrapper .list ul li .more {
    width: 100%;
    line-height: 32px;
    font-size: 13px;
    margin: 10px auto 0;
    position: absolute;
  }
  .goods-wrapper .box {
    display: none;
  }
  .particles-box {
    height: 220px;
    background-position: left 87%;
  }
  .breadcrumb {
    line-height: 30px;
  }
  .breadcrumb .icon {
    margin: 0 10px;
  }
  .breadcrumb .home {
    margin-right: 4px;
  }
  .goodsinfo-wrapper .box-1 .box-container {
    top: -150px;
  }
  .goodsinfo-wrapper .base-box {
    padding: 15px 15px 40px;
  }
  .goodsinfo-wrapper .base-box .pics,
  .goodsinfo-wrapper .base-box .info {
    width: 100%;
    float: none;
  }
  .goodsinfo-wrapper .base-box .info {
    padding-left: 0;
    margin-top: 30px;
  }
  .goodsinfo-wrapper .base-box .name {
    font-size: 18px;
  }
  .goodsinfo-wrapper .base-box .desc {
    line-height: 24px;
    max-height: 360px;
    margin-top: 10px;
  }
  .goodsinfo-wrapper .base-box .pics .swiper-container {
    padding-bottom: 30px;
  }
  .goodsinfo-wrapper .base-box .pics .swiper-slide {
    border: 1px solid #f7f8f9;
  }
  .goodsinfo-wrapper .base-box .pics .swiper-slide img {
    height: 240px;
  }
  .goodsinfo-wrapper .base-box .thumbs {
    display: none;
  }
  .goodsinfo-wrapper .base-box .swiper-pagination {
    bottom: 0;
  }
  .goodsinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #1e307e;
  }
  .goodsinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e307e;
  }
  .goodsinfo-wrapper .box-2 {
    margin-top: -100px;
    margin-bottom: 60px;
  }
  .goodsinfo-wrapper .box-2 .top-box a {
    line-height: 48px;
    margin-right: 20px;
  }
  .goodsinfo-wrapper .box-2 .top-box a:after {
    height: 2px;
  }
  .goodsinfo-wrapper .box-2 .detail-box {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-2 .item .content {
    line-height: 24px;
  }
  .goodsinfo-wrapper .box-2 .item .content img {
    width: 100%!important;
    height: auto!important;
  }
  .case-wrapper .list 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;
  }
  .case-wrapper .list ul:after {
    display: none;
  }
  .case-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .case-wrapper .list ul li:nth-child(-n+2) {
    width: 48%;
  }
  .case-wrapper .list ul li:nth-child(-n+2) .pic img {
    height: 100px;
  }
  .case-wrapper .list ul li:first-child {
    margin-right: 0;
  }
  .case-wrapper .list ul li .pic img {
    height: 100px;
  }
  .case-wrapper .list ul li .name {
    font-size: 14px;
    line-height: 44px;
  }
  .case-wrapper .list ul li .title {
    font-size: 16px;
  }
  .case-wrapper .list ul li .more {
    font-size: 12px;
    width: 90%;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    margin-top: 10px;
  }
  .caselist-wrapper .list 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;
    margin-bottom: 0;
  }
  .caselist-wrapper .list ul:after {
    display: none;
  }
  .caselist-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .caselist-wrapper .list ul li .pic img {
    height: 100px;
  }
  .caselist-wrapper .list ul li .name {
    font-size: 14px;
    line-height: 44px;
  }
  .news-wrapper .first-box a {
    display: block;
  }
  .news-wrapper .first-box .pic {
    width: 100%;
  }
  .news-wrapper .first-box .pic img {
    height: auto;
  }
  .news-wrapper .first-box .info {
    width: 100%;
    line-height: 24px;
    padding: 30px 15px;
  }
  .news-wrapper .first-box .date {
    font-size: 14px;
  }
  .news-wrapper .first-box .date span {
    font-size: 30px;
  }
  .news-wrapper .first-box .name {
    font-size: 16px;
    line-height: 26px;
    margin: 10px auto 20px;
  }
  .news-wrapper .first-box .desc {
    margin-bottom: 20px;
  }
  .news-wrapper .list {
    margin-top: 30px;
  }
  .news-wrapper .list ul {
    margin-bottom: 0;
  }
  .news-wrapper .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news-wrapper .list ul li .pic img {
    height: auto;
  }
  .news-wrapper .list ul li .info {
    line-height: 24px;
    padding: 30px 15px;
  }
  .news-wrapper .list ul li .date {
    font-size: 14px;
  }
  .news-wrapper .list ul li .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-wrapper .list ul li .more {
    font-size: 12px;
  }
  .news-wrapper .list ul li .more i {
    width: 14px;
    margin-left: 10px;
  }
  .newsinfo-wrapper .top {
    line-height: 24px;
  }
  .newsinfo-wrapper .top .name {
    font-size: 20px;
    line-height: 30px;
  }
  .newsinfo-wrapper .top .date {
    font-size: 14px;
    margin: 15px auto 20px;
  }
  .newsinfo-wrapper .top .return {
    display: none;
  }
  .newsinfo-wrapper .content-box {
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 26px;
  }
    .newsinfo-wrapper .content-box img{
  max-width: 100%!important;height: auto!important;
  }
  .newsinfo-wrapper .main {
    margin-top: 30px;
    flex-flow: wrap;
  }
  .newsinfo-wrapper .relative-box {
    width: 100%;
    margin-top: 40px;
  }
  .newsinfo-wrapper .relative-box .title span {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .newsinfo-wrapper .relative-box ul li a {
    display: block;
  }
  .newsinfo-wrapper .relative-box ul li .pic {
    width: 100%;
  }
  .newsinfo-wrapper .relative-box ul li .pic img {
    height: auto;
  }
  .newsinfo-wrapper .relative-box ul li .info {
    width: 100%;
    line-height: 24px;
    margin-left: 0;
    padding-top: 30px;
  }
  .newsinfo-wrapper .relative-box ul li .date {
    font-size: 12px;
  }
  .newsinfo-wrapper .relative-box ul li .name {
    font-size: 14px;
  }
  .core-wrapper .box-1 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .core-wrapper .box-1 ul li {
    width: 48%;
    padding: 0;
    margin-bottom: 30px;
  }
  .core-wrapper .box-1 .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
  }
  .core-wrapper .box-1 .desc {
    margin-top: 15px;
  }
  .core-wrapper .box-2 {
    margin-top: 30px;
  }
  .core-wrapper .box-2 ul li {
    display: block;
    margin-bottom: 15px;
  }
  .core-wrapper .box-2 ul li .pic,
  .core-wrapper .box-2 ul li .info {
    width: 100%;
  }
  .core-wrapper .box-2 ul li .info {
    padding: 30px 15px;
  }
  .core-wrapper .box-2 ul li .name {
    font-size: 20px;
    line-height: 30px;
    padding-left: 40px;
  }
  .core-wrapper .box-2 ul li .name img {
    top: 0;
    width: 30px;
  }
  .core-wrapper .box-2 ul li .content {
    margin-top: 25px;
  }
  .making-wrapper .list {
    padding: 0 15px;
  }
  .making-wrapper .list li {
    margin-bottom: 40px;
  }
  .making-wrapper .list .pic,
  .making-wrapper .list .info {
    width: 100%;
  }
  .making-wrapper .list .content {
    line-height: 24px;
  }
  .making-wrapper .list .pic {
    margin-bottom: 30px;
  }
  .case-1-wrapper .box-1 {
    flex-flow: wrap;
  }
  .case-1-wrapper .box-1 .pic {
    width: 100%;
    margin-top: 30px;
  }
  .case-1-wrapper .box-1 .info {
    width: 100%;
  }
  .case-1-wrapper .box-1 .content {
    line-height: 24px;
    margin-top: 15px;
  }
  .case-1-wrapper .box-1 .caption {
    font-size: 16px;
    line-height: 26px;
  }
  .case-1-wrapper .box-2 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .case-1-wrapper .box-2 ul {
    display: block;
    margin-top: 30px;
  }
  .case-1-wrapper .box-2 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .case-1-wrapper .box-2 ul .icon {
    width: 60px;
  }
  .case-1-wrapper .box-2 ul .name {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .case-1-wrapper .box-2 ul .desc {
    margin-top: 15px;
  }
  .case-2-wrapper .caption {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .case-2-wrapper .box-1 .inner .bg {
    display: none;
  }
  .case-2-wrapper .box-1 .inner ul {
    height: auto;
    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;
    align-items: center;
    justify-content: center;
  }
  .case-2-wrapper .box-1 .inner li {
    position: static;
    font-size: 14px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(3n) {
    margin-right: 0;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(2),
  .case-2-wrapper .box-1 .inner li:nth-child(5),
  .case-2-wrapper .box-1 .inner li:nth-child(6) {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .case-2-wrapper .box-1 .inner li:nth-child(3) {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .case-2-wrapper .box-2 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .case-2-wrapper .box-2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .case-2-wrapper .box-2 ul li .pic img {
    height: auto;
  }
  .case-2-wrapper .box-2 ul li .info {
    padding: 25px 15px;
    line-height: 24px;
  }
  .case-2-wrapper .box-2 ul li .name {
    font-size: 18px;
  }
  .case-2-wrapper .box-2 ul li .desc {
    font-size: 14px;
  }
  .case-2-wrapper .box-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .case-2-wrapper .box-3 .content {
    line-height: 24px;
  }
  .case-2-wrapper .box-3 .content img {
    width: 100%!important;
    height: auto!important;
  }
  .case-3-wrapper .box-1 .inner {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .case-3-wrapper .box-1 .inner ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .case-3-wrapper .box-1 .inner ul li {
    margin-bottom: 30px;
  }
  .case-3-wrapper .box-1 .inner ul .icon {
    width: 60px;
  }
  .case-3-wrapper .box-1 .inner ul .name {
    font-size: 16px;
    margin: 20px auto 2px;
  }
  .case-3-wrapper .box-1 .inner ul .desc {
    width: 100%;
  }
  .case-3-wrapper .box-1 .title {
    margin-bottom: 20px;
  }
  .case-3-wrapper .box-1 .title span {
    font-size: 20px;
    padding: 0 15px;
  }
  .case-3-wrapper .box-1 .inner-1 ul li {
    width: 100%;
  }
  .case-3-wrapper .box-1 .inner-2 ul li {
    width: 48%;
  }
  .case-3-wrapper .box-2 {
    margin-top: 40px;
    padding: 50px 0 40px;
  }
  .case-3-wrapper .box-2 .intro {
    font-size: 18px;
    margin: 10px auto 20px;
  }
  .case-3-wrapper .box-2 .swiper-slide {
    padding: 15px;
  }
  .case-3-wrapper .box-2 .swiper-slide .pic img {
    height: 110px;
  }
  .case-3-wrapper .box-2 .swiper-slide .name {
    margin-top: 10px;
    font-size: 14px;
  }
  .case-3-wrapper .box-2 .swiper-container {
    padding-bottom: 50px;
  }
  .case-3-wrapper .box-2 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .case-3-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
  }
  .case-3-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .case-3-wrapper .box-3 {
    flex-flow: wrap;
    margin-top: 50px;
  }
  .case-3-wrapper .box-3 .pic,
  .case-3-wrapper .box-3 .info {
    width: 100%;
  }
  .case-3-wrapper .box-3 .info {
    padding-left: 0;
    padding-top: 40px;
  }
  .case-3-wrapper .box-3 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .case-3-wrapper .box-3 .content {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .case-4-wrapper .box-1 .intro {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .case-4-wrapper .box-1 .content {
    margin-top: 30px;
  }
  .case-4-wrapper .box-2 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .case-4-wrapper .box-2 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
  }
  .case-4-wrapper .box-2 li {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .case-4-wrapper .box-2 .icon {
    width: 100px;
  }
  .case-4-wrapper .box-2 .name {
    font-size: 20px;
    margin-top: 20px;
  }
  .case-4-wrapper .box-2 .desc {
    width: 100%;
    margin-top: 10px;
  }
  .case-4-wrapper .box-3 {
    margin-top: 40px;
  }
  .case-4-wrapper .box-3 .intro {
    font-size: 16px;
    margin-top: 6px;
  }
  .case-4-wrapper .box-3 .swiper-box {
    margin-top: 30px;
  }
  .case-4-wrapper .box-3 .swiper-slide .pic img {
    height: auto;
  }
  .case-4-wrapper .box-3 .swiper-slide .name {
    margin-top: 8px;
  }
  .case-4-wrapper .box-3 .swiper-container {
    padding-bottom: 40px;
  }
  .case-4-wrapper .box-3 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .case-4-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #1e307e;
  }
  .case-4-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e307e;
  }
  .case-5-wrapper .list {
    margin-top: 30px;
  }
  .case-5-wrapper .list li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .case-5-wrapper .list .pic img {
    height: auto;
  }
  .case-5-wrapper .list .name {
    font-size: 20px;
    margin: 15px auto 10px;
  }
  .case-6-wrapper .list {
    margin-top: 30px;
  }
  .case-6-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .case-6-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .case-6-wrapper .list ul li .pic img {
    height: auto;
  }
  .case-6-wrapper .list ul li .info {
    margin-top: 20px;
  }
  .case-6-wrapper .list ul li .name {
    font-size: 18px;
  }
  .case-6-wrapper .list ul li .desc {
    font-size: 14px;
    margin-top: 0;
    line-height: 24px;
  }
  .case-7-wrapper .box-1 ul {
    display: block;
    margin-top: 40px;
  }
  .case-7-wrapper .box-1 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .case-7-wrapper .box-1 ul li .pic {
    width: 80px;
  }
  .case-7-wrapper .box-1 ul li .name {
    font-size: 18px;
    margin-top: 20px;
  }
  .case-7-wrapper .box-1 ul li .desc {
    width: 100%;
    margin-top: 15px;
  }
  .case-7-wrapper .box-2 {
    margin-top: 40px;
    padding: 50px 0;
  }
  .case-7-wrapper .box-2 .swiper-box {
    margin-top: 40px;
  }
  .case-7-wrapper .box-2 .swiper-slide {
    padding-right: 0;
    background: none;
  }
  .case-7-wrapper .box-2 .swiper-slide .icon {
    width: 80px;
  }
  .case-7-wrapper .box-2 .swiper-slide .name {
    font-size: 18px;
    margin-top: 20px;
  }
  .case-7-wrapper .box-2 .swiper-slide .desc {
    font-size: 14px;
    margin-top: 6px;
  }
  .case-7-wrapper .box-2 .swiper-container {
    padding-bottom: 40px;
  }
  .case-7-wrapper .box-2 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .case-7-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
  }
  .case-7-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .case-7-wrapper .box-3 {
    margin-top: 40px;
  }
  .case-7-wrapper .box-3 .inner {
    margin-top: 40px;
    height: auto;
    width: 100%;
    background: none;
    padding-top: 260px;
  }
  .case-7-wrapper .box-3 .inner .circle {
    top: 120px;
  }
  .case-7-wrapper .box-3 .center {
    width: 120px;
    height: 120px;
    top: 120px;
  }
  .case-7-wrapper .box-3 .center .name {
    font-size: 20px;
    line-height: 30px;
  }
  .case-7-wrapper .box-3 .list 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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .case-7-wrapper .box-3 .list ul li {
    display: block;
    position: static;
    width: 48%;
    margin-bottom: 30px;
  }
  .case-7-wrapper .box-3 .list ul li:first-child {
    margin-left: 0;
  }
  .case-7-wrapper .box-3 .list ul li .icon {
    width: 80px;
    height: 80px;
    display: block;
  }
  .case-7-wrapper .box-3 .list ul li .info {
    margin-top: 15px;
    padding-left: 0;
    text-align: left!important;
  }
  .case-7-wrapper .box-3 .list ul li .name {
    font-size: 18px;
    line-height: 24px;
  }
  .case-7-wrapper .box-3 .list ul li .desc {
    line-height: 20px;
    margin-top: 6px;
  }
  .case-8-wrapper .box-1 .list {
    margin-top: 30px;
  }
  .case-8-wrapper .box-1 .list ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .case-8-wrapper .box-1 .list ul li {
    width: 48%;
    flex: 0 0 48%;
    background-size: 16px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .case-8-wrapper .box-1 .list ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
  }
  .case-8-wrapper .box-1 .list ul li:nth-child(even) {
    background: none;
    padding-right: 0;
    padding-left: 15px;
  }
  .case-8-wrapper .box-1 .list ul li .name {
    font-size: 24px;
  }
  .case-8-wrapper .box-1 .list ul li .desc {
    margin-top: 10px;
  }
  .case-8-wrapper .box-2 {
    margin-top: 40px;
  }
  .case-8-wrapper .box-2 .list {
    margin-top: 20px;
  }
  .case-8-wrapper .box-2 .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 20px 15px;
    margin-bottom: 15px;
  }
  .case-8-wrapper .box-2 .list ul li .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .case-8-wrapper .box-2 .list ul li .pic img {
    height: auto;
  }
  .case-8-wrapper .box-3 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .case-8-wrapper .box-3 .page-caption {
    line-height: 30px;
  }
  .case-8-wrapper .box-3 .swiper-box {
    margin-top: 20px;
  }
  .case-8-wrapper .box-3 .swiper-container {
    padding-bottom: 30px;
  }
  .case-8-wrapper .box-3 .swiper-slide {
    padding: 30px 20px 15px;
  }
  .case-8-wrapper .box-3 .swiper-slide .icon {
    height: 170px;
  }
  .case-8-wrapper .box-3 .swiper-slide .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-top: 10px;
  }
  .case-8-wrapper .box-4 {
    margin-top: 40px;
  }
  .case-8-wrapper .box-4 .page-caption {
    line-height: 30px;
  }
  .case-8-wrapper .box-4 .swiper-box {
    margin-top: 30px;
  }
  .case-8-wrapper .box-4 .swiper-box .swiper-container {
    padding-bottom: 40px;
  }
  .case-8-wrapper .box-4 .swiper-box .swiper-slide .icon {
    width: 80px;
  }
  .case-8-wrapper .box-4 .swiper-box .swiper-slide .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .case-8-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet {
    background: #1e307e;
    opacity: 0.5;
  }
  .case-8-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #1e307e;
  }
  .case-8-wrapper .swiper-pagination {
    bottom: 0;
    display: block;
  }
  .case-8-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 6px;
    width: 8px;
    height: 8px;
    transition: width 0.8s ease;
    -webkit-transition: width 0.8s ease;
    -moz-transition: width 0.8s ease;
    -ms-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
  }
  .case-8-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 28px;
    border-radius: 30px;
  }
  .service-wrapper .box-1 {
    display: block;
  }
  .service-wrapper .box-1 .pic {
    width: 100%;
    margin-top: 30px;
  }
  .service-wrapper .box-1 .info {
    width: 100%;
  }
  .service-wrapper .box-2 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .service-wrapper .box-2 ul {
    margin-top: 30px;
  }
  .service-wrapper .box-2 li {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .service-wrapper .box-2 li .icon {
    width: 80px;
  }
  .service-wrapper .box-2 li .name {
    font-size: 18px;
    margin-top: 15px;
  }
  .service-wrapper .box-2 li .desc {
    width: 90%;
    margin: 6px auto 0;
  }
  .support-wrapper .list ul li {
    display: block;
    margin-bottom: 15px;
  }
  .support-wrapper .list ul .info,
  .support-wrapper .list ul .pic {
    width: 100%;
  }
  .support-wrapper .list ul .pic img {
    height: auto;
  }
  .support-wrapper .list ul .info {
    padding: 20px 15px 30px;
  }
  .support-wrapper .list ul .name {
    font-size: 20px;
    line-height: 30px;
  }
  .support-wrapper .list ul .content {
    margin-top: 15px;
  }
  .contact-wrapper .box-1 {
    margin-bottom: 40px;
  }
  .contact-wrapper .box-1 .list ul {
    display: block;
  }
  .contact-wrapper .box-1 .list ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact-wrapper .box-1 .list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .contact-wrapper .box-1 .list ul li .name {
    font-size: 18px;
  }
  .contact-wrapper .box-1 .list ul li .info {
    line-height: 26px;
    margin-top: 4px;
  }
  .contact-wrapper .box-2 {
    height: 180px;
  }
  .solution-wrapper .goods-box {
    margin-top: 40px;
    padding: 40px 0;
  }
  .solution-wrapper .goods-box .swiper-slide {
    padding: 20px 15px;
    height: auto;
  }
  .solution-wrapper .goods-box .swiper-slide .pic img {
    height: 110px;
  }
  .solution-wrapper .goods-box .swiper-slide .info {
    position: relative;
    line-height: 24px;
  }
  .solution-wrapper .goods-box .swiper-slide .name {
    font-size: 16px;
  }
  .solution-wrapper .goods-box .swiper-slide .desc {
    font-size: 12px;
  }
  .solution-wrapper .goods-box .swiper-slide .name,
  .solution-wrapper .goods-box .swiper-slide .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
  }
  .solution-wrapper .goods-box .swiper-slide .more {
    width: 100%;
    line-height: 32px;
    font-size: 13px;
    margin: 10px auto 0;
    position: absolute;
  }
  .solution-1-wrapper .box-1 {
    display: block;
  }
  .solution-1-wrapper .box-1 .content {
    font-size: 14px;
    line-height: 26px;
  }
  .solution-1-wrapper .box-1 .info,
  .solution-1-wrapper .box-1 .pic {
    width: 100%;
  }
  .solution-1-wrapper .box-1 .info {
    padding-right: 0;
  }
  .solution-1-wrapper .box-1 .pic {
    margin-top: 30px;
  }
  .solution-1-wrapper .box-2 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .solution-1-wrapper .box-2 .tag-box span {
    font-size: 14px;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .solution-1-wrapper .box-2 .content {
    margin-top: 30px;
  }
  .solution-1-wrapper .box-2 .content img {
    width: 100%!important;
    height: auto!important;
  }
  .solution-1-wrapper .box-2 .list {
    margin-top: 40px;
  }
  .solution-1-wrapper .box-2 .list ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solution-1-wrapper .box-2 .list ul li {
    width: 48%;
    padding: 0;
    margin-bottom: 30px;
  }
  .solution-1-wrapper .box-2 .list ul li .pic img {
    height: 96px;
  }
  .solution-1-wrapper .box-2 .list ul li .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .solution-1-wrapper .box-2 .list ul li .desc {
    margin-top: 6px;
  }
  .solution-1-wrapper .box-3 {
    padding: 40px 0;
  }
  .solution-1-wrapper .box-3 .list {
    margin-top: 30px;
  }
  .solution-1-wrapper .box-3 .list ul {
    flex-flow: wrap;
  }
  .solution-1-wrapper .box-3 .list ul li {
    width: 100%;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 15px;
  }
  .solution-1-wrapper .box-3 .list ul .desc {
    padding-right: 0;
    padding-left: 20px;
  }
  .solution-1-wrapper .box-3 .list ul .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .solution-1-wrapper .box-4 {
    flex-flow: wrap;
    margin-top: 40px;
  }
  .solution-1-wrapper .box-4 .pic,
  .solution-1-wrapper .box-4 .info {
    width: 100%;
  }
  .solution-1-wrapper .box-4 .info {
    padding-top: 30px;
    padding-right: 0;
  }
  .solution-1-wrapper .box-4 .pic {
    margin-top: 30px;
  }
  .solution-1-wrapper .box-6 {
    margin-top: 40px;
  }
  .solution-1-wrapper .box-6 .swiper-slide .pic img {
    height: 100px;
  }
  .solution-1-wrapper .box-6 .swiper-slide .name {
    font-size: 14px;
    line-height: 44px;
  }
  .solution-1-wrapper .box-5 .swiper-container,
  .solution-1-wrapper .box-6 .swiper-container {
    padding-bottom: 50px;
  }
  .solution-1-wrapper .box-5 .swiper-pagination,
  .solution-1-wrapper .box-6 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .solution-1-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet,
  .solution-1-wrapper .box-6 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #1e307e;
  }
  .solution-1-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .solution-1-wrapper .box-6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e307e;
  }
  .solution-2-wrapper .box-1 .box-container {
    display: block;
  }
  .solution-2-wrapper .box-1 .info,
  .solution-2-wrapper .box-1 .pic {
    width: 100%;
  }
  .solution-2-wrapper .box-1 .info {
    padding-right: 0;
  }
  .solution-2-wrapper .box-1 .content {
    line-height: 24px;
  }
  .solution-2-wrapper .box-1 .pic {
    margin-top: 40px;
  }
  .solution-2-wrapper .box-1 .canvas {
    height: 120px;
    margin-top: -60px;
  }
  .solution-2-wrapper .box-2 {
    padding: 40px 0;
  }
  .solution-2-wrapper .box-2 .swiper-container {
    padding-bottom: 40px;
  }
  .solution-2-wrapper .box-2 .swiper-slide {
    height: 360px;
    padding: 60px 15px 20px;
  }
  .solution-2-wrapper .box-2 .swiper-slide .pic {
    width: 80px;
  }
  .solution-2-wrapper .box-2 .swiper-slide .name {
    margin-top: 30px;
  }
  .solution-2-wrapper .box-2 .swiper-slide .desc {
    margin-top: 15px;
  }
  .solution-2-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    border-color: #fff;
  }
  .solution-2-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .solution-2-wrapper .box-3 {
    margin-top: 40px;
  }
  .solution-2-wrapper .box-3 .content {
    line-height: 24px;
  }
  .solution-2-wrapper .box-3 .content img {
    width: 100%!important;
    height: auto!important;
  }
  .solution-2-wrapper .box-4 {
    margin-top: 50px;
    padding: 40px 0;
  }
  .solution-2-wrapper .box-4 .swiper-container {
    padding-bottom: 40px;
  }
  .solution-2-wrapper .box-4 .swiper-slide {
    padding: 20px 15px;
  }
  .solution-2-wrapper .box-4 .swiper-slide .pic img {
    height: 200px;
  }
  .solution-2-wrapper .box-4 .swiper-slide .name {
    margin-top: 20px;
  }
  .solution-2-wrapper .box-4 .swiper-slide .desc {
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .solution-2-wrapper .box-5 {
    padding: 40px 0;
  }
  .solution-2-wrapper .box-5 .swiper-box:before {
    height: 40px;
    margin-top: -20px;
  }
  .solution-2-wrapper .box-5 .swiper-box:after {
    margin-top: -20px;
  }
  .solution-2-wrapper .box-5 .swiper-container {
    height: 360px;
  }
  .solution-2-wrapper .box-5 .swiper-slide {
    width: 100%;
    height: 160px;
    margin-left: 0;
  }
  .solution-2-wrapper .box-5 .swiper-slide:nth-child(even) {
    top: 150px;
  }
  .solution-2-wrapper .box-5 .swiper-slide:nth-child(even) .line:after {
    top: 4px;
  }
  .solution-2-wrapper .box-5 .swiper-slide:nth-child(even) .line:before {
    top: 4%;
    height: 96%;
  }
  .solution-2-wrapper .box-5 .swiper-slide .line {
    width: 20px;
    background-size: 16px;
  }
  .solution-2-wrapper .box-5 .swiper-slide .line:before {
    right: 3px;
    width: 2px;
  }
  .solution-2-wrapper .box-5 .swiper-slide .line:after {
    right: -3px;
    bottom: -7px;
    width: 14px;
    height: 14px;
  }
  .solution-2-wrapper .box-5 .swiper-slide .desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .solution-2-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
    border-color: #fff;
  }
  .solution-2-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .solution-2-wrapper .box-6 {
    margin-top: 0;
  }
  .solution-2-wrapper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .solution-2-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #1e307e;
  }
  .solution-2-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e307e;
  }
  .solution-3-wrapper .box-1 .box-container {
    display: block;
  }
  .solution-3-wrapper .box-1 .info,
  .solution-3-wrapper .box-1 .pic {
    width: 100%;
  }
  .solution-3-wrapper .box-1 .info {
    padding-right: 0;
  }
  .solution-3-wrapper .box-1 .content {
    line-height: 24px;
  }
  .solution-3-wrapper .box-1 .pic {
    margin-top: 40px;
  }
  .solution-3-wrapper .box-1 .canvas {
    height: 120px;
    margin-top: -60px;
  }
  .solution-3-wrapper .box-2 .inner {
    margin-top: 40px;
    height: auto;
    width: 100%;
    background: none;
    padding-top: 260px;
  }
  .solution-3-wrapper .box-2 .inner .circle {
    top: 120px;
  }
  .solution-3-wrapper .box-2 .center {
    width: 120px;
    height: 120px;
    top: 120px;
  }
  .solution-3-wrapper .box-2 .center .name {
    font-size: 20px;
    line-height: 30px;
  }
  .solution-3-wrapper .box-2 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;
  }
  .solution-3-wrapper .box-2 ul li {
    position: static;
    display: block;
    width: 48%;
    margin-bottom: 30px;
    text-align: center;
  }
  .solution-3-wrapper .box-2 ul li .icon {
    width: 60px;
    height: auto;
  }
  .solution-3-wrapper .box-2 ul li .name {
    font-size: 16px;
  }
  .solution-3-wrapper .box-2 ul li .info {
    flex: 0 0 100%;
    padding-top: 12px;
    padding-left: 0;
  }
  .solution-3-wrapper .box-2 ul li:first-child {
    margin-left: 0;
  }
  .solution-3-wrapper .box-2 ul li:first-child .icon {
    margin: 0 auto;
  }
  .solution-3-wrapper .box-2 ul li:nth-last-child(-n+2) {
    text-align: center;
  }
  .solution-3-wrapper .box-2 ul li:nth-last-child(-n+2) .info {
    padding-right: 0;
  }
  .solution-3-wrapper .box-3 {
    margin-top: 10px;
    padding: 40px 0;
  }
  .solution-3-wrapper .box-3 .content {
    line-height: 24px;
  }
  .solution-3-wrapper .box-3 .swiper-slide {
    padding: 20px 15px 30px;
  }
  .solution-3-wrapper .box-3 .swiper-slide .name {
    margin-top: 4px;
  }
  .solution-3-wrapper .box-3 .swiper-slide .pic img {
    height: 124px;
  }
  .solution-3-wrapper .box-3 .swiper-container {
    padding-bottom: 30px;
  }
  .solution-3-wrapper .box-4 {
    margin-top: 40px;
  }
  .solution-3-wrapper .box-4 .content .pic {
    width: 100%;
    margin-bottom: 30px;
  }
  .solution-3-wrapper .box-4 .content li {
    position: static;
    text-align: left!important;
    margin-bottom: 30px;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(3) .info {
    padding-top: 0;
  }
  .solution-3-wrapper .box-4 .content li:nth-child(4) .info {
    padding-top: 0;
  }
  .solution-3-wrapper .box-4 .content .line {
    display: none;
  }
  .solution-3-wrapper .box-4 .content .info {
    padding-left: 0;
    width: 100%;
  }
  .solution-3-wrapper .box-4 .content .name {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
  }
  .solution-3-wrapper .box-4 .content .name:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #1e307e;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 10;
  }
  .solution-3-wrapper .box-4 .content .desc {
    padding-left: 20px;
    margin-top: 10px;
  }
  .comproblemitems {
    margin-top: 0;
    margin-bottom: 0;
  }
  .comproblemitem {
    margin-bottom: 15px;
  }
  .comprmitemtop {
    padding: 15px;
    height: auto;
  }
  .comprmitemtop .name {
    font-size: 16px;
    line-height: 30px;
    margin: 0 15px 0 10px;
  }
  .comprmitembot {
    padding: 10px 15px 25px;
    position: relative;
  }
  .comprmitembot .type {
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 10;
  }
  .comproblem {
    padding: 50px 0 45px;
  }
  .comproform {
    margin-top: 25px;
  }
  .comproformlist {
    width: 100%;
    height: 48px;
    padding: 5px 10px;
  }
  .comproformlist .name {
    line-height: 38px;
  }
  .comproformlist .input input {
    height: 38px;
  }
  .comproformlist.last2 {
    width: 100%;
  }
  .comprmitembot .con {
    margin-left: 0;
    width: 100%;
    padding-left: 40px;
  }
  .downnav {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
  .downnavlist {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .downnavlist:after {
    bottom: -6px;
  }
  .merformlist {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .merchantsform {
    margin-top: 30px;
  }
  .merformlist .input input {
    height: 46px;
    padding: 0 10px;
  }
  .merformlist .input,
  .merselect {
    margin-top: 8px;
  }
  .merchantsbtn {
    height: 46px;
    line-height: 46px;
    width: 100%;
    margin-top: 0;
  }
  .service-2-wrapper .desc {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .service-2-wrapper .main ul {
    flex-flow: wrap;
  }
  .service-2-wrapper .main ul li {
    width: 50%;
    padding: 0 20px;
    height: 240px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .service-2-wrapper .main .name {
    font-size: 16px;
    line-height: 24px;
  }
  .service-2-wrapper .main .line {
    width: 18px;
    height: 1px;
    margin: 10px auto 16px;
  }
  .service-2-wrapper .main .brief {
    line-height: 24px;
  }
  .market-wrapper .box-container {
    display: block;
  }
  .market-wrapper .info {
    width: 100%;
  }
  .market-wrapper .content ul li {
    padding-left: 16px;
    margin-bottom: 10px;
  }
  .market-wrapper .content ul li .icon {
    width: 6px;
    top: 9px;
  }
  .market-wrapper .pic {
    width: 100%;
    margin-top: 30px;
  }
  .quality-wrapper .box-container {
    display: block;
  }
  .quality-wrapper .info {
    width: 100%;
  }
  .quality-wrapper .content {
    line-height: 24px;
  }
  .quality-wrapper .pic {
    width: 100%;
    margin-top: 30px;
  }
  .people-wrapper .list li {
    padding: 40px 0;
  }
  .people-wrapper .list li a {
    display: block;
  }
  .people-wrapper .list li .pic {
    width: 50%;
    margin: 0 auto;
  }
  .people-wrapper .list li .info {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }
  .people-wrapper .list li .name,
  .people-wrapper .list li .level {
    text-align: center;
  }
  .people-wrapper .list li .name {
    font-size: 20px;
    line-height: 30px;
  }
  .people-wrapper .list li .name i {
    font-size: 14px;
  }
  .people-wrapper .list li .level {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 8px;
  }
  .people-wrapper .list li .brief {
    font-size: 15px;
    margin-top: 10px;
  }
  .people-wrapper .list li .desc {
    margin-bottom: 20px;
  }
  .people-wrapper .list li .more {
    width: 40%;
    height: 42px;
    line-height: 42px;
  }
  .people-wrapper .list li .more i {
    margin-left: 6px;
  }
  .people-modal-box .box {
    padding: 0 15px;
  }
  .people-modal-box .inner {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .people-modal-box .close {
    font-size: 30px;
    line-height: 30px;
    right: 15px;
    top: 15px;
  }
  .people-modal-box .name {
    font-size: 20px;
    line-height: 20px;
  }
  .people-modal-box .name i {
    font-size: 14px;
    margin-left: 8px;
  }
  .people-modal-box .level {
    font-size: 16px;
    line-height: 24px;
    margin: 10px auto 6px;
  }
  .people-modal-box .detail {
    padding-right: 15px;
    max-height: 336px;
  }
  .people-modal-box .detail::-webkit-scrollbar {
    width: 4px;
  }
  .company-wrapper .box-1 .title {
    font-size: 18px;
  }
  .company-wrapper .box-1 .desc {
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto 20px;
  }
  .company-wrapper .box-1 .list ul {
    display: block;
  }
  .company-wrapper .box-1 .list ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .company-wrapper .box-1 .list ul li .pic img {
    height: auto;
  }
  .company-wrapper .box-1 .list ul li .info {
    padding: 0 20px;
  }
  .company-wrapper .box-1 .list ul li .name {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .company-wrapper .box-1 .list ul li .brief {
    font-size: 16px;
    line-height: 28px;
  }
  .company-wrapper .box-2 {
    margin-top: 50px;
    padding: 40px 0 10px;
  }
  .company-wrapper .box-2 ul {
    display: block;
  }
  .company-wrapper .box-2 ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .company-wrapper .box-2 .pic img {
    height: auto;
  }
  .company-wrapper .box-2 .name {
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto 8px;
  }
  .company-wrapper .box-2 .desc {
    display: block;
    height: auto;
  }
  @keyframes cirAni {
    0% {
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      width: 320px;
      height: 320px;
      opacity: 0.2;
    }
  }
}
