.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.font2 {
  font-family: "mn";
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #ff4f5c;
  }
  .index-swiper-box {
    height: 100vh;
  }
  .index-swiper-box > .swiper-container {
    height: 100vh;
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide {
    height: 100vh;
    overflow: hidden;
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide.footer-wrapper {
    height: auto;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e6e6e6;
  }
  .page-nav-wrapper .box-container {
    text-align: center;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    margin-right: 56px;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #ff4f5c;
  }
  .page-nav-wrapper .nav > a.on:after,
  .page-nav-wrapper .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-wrapper .nav > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    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);
    background-color: #ff4f5c;
  }
  .header-wrapper.active,
  .p_h.active {
    transform: translate(0, -120px);
  }
  .index .header-wrapper:hover {
    background-color: #fff;
  }
  .index .header-wrapper:hover:after {
    background-color: #eee;
  }
  .index .header-wrapper:hover .language,
  .index .header-wrapper:hover .search {
    border-color: #eee;
  }
  .index .header-wrapper:hover .language {
    color: #333;
  }
  .index .header-wrapper:hover .language:hover {
    color: #ff4f5c;
  }
  .index .header-wrapper:hover .search {
    background-color: #ff4f5c;
  }
  .index .header-wrapper:hover .pc-nav-box li.on > a {
    color: #ff4f5c;
  }
  .header-wrapper:hover .logo-box img {
    display: none;
  }
  .header-wrapper:hover .logo-box img.on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #111;
  }
  .header-wrapper:hover .pc-nav-box li:hover > a {
    color: #ff4f5c;
  }
  .index-box-4 .right li:nth-child(-n+2):hover .info:before {
    left: 0;
  }
  .index-box-4 .right li:nth-child(-n+2) .info:before {
    left: -100%;
  }
  .index-box-4 .right li:nth-child(3) a,
  .index-box-4 .right li:nth-child(4) a {
    flex-direction: row-reverse;
  }
  .index-box-4 .right li:nth-child(3) a:hover .info:before,
  .index-box-4 .right li:nth-child(4) a:hover .info:before {
    right: 0;
  }
  .index-box-4 .right li:nth-child(3) a .info:before,
  .index-box-4 .right li:nth-child(4) a .info:before {
    right: -100%;
  }
  .news-wrapper li:first-child {
    width: 48.75%;
  }
  .news-wrapper li:nth-child(-n+3) {
    margin-top: 0;
  }
  .news-wrapper li:nth-child(4n+3) {
    margin-right: 0;
  }
  .service-wrapper .box-2 li:nth-child(8n) {
    margin-right: 0;
  }
  .service-wrapper .box-2 li:nth-child(-n+8) {
    margin-top: 0;
  }
  .verification-wrapper .cat-box a:hover {
    color: #ff4f5c;
  }
  .goodsinfo-wrapper .box-1 ul li {
    flex: 1;
    max-width: 33.33%;
  }
  .goodsinfo-wrapper .goods-box .swiper-wrapper,
  .goodsinfo-wrapper .goods-box .swiper-container {
    overflow: inherit;
  }
  .goodsinfo-wrapper .box-2 {
    padding-top: 200px;
    height: 140vh;
  }
  .goodsinfo-wrapper .box-2 .main {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .goodsinfo-wrapper .box-2 .pic-box {
    position: sticky;
    top: 0;
    height: 100vh;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .goodsinfo-wrapper .box-2 .top {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -200px;
    transition: all 0.6s linear;
    z-index: 6;
    width: 100%;
  }
  .about-wrapper .box-3 li:nth-child(4n),
  .about-wrapper .box-4 .item:nth-child(4n) {
    margin-right: 0;
  }
  .about-wrapper .box-3 li:nth-child(-n+4),
  .about-wrapper .box-4 .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .footer-wrapper .share li:hover:before {
    animation: iconScale 1.5s ease infinite;
    opacity: 1;
    visibility: visible;
  }
  .footer-wrapper .share li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .about-wrapper .cat-box a:hover {
    color: #ff4f5c;
  }
  .about-wrapper .cat-box a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-box-1 .pic > img,
  .index-box-2 > img {
    display: none;
  }
  .index-box-3 > img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .index-box-3 > video {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 1366px;
  }
  .p_h,
  .header-wrapper > .box {
    height: 90px;
  }
  .header-wrapper .logo-box {
    width: 160px;
  }
  .header-wrapper .language,
  .pc-nav-box li > a {
    line-height: 90px;
  }
  .pc-nav-box .cat-box {
    top: 90px;
  }
  .header-wrapper .language,
  .header-wrapper .search {
    width: 90px;
    height: 90px;
  }
  .index-box-2 .num {
    font-size: 66px;
    height: 66px;
    line-height: 66px;
  }
  .index-box-2 li p {
    font-size: 17px;
    margin-top: 8px;
  }
  .index-box-2 .data {
    margin-top: 90px;
  }
  .index-box-4 .right .name {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 26px;
  }
  .index-box-4 .right .desc {
    font-size: 15px;
  }
  .index-box-4 .right .info {
    padding: 38px 26px 0 26px;
  }
  .index-box-3 .left {
    padding-left: calc(((100% - 1366px) / 2));
  }
  .index-banner-wrapper .info-1 .name {
    font-size: 56px;
    line-height: 70px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 30px;
  }
  .index-banner-wrapper .info-2 .name,
  .index-banner-wrapper .info-2 .desc {
    font-size: 52px;
    line-height: 52px;
  }
  .index-banner-wrapper .info-2 .desc {
    margin-bottom: 72px;
  }
  .play {
    width: 94px;
    height: 94px;
  }
  .index-title-box h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .index-title-box .brief {
    margin-top: 6px;
  }
  .index-more {
    width: 150px;
    line-height: 46px;
  }
  .index-box-4 .index-more {
    margin-top: 60px;
  }
  .index-box-3 .news .info {
    padding-right: 100px;
    padding-top: 28px;
  }
  .index-box-3 .swiper-slide .info {
    padding-right: 0;
  }
  .index-box-3 .title {
    font-size: 22px;
  }
  .index-box-3 .index-title-box {
    margin-bottom: 40px;
  }
  .index-box-3 .btn-box a {
    width: 60px;
    height: 60px;
  }
  .index-box-3 .swiper-slide .pic {
    border-radius: 20px;
  }
  .index-box-3 .swiper-slide .title {
    margin-bottom: 52px;
  }
  .index-title-box .brief {
    line-height: 28px;
  }
  .footer-wrapper {
    padding-top: 80px;
  }
  .index-box-1 .icon {
    width: 26px;
    height: 26px;
  }
  .index-box-1 li > a img {
    width: 36px;
  }
  .index-box-1 li span {
    font-size: 13px;
  }
  .index-box-1 li > a {
    line-height: 36px;
  }
  .index-box-1 .img {
    width: 360px;
    margin-left: -120px;
  }
  .page-title {
    font-size: 42px;
    line-height: 56px;
  }
  .join-wrapper .form .title {
    font-size: 28px;
    line-height: 28px;
  }
  .join-wrapper .form .caption,
  .join-wrapper .form .text,
  .job-wrapper .form .caption,
  .service-wrapper .text {
    height: 62px;
    line-height: 60px;
  }
  .join-wrapper .submit,
  .service-wrapper .submit {
    line-height: 56px;
    font-size: 22px;
  }
  .join-wrapper .box-container {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .page-box {
    padding: 90px 0 110px;
  }
  .padding {
    padding: 110px 0;
  }
  .mt {
    margin-top: 110px;
  }
  .newsinfo-wrapper .main {
    padding-right: 88px;
  }
  .newsinfo-wrapper h1 {
    font-size: 34px;
  }
  .news-wrapper li {
    height: 435px;
  }
  .news-wrapper li:first-child .name {
    font-size: 26px;
  }
  .news-wrapper .date {
    font-size: 15px;
  }
  .news-wrapper li:not(:first-child):hover .name {
    font-size: 22px;
    line-height: 34px;
    height: 64px;
  }
  .news-wrapper .pic img {
    height: 207px;
  }
  .news-wrapper .desc {
    height: 56px;
  }
  .job-wrapper .top {
    height: 82px;
  }
  .job-wrapper .top div.icon {
    width: 82px;
    height: 82px;
  }
  .page-banner-wrapper h2 {
    font-size: 46px;
    line-height: 60px;
  }
  .concept-wrapper .box-2 ul {
    height: 396px;
  }
  .concept-wrapper .box-3 .pic img {
    height: 256px;
  }
  .concept-wrapper .box-2 .name,
  .concept-wrapper .box-3 .name,
  .concept-wrapper .cat-box a {
    font-size: 22px;
  }
  .research-wrapper .data span {
    font-size: 66px;
  }
  .research-wrapper .box-2 p {
    font-size: 28px;
  }
  .service-wrapper .box-4 .swiper-container {
    padding-left: calc((100% - 1366px) / 2);
  }
  .service-wrapper .box-4 .pic img {
    height: 225px;
  }
  .service-wrapper .box-4 .title {
    font-size: 28px;
  }
  .service-wrapper .brief {
    font-size: 22px;
  }
  .service-wrapper .box-2 .pic img {
    height: 102px;
  }
  .service-wrapper .box-3 .box-container {
    height: 760px;
  }
  .verification-wrapper .swiper-slide .name {
    font-size: 32px;
    line-height: 36px;
  }
  .verification-wrapper .box-1 .btn {
    left: 64px;
  }
  .verification-wrapper .box-1 .info,
  .verification-wrapper .box-1 .bottom {
    padding-left: 64px;
    padding-right: 60px;
  }
  .verification-wrapper .swiper-slide .info {
    padding-top: 60px;
  }
  .verification-wrapper .box-1 .btn,
  .verification-wrapper .bottom {
    bottom: 50px;
  }
  .verification-wrapper .swiper-btn {
    width: 16px;
  }
  .verification-wrapper .content {
    max-height: 246px;
  }
  .verification-wrapper .bottom .btn {
    line-height: 44px;
  }
  .verification-wrapper .box-2 .cat-box {
    padding-right: 60px;
  }
  .verification-wrapper .box-2 .cat-box a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .verification-wrapper .box-2 .title {
    font-size: 22px;
  }
  .verification-wrapper .box-2 .list li {
    margin-bottom: 42px;
  }
  .verification-wrapper .box-2 .cat-box {
    height: 552px;
  }
  .verification-wrapper .box-2 .caption {
    font-size: 28px;
    min-height: 96px;
  }
  .goods-box .pic img {
    height: 341px;
  }
  .goods-box .name {
    font-size: 22px;
  }
  .goods-box .desc {
    font-size: 17px;
  }
  .goods-box li,
  .goods-box .swiper-slide {
    margin-top: 60px;
  }
  .goodsinfo-wrapper .box-1 .icon {
    width: 90px;
  }
  .goodsinfo-wrapper .box-3 {
    margin: 120px auto;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(odd) .pic {
    border-bottom-right-radius: 129px;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(even) .pic {
    border-top-left-radius: 129px;
  }
  .goodsinfo-wrapper .box-3 .item {
    margin-bottom: 110px;
  }
  .goodsinfo-wrapper .box-2 .pic {
    width: 1366px;
  }
  .goodsinfo-wrapper .box-3 .name {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 18px;
  }
  .goodsinfo-wrapper .box-4 {
    padding: 200px 0 250px;
  }
  .solution-wrapper .box-6 img {
    height: 265px;
  }
  .solution-wrapper .box-6 .name {
    font-size: 22px;
    bottom: 20px;
  }
  .solution-wrapper .box-6 {
    padding-bottom: 110px;
  }
  .solution-wrapper .box-1 li .title {
    font-size: 28px;
  }
  .goodsinfo-wrapper .box-1 .desc {
    font-size: 16px;
  }
  .solution-wrapper .box-3 .list .item:nth-child(odd) .pic {
    border-bottom-right-radius: 127px;
  }
  .solution-wrapper .box-3 .list .item:nth-child(even) .pic {
    border-top-left-radius: 127px;
  }
  .about-wrapper .data .num {
    font-size: 66px;
  }
  .about-wrapper .box-2 .swiper-slide.on .year {
    font-size: 22px;
  }
  .about-wrapper .detail-swiper .content {
    line-height: 36px;
  }
  .about-wrapper .box-3 .title {
    font-size: 26px;
  }
  .about-wrapper .box-3 .icon {
    width: 40px;
    bottom: 30px;
    right: 30px;
  }
  .about-wrapper .box-3 .info {
    padding: 40px 34px 0;
  }
  .about-wrapper .box-4 .info {
    line-height: 30px;
    padding-top: 26px;
    min-height: 230px;
  }
  .about-wrapper .box-4 .info li:before {
    top: 10px;
  }
  .about-wrapper .detail-swiper .caption {
    font-size: 44px;
  }
  .about-wrapper .detail-swiper .title {
    font-size: 22px;
  }
  .about-wrapper .box-2 .swiper-btn {
    width: 38px;
  }
  .about-wrapper .box-2 .swiper-box:before {
    top: 63.6%;
  }
  .about-wrapper .box-4 .name {
    font-size: 22px;
  }
  .infos .item {
    padding: 20px 20px 34px;
  }
  .infos .name {
    font-size: 22px;
  }
  .infos .desc {
    font-size: 15px;
  }
  .infos .pic img {
    height: 158px;
  }
}
@media screen and (max-width: 1440px) {
  .box-container {
    width: 1200px;
  }
  .index-swiper-box .index-box-2 .info {
    padding-top: 90px;
  }
  .index-box-2 .num {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
  }
  .index-box-2 li p {
    font-size: 16px;
    margin-top: 6px;
  }
  .index-box-2 .data {
    margin-top: 70px;
  }
  .index-box-2 .data i {
    margin-left: 18px;
  }
  .index-box-2 .data em,
  .index-box-2 .data i {
    font-size: 22px;
  }
  .index-box-4 .right .name {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 24px;
  }
  .index-box-4 .right .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .index-box-4 .right .info {
    padding: 28px 20px 0 20px;
  }
  .index-box-3 .left {
    padding-left: calc(((100% - 1200px) / 2));
  }
  .index-banner-wrapper .imgs {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    top: -20px;
  }
  .index-banner-wrapper .en {
    font-size: 66px;
  }
  .index-banner-wrapper .en b {
    font-size: 90px;
  }
  .index-banner-wrapper .info-3 {
    padding-top: 90px;
  }
  .index-banner-wrapper .info-1 .name {
    font-size: 50px;
    line-height: 60px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 28px;
  }
  .index-banner-wrapper .info-2 .name,
  .index-banner-wrapper .info-2 .desc {
    font-size: 48px;
    line-height: 46px;
  }
  .index-banner-wrapper .info-2 .desc {
    margin-bottom: 60px;
  }
  .index-title-box .brief {
    font-size: 16px;
    line-height: 24px;
  }
  .pc-nav-box {
    margin-left: 80px;
  }
  .pc-nav-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pc-nav-box li {
    margin-right: 0;
  }
  .header-wrapper .language,
  .pc-nav-box li > a {
    font-size: 16px;
  }
  .play {
    width: 82px;
    height: 82px;
    left: 60px;
    bottom: 60px;
  }
  .index-box-1 li:first-child {
    top: 63%;
  }
  .index-box-1 li:nth-child(2) {
    top: 65%;
  }
  .index-box-1 li:nth-child(3),
  .index-box-1 li:nth-child(6) {
    top: 54%;
  }
  .index-box-4 .left {
    padding-right: 50px;
  }
  .index-title-box h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .index-box-3 .title {
    font-size: 20px;
  }
  .index-box-3 .swiper-slide .title {
    line-height: 30px;
    height: 90px;
    margin-bottom: 34px;
  }
  .index-box-3 .news .info {
    padding: 20px 80px;
  }
  .index-box-3 .news .title {
    margin-bottom: 12px;
  }
  .index-box-3 .btn-box a {
    width: 50px;
    height: 50px;
  }
  .footer-wrapper .box-2 {
    margin-top: 90px;
  }
  .footer-nav-box a {
    font-size: 15px;
  }
  .footer-wrapper {
    padding-top: 64px;
  }
  .index-box-1 li a {
    width: 140px;
  }
  .index-box-1 li:nth-child(3) a {
    width: 164px;
  }
  .index-box-1 li:nth-child(3),
  .index-box-1 li:nth-child(6) {
    top: 58%;
  }
  .index-box-1 li:nth-child(4) {
    top: 57%;
  }
  .index-box-1 li:nth-child(5) {
    top: 56%;
  }
  .index-box-1 li:nth-child(7) {
    top: 73%;
  }
  .index-box-1 li:nth-child(8) {
    top: 72%;
  }
  .page-title {
    font-size: 40px;
    line-height: 50px;
  }
  .join-wrapper .form .title {
    font-size: 26px;
    line-height: 26px;
  }
  .join-wrapper .form .caption,
  .join-wrapper .form .text,
  .job-wrapper .form .caption,
  .service-wrapper .text {
    height: 58px;
    line-height: 56px;
  }
  .join-wrapper .submit,
  .service-wrapper .submit {
    line-height: 54px;
    font-size: 20px;
  }
  .join-wrapper .box-container {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .page-box {
    padding: 80px 0 100px;
  }
  .padding {
    padding: 100px 0;
  }
  .mt {
    margin-top: 100px;
  }
  .newsinfo-wrapper .share-box .box a {
    width: 48px;
    height: 48px;
  }
  .newsinfo-wrapper .return {
    line-height: 44px;
  }
  .newsinfo-wrapper .share-box {
    margin-bottom: 50px;
  }
  .newsinfo-wrapper .relative-box p {
    line-height: 60px;
    height: 60px;
  }
  .newsinfo-wrapper .share-box {
    margin-top: 60px;
  }
  .newsinfo-wrapper .recommend .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .newsinfo-wrapper .recommend p {
    font-size: 14px;
  }
  .newsinfo-wrapper h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .ni-banner-wrapper .info {
    bottom: 40px;
  }
  .newsinfo-wrapper .recommend .caption {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .news-wrapper li {
    height: 382px;
  }
  .news-wrapper li:first-child .name {
    font-size: 24px;
    height: 26px;
  }
  .news-wrapper .date {
    font-size: 14px;
  }
  .news-wrapper li:not(:first-child):hover .name {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  .news-wrapper .pic img {
    height: 182px;
  }
  .news-wrapper .desc {
    height: 38px;
  }
  .news-wrapper li:first-child .info {
    padding-left: 32px;
    padding-right: 32px;
  }
  .news-wrapper .info {
    padding-bottom: 26px;
  }
  .news-wrapper .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .news-wrapper li:not(:first-child) .info,
  .news-wrapper .more {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-wrapper .more {
    font-size: 14px;
    bottom: 26px;
  }
  .news-wrapper li:not(:first-child) .info {
    padding-top: 20px;
  }
  .news-wrapper li:not(:first-child):hover .info {
    padding-top: 26px;
  }
  .news-wrapper .desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
  }
  .news-wrapper li:not(:first-child):hover .desc {
    height: 182px;
  }
  .news-wrapper li {
    border-radius: 6px;
  }
  .pageNum a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .pageNum .dot {
    line-height: 36px;
  }
  .pageNum {
    margin-top: 60px;
  }
  .page-nav-wrapper .nav > a {
    line-height: 70px;
    font-size: 16px;
    margin-right: 40px;
  }
  .job-wrapper .top {
    height: 78px;
    padding-left: 44px;
  }
  .job-wrapper .top div.icon {
    width: 78px;
    height: 78px;
  }
  .job-wrapper .detail {
    padding-left: 44px;
    padding-right: 44px;
  }
  .job-wrapper .form .group {
    width: 270px;
  }
  .job-wrapper .top div {
    font-size: 16px;
  }
  .page-banner-wrapper h2 {
    font-size: 54px;
  }
  .page-banner-wrapper .desc {
    font-size: 22px;
  }
  .concept-wrapper .box-2 ul {
    height: 348px;
  }
  .concept-wrapper .box-3 .pic img {
    height: 225px;
  }
  .concept-wrapper .box-2 .name,
  .concept-wrapper .box-3 .name,
  .concept-wrapper .cat-box a {
    font-size: 20px;
  }
  .concept-wrapper .box-3 .info,
  .concept-wrapper .box-2 .info {
    padding: 30px 20px 20px;
  }
  .concept-wrapper .box-3 .desc,
  .concept-wrapper .box-2 .desc {
    font-size: 14px;
    margin-top: 4px;
    max-height: 96px;
    -webkit-line-clamp: 4;
  }
  .research-wrapper .swiper-btn {
    width: 22px;
    height: 42px;
  }
  .research-wrapper .box-2 p {
    font-size: 26px;
  }
  .service-wrapper .box-4 .swiper-container {
    padding-left: calc((100% - 1200px) / 2);
  }
  .service-wrapper .box-4 .pic img {
    height: 201px;
  }
  .service-wrapper .box-4 .title {
    font-size: 26px;
  }
  .service-wrapper .brief {
    font-size: 20px;
  }
  .service-wrapper .box-2 .pic img {
    height: 90px;
  }
  .service-wrapper .box-2 li {
    margin-top: 40px;
  }
  .service-wrapper .box-3 .box-container {
    height: 640px;
  }
  .info-wrapper .box-container {
    padding: 90px 120px 100px;
  }
  .info-wrapper .caption {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .info-wrapper .title {
    font-size: 22px;
  }
  .verification-wrapper .swiper-slide .name {
    font-size: 26px;
    line-height: 34px;
  }
  .verification-wrapper .box-1 .info,
  .verification-wrapper .box-1 .bottom {
    padding-left: 60px;
    padding-right: 50px;
  }
  .verification-wrapper .swiper-slide .info {
    padding-top: 50px;
  }
  .verification-wrapper .box-1 .btn,
  .verification-wrapper .bottom {
    bottom: 40px;
  }
  .verification-wrapper .swiper-btn {
    width: 14px;
  }
  .verification-wrapper .content {
    max-height: 216px;
  }
  .verification-wrapper .bottom .btn {
    line-height: 40px;
    width: 120px;
    font-size: 15px;
  }
  .verification-wrapper .box-2 .cat-box {
    padding-right: 40px;
  }
  .verification-wrapper .box-2 .cat-box a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .verification-wrapper .box-2 .title {
    font-size: 20px;
  }
  .verification-wrapper .box-2 .list li {
    margin-bottom: 30px;
  }
  .verification-wrapper .box-2 .cat-box {
    height: 466px;
  }
  .verification-wrapper .box-2 .caption {
    font-size: 26px;
    min-height: 90px;
    line-height: 36px;
  }
  .verification-wrapper .box-2 .btn {
    font-size: 15px;
  }
  .verification-wrapper .other .current {
    font-size: 26px;
  }
  .verification-wrapper .prev {
    margin-right: 18px;
  }
  .verification-wrapper .next {
    margin-left: 18px;
  }
  .goods-box .pic img {
    height: 300px;
  }
  .goods-box .pic {
    padding-top: 40px;
  }
  .goods-box .name {
    font-size: 20px;
  }
  .goods-box .desc {
    font-size: 16px;
    margin-top: 8px;
  }
  .goods-box .info {
    margin-top: 48px;
  }
  .goodsinfo-wrapper .box-1 .icon {
    width: 80px;
  }
  .goodsinfo-wrapper .box-3 {
    margin: 100px auto;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(odd) .pic {
    border-bottom-right-radius: 113px;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(even) .pic {
    border-top-left-radius: 113px;
  }
  .goodsinfo-wrapper .box-3 .item {
    margin-bottom: 100px;
  }
  .goodsinfo-wrapper .box-2 .pic {
    width: 1200px;
  }
  .goodsinfo-wrapper .box-3 .name {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .goodsinfo-wrapper .box-1 .title {
    font-size: 18px;
    margin-top: 40px;
  }
  .goodsinfo-wrapper .box-3 .desc,
  .goodsinfo-wrapper .box-3 .desc li {
    font-size: 17px;
  }
  .goodsinfo-wrapper .box-3 .desc {
    line-height: 32px;
  }
  .goodsinfo-wrapper .box-3 .desc li:before {
    width: 9px;
    height: 9px;
    top: 10px;
  }
  .goodsinfo-wrapper .box-4 .icon img {
    height: 50px;
  }
  .goodsinfo-wrapper .box-4 .icon {
    width: 100px;
    height: 100px;
  }
  .goodsinfo-wrapper .box-4 p {
    font-size: 22px;
  }
  .goodsinfo-wrapper .box-4 {
    padding: 180px 0 220px;
  }
  .solution-wrapper .box-6 img {
    height: 233px;
  }
  .solution-wrapper .box-6 .name {
    font-size: 20px;
    bottom: 15px;
    padding: 0 22px;
  }
  .solution-wrapper .box-6 {
    padding-bottom: 100px;
  }
  .solution-wrapper .box-1 li .title {
    font-size: 26px;
  }
  .goodsinfo-wrapper .box-1 .desc {
    font-size: 16px;
  }
  .solution-wrapper .box-3 .list .item:nth-child(odd) .pic {
    border-bottom-right-radius: 112px;
  }
  .solution-wrapper .box-3 .list .item:nth-child(even) .pic {
    border-top-left-radius: 112px;
  }
  .solution-wrapper .box-3 .info {
    padding-left: 80px;
    padding-right: 80px;
  }
  .about-wrapper .data .num {
    font-size: 60px;
    line-height: 50px;
    height: 50px;
  }
  .about-wrapper .detail-swiper .content {
    line-height: 32px;
  }
  .about-wrapper .box-3 .title {
    font-size: 24px;
  }
  .about-wrapper .box-3 .icon {
    width: 34px;
    bottom: 26px;
    right: 26px;
  }
  .about-wrapper .box-3 .info {
    padding: 36px 30px 0;
  }
  .about-wrapper .box-4 .info {
    line-height: 26px;
    padding-top: 22px;
    min-height: 210px;
  }
  .about-wrapper .box-4 .info li:before {
    top: 10px;
  }
  .about-wrapper .detail-swiper .caption {
    font-size: 40px;
    line-height: 50px;
  }
  .about-wrapper .detail-swiper .title {
    font-size: 20px;
  }
  .about-wrapper .box-2 .swiper-btn {
    width: 34px;
  }
  .about-wrapper .box-4 .name {
    font-size: 20px;
    line-height: 30px;
  }
  .about-wrapper .detail-swiper .content,
  .about-wrapper .detail-swiper .content li {
    font-size: 16px;
  }
  .about-wrapper .detail-swiper .content li:before {
    top: 10px;
  }
  .about-wrapper .box-3 .desc {
    font-size: 15px;
    margin-top: 12px;
  }
  .about-wrapper .data i,
  .about-wrapper .data p {
    font-size: 17px;
  }
  .map-box .main {
    width: 920px;
    margin-top: -40px;
  }
  .national-box .point li.star,
  .national-box .desc,
  .point li {
    font-size: 12px;
  }
  .map-box .map {
    height: 750px;
  }
  .map-box .point li:nth-child(25) {
    top: 37%;
  }
  .infos .item {
    padding: 15px 15px 26px;
  }
  .infos .name {
    font-size: 20px;
    line-height: 26px;
  }
  .infos .desc {
    font-size: 14px;
  }
  .infos .pic img {
    height: 142px;
  }
  .map-box .tips {
    width: 40%;
    bottom: 6%;
  }
  .point li.star {
    font-size: 16px;
  }
  .map-box .point li:nth-child(21) {
    right: 28%;
  }
  .national-box .desc {
    line-height: 24px;
  }
  .job-wrapper li .btn {
    line-height: 36px;
    font-size: 14px;
  }
  .job-wrapper .btn {
    width: 100px;
  }
  .footer-nav-box li > a {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .footer-nav-box {
    width: 68%;
  }
  .about-wrapper .box-4 .info,
  .about-wrapper .box-4 .info li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .p_h,
  .header-wrapper > .box {
    height: 84px;
  }
  .header-wrapper .logo-box {
    width: 140px;
  }
  .header-wrapper .language,
  .pc-nav-box li > a {
    line-height: 84px;
  }
  .pc-nav-box .cat-box {
    top: 84px;
  }
  .pc-nav-box .detail-box {
    top: 189px;
  }
  .header-wrapper .language,
  .header-wrapper .search {
    width: 84px;
    height: 84px;
  }
  .index-swiper-box .index-box-2 .info {
    padding-top: 84px;
  }
  .index-box-2 .num {
    font-size: 56px;
    height: 56px;
    line-height: 56px;
  }
  .index-box-2 li p {
    font-size: 15px;
  }
  .index-swiper-box .index-box-4 {
    padding-top: 90px;
  }
  .index-box-4 .right .name {
    font-size: 16px;
  }
  .index-banner-wrapper .imgs {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  .index-banner-wrapper .en {
    font-size: 64px;
  }
  .index-banner-wrapper .en b {
    font-size: 84px;
    line-height: 88px;
  }
  .index-banner-wrapper .en {
    line-height: 80px;
  }
  .index-banner-wrapper .info-3 {
    padding-top: 84px;
  }
  .index-banner-wrapper .info-1 .name {
    font-size: 42px;
    line-height: 60px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 54px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: -17px;
  }
  .play {
    width: 70px;
    height: 70px;
  }
  .index-banner-wrapper .info-2 .name,
  .index-banner-wrapper .info-2 .desc {
    font-size: 42px;
    line-height: 42px;
  }
  .index-box-2 .data {
    margin-top: 60px;
  }
  .index-more {
    margin-top: 80px;
  }
  .index-box-3 .index-title-box {
    margin-bottom: 22px;
  }
  .index-box-3 .title {
    font-size: 18px;
  }
  .index-box-3 .main p {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-wrapper .box-2 {
    margin-top: 70px;
  }
  .video-box .close {
    width: 60px;
    height: 60px;
    background-size: 18px;
  }
  .index-box-1 li:first-child {
    top: 60%;
  }
  .index-box-1 li:nth-child(2) {
    top: 61%;
  }
  .index-box-1 li:nth-child(3),
  .index-box-1 li:nth-child(6) {
    top: 54%;
  }
  .index-box-1 li:nth-child(7) {
    top: 69%;
  }
  .index-box-1 .img {
    width: 300px;
    margin-left: -80px;
  }
  .page-title {
    font-size: 36px;
  }
  .join-wrapper .form .title {
    font-size: 22px;
    line-height: 22px;
  }
  .join-wrapper .form .caption,
  .join-wrapper .form .text,
  .job-wrapper .form .caption,
  .service-wrapper .text {
    height: 54px;
    line-height: 52px;
  }
  .join-wrapper .submit,
  .service-wrapper .submit {
    line-height: 52px;
    font-size: 18px;
  }
  .join-wrapper .box-container {
    padding-bottom: 90px;
  }
  .page-box {
    padding-bottom: 90px;
  }
  .padding {
    padding: 90px 0;
  }
  .mt {
    margin-top: 90px;
  }
  .join-wrapper .form .msg {
    height: 170px;
  }
  .newsinfo-wrapper .share-box .box a {
    width: 44px;
    height: 44px;
  }
  .newsinfo-wrapper .return {
    line-height: 40px;
  }
  .newsinfo-wrapper .share-box {
    margin: 56px auto 44px;
  }
  .newsinfo-wrapper .relative-box p {
    line-height: 56px;
    height: 56px;
  }
  .newsinfo-wrapper h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .ni-banner-wrapper .info {
    bottom: 34px;
  }
  .newsinfo-wrapper .other span {
    font-size: 14px;
  }
  .newsinfo-wrapper .other .date {
    font-size: 16px;
    margin-left: 18px;
  }
  .news-wrapper li:first-child .name {
    font-size: 22px;
  }
  .pageNum a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }
  .pageNum .dot {
    line-height: 34px;
  }
  .pageNum {
    margin-top: 50px;
  }
  .job-wrapper .top {
    height: 72px;
  }
  .job-wrapper .top div.icon {
    width: 72px;
    height: 72px;
  }
  .page-banner-wrapper h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .page-banner-wrapper .desc {
    font-size: 20px;
    margin-top: 12px;
  }
  .research-wrapper .box-2 p {
    font-size: 24px;
    margin-top: 30px;
  }
  .research-wrapper .content {
    font-size: 16px;
    line-height: 30px;
  }
  .research-wrapper .box-container > div {
    width: 90%;
  }
  .research-wrapper .data span {
    font-size: 60px;
    line-height: 50px;
  }
  .research-wrapper .data .num,
  .research-wrapper .data p {
    font-size: 16px;
  }
  .service-wrapper .box-3 .box-container {
    height: 520px;
  }
  .service-wrapper .box-4 .pic img {
    height: 195px;
  }
  .service-wrapper .box-4 .title {
    font-size: 24px;
    margin: 30px auto 10px;
  }
  .service-wrapper .box-4 .swiper-pagination-progressbar {
    margin-top: 60px;
  }
  .service-wrapper .box-4 .swiper-pagination-progressbar {
    width: 39%;
  }
  .verification-wrapper .box-2 .caption {
    font-size: 24px;
    min-height: 80px;
    line-height: 32px;
  }
  .verification-wrapper .box-2 .cat-box,
  .verification-wrapper .box-2 .list {
    padding-top: 30px;
  }
  .verification-wrapper .box-2 .title {
    font-size: 18px;
  }
  .goods-box .pic {
    padding-top: 30px;
  }
  .goods-box .info {
    margin-top: 40px;
  }
  .goodsinfo-wrapper .box-1 .icon {
    width: 70px;
  }
  .goodsinfo-wrapper .box-3 {
    margin: 90px auto;
  }
  .goodsinfo-wrapper .box-3 .item {
    margin-bottom: 90px;
  }
  .goodsinfo-wrapper .box-3 .name {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .goodsinfo-wrapper .box-1 .title {
    font-size: 17px;
    margin-top: 32px;
  }
  .goodsinfo-wrapper .box-3 .desc {
    line-height: 30px;
  }
  .goodsinfo-wrapper .box-4 {
    padding: 140px 0 190px;
  }
  .solution-wrapper .box-1 li .title {
    font-size: 24px;
  }
  .solution-wrapper .box-6 .name {
    font-size: 18px;
  }
  .solution-wrapper .box-6 {
    padding-bottom: 90px;
  }
  .about-wrapper .data .num {
    font-size: 50px;
    height: 40px;
    line-height: 40px;
  }
  .about-wrapper .data i,
  .about-wrapper .data p {
    font-size: 16px;
  }
  .about-wrapper .box-2 .swiper-box:before {
    top: 64.3%;
  }
  .about-wrapper .box-2 .swiper-slide.on .year {
    font-size: 34px;
  }
  .about-wrapper .box-2 .year {
    font-size: 16px;
  }
  .about-wrapper .box-3 .title {
    font-size: 20px;
  }
  .index-box-2 .brief {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 26px;
    height: 18px;
    position: relative;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -7px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 7px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    right: 0;
    top: 60px;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #ff4f5c;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active > a {
    font-weight: 700;
  }
  .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;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
  }
  .phone-nav ul li > a:before,
  .phone-nav ul li > a:after {
    content: "";
    display: inline-block;
    background: #666;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li > a:before {
    width: 3px;
    height: 13px;
    right: 20px;
    top: 18px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li > a:after {
    width: 13px;
    height: 3px;
    right: 15px;
    top: 23px;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #ff4f5c;
  }
  .phone-nav ul li .nav {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .nav a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .nav a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .language {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
  }
  .phone-nav .language a {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .phone-nav .language a:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .phone-nav .language a:last-child:after {
    display: none;
  }
  .phone-nav .language a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin-top: -6px;
  }
  .p_h {
    height: 60px;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .index .header-wrapper {
    box-shadow: none;
  }
  .index .header-wrapper.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .index .header-wrapper.active:after {
    display: none;
  }
  .index .nav-icon span {
    background-color: #fff;
  }
  .index .header-wrapper.active,
  .index .header-wrapper.on {
    background-color: #fff;
  }
  .index .header-wrapper.active:after,
  .index .header-wrapper.on:after {
    background-color: #eee;
  }
  .index .header-wrapper.active .search,
  .index .header-wrapper.on .search {
    background-color: transparent;
    background-image: url(../img/search2.png);
  }
  .index .header-wrapper.active .logo-box img,
  .index .header-wrapper.on .logo-box img {
    display: none;
  }
  .index .header-wrapper.active .logo-box img.on,
  .index .header-wrapper.on .logo-box img.on {
    display: block;
  }
  .index .header-wrapper.active .nav-icon span,
  .index .header-wrapper.on .nav-icon span {
    background-color: #333;
  }
  .header-wrapper {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .header-wrapper > .box {
    padding: 0 15px;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 120px;
  }
  .header-wrapper .other-box {
    align-items: center;
  }
  .header-wrapper .search {
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    background-size: contain;
    margin-right: 15px;
    background-image: url(../img/search2.png);
  }
  .header-wrapper .language {
    display: none;
  }
  .p_h {
    height: 60px;
  }
  .p_h.active {
    transform: translate(0, -60px);
  }
  .pc-nav-box,
  .footer-nav-box {
    display: none;
  }
  .phone-gotop-box {
    display: block;
    width: 100%;
    text-align: center;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #ebebeb;
  }
  .phone-gotop-box a {
    display: block;
    font-size: 16px;
    color: #333;
  }
  .phone-gotop-box a:visited,
  .phone-gotop-box a:active,
  .phone-gotop-box a:link {
    color: #333;
  }
  .phone-gotop-box i {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 12px;
    top: -2px;
    background: url(../img/gotop.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: #333;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }
  .phone-footer-nav ul li > a.cat:before,
  .phone-footer-nav ul li > a.cat:after {
    content: "";
    display: inline-block;
    background: #999;
    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 {
    display: none;
    padding-top: 10px;
  }
  .phone-footer-nav ul .nav a {
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #666;
  }
  .search-form {
    top: 60px;
    padding: 24px 0;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form .w1200 {
    width: 100%;
  }
  .search-form .keywords {
    line-height: 40px;
    font-size: 14px;
    padding: 0 60px 0 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -8px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .footer-wrapper {
    padding-top: 0;
  }
  .footer-wrapper .box-1 .box-container {
    display: block;
  }
  .footer-wrapper .other-box {
    text-align: left;
    padding-top: 24px;
  }
  .footer-wrapper .other-box p {
    font-size: 12px;
  }
  .footer-wrapper .tel {
    font-size: 26px;
    line-height: 26px;
  }
  .footer-wrapper .box-2 {
    padding: 36px 0;
    margin-top: 40px;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 12px;
  }
  .footer-wrapper .copyright {
    margin-top: 10px;
    line-height: 20px;
  }
  .share {
    margin-top: 22px;
  }
  .share li {
    margin-right: 15px;
  }
  .share li:first-child .hidebox {
    left: 0;
    margin-left: 0;
  }
  .share li:first-child .hidebox:before {
    left: 21px;
  }
  .share a {
    width: 36px;
    height: 36px;
  }
  .link a {
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 20px;
  }
  .link a:after {
    top: 4px;
    width: 2px;
    height: 12px;
  }
  .index-swiper > .swiper-wrapper {
    flex-flow: wrap;
  }
  .index-banner-wrapper .index-banner-swiper .box-container {
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
  }
  .index-banner-wrapper .swiper-slide a > img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide a > img.phone {
    display: block;
  }
  .index-banner-wrapper video {
    display: none;
  }
  .index-banner-wrapper .video > img {
    display: none;
  }
  .index-banner-wrapper .video > img.phone {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .index-banner-wrapper .info-1 {
    text-align: center;
    height: auto;
    padding-top: 47%;
  }
  .index-banner-wrapper .info-1 .name {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin: 6px auto 0;
  }
  .index-banner-wrapper .info-2 .name {
    margin: 36px auto 16px;
  }
  .index-banner-wrapper .info-2 .name,
  .index-banner-wrapper .info-2 .desc {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
  }
  .index-banner-wrapper .info-2 .desc {
    margin-bottom: 20px;
  }
  .index-banner-wrapper .more {
    width: 120px;
    line-height: 40px;
  }
  .index-banner-wrapper .info-3 {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
  .index-banner-wrapper .imgs {
    top: -55px;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform-origin: left center;
  }
  .index-banner-wrapper .imgs img {
    margin-right: 15px;
  }
  .index-banner-wrapper .en {
    width: 100%;
    font-size: 38px;
    margin-right: 0;
    line-height: 40px;
  }
  .index-banner-wrapper .en b {
    font-size: 54px;
    line-height: 80px;
    letter-spacing: -2px;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 50px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px;
  }
  .play {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 40px;
  }
  .play i {
    background-size: 8px;
  }
  .index-swiper-box .index-box-2 .info {
    padding-top: 80px;
  }
  .index-swiper-box .index-box-4 {
    padding-top: 50px;
  }
  .index-swiper-box .index-swiper-pagination {
    display: none;
  }
  .video-box {
    background-color: #000;
    height: 100%;
  }
  .video-box video {
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 0;
  }
  .video-box .close {
    width: 36px;
    height: 36px;
    right: 10px;
    top: 10px;
    background-size: 10px;
  }
  .index-more {
    width: 120px;
    line-height: 38px;
    font-size: 12px;
    margin-top: 60px;
  }
  .index-title-box {
    margin-bottom: 24px;
  }
  .index-title-box h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title-box .brief {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .index-box-1 {
    padding-top: 50px;
  }
  .index-box-1:before {
    width: 38%;
    height: 150px;
    top: 25%;
    display: none;
  }
  .index-box-1:after {
    width: 44%;
    height: 200px;
    top: 29%;
    display: none;
  }
  .index-box-1 .index-title-box {
    position: static;
  }
  .index-box-1 .index-title-box h3 {
    color: #333;
  }
  .index-box-1 .index-title-box .brief {
    color: #666;
  }
  .index-box-1 video {
    display: none;
  }
  .index-box-1 .pic img {
    height: auto;
  }
  .index-box-1 ul {
    display: none;
  }
  .index-box-1 .img,
  .index-box-1 .ball {
    display: none;
  }
  .index-box-1 .ball {
    width: 40px;
    height: 40px;
  }
  .index-box-1 .ball_1 {
    left: 35%;
    top: 32%;
  }
  .index-box-1 .ball_2 {
    left: 42%;
    top: 47%;
  }
  .index-box-1 .ball_3 {
    left: 60%;
    top: 49%;
  }
  .index-box-1 .ball_4,
  .index-box-1 .ball_5,
  .index-box-1 .ball_6 {
    display: none;
  }
  .modal-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 41;
    width: 100%;
    height: 100%;
    display: none;
  }
  .modal-box .box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .modal-box .main {
    position: relative;
    width: 635px;
    margin: 0 auto;
  }
  .modal-box .close {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 10;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-image: url(../img/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .modal-box .close:hover {
    transform: rotate(90deg);
  }
  .index-box-2 {
    position: relative;
    padding-bottom: 80px;
  }
  .index-box-2:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .index-box-2 > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
  }
  .index-box-2 video {
    display: none;
  }
  .index-box-2 .brief {
    line-height: 26px;
    font-size: 16px;
    width: 100%;
  }
  .index-box-2 li p {
    font-size: 14px;
  }
  .index-box-2 .info {
    flex-flow: wrap;
    position: relative;
    z-index: 1;
  }
  .index-box-2 .data {
    margin-top: 40px;
  }
  .index-box-2 .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-2 .data li {
    width: 48%;
    margin-top: 30px;
    padding-right: 10px;
  }
  .index-box-2 .data li:nth-child(even) {
    padding-right: 0;
  }
  .index-box-2 .data li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-box-2 .data p {
    font-size: 12px;
    margin-top: 6px;
  }
  .index-box-2 .data em,
  .index-box-2 .data i {
    font-size: 16px;
    line-height: 16px;
  }
  .index-box-2 .data i {
    margin-left: 5px;
    top: 2px;
  }
  .index-box-2 .data em {
    margin-left: 10px;
  }
  .index-box-2 .num {
    line-height: 26px;
    font-size: 26px;
    height: 26px;
  }
  .index-box-3 {
    height: auto;
    padding: 70px 15px;
  }
  .index-box-3.page {
    height: calc(100vh - 60px);
  }
  .index-box-3 > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-box-3 video {
    display: none;
  }
  .index-box-3 .index-title-box {
    margin-bottom: 24px;
    text-align: left;
  }
  .index-box-3 .main {
    display: block;
  }
  .index-box-3 .main p {
    font-size: 14px;
    line-height: 20px;
  }
  .index-box-3 .left {
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .index-box-3 .right {
    width: 100%;
  }
  .index-box-3 .swiper-slide {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .index-box-3 .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .index-box-3 .swiper-slide .info {
    padding-right: 0;
    margin-top: 20px;
  }
  .index-box-3 .swiper-slide .title {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin: 0 auto 10px;
  }
  .index-box-3 .news {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .index-box-3 .news .pic {
    border-radius: 20px;
  }
  .index-box-3 .news .info {
    width: 100%;
    background: none;
    margin-left: 0;
    padding: 0;
    margin-top: 20px;
  }
  .index-box-3 .news .title {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .index-box-3 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index-box-3 .btn-box {
    right: 0;
    top: -60px;
    bottom: auto;
    z-index: 10;
  }
  .index-box-3 .btn-box a {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .index-box-3 .prev {
    margin-right: 8px;
  }
  .index-box-3 .index-more {
    display: block;
    margin: 40px auto 0;
  }
  .index-box-4 {
    display: block;
    padding-bottom: 60px;
  }
  .index-box-4 .box-container {
    display: block;
  }
  .index-box-4 .box-container > .index-more {
    display: block;
  }
  .index-box-4 .index-title-box {
    text-align: center;
  }
  .index-box-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .index-box-4 .left .index-more {
    display: none;
  }
  .index-box-4 .right {
    width: 100%;
  }
  .index-box-4 .right li {
    width: 100%;
  }
  .index-box-4 .right li:nth-child(even) a {
    flex-direction: row-reverse;
  }
  .index-box-4 .right li:nth-child(even):hover .info:before {
    right: 0;
  }
  .index-box-4 .right li:nth-child(even) .info:before {
    right: -100%;
  }
  .index-box-4 .right li:nth-child(odd):hover .info:before {
    left: 0;
  }
  .index-box-4 .right li:nth-child(odd) .info:before {
    left: -100%;
  }
  .index-box-4 .right .info {
    padding: 20px 15px;
  }
  .index-box-4 .right .name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .index-box-4 .right .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .index-box-4 .index-more {
    margin: 34px auto 0;
  }
  .page-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .page-box,
  .padding {
    padding: 50px 0;
  }
  .mt {
    margin-top: 50px;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    padding: 0;
    height: auto;
    margin-top: 0;
  }
  .page-nav-wrapper .breadcrumb {
    display: none;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-box {
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .box-container {
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    display: block;
    line-height: 44px;
    padding: 0 15px;
    background: #ff4f5c;
    color: #fff;
  }
  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
    content: "";
    width: 13px;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-box .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 42px;
    padding: 0 15px;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-box .nav a:first-child {
    border-top: none;
  }
  .page-nav-box .nav > a {
    font-size: 14px;
  }
  .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 .nav .cat {
    position: relative;
    padding-right: 30px;
  }
  .page-nav-box .nav .cat.active:after {
    transform: rotate(-90deg);
  }
  .page-nav-box .nav .cat:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 100%;
    background-image: url(../img/i-next.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
  }
  .join-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .join-wrapper .box-container {
    padding: 30px 15px 40px;
  }
  .join-wrapper .form {
    display: block;
    /* input placeholder  */
  }
  .join-wrapper .form .group {
    width: 100%;
    margin-bottom: 15px;
  }
  .join-wrapper .form .group.mr {
    margin-right: 0;
  }
  .join-wrapper .form .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .join-wrapper .form .caption,
  .join-wrapper .form .text,
  .join-wrapper .form .msg {
    font-size: 14px;
  }
  .join-wrapper .form .caption,
  .join-wrapper .form .text {
    height: 44px;
    line-height: 42px;
  }
  .join-wrapper .form .text,
  .join-wrapper .form .msg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .join-wrapper .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .join-wrapper .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .join-wrapper .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .join-wrapper .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .join-wrapper .form .msg {
    height: 120px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .join-wrapper .form .caption {
    padding: 0 30px 0 15px;
  }
  .join-wrapper .form .caption:after {
    width: 12px;
    right: 15px;
  }
  .join-wrapper .form .list {
    max-height: 205px;
  }
  .join-wrapper .form .list a {
    font-size: 13px;
    line-height: 40px;
    padding: 0 15px;
  }
  .join-wrapper .submit {
    width: 50%;
    line-height: 46px;
    font-size: 14px;
  }
  .content {
    font-size: 14px;
    line-height: 24px;
  }
  .news-wrapper ul {
    display: block;
  }
  .news-wrapper li {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .news-wrapper li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper li:not(:first-child) {
    padding-bottom: 150px;
  }
  .news-wrapper li:not(:first-child):hover .pic {
    display: block;
  }
  .news-wrapper li:not(:first-child):hover .pic:before {
    opacity: 1;
    visibility: visible;
  }
  .news-wrapper li:not(:first-child):hover .info {
    height: auto;
    background: url(../img/libg.png) no-repeat right bottom;
    background-size: cover;
  }
  .news-wrapper li:not(:first-child):hover .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .news-wrapper li:not(:first-child):hover .info {
    padding-top: 20px;
  }
  .news-wrapper li:not(:first-child):hover .desc {
    height: 96px;
  }
  .news-wrapper li:not(:first-child) .name {
    max-height: 52px;
    height: auto;
  }
  .news-wrapper li:not(:first-child) .info {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-wrapper li:not(:first-child):before {
    display: none;
  }
  .news-wrapper li:not(:first-child) .pic {
    position: relative;
  }
  .news-wrapper li:not(:first-child) .pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
  }
  .news-wrapper li:first-child a,
  .news-wrapper li:first-child .pic {
    height: auto;
  }
  .news-wrapper li:first-child .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-wrapper li:first-child .name {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
  }
  .news-wrapper li:first-child .date {
    margin-top: 4px;
  }
  .news-wrapper li:first-child .pic img {
    height: auto;
  }
  .news-wrapper .pic img {
    height: auto;
  }
  .news-wrapper .info {
    padding-bottom: 20px;
  }
  .news-wrapper .name {
    line-height: 26px;
    font-size: 16px;
  }
  .news-wrapper .date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .news-wrapper .desc {
    line-height: 24px;
    margin: 12px auto 10px;
    height: 0;
    -webkit-line-clamp: 4;
  }
  .news-wrapper .more {
    font-size: 12px;
    padding: 0;
    line-height: 20px;
    position: static;
  }
  .newsinfo-wrapper > .box-container {
    width: 100%;
  }
  .newsinfo-wrapper .main {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .newsinfo-wrapper h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .newsinfo-wrapper .other {
    margin-top: 4px;
  }
  .newsinfo-wrapper .other span {
    font-size: 12px;
  }
  .newsinfo-wrapper .other .date {
    font-size: 14px;
    margin-left: 14px;
  }
  .newsinfo-wrapper .share-box {
    margin: 30px auto;
  }
  .newsinfo-wrapper .share-box .box a {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }
  .newsinfo-wrapper .share-box p {
    font-size: 12px;
  }
  .newsinfo-wrapper .return {
    width: 80px;
    line-height: 32px;
    font-size: 12px;
    border-width: 1px;
  }
  .newsinfo-wrapper .relative-box p {
    margin-bottom: 10px;
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    font-size: 12px;
  }
  .newsinfo-wrapper .relative-box p a {
    font-size: 12px;
    max-width: 82%;
  }
  .newsinfo-wrapper .recommend {
    width: 100%;
    margin-top: 40px;
  }
  .newsinfo-wrapper .recommend .caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .newsinfo-wrapper .recommend ul {
    display: block;
  }
  .newsinfo-wrapper .recommend li {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
  }
  .newsinfo-wrapper .recommend li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .newsinfo-wrapper .recommend li a {
    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 */
  }
  .newsinfo-wrapper .recommend .pic {
    width: 40.03%;
  }
  .newsinfo-wrapper .recommend .info {
    margin-left: 20px;
    flex: 1;
    margin-top: 0;
  }
  .newsinfo-wrapper .recommend .name {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .newsinfo-wrapper .recommend p {
    font-size: 12px;
    line-height: 20px;
  }
  .ni-banner-wrapper .pic img {
    height: 200px;
    object-fit: cover;
  }
  .ni-banner-wrapper .pic::before {
    background-size: 100% 100%;
    height: 100%;
  }
  .ni-banner-wrapper .info {
    bottom: 10px;
  }
  .ni-banner-wrapper h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .ni-banner-wrapper .other {
    margin-top: 4px;
  }
  .ni-banner-wrapper .other span {
    font-size: 12px;
  }
  .ni-banner-wrapper .other .date {
    font-size: 14px;
    margin-left: 14px;
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .job-wrapper .form {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .job-wrapper .form .group {
    width: 48%;
    margin-right: 0;
  }
  .job-wrapper .form .group:last-child {
    margin-right: 0;
  }
  .job-wrapper .form .caption {
    font-size: 14px;
    height: 44px;
    line-height: 42px;
    padding: 0 30px 0 15px;
  }
  .job-wrapper .form .caption:after {
    width: 12px;
    right: 15px;
  }
  .job-wrapper .form .list {
    max-height: 205px;
  }
  .job-wrapper .form .list a {
    font-size: 13px;
    line-height: 40px;
    padding: 0 15px;
  }
  .job-wrapper .btn {
    width: 90px;
    margin-top: 15px;
    font-size: 12px;
  }
  .job-wrapper .box > .top {
    display: none;
  }
  .job-wrapper .top {
    height: auto;
    display: block;
    padding: 20px 60px 20px 20px;
  }
  .job-wrapper .top div {
    font-size: 14px;
    width: 100%;
    padding-right: 0;
    line-height: 26px;
  }
  .job-wrapper .top div.name {
    width: 100%;
    font-size: 16px;
    color: #000;
  }
  .job-wrapper .top div.address {
    width: 100%;
  }
  .job-wrapper .top div.icon {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .job-wrapper .top div span {
    display: inline-block;
  }
  .job-wrapper li {
    margin-top: 15px;
  }
  .job-wrapper li:first-child {
    margin-top: 0;
  }
  .job-wrapper li .top:before,
  .job-wrapper li .top:after {
    width: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: none;
  }
  .job-wrapper .name {
    max-height: 48px;
  }
  .job-wrapper .title {
    font-size: 15px;
    line-height: 24px;
  }
  .job-wrapper .detail {
    display: none;
    padding: 24px 20px;
  }
  .job-wrapper .content {
    margin-bottom: 20px;
  }
  .job-wrapper .content > a {
    font-size: 14px;
  }
  .page-banner-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-banner-wrapper .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
  }
  .concept-wrapper .box-2 .info,
  .concept-wrapper .box-3 .info {
    padding: 15px 15px 15px;
  }
  .concept-wrapper .box-2 .name,
  .concept-wrapper .box-3 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .concept-wrapper .box-2 .desc,
  .concept-wrapper .box-3 .desc {
    font-size: 12px;
    line-height: 20px;
    max-height: 80px;
    margin-top: 0;
  }
  .concept-wrapper .box-2 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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .concept-wrapper .box-2 ul li {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
  .concept-wrapper .box-2 ul li:last-child {
    margin-bottom: 0;
  }
  .concept-wrapper .box-2 ul li:nth-child(3),
  .concept-wrapper .box-2 ul li:last-child {
    width: 100%;
  }
  .concept-wrapper .box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .concept-wrapper .box-3 li {
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    margin-top: 15px;
  }
  .concept-wrapper .box-3 li:nth-child(3),
  .concept-wrapper .box-3 li:nth-child(4) {
    margin-top: 15px;
  }
  .concept-wrapper .box-3 li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .concept-wrapper .box-3 .pic img {
    height: auto;
  }
  .concept-wrapper .cat-box {
    margin-bottom: 20px;
  }
  .concept-wrapper .cat-box a {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 4px;
    margin-right: 30px;
  }
  .research-wrapper .box-container > div {
    width: 100%;
  }
  .research-wrapper .content {
    font-size: 14px;
    line-height: 24px;
  }
  .research-wrapper .data {
    margin-top: 40px;
  }
  .research-wrapper .data ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .research-wrapper .data ul li {
    width: 48%;
    padding-right: 0;
    margin-top: 30px;
  }
  .research-wrapper .data ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .research-wrapper .data .num,
  .research-wrapper .data p {
    font-size: 14px;
  }
  .research-wrapper .data p {
    margin-top: 4px;
  }
  .research-wrapper .data span {
    font-size: 36px;
    height: 30px;
    line-height: 30px;
  }
  .research-wrapper .box-2 p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
    height: 40px;
  }
  .research-wrapper .swiper-btn {
    width: 12px;
    height: 24px;
    margin-top: -22px;
  }
  .research-wrapper .prev {
    left: 14%;
  }
  .research-wrapper .next {
    right: 14%;
  }
  .service-wrapper {
    /* input placeholder  */
  }
  .service-wrapper .top {
    margin-bottom: 30px;
  }
  .service-wrapper .brief {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .service-wrapper .box-2 li {
    width: 24%;
    margin-right: 1.333%;
    margin-top: 20px;
  }
  .service-wrapper .box-2 li:nth-child(4n) {
    margin-right: 0;
  }
  .service-wrapper .box-2 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .service-wrapper .box-2 .pic img {
    height: 52px;
  }
  .service-wrapper .box-3 {
    position: relative;
    background: !important;
  }
  .service-wrapper .box-3 .box-container {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
  }
  .service-wrapper .box-3 .pic {
    display: block;
  }
  .service-wrapper .box-3 .top {
    width: 90%;
  }
  .service-wrapper .box-3 .top .page-tilte {
    margin-bottom: 20px;
  }
  .service-wrapper .box-3 .brief {
    font-size: 14px;
    margin-top: 10px;
  }
  .service-wrapper .box-4 .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrapper .box-4 .swiper-slide {
    width: 70%;
  }
  .service-wrapper .box-4 .pic img {
    height: auto;
  }
  .service-wrapper .box-4 .title {
    font-size: 18px;
    line-height: 24px;
    margin: 24px auto 4px;
  }
  .service-wrapper .box-4 .desc,
  .service-wrapper .box-4 .desc li {
    font-size: 12px;
  }
  .service-wrapper .box-4 .desc {
    line-height: 20px;
  }
  .service-wrapper .box-4 .desc li {
    padding-left: 10px;
  }
  .service-wrapper .box-4 .desc li:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .service-wrapper .box-4 .swiper-pagination-progressbar {
    width: 60%;
    height: 3px;
    margin-top: 30px;
  }
  .service-wrapper .box-4 .swiper-pagination-progressbar-fill {
    height: 3px;
  }
  .service-wrapper .box-5 {
    background: url(../img/service5bg.jpg) no-repeat;
    background-size: cover;
  }
  .service-wrapper .form {
    display: block;
  }
  .service-wrapper .group {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .service-wrapper .group:last-child {
    margin-bottom: 0;
  }
  .service-wrapper .group.medium {
    width: 100%;
  }
  .service-wrapper .group i {
    right: 5px;
  }
  .service-wrapper .text,
  .service-wrapper .msg {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrapper ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .service-wrapper :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .service-wrapper ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .service-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .service-wrapper .text {
    line-height: 44px;
    height: 44px;
  }
  .service-wrapper .msg {
    height: 120px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .service-wrapper .submit {
    width: 50%;
    line-height: 46px;
    font-size: 14px;
  }
  .info-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-wrapper .box-container {
    padding: 40px 20px;
  }
  .info-wrapper .list:before {
    left: 0;
    top: 6px;
  }
  .info-wrapper .item {
    display: block;
    margin-bottom: 20px;
  }
  .info-wrapper .item ul {
    height: 48px;
  }
  .info-wrapper .caption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .info-wrapper .content {
    margin-bottom: 20px;
  }
  .info-wrapper .date {
    width: 100%;
    line-height: 20px;
    margin-bottom: 4px;
    padding-left: 26px;
  }
  .info-wrapper .date:after {
    width: 8px;
    height: 8px;
    left: -3px;
    right: auto;
    top: 6px;
  }
  .info-wrapper .info {
    padding-left: 26px;
  }
  .info-wrapper .title {
    font-size: 16px;
    line-height: 24px;
  }
  .info-wrapper .title.line {
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .info-wrapper .btn {
    font-size: 12px;
  }
  .info-wrapper .btn:after {
    width: 10px;
  }
  .verification-wrapper .swiper-slide {
    display: block;
  }
  .verification-wrapper .swiper-slide.swiper-slide-active .pic,
  .verification-wrapper .swiper-slide.swiper-slide-active .info {
    opacity: 1;
    visibility: visible;
  }
  .verification-wrapper .swiper-slide .pic,
  .verification-wrapper .swiper-slide .info {
    width: 100%;
  }
  .verification-wrapper .swiper-slide .info {
    padding-top: 30px;
  }
  .verification-wrapper .swiper-slide .info > div {
    padding-right: 15px;
  }
  .verification-wrapper .swiper-slide .name {
    font-size: 18px;
    line-height: 30px;
  }
  .verification-wrapper .box-1 .info,
  .verification-wrapper .box-1 .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .verification-wrapper .box-1 .btn {
    left: 20px;
    width: 100px;
    line-height: 34px;
    font-size: 12px;
    border-width: 1px;
    bottom: 0;
    position: static;
    margin-top: 20px;
  }
  .verification-wrapper .bottom {
    position: static;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 40px;
    text-align: right;
  }
  .verification-wrapper .other {
    width: 100%;
  }
  .verification-wrapper .other span {
    font-size: 12px;
  }
  .verification-wrapper .other .current {
    font-size: 20px;
    line-height: 24px;
  }
  .verification-wrapper .swiper-btn {
    width: 10px;
    height: 24px;
  }
  .verification-wrapper .prev {
    margin-right: 12px;
  }
  .verification-wrapper .next {
    margin-left: 12px;
  }
  .verification-wrapper .content {
    max-height: 243px;
    overflow-y: auto;
  }
  .verification-wrapper .main {
    padding-top: 10px;
  }
  .verification-wrapper .box-2 {
    background-attachment: inherit;
  }
  .verification-wrapper .box-2 .caption {
    font-size: 16px;
    line-height: 24px;
    min-height: 60px;
    padding: 0 0 10px;
  }
  .verification-wrapper .box-2 .caption-box .caption:first-child {
    padding-left: 10px;
  }
  .verification-wrapper .box-2 .cat-box,
  .verification-wrapper .box-2 .list {
    padding-top: 20px;
  }
  .verification-wrapper .box-2 .caption-box .caption:first-child,
  .verification-wrapper .box-2 .left {
    width: 40%;
  }
  .verification-wrapper .box-2 .cat-box {
    padding-right: 10px;
    height: 610px;
    overflow-y: auto;
  }
  .verification-wrapper .box-2 .cat-box a {
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    max-height: 60px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
  }
  .verification-wrapper .box-2 .cat-box a:before {
    width: 1px;
    height: 12px;
    top: 6px;
    transform: none;
  }
  .verification-wrapper .box-2 .caption-box .caption:nth-child(2),
  .verification-wrapper .box-2 .right {
    width: 56%;
  }
  .verification-wrapper .box-2 .right {
    padding-bottom: 20px;
  }
  .verification-wrapper .box-2 .list {
    padding-left: 15px;
  }
  .verification-wrapper .box-2 .list:before {
    display: none;
  }
  .verification-wrapper .box-2 .list li {
    display: block;
    margin-bottom: 20px;
  }
  .verification-wrapper .box-2 .date {
    width: 100%;
    line-height: 20px;
    margin-bottom: 4px;
    padding-left: 15px;
  }
  .verification-wrapper .box-2 .date:after {
    width: 7px;
    height: 7px;
    left: -3px;
    right: auto;
    top: 6px;
  }
  .verification-wrapper .box-2 .title,
  .verification-wrapper .box-2 .desc {
    -webkit-line-clamp: 2;
  }
  .verification-wrapper .box-2 .info {
    padding-left: 15px;
  }
  .verification-wrapper .box-2 .title {
    font-size: 14px;
    line-height: 20px;
  }
  .verification-wrapper .box-2 .title.line {
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .verification-wrapper .box-2 .btn {
    font-size: 12px;
    line-height: 16px;
    padding-right: 15px;
    margin-left: 15px;
    background-size: 6px;
  }
  .goods-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-box li,
  .goods-box .swiper-slide {
    width: 48%;
    margin-right: 0;
  }
  .goods-box li {
    margin-top: 20px;
  }
  .goods-box li:nth-child(3) {
    margin-top: 20px;
  }
  .goods-box .swiper-slide {
    margin-top: 0;
  }
  .goods-box .pic {
    padding-top: 10px;
    border-radius: 5px;
  }
  .goods-box .pic img {
    height: auto;
  }
  .goods-box .info {
    margin-top: 16px;
  }
  .goods-box .info div {
    -webkit-line-clamp: 2;
  }
  .goods-box .name {
    font-size: 15px;
    line-height: 22px;
  }
  .goods-box .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
  }
  .goods-box .swiper-wrapper {
    padding-bottom: 30px;
  }
  .goods-box .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .goods-box .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #ff4f5c;
    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;
  }
  .goods-box .swiper-pagination .swiper-pagination-bullet:focus,
  .goods-box .swiper-pagination .swiper-pagination-bullet:active,
  .goods-box .swiper-pagination .swiper-pagination-bullet:link {
    outline: none;
  }
  .goods-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff4f5c;
  }
  .goodsinfo-wrapper .top {
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .top .brief {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .goodsinfo-wrapper .box-1 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 20px;
  }
  .goodsinfo-wrapper .box-1 li {
    width: 48%;
    padding: 0;
    margin-top: 40px;
  }
  .goodsinfo-wrapper .box-1 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goodsinfo-wrapper .box-1 .icon {
    width: 50px;
  }
  .goodsinfo-wrapper .box-1 .title {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
  }
  .goodsinfo-wrapper .box-1 .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
  }
  .goodsinfo-wrapper .box-2 {
    padding-top: 0;
    height: auto;
  }
  .goodsinfo-wrapper .box-2.on .pic-box {
    height: auto;
  }
  .goodsinfo-wrapper .box-2.on .top {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-2 .pic {
    width: calc(100% - 30px);
  }
  .goodsinfo-wrapper .box-2 .top {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-3 {
    margin: 40px auto;
  }
  .goodsinfo-wrapper .box-3 .item {
    display: block;
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(even) .pic {
    border-top-left-radius: 52px;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(odd) .pic {
    border-bottom-right-radius: 52px;
  }
  .goodsinfo-wrapper .box-3 .pic {
    width: 100%;
  }
  .goodsinfo-wrapper .box-3 .info {
    width: 100%;
    margin-top: 24px;
  }
  .goodsinfo-wrapper .box-3 .name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .goodsinfo-wrapper .box-3 .desc,
  .goodsinfo-wrapper .box-3 .desc li {
    font-size: 14px;
  }
  .goodsinfo-wrapper .box-3 .desc {
    line-height: 26px;
  }
  .goodsinfo-wrapper .box-3 .desc li {
    padding-left: 15px;
  }
  .goodsinfo-wrapper .box-3 .desc li:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .goodsinfo-wrapper .box-4 {
    padding: 60px 0 80px;
  }
  .goodsinfo-wrapper .box-4 .page-title {
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-4 ul li {
    margin-right: 30px;
  }
  .goodsinfo-wrapper .box-4 .icon {
    width: 60px;
    height: 60px;
  }
  .goodsinfo-wrapper .box-4 .icon img {
    height: 30px;
  }
  .goodsinfo-wrapper .box-4 p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .solution-wrapper .index-box-1 {
    height: auto;
  }
  .solution-wrapper .box-1 li .title {
    font-size: 15px;
  }
  .solution-wrapper .box-3 .list .item {
    margin-bottom: 15px;
    background-color: transparent;
  }
  .solution-wrapper .box-3 .list .item:nth-child(even) .pic {
    border-top-left-radius: 65px;
  }
  .solution-wrapper .box-3 .list .item:nth-child(odd) .pic {
    border-bottom-right-radius: 65px;
  }
  .solution-wrapper .box-3 .list .item .pic,
  .solution-wrapper .box-3 .list .item .info {
    width: 100%;
  }
  .solution-wrapper .box-3 .info {
    margin-top: 0;
    background-color: #fff;
    padding: 30px 20px;
  }
  .solution-wrapper .box-6 {
    padding-bottom: 40px;
  }
  .solution-wrapper .box-6 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solution-wrapper .box-6 li {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    margin-right: 0;
  }
  .solution-wrapper .box-6 li:nth-child(3) {
    margin-top: 15px;
  }
  .solution-wrapper .box-6 img {
    height: auto;
  }
  .solution-wrapper .box-6 .name {
    font-size: 12px;
    line-height: 22px;
    bottom: 8px;
    padding: 0 15px;
  }
  .about-wrapper .box-1 .content {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .about-wrapper .data {
    margin-top: 40px;
  }
  .about-wrapper .data ul {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .about-wrapper .data li {
    width: 50%;
    margin-top: 30px;
    padding: 0 10px;
  }
  .about-wrapper .data li:nth-child(-n+3) {
    width: 33.333%;
    margin-top: 0;
  }
  .about-wrapper .data li:nth-child(3) {
    padding-right: 0;
  }
  .about-wrapper .data li:nth-child(1),
  .about-wrapper .data li:nth-child(4) {
    padding-left: 0;
  }
  .about-wrapper .data .num {
    font-size: 30px;
    height: 24px;
    line-height: 24px;
  }
  .about-wrapper .data em,
  .about-wrapper .data i {
    line-height: 20px;
  }
  .about-wrapper .data em {
    font-size: 20px;
  }
  .about-wrapper .data i {
    margin-left: 5px;
  }
  .about-wrapper .data i,
  .about-wrapper .data p {
    font-size: 14px;
  }
  .about-wrapper .data p {
    margin-top: 8px;
  }
  .about-wrapper .box-2 .swiper-box {
    background-attachment: inherit;
  }
  .about-wrapper .box-2 .swiper-box:before {
    top: 63.4%;
  }
  .about-wrapper .box-2 .swiper-box .swiper-wrapper {
    padding-bottom: 20px;
  }
  .about-wrapper .box-2 .swiper-box .box-container {
    padding: 0 30px;
  }
  .about-wrapper .box-2 .swiper-slide.on .year {
    font-size: 18px;
  }
  .about-wrapper .box-2 .year {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .about-wrapper .box-2 .dot {
    width: 26px;
    height: 26px;
  }
  .about-wrapper .box-2 .swiper-btn {
    width: 30px;
    height: 15px;
    top: 36px;
  }
  .about-wrapper .box-2 .prev {
    left: 5px;
  }
  .about-wrapper .box-2 .prev:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .about-wrapper .box-2 .next {
    right: 5px;
  }
  .about-wrapper .box-2 .next:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .about-wrapper .detail-swiper .swiper-slide {
    display: block;
  }
  .about-wrapper .detail-swiper .pic-box {
    width: 100%;
  }
  .about-wrapper .detail-swiper .pic-box .title {
    margin-bottom: 16px;
  }
  .about-wrapper .detail-swiper .info-box {
    width: 100%;
    margin-top: 30px;
  }
  .about-wrapper .detail-swiper .info-box .title {
    margin-bottom: 6px;
  }
  .about-wrapper .detail-swiper .caption {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .about-wrapper .detail-swiper .title {
    font-size: 16px;
    line-height: 24px;
  }
  .about-wrapper .detail-swiper .content,
  .about-wrapper .detail-swiper .content li {
    font-size: 14px;
  }
  .about-wrapper .detail-swiper .content {
    line-height: 24px;
  }
  .about-wrapper .detail-swiper .content li {
    padding-left: 15px;
  }
  .about-wrapper .detail-swiper .content li:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .about-wrapper .box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about-wrapper .box-3 li {
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    margin-top: 15px;
  }
  .about-wrapper .box-3 .info {
    padding: 15px 10px 0;
  }
  .about-wrapper .box-3 .title {
    font-size: 14px;
  }
  .about-wrapper .box-3 .desc {
    font-size: 12px;
    margin-top: 6px;
    height: 60px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  .about-wrapper .box-3 .icon {
    right: 10px;
    bottom: 10px;
    width: 24px;
  }
  .about-wrapper .box-4 .list {
    display: block;
  }
  .about-wrapper .box-4 .item {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about-wrapper .box-4 .item:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-4 .name {
    font-size: 18px;
    line-height: 26px;
    padding: 20px;
  }
  .about-wrapper .box-4 .info,
  .about-wrapper .box-4 .info li {
    font-size: 14px;
  }
  .about-wrapper .box-4 .info {
    padding: 24px 15px;
    line-height: 24px;
    min-height: inherit;
  }
  .about-wrapper .box-4 .info li {
    padding-left: 15px;
  }
  .about-wrapper .box-4 .info li:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .about-wrapper .box-5 .img {
    display: block;
  }
  .about-wrapper .cat-box {
    margin-bottom: 20px;
  }
  .about-wrapper .cat-box a {
    margin-right: 30px;
    font-size: 16px;
  }
  .national-box .main {
    display: none;
  }
  .map-box .tips {
    line-height: 26px;
    width: 100%;
    position: static;
  }
  .map-box .tips li {
    margin-bottom: 20px;
  }
  .map-box .tips p,
  .map-box .tips .title {
    font-size: 14px;
  }
  .map-box .tips .title:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .map-box .main {
    width: 100%;
    margin-top: 0;
  }
  .map-box .main > img {
    display: none;
  }
  .map-box .map {
    height: auto;
  }
  .map-box .point {
    display: none;
  }
  .map-box .img {
    display: block;
    margin-bottom: 30px;
  }
  .map-box .img img {
    width: 100%;
    display: block;
  }
  .infos {
    display: none;
  }
}
