﻿.general-box {
  width: 1400px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .general-box {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 640px) {
  .general-box {
    padding: 0 20px;
  }
  .foot .foot-box .right-box {
    display: none;
  }
}
.inside-general-box {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .inside-general-box {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 640px) {
  .inside-general-box {
    padding: 0 20px;
  }
}
.foot-box {
  width: 1440px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .foot-box {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 640px) {
  .foot-box {
    padding: 0 20px;
  }
}
.general-title {
  text-align: center;
  max-width: 930px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .general-title {
    padding: 0 20px;
  }
}
.general-title h3 {
  font-size: 34px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .general-title h3 {
    font-size: 30px;
  }
}
.general-title p {
  font-size: 16px;
  color: #252B3A;
  opacity: 0.8;
  margin-top: 18px;
  line-height: 30px;
}
.general-banner {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .general-banner {
    height: 300px;
  }
}
.general-banner.web-banner {
  background: url(../image/web-banner.jpg) no-repeat center / cover;
}
.general-banner.global-web-banner {
  background: url(../image/global-web-banner.jpg) no-repeat center / cover;
}
.general-banner .inside-general-box h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .general-banner .inside-general-box h2 {
    font-size: 32px;
  }
}
.general-banner .inside-general-box p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  text-align: justify;
  margin-top: 25px;
  max-width: 530px;
}
@media screen and (max-width: 640px) {
  .general-banner .inside-general-box p {
    margin-top: 20px;
  }
}
.head .chip1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 80px;
  
  background: #f7f8fa;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .head .chip1 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 640px) {
  .head .chip1 {
    padding: 0 20px;
  }
}
.head .chip1 em {
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .head .chip1 em {
    display: none;
  }
}
.head .chip1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .head .chip1 ul {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.head .chip1 ul li {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  padding: 0 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .head .chip1 ul li {
    padding: 0 5px;
  }
  .head .chip1 ul li.contact {
    display: none;
  }
}
.head .chip1 ul li a {
  font-size: 12px;
  color: #333;
}
.head .chip1 ul li:first-child {
  border: none;
}
.head .chip1 ul li:last-child {
  padding-right: 0;
}
.head .chip1 ul li.demand-btn,
.head .chip1 ul li:nth-child(3) a {
  color: #c7000b;
}
.head .chip2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  height: 65px;
}
@media screen and (max-width: 1280px) {
  .head .chip2 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .head .chip2 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 640px) {
  .head .chip2 {
    padding: 0 20px;
  }
}
.head .chip2 .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 770px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .head .chip2 .nav {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
}
.head .chip2 .nav .logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  display: block;
  height: 31px;
}
.head .chip2 .nav .logo img{
    height: 100%;
    width: auto;
}
.head .chip2 .nav .nav-wrap {
  max-width: 1400px;
  margin-left: 0%;
  position: absolute;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.head .chip2 .nav .nav-wrap .level-1 {
  display: inline-block;
  font-size: 0;
  margin: 0 30px;
  position: relative;
}
.head .chip2 .nav .nav-wrap .level-1:last-child {
  margin-right: 0;
}
.head .chip2 .nav .nav-wrap .level-1 .level-1-a {
  font-size: 14px;
  color: #252B3A;
  display: block;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .head .chip2 .nav .nav-wrap .level-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}



















@media screen and (max-width: 768px) {
  .head .chip2 .nav .nav-wrap {
    position: fixed;
    top: 0;
    right: -70%;
    height: 100%;
    z-index: 99;
    width: 70%;
    margin: 0;
    background: #fff;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .head .chip2 .nav .nav-wrap.active {
    right: 0;
  }
  .head .chip2 .nav .nav-wrap .level-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    height: 50px;
    padding: 0 20px;
  }
  .head .chip2 .nav .nav-wrap .level-1 a {
    display: block;
  }
}
.head .chip2 .nav .menu-btn2 {
  display: none;
  width: 34px;
  height: 34px;
  background: url(../image/menu-btn.png) no-repeat center;
}
@media screen and (max-width: 768px) {
  .head .chip2 .nav .menu-btn {
    display: block;
  }
}
.head .chip2 .operation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  z-index: 2;
  
}
.head .chip2 .operation .login {
  overflow: hidden;
}
.head .chip2 .operation .login a {
  display: block;
  float: left;
  width: 80px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #c7000b;
  color: #c7000b;
  text-align: center;
  margin-left: 8px;
}
.head .chip2 .operation .login a:nth-child(2) {
  background: #c7000b;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .head .chip2 .operation {
    display: none;
  }
}
.head .chip2 .operation .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
}
.head .chip2 .operation .search input {
  width: 107px;
  font-size: 12px;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.head .chip2 .operation .search .search-btn {
  width: 21px;
  height: 21px;
  background: url(../image/search-icon.png) no-repeat center;
  margin-left: 8px;
}
.head .chip2 .operation .communicate-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 158px;
  height: 65px;
  background: #C7000B;
  font-size: 14px;
  color: #fff;
  margin-left: 60px;
}
.head .chip2 .mask {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .head .chip2 .mask.active {
    display: block;
    opacity: 1;
  }
}
.banner .swiper-container .swiper-slide {
  height: 660px;
}
@media screen and (max-width: 1024px) {
  .banner .swiper-container .swiper-slide {
    height: 610px;
  }
}
.banner .swiper-container .swiper-slide .general-box {
  margin-top: 170px;
}
@media screen and (max-width: 1024px) {
  .banner .swiper-container .swiper-slide .general-box {
    margin-top: 130px;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper-container .swiper-slide .general-box {
    margin-top: 90px;
  }
}
.banner .swiper-container .swiper-slide .general-box h2 {
  font-size: 52px;
  line-height: 69px;
  color: #252B3A;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .banner .swiper-container .swiper-slide .general-box h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper-container .swiper-slide .general-box h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-container .swiper-slide .general-box h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .banner .swiper-container .swiper-slide .general-box h2 {
    font-size: 36px;
  }
}
.banner .swiper-container .swiper-slide .general-box p {
  font-size: 18px;
  line-height: 24px;
  color: #252B3A;
  margin: 20px 0 50px;
}
.banner .swiper-container .swiper-slide .general-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
  height: 40px;
  background: #C7000B;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.banner .swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 230px;
  max-width: 1400px;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .banner .swiper-container .swiper-pagination {
    width: 100%;
    padding: 0 5%;
    max-width: inherit;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper-container .swiper-pagination {
    bottom: 270px;
  }
}
@media screen and (max-width: 640px) {
  .banner .swiper-container .swiper-pagination {
    bottom: 300px;
  }
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 3px;
  background: #252B3A;
  opacity: 0.11;
  border-radius: 0;
  margin: 0 2px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 43px;
  background: #C7000B;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.banner .swiper-container .category {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 0;
  border-bottom: 1px solid rgba(37, 43, 58, .05);
}
.banner .swiper-container .category .general-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .banner .swiper-container .category .general-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.banner .swiper-container .category .general-box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}
.banner .swiper-container .category .general-box dl:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .banner .swiper-container .category .general-box dl {
    width: 50%;
  }
  .banner .swiper-container .category .general-box dl:nth-child(3),
  .banner .swiper-container .category .general-box dl:nth-child(4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .banner .swiper-container .category .general-box dl:nth-child(even) {
    padding-right: 0;
  }
}
.banner .swiper-container .category .general-box dl dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 41px;
}
@media screen and (max-width: 640px) {
  .banner .swiper-container .category .general-box dl dt {
    display: none;
  }
}
.banner .swiper-container .category .general-box dl dd {
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .banner .swiper-container .category .general-box dl dd {
    padding-left: 0;
  }
}
.banner .swiper-container .category .general-box dl dd h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #252B3A;
}
.banner .swiper-container .category .general-box dl dd p {
  font-size: 14px;
  color: #252B3A;
  margin-top: 9px;
  line-height: 1.5;
}
.recommend {
  background: #fcfcfc;
  padding: 110px 0 127px;
}
@media screen and (max-width: 1024px) {
  .recommend {
    padding: 90px 0 107px;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 70px 0 87px;
  }
}
.recommend .general-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .recommend .general-box {
    display: block;
  }
}
.recommend .general-box .tabs-box {
  width: 310px;
  height: 645px;
  background: #F7F8FC url(../image/recommend-back.png) no-repeat right bottom;
}
@media screen and (max-width: 1440px) {
  .recommend .general-box .tabs-box {
    width: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .recommend .general-box .tabs-box {
    width: 100%;
    height: auto;
  }
}
.recommend .general-box .tabs-box .title {
  padding: 39px 0 19px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.recommend .general-box .tabs-box .title h4 {
  font-size: 16px;
  font-weight: bold;
  color: #252B3A;
  background: url(../image/recommend-arrow.png) no-repeat left center;
  padding-left: 37px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .recommend .general-box .tabs-box .recommend-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 10px 25px;
  }
}
.recommend .general-box .tabs-box .recommend-tabs .swiper-slide a {
  padding-left: 62px;
  display: block;
  font-size: 16px;
  color: #252B3A;
  opacity: 0.9;
  line-height: 54px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .recommend .general-box .tabs-box .recommend-tabs .swiper-slide a {
    padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    line-height: 44px;
  }
}
.recommend .general-box .tabs-box .recommend-tabs .swiper-slide:hover a,
.recommend .general-box .tabs-box .recommend-tabs .swiper-slide.active a {
  background: #fff;
  font-weight: bold;
}
.recommend .general-box .tabs-box .recommend-tabs .swiper-slide.swiper-no-swiping {
  pointer-events: none;
}
.recommend .general-box #recommend-tabs-container {
  background: #fff;
  width: -webkit-calc(-210%);
  width: -moz-calc(-210%);
  width: calc(100% - 310px);
  height: 645px;
}
@media screen and (max-width: 1440px) {
  .recommend .general-box #recommend-tabs-container {
    width: -webkit-calc(-110%);
    width: -moz-calc(-110%);
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 1024px) {
  .recommend .general-box #recommend-tabs-container {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .recommend .general-box #recommend-tabs-container {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .recommend .general-box #recommend-tabs-container .swiper-slide {
    padding-top: 30px;
  }
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100% / 3);
  height: -moz-calc(100% / 3);
  height: calc(100% / 3);
  border-top: 1px solid rgba(37, 43, 58, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item:first-child {
  border: none;
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.33%;
  padding: 0 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl:nth-child(2) {
  border-left: 1px solid rgba(37, 43, 58, 0.1);
  border-right: 1px solid rgba(37, 43, 58, 0.1);
}
@media screen and (max-width: 1440px) {
  .recommend .general-box #recommend-tabs-container .swiper-slide .item dl {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .recommend .general-box #recommend-tabs-container .swiper-slide .item dl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .recommend .general-box #recommend-tabs-container .swiper-slide .item dl {
    width: 100%;
    border: none !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(37, 43, 58, 0.1) !important;
  }
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl dt img {
  
  width: 80px;
  margin-left: -20px;
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl dd h4 {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl dd p {
  font-size: 15px;
  color: #252B3A;
  margin: 8px 0 8px;
  line-height: 24px;
  white-space: initial;
  text-overflow: initial;
  word-break: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .recommend .general-box #recommend-tabs-container .swiper-slide .item dl dd p {
    margin: 15px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .recommend .general-box #recommend-tabs-container .swiper-slide .item dl dd p {
    margin: 15px 0 25px;
  }
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl dd a {
  font-size: 14px;
  color: rgba(37, 43, 58, 0.7);
  font-weight: bold;
  padding-right: 26px;
  background: url(../image/recommend-more-icon.png) no-repeat right center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.recommend .general-box #recommend-tabs-container .swiper-slide .item dl:hover dd a {
  color: #C7000B;
  background: url(../image/recommend-more-icon-active.png) no-repeat right center;
}
@media screen and (max-width: 640px) {
  .recommend .general-box #recommend-tabs-container .swiper-slide .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }
  .recommend .general-box #recommend-tabs-container .swiper-slide .item:last-child dl:last-child {
    border: none !important;
  }
}
.business {
  background: #F6F6F6;
  padding: 106px 0 114px;
}
@media screen and (max-width: 1024px) {
  .business {
    padding: 86px 0 94px;
  }
}
@media screen and (max-width: 768px) {
  .business {
    padding: 66px 0 74px;
  }
}
.business .general-box {
  margin-top: 62px;
}
.business .general-box .business-tabs {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -moz-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
}
@media screen and (max-width: 1024px) {
  .business .general-box .business-tabs {
    border-bottom: 1px solid rgba(37, 43, 58, 0.1);
  }
}
.business .general-box .business-tabs .swiper-slide {
  position: relative;
}
.business .general-box .business-tabs .swiper-slide::after {
  content: "";
  width: 0;
  height: 4px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.business .general-box .business-tabs .swiper-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 16px;
  font-weight: bold;
  color: #252B3A;
}
.business .general-box .business-tabs .swiper-slide a img {
  margin-right: 20px;
}
.business .general-box .business-tabs .business-swiper-pagination {
  background: transparent;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  bottom: 0;
}
.business .general-box .business-tabs .business-swiper-pagination .swiper-pagination-progressbar-fill {
  background: #C7000B;
}
.business .general-box .business-tabs .business-swiper-pagination .swiper-pagination-progressbar-custom {
  display: block;
  background: #C7000B;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
.business .general-box #business-tabs-container {
  background: #fff;
}
.business .general-box .business-tabs .business-tabs-swiper .swiper-wrapper {
  height: auto;
}
.business .general-box #business-tabs-container .swiper-wrapper {
  height: auto;
}
.business .general-box #business-tabs-container .swiper-slide .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(37, 43, 58, 0.1);
}
.business .general-box #business-tabs-container .swiper-slide .item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
  height: 215px;
  border-left: 1px solid rgba(37, 43, 58, 0.1);
  padding: 0 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .business .general-box #business-tabs-container .swiper-slide .item li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .business .general-box #business-tabs-container .swiper-slide .item li {
    width: 50%;
    border: none;
    border-bottom: 1px solid rgba(37, 43, 58, 0.1);
    padding: 0 20px;
  }
  .business .general-box #business-tabs-container .swiper-slide .item li:nth-child(even) {
    border-left: 1px solid rgba(37, 43, 58, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .business .general-box #business-tabs-container .swiper-slide .item li {
    width: 100%;
    border-left: none !important;
  }
}
.business .general-box #business-tabs-container .swiper-slide .item li:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.business .general-box #business-tabs-container .swiper-slide .item li:first-child {
  border-left: none;
}
.business .general-box #business-tabs-container .swiper-slide .item li h4 {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}
.business .general-box #business-tabs-container .swiper-slide .item li p {
  font-size: 15px;
  color: #252B3A;
  line-height: 24px;
  text-align: justify;
  margin: 10px 0 24px;
}
.business .general-box #business-tabs-container .swiper-slide .item li .flag {
  font-size: 0;
}
.business .general-box #business-tabs-container .swiper-slide .item li .flag a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 4px 11px;
  font-size: 12px;
  color: #252B3A;
  margin-right: 6px;
}
.business .general-box #business-tabs-container .swiper-slide .item li .flag a.hot {
  background: #C7000B;
  border: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .business .general-box #business-tabs-container .swiper-slide .item {
    border: none;
  }
  .business .general-box #business-tabs-container .swiper-slide .item:last-child li:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}
.scheme {
  padding: 110px 0 120px;
}
@media screen and (max-width: 1024px) {
  .scheme {
    padding: 90px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .scheme {
    padding: 70px 0 80px;
  }
}
.scheme .general-box {
  margin-top: 30px;
}
.scheme .general-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .scheme .general-box ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.scheme .general-box ul li {
  width: -webkit-calc(10% / 4);
  width: -moz-calc(10% / 4);
  width: calc((100% - 90px) / 4);
  font-size: 0;
  position: relative;
  margin: 30px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .scheme .general-box ul li {
    width: -webkit-calc(40% / 3);
    width: -moz-calc(40% / 3);
    width: calc((100% - 60px) / 3);
    text-align: center;
    margin-right: 30px;
  }
  .scheme .general-box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .scheme .general-box ul li {
    width: -webkit-calc(70% / 2);
    width: -moz-calc(70% / 2);
    width: calc((100% - 30px) / 2);
    margin-right: 30px !important;
  }
  .scheme .general-box ul li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .scheme .general-box ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.scheme .general-box ul li .title {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 327px;
  padding: 0 40px;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.scheme .general-box ul li .describe {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
  width: 327px;
  height: 100%;
}
.scheme .general-box ul li .describe h4 {
  font-size: 24px;
  color: #fff;
}
.scheme .general-box ul li .describe p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
  margin: 16px 0 104px;
}
.scheme .general-box ul li .describe .link {
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.scheme .general-box ul li .describe .link a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: url(../image/scheme-arrow.png) no-repeat right center;
  padding-right: 33px;
}
.scheme .general-box ul li:hover .title {
  bottom: -60px;
}
.scheme .general-box ul li:hover .describe {
  opacity: 1;
  top: 0;
}
.case {
  background: #000 url(../image/case-back.jpg) no-repeat center / cover;
  padding: 100px 0 92px;
}
@media screen and (max-width: 1024px) {
  .case {
    padding: 80px 0 72px;
  }
}
@media screen and (max-width: 768px) {
  .case {
    padding: 70px 0 72px;
  }
}
.case .general-title h3 {
  color: #fff;
}
.case .general-box {
  margin-top: 60px;
}
.case .general-box .case-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.case .general-box .case-tabs .case-tabs-swiper {
  width: 100% !important;
}
.case .general-box .case-tabs .swiper-slide a {
  display: block;
  font-size: 16px;
  color: #252B3A;
  font-weight: bold;
  padding: 24px 0;
  border-top: 4px solid transparent;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.case .general-box .case-tabs .swiper-slide:hover a,
.case .general-box .case-tabs .swiper-slide.active a {
  border-color: #fff;
}
.case .general-box #case-tabs-container {
  margin-top: 74px;
}
.case .general-box #case-tabs-container .swiper-wrapper {
  height: auto;
}
.case .general-box #case-tabs-container .swiper-slide .describe-box {
  max-width: 800px;
}
.case .general-box #case-tabs-container .swiper-slide .describe-box .item {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.case .general-box #case-tabs-container .swiper-slide .describe-box .item.active {
  display: block;
  opacity: 1;
}
.case .general-box #case-tabs-container .swiper-slide .describe-box .item h4 {
  font-size: 26px;
  color: #fff;
}
.case .general-box #case-tabs-container .swiper-slide .describe-box .item p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: justify;
  margin: 20px 0 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 66px;
}
.case .general-box #case-tabs-container .swiper-slide .describe-box .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 42px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.case .general-box #case-tabs-container .swiper-slide .customer {
  margin-top: 70px;
}
.case .general-box #case-tabs-container .swiper-slide .customer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .case .general-box #case-tabs-container .swiper-slide .customer ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.case .general-box #case-tabs-container .swiper-slide .customer ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 90px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .case .general-box #case-tabs-container .swiper-slide .customer ul li {
    width: 50%;
  }
}
.case .general-box #case-tabs-container .swiper-slide .customer ul li:hover,
.case .general-box #case-tabs-container .swiper-slide .customer ul li.active {
  background: rgba(255, 255, 255, 0.8);
  -webkit-filter: none;
  filter: none;
}
.service {
  padding: 118px 0;
}
@media screen and (max-width: 1024px) {
  .service {
    padding: 98px 0;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 78px 0;
  }
}
.service .general-box {
  background: url(../image/service-back.jpg) no-repeat right center;
}
@media screen and (max-width: 1200px) {
  .service .general-box {
    background: none;
  }
}
.service .general-box .box {
  padding-right: 55%;
}
@media screen and (max-width: 1600px) {
.service .general-box {
    width: 90%;
    margin: 0 5%;
    padding: 0 !important;
}
  .service .general-box .box {
    padding-right: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .service .general-box .box {
    padding-right: 0;
  }
}
.service .general-box .box .general-title {
  text-align: left;
  border-bottom: 1px solid rgba(37, 43, 58, 0.1);
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .service .general-box .box .general-title {
    max-width: 100%;
  }
}
.service .general-box .box .general-title h3 {
  font-size: 36px;
  font-weight: normal;
}
.service .general-box .box .general-title p {
  padding: 23px 0 33px;
  margin-top: 0;
}
.service .general-box .box .number {
  margin: 40px 0;
}
.service .general-box .box .number ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .service .general-box .box .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .service .general-box .box .number ul li {
    width: 50%;
  }
  .service .general-box .box .number ul li:nth-child(3),
  .service .general-box .box .number ul li:nth-child(4) {
    margin-top: 20px;
  }
}
.service .general-box .box .number ul li h5 {
  font-size: 15px;
  color: #000;
}
.service .general-box .box .number ul li em {
  display: block;
  font-size: 60px;
  color: #C7000B;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .service .general-box .box .number ul li em {
    font-size: 54px;
  }
}
@media screen and (max-width: 1280px) {
  .service .general-box .box .number ul li em {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  .service .general-box .box .number ul li em {
    font-size: 42px;
  }
}
.service .general-box .box .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 42px;
  border: 1px solid #C7000B;
  font-size: 14px;
  color: #C7000B;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.service .general-box .box .more:hover {
  background: #C7000B;
  color: #fff;
}
.news {
  background: #f4f5f9;
  padding: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 70px 0 50px;
  }
}
.news .general-box {
  margin-top: 80px;
}
.news .general-box .title {
  position: relative;
  font-size: 0;
  text-align: center;
}
.news .general-box .title .chip {
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .news .general-box .title .chip {
    position: static;
    text-align: center;
    margin-bottom: 60px;
  }
}
.news .general-box .title .chip h3 {
  font-size: 26px;
  color: #000;
}
.news .general-box .title .chip p {
  font-size: 16px;
  color: #4D4D4D;
  margin: 20px 0 30px;
}
.news .general-box .title .chip a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 42px;
  border: 1px solid #C7000B;
  font-size: 14px;
  font-weight: bold;
  color: #C7000B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .news .general-box .title .chip a {
    margin: auto;
  }
}
.news .general-box .title .chip a:hover {
  background: #C7000B;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .general-box .title img {
    max-height: 260px;
  }
}
@media screen and (max-width: 1280px) {
  .news .general-box .title img {
    display: none;
  }
}
.news .general-box .box {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border: 1px solid #DFE1E6;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .news .general-box .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news .general-box .box .item {
  width: 33.3%;
  padding: 20px 60px;
  font-size: 0;
}
.news .general-box .box .item h4 {
  display: inline-block;
  font-size: 18px;
  color: #000;
  margin-bottom: 14px;
  padding: 0 22px 0 31px;
  line-height: 1.3;
}
.news .general-box .box .item h4.encyclopedias {
  background: url(../image/news-icon1.png) no-repeat left center, url(../image/news-arrow.png) no-repeat right center;
}
.news .general-box .box .item h4.journalism {
  background: url(../image/news-icon2.png) no-repeat left center, url(../image/news-arrow.png) no-repeat right center;
}
.news .general-box .box .item h4.activity {
  background: url(../image/news-icon3.png) no-repeat left center, url(../image/news-arrow.png) no-repeat right center;
}
.news .general-box .box .item ul li {
  margin-top: 26px;
  font-size: 0;
}
.news .general-box .box .item ul li a {
  display: inline-block;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}
.news .general-box .box .item ul li a em {
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.5;
}
.news .general-box .box .item:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1440px) {
  .news .general-box .box .item {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1280px) {
  .news .general-box .box .item {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .news .general-box .box .item {
    width: 50%;
    padding: 20px 30px;
    border: none !important;
  }
  .news .general-box .box .item:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
@media screen and (max-width: 768px) {
  .news .general-box .box .item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 20px;
  }
  .news .general-box .box .item:nth-child(odd) {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .news .general-box .box .item:last-child {
    border-bottom: none !important;
  }
}
.communicate {
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/communicate-back.jpg) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
  .communicate {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .communicate {
    padding: 40px 20px;
  }
}
.communicate h3 {
  font-size: 30px;
  color: #333;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .communicate h3 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .communicate h3 {
    font-size: 26px;
  }
}
.communicate a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
  height: 40px;
  background: #C7000B;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .communicate a {
    margin: 30px 0 0;
  }
}
.advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 0;
}
@media screen and (max-width: 1600px) {
  .advantage {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .advantage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.advantage dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 60px;
}
@media screen and (max-width: 1280px) {
  .advantage dl {
    margin: 0;
    margin-left: 20px;
  }
  .advantage dl:first-child{
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .advantage dl {
    margin: 0 10px;
  }
  .advantage dl {
    width: 45%;
    margin: 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.advantage dl dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .advantage dl dt {
    width: 45px;
    text-align: center;
  }
}
.advantage dl dd {
  padding-left: 15px;
  white-space: nowrap;
}
.advantage dl dd h4 {
  font-size: 18px;
  color: #333;
}
.advantage dl dd p {
  font-size: 14px;
  color: #666;
  margin-top: 11px;
}
.foot {
  background: #333;
  padding-top: 80px;
}
.foot .foot-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .foot .foot-box .right-box {
    display: none;
  }
}
.foot .foot-box .left-box .chip1 {
  font-size: 0;
}
.foot .foot-box .left-box .chip1 p {
  width: 620px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background: url(../image/email-icon.png) no-repeat left center, url(../image/foot-arrow.png) no-repeat right 20px center;
  padding: 0 0 0 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .foot .foot-box .left-box .chip1 p {
    width: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .foot .foot-box .left-box .chip1 p {
    width: 100%;
  }
}
.foot .foot-box .left-box .chip2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.foot .foot-box .left-box .chip2 ul:first-child {
  margin-right: 250px;
}
@media screen and (max-width: 1200px) {
  .foot .foot-box .left-box .chip2 ul:first-child {
    margin-right: 200px;
  }
}
@media screen and (max-width: 640px) {
  .foot .foot-box .left-box .chip2 ul:first-child {
    margin-right: 150px;
  }
}
.foot .foot-box .left-box .chip2 ul li {
  margin-top: 22px;
}
.foot .foot-box .left-box .chip2 ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 640px) {
  .foot .foot-box .left-box .chip2 ul li a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .foot .foot-box .right-box {
    margin-top: 70px;
  }
}
.foot .foot-box .right-box .chip1 {
  
  width: 620px;
  
  height: auto;
  position: relative;
  
}
@media screen and (max-width: 1440px) {
  .foot .foot-box .right-box .chip1 {
    width: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .foot .foot-box .right-box .chip1 {
    width: 100%;
  }
}
.foot .foot-box .right-box .chip1 p {
  display: none !important;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 40px;
}
.foot .foot-box .right-box .chip1 ul {
  
  
  width: 100%;
  background: #333;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.foot .foot-box .right-box .chip1 ul li {
  cursor: pointer;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 35px;
  padding: 0 20px;
  padding-left: 35px;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: border .3s;
}
.foot .foot-box .right-box .chip1 ul li.active {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .foot-box .right-box .chip1 ul li::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../image/address-icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 54%;
  transform: translateY(-50%);
}
.foot .foot-box .right-box .chip1 ul li::last-child {
  margin-right: 0;
}
.foot .foot-box .right-box .chip2 {
  font-size: 15px;
  color: #fff;
  margin-top: 40px;
}
.foot .foot-box .right-box .chip3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .foot .foot-box .right-box .chip3 {
    display: block;
  }
}
.foot .foot-box .right-box .chip3 ul:first-child {
  margin-right: 100px;
}
@media screen and (max-width: 1440px) {
  .foot .foot-box .right-box .chip3 ul:first-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  .foot .foot-box .right-box .chip3 ul:first-child {
    margin: 0;
  }
}
.foot .foot-box .right-box .chip3 ul li {
  margin-top: 30px;
}
.foot .foot-box .right-box .chip3 ul li h5 {
  font-size: 15px;
  color: #fff;
}
.foot .foot-box .right-box .chip3 ul li p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
}
.foot .foot-box .icp {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 71px;
  margin-top: 70px;
  padding-right: 20px;
}
.foot .foot-box .icp p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.foot .foot-box .icp .weachat {
  width: 38px;
  height: 38px;
  background: url(../image/weachat-icon.png) no-repeat center / 100%;
  position: relative;
  cursor: pointer;
}
.foot .foot-box .icp .weachat .ewm {
  width: 120px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-box .icp .weachat .ewm::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}
.foot .foot-box .icp .weachat:hover .ewm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.web-business {
  padding: 80px 0 100px;
}
.web-business .inside-general-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.web-business .inside-general-box .box dl {
  width: -webkit-calc(70% / 2);
  width: -moz-calc(70% / 2);
  width: calc((100% - 30px) / 2);
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(25, 27, 30, 0.05);
  box-shadow: 0px 5px 30px 0px rgba(25, 27, 30, 0.05);
  border-radius: 5px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .web-business .inside-general-box .box dl {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .web-business .inside-general-box .box dl {
    padding: 20px 20px 20px 0;
    height: auto;
  }
}
.web-business .inside-general-box .box dl dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .web-business .inside-general-box .box dl dt {
    width: 100px;
  }
}
.web-business .inside-general-box .box dl dd {
  border-left: 1px solid #F2F2F2;
  padding-left: 46px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .web-business .inside-general-box .box dl dd {
    padding-left: 36px;
    margin-left: 10px;
  }
}
.web-business .inside-general-box .box dl dd h4 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.web-business .inside-general-box .box dl dd p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 15px;
  width: 336px;
}
@media screen and (max-width: 1280px) {
  .web-business .inside-general-box .box dl dd p {
    width: 272px;
  }
}
@media screen and (max-width: 1180px) {
  .web-business .inside-general-box .box dl dd p {
    width: 224px;
  }
}
@media screen and (max-width: 1024px) {
  .web-business .inside-general-box .box dl dd p {
    width: 100%;
  }
}
.web-service {
  background: url(../image/web-service-back.jpg) no-repeat center / cover;
  padding: 80px 0 155px;
}
@media screen and (max-width: 640px) {
  .web-service {
    padding: 80px 0;
  }
}
.web-service .general-title h3,
.web-service .general-title p {
  color: #fff;
}
.web-service .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .web-service .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.web-service .box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 104px;
}
.web-service .box dl:nth-child(1),
.web-service .box dl:nth-child(4) {
  margin-bottom: -75px;
}
@media screen and (max-width: 1280px) {
  .web-service .box dl {
    margin-left: 84px;
    margin-right: 84px;
  }
}
@media screen and (max-width: 1024px) {
  .web-service .box dl {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 991px) {
  .web-service .box dl {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media screen and (max-width: 768px) {
  .web-service .box dl {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .web-service .box dl {
    width: 50%;
    margin: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .web-service .box dl:nth-child(3),
  .web-service .box dl:nth-child(4) {
    margin-top: 30px !important;
  }
}
.web-service .box dl dt {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .web-service .box dl dt {
    margin: 0 0 25px;
  }
}
.web-service .box dl dt i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.5);
  margin: auto;
}
.web-service .box dl dt img {
  display: block;
  margin: auto;
}
.web-service .box dl dt .line {
  margin-top: -5px;
}
@media screen and (max-width: 640px) {
  .web-service .box dl dt .line {
    display: none;
  }
}
.web-service .box dl dd {
  text-align: center;
}
.web-service .box dl dd h4 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .web-service .box dl dd h4 {
    font-size: 20px;
  }
}
.web-service .box dl dd p {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  margin-top: 14px;
  white-space: nowrap;
}
.web-process {
  padding: 100px 0;
}
.web-process .box {
  margin-top: 30px;
}
.web-process .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .web-process .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.web-process .box ul li {
  width: -webkit-calc(80% / 3);
  width: -moz-calc(80% / 3);
  width: calc((100% - 20px) / 3);
  border: 1px solid #EDEDED;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 24px 50px 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .web-process .box ul li {
    padding: 24px 40px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .web-process .box ul li {
    padding: 24px 30px 50px;
  }
}
@media screen and (max-width: 991px) {
  .web-process .box ul li {
    padding: 14px 30px 40px;
    width: -webkit-calc(70% / 2);
    width: -moz-calc(70% / 2);
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .web-process .box ul li {
    width: 100%;
  }
}
.web-process .box ul li img {
  background: transparent;
  margin-left: -20px;
}
.web-process .box ul li h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 4px 0 15px;
}
.web-process .box ul li .describe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.web-process .box ul li .describe::before,
.web-process .box ul li .describe::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-left: 16px solid #E6E6E6;
  border-bottom: 17px solid transparent;
  position: absolute;
  right: -66px;
  top: 13px;
}
@media screen and (max-width: 1280px) {
  .web-process .box ul li .describe::before,
  .web-process .box ul li .describe::after {
    right: -56px;
  }
}
@media screen and (max-width: 1024px) {
  .web-process .box ul li .describe::before,
  .web-process .box ul li .describe::after {
    right: -46px;
  }
}
@media screen and (max-width: 991px) {
  .web-process .box ul li .describe::before,
  .web-process .box ul li .describe::after {
    display: none;
  }
}
.web-process .box ul li .describe::after {
  content: "";
  border-top: 15px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 15px solid transparent;
  top: 15px;
}
.web-process .box ul li .describe p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}
.web-process .box ul li .describe span {
  font-size: 58px;
  color: #E6E6E6;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .web-process .box ul li .describe span {
    font-size: 52px;
  }
}
.web-process .box ul li:last-child .describe::after,
.web-process .box ul li:last-child .describe::before {
  display: none;
}
.web-case {
  background: #F7F7F7;
  padding: 80px 0 100px;
}
.web-case .box {
  margin-top: 39px;
}
.web-case .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  .web-case .box ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.web-case .box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  margin: 20px 20px 0 0;
  font-size: 0;
  background: #fff;
}
.web-case .box ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .web-case .box ul li {
    width: -webkit-calc(40% / 4);
    width: -moz-calc(40% / 4);
    width: calc((100% - 60px) / 4);
  }
  .web-case .box ul li:nth-child(5n) {
    margin-right: 20px;
  }
  .web-case .box ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .web-case .box ul li {
    width: -webkit-calc(60% / 3);
    width: -moz-calc(60% / 3);
    width: calc((100% - 40px) / 3);
  }
  .web-case .box ul li:nth-child(4n) {
    margin-right: 20px;
  }
  .web-case .box ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .web-case .box ul li {
    width: -webkit-calc(95% / 2);
    width: -moz-calc(95% / 2);
    width: calc((100% - 5px) / 2);
    margin-right: 5px !important;
  }
  .web-case .box ul li:nth-child(-n+5) {
    display: none;
  }
  .web-case .box ul li:nth-child(odd) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
    .web-case .box ul li{
        margin-top: 10px;
    }
}
.inside-communicate {
  background: url(../image/inside-communicate-back.jpg) no-repeat center / cover;
}
.inside-communicate h3 {
  color: #fff;
}
.inside-communicate a {
  background: #fff;
  color: #000;
}
.global-web-banner .inside-general-box h2 {
  color: #333;
}
.global-web-banner .inside-general-box p {
  color: #666;
}
.global-web-introduce {
  padding: 80px 0 100px;
}
.global-web-introduce .box {
  margin-top: 30px;
}
.global-web-introduce .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .global-web-introduce .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.global-web-introduce .box ul li {
  text-align: center;
  font-size: 0;
  padding: 20px 25px 40px;
  width: 300px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  margin-left: 25px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.global-web-introduce .box ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .global-web-introduce .box ul li {
    width: -webkit-calc(70% / 2);
    width: -moz-calc(70% / 2);
    width: calc((100% - 30px) / 2);
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .global-web-introduce .box ul li {
    width: 100%;
  }
}
.global-web-introduce .box ul li h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.global-web-introduce .box ul li .describe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 30px 0;
  height: 140px;
}
.global-web-introduce .box ul li .describe p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.global-web-introduce .box ul li a {
  font-size: 14px;
  color: #7B7B7B;
  background: url(../image/global-web-more-icon.png) no-repeat right center;
  padding-right: 27px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.global-web-introduce .box ul li:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(25, 27, 30, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(25, 27, 30, 0.08);
  border: 1px solid transparent;
}
.global-web-introduce .box ul li:hover a {
  background: url(../image/recommend-more-icon-active.png) no-repeat right center;
  color: #C7000B;
}
.global-web-advantage {
  background: url(../image/global-web-advantage-back.jpg) no-repeat center / cover;
  padding: 80px 0 0;
  position: relative;
}
.global-web-advantage .general-title h3,
.global-web-advantage .general-title p {
  color: #fff;
}
.global-web-advantage .general-title p {
  opacity: 0.8;
}
.global-web-advantage .box {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 35px 120px;
}
@media screen and (max-width: 1280px) {
  .global-web-advantage .box {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1023px) {
  .global-web-advantage .box {
    padding: 0 0 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .global-web-advantage .box {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -moz-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    margin-top: 20px;
  }
}
.global-web-advantage .box dl {
  text-align: center;
}
.global-web-advantage .box dl:nth-child(even) {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .global-web-advantage .box dl:nth-child(even) {
    margin-top: 0;
  }
}
.global-web-advantage .box dl:nth-child(odd) {
  margin-top: 220px;
}
@media screen and (max-width: 1024px) {
  .global-web-advantage .box dl:nth-child(odd) {
    margin-top: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .global-web-advantage .box dl:nth-child(odd) {
    margin-top: 0;
  }
}
.global-web-advantage .box dl:nth-child(3) {
  margin-top: -20px;
}
@media screen and (max-width: 1280px) {
  .global-web-advantage .box dl {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .global-web-advantage .box dl {
    width: 33.33%;
  }
  .global-web-advantage .box dl:nth-child(4),
  .global-web-advantage .box dl:nth-child(5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .global-web-advantage .box dl {
    width: 50%;
    margin-top: 40px !important;
    padding: 0 5px;
  }
}
.global-web-advantage .box dl dd h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 18px 0;
}
.global-web-advantage .box dl dd p {
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
  line-height: 1.5;
}
.global-web-advantage .logo {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .global-web-advantage .logo {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .global-web-advantage .logo {
    display: none;
  }
}
.banner-1,
.banner-2,
.banner-3,
.banner-4 {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .banner-1,
  .banner-2,
  .banner-3,
  .banner-4 {
    height: 400px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .banner-1,
  .banner-2,
  .banner-3,
  .banner-4 {
    height: 300px;
    padding: 0;
  }
}
@media screen and (max-width: 1600px) {
  .panel-1 .panel-title,
  .panel-1 .panel-body,
  .panel-2 .panel-title,
  .panel-2 .panel-body,
  .panel-3 .panel-title,
  .panel-3 .panel-body,
  .panel-4 .panel-title,
  .panel-4 .panel-body,
  .tabs-nav-1 ul,
  .banner-body {
    width: 1280px;
  }
}
@media screen and (max-width: 1440px) {
  .panel-1 .panel-title,
  .panel-1 .panel-body,
  .panel-2 .panel-title,
  .panel-2 .panel-body,
  .panel-3 .panel-title,
  .panel-3 .panel-body,
  .panel-4 .panel-title,
  .panel-4 .panel-body,
  .tabs-nav-1 ul,
  .banner-body {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .panel-2 .panel-body .col-8 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .panel-2 .panel-body .col-8 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .panel-1 .panel-title,
  .panel-1 .panel-body,
  .panel-2 .panel-title,
  .panel-2 .panel-body,
  .panel-3 .panel-title,
  .panel-3 .panel-body,
  .panel-4 .panel-title,
  .panel-4 .panel-body,
  .tabs-nav-1 ul,
  .banner-body {
    width: 100%;
    padding: 0 20px;
  }
}
.theme-7 .card-paragraph {
  line-height: 24px;
}
@media screen and (max-width: 640px){
    .theme-7 {
        padding: 20px;
    }
    .theme-7 .card-paragraph{
        padding-top: 5px;
        line-height: 22px;
    }
    .theme-7 .card-picture{
        padding-right: 20px;
    }
    .theme-7 .card-title{
        font-size: 18px;
    }
    .theme-7 .offset-3{
        padding-left: 20px;
        margin-left: 0;
        width: 70%;
    }
}
.tabs-nav-1 ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.tabs-nav-1 ul li a:hover {
  background: #c8000b;
  color: #fff;
}

.color-e32525 {
  color: #e32525;
}
.demand {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.demand.active {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.demand-float {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .demand-float {
    width: 650px;
  }
}
@media screen and (max-width: 680px) {
  .demand-float {
    width: auto;
  }
}
.demand-float .left-piece,
.demand-float .right-piece {
  float: left;
}
.demand-float .left-piece {
  padding: 22px 0 38px 0;
  width: 634px;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .demand-float .left-piece {
    border: none;
  }
}
@media screen and (max-width: 680px) {
  .demand-float .left-piece {
    width: auto;
  }
}
.demand-float .left-piece .item1 {
  font-size: 0;
  padding-bottom: 10px;
  
}
.demand-float .left-piece .item1 h2,
.demand-float .left-piece .item1 p {
  display: inline-block;
  vertical-align: middle;
}
.demand-float .left-piece .item1 h2 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  padding-left: 18px;
  border-left: 6px solid #ee1f26;
  height: 22px;
  line-height: 22px;
  margin: 0 0 0 30px;
}
.demand-float .left-piece .item1 p {
  color: #ee1f26;
  margin-left: 20px;
  font-size: 14px;
}
.demand-float .left-piece .item2 {
  padding-left: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 680px) {
  .demand-float .left-piece .item2 {
    padding-right: 24px;
  }
}
@media screen and (max-width: 540px) {
  .demand-float .left-piece .item2 {
    padding: 0 15px;
  }
}
.demand-float .left-piece .item2 .form-item {
  font-size: 0;
}
.demand-float .left-piece .item2 .form-item * {
  display: inline-block;
  vertical-align: middle;
}
.demand-float .left-piece .item2 .form-item .first {
  width: 113px;
  text-align: right;
  padding-right: 13px;
  line-height: 36px;
  font-size: 0;
}
@media screen and (max-width: 680px) {
  .demand-float .left-piece .item2 .form-item .first {
    display: block;
    text-align: left;
  }
}
.demand-float .left-piece .item2 .form-item1 .first {
  vertical-align: top;
}
.demand-float .left-piece .item2 .form-item .first span,
.demand-float .left-piece .item2 .form-item .first em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #484848;
}
.demand-float .left-piece .item2 .form-item .first em {
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}
.demand-float .left-piece .item2 .form-item .first em.color-e32525 {
  color: #e32525;
}
.demand-float .left-piece .item2 .form-item1 textarea {
  font: initial;
  width: 440px;
  height: 146px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 12px;
  line-height: 21px;
  color: #999;
}
@media screen and (max-width: 540px) {
  .demand-float .left-piece .item2 .form-item1 textarea {
    width: 340px;
    height: 136px;
  }
}
.demand-float .left-piece .item2 .form-item1 textarea::-webkit-input-placeholder {
  
  font-size: 12px;
  color: #999;
}
.demand-float .left-piece .item2 .form-item1 textarea::-moz-input-placeholder {
  
  font-size: 12px;
  color: #999;
}
.demand-float .left-piece .item2 .form-item1 textarea::-ms-input-placeholder {
  
  font-size: 12px;
  color: #999;
}
.demand-float .left-piece .item2 .form-item .form-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 38px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  font-size: 12px;
}
.demand-float .left-piece .item2 .form-item2 .price {
  width: 440px;
}
@media screen and (max-width: 540px) {
  .demand-float .left-piece .item2 .form-item2 .price {
    width: 244px;
  }
}
.demand-float .left-piece .item2 .form-item2 .unit {
  width: 96px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background-color: #f3f3f3;
}
.demand-float .left-piece .item2 .form-item3 .tel {
  width: 246px;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 540px) {
  .demand-float .left-piece .item2 .form-item3 .tel {
    width: 100%;
  }
}
.demand-float .left-piece .item2 .form-item3 .code {
  width: 96px;
  border-left: none;
  border-right: none;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .demand-float .left-piece .item2 .form-item3 .code {
    width: 242px;
    border: 1px solid #e5e5e5;
    margin-top: 2px;
    border-right: none;
  }
  .demand-float .left-piece .item2 .form-item3 .gain{
      margin-top: 2px;
  }
}
.demand-float .left-piece .item2 .form-item3 .gain {
  width: 98px;
  text-align: center;
  cursor: pointer;
  color: #ee1f26;
  border-right: 1px solid #e5e5e5;
}
.demand-float .left-piece .item2 .form-item3 .gain.ban {
  background: #fff;
  color: #ee1f26;
  cursor: not-allowed;
}
@media screen and (max-width: 540px) {
  .demand-float .left-piece .item2 .form-item3 .gain.ban {
    margin-top: 2px;
  }
}
.demand-float .demand-notice {
  font-size: 0;
  padding-left: 113px;
  margin: 18px 0 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .demand-float .demand-notice {
    padding-left: 0;
  }
}
.demand-float .demand-notice * {
  display: inline-block;
  vertical-align: middle;
}
.demand-float .demand-notice input {
  width: 16px;
  height: 16px;
  -webkit-appearance: checkbox;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.demand-float .demand-notice label {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.demand-float .demand-notice a {
  font-size: 12px;
  color: #ee1f26;
  line-height: 16px;
}
.demand-float .release {
  display: block;
  width: 440px;
  color: #fff;
  background-color: #ee1f26;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border: none;
  margin-left: 113px;
  margin-bottom: 29px;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .demand-float .release {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .demand-float .release {
    width: 340px;
  }
}
.demand-float .left-piece .step-back {
  width: 337px;
  height: 15px;
  background: url(../image/fbxq_lc.png) no-repeat center;
  background-size: 100%;
  margin-left: 168px;
}
@media screen and (max-width: 680px) {
  .demand-float .left-piece .step-back {
    display: none;
  }
}
.demand-float .left-piece .item2 .form-item2 {
  margin: 12px 0;
}
.demand-float .tel-tip {
  font-size: 12px;
  color: #429908;
  padding-left: 113px;
  margin-top: 12px;
}
@media screen and (max-width: 680px) {
  .demand-float .tel-tip {
    padding-left: 0;
  }
}
.demand-float .right-piece {
  width: 226px;
}
.demand-float .right-piece .item1 {
  font-size: 14px;
  color: #777;
}
.demand-float .right-piece .item1 .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  line-height: 0px;
  display: block;
  text-align: center;
  background: url(../image/fbxq_close.png) no-repeat;
  opacity: 1;
}
.demand-float .right-piece .item1 .close:hover {
  opacity: 1;
}
.demand-float .right-piece .item2 {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .demand-float .right-piece .item2 {
    display: none;
  }
}
.demand-float .right-piece .item2 dl {
  height: auto;
  margin-bottom: 22px;
}
.demand-float .right-piece .item2 dl dt {
  width: 48px;
  height: 48px;
  margin: auto;
}
.demand-float .right-piece .item2 dl.first dt {
  background: url(../image/fbxq1.png) no-repeat;
  background-size: 100%;
}
.demand-float .right-piece .item2 dl.second dt {
  background: url(../image/fbxq2.png) no-repeat;
  background-size: 100%;
}
.demand-float .right-piece .item2 dl.third dt {
  background: url(../image/fbxq3.png) no-repeat;
  background-size: 100%;
}
.demand-float .right-piece .item2 dl.four dt {
  background: url(../image/fbxq4.png) no-repeat;
  background-size: 100%;
}
.demand-float .right-piece .item2 dl dd h3 {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin: 6px 0 5px;
}
.demand-float .right-piece .item2 dl dd p {
  font-size: 13px;
  line-height: 18px;
  width: auto;
  color: #999;
  margin: 0 auto;
  text-align: center;
}
.demand-float .left-piece .item2 .form-item .phone-tip,
.demand-float .left-piece .item2 .form-item .demand-tip {
  display: block;
  margin-left: 113px;
  font-size: 12px;
  color: #ff6e6e;
  background: #f3f3f3;
  padding: 5px;
  box-sizing: border-box;
  word-break: break-all;
  border: 1px solid #ff6e6e;
  width: 440px;
  margin-top: 6px;
  display: none;
}
@media screen and (max-width: 680px) {
  .demand-float .left-piece .item2 .form-item .phone-tip,
  .demand-float .left-piece .item2 .form-item .demand-tip {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .demand-float .left-piece .item2 .form-item .phone-tip,
  .demand-float .left-piece .item2 .form-item .demand-tip {
    width: 340px;
  }
}
.demand .step-back ul li {
  background: none;
  height: auto;
  width: auto;
  padding: 0;
  font-size: 13px;
  color: #999;
  margin-left: 78px;
  float: left;
}
@media screen and (max-width: 680px) {
  .demand .step-back ul li {
    margin-left: 118px;
  }
}
.demand .step-back ul li:first-child {
  margin-left: 25px;
  background: none !important;
}
.demand-float .right-piece .item2 dl dd p:nth-of-type(1) {
  color: #999 !important;
  font-size: 12px !important;
}
.header_hover:hover .adddisplay {
  display: block;
}
.adddisplay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}


.contact_con {
  padding-bottom: 25px;
}
.contact_con .contact_way {
  padding-top: 70px;
}
.contact_con .tit {
  width: 367px;
}
.contact_con .mess {
  width: 833px;
}
@media all and (max-width: 1280px) {
  .contact_con .mess {
    width: 100%;
  }
}
.contact_con h2 {
  font-size: 22px;
  color: #0a1633;
  font-weight: bold;
  margin-bottom: 50px;
}
.contact_con .contact_way .mess {
  border-bottom: 1px solid #dde1ea;
  padding-bottom: 25px;
}
.contact_con .contact_way .mess ul li {
  float: left;
  width: 415px;
  margin-bottom: 45px;
}
@media all and (max-width: 1280px) {
  .contact_con .contact_way .mess ul li {
    width: 40%;
  }
}
@media all and (max-width: 540px) {
  .contact_con .contact_way .mess ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact_con .contact_way .mess p {
  font-size: 0;
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 23px;
}
@media all and (max-width: 540px) {
  .contact_con .contact_way .mess .txt {
    width: calc(100% - 90px);
  }
}
.contact_con .contact_way .mess .txt em {
  font-size: 15px;
  color: #0a1633;
  display: block;
  padding-top: 5px;
  padding-bottom: 12px;
}
.contact_con .contact_way .mess .txt span {
  font-size: 14px;
  color: #9ea8b7;
  text-align: justify;
  line-height: 1.3;
}
.contact_con .contact_way.contact_address .mess ul li {
  float: none;
  width: auto;
}
.contact_con .contact_way.contact_address .mess {
  padding-bottom: 0;
  border-bottom: none;
}

.web-service2 .inside-general-box .content {
  background: #f7f8fa;
  border-radius: 5px;
  padding: 41px 80px;
  overflow: hidden;
}
.web-service2 .inside-general-box .left {
  float: left;
}
.web-service2 .inside-general-box .left .img {
  width: 68px;
  height: 68px;
  float: left;
}
.web-service2 .inside-general-box .left .img img {
  width: 100%;
  height: auto;
}
.web-service2 .inside-general-box .left .text {
  float: left;
  margin-left: 40px;
}
.web-service2 .inside-general-box .left .text p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-top: 2px;
}
.web-service2 .inside-general-box .left .text span {
  display: block;
  font-size: 15px;
  color: #333;
  margin-top: 8px;
}
.web-service2 .inside-general-box .left::after {
  content: '';
  display: block;
  clear: both;
}
.web-service2 .inside-general-box .web-service2-btn {
  display: block;
  float: right;
  width: 210px;
  color: #fff;
  background: #c8000b;
  line-height: 44px;
  padding-left: 45px;
  margin-top: 12px;
  position: relative;
}
.web-service2 .inside-general-box .web-service2-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 29px;
}
@media screen and (max-width: 992px) {
  .web-service2 .inside-general-box .left {
    float: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .web-service2 .inside-general-box .web-service2-btn {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .web-service2 .inside-general-box .content {
    padding: 30px 20px;
  }
  .web-service2 .inside-general-box .left .text {
    margin-left: 20px;
    margin-top: -4px;
  }
  .web-service2 .inside-general-box .left .text p {
    font-size: 16px;
  }
  .web-service2 .inside-general-box .left .text span {
    font-size: 14px;
  }
  .web-service2 .inside-general-box .web-service2-btn {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .web-service2 .inside-general-box .text .img {
    width: 75px;
  }
  .web-service2 .inside-general-box .web-service2-btn {
    width: 170px;
    padding-left: 30px;
  }
  .web-service2 .inside-general-box .web-service2-btn img {
    left: 16px;
    width: 6px;
  }
}
@media screen and (max-width: 375px) {
  .web-service2 .inside-general-box .left .text {
    max-width: 210px;
  }
}
.web-service3 {
  background: #f7f8fa;
  padding-top: 80px;
  padding-bottom: 80px;
}
.web-service3 .box ul {
  overflow: hidden;
  padding-top: 75px;
}
.web-service3 .box ul li {
  width: calc((100% - 300px) / 4);
  text-align: center;
  float: left;
  margin-left: 100px;
}
.web-service3 .box ul li:nth-child(4n+1) {
  margin-left: 0;
}
.web-service3 .box ul li .img {
  width: 94px;
  height: 94px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.web-service3 .box ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.web-service3 .box ul li .title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 12px;
  line-height: 30px;
}
.web-service3 .box ul li .tips {
  font-size: 15px;
  color: #666;
}
.web-service3 .box ul li a {
  margin-top: 32px;
  color: rgba(200, 8, 18, 0);
  width: 90px;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-align: left;
  background: url(../image/web-service3-img5.png) none right center;
  transition: all 0.3s;
  margin-top: 33px;
}
.web-service3 .box ul li:hover a {
  color: #c80812;
  transition: all 0.3s;
  background: url(../image/web-service3-img5.png) no-repeat right center;
}
.web-case {
  background: #fcfcfc;
}

.mobRightNav {
  display: none;
}
@media screen and (max-width: 992px) {
    .web-service3 .box ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
  .web-service3 .box ul li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    margin-left: 0;
    float: left;
  }
  .web-service3 .box ul li:nth-child(2n+2) {
    float: right;
  }
}
@media screen and (max-width: 1024px) {
  .head .chip2 .nav .nav-wrap {
    display: none;
  }
  .head .chip2 .nav .menu-btn2 {
    display: block;
  }
  .mobRightNav {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 15;
  }
  .mobNavScoll {
    overflow-y: scroll;
  }
  .mobRightNav .nav {
    position: relative;
    right: -100%;
    width: 80%;
    background: #fff;
    height: 100vh;
  }
  .mobRightNav .nav ul li {
    border-bottom: 1px solid #eee;
  }
  .mobRightNav .nav ul li span {
    display: block;
    font-size: 16px;
    line-height: 3;
    padding: 0 30px;
    position: relative;
  }
  .mobRightNav .nav ul li span i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
  }
  .mobRightNav .nav ul li span i img {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobRightNav .nav ul li span i .navDown2 {
    pointer-events: none;
  }
  .mobRightNav .nav ul li .levelOne {
    height: 0;
    overflow: hidden;
  }
  .mobRightNav .nav ul li .levelOne li {
    border: none;
    border-top: 1px solid #eee;
  }
  .mobRightNav .nav ul li .levelOne a {
    display: block;
    padding-left: 20px;
  }
  .mobRightNav .nav ul li .levelTwo {
    height: 0;
    overflow: hidden;
  }
  .mobRightNav .nav ul li .levelTwo a {
    display: block;
    padding-left: 70px;
    font-size: 16px;
    line-height: 3;
  }
}
.news {
  background: url(../image/indexNewBg.jpg) no-repeat center / cover;
}
.news .general-box .title img {
  overflow: visible;
  opacity: 0;
  max-height: 280px;
}
@media screen and (max-width: 1280px) {
  .news .general-box .title img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .news {
    background: none;
  }
  .news .general-box .title img {
    display: block;
    opacity: 1;
  }
  .news .general-box {
    margin-top: 40px;
  }
  .web-service3 .box ul li a {
    color: #c80812;
    transition: all 0.3s;
    background: url(../image/web-service3-img5.png) no-repeat right center;
    }
}
.panel-body .aboutLast{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 414px){
    .theme-13 .card-picture img{
        max-width: 100%;
        width: 100%;
    }
    .theme-13 .card-caption{
        padding: 20px;
    }
    .theme-13 .card-title{
        font-size: 20px;
        line-height: 30px;
    }
    .theme-13 .card-paragraph{
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .bg_img-3{
        background-size:cover ;
    }
    .web-service3 .box ul li{
        position: relative;
        padding-bottom: 40px;
    }
    .web-service3 .box ul li a{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.newsBlock {
  background: #f6f6f6;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.newsBlock .general-box-top {
  padding-top: 105px;
  padding-bottom: 113px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.newsBlock .general-box-top .title p {
  font-size: 36px;
  color: #000;
  line-height: 1.5;
  text-align: left;
}

.newsBlock .general-box-top .title .tips {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  color: #4d4d4d;
  margin-top: 27px;
  width: 55%;
}

.newsBlock .general-box-top .title ul {
  width: calc(550/1400*100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 27px;
}

.newsBlock .general-box-top .title ul li {
  min-width: calc(200/550*100%);
  margin-left: 20px;
  margin-top: 30px;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 34px;
}

.newsBlock .general-box-top .title ul li:nth-child(2n+1) {
  margin-left: 0;
}

.newsBlock .general-box-top .title ul li span {
  display: block;
  float: left;
  
  font-size: 0;
  line-height: 0;
  width: 34px;
}

.newsBlock .general-box-top .title ul li span img {
  opacity: 1;
}

.newsBlock .general-box-top .title a {
  display: block;
  width: 150px;
  line-height: 40px;
  border: 1px solid #c7000b;
  color: #c7000b;
  font-size: 14px;
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
}

.newsBlock .general-box-top .img {
  width: calc(535/1400*100%);
  position: absolute;
  right: 0;
  bottom: -32px;
}

.newsBlock .newsBlockContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../image/indexNewMobImg3.jpg) no-repeat center / cover;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsBlock .newsBlockContact span {
  font-size: 30px;
  color: #1a1a1a;
  line-height: 51px;
  margin-right: 53px;
}

.newsBlock .newsBlockContact a {
  display: block;
  width: 155px;
  line-height: 49px;
  font-size: 16px;
  border: solid 1px #d0313b;
  color: #d0313b;
  text-align: center;
  font-weight: bold;
}

.newsBlock .whiteBg {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 51px;
}

.newsBlock .whiteBg .general-box {
  margin-top: 0;
}
.news .general-box .box{
  box-shadow:none;
  border: none;
}
.advantage{
  background: #f6f6f6;
}
.banner .swiper-container .indexBanner{
  padding: 0;
}
.banner .swiper-container .category .general-box dl{
  padding: 30px 30px 30px 0;
}
.banner .swiper-container .category .general-box dl:last-child{
  padding-right: 0;
}
.banner .swiper-container .category .general-box dl{
  position: relative;
}
.bannerLine{
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #ee1f26;
}
.bannerLine.on{
  width: 100%;
  transition: width 1s;
}
@media (max-width: 1600px) {
  .newsBlock .general-box-top .img {
    right: 5%;
  }
}
@media (max-width: 1440px) {
  .foot .foot-box .right-box .chip1 ul li{
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .newsBlock .general-box-top .title ul{
    width: 100%;
    margin-top: 0;
  }
  .news .general-box .title img{
    display: block;
  }
  .newsBlock .general-box-top{
    padding-bottom: 160px;
  }
  .newsBlock .general-box-top .title .tips{
    width: 100%;
  }
}
@media (max-width: 750px){
  .newsBlock .general-box-top{
    padding: 78px 5% 180px;
  }
  .newsBlock .general-box-top .title p{
    font-size: 26px;
  }
  .newsBlock .general-box-top .title .tips{
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  .newsBlock .newsBlockContact{
    flex-direction: column;
  }
  .newsBlock .newsBlockContact span{
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 414px){
  .newsBlock .general-box-top .title ul li span img{
    margin-top: 0;
    width: 30px;
  }
  .news .general-box{
    padding-top: 0;
  }
  .newsBlock .general-box-top .img{
    width: 70%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .newsBlock .newsBlockContact span{
    font-size: 20px;
    margin-bottom: 0;
  }
  .newsBlock .newsBlockContact a{
    line-height: 40px;
  }
  .newsBlock .general-box-top .title a{
    margin-top: 40px;
  }
  .newsBlock .general-box-top{
    padding-bottom: 260px;
  }
}
@media (max-width: 374px){
  .newsBlock .general-box-top .title ul li span img{
    display: none;
  }
  .newsBlock .newsBlockContact span{
    font-size: 18px;
    margin-bottom: 0;
  }
}
.foot .foot-box .icp{
  margin-top: 26px;
}

.foot .foot-box .left-box .chip2 ul:first-child{
  margin-right: 155px;
}
.foot .foot-box .right-box .chip2{
  display: none;
}
.foot .foot-box .friendLink{
  width: 100%;
  margin: 85px 0 0;
}
.foot .foot-box .friendLink ul{
  display: flex;
  flex-wrap: wrap;
}
.foot .foot-box .friendLink ul li{
  margin-right: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.foot .foot-box .friendLink ul li a{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.foot .foot-box .icp p{
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    font-size: 14px;
}
.foot .foot-box .icp p a{
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  line-height: 20px;
  font-size: 14px;
}
.foot .foot-box .icp p a:first-child{
    margin-left: 3px;
}
.foot .foot-box .icp p span{
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}
.foot .foot-box .icp p span em{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}
.foot .foot-box .icp .rightContent {
  display: flex;
}
.foot .foot-box .icp .rightContent span{
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 38px;
  margin-right: 10px;
}
.foot .foot-box .icp .rightContent span a{
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}


.contactContent .w1280 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.contactContent .contactBanner {
  height: 500px;
  background: url(../image/contactBanner.jpg) no-repeat center/cover;
  position: relative;
}

.contactContent .contactBanner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactContent .contactBanner .content p {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.3;
}

.contactContent .contactBanner .content div {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 20px;
}

.contactContent .contactBlock {
  line-height: 1.3;
  padding-top: 98px;
  padding-bottom: 120px;
}

.contactContent .contactBlock .title {
  font-size: 32px;
  color: #000;
}

.contactContent .contactBlock .tips {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contactContent .contactBlock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.contactContent .contactBlock ul li p {
  font-size: 20px;
  color: #000;
  line-height: 1.3;
}

.contactContent .contactBlock ul li div {
  margin-top: 26px;
  overflow: hidden;
}

.contactContent .contactBlock ul li div span {
  font-size: 0;
  margin-right: 11px;
  display: block;
  height: 30px;
  width: 28px;
  float: left;
}

.contactContent .contactBlock ul li div a {
  width: calc(100% - 39px);
  line-height: 30px;
  font-size: 18px;
  color: #919394;
  float: left;
  display: block;
}

.contactContent .contactBlock .card {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactContent .contactBlock .card .list {
  width: calc((625/1280*100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 53px 40px;
  background: url(../image/contactBlockImg5.jpg) no-repeat center/cover;
}

.contactContent .contactBlock .card .list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactContent .contactBlock .card .list .text .tit {
  font-size: 28px;
  color: #000;
}

.contactContent .contactBlock .card .list .text .tel {
  font-size: 32px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 16px;
}

.contactContent .contactBlock .card .list .text .cardtips {
  font-size: 16px;
  color: #666;
  padding-right: 10px;
  line-height: 1.6;
}

.contactContent .contactBlock .card .list .img {
  font-size: 0;
}

@media (max-width: 1300px) {
  .contactContent .w1280 {
    width: 100%;
    padding: 0 5%;
  }
}

@media (max-width: 996px) {
  .contactContent .contactBlock ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .contactContent .contactBlock .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactContent .contactBlock .card .list {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 414px) {
  .contactContent .contactBanner {
    height: 300px;
  }
  .contactContent .contactBanner .content p {
    font-size: 32px;
  }
  .contactContent .contactBlock {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .contactContent .contactBlock ul li {
    margin-bottom: 20px;
  }
  .contactContent .contactBlock ul li p {
    font-size: 18px;
  }
  .contactContent .contactBlock ul li div {
    margin-top: 15px;
  }
  .contactContent .contactBlock ul li div a {
    font-size: 14px;
  }
  .contactContent .contactBlock .card {
    margin-top: 40px;
  }
  .contactContent .contactBlock .card .list {
    padding: 20px;
  }
  .contactContent .contactBlock .card .list .text .tit {
    font-size: 20px;
  }
  .contactContent .contactBlock .card .list .text .tel {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.MobIcp{
    display: none;
}
@media (max-width: 996px){
    .icp{
        display: none  !important;
    }
    .MobIcp {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .MobIcp a{
        font-size: 12px;
        color: #666;
        margin-right: 4px;
    }
    .MobIcp p a:last-child{
        margin-right: 0px;
    }
    .MobIcp p{
        line-height: 2;
        display: flex;
        justify-content: center;
        font-size: 12px;
        color: #666;
    }
    
}