input {
  -webkit-appearance: none;
}

body {
  overflow-x: hidden;
}

input:focus {
  outline: none;
}

/*color*/
.text-gray-5 {
  color: #555;
}

.text-gray {
  color: #999;
}

a:hover, a:focus {
  text-decoration: none;
}

a:hover {
  color: #3eacf2 !important;
}

/*ellipsis*/
.p-ellipsis01, .sub-page.news-page .news-list-con .news-item .item-info .item-title, .index-page .index-news-con .news-cont .news-item .news-title, .index-page .index-news-con .news-cont .top-news .news-info .news-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top, .sub-page.product-page .product-cont, .sub-page.news-page .news-list-con .news-item, .sub-page.about-team-page .about-con01 .culture-pic, .sub-page.about-page .about-con03 .culture-pic, .sub-page.about-page .about-con02 .leader-con, .sub-page .sub-menu-con .menu-list, .index-page .index-news-con .news-cont .top-news, .index-page .index-about-con .about-info, footer .footer-con .plugin-con, .navbar-default .header-phone .phone-con {
  display: flex;
  display: -webkit-flex;
}

/*fontsize*/
.size12 {
  font-size: 12px;
}

.size18 {
  font-size: 18px;
}

.overflow {
  overflow: hidden;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.marg-t-10 {
  margin-top: 10px;
}

.marg-t-20 {
  margin-top: 20px;
}

/*header*/
.navbar-default {
  background: #fff;
  border: none;
}
.navbar-default.navbar {
  margin-bottom: 0;
}
.navbar-default .nav-bg-con {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 50px;
  top: 140px;
  z-index: 999;
}
.navbar-default .navbar-header .navbar-brand {
  height: 70px;
  margin-top: 10px;
}
.navbar-default .navbar-header .navbar-brand img {
  height: 45px;
}
.navbar-default .header-phone {
  position: relative;
  overflow: hidden;
  top: 20px;
}
.navbar-default .header-phone .phone-con {
  float: right;
  align-items: center;
}
.navbar-default .header-phone .phone-con img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.navbar-default .header-phone .phone-con .phone-title {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.navbar-default .header-phone .phone-con .phone {
  color: #3eacf2;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
}
.navbar-default .navbar-collapse {
  background: #3eacf2;
  margin-top: 20px;
}
.navbar-default .navbar-nav {
  font-size: 15px;
  width: 100%;
  float: none !important;
}
.navbar-default .navbar-nav > li {
  margin-right: 20px;
}
.navbar-default .navbar-nav > li a {
  padding: 0 30px;
  color: #fff;
  line-height: 40px;
}
.navbar-default .navbar-nav > li a:hover {
  background: #0b70bd;
  color: #fff !important;
}
.navbar-default .navbar-nav > li a .caret {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.navbar-default .navbar-nav > li a:focus {
  color: #fff;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.current > a {
  background: #0b70bd;
  color: #fff;
}
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.current > a:hover {
  background: #0b70bd;
}
.navbar-default .navbar-nav .sub-nav-list {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 40px;
  padding: 0;
  width: 500px;
  z-index: 9999;
}
.navbar-default .navbar-nav .sub-nav-list li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}
.navbar-default .navbar-nav .sub-nav-list li a {
  padding: 0 15px;
  line-height: 50px;
}
.navbar-default .navbar-nav .sub-nav-list li a:hover {
  background: transparent;
}
.navbar-default .navbar-nav .sub-nav-list li:hover a {
  color: #3eacf2 !important;
}
.navbar-default .navbar-nav .sub-nav-list li.sub-active a {
  color: #3eacf2 !important;
}

/*footer*/
footer {
  background: #f8f8f8;
  color: #999;
}
footer .footer-con {
  padding-top: 30px;
  padding-bottom: 40px;
}
footer .footer-con .footer-menu {
  text-align: center;
  list-style: none;
  padding-left: 0;
}
footer .footer-con .footer-menu li {
  display: inline-block;
}
footer .footer-con .footer-menu li:before {
  content: "|";
  color: #ddd;
  position: relative;
  top: -1px;
  margin-right: 15px;
  margin-left: 15px;
}
footer .footer-con .footer-menu li:first-child:before {
  display: none;
}
footer .footer-con .footer-menu li a {
  color: #555;
}
footer .footer-con .plugin-con {
  margin-top: 40px;
}
footer .footer-con .plugin-con .copyright-con {
  flex: auto;
  line-height: 24px;
}
footer .footer-con .plugin-con .copyright-con a {
  color: #999;
}
footer .footer-con .plugin-con .code-con {
  flex: none;
  margin-left: 20px;
}
footer .footer-con .plugin-con .code-con img {
  width: 80px;
  height: 80px;
  margin-left: 10px;
}

/*banner*/
.banner-con img {
  object-fit: cover;
  width: 100%;
  min-height: 160px;
}
.banner-con.swiper-container {
  --swiper-theme-color: #fff;
}
.banner-con.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner-con.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #110f28;
}
.banner-con.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}

.sub-container {
  max-width: 1200px;
  margin: 0 auto;
}

/*page*/
.pagelist {
  text-align: center;
  margin: 30px 0;
  font-size: 0;
  padding-left: 0;
}
.pagelist li {
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pagelist li a {
  color: #999;
}
.pagelist li a:hover {
  color: #3eacf2;
}
.pagelist li.thisclass {
  border: 1px solid #3eacf2;
  color: #3eacf2;
}
.pagelist li .pageinfo {
  color: #999;
}
.pagelist li .pageinfo strong {
  margin: 0 5px;
  color: #3eacf2;
}

@media (max-width: 1240px) {
  .navbar-default .container {
    width: 100%;
  }
  .navbar-default .nav-bg-con {
    height: 45px;
  }
  .navbar-default .navbar-nav > li {
    margin-right: 10px;
  }
  .navbar-default .navbar-nav .sub-nav-list li a {
    line-height: 45px;
  }

  .banner-con.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }

  .pagelist {
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  .navbar-default .nav-bg-con {
    top: 123px;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: 58px;
    margin-top: 5px;
  }
  .navbar-default .navbar-header .navbar-brand img {
    height: 35px;
  }
  .navbar-default .header-phone {
    top: 10px;
  }
  .navbar-default .header-phone .phone-con img {
    width: 40px;
    height: 40px;
  }
  .navbar-default .header-phone .phone-con .phone-title {
    margin-top: 6px;
  }
  .navbar-default .header-phone .phone-con .phone {
    font-size: 18px;
    line-height: 28px;
  }
  .navbar-default .navbar-collapse .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-nav {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li {
    margin-right: 10px;
  }
  .navbar-default .navbar-nav > li a {
    padding: 0 20px;
  }
  .navbar-default .navbar-nav .sub-nav-list {
    top: 40px;
  }

  footer .footer-con {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  footer .footer-con .plugin-con {
    margin-top: 30px;
  }
  footer .footer-con .plugin-con .copyright-con {
    line-height: 22px;
    font-size: 12px;
  }
  footer .footer-con .plugin-con .code-con {
    font-size: 12px;
  }
  footer .footer-con .plugin-con .code-con img {
    width: 70px;
    height: 70px;
  }

  .banner-con.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px;
  }

  .pagelist {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .navbar-default.navbar {
    height: 50px;
    border: none;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: 50px;
    margin-top: 0;
    padding: 10px;
    margin-left: 5px;
  }
  .navbar-default .navbar-header .navbar-brand img {
    height: 30px;
  }
  .navbar-default .navbar-toggle {
    border: none;
    margin-right: 5px;
    z-index: 99;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #3eacf2;
    width: 24px;
    transition: all 0.2s linear;
  }
  .navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
    width: 20px;
    margin-left: 4px;
  }
  .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(9px, 6px);
  }
  .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(2px, 0px);
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #3eacf2;
  }
  .navbar-default .navbar-collapse {
    background: #fff;
    max-height: none;
    border: none;
    top: -1px;
    overflow-x: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    position: relative;
    z-index: 1000;
    margin-top: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav > li {
    padding: 10px 0;
    margin: 0 0 0 10px;
  }
  .navbar-default .navbar-collapse .navbar-nav > li a {
    color: #333 !important;
    padding: 0 10px;
    line-height: 24px;
    background: transparent;
  }
  .navbar-default .navbar-collapse .navbar-nav > li a:hover {
    background: transparent;
    color: #333 !important;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    border-left: 2px solid #3eacf2;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a:hover, .navbar-default .navbar-collapse .navbar-nav > li.current > a:hover {
    background: transparent;
    color: #333;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list {
    position: static;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li {
    list-style: inside;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    font-size: 14px;
    text-align: left;
    display: block;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li a {
    color: #555555;
    padding: 10px 0;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li a:hover {
    text-decoration: none;
    border-left: none;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li:hover {
    background: transparent;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li:hover a {
    color: #333;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li.sub-active a {
    color: #231815;
  }

  footer .footer-con {
    padding-bottom: 20px;
  }
  footer .footer-con .footer-menu {
    font-size: 12px;
  }
  footer .footer-con .footer-menu li {
    padding: 0 5px;
    margin-bottom: 5px;
  }
  footer .footer-con .footer-menu li:before {
    display: none;
  }
  footer .footer-con .plugin-con {
    margin-top: 10px;
    flex-direction: column;
  }
  footer .footer-con .plugin-con .copyright-con {
    width: 100%;
    line-height: 20px;
  }
  footer .footer-con .plugin-con .code-con {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }

  .banner-con.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
/*index*/
.index-page .index-title .title-cn {
  font-size: 32px;
}
.index-page .index-title .title-en {
  font-size: 18px;
  color: #777;
  text-transform: uppercase;
  margin-top: 10px;
}
.index-page .more-btn {
  text-align: center;
  margin-top: 40px;
}
.index-page .more-btn a {
  display: inline-block;
  background: #3eacf2;
  color: #fff;
  padding: 12px 50px;
  border-radius: 2px;
}
.index-page .more-btn a:hover {
  background: #0689db;
  color: #fff !important;
}
.index-page .index-solution-con {
  padding: 80px 0;
}
.index-page .index-solution-con .solution-type-con {
  margin-top: 40px;
}
.index-page .index-solution-con .solution-type-con a {
  display: inline-block;
  padding: 8px 20px;
  color: #555;
  font-size: 16px;
  margin: 0 10px;
}
.index-page .index-solution-con .solution-type-con a.active, .index-page .index-solution-con .solution-type-con a:hover {
  background: #3eacf2;
  color: #fff;
  border-radius: 2px;
}
.index-page .index-solution-con .solution-type-con a.active:hover, .index-page .index-solution-con .solution-type-con a:hover:hover {
  color: #fff !important;
}
.index-page .index-solution-con .info-cont {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.8;
}
.index-page .index-solution-con .info-cont img {
  width: 100%;
}
.index-page .index-client-con {
  background: url("../images/client-bg.jpg") center top no-repeat;
  background-size: 100%;
  padding: 80px 0;
}
.index-page .index-client-con .index-title {
  color: #fff !important;
}
.index-page .index-client-con .index-title .title-en {
  color: #fff;
}
.index-page .index-client-con .client-list {
  margin-top: 60px;
  text-align: center;
}
.index-page .index-client-con .client-list.row {
  margin-left: -30px;
  margin-right: -30px;
}
.index-page .index-client-con .client-list .col-lg-6 {
  padding-left: 30px;
  padding-right: 30px;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.index-page .index-client-con .client-list .col-lg-6:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.index-page .index-client-con .client-list img {
  width: 100%;
  border-radius: 5px;
}
.index-page .index-client-con .client-list .client-title {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.index-page .index-choice-con {
  padding: 10px 0 30px;
}
.index-page .index-choice-con .title-con {
  color: #3eacf2;
  font-size: 28px;
  line-height: 52px;
  padding-bottom: 40px;
  background: url("../images/choice-bg01.jpg") center bottom no-repeat;
}
.index-page .index-choice-con .choice-list {
  padding: 50px 0;
  border-bottom: 1px dashed #ddd;
}
.index-page .index-choice-con .choice-list:last-child {
  border-bottom: none;
}
.index-page .index-choice-con .choice-list .item-pic img {
  max-width: 100%;
}
.index-page .index-choice-con .choice-list .item-info {
  padding-top: 20px;
}
.index-page .index-choice-con .choice-list .item-info.left-con {
  margin-right: 20px;
}
.index-page .index-choice-con .choice-list .item-info.right-con {
  margin-left: 20px;
}
.index-page .index-choice-con .choice-list .item-info .info-title {
  line-height: 60px;
}
.index-page .index-choice-con .choice-list .item-info .info-title .number {
  font-size: 60px;
  font-family: Impact, Charcoal, sans-serif;
  color: #999999;
  margin-right: 15px;
}
.index-page .index-choice-con .choice-list .item-info .info-title .text {
  font-size: 26px;
  color: #3eacf2;
  position: relative;
  top: -10px;
}
.index-page .index-choice-con .choice-list .item-info .info-list .p01 {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #999;
  margin-top: 15px;
}
.index-page .index-choice-con .choice-list .item-info .info-list .p01 span {
  color: #ff3c3c;
}
.index-page .index-choice-con .choice-list .item-info .info-list .p01:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 8px;
  height: 8px;
  background: #3eacf2;
  border-radius: 100%;
}
.index-page .index-product-con {
  padding: 80px 0 60px;
  background: #f5f5f5;
}
.index-page .index-product-con .product-type-con {
  margin-top: 40px;
}
.index-page .index-product-con .product-type-con a {
  display: inline-block;
  padding: 8px 20px;
  color: #555;
  font-size: 16px;
  margin: 0 10px;
}
.index-page .index-product-con .product-type-con a.active, .index-page .index-product-con .product-type-con a:hover {
  background: #3eacf2;
  color: #fff;
  border-radius: 2px;
}
.index-page .index-product-con .product-type-con a.active:hover, .index-page .index-product-con .product-type-con a:hover:hover {
  color: #fff !important;
}
.index-page .index-product-con .product-list {
  margin-top: 50px;
}
.index-page .index-product-con .product-list .product-item {
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.index-page .index-product-con .product-list .product-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.index-page .index-product-con .product-list .product-item .item-pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.index-page .index-product-con .product-list .product-item .item-pic img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  max-height: 100%;
  object-fit: contain;
  transform: translateY(-50%);
}
.index-page .index-product-con .product-list .product-item .item-title {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  padding: 0 20px;
  color: #333;
}
.index-page .index-about-con {
  padding: 30px 0;
  background: url("../images/about-bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
.index-page .index-about-con .title-con {
  font-size: 22px;
  border-bottom: 2px solid #85cafd;
  padding-bottom: 10px;
}
.index-page .index-about-con .title-con .right {
  float: right;
  font-size: 14px;
  color: #fff !important;
}
.index-page .index-about-con .about-info {
  margin-top: 40px;
}
.index-page .index-about-con .about-info .info-pic {
  width: 400px;
  margin-right: 40px;
  flex: none;
}
.index-page .index-about-con .about-info .info-pic img {
  width: 100%;
}
.index-page .index-about-con .about-info .info-text {
  flex: auto;
}
.index-page .index-about-con .about-info .info-text .text-con {
  line-height: 26px;
}
.index-page .index-about-con .about-info .info-text .btn-con {
  margin-top: 20px;
}
.index-page .index-about-con .about-info .info-text .btn-con a {
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  padding: 6px 20px;
  margin-right: 30px;
}
.index-page .index-news-con {
  padding: 80px 0;
}
.index-page .index-news-con .news-cont .title-con {
  font-size: 22px;
  border-bottom: 2px solid #3eacf2;
  padding-bottom: 10px;
  color: #3eacf2;
}
.index-page .index-news-con .news-cont .title-con .right {
  float: right;
  font-size: 14px;
  color: #999;
}
.index-page .index-news-con .news-cont .top-news {
  margin-top: 20px;
  margin-bottom: 25px;
}
.index-page .index-news-con .news-cont .top-news .news-pic {
  margin-right: 20px;
  flex: none;
}
.index-page .index-news-con .news-cont .top-news .news-pic img {
  width: 150px;
  height: 84px;
  object-fit: cover;
}
.index-page .index-news-con .news-cont .top-news .news-info {
  width: calc(100% - 170px);
}
.index-page .index-news-con .news-cont .top-news .news-info .news-title {
  color: #333;
  display: block;
  font-size: 16px;
}
.index-page .index-news-con .news-cont .top-news .news-info .news-text {
  color: #999;
  margin-top: 5px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-page .index-news-con .news-cont .news-item {
  position: relative;
  margin-top: 15px;
  padding-left: 16px;
}
.index-page .index-news-con .news-cont .news-item:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 7px;
}
.index-page .index-news-con .news-cont .news-item .news-time {
  float: right;
  color: #999;
}
.index-page .index-news-con .news-cont .news-item .news-title {
  color: #333;
  display: block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.sub-page .sub-banner img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  min-height: 160px;
}
.sub-page .sub-title-con {
  text-align: center;
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
}
.sub-page .sub-title-con:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  background: #3eacf2;
  width: 40px;
  margin-left: -20px;
}
.sub-page .sub-title-con .title-s {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.sub-page .sub-menu-con {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.sub-page .sub-menu-con .menu-list {
  font-size: 16px;
}
.sub-page .sub-menu-con .menu-list .title {
  padding: 5px 0;
  margin-right: 20px;
  color: #777;
  flex: none;
}
.sub-page .sub-menu-con .menu-list .menu-cont {
  flex: auto;
  overflow: hidden;
}
.sub-page .sub-menu-con .menu-list .menu-cont ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: auto;
}
.sub-page .sub-menu-con .menu-list .menu-cont ul li {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 2px;
  margin-right: 20px;
}
.sub-page .sub-menu-con .menu-list .menu-cont ul li a {
  color: #333;
}
.sub-page .sub-menu-con .menu-list .menu-cont ul li.active, .sub-page .sub-menu-con .menu-list .menu-cont ul li:hover {
  background: #3eacf2;
}
.sub-page .sub-menu-con .menu-list .menu-cont ul li.active a, .sub-page .sub-menu-con .menu-list .menu-cont ul li:hover a {
  color: #fff !important;
}
.sub-page.about-page .about-con01 {
  padding: 50px 0;
}
.sub-page.about-page .about-con01 .sub-title-con {
  margin-bottom: 40px;
}
.sub-page.about-page .about-con01 .info-con01 {
  color: #777;
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 16px;
}
.sub-page.about-page .about-con02 {
  padding: 50px 0 70px;
  background: #f7f7f7 url("../images/about-bg02.jpg") center top no-repeat;
  background-size: cover;
}
.sub-page.about-page .about-con02 .leader-con {
  margin-top: 40px;
}
.sub-page.about-page .about-con02 .leader-con .leader-pic {
  width: 340px;
  flex: none;
  margin-right: 30px;
}
.sub-page.about-page .about-con02 .leader-con .leader-pic img {
  width: 100%;
}
.sub-page.about-page .about-con02 .leader-con .leader-info {
  flex: auto;
  line-height: 1.9;
  color: #777;
  font-size: 16px;
}
.sub-page.about-page .about-con02 .leader-con .leader-info div {
  margin-bottom: 15px;
}
.sub-page.about-page .about-con03 {
  padding: 50px 0;
}
.sub-page.about-page .about-con03 .culture-pic {
  margin-top: 40px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sub-page.about-page .about-con03 .culture-pic .pic-con {
  width: 48%;
}
.sub-page.about-page .about-con03 .culture-pic .pic-con img {
  width: 100%;
  border-radius: 5px;
}
.sub-page.about-page .about-con03 .info-con01 {
  margin-top: 20px;
  line-height: 1.9;
  color: #777;
  font-size: 16px;
}
.sub-page.about-page .about-con04 {
  padding: 30px 0 70px;
}
.sub-page.about-page .about-con04 .info-con01 {
  margin-top: 40px;
  line-height: 1.9;
  color: #777;
  font-size: 16px;
}
.sub-page.about-certificate-page .about-con01 {
  padding: 50px 0;
}
.sub-page.about-certificate-page .about-con01 .sub-title-con {
  margin-bottom: 40px;
}
.sub-page.about-certificate-page .about-con01 .info-con01 {
  color: #777;
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 16px;
}
.sub-page.about-certificate-page .about-con01 .certificate-pic-con {
  margin-top: 40px;
}
.sub-page.about-certificate-page .about-con01 .certificate-pic-con .row {
  margin-left: -25px;
  margin-right: -25px;
}
.sub-page.about-certificate-page .about-con01 .certificate-pic-con .col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}
.sub-page.about-certificate-page .about-con01 .certificate-pic-con .item-pic {
  box-shadow: 1px 1px 10px #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}
.sub-page.about-certificate-page .about-con01 .certificate-pic-con .item-pic img {
  width: 100%;
}
.sub-page.about-certificate-page .about-con01 .patent-con {
  margin-top: 20px;
}
.sub-page.about-team-page {
  padding-bottom: 70px;
}
.sub-page.about-team-page .about-con01 {
  padding-top: 50px;
}
.sub-page.about-team-page .about-con01 .culture-pic {
  margin-top: 40px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sub-page.about-team-page .about-con01 .culture-pic .pic-con {
  width: 48%;
}
.sub-page.about-team-page .about-con01 .culture-pic .pic-con img {
  width: 100%;
  border-radius: 5px;
}
.sub-page.about-team-page .about-con01 .info-con01 {
  margin-top: 10px;
  line-height: 1.9;
  color: #777;
  font-size: 16px;
}
.sub-page.news-page .news-list-con {
  padding: 50px 0;
}
.sub-page.news-page .news-list-con .news-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  align-items: center;
  border-bottom: 1px dashed #ddd;
}
.sub-page.news-page .news-list-con .news-item .item-pic {
  margin-right: 30px;
}
.sub-page.news-page .news-list-con .news-item .item-pic img {
  width: 260px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}
.sub-page.news-page .news-list-con .news-item .item-info {
  width: calc(100% - 290px);
}
.sub-page.news-page .news-list-con .news-item .item-info .item-title {
  font-size: 16px;
}
.sub-page.news-page .news-list-con .news-item .item-info .item-title a {
  color: #333;
}
.sub-page.news-page .news-list-con .news-item .item-info .item-text {
  margin-top: 15px;
  color: #777;
  line-height: 1.8;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sub-page.news-page .news-list-con .news-item .item-info .item-date {
  margin-top: 15px;
  color: #999;
}
.sub-page.product-page .product-cont {
  padding: 50px 0;
}
.sub-page.product-page .product-cont .product-menu {
  width: 260px;
  flex: none;
  margin-right: 30px;
}
.sub-page.product-page .product-cont .product-menu .item {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.sub-page.product-page .product-cont .product-menu .item a {
  display: block;
  padding: 20px;
  background: #f7f7f7;
  color: #3eacf2;
}
.sub-page.product-page .product-cont .product-menu .item.active a, .sub-page.product-page .product-cont .product-menu .item:hover a {
  background: #3eacf2;
  color: #fff !important;
}
.sub-page.product-page .product-cont .product-list-con {
  flex: auto;
}
.sub-page.product-page .product-cont .product-list-con .list-con .product-item {
  margin-bottom: 20px;
  display: block;
}
.sub-page.product-page .product-cont .product-list-con .list-con .product-item .product-pic {
  border: 1px solid #eee;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.sub-page.product-page .product-cont .product-list-con .list-con .product-item .product-pic img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  object-fit: contain;
}
.sub-page.product-page .product-cont .product-list-con .list-con .product-item .item-title {
  text-align: center;
  color: #333;
  padding: 15px;
  font-size: 16px;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-pic {
  flex: none;
  margin-right: 30px;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-pic img {
  width: 320px;
  border: 1px solid #eee;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info {
  flex: auto;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-title {
  font-size: 24px;
  margin-top: 10px;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-describe {
  background: #f5f5f5;
  margin-top: 20px;
  padding: 15px;
  color: #777;
  font-size: 16px;
  line-height: 1.8;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-phone {
  background: #ff6368;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-phone a {
  color: #fff;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body {
  border: 1px solid #eee;
  margin-top: 30px;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-title {
  background: #f5f5f5;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-title span {
  border-top: 2px solid #3eacf2;
  background: #fff;
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  color: #3eacf2;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-body-cont {
  padding: 30px;
  line-height: 1.9;
  font-size: 16px;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-body-cont img {
  max-width: 100%;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .recommend-con {
  margin-top: 30px;
}
.sub-page.product-page .product-cont .product-list-con .product-detail-con .recommend-con .title {
  font-size: 16px;
  margin-bottom: 20px;
}
.sub-page.contact-page .contact-con01 {
  padding: 50px 0;
}
.sub-page.contact-page .contact-con01 .info-con {
  margin-top: 40px;
  color: #777;
  font-size: 16px;
}
.sub-page.contact-page .contact-con01 .map-con {
  margin-top: 40px;
}
.sub-page.contact-page .contact-con01 .map-con img {
  width: 100%;
}
.sub-page.news-detail-page .news-detail-con {
  padding: 50px 0;
}
.sub-page.news-detail-page .news-detail-con .news-title {
  font-size: 24px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 10px;
}
.sub-page.news-detail-page .news-detail-con .news-date {
  color: #999;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.sub-page.news-detail-page .news-detail-con .news-detail {
  margin-top: 40px;
  line-height: 1.9;
  font-size: 16px;
}
.sub-page.news-detail-page .news-detail-con .news-detail img {
  max-width: 100%;
}
.sub-page.news-detail-page .news-detail-con .pre-page-con {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
  padding: 0 20px;
  margin-top: 40px;
  font-size: 16px;
}
.sub-page.news-detail-page .news-detail-con .pre-page-con p {
  padding: 20px 0;
  margin-bottom: 0;
  color: #999;
}
.sub-page.news-detail-page .news-detail-con .pre-page-con p:first-child {
  border-bottom: 1px dashed #eee;
}
.sub-page.news-detail-page .news-detail-con .pre-page-con p a {
  color: #555;
}
.sub-page.client-page .case-list-con {
  padding: 50px 0;
}
.sub-page.client-page .case-list-con .case-list .item-con {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}
.sub-page.client-page .case-list-con .case-list .item-con .case-pic {
  height: 200px;
}
.sub-page.client-page .case-list-con .case-list .item-con .case-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub-page.client-page .case-list-con .case-list .item-con .text-info {
  padding: 15px;
  color: #555;
  font-size: 16px;
}
.sub-page.client-page .case-list-con .case-list .item-con:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}
.sub-page.client-page .case-list-con .page-con {
  margin-top: 30px;
}

@media (max-width: 1239px) {
  .index-page .index-title .title-cn {
    font-size: 28px;
  }
  .index-page .index-title .title-en {
    font-size: 16px;
  }
  .index-page .more-btn {
    margin-top: 30px;
  }
  .index-page .more-btn a {
    padding: 10px 40px;
  }
  .index-page .index-solution-con {
    padding: 60px 0;
  }
  .index-page .index-solution-con .solution-type-con {
    margin-top: 30px;
  }
  .index-page .index-solution-con .solution-type-con a {
    padding: 6px 15px;
    font-size: 15px;
  }
  .index-page .index-solution-con .info-cont {
    margin-top: 40px;
  }
  .index-page .index-client-con {
    padding: 60px 0;
  }
  .index-page .index-client-con .client-list {
    margin-top: 40px;
  }
  .index-page .index-client-con .client-list.row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-page .index-client-con .client-list .col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-page .index-client-con .client-list .client-title {
    margin-top: 15px;
  }
  .index-page .index-choice-con {
    padding: 10px 0 30px;
  }
  .index-page .index-choice-con .title-con {
    font-size: 24px;
    line-height: 48px;
    padding-bottom: 35px;
    background-size: 500px;
  }
  .index-page .index-choice-con .choice-list {
    padding: 40px 0;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title {
    line-height: 50px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title .number {
    font-size: 50px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title .text {
    font-size: 20px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-list .p01 {
    padding-left: 18px;
    font-size: 15px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-list .p01:before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
  .index-page .index-product-con {
    padding: 60px 0 40px;
  }
  .index-page .index-product-con .product-type-con {
    margin-top: 30px;
  }
  .index-page .index-product-con .product-type-con a {
    padding: 6px 15px;
    font-size: 15px;
  }
  .index-page .index-product-con .product-list {
    margin-top: 40px;
  }
  .index-page .index-product-con .product-list .product-item {
    padding-bottom: 15px;
  }
  .index-page .index-product-con .product-list .product-item .item-title {
    line-height: 22px;
    font-size: 15px;
    padding: 0 15px;
  }
  .index-page .index-about-con {
    padding: 30px 0;
  }
  .index-page .index-about-con .title-con {
    font-size: 18px;
  }
  .index-page .index-about-con .about-info {
    margin-top: 30px;
  }
  .index-page .index-about-con .about-info .info-pic {
    width: 300px;
    margin-right: 30px;
  }
  .index-page .index-about-con .about-info .info-text .text-con {
    line-height: 22px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .index-page .index-about-con .about-info .info-text .btn-con {
    margin-top: 15px;
  }
  .index-page .index-about-con .about-info .info-text .btn-con a {
    margin-right: 20px;
  }
  .index-page .index-news-con {
    padding: 60px 0;
  }
  .index-page .index-news-con .news-cont .title-con {
    font-size: 18px;
  }
  .index-page .index-news-con .news-cont .top-news .news-pic img {
    width: 140px;
    height: 78px;
  }
  .index-page .index-news-con .news-cont .top-news .news-info {
    width: calc(100% - 160px);
  }

  .sub-page .sub-title-con {
    font-size: 22px;
  }
  .sub-page .sub-menu-con {
    padding: 15px 0;
  }
  .sub-page .sub-menu-con .menu-list {
    font-size: 14px;
  }
  .sub-page .sub-menu-con .menu-list .title {
    margin-right: 15px;
  }
  .sub-page .sub-menu-con .menu-list .menu-cont ul li {
    margin-right: 15px;
  }
  .sub-page.about-page .about-con01 {
    padding: 40px 0;
  }
  .sub-page.about-page .about-con01 .sub-title-con {
    margin-bottom: 30px;
  }
  .sub-page.about-page .about-con01 .info-con01 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .sub-page.about-page .about-con02 {
    padding: 40px 0 50px;
  }
  .sub-page.about-page .about-con02 .leader-con {
    margin-top: 30px;
  }
  .sub-page.about-page .about-con02 .leader-con .leader-pic {
    width: 300px;
    margin-right: 20px;
  }
  .sub-page.about-page .about-con02 .leader-con .leader-info div {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sub-page.about-page .about-con03 {
    padding: 40px 0;
  }
  .sub-page.about-page .about-con03 .culture-pic {
    margin-top: 30px;
  }
  .sub-page.about-page .about-con03 .info-con01 {
    font-size: 14px;
    margin-top: 10px;
  }
  .sub-page.about-page .about-con04 {
    padding: 20px 0 50px;
  }
  .sub-page.about-page .about-con04 .info-con01 {
    margin-top: 30px;
    font-size: 14px;
  }
  .sub-page.about-certificate-page .about-con01 {
    padding: 40px 0;
  }
  .sub-page.about-certificate-page .about-con01 .sub-title-con {
    margin-bottom: 30px;
  }
  .sub-page.about-certificate-page .about-con01 .info-con01 {
    margin-bottom: 15px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con {
    margin-top: 30px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con .item-pic {
    margin-bottom: 30px;
  }
  .sub-page.about-team-page {
    padding-bottom: 50px;
  }
  .sub-page.about-team-page .about-con01 {
    padding-top: 40px;
  }
  .sub-page.about-team-page .about-con01 .culture-pic {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sub-page.news-page .news-list-con {
    padding: 40px 0;
  }
  .sub-page.news-page .news-list-con .news-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .sub-page.news-page .news-list-con .news-item .item-pic {
    margin-right: 20px;
  }
  .sub-page.news-page .news-list-con .news-item .item-pic img {
    width: 250px;
    height: 140px;
  }
  .sub-page.news-page .news-list-con .news-item .item-info {
    width: calc(100% - 270px);
  }
  .sub-page.news-page .news-list-con .news-item .item-info .item-title {
    font-size: 15px;
  }
  .sub-page.news-page .news-list-con .news-item .item-info .item-text {
    margin-top: 12px;
  }
  .sub-page.news-page .news-list-con .news-item .item-info .item-date {
    margin-top: 12px;
  }
  .sub-page.product-page .product-cont {
    padding: 40px 0;
  }
  .sub-page.product-page .product-cont .product-menu {
    width: 240px;
    margin-right: 20px;
  }
  .sub-page.product-page .product-cont .product-menu .item a {
    padding: 18px 20px;
  }
  .sub-page.product-page .product-cont .product-list-con .list-con .product-item {
    margin-bottom: 15px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-pic {
    margin-right: 20px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-pic img {
    width: 280px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-title {
    font-size: 20px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-describe {
    margin-top: 15px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-phone {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 15px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body {
    margin-top: 20px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-title span {
    padding: 12px 30px;
    font-size: 15px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-body-cont {
    padding: 20px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .recommend-con {
    margin-top: 20px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .recommend-con .title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sub-page.contact-page .contact-con01 {
    padding: 40px 0;
  }
  .sub-page.contact-page .contact-con01 .info-con {
    margin-top: 30px;
  }
  .sub-page.contact-page .contact-con01 .map-con {
    margin-top: 30px;
  }
  .sub-page.news-detail-page .news-detail-con {
    padding: 40px 0;
  }
  .sub-page.news-detail-page .news-detail-con .news-title {
    font-size: 20px;
    line-height: 32px;
  }
  .sub-page.news-detail-page .news-detail-con .news-date {
    padding-bottom: 15px;
  }
  .sub-page.news-detail-page .news-detail-con .news-detail {
    margin-top: 30px;
  }
  .sub-page.news-detail-page .news-detail-con .pre-page-con {
    padding: 0 15px;
    margin-top: 30px;
  }
  .sub-page.news-detail-page .news-detail-con .pre-page-con p {
    padding: 15px 0;
  }
  .sub-page.client-page .case-list-con {
    padding: 40px 0;
  }
  .sub-page.client-page .case-list-con .case-list .item-con {
    margin-bottom: 30px;
  }
  .sub-page.client-page .case-list-con .case-list .item-con .case-pic {
    height: 164px;
  }
  .sub-page.client-page .case-list-con .case-list .item-con .text-info {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .index-page .index-title .title-cn {
    font-size: 22px;
  }
  .index-page .index-title .title-en {
    font-size: 14px;
    margin-top: 5px;
  }
  .index-page .more-btn {
    margin-top: 20px;
  }
  .index-page .more-btn a {
    padding: 8px 35px;
  }
  .index-page .index-solution-con {
    padding: 40px 0;
  }
  .index-page .index-solution-con .solution-type-con {
    margin-top: 20px;
  }
  .index-page .index-solution-con .solution-type-con a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .index-page .index-solution-con .info-cont {
    margin-top: 30px;
    font-size: 14px;
  }
  .index-page .index-client-con {
    padding: 40px 0;
  }
  .index-page .index-client-con .client-list {
    margin-top: 30px;
  }
  .index-page .index-client-con .client-list.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-page .index-client-con .client-list .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-page .index-client-con .client-list .client-title {
    font-size: 14px;
    margin-top: 15px;
  }
  .index-page .index-choice-con {
    padding: 10px 0 30px;
  }
  .index-page .index-choice-con .title-con {
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 30px;
    background-size: 400px;
  }
  .index-page .index-choice-con .choice-list {
    padding: 30px 0;
  }
  .index-page .index-choice-con .choice-list .item-pic img {
    max-width: 80%;
  }
  .index-page .index-choice-con .choice-list .item-info {
    padding-top: 10px;
  }
  .index-page .index-choice-con .choice-list .item-info.left-con {
    margin-right: 15px;
  }
  .index-page .index-choice-con .choice-list .item-info.right-con {
    margin-left: 15px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title {
    line-height: 40px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title .number {
    font-size: 40px;
    margin-right: 10px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title .text {
    font-size: 18px;
    top: -8px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-list .p01 {
    font-size: 14px;
    margin-top: 10px;
  }
  .index-page .index-product-con {
    padding: 40px 0;
  }
  .index-page .index-product-con .product-type-con {
    margin-top: 20px;
  }
  .index-page .index-product-con .product-type-con a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .index-page .index-product-con .product-list {
    margin-top: 30px;
  }
  .index-page .index-about-con {
    padding: 20px 0;
  }
  .index-page .index-about-con .title-con {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .index-page .index-about-con .title-con .right {
    font-size: 12px;
  }
  .index-page .index-about-con .about-info {
    margin-top: 20px;
  }
  .index-page .index-about-con .about-info .info-pic {
    width: 250px;
    margin-right: 20px;
  }
  .index-page .index-about-con .about-info .info-text .text-con {
    line-height: 22px;
    -webkit-line-clamp: 5;
  }
  .index-page .index-about-con .about-info .info-text .btn-con {
    margin-top: 15px;
  }
  .index-page .index-about-con .about-info .info-text .btn-con a {
    font-size: 12px;
  }
  .index-page .index-news-con {
    padding: 40px 0;
  }
  .index-page .index-news-con .news-cont .title-con {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .index-page .index-news-con .news-cont .title-con .right {
    font-size: 12px;
  }
  .index-page .index-news-con .news-cont .top-news {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .index-page .index-news-con .news-cont .top-news .news-pic {
    margin-right: 10px;
  }
  .index-page .index-news-con .news-cont .top-news .news-pic img {
    width: 130px;
    height: 74px;
  }
  .index-page .index-news-con .news-cont .top-news .news-info {
    width: calc(100% - 140px);
  }
  .index-page .index-news-con .news-cont .top-news .news-info .news-title {
    font-size: 14px;
  }
  .index-page .index-news-con .news-cont .top-news .news-info .news-text {
    font-size: 12px;
  }
  .index-page .index-news-con .news-cont .news-item {
    margin-top: 12px;
  }
  .index-page .index-news-con .news-cont .news-item .news-title {
    font-size: 14px;
  }

  .sub-page .sub-title-con {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .sub-page .sub-title-con:after {
    width: 30px;
    margin-left: -15px;
  }
  .sub-page .sub-menu-con {
    padding: 12px 0;
  }
  .sub-page .sub-menu-con .menu-list .title {
    margin-right: 10px;
  }
  .sub-page .sub-menu-con .menu-list .menu-cont ul li {
    margin-right: 10px;
  }
  .sub-page.about-page .about-con01 {
    padding: 30px 0;
  }
  .sub-page.about-page .about-con01 .sub-title-con {
    margin-bottom: 20px;
  }
  .sub-page.about-page .about-con01 .info-con01 {
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .sub-page.about-page .about-con02 {
    padding: 30px 0 40px;
  }
  .sub-page.about-page .about-con02 .leader-con {
    margin-top: 20px;
  }
  .sub-page.about-page .about-con02 .leader-con .leader-pic {
    width: 240px;
  }
  .sub-page.about-page .about-con02 .leader-con .leader-info {
    line-height: 1.7;
  }
  .sub-page.about-page .about-con02 .leader-con .leader-info div {
    margin-bottom: 10px;
  }
  .sub-page.about-page .about-con03 {
    padding: 30px 0;
  }
  .sub-page.about-page .about-con03 .culture-pic {
    margin-top: 20px;
  }
  .sub-page.about-page .about-con03 .info-con01 {
    line-height: 1.7;
  }
  .sub-page.about-page .about-con04 {
    padding: 20px 0 30px;
  }
  .sub-page.about-page .about-con04 .info-con01 {
    margin-top: 20px;
    line-height: 1.7;
  }
  .sub-page.about-certificate-page .about-con01 {
    padding: 30px 0;
  }
  .sub-page.about-certificate-page .about-con01 .sub-title-con {
    margin-bottom: 20px;
  }
  .sub-page.about-certificate-page .about-con01 .info-con01 {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 14px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con {
    margin-top: 20px;
  }
  .sub-page.about-team-page {
    padding-bottom: 40px;
  }
  .sub-page.about-team-page .about-con01 {
    padding-top: 30px;
  }
  .sub-page.about-team-page .about-con01 .culture-pic {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sub-page.about-team-page .about-con01 .info-con01 {
    font-size: 14px;
    line-height: 1.7;
  }
  .sub-page.news-page .news-list-con {
    padding: 30px 0;
  }
  .sub-page.news-page .news-list-con .news-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .sub-page.news-page .news-list-con .news-item .item-pic img {
    width: 220px;
    height: 125px;
  }
  .sub-page.news-page .news-list-con .news-item .item-info {
    width: calc(100% - 240px);
  }
  .sub-page.news-page .news-list-con .news-item .item-info .item-title {
    font-size: 14px;
  }
  .sub-page.news-page .news-list-con .news-item .item-info .item-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .sub-page.news-page .news-list-con .news-item .item-info .item-date {
    margin-top: 10px;
    font-size: 12px;
  }
  .sub-page.product-page .product-cont {
    padding: 30px 0;
  }
  .sub-page.product-page .product-cont .product-menu {
    width: 200px;
  }
  .sub-page.product-page .product-cont .product-menu .item a {
    padding: 15px;
  }
  .sub-page.product-page .product-cont .product-list-con .list-con .product-item {
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-cont .product-list-con .list-con .product-item .item-title {
    font-size: 14px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top {
    flex-direction: column;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-pic {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-title {
    font-size: 18px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-describe {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-phone {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body {
    margin-top: 30px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-title span {
    padding: 10px 25px;
    font-size: 14px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-body-cont {
    font-size: 14px;
    line-height: 1.7;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .recommend-con .title {
    font-size: 14px;
  }
  .sub-page.contact-page .contact-con01 {
    padding: 30px 0;
  }
  .sub-page.contact-page .contact-con01 .info-con {
    margin-top: 20px;
    font-size: 14px;
  }
  .sub-page.contact-page .contact-con01 .map-con {
    margin-top: 20px;
  }
  .sub-page.news-detail-page .news-detail-con {
    padding: 30px 0;
  }
  .sub-page.news-detail-page .news-detail-con .news-title {
    font-size: 18px;
    line-height: 28px;
  }
  .sub-page.news-detail-page .news-detail-con .news-detail {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  .sub-page.news-detail-page .news-detail-con .pre-page-con {
    margin-top: 20px;
    font-size: 14px;
  }
  .sub-page.client-page .case-list-con {
    padding: 30px 0;
  }
  .sub-page.client-page .case-list-con .case-list .item-con .case-pic {
    height: 192px;
  }
  .sub-page.client-page .case-list-con .case-list .item-con .text-info {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .index-page .index-title .title-cn {
    font-size: 16px;
  }
  .index-page .index-title .title-en {
    font-size: 12px;
  }
  .index-page .more-btn a {
    padding: 6px 30px;
    font-size: 12px;
  }
  .index-page .index-solution-con {
    padding: 20px 0;
  }
  .index-page .index-solution-con .solution-type-con {
    margin-top: 15px;
    white-space: nowrap;
    overflow: auto;
  }
  .index-page .index-solution-con .solution-type-con a {
    padding: 4px 10px;
    font-size: 12px;
    margin: 0;
  }
  .index-page .index-solution-con .info-cont {
    margin-top: 20px;
    font-size: 12px;
  }
  .index-page .index-client-con {
    padding: 20px 0;
    background-size: 100% 84px;
  }
  .index-page .index-client-con .client-list {
    margin-top: 20px;
  }
  .index-page .index-client-con .client-list .col-lg-6 {
    margin-top: 20px;
  }
  .index-page .index-choice-con {
    padding: 10px 0;
  }
  .index-page .index-choice-con .title-con {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
    background-size: 300px;
  }
  .index-page .index-choice-con .choice-list {
    padding: 20px 0;
  }
  .index-page .index-choice-con .choice-list .item-pic img {
    max-width: 70%;
  }
  .index-page .index-choice-con .choice-list .item-info {
    padding-top: 0;
  }
  .index-page .index-choice-con .choice-list .item-info.left-con {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index-page .index-choice-con .choice-list .item-info.right-con {
    margin-left: 0;
    margin-top: 20px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title {
    line-height: 30px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title .number {
    font-size: 30px;
    margin-right: 10px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-title .text {
    font-size: 14px;
    top: -6px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-list .p01 {
    font-size: 12px;
    padding-left: 15px;
  }
  .index-page .index-choice-con .choice-list .item-info .info-list .p01:before {
    top: 4px;
  }
  .index-page .index-product-con {
    padding: 20px 0;
  }
  .index-page .index-product-con .product-type-con {
    margin-top: 15px;
    white-space: nowrap;
    overflow: auto;
  }
  .index-page .index-product-con .product-type-con a {
    padding: 4px 10px;
    font-size: 12px;
    margin: 0;
  }
  .index-page .index-product-con .product-list {
    margin-top: 20px;
  }
  .index-page .index-product-con .product-list .product-item .item-title {
    font-size: 12px;
  }
  .index-page .index-product-con .more-btn {
    margin-top: 0;
  }
  .index-page .index-about-con {
    padding: 20px 0;
  }
  .index-page .index-about-con .title-con {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
  }
  .index-page .index-about-con .about-info {
    flex-direction: column;
  }
  .index-page .index-about-con .about-info .info-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .index-page .index-about-con .about-info .info-text {
    width: 100%;
  }
  .index-page .index-about-con .about-info .info-text .text-con {
    line-height: 20px;
    -webkit-line-clamp: 5;
    font-size: 12px;
  }
  .index-page .index-about-con .about-info .info-text .btn-con {
    margin-top: 10px;
  }
  .index-page .index-about-con .about-info .info-text .btn-con a {
    margin-right: 10px;
  }
  .index-page .index-news-con {
    padding: 1px 0 20px;
  }
  .index-page .index-news-con .news-cont .title-con {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    margin-top: 20px;
  }

  .sub-page .sub-title-con {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .sub-page .sub-menu-con {
    padding: 12px 0;
  }
  .sub-page .sub-menu-con .menu-list .title {
    margin-right: 10px;
    padding: 3px 0;
  }
  .sub-page .sub-menu-con .menu-list .menu-cont ul li {
    padding: 3px 10px;
    margin-right: 10px;
  }
  .sub-page.about-page .about-con01 {
    padding: 20px 0;
  }
  .sub-page.about-page .about-con01 .sub-title-con {
    margin-bottom: 15px;
  }
  .sub-page.about-page .about-con01 .info-con01 {
    font-size: 12px;
  }
  .sub-page.about-page .about-con02 {
    padding: 20px 0;
  }
  .sub-page.about-page .about-con02 .leader-con {
    margin-top: 20px;
    flex-direction: column;
  }
  .sub-page.about-page .about-con02 .leader-con .leader-pic {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .sub-page.about-page .about-con02 .leader-con .leader-info div {
    font-size: 12px;
  }
  .sub-page.about-page .about-con03 {
    padding: 20px 0;
  }
  .sub-page.about-page .about-con03 .culture-pic {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sub-page.about-page .about-con03 .info-con01 {
    font-size: 12px;
  }
  .sub-page.about-page .about-con04 {
    padding: 10px 0 20px;
  }
  .sub-page.about-page .about-con04 .info-con01 {
    font-size: 12px;
  }
  .sub-page.about-certificate-page .about-con01 {
    padding: 20px 0;
  }
  .sub-page.about-certificate-page .about-con01 .sub-title-con {
    margin-bottom: 20px;
  }
  .sub-page.about-certificate-page .about-con01 .info-con01 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con {
    margin-top: 20px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-page.about-certificate-page .about-con01 .certificate-pic-con .item-pic {
    margin-bottom: 20px;
  }
  .sub-page.about-certificate-page .about-con01 .patent-con {
    margin-top: 10px;
  }
  .sub-page.about-team-page {
    padding-bottom: 30px;
  }
  .sub-page.about-team-page .about-con01 {
    padding-top: 20px;
  }
  .sub-page.about-team-page .about-con01 .culture-pic {
    margin-top: 15px;
  }
  .sub-page.about-team-page .about-con01 .info-con01 {
    font-size: 12px;
  }
  .sub-page.news-page .news-list-con {
    padding: 20px 0;
  }
  .sub-page.news-page .news-list-con .news-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    flex-direction: column;
  }
  .sub-page.news-page .news-list-con .news-item .item-pic {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-page.news-page .news-list-con .news-item .item-pic img {
    width: 100%;
    height: auto;
  }
  .sub-page.news-page .news-list-con .news-item .item-info {
    width: 100%;
  }
  .sub-page.product-page .product-cont {
    padding: 20px 0;
    flex-direction: column;
  }
  .sub-page.product-page .product-cont .product-select {
    background: #3eacf2;
    margin-bottom: 20px;
    padding: 10px;
    color: #fff;
    border: none;
    outline-color: transparent;
  }
  .sub-page.product-page .product-cont .product-select option {
    background: #fff;
    color: #555;
  }
  .sub-page.product-page .product-cont .product-list-con .list-con .product-item {
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-cont .product-list-con .list-con .product-item .item-title {
    padding: 10px 15px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-pic {
    margin-bottom: 10px;
    border: 1px solid #eee;
    text-align: center;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-pic img {
    border: none;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-title {
    font-size: 16px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-describe {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-top .pro-info .info-phone a:hover {
    color: #fff !important;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body {
    margin-top: 20px;
  }
  .sub-page.product-page .product-cont .product-list-con .product-detail-con .detail-body .detail-body-cont {
    padding: 15px;
    font-size: 12px;
  }
  .sub-page.contact-page .contact-con01 {
    padding: 20px 0;
  }
  .sub-page.contact-page .contact-con01 .info-con p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .sub-page.contact-page .contact-con01 .map-con {
    margin-top: 15px;
  }
  .sub-page.news-detail-page .news-detail-con {
    padding: 20px 0;
  }
  .sub-page.news-detail-page .news-detail-con .news-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .sub-page.news-detail-page .news-detail-con .news-date {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .sub-page.news-detail-page .news-detail-con .news-detail {
    margin-top: 15px;
  }
  .sub-page.news-detail-page .news-detail-con .pre-page-con {
    font-size: 12px;
  }
  .sub-page.news-detail-page .news-detail-con .pre-page-con p {
    padding: 12px 0;
  }
  .sub-page.client-page .case-list-con {
    padding: 20px 0;
  }
  .sub-page.client-page .case-list-con .case-list .item-con {
    margin-bottom: 20px;
  }
  .sub-page.client-page .case-list-con .case-list .item-con .case-pic {
    height: auto;
  }
}

/*# sourceMappingURL=index.css.map */
