@media screen and (max-width: 768px) {
  .main-title h4 {
    text-transform: Uppercase;
    font-size: 30px;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: 700;
    color: #282829;
  }
  .main-title h5 {
    font-size: 25px;
    font-weight: bold;
    color: #004C97;
    margin-top: 18px;
  }
  .product-center .product-title img {
    width: 200px;
  }
  .product-center .swiper-container-product {
    margin-top: 30px!important;
  }
  .swiper-button-white {
    width: 20px;
    height: 20px;
    z-index: 39;
  }
  .swiper-button-prev {
    margin-right: 20px;
  }
  .experience .experience-box {
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }
  .experience .left h4 {
    font-size: 24px;
    font-weight: bold;
  }
  .experience .left h5 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    margin-top: 20px;
  }
  .experience .btn {
    width: 130px;
    height: 45px;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
  }
  .news-center h5 {
    font-size: 22px;
  }
  .news-center span {
    font-size: 18px;
  }
  .search-box .header-search {
    height: 48px;
  }
  .search-box .header-search .btn {
    width: 120px;
    height: 48px;
  }
  .search-box .search-list-box .type-title {
    margin-top: 19px;
  }
  .search-box .search-list-box .data-list p {
    margin-top: 10px;
  }
  .search-box .search-list-box .data-list span {
    margin-top: 10px;
  }
  .search-box.technical-box .search-list-box li .icon {
    width: 30px;
    height: 30px;
  }
  .search-box.technical-box .search-list-box li .info {
    padding-left: 40px;
  }
  .swiper-container-solution .btn {
    width: 130px;
    height: 45px;
  }
  .swiper-container-product .btn {
    width: 130px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .faqs-list-box .faqs-list li .content {
    padding: 20px 0;
  }
  .faqs-list-box .faqs-list li h5 {
    padding-left: 50px;
    font-size: 18px;
  }
  .faqs-list-box .faqs-list li .info {
    padding-left: 50px;
    margin-top: 10px;
  }
  .faqs-list-box .faqs-list li .info img {
    max-width: 40px;
  }
  .faqs-list-box .faqs-list li .info p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .main-title h4 {
    text-transform: Uppercase;
    font-size: 30px;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: bold;
    color: #282829;
  }
  .main-title h5 {
    font-size: 25px!important;
    font-weight: normal;
    color: #004C97;
    margin-top: 18px;
  }
  .swiper-button-white {
    width: 41px;
    height: 41px;
    z-index: 39;
  }
  .swiper-button-prev {
    margin-right: 50px;
  }
  .display_flex,
  .experience .experience-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .align-items_center,
  .experience .experience-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .justify-content_flex-justify,
  .experience .experience-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .experience .experience-box {
    width: 100%;
    height: 100%;
  }
  .experience .left h4 {
    font-size: 34px;
    font-weight: bold;
  }
  .experience .left h5 {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    margin-top: 20px;
  }
  .experience .btn {
    width: 140px;
    height: 48px;
    font-size: 18px;
    margin-right: 20px;
  }
  .news-center h5 {
    font-size: 28px;
  }
  .news-center span {
    font-size: 22px;
  }
  .search-box .header-search {
    height: 51px;
  }
  .search-box .header-search .btn {
    width: 164px;
    height: 51px;
  }
  .search-box .search-list-box .type-title {
    margin: 19px 0 0;
    float: left;
  }
  .search-box .search-list-box .type-list {
    margin-left: 40px;
    float: left;
  }
  .search-box .search-list-box .data-list p {
    margin-top: 20px;
  }
  .search-box .search-list-box .data-list span {
    margin-top: 25px;
  }
  .search-box.technical-box .search-list-box li .icon {
    width: 40px;
    height: 40px;
  }
  .search-box.technical-box .search-list-box li .info {
    padding-left: 72px;
  }
  .search-box.technical-box .search-list-box li p {
    margin-top: 10px;
  }
  .swiper-container-solution .btn {
    width: 140px;
    height: 48px;
  }
  .swiper-container-product .btn {
    width: 140px;
    height: 48px;
  }
  .faqs-list-box .faqs-list li .content {
    padding: 30px 0 38px;
  }
  .faqs-list-box .faqs-list li h5 {
    padding-left: 105px;
    font-size: 16px;
  }
  .faqs-list-box .faqs-list li .info {
    padding-left: 105px;
    margin-top: 24px;
  }
  .faqs-list-box .faqs-list li .info img {
    max-width: 75px;
  }
  .faqs-list-box .faqs-list li .info p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .faqs-list-box .faqs-list li:nth-child(odd) {
    padding-right: 40px;
  }
  .faqs-list-box .faqs-list li:nth-child(even) {
    padding-left: 40px;
  }
  .faqs-list-box .faqs-list li:nth-last-child(2) .content {
    border: 0;
  }
}
.product-center {
  padding-top: 37px;
}
.product-center .product-title {
  text-align: center;
}
.swiper-container-product {
  width: 100%;
  margin-top: 16px;
}
.swiper-container-product .swiper-wrapper {
  width: 100%;
}
.swiper-container-product .swiper-slide {
  padding: 20px 15px;
}
.swiper-container-product .swiper-slide:hover .swiper-content {
  box-shadow: 0px 2px 21px 5px rgba(204, 204, 223, 0.5);
}
.swiper-container-product .swiper-slide .swiper-content {
  background: #e9e9eb;
  cursor: pointer;
  transition: all 0.3s;
}
.swiper-container-product .swiper-slide .content {
  width: 100%;
  height: 258px;
  padding: 24px 34px;
  box-shadow: 0px 3px 6px 0px rgba(189, 189, 189, 0.35);
  background: #f9f9f9;
}
.swiper-container-product .swiper-slide img {
  width: 100%;
}
.swiper-container-product .swiper-slide h5 {
  font-size: 25px;
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: normal;
  color: #242424;
}
.swiper-container-product .swiper-slide p {
  margin-top: 15px;
  height: 104px;
  line-height: 26px;
  color: #797979;
  font-size: 16px;
}
.swiper-container-product .swiper-slide .btn {
  font-size: 18px;
  margin-top: 20px;
}
.swiper-container-product .swiper-slide .btn a {
  color: #fff;
}
.swiper-container {
  position: relative;
  overflow: unset!important;
}
.swiper-container .swiper-button-white {
  z-index: 39;
}
.swiper-container .swiper-button {
  position: absolute;
  top: -60px;
  right: 20px;
}
.swiper-container .swiper-button .swiper-button-white {
  position: unset!important;
  float: left;
  margin-top: 10px;
}
.experience {
  width: 100%;
  height: 227px;
  background: url('../images/experience-bg.jpg') no-repeat center center;
}
.experience .left h4 {
  font-family: '微软雅黑', "Microsoft YaHei";
  color: #ffffff;
}
.experience .left h5 {
  font-family: '微软雅黑', "Microsoft YaHei";
  color: #ffffff;
  margin-top: 20px;
}
.main-title h4 {
  text-transform: Uppercase;
}
.swiper-container-solution {
  margin-top: 80px;
}
.swiper-container-solution .swiper-slide {
  width: 33%;
  border: 1px solid #d7dbe8;
  border-radius: 30px;
  background: #fff;
  padding: 30px 40px;
  min-height: 550px;
  text-align: center;
}
.swiper-container-solution .swiper-slide:hover {
  background: #ffffff;
  box-shadow: 0px 11px 21px 5px rgba(204, 204, 223, 0.5);
  border-color: transparent;
  transform: translateY(-10%);
  transition: 0.3s all;
}
.swiper-container-solution .swiper-slide:hover .btn {
  background: #004C97 !important;
  border: 0!important;
  color: #ffffff !important;
}
.swiper-container-solution .swiper-slide img {
  width: 134px;
  height: 126px;
}
.swiper-container-solution .swiper-slide .content h5 {
  font-size: 24px;
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: 400;
  color: #242424;
  line-height: 70px;
}
.swiper-container-solution .swiper-slide .content p {
  font-size: 16px;
  height: 156px;
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: 400;
  color: #797979;
  line-height: 26px;
  margin-top: 20px;
}
.swiper-container-solution .swiper-slide .content .btn {
  transition: 0.3s all;
  background: #FFFFFF;
  border: 1px solid #D7DBE8;
  box-shadow: 0px 0px 19px 2px rgba(204, 204, 223, 0.5);
  margin-top: 53px;
  font-size: 18px;
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: 400;
  color: #9fa4af;
}
.solution-center {
  padding-bottom: 40px;
}
.news-center {
  overflow: hidden;
  padding-top: 17px;
}
.news-center section .swiper-container-news {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.news-center section .swiper-container-news .swiper-wrapper {
  margin-top: 42px;
}
.news-center section .swiper-container-news .swiper-wrapper .swiper-slide {
  position: relative;
}
.news-center section .swiper-container-news .swiper-wrapper .swiper-slide .mask-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.news-center section .swiper-container-news .swiper-wrapper .swiper-slide .mask-content > div {
  padding: 0 12px;
  max-width: 100%;
  text-align: center;
}
.news-center section .swiper-container-news .swiper-wrapper .swiper-slide .mask-content > div img {
  width: 61px;
  height: 61px;
}
.news-center section .swiper-container-news .news-swiper-button {
  height: 51px;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
.news-center section .swiper-container-news .news-swiper-button .swiper-button {
  top: 0!important;
}
.news-center section .swiper-container-news .swiper-slide {
  cursor: pointer;
}
.news-center section .swiper-container-news .swiper-slide img {
  width: 100%;
}
.news-center section .swiper-container-news .swiper-slide:hover h5 {
  border-color: #fff;
}
.news-center section .swiper-container-news .swiper-slide h5 {
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.news-center section .swiper-container-news .swiper-slide span {
  text-align: center;
  margin-top: 23px;
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: normal;
  color: #ffffff;
}
.swiper-container-activity {
  margin-top: 70px;
}
.swiper-container-activity .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(127, 127, 127, 0.14);
  margin-bottom: 10px;
}
.swiper-container-activity .swiper-slide .content {
  padding: 30px 20px;
  height: 220px;
}
.swiper-container-activity .swiper-slide .content h5 {
  font-size:22px;
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: normal;
  color: #242424;
  line-height: 26px;
  transition: all 0.3s;
}
.swiper-container-activity .swiper-slide .content p {
  font-size: 16px;
  font-family: '微软雅黑', "Microsoft YaHei";
  font-weight: 500;
  color: #797979;
  line-height: 26px;
  margin-top: 25px;
}
.swiper-container-activity .swiper-slide:hover h5 {
  color: #004C97;
}
.swiper-container-activity img {
  width: 100%;
}
.activity-center {
  padding-bottom: 110px;
}
.search-box .header-search {
  max-width: 810px;
  border: 1px solid #a0a0a0;
  margin: 60px auto 40px;
  position: relative;
}
.search-box .header-search input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 0 180px 0 20px;
}
.search-box .header-search .btn {
  font-size: 18px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.search-box .search-list-box {
  width: 100%;
  border-top: 2px solid #004C97;
}
.search-box .search-list-box .type-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.search-box .search-list-box .type-list li {
  margin-top: 19px;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  float: left;
  cursor: pointer;
}
.search-box .search-list-box .type-list li:hover {
  color: #004C97;
}
.search-box .search-list-box .type-list li.active {
  color: #004C97;
}
.search-box .search-list-box .data-list {
  margin-top: 20px;
}
.search-box .search-list-box .data-list li {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.search-box .search-list-box .data-list li:last-child {
  border: 0;
}
.search-box .search-list-box .data-list li h5 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  transition: all 0.3s;
}
.search-box .search-list-box .data-list li:hover h5 {
  color: #004C97;
}
.search-box .search-list-box .data-list li p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}
.search-box .search-list-box .data-list li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}
.search-box.technical-box .search-list-box {
  border-top: 0;
}
.search-box.technical-box .search-list-box li {
  position: relative;
}
.search-box.technical-box .search-list-box li .icon {
  position: absolute;
  top: 20px;
  left: 0;
}
.search-box.technical-box .search-list-box li .icon img {
  width: 100%;
}
.faqs-list li:hover h5 {
  color: #004c97 !important;
}
.faqs-list li a {
  cursor: auto;
}
.faqs-list li p {
  line-height: 24px!important;
}
.faqs-list-box .faqs-list {
  display: flex;
  flex-wrap: wrap;
}
.faqs-list-box .faqs-list li {
  padding: 0;
}
.faqs-list-box .faqs-list li .content {
  border-bottom: 1px solid #d2d2d2;
  height: 100%;
}
.faqs-list-box .faqs-list li:last-child .content {
  border: 0;
}
.faqs-list-box .faqs-list li h5 {
  font-weight: 500;
  color: #004c97;
  line-height: 24px;
  transition: all 0.3s;
}
.faqs-list-box .faqs-list li .info {
  position: relative;
}
.faqs-list-box .faqs-list li .info .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.faqs-list-box .faqs-list li .info p {
  font-weight: 500;
  color: #666666;
}
