@charset "UTF-8";
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;
}

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

.sub-page.case-page .case-cont .case-detail-con03, .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con, .sub-page.contact-page .contact-cont .contact-box .contact-detail, .sub-page.contact-page .contact-cont .job-link, .sub-page.contact-page .contact-cont .join-list .post-info-box, .sub-page.news-detail-page .news-detail-cont .news-title, .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title, .sub-page.news-list-page .news-list-cont .news-list .news-item, .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title, .sub-page.news-page .news-cont .news-main-con, .sub-page.about-page .about-cont .about-info01, .sub-page.product-page .product-body03 .product-con04 .project-step-list, .sub-page.product-page .product-body03 .product-con03, .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info, .sub-page.product-page .product-body03 .product-con02 .project-info-con, .sub-page.product-page .product-body02 .product-con02 .detail-pic-con, .sub-page.product-page .product-body02 .product-con02 .detail-info-con, .sub-page.product-page .product-body02 .product-con01 .project-item-list, .sub-page.product-page .product-body .product-con01 .detail-info-con, .sub-page .sub-main-title, .mask-tips-con, .index-page .technology-cont .technology-box, .index-page .company-direction .company-cont .company-info02 .title-con, .footer-con .footer-info .logo-cont {
  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;
}

@font-face {
  font-family: "NeueMachina";
  src: url("../css/NeueMachina-Regular.otf");
}
/*header*/
.navbar-default {
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  top: -5px;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
}
.navbar-default.navbar {
  height: 90px;
  margin-bottom: 0;
  min-height: 90px;
}
.navbar-default .navbar-header {
  margin-left: 45px !important;
}
.navbar-default .navbar-header .navbar-brand {
  height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 300px;
  display: inline-block;
  background: url("../images/logo02.png") no-repeat;
  background-size: 100%;
  margin-top: 30px;
}
.navbar-default .navbar-collapse {
  margin-right: 20px;
}
.navbar-default .navbar-nav {
  font-size: 16px;
  margin-top: 27px;
}
.navbar-default .navbar-nav > li {
  margin-left: 80px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  padding: 20px 5px;
  display: inline-block;
  position: relative;
}
.navbar-default .navbar-nav > li > a:before {
  width: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 3px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  background: #777;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
}
.navbar-default .navbar-nav > li > a:focus {
  background: transparent;
}
.navbar-default .navbar-nav > li > a .caret {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.navbar-default .navbar-nav > li.active a {
  background: transparent;
  border-bottom: 3px solid #777;
  color: #333;
}
.navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus {
  background: transparent;
  color: #333;
}
.navbar-default .navbar-nav .sub-nav-list {
  position: absolute;
  background: #fff;
  width: 160px;
  border-top: 2px solid #00abff;
  padding-left: 0;
  left: 0;
  top: 60px;
  display: none;
}
.navbar-default .navbar-nav .sub-nav-list li {
  list-style: none;
  padding: 10px 10px 10px 30px;
}
.navbar-default .navbar-nav .sub-nav-list li a {
  color: #333;
  border-bottom: none;
  display: block;
}
.navbar-default .navbar-nav .sub-nav-list li a:hover {
  text-decoration: none;
}
.navbar-default .navbar-nav .sub-nav-list li:hover {
  background: #f3f3f3;
}
.navbar-default.top-default-nav {
  background: transparent;
  top: 0;
}
.navbar-default.top-default-nav .navbar-header .navbar-brand {
  background: url("../images/logo.png") no-repeat;
  background-size: 100%;
}
.navbar-default.top-default-nav .navbar-nav > li > a {
  color: #fff;
}
.navbar-default.top-default-nav .navbar-nav > li > a:before {
  background: #fff;
}
.navbar-default.top-default-nav .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-default.top-default-nav .navbar-nav > li > a:active, .navbar-default.top-default-nav .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-default.top-default-nav .navbar-nav > li.active a {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.navbar-default.top-default-nav .navbar-nav > li.active a:hover {
  color: #fff;
}
.navbar-default.top-default-nav .navbar-nav > li.active .sub-nav-list a {
  color: #333;
  border-bottom: none;
}
.navbar-default.top-default-nav .navbar-nav > li.active .sub-nav-list a:hover {
  color: #333;
}

.footer-breadcrumb {
  background: #d9e1e4;
  color: #333;
  padding: 5px 0;
}
.footer-breadcrumb a {
  color: #333;
}

/*footer*/
.footer-con {
  background: #edf0f5;
}
.footer-con .footer-info {
  padding: 60px 0 40px;
}
.footer-con .footer-info .logo-cont {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer-con .footer-info .logo-cont .logo-text {
  font-size: 32px;
  font-weight: bold;
}
.footer-con .footer-info .logo-cont .logo-pic img {
  width: 300px;
}
.footer-con .footer-info .partner-con {
  margin-bottom: 30px;
}
.footer-con .footer-info .partner-con .partner-title {
  font-size: 20px;
}
.footer-con .footer-info .partner-con .partner-title .iconfont {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.footer-con .footer-info .partner-con .partner-list {
  margin-top: 20px;
}
.footer-con .footer-info .partner-con .partner-list .partner-item {
  border-left: 1px solid #ccc;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 15px;
}
.footer-con .footer-info .partner-con .partner-list .partner-item img {
  height: 50px;
}
.footer-con .footer-info .partner-con .partner-list .partner-item:first-child {
  padding-left: 0;
  border-left: none;
}
.footer-con .footer-info .copyright-con {
  margin-top: 40px;
}
.footer-con .footer-info .copyright-con a {
  color: #999;
}

/*banner*/
.banner-con img {
  object-fit: cover;
  width: 100%;
  min-height: 200px;
}
.banner-con.swiper-container {
  --swiper-theme-color: #fff;
}
.banner-con.swiper-container .swiper-pagination-bullet {
  margin: 0 8px;
  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: 65px;
}

/*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: #00abff;
}
.pagelist li.thisclass {
  border: 1px solid #00abff;
  color: #00abff;
}
.pagelist li .pageinfo {
  color: #999;
}
.pagelist li .pageinfo strong {
  margin: 0 5px;
  color: #00abff;
}

@media (max-width: 1479px) {
  /*footer*/
  .footer-con .footer-info {
    padding: 50px 0 40px;
  }
  .footer-con .footer-info .partner-con .partner-list .partner-item img {
    height: 45px;
  }
}
@media (max-width: 1239px) {
  .navbar-default.navbar {
    height: 80px;
    min-height: 80px;
  }
  .navbar-default .container {
    width: 100%;
  }
  .navbar-default .navbar-header {
    margin-left: 20px !important;
  }
  .navbar-default .navbar-header .navbar-brand {
    width: 240px;
    margin-top: 27px;
  }
  .navbar-default .navbar-nav {
    margin-right: -20px;
    margin-top: 17px;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 50px;
  }

  /*footer*/
  .footer-con .footer-info {
    padding: 40px 0 30px;
  }
  .footer-con .footer-info .logo-cont {
    margin-bottom: 15px;
  }
  .footer-con .footer-info .logo-cont .logo-text {
    font-size: 28px;
  }
  .footer-con .footer-info .logo-cont .logo-pic img {
    width: 240px;
  }
  .footer-con .footer-info .partner-con {
    margin-bottom: 20px;
  }
  .footer-con .footer-info .partner-con .partner-title {
    font-size: 18px;
  }
  .footer-con .footer-info .partner-con .partner-title .iconfont {
    font-size: 16px;
  }
  .footer-con .footer-info .partner-con .partner-list {
    margin-top: 15px;
  }
  .footer-con .footer-info .partner-con .partner-list .partner-item {
    padding: 0 20px;
  }
  .footer-con .footer-info .partner-con .partner-list .partner-item img {
    height: 40px;
  }
  .footer-con .footer-info .copyright-con {
    margin-top: 20px;
  }

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

  .pagelist {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .navbar-default.navbar {
    height: 70px;
    min-height: 70px;
  }
  .navbar-default .navbar-header {
    margin-left: 10px !important;
  }
  .navbar-default .navbar-header .navbar-brand {
    width: 200px;
    margin-top: 22px;
  }
  .navbar-default .navbar-nav {
    margin-right: -20px;
    margin-top: 7px;
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 25px;
  }
  .navbar-default .navbar-nav > li > a:before {
    height: 2px;
  }
  .navbar-default .navbar-nav > li.active a {
    border-bottom: 2px solid #777;
  }
  .navbar-default.top-default-nav .navbar-nav > li.active a {
    border-bottom: 2px solid #fff;
  }

  /*footer*/
  .footer-con .footer-info {
    padding: 30px 0 20px;
  }
  .footer-con .footer-info .logo-cont {
    margin-bottom: 10px;
  }
  .footer-con .footer-info .logo-cont .logo-text {
    font-size: 24px;
  }
  .footer-con .footer-info .logo-cont .logo-pic img {
    width: 200px;
  }
  .footer-con .footer-info .partner-con {
    margin-bottom: 15px;
  }
  .footer-con .footer-info .partner-con .partner-title {
    font-size: 16px;
  }
  .footer-con .footer-info .partner-con .partner-title .iconfont {
    font-size: 14px;
  }
  .footer-con .footer-info .partner-con .partner-list {
    margin-top: 10px;
  }
  .footer-con .footer-info .partner-con .partner-list .partner-item {
    padding: 0 12px;
  }
  .footer-con .footer-info .partner-con .partner-list .partner-item img {
    height: 32px;
  }
  .footer-con .footer-info .copyright-con {
    margin-top: 10px;
    font-size: 12px;
  }

  .pagelist {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .navbar-default.navbar {
    height: 50px;
    border: none;
    min-height: 50px;
  }
  .navbar-default .navbar-header {
    margin-left: 0 !important;
  }
  .navbar-default .navbar-header .navbar-brand {
    width: 180px;
    margin-top: 15px;
    padding: 0;
    height: 30px;
  }
  .navbar-default .navbar-toggle {
    border: none;
    margin-right: 5px;
    z-index: 99;
    margin-top: 12px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #00abff;
    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: #00abff;
  }
  .navbar-default .navbar-collapse {
    background: #fff;
    max-height: none;
    border: none;
    top: -2px;
    overflow-x: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    position: relative;
    z-index: 1000;
    margin-right: -15px;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin-right: 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;
    padding: 0 10px;
    line-height: 24px;
    border-bottom: none;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    border-left: 2px solid #00abff;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a, .navbar-default .navbar-collapse .navbar-nav > li.current > a {
    border-bottom: none;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list {
    position: static;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    border-top: none;
    display: block;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li {
    list-style: inside;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 5px 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;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li.active a {
    color: #333;
  }
  .navbar-default.top-default-nav {
    background: transparent;
    top: 0;
  }
  .navbar-default.top-default-nav .navbar-toggle {
    margin-top: 5px;
  }
  .navbar-default.top-default-nav .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default.top-default-nav .navbar-nav > li a, .navbar-default.top-default-nav .navbar-nav > li a:hover {
    color: #333;
  }
  .navbar-default.top-default-nav .navbar-nav > li.active a, .navbar-default.top-default-nav .navbar-nav > li.active a:hover {
    color: #333;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*footer*/
  .footer-con .footer-info {
    padding: 20px 0 20px;
  }
  .footer-con .footer-info .logo-cont .logo-text {
    font-size: 18px;
  }
  .footer-con .footer-info .logo-cont .logo-pic img {
    width: 140px;
  }
  .footer-con .footer-info .partner-con {
    margin-bottom: 10px;
  }
  .footer-con .footer-info .partner-con .partner-title {
    font-size: 14px;
  }
  .footer-con .footer-info .partner-con .partner-title .iconfont {
    font-size: 12px;
    margin-left: 5px;
  }
  .footer-con .footer-info .partner-con .partner-list {
    margin-top: 10px;
  }
  .footer-con .footer-info .partner-con .partner-list .partner-item {
    padding: 0 10px;
  }
  .footer-con .footer-info .partner-con .partner-list .partner-item img {
    height: 26px;
  }

  /*banner*/
  .banner-con.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 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*/
.main-title a {
  color: #333;
}
.main-title .title-en {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.1;
  padding-bottom: 5px;
}
.main-title .title-cn {
  font-size: 20px;
}
.main-title .title-cn .iconfont {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.colours-hr {
  position: relative;
  padding-bottom: 15px;
}
.colours-hr:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #fd01e0, #b92ee9, #5275f5, #0da2fe);
}

.index-page .company-direction {
  background: #edf0f5 url("../images/bg01.jpg") center bottom repeat-x;
  padding: 140px 0;
}
.index-page .company-direction .company-cont {
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.index-page .company-direction .company-cont .company-info {
  max-width: 400px;
  margin-top: 60px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.index-page .company-direction .company-cont .company-info > div {
  margin-top: 5px;
}
.index-page .company-direction .company-cont .company-info02 {
  margin-top: 80px;
}
.index-page .company-direction .company-cont .company-info02 .en-con {
  font-family: "NeueMachina";
  font-size: 100px;
}
.index-page .company-direction .company-cont .company-info02 .title-con {
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 80px;
  padding-bottom: 30px;
}
.index-page .company-direction .company-cont .company-info02 .title-con .text-con {
  font-size: 22px;
}
.index-page .company-direction .company-cont .company-info02 .title-con .text-con img {
  height: 24px;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.index-page .company-direction .company-cont.active {
  top: 0;
  opacity: 1;
}
.index-page .company-direction .container {
  position: relative;
}
.index-page .company-direction .air-pic-con {
  position: absolute;
  right: 80px;
  top: 120px;
  opacity: 0;
  transition: all 0.8s 0.5s;
  -webkit-transition: all 0.8s 0.5s;
}
.index-page .company-direction .air-pic-con.active {
  top: 40px;
  opacity: 1;
}
.index-page .company-direction .air-pic-con img {
  width: 840px;
}
.index-page .company-direction .tips-icon {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  -webkit-animation: fluctuation 2.5s infinite ease-in;
  animation: fluctuation 2.5s infinite ease-in;
}
.index-page .company-direction .tips-icon img {
  width: 80px;
}
.index-page .technology-cont {
  padding: 120px 0;
}
.index-page .technology-cont .technology-box {
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
.index-page .technology-cont .technology-box .technology-info {
  width: 420px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.index-page .technology-cont .technology-box .technology-pic {
  width: 850px;
}
.index-page .technology-cont .technology-box .technology-pic img {
  width: 100%;
}
.index-page .industry-cont .industry-info-box {
  background: #edf0f5 url("../images/bg02.jpg") center top repeat-x;
  padding: 150px 0;
}
.index-page .industry-cont .industry-info-box .colours-hr {
  padding-bottom: 50px;
}
.index-page .industry-cont .industry-info-box .industry-text {
  margin-top: 50px;
  padding-left: 20px;
  margin-bottom: 80px;
}
.index-page .industry-cont .industry-info-box .industry-text li {
  font-size: 16px;
  color: #666;
  padding: 10px 0;
}
.index-page .industry-cont .industry-pic-box {
  padding-bottom: 100px;
  margin-top: -120px;
}
.index-page .industry-cont .industry-pic-box .swiper-slide {
  position: relative;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
}
.index-page .industry-cont .industry-pic-box .swiper-slide img {
  width: 100%;
}
.index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con {
  width: 400px;
  position: absolute;
  bottom: -140px;
  left: 50px;
  color: #fff;
  opacity: 0;
  transition: bottom 1s ease;
  -webkit-transition: bottom 1s ease;
}
.index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-title {
  font-size: 28px;
  font-weight: bold;
}
.index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-text {
  font-size: 12px;
  margin-top: 10px;
}
.index-page .industry-cont .industry-pic-box .swiper-slide-active, .index-page .industry-cont .industry-pic-box .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1002;
}
.index-page .industry-cont .industry-pic-box .swiper-slide-active .swiper-info-con, .index-page .industry-cont .industry-pic-box .swiper-slide-duplicate-active .swiper-info-con {
  opacity: 1;
}
.index-page .industry-cont .industry-pic-box .swiper-slide-active:hover .swiper-info-con, .index-page .industry-cont .industry-pic-box .swiper-slide-duplicate-active:hover .swiper-info-con {
  bottom: 30px;
}
.index-page .industry-cont .industry-pic-box .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #0089cd center 50%/50% 50% no-repeat;
  opacity: 0.8;
  background-size: 15px;
  cursor: pointer;
  left: 0;
}
.index-page .industry-cont .industry-pic-box .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #0089cd center 50%/50% 50% no-repeat;
  opacity: 0.8;
  background-size: 15px;
  cursor: pointer;
  right: 0;
}

.mask-out {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  visibility: hidden;
}
.mask-out.mask-in {
  visibility: visible;
}

.mask-tips-con {
  position: fixed;
  right: -400px;
  top: 0;
  bottom: 0;
  width: 400px;
  height: 100%;
  background: #00abff;
  color: #fff;
  z-index: 9999;
  align-items: center;
  padding: 0 50px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.mask-tips-con > div {
  flex: 1;
}
.mask-tips-con .tips-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
}
.mask-tips-con .tips-info {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.mask-tips-con .tips-info p {
  margin-top: 20px;
}
.mask-tips-con.move-show {
  right: 0;
}

.sub-page {
  /*产品与解决方案*/
  /*公司理念*/
  /*新闻*/
  /*加入我们*/
  /*经典案例*/
}
.sub-page .sub-banner img {
  width: 100%;
  min-height: 200px;
}
.sub-page .sub-main-title {
  align-items: center;
}
.sub-page .sub-main-title .title-info {
  font-size: 20px;
  flex: none;
}
.sub-page .sub-main-title .title-info .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
.sub-page .sub-main-title .hr-con {
  height: 2px;
  flex: auto;
  margin-left: 20px;
  background-image: linear-gradient(to right, #fd01e0, #b92ee9, #5275f5, #0da2fe);
}
.sub-page.product-page .product-title {
  padding: 100px 0;
}
.sub-page.product-page .product-title .product-menu {
  margin-top: 50px;
  font-size: 0;
  overflow-x: auto;
  white-space: nowrap;
}
.sub-page.product-page .product-title .product-menu .menu-item {
  display: inline-block;
  background: #e6e6e6;
  font-size: 20px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin-left: 50px;
}
.sub-page.product-page .product-title .product-menu .menu-item:first-child {
  margin-left: 0;
}
.sub-page.product-page .product-title .product-menu .menu-item img {
  height: 30px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.sub-page.product-page .product-title .product-menu .menu-item.active, .sub-page.product-page .product-title .product-menu .menu-item:hover {
  background: #00abff;
  box-shadow: 3px 3px 8px #ccc;
  font-weight: bold;
}
.sub-page.product-page .p-info01 {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
.sub-page.product-page .p-info01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 100%;
}
.sub-page.product-page .product-body .product-con01 {
  margin-bottom: 60px;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con {
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  border-bottom: 2px dashed #ddd;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .info-con {
  flex: auto;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .p-info02 {
  padding-left: 20px;
  color: #777;
  line-height: 2;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info01 {
  margin-bottom: 35px;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info01 .p-info02 {
  margin-top: 10px;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info02 .p-info01 {
  margin-bottom: 10px;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info02 .p-info02 {
  margin-bottom: 100px;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con01 {
  width: 670px;
  flex: none;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con01 img {
  width: 100%;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con02 {
  width: 630px;
  flex: none;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con02 img {
  width: 100%;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con03 {
  width: 736px;
  flex: none;
}
.sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con03 img {
  width: 100%;
}
.sub-page.product-page .product-body .product-con01.left-con .detail-info-con .info-con {
  margin-right: 50px;
}
.sub-page.product-page .product-body .product-con01.right-con .detail-info-con .info-con {
  margin-left: 50px;
}
.sub-page.product-page .product-body02 .product-con01 {
  background: #fff url("../images/bg03.jpg") center bottom repeat-x;
  padding-bottom: 50px;
}
.sub-page.product-page .product-body02 .product-con01 .project-item-list {
  padding-top: 80px;
  justify-content: space-between;
}
.sub-page.product-page .product-body02 .product-con01 .project-item-list .item-con {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 8px #ccc;
  padding: 40px 20px;
  text-align: center;
}
.sub-page.product-page .product-body02 .product-con01 .project-item-list .item-con img {
  max-width: 100%;
}
.sub-page.product-page .product-body02 .product-con02 {
  padding: 80px 0 100px;
}
.sub-page.product-page .product-body02 .product-con02 .detail-info-con {
  margin-top: 100px;
  align-items: flex-end;
  justify-content: space-between;
}
.sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con {
  padding-bottom: 120px;
  flex: none;
  width: 897px;
}
.sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info01 {
  margin-bottom: 20px;
  line-height: 1.8;
}
.sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 {
  color: #666;
  margin-bottom: 20px;
}
.sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 span {
  color: #333;
  font-size: 16px;
}
.sub-page.product-page .product-body02 .product-con02 .detail-info-con .pic-con {
  width: 374px;
  flex: none;
}
.sub-page.product-page .product-body02 .product-con02 .detail-info-con .pic-con img {
  width: 100%;
}
.sub-page.product-page .product-body02 .product-con02 .detail-pic-con {
  justify-content: space-between;
  margin-top: 30px;
}
.sub-page.product-page .product-body02 .product-con02 .detail-pic-con img {
  width: 100%;
}
.sub-page.product-page .product-body02 .product-con02 .detail-pic-con .left-pic-con {
  flex: none;
  width: 890px;
}
.sub-page.product-page .product-body02 .product-con02 .detail-pic-con .right-pic-con {
  width: 374px;
  flex: none;
}
.sub-page.product-page .product-body03 .product-con01 .project-pic {
  padding: 80px 0;
}
.sub-page.product-page .product-body03 .product-con01 .project-pic img {
  width: 100%;
}
.sub-page.product-page .product-body03 .product-con02 .project-info-con {
  padding: 50px 0;
  align-items: center;
}
.sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info {
  flex: auto;
}
.sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info .info-item {
  width: 50%;
}
.sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info .info-item .p-info01 {
  margin-bottom: 10px;
}
.sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info .info-item .p-info01:last-child {
  margin-bottom: 0;
}
.sub-page.product-page .product-body03 .product-con02 .project-info-con .project-pic {
  flex: none;
  width: 700px;
  margin-left: 20px;
}
.sub-page.product-page .product-body03 .product-con02 .project-info-con .project-pic img {
  width: 100%;
}
.sub-page.product-page .product-body03 .product-con03 {
  border-bottom: 2px dashed #ddd;
  margin-bottom: 60px;
}
.sub-page.product-page .product-body03 .product-con03 .project-item {
  flex: 1;
  margin-left: 70px;
}
.sub-page.product-page .product-body03 .product-con03 .project-item:first-child {
  margin-left: 0;
}
.sub-page.product-page .product-body03 .product-con03 .project-item .info-item {
  margin: 50px 0 60px;
}
.sub-page.product-page .product-body03 .product-con03 .project-item .info-item .p-info01 {
  margin-bottom: 10px;
}
.sub-page.product-page .product-body03 .product-con04 {
  padding-bottom: 80px;
}
.sub-page.product-page .product-body03 .product-con04 .project-step-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-page.product-page .product-body03 .product-con04 .project-step-list .step-item {
  width: 48.5%;
  margin-top: 50px;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.sub-page.product-page .product-body03 .product-con04 .project-step-list .step-item img {
  width: 100%;
}
.sub-page.product-page .product-body03 .product-con04 .project-step-list .step-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sub-page.about-page .about-cont {
  padding: 100px 0 40px;
}
.sub-page.about-page .about-cont .colours-hr {
  padding-bottom: 80px;
}
.sub-page.about-page .about-cont .about-info01 {
  padding: 80px 0;
  align-items: center;
}
.sub-page.about-page .about-cont .about-info01 .about-logo {
  width: 310px;
  flex: none;
  margin-right: 60px;
}
.sub-page.about-page .about-cont .about-info01 .about-logo img {
  width: 100%;
}
.sub-page.about-page .about-cont .about-info01 .about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.sub-page.about-page .about-cont .about-info01 .about-text p {
  margin-bottom: 15px;
}
.sub-page.about-page .about-cont .about-info01 .about-text p:last-child {
  margin-bottom: 0;
}
.sub-page.about-page .about-cont .about-info02 {
  padding: 60px 0;
  border-top: 1px solid #ddd;
}
.sub-page.about-page .about-cont .about-info02 .info-title {
  margin-bottom: 20px;
}
.sub-page.about-page .about-cont .about-info02 .info-title span {
  font-size: 20px;
  margin-right: 5px;
}
.sub-page.about-page .about-cont .about-info02 .info-text {
  color: #999;
}
.sub-page.about-page .about-cont .develop-list {
  position: relative;
  margin: 100px 0;
}
.sub-page.about-page .about-cont .develop-list:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  top: 40px;
  bottom: 0;
  border-left: 1px dashed #b3b3b3;
}
.sub-page.about-page .about-cont .develop-list .item-con {
  position: relative;
  z-index: 999;
  margin-bottom: 50px;
  width: calc(50% - 60px);
}
.sub-page.about-page .about-cont .develop-list .item-con:before {
  content: "";
  position: absolute;
  top: 15px;
  width: 52px;
  height: 52px;
}
.sub-page.about-page .about-cont .develop-list .item-con .item-year {
  font-weight: bolder;
  font-size: 40px;
  color: #00abff;
}
.sub-page.about-page .about-cont .develop-list .item-con .item-info {
  line-height: 1.8;
  margin-top: -5px;
}
.sub-page.about-page .about-cont .develop-list .item-con .item-info .item-title {
  color: #00abff;
  font-size: 20px;
  margin-bottom: 5px;
}
.sub-page.about-page .about-cont .develop-list .item-con .item-info .item-text {
  font-size: 16px;
  color: #666;
  position: relative;
}
.sub-page.about-page .about-cont .develop-list .item-con.right {
  left: 50%;
  margin-left: 60px;
}
.sub-page.about-page .about-cont .develop-list .item-con.right:before {
  left: -82px;
  background: url("../images/develop-bg01.png") no-repeat;
  background-size: contain;
}
.sub-page.about-page .about-cont .develop-list .item-con.left {
  text-align: right;
}
.sub-page.about-page .about-cont .develop-list .item-con.left:before {
  right: -82px;
  background: url("../images/develop-bg02.png") no-repeat;
  background-size: contain;
}
.sub-page.news-page .news-cont {
  padding: 100px 0;
}
.sub-page.news-page .news-cont .news-main-con {
  margin-top: 80px;
  justify-content: space-between;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend {
  width: 47%;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend .news-date {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend .news-title {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend .news-title a {
  color: #333;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend .news-info {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend .news-pic img {
  width: 100%;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend .news-more {
  margin-top: 20px;
  text-align: right;
  font-weight: bold;
}
.sub-page.news-page .news-cont .news-main-con .news-recommend .news-more a {
  color: #4d4d4d;
}
.sub-page.news-page .news-cont .news-main-con .news-list {
  width: 47%;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-name {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-name a {
  color: #4d4d4d;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item {
  height: 170px;
  padding: 45px 0;
  border-top: 1px solid #ddd;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item:first-child {
  border-top: none;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title {
  width: 100%;
  color: #666;
  align-items: center;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title .info {
  font-size: 20px;
  flex: auto;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title .date {
  flex: none;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-info {
  margin-top: 10px;
  color: #999;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item:hover .news-title {
  margin-top: 0;
}
.sub-page.news-page .news-cont .news-main-con .news-list .news-item:hover .news-info {
  opacity: 1;
}
.sub-page.news-list-page .news-list-cont {
  padding: 100px 0 80px;
}
.sub-page.news-list-page .news-list-cont .main-title {
  padding-bottom: 50px;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item {
  align-items: center;
  padding: 50px 0;
  border-bottom: 2px solid #ddd;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-pic {
  width: 480px;
  flex: none;
  margin-right: 120px;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-pic img {
  width: 100%;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info {
  width: calc(100% - 600px);
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title {
  align-items: center;
  margin-bottom: 20px;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .title {
  font-size: 20px;
  flex: auto;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .news-date {
  flex: none;
  color: #00abff;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-text {
  font-size: 16px;
  font-weight: lighter;
  line-height: 2;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-detail-btn {
  font-weight: lighter;
  font-size: 16px;
  margin-top: 30px;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-detail-btn a {
  color: #b3b3b3;
}
.sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-detail-btn a:hover {
  color: #00abff;
}
.sub-page.news-detail-page .news-detail-cont {
  padding: 100px 0;
}
.sub-page.news-detail-page .news-detail-cont .news-title {
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.sub-page.news-detail-page .news-detail-cont .news-title .title {
  font-size: 20px;
  flex: auto;
}
.sub-page.news-detail-page .news-detail-cont .news-title .date {
  font-size: 22px;
  font-weight: bold;
  color: #00abff;
  flex: none;
  margin-left: 10px;
}
.sub-page.news-detail-page .news-detail-cont .news-detail-box {
  line-height: 1.8;
}
.sub-page.news-detail-page .news-detail-cont .news-detail-box img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sub-page.contact-page .contact-cont {
  padding: 100px 0;
}
.sub-page.contact-page .contact-cont .main-title {
  padding-bottom: 80px;
}
.sub-page.contact-page .contact-cont .describe-con {
  margin-top: 20px;
  font-size: 20px;
  color: #808080;
}
.sub-page.contact-page .contact-cont .join-list {
  margin-top: 50px;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs-box {
  overflow: hidden;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs {
  margin-right: -66px;
  overflow: hidden;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs .join-item {
  display: inline-block;
  text-align: center;
  margin-right: 66px;
  margin-bottom: 30px;
  position: relative;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs .join-item a {
  color: #808080;
  display: block;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-pic {
  width: 223px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/contact-pic02.png") center top no-repeat;
  background-size: contain;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs .join-item.active .post-pic {
  background: url("../images/contact-pic01.png") center top no-repeat;
  background-size: contain;
}
.sub-page.contact-page .contact-cont .join-list .join-tabs .join-item.active:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #00abff;
}
.sub-page.contact-page .contact-cont .join-list .post-info-box {
  background: #fff;
  width: 100%;
  padding: 40px 50px;
  box-shadow: 5px 5px 10px #ccc;
  margin-top: 30px;
  color: #666;
}
.sub-page.contact-page .contact-cont .join-list .post-info-box .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.sub-page.contact-page .contact-cont .join-list .post-info-box .info01 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.sub-page.contact-page .contact-cont .join-list .post-info-box .info-left {
  flex: auto;
}
.sub-page.contact-page .contact-cont .join-list .post-info-box .info-right {
  flex: auto;
  border-left: 1px solid #555;
  padding-left: 60px;
  margin-left: 20px;
}
.sub-page.contact-page .contact-cont .job-link {
  margin: 80px 0;
  text-align: center;
  font-size: 0;
  justify-content: space-between;
}
.sub-page.contact-page .contact-cont .job-link .job-item {
  display: inline-block;
  width: 380px;
  margin: 0 20px;
}
.sub-page.contact-page .contact-cont .job-link .job-item .item-pic {
  width: 100%;
  border: 1px solid #ddd;
}
.sub-page.contact-page .contact-cont .job-link .job-item .item-pic img {
  height: 130px;
}
.sub-page.contact-page .contact-cont .job-link .job-item .item-info {
  font-size: 16px;
  font-weight: lighter;
  color: #888;
  margin-top: 15px;
}
.sub-page.contact-page .contact-cont .jion-phone {
  font-size: 16px;
  color: #888;
}
.sub-page.contact-page .contact-cont .jion-phone b, .sub-page.contact-page .contact-cont .jion-phone a {
  color: #00abff;
}
.sub-page.contact-page .contact-cont .jion-phone > div {
  margin-bottom: 20px;
}
.sub-page.contact-page .contact-cont .contact-box {
  margin-top: 80px;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail {
  margin-top: 80px;
  box-shadow: 3px 3px 8px #ccc;
  align-items: center;
  justify-content: space-between;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo {
  padding: 20px 80px;
  flex: none;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo .logo-cn {
  font-size: 24px;
  letter-spacing: 4px;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo .logo-en {
  color: #b3b3b3;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-info {
  color: #666;
  font-size: 12px;
  line-height: 2;
  border-left: 1px solid #ddd;
  padding-left: 60px;
  flex: auto;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone {
  background: #e6e6e6 url("../images/contact-bg01.jpg") left center repeat-y;
  padding: 120px 20px 120px 100px;
  width: 460px;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone .title {
  font-size: 16px;
}
.sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone a {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
}
.sub-page.case-page .case-cont {
  padding: 100px 0;
}
.sub-page.case-page .case-cont .case-top-con {
  margin-bottom: 80px;
}
.sub-page.case-page .case-cont .case-top-con .case-menu {
  margin-top: 80px;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-number {
  font-size: 0;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-number img {
  width: 100%;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box {
  background: url("../images/case-bg02.jpg") center center repeat-y;
  background-size: 100%;
  padding: 20px 30px 20px 20px;
  text-align: center;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-pic {
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-pic.item01 {
  background: url("../images/case-icon02.png") no-repeat;
  background-size: 100%;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-pic.item02 {
  background: url("../images/case-icon02.png") no-repeat;
  background-size: 100%;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-pic.item03 {
  background: url("../images/case-icon03.png") no-repeat;
  background-size: 100%;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item.active .item-pic.item01, .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item:hover .item-pic.item01 {
  background: url("../images/case-icon01-active.png") no-repeat;
  background-size: 100%;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item.active .item-pic.item02, .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item:hover .item-pic.item02 {
  background: url("../images/case-icon02-active.png") no-repeat;
  background-size: 100%;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item.active .item-pic.item03, .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item:hover .item-pic.item03 {
  background: url("../images/case-icon03-active.png") no-repeat;
  background-size: 100%;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}
.sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-title-en {
  color: #b3b3b3;
  font-weight: lighter;
  font-size: 12px;
}
.sub-page.case-page .case-cont .p-info01 {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
.sub-page.case-page .case-cont .p-info01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 100%;
}
.sub-page.case-page .case-cont .case-detail-con01 .detail-info-con {
  margin-top: 60px;
}
.sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con {
  flex: auto;
}
.sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con .p-info01 {
  margin-top: 20px;
}
.sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con .p-info02 {
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}
.sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .pic-con {
  width: 690px;
  margin-left: 60px;
  flex: none;
}
.sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .pic-con img {
  width: 100%;
}
.sub-page.case-page .case-cont .case-detail-con02 {
  margin-top: 60px;
}
.sub-page.case-page .case-cont .case-detail-con02 .detail-info-con {
  margin-top: 60px;
}
.sub-page.case-page .case-cont .case-detail-con02 .detail-info-con img {
  width: 100%;
}
.sub-page.case-page .case-cont .case-detail-con03 {
  margin-top: 60px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-left {
  flex: auto;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-left .p-info02 {
  font-size: 14px;
  color: #666;
  font-weight: lighter;
  line-height: 1.8;
  padding-left: 20px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con01 .info-con {
  margin-top: 50px;
  height: 370px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con01 .p-info02 {
  margin-bottom: 10px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .info-con {
  margin-top: 40px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .p-info02 {
  margin-bottom: 50px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .p-info01 {
  margin-bottom: 20px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-right {
  flex: none;
  width: 750px;
  margin-left: 35px;
}
.sub-page.case-page .case-cont .case-detail-con03 .detail-right img {
  width: 100%;
}
.sub-page.case-page .case-cont .case-detail-con04 .detail-con {
  margin-top: 60px;
}
.sub-page.case-page .case-cont .case-detail-con04 .detail-con .p-info02 {
  font-size: 14px;
  font-weight: lighter;
  color: #666;
  margin-bottom: 60px;
  line-height: 1.8;
}
.sub-page.case-page .case-cont .case-detail-con04 .detail-con .pic-con img {
  width: 100%;
}

@-webkit-keyframes fluctuation {
  0% {
    margin-top: -50px;
  }
  20% {
    margin-top: -55px;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: -50px;
  }
}
@keyframes fluctuation {
  0% {
    margin-top: -50px;
  }
  20% {
    margin-top: -55px;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: -50px;
  }
}
@media (max-width: 1479px) {
  /*index*/
  .index-page .company-direction {
    padding: 100px 0 120px;
  }
  .index-page .company-direction .company-cont .company-info {
    margin-top: 50px;
  }
  .index-page .company-direction .company-cont .company-info02 {
    margin-top: 70px;
  }
  .index-page .company-direction .company-cont .company-info02 .en-con {
    font-size: 90px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con {
    padding-right: 70px;
  }
  .index-page .company-direction .air-pic-con.active {
    top: 60px;
  }
  .index-page .company-direction .air-pic-con img {
    width: 760px;
  }
  .index-page .company-direction .tips-icon {
    right: 0;
  }
  .index-page .technology-cont {
    padding: 100px 0;
  }
  .index-page .technology-cont .technology-box .technology-pic {
    width: 700px;
  }
  .index-page .industry-cont .industry-info-box {
    padding: 120px 0;
  }
  .index-page .industry-cont .industry-info-box .colours-hr {
    padding-bottom: 40px;
  }
  .index-page .industry-cont .industry-info-box .industry-text {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .index-page .industry-cont .industry-pic-box {
    padding-bottom: 90px;
    margin-top: -110px;
  }

  .sub-page {
    /*产品与解决方案*/
    /*公司理念*/
    /*新闻*/
    /*加入我们*/
    /*经典案例*/
  }
  .sub-page.product-page .product-title {
    padding: 80px 0;
  }
  .sub-page.product-page .product-title .product-menu {
    margin-top: 40px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info01 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info02 .p-info02 {
    margin-bottom: 70px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con01 {
    width: 620px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con02 {
    width: 580px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con03 {
    width: 686px;
  }
  .sub-page.product-page .product-body .product-con01.left-con .detail-info-con .info-con {
    margin-right: 40px;
  }
  .sub-page.product-page .product-body .product-con01.right-con .detail-info-con .info-con {
    margin-left: 40px;
  }
  .sub-page.product-page .product-body02 .product-con01 {
    padding-bottom: 40px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list {
    padding-top: 60px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list .item-con {
    width: 29%;
    box-shadow: 3px 3px 5px #ccc;
    padding: 30px 15px;
  }
  .sub-page.product-page .product-body02 .product-con02 {
    padding: 60px 0 80px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con {
    margin-top: 60px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con {
    padding-bottom: 100px;
    width: 790px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info01 {
    margin-bottom: 15px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 {
    margin-bottom: 15px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 span {
    font-size: 14px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .pic-con {
    width: 332px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con {
    margin-top: 20px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con .left-pic-con {
    width: 790px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con .right-pic-con {
    width: 332px;
  }
  .sub-page.product-page .product-body03 .product-con01 .project-pic {
    padding: 70px 0;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con {
    padding: 40px 0;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-pic {
    width: 600px;
  }
  .sub-page.product-page .product-body03 .product-con03 {
    margin-bottom: 50px;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item {
    margin-left: 60px;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item .info-item {
    margin: 40px 0 50px;
  }
  .sub-page.product-page .product-body03 .product-con04 {
    padding-bottom: 60px;
  }
  .sub-page.product-page .product-body03 .product-con04 .project-step-list .step-item {
    margin-top: 40px;
  }
  .sub-page.about-page .about-cont {
    padding: 80px 0 30px;
  }
  .sub-page.about-page .about-cont .colours-hr {
    padding-bottom: 60px;
  }
  .sub-page.about-page .about-cont .about-info01 {
    padding: 60px 0;
  }
  .sub-page.about-page .about-cont .about-info01 .about-logo {
    width: 280px;
  }
  .sub-page.about-page .about-cont .about-info02 {
    padding: 50px 0;
  }
  .sub-page.about-page .about-cont .develop-list {
    margin: 80px 0;
  }
  .sub-page.news-page .news-cont {
    padding: 80px 0;
  }
  .sub-page.news-page .news-cont .news-main-con {
    margin-top: 70px;
  }
  .sub-page.news-list-page .news-list-cont {
    padding: 80px 0 60px;
  }
  .sub-page.news-list-page .news-list-cont .main-title {
    padding-bottom: 40px;
  }
  .sub-page.news-detail-page .news-detail-cont {
    padding: 80px 0;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .sub-page.contact-page .contact-cont {
    padding: 80px 0;
  }
  .sub-page.contact-page .contact-cont .main-title {
    padding-bottom: 60px;
  }
  .sub-page.contact-page .contact-cont .describe-con {
    margin-top: 20px;
    font-size: 18px;
  }
  .sub-page.contact-page .contact-cont .join-list {
    margin-top: 40px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs {
    margin-right: -40px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item {
    margin-right: 40px;
    margin-bottom: 30px;
    position: relative;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item a {
    color: #808080;
    display: block;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-pic {
    width: 200px;
    height: 130px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-title {
    font-size: 18px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item.active:after {
    bottom: -15px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #00abff;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box {
    padding: 40px;
    margin-top: 20px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .info-right {
    padding-left: 50px;
  }
  .sub-page.contact-page .contact-cont .job-link {
    margin: 60px 0;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item {
    width: 360px;
    margin: 0 20px;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item .item-pic img {
    height: 120px;
  }
  .sub-page.contact-page .contact-cont .contact-box {
    margin-top: 60px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail {
    margin-top: 60px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo {
    padding: 20px 50px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-info {
    padding-left: 50px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone {
    padding: 100px 20px 100px 100px;
    width: 400px;
  }
  .sub-page.case-page .case-cont {
    padding: 80px 0;
  }
  .sub-page.case-page .case-cont .case-top-con {
    margin-bottom: 60px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu {
    margin-top: 60px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con01 .info-con {
    height: 250px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-right {
    width: 650px;
    margin-left: 30px;
  }
}
@media (max-width: 1239px) {
  /*index*/
  .main-title .title-en {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .main-title .title-cn {
    font-size: 18px;
  }
  .main-title .title-cn .iconfont {
    font-size: 16px;
  }

  .index-page .company-direction {
    padding: 80px 0 100px;
  }
  .index-page .company-direction .company-cont .company-info {
    margin-top: 40px;
    max-width: 350px;
    font-size: 14px;
  }
  .index-page .company-direction .company-cont .company-info02 {
    margin-top: 50px;
  }
  .index-page .company-direction .company-cont .company-info02 .en-con {
    font-size: 70px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con {
    padding-right: 50px;
    padding-bottom: 20px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con .text-con {
    font-size: 20px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con .text-con img {
    height: 22px;
  }
  .index-page .company-direction .air-pic-con {
    right: 40px;
  }
  .index-page .company-direction .air-pic-con.active {
    top: 50px;
  }
  .index-page .company-direction .air-pic-con img {
    width: 600px;
  }
  .index-page .company-direction .tips-icon {
    margin-top: -30px;
  }
  .index-page .company-direction .tips-icon img {
    width: 60px;
  }
  .index-page .technology-cont {
    padding: 80px 0;
  }
  .index-page .technology-cont .technology-box .technology-info {
    width: 360px;
    font-size: 14px;
  }
  .index-page .technology-cont .technology-box .technology-pic {
    width: 520px;
  }
  .index-page .industry-cont .industry-info-box {
    padding: 100px 0;
  }
  .index-page .industry-cont .industry-info-box .colours-hr {
    padding-bottom: 30px;
  }
  .index-page .industry-cont .industry-info-box .industry-text {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .index-page .industry-cont .industry-info-box .industry-text li {
    font-size: 14px;
    padding: 7px 0;
  }
  .index-page .industry-cont .industry-pic-box {
    padding-bottom: 80px;
    margin-top: -120px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con {
    width: 360px;
    left: 40px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-title {
    font-size: 26px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-text {
    margin-top: 10px;
  }

  .mask-tips-con {
    right: -320px;
    width: 320px;
    padding: 0 30px;
  }
  .mask-tips-con .tips-title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .mask-tips-con .tips-info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .mask-tips-con .tips-info p {
    margin-top: 15px;
  }

  .sub-page {
    /*产品与解决方案*/
    /*公司理念*/
    /*新闻*/
    /*加入我们*/
    /*经典案例*/
  }
  .sub-page .sub-main-title .title-info {
    font-size: 18px;
  }
  .sub-page .sub-main-title .title-info .iconfont {
    margin-right: 8px;
    font-size: 16px;
  }
  .sub-page .sub-main-title .hr-con {
    margin-left: 15px;
  }
  .sub-page.product-page .product-title {
    padding: 60px 0;
  }
  .sub-page.product-page .product-title .product-menu {
    margin-top: 30px;
  }
  .sub-page.product-page .product-title .product-menu .menu-item {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    margin-left: 40px;
  }
  .sub-page.product-page .product-title .product-menu .menu-item img {
    height: 25px;
    margin-right: 10px;
    top: -1px;
  }
  .sub-page.product-page .p-info01 {
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .sub-page.product-page .p-info01:before {
    width: 5px;
    height: 5px;
  }
  .sub-page.product-page .product-body .product-con01 {
    margin-bottom: 50px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .p-info02 {
    padding-left: 15px;
    line-height: 1.8;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info01 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info02 .p-info02 {
    margin-bottom: 20px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con01 {
    width: 520px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con02 {
    width: 480px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con03 {
    width: 550px;
  }
  .sub-page.product-page .product-body .product-con01.left-con .detail-info-con .info-con {
    margin-right: 30px;
  }
  .sub-page.product-page .product-body .product-con01.right-con .detail-info-con .info-con {
    margin-left: 30px;
  }
  .sub-page.product-page .product-body02 .product-con01 {
    padding-bottom: 40px;
    background-size: auto 140px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list {
    padding-top: 40px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list .item-con {
    width: 31%;
    padding: 25px 15px;
  }
  .sub-page.product-page .product-body02 .product-con02 {
    padding: 40px 0 60px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con {
    margin-top: 40px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con {
    padding-bottom: 70px;
    width: 619px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info01 {
    margin-bottom: 12px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 {
    margin-bottom: 12px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 span {
    font-size: 14px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .pic-con {
    width: 260px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con {
    margin-top: 20px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con .left-pic-con {
    width: 619px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con .right-pic-con {
    width: 260px;
  }
  .sub-page.product-page .product-body03 .product-con01 .project-pic {
    padding: 60px 0;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con {
    padding: 30px 0;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-pic {
    width: 430px;
    margin-left: 10px;
  }
  .sub-page.product-page .product-body03 .product-con03 {
    margin-bottom: 40px;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item {
    margin-left: 40px;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item .info-item {
    margin: 30px 0 40px;
  }
  .sub-page.product-page .product-body03 .product-con04 {
    padding-bottom: 50px;
  }
  .sub-page.product-page .product-body03 .product-con04 .project-step-list .step-item {
    margin-top: 30px;
    width: 49%;
  }
  .sub-page.about-page .about-cont {
    padding: 60px 0 30px;
  }
  .sub-page.about-page .about-cont .colours-hr {
    padding-bottom: 50px;
  }
  .sub-page.about-page .about-cont .about-info01 {
    padding: 50px 0;
  }
  .sub-page.about-page .about-cont .about-info01 .about-logo {
    width: 260px;
    margin-right: 50px;
  }
  .sub-page.about-page .about-cont .about-info01 .about-text {
    font-size: 14px;
  }
  .sub-page.about-page .about-cont .about-info02 {
    padding: 40px 0;
  }
  .sub-page.about-page .about-cont .about-info02 .info-title {
    margin-bottom: 15px;
  }
  .sub-page.about-page .about-cont .about-info02 .info-title span {
    font-size: 18px;
  }
  .sub-page.about-page .about-cont .develop-list {
    margin: 60px 0;
  }
  .sub-page.about-page .about-cont .develop-list .item-con {
    margin-bottom: 40px;
    width: calc(50% - 50px);
  }
  .sub-page.about-page .about-cont .develop-list .item-con:before {
    top: 13px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-year {
    font-size: 38px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-info {
    margin-top: 0;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-info .item-title {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-info .item-text {
    font-size: 14px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con.right {
    margin-left: 50px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con.right:before {
    left: -73px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con.left:before {
    right: -73px;
  }
  .sub-page.news-page .news-cont {
    padding: 70px 0;
  }
  .sub-page.news-page .news-cont .news-main-con {
    margin-top: 60px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-date {
    font-size: 14px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-title {
    font-size: 22px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-info {
    font-size: 14px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-name {
    font-size: 14px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item {
    height: 130px;
    padding: 25px 0;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title .info {
    font-size: 18px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title .date {
    font-size: 14px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item:hover .news-title {
    margin-top: 5px;
  }
  .sub-page.news-list-page .news-list-cont {
    padding: 70px 0 50px;
  }
  .sub-page.news-list-page .news-list-cont .main-title {
    padding-bottom: 40px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item {
    padding: 40px 0;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-pic {
    width: 380px;
    margin-right: 50px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info {
    width: calc(100% - 430px);
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title {
    margin-bottom: 20px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .title {
    font-size: 18px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .news-date {
    font-size: 18px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-text {
    font-size: 14px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-detail-btn {
    font-size: 14px;
    margin-top: 20px;
  }
  .sub-page.news-detail-page .news-detail-cont {
    padding: 60px 0;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title .title {
    font-size: 18px;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title .date {
    font-size: 20px;
  }
  .sub-page.contact-page .contact-cont {
    padding: 60px 0;
  }
  .sub-page.contact-page .contact-cont .main-title {
    padding-bottom: 50px;
  }
  .sub-page.contact-page .contact-cont .describe-con {
    margin-top: 15px;
    font-size: 16px;
  }
  .sub-page.contact-page .contact-cont .join-list {
    margin-top: 30px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs {
    margin-right: 0;
    overflow: hidden;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-pic {
    width: 180px;
    height: 120px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-title {
    font-size: 16px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box {
    padding: 25px 30px;
    margin-top: 20px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .title {
    font-size: 14px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .info01 {
    font-size: 12px;
    line-height: 1.8;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .info-right {
    padding-left: 30px;
  }
  .sub-page.contact-page .contact-cont .job-link {
    margin: 60px 0;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item {
    width: 320px;
    margin: 0 20px;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item .item-pic img {
    height: 100px;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item .item-info {
    font-size: 14px;
    margin-top: 10px;
  }
  .sub-page.contact-page .contact-cont .jion-phone {
    font-size: 14px;
  }
  .sub-page.contact-page .contact-cont .jion-phone > div {
    margin-bottom: 10px;
  }
  .sub-page.contact-page .contact-cont .contact-box {
    margin-top: 50px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail {
    margin-top: 50px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo {
    padding: 20px 30px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo .logo-cn {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo .logo-en {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-info {
    padding-left: 40px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone {
    padding: 80px 20px 80px 50px;
    width: 270px;
    background-size: 50px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone .title {
    font-size: 14px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone a {
    font-size: 28px;
  }
  .sub-page.case-page .case-cont {
    padding: 60px 0;
  }
  .sub-page.case-page .case-cont .case-top-con {
    margin-bottom: 50px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu {
    margin-top: 50px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box {
    padding: 10px 20px 10px 15px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item {
    width: 33%;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-pic {
    width: 110px;
    height: 110px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-title {
    font-size: 18px;
    margin-top: 15px;
  }
  .sub-page.case-page .case-cont .p-info01 {
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .sub-page.case-page .case-cont .p-info01:before {
    width: 5px;
    height: 5px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con {
    margin-top: 40px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con .p-info01 {
    margin-top: 15px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con .p-info02 {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .pic-con {
    width: 500px;
    margin-left: 30px;
  }
  .sub-page.case-page .case-cont .case-detail-con02 {
    margin-top: 40px;
  }
  .sub-page.case-page .case-cont .case-detail-con02 .detail-info-con {
    margin-top: 40px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 {
    margin-top: 40px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .p-info02 {
    padding-left: 15px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con01 .info-con {
    margin-top: 40px;
    height: 180px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con01 .p-info02 {
    margin-bottom: 5px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .info-con {
    margin-top: 30px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .p-info02 {
    margin-bottom: 30px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .p-info01 {
    margin-bottom: 10px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-right {
    width: 480px;
    margin-left: 25px;
  }
  .sub-page.case-page .case-cont .case-detail-con04 .detail-con {
    margin-top: 40px;
  }
  .sub-page.case-page .case-cont .case-detail-con04 .detail-con .p-info02 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  /*index*/
  .main-title .title-en {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .main-title .title-cn {
    font-size: 16px;
  }
  .main-title .title-cn .iconfont {
    font-size: 14px;
  }

  .index-page .company-direction {
    padding: 60px 0 80px;
  }
  .index-page .company-direction .company-cont .company-info {
    margin-top: 30px;
    max-width: 300px;
    font-size: 12px;
  }
  .index-page .company-direction .company-cont .company-info02 {
    margin-top: 30px;
  }
  .index-page .company-direction .company-cont .company-info02 .en-con {
    font-size: 50px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con .text-con {
    font-size: 18px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con .text-con img {
    height: 22px;
  }
  .index-page .company-direction .air-pic-con {
    right: 20px;
  }
  .index-page .company-direction .air-pic-con.active {
    top: 50px;
  }
  .index-page .company-direction .air-pic-con img {
    width: 440px;
  }
  .index-page .company-direction .tips-icon {
    margin-top: -22px;
  }
  .index-page .company-direction .tips-icon img {
    width: 44px;
  }
  .index-page .technology-cont {
    padding: 60px 0;
  }
  .index-page .technology-cont .technology-box .technology-info {
    width: 280px;
    font-size: 12px;
  }
  .index-page .technology-cont .technology-box .technology-pic {
    width: 400px;
  }
  .index-page .industry-cont .industry-info-box {
    padding: 80px 0 50px;
  }
  .index-page .industry-cont .industry-info-box .colours-hr {
    padding-bottom: 20px;
  }
  .index-page .industry-cont .industry-info-box .industry-text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .index-page .industry-cont .industry-info-box .industry-text li {
    font-size: 12px;
    padding: 7px 0;
  }
  .index-page .industry-cont .industry-pic-box {
    padding-bottom: 50px;
    margin-top: -80px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con {
    width: 300px;
    left: 20px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-title {
    font-size: 20px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-text {
    margin-top: 5px;
  }

  .sub-page {
    /*产品与解决方案*/
    /*公司理念*/
    /*新闻*/
    /*加入我们*/
    /*经典案例*/
  }
  .sub-page .sub-main-title .title-info {
    font-size: 16px;
  }
  .sub-page .sub-main-title .title-info .iconfont {
    margin-right: 5px;
    font-size: 14px;
  }
  .sub-page .sub-main-title .hr-con {
    margin-left: 10px;
  }
  .sub-page.product-page .product-title {
    padding: 40px 0;
  }
  .sub-page.product-page .product-title .product-menu {
    margin-top: 20px;
  }
  .sub-page.product-page .product-title .product-menu .menu-item {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
  }
  .sub-page.product-page .product-title .product-menu .menu-item img {
    display: none;
  }
  .sub-page.product-page .p-info01 {
    font-size: 14px;
    line-height: 24px;
  }
  .sub-page.product-page .p-info01:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
  .sub-page.product-page .product-body .product-con01 {
    margin-bottom: 40px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con {
    margin-top: 30px;
    padding-bottom: 40px;
    flex-direction: column;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con {
    width: 100%;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info02 .p-info02 {
    margin-bottom: 20px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con01 {
    width: 100%;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con02 {
    width: 100%;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .pic-con03 {
    width: 100%;
  }
  .sub-page.product-page .product-body .product-con01.left-con .detail-info-con .info-con {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body .product-con01.right-con .detail-info-con .info-con {
    margin-left: 0;
    margin-top: 20px;
  }
  .sub-page.product-page .product-body02 .product-con01 {
    padding-bottom: 30px;
    background-size: auto 120px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list {
    padding-top: 30px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list .item-con {
    width: 32%;
    padding: 20px 10px;
  }
  .sub-page.product-page .product-body02 .product-con02 {
    padding: 30px 0 40px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con {
    margin-top: 30px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con {
    padding-bottom: 50px;
    width: 476px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info01 {
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 {
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .pic-con {
    width: 200px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con {
    margin-top: 20px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con .left-pic-con {
    width: 476px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con .right-pic-con {
    width: 200px;
  }
  .sub-page.product-page .product-body03 .product-con01 .project-pic {
    padding: 40px 0;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con {
    padding: 30px 0;
    flex-direction: column;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info {
    width: 100%;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-pic {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .sub-page.product-page .product-body03 .product-con03 {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item {
    margin-left: 0;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item .info-item {
    margin: 20px 0 30px;
  }
  .sub-page.product-page .product-body03 .product-con04 {
    padding-bottom: 40px;
  }
  .sub-page.product-page .product-body03 .product-con04 .project-step-list .step-item {
    margin-top: 20px;
    width: 100%;
  }
  .sub-page.about-page .about-cont {
    padding: 40px 0 20px;
  }
  .sub-page.about-page .about-cont .colours-hr {
    padding-bottom: 40px;
  }
  .sub-page.about-page .about-cont .about-info01 {
    padding: 40px 0;
    flex-direction: column;
  }
  .sub-page.about-page .about-cont .about-info01 .about-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sub-page.about-page .about-cont .about-info01 .about-text p {
    margin-bottom: 10px;
  }
  .sub-page.about-page .about-cont .about-info02 {
    padding: 30px 0;
  }
  .sub-page.about-page .about-cont .about-info02 .info-title {
    margin-bottom: 10px;
  }
  .sub-page.about-page .about-cont .about-info02 .info-title span {
    font-size: 16px;
  }
  .sub-page.about-page .about-cont .develop-list {
    margin: 40px 0;
  }
  .sub-page.about-page .about-cont .develop-list .item-con {
    margin-bottom: 30px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con:before {
    top: 10px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-year {
    font-size: 30px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-info .item-title {
    font-size: 16px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-info .item-text {
    font-size: 12px;
  }
  .sub-page.news-page .news-cont {
    padding: 50px 0;
  }
  .sub-page.news-page .news-cont .news-main-con {
    margin-top: 40px;
    flex-direction: column;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend {
    width: 100%;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-date {
    padding-bottom: 10px;
    text-align: left;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-info {
    margin-bottom: 10px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-more {
    margin-top: 10px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list {
    width: 100%;
    margin-top: 20px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-name {
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item {
    height: auto;
    padding: 20px 0;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title {
    margin-top: 5px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title .info {
    font-size: 16px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title .date {
    font-size: 12px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-info {
    opacity: 1;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item:hover .news-title {
    margin-top: 5px;
  }
  .sub-page.news-list-page .news-list-cont {
    padding: 50px 0 30px;
  }
  .sub-page.news-list-page .news-list-cont .main-title {
    padding-bottom: 30px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item {
    padding: 30px 0;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-pic {
    width: 300px;
    margin-right: 20px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info {
    width: calc(100% - 320px);
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title {
    margin-bottom: 10px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .title {
    font-size: 16px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .news-date {
    font-size: 16px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-text {
    font-size: 12px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-detail-btn {
    font-size: 12px;
    margin-top: 15px;
  }
  .sub-page.news-detail-page .news-detail-cont {
    padding: 50px 0;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title .title {
    font-size: 16px;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title .date {
    font-size: 18px;
  }
  .sub-page.contact-page .contact-cont {
    padding: 40px 0;
  }
  .sub-page.contact-page .contact-cont .main-title {
    padding-bottom: 30px;
  }
  .sub-page.contact-page .contact-cont .describe-con {
    font-size: 14px;
  }
  .sub-page.contact-page .contact-cont .join-list {
    margin-top: 20px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs {
    margin-right: 0;
    overflow: hidden;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-pic {
    width: 150px;
    height: 85px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-title {
    font-size: 14px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box {
    padding: 25px 30px;
    margin-top: 10px;
    box-shadow: 3px 3px 5px #ccc;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .title {
    font-size: 14px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .info-right {
    padding-left: 25px;
  }
  .sub-page.contact-page .contact-cont .job-link {
    margin: 40px 0;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item {
    width: auto;
    margin: 0 15px;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item .item-pic img {
    height: 80px;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item .item-info {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .jion-phone {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .jion-phone > div {
    margin-bottom: 8px;
  }
  .sub-page.contact-page .contact-cont .contact-box {
    margin-top: 30px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail {
    margin-top: 30px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo {
    padding: 20px 20px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo .logo-cn {
    font-size: 18px;
    letter-spacing: 6px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-info {
    padding-left: 20px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone {
    padding: 60px 20px 60px 40px;
    width: 250px;
    background-size: 40px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone .title {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone a {
    font-size: 18px;
  }
  .sub-page.case-page .case-cont {
    padding: 40px 0;
  }
  .sub-page.case-page .case-cont .case-top-con {
    margin-bottom: 30px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu {
    margin-top: 30px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .box-con {
    overflow-x: auto;
    white-space: nowrap;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item {
    width: auto;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-pic {
    width: 90px;
    height: 90px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-title-en {
    transform: scale(0.9, 0.9);
  }
  .sub-page.case-page .case-cont .p-info01 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .sub-page.case-page .case-cont .p-info01:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con {
    margin-top: 30px;
    flex-direction: column;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con {
    width: 100%;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con .p-info01 {
    margin-top: 10px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .info-con .p-info02 {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .pic-con {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con02 {
    margin-top: 30px;
  }
  .sub-page.case-page .case-cont .case-detail-con02 .detail-info-con {
    margin-top: 30px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 {
    margin-top: 30px;
    flex-direction: column;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left {
    width: 100%;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .p-info02 {
    font-size: 12px;
    padding-left: 10px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con01 .info-con {
    margin-top: 30px;
    height: 160px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .info-con {
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .p-info02 {
    margin-bottom: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con04 .detail-con {
    margin-top: 30px;
  }
  .sub-page.case-page .case-cont .case-detail-con04 .detail-con .p-info02 {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /*index*/
  .colours-hr:after {
    height: 1px;
  }

  .main-title .title-en {
    font-size: 24px;
    margin-bottom: 0;
  }
  .main-title .title-cn {
    font-size: 14px;
  }
  .main-title .title-cn .iconfont {
    font-size: 12px;
    margin-left: 5px;
  }

  .index-page .company-direction {
    padding: 20px 0 40px;
    background: #edf0f5 url("../images/bg01-2.jpg") center bottom repeat-x;
  }
  .index-page .company-direction .company-cont {
    opacity: 1;
    top: 0;
  }
  .index-page .company-direction .company-cont .company-info {
    margin-top: 15px;
    max-width: 100%;
    font-size: 12px;
  }
  .index-page .company-direction .company-cont .air-pic-mobile {
    margin-top: 10px;
  }
  .index-page .company-direction .company-cont .air-pic-mobile img {
    width: 100%;
  }
  .index-page .company-direction .company-cont .company-info02 {
    margin-top: -10px;
  }
  .index-page .company-direction .company-cont .company-info02 .en-con {
    font-size: 24px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con .text-con {
    font-size: 14px;
  }
  .index-page .company-direction .company-cont .company-info02 .title-con .text-con img {
    height: 16px;
    margin-left: 5px;
  }
  .index-page .company-direction .tips-icon {
    right: 10px;
  }
  .index-page .technology-cont {
    padding: 20px 0 30px;
  }
  .index-page .technology-cont .technology-box {
    flex-direction: column;
    margin-top: 15px;
  }
  .index-page .technology-cont .technology-box .technology-info {
    width: 100%;
  }
  .index-page .technology-cont .technology-box .technology-pic {
    width: 100%;
    margin-top: 10px;
  }
  .index-page .industry-cont .industry-info-box {
    padding: 10px 0 0;
    background: #fff;
  }
  .index-page .industry-cont .industry-info-box .colours-hr {
    padding-bottom: 15px;
  }
  .index-page .industry-cont .industry-info-box .industry-text {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .index-page .industry-cont .industry-info-box .industry-text li {
    padding: 5px 0;
    list-style: none;
  }
  .index-page .industry-cont .industry-pic-box {
    padding-bottom: 20px;
    margin-top: -30px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con {
    width: auto;
    right: 20px;
    bottom: 15px;
    left: 20px;
    opacity: 1;
    font-size: 0;
    max-width: 400px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide .swiper-info-con .info-text {
    margin-top: 8px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide-active, .index-page .industry-cont .industry-pic-box .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .index-page .industry-cont .industry-pic-box .swiper-slide-active:hover .swiper-info-con, .index-page .industry-cont .industry-pic-box .swiper-slide-duplicate-active:hover .swiper-info-con {
    bottom: 15px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 10px;
  }
  .index-page .industry-cont .industry-pic-box .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 10px;
  }

  .mask-tips-con {
    right: -280px;
    width: 280px;
    padding: 0 20px;
  }
  .mask-tips-con .tips-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .mask-tips-con .tips-info {
    margin-top: 10px;
    font-size: 12px;
  }
  .mask-tips-con .tips-info p {
    margin-top: 10px;
  }

  .sub-page {
    /*产品与解决方案*/
    /*公司理念*/
    /*新闻*/
    /*加入我们*/
    /*经典案例*/
  }
  .sub-page .sub-main-title .title-info {
    font-size: 14px;
    word-break: break-all;
    max-width: 100%;
  }
  .sub-page .sub-main-title .title-info .iconfont {
    margin-right: 5px;
    font-size: 12px;
  }
  .sub-page .sub-main-title .hr-con {
    margin-left: 5px;
    height: 1px;
  }
  .sub-page.product-page .product-title {
    padding: 20px 0;
  }
  .sub-page.product-page .product-title .product-menu {
    margin-top: 10px;
  }
  .sub-page.product-page .product-title .product-menu .menu-item {
    margin-left: 15px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
  .sub-page.product-page .p-info01 {
    line-height: 20px;
  }
  .sub-page.product-page .p-info01:before {
    top: 8px;
  }
  .sub-page.product-page .product-body .product-con01 {
    margin-bottom: 20px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con {
    margin-top: 10px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con {
    width: 100%;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .p-info02 {
    padding-left: 10px;
    line-height: 1.6;
    font-size: 12px;
  }
  .sub-page.product-page .product-body .product-con01 .detail-info-con .info-con .info02 .p-info02 {
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body .product-con01.left-con .detail-info-con .info-con {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body .product-con01.right-con .detail-info-con .info-con {
    margin-left: 0;
    margin-top: 10px;
  }
  .sub-page.product-page .product-body02 .product-con01 {
    padding-bottom: 20px;
    background-size: auto 100px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list {
    padding-top: 20px;
    flex-direction: column;
    margin: 0 10px;
  }
  .sub-page.product-page .product-body02 .product-con01 .project-item-list .item-con {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .sub-page.product-page .product-body02 .product-con02 {
    padding: 20px 0;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con {
    margin-top: 20px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con {
    padding-bottom: 0;
    width: 100%;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info01 {
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-info-con .info-con .p-info02 span {
    font-size: 12px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con {
    margin-top: 10px;
  }
  .sub-page.product-page .product-body02 .product-con02 .detail-pic-con img {
    width: 100%;
  }
  .sub-page.product-page .product-body03 .product-con01 .project-pic {
    padding: 20px 0;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con {
    padding: 20px 0;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info {
    flex-direction: column;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-info .info-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-page.product-page .product-body03 .product-con02 .project-info-con .project-pic {
    margin-top: 0;
  }
  .sub-page.product-page .product-body03 .product-con03 {
    margin-bottom: 20px;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item {
    margin-left: 0;
  }
  .sub-page.product-page .product-body03 .product-con03 .project-item .info-item {
    margin: 10px 0 20px;
  }
  .sub-page.product-page .product-body03 .product-con04 {
    padding-bottom: 30px;
  }
  .sub-page.product-page .product-body03 .product-con04 .project-step-list .step-item {
    margin-top: 10px;
  }
  .sub-page.about-page .about-cont {
    padding: 20px 0 10px;
  }
  .sub-page.about-page .about-cont .colours-hr {
    padding-bottom: 20px;
  }
  .sub-page.about-page .about-cont .about-info01 {
    padding: 20px 0;
  }
  .sub-page.about-page .about-cont .about-info01 .about-logo {
    margin-bottom: 15px;
    width: 220px;
  }
  .sub-page.about-page .about-cont .about-info01 .about-text {
    font-size: 12px;
  }
  .sub-page.about-page .about-cont .about-info02 {
    padding: 15px 0;
  }
  .sub-page.about-page .about-cont .about-info02 .info-title {
    margin-bottom: 5px;
  }
  .sub-page.about-page .about-cont .about-info02 .info-title span {
    font-size: 14px;
  }
  .sub-page.about-page .about-cont .about-info02 .info-text {
    font-size: 12px;
  }
  .sub-page.about-page .about-cont .develop-list {
    margin: 20px 0;
  }
  .sub-page.about-page .about-cont .develop-list:after {
    left: 18px;
    top: 30px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con {
    margin-bottom: 15px;
    width: calc(100% - 50px);
  }
  .sub-page.about-page .about-cont .develop-list .item-con:before {
    top: 5px;
    width: 40px;
    height: 40px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-year {
    font-size: 24px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-info {
    line-height: 1.6;
  }
  .sub-page.about-page .about-cont .develop-list .item-con .item-info .item-title {
    font-size: 14px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con.right {
    margin-left: 50px;
    left: 0;
  }
  .sub-page.about-page .about-cont .develop-list .item-con.right:before {
    left: -50px;
  }
  .sub-page.about-page .about-cont .develop-list .item-con.left {
    margin-left: 50px;
    text-align: left;
  }
  .sub-page.about-page .about-cont .develop-list .item-con.left:before {
    right: auto;
    background: url("../images/develop-bg01.png") no-repeat;
    background-size: contain;
    left: -50px;
  }
  .sub-page.news-page .news-cont {
    padding: 20px 0;
  }
  .sub-page.news-page .news-cont .news-main-con {
    margin-top: 15px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-date {
    padding-bottom: 8px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-recommend .news-info {
    font-size: 12px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-name {
    padding-bottom: 8px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item {
    padding: 15px 0;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title {
    margin-top: 0;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-title .info {
    font-size: 14px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item .news-info {
    margin-top: 8px;
    font-size: 12px;
  }
  .sub-page.news-page .news-cont .news-main-con .news-list .news-item:hover .news-title {
    margin-top: 0;
  }
  .sub-page.news-list-page .news-list-cont {
    padding: 20px 0 10px;
  }
  .sub-page.news-list-page .news-list-cont .main-title {
    padding-bottom: 15px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item {
    padding: 15px 0;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info {
    width: 100%;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title {
    margin-bottom: 5px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .title {
    font-size: 14px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-title .news-date {
    font-size: 14px;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-text {
    line-height: 1.8;
  }
  .sub-page.news-list-page .news-list-cont .news-list .news-item .news-info .news-detail-btn {
    margin-top: 10px;
  }
  .sub-page.news-detail-page .news-detail-cont {
    padding: 20px 0;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title {
    flex-direction: column;
    text-align: center;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title .title {
    font-size: 14px;
    width: 100%;
  }
  .sub-page.news-detail-page .news-detail-cont .news-title .date {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
  .sub-page.news-detail-page .news-detail-cont .news-detail-box {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont {
    padding: 20px 0;
  }
  .sub-page.contact-page .contact-cont .main-title {
    padding-bottom: 15px;
  }
  .sub-page.contact-page .contact-cont .describe-con {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .join-list {
    margin-top: 15px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item {
    margin-bottom: 20px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-pic {
    width: 150px;
    height: 80px;
  }
  .sub-page.contact-page .contact-cont .join-list .join-tabs .join-item .post-title {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box {
    padding: 15px;
    margin-top: 10px;
    box-shadow: 1px 1px 3px #ccc;
    flex-direction: column;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .title {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .join-list .post-info-box .info-right {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 10px;
  }
  .sub-page.contact-page .contact-cont .job-link {
    margin: 20px 0;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item {
    width: auto;
    margin: 0 5px;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item .item-pic img {
    height: 40px;
  }
  .sub-page.contact-page .contact-cont .job-link .job-item .item-info {
    font-size: 12px;
  }
  .sub-page.contact-page .contact-cont .jion-phone > div {
    margin-bottom: 5px;
  }
  .sub-page.contact-page .contact-cont .contact-box {
    margin-top: 20px;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail {
    margin-top: 20px;
    flex-direction: column;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-logo {
    padding: 15px 15px 5px;
    width: 100%;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-info {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-left: none;
    line-height: 1.6;
  }
  .sub-page.contact-page .contact-cont .contact-box .contact-detail .contact-phone {
    padding: 5px 15px 15px;
    width: 100%;
    background: #fff;
  }
  .sub-page.case-page .case-cont {
    padding: 20px 0;
  }
  .sub-page.case-page .case-cont .case-top-con {
    margin-bottom: 20px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu {
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-pic {
    width: 80px;
    height: 80px;
  }
  .sub-page.case-page .case-cont .case-top-con .case-menu .case-menu-box .menu-item .item-title {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .sub-page.case-page .case-cont .p-info01 {
    line-height: 20px;
  }
  .sub-page.case-page .case-cont .p-info01:before {
    top: 8px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con {
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con01 .detail-info-con .pic-con {
    margin-top: 15px;
  }
  .sub-page.case-page .case-cont .case-detail-con02 {
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con02 .detail-info-con {
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 {
    margin-top: 20px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con01 .info-con {
    margin-top: 20px;
    height: 140px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .info-con {
    margin-top: 15px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-left .left-con02 .p-info02 {
    margin-bottom: 15px;
  }
  .sub-page.case-page .case-cont .case-detail-con03 .detail-right {
    margin-top: 15px;
  }
  .sub-page.case-page .case-cont .case-detail-con04 .detail-con {
    margin-top: 10px;
  }
  .sub-page.case-page .case-cont .case-detail-con04 .detail-con .p-info02 {
    margin-bottom: 15px;
  }
}

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