.page-title {
  padding: 40px 0;
  text-align: center;
}

.page-title > .cn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 24px;
  font-family: 微软雅黑;
  color: rgb(51, 51, 51);
  line-height: 140%;
  box-sizing: border-box;
}
.page-title > .cn:before, .page-title > .cn:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: rgb(153, 153, 153);
}

.page-title > .cn:before {
  left: 0;
  transform: translate3d(-100%,0,0);
}

.page-title > .cn:after {
  right: 0;
  transform: translate3d(100%,0,0);
}

.page-title > .en {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: rgb(153, 153, 153);
}

.company-environment {
  padding-bottom: 0.4rem;
}

.company-environment > .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-size: cover;
  height: 180px;
}

.company-environment > .item:nth-child(3n){
  margin-right: 0;
}
/* project start */
.page-project-swiper {
  padding-bottom: 40px;
}
.page-project-swiper .swiper-slide {
  transition: transform 0.3s;
}
.page-project-swiper .swiper-slide:hover {
  transform: scale(1.05);
}
.page-project-swiper .project-circle{
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  width: 136px;
  height: 136px;
  line-height: 136px;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* project end */

/* page-project-list start */
.page-project-list {

}
.page-project-list > .item {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.page-project-list > .item > .img {
  display: block;
  height: 210px;
  transition: transform 0.3s;
  background-size: cover;
}
.page-project-list > .item > .img:hover {
  transform: scale(1.05);
}
.page-project-list > .item > .name {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Microsoft YaHei;
  font-size: 13px;
  color: #434343;
  font-weight: normal;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 32px;
}
.page-project-list > .item:nth-child(4n) {
  margin-right: 0;
}
.page-project-tabs {
  position: relative;
  z-index: 3;
  width: 600px;
  margin: 0 auto;
  transform: translate3d(0,-30%,0);
  margin-bottom: 15px;
  text-align: center;
}
.page-project-tabs > .item {
  /*float: left;*/
  display: inline-block;
  width: 18%;
  margin-right: 1%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  background-color: #363636;
  color: #fff;
  transition: background 0.3s;
}
.page-project-tabs > .item.active,.page-project-tabs > .item:hover {
  background-color: #00acff;
}

/* page-project-list end */

/* page-article start */
.page-article {
  padding-bottom: 40px;
}
.page-article > .title {
  min-height: 33px;
  text-indent: 0px;
  color: #426100;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.page-article-swiper {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 0;
}

.page-article-swiper .gallery-top {
  height: 400px;
}

.page-article-swiper .gallery-thumbs {
  position: relative;
  height: 100%;
}
.page-article-swiper .gallery-thumbs-box {
  position: relative;
  width: 300px;
  height: 70px;
  margin: auto;
  margin-top: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-article-swiper .gallery-thumbs-box .swiper-button-next, .page-article-swiper .gallery-thumbs-box .swiper-button-prev {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 100%;
  line-height: 70px;
  background-size: cover;
  top: 0;
  margin-top: 0;
}

.page-article-swiper .gallery-thumbs-box .swiper-button-next {
  right: 0;
}

.page-article-swiper .gallery-thumbs-box .swiper-button-prev {
  left: 0;
}

.page-article .page-links {

}
.page-article .page-links .prev_txt {
  margin-right: 5px;
}
.page-article .page-links .next_txt {
  margin-right: 5px;
}
.page-article-head {
  margin-bottom: 15px;
}
.page-article-head > .title {
  text-indent: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #434343;
  font-family: 'Microsoft YaHei';
}

.page-article-head > .time {
  padding-left: 8px;
  min-height: 23px;
  text-align: center;
  color: #434343;
  font-family: 'Microsoft YaHei';
  font-weight: 500;
}
/* page-article end */

/* page-news-list start */
.page-news-list {

}
.page-news-list > .item {
  float: left;
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.page-news-list > .item:nth-child(5n) {
  margin-right: 0;
}
.page-news-list > .item > .img {
  display: block;
  height: 150px;
  background-size: cover;
  transition: transform 0.3s;
}
.page-news-list > .item > .img:hover {
  transform: scale(1.05);
}
.page-news-list > .item > .name {
  overflow: hidden;
  line-height: 140%;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 12px;
  padding-top: 2px;
  margin: 5px 0;
  color: #5a5a5a;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}
.page-news-list > .item > .time {
  font-family: Microsoft YaHei;
  font-size: 12px;
  color: #929292;
  font-weight: normal;
  text-decoration: none;
}

.page-article-content .article-content .describe {
  display: block;
  padding: 5px 0;
  line-height: 1.7em;
  color: #868686;
  background-color: #F5F5F5;
  border: #E5E5E5 1px solid;
  margin-bottom: 10px;
  text-indent: 24px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  background: #F5F5F5;
}

.page-news-head > .title {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #434343;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 0;
  line-height: 1.7em;
  /* text-indent: 20px; */
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-news-head > .describe {
  text-align: center;
  display: block;
  font-family: Microsoft YaHei;
  font-size: 12px;
  color: #5A5A5A;
  font-weight: normal;
  text-decoration: none;
}
.page-news-head > .describe > .item {
  display: inline-block;
  margin: 0 15px;
}
/* page-news-list end */

/* contact start */
.maps {
  padding-top: 15px;
}
#maps {
  height: 430px;
}
.contact-box-form {
  padding: 36px 0;
}
.contact-box-form > .left, .contact-box-form > .right {
  position: relative;
  width: 45%;
}
.contact-box-form > .left {
  float: left;
}
.contact-box-form > .right {
  float: right;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.contact-box-form > .right > .title {
  text-align: center;
  color: rgb(67, 67, 67);
  font-family: 微软雅黑;
  font-size: 24px;
  line-height: 33.6px;
}
.contact-box-form > .right > .box {
  margin: 10px 0;
  padding: 15px 0;
  border: 1px dashed #ccc;
  border-left: none;
  border-right: none;
}
.contact-box-form .contact-swiper {
  margin: 15px 0;
}
.contact-box-form > .right > .box > .line {
  font-size: 14px;
  color: rgb(67, 67, 67);
  font-family: 微软雅黑;
  line-height: 179%;
}
.contact-box-form input, .contact-box-form textarea {
  line-height: 24px;
  background-color: #f3f3f3;
  background-image: none;
  font-size: 12px;
  color: #777777;
  text-align: left;
  word-spacing: 0px;
  padding: 4px;
  font-family: Microsoft YaHei;
  border: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-color: #aaa;
  border-style: dashed;
  clear: both;
  margin-top: 0px;
  margin-left: 0px;
}
.contact-box-form .label {
  height: 34px;
  line-height: 34px;
  background-color: transparent;
  background-image: none;
  font-size: 12px;
  color: #434343;
  text-align: left;
  word-spacing: 0px;
  padding: 0px;
  font-family: Microsoft YaHei;
  border: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-color: #333333;
  border-style: none;
  clear: both;
  margin-top: 8px;
  margin-left: 0px;
}
#affiche > .contact-swiper-img {
  display: inline-block;
  /*float: left;*/
  width: 210px;
  height: 100px;
  background-size: cover;
  margin: 0 10px;
}
.btn-contact-submit {
  cursor: pointer;
  width: 120px;
  height: 36px;
  line-height: 36px;
  background-color: #00acff;
  background-image: none;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  word-spacing: 0px;
  padding: 0px;
  font-family: Microsoft YaHei;
  border: 1px;
  border-color: transparent;
  border-style: dashed;
  clear: both;
  margin-left: 0px;
}

.contact-box-form .slide-bar-left {
  position: absolute;
  height: 80%;
  width: 45px;
  left: 0;
  top: 10%;
  transform: translate3d(-100%,0,0);
  background-color: #00acff;
  color: #fff;
  text-align: center;
}
.contact-box-form .slide-bar-left > .box {
  position: absolute;
  height: 96px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.contact-box-form .slide-bar-left > .box > .item {
  line-height: 24px;
  font-size: 18px;
}
/* contact end */

@media (max-width: 1240px) {
  .page-news-list > .item {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .page-news-list > .item:nth-child(5n) {
    margin-right: 1%;
  }
  .page-news-list > .item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .page-project-tabs {
    width: 92%;
  }
  .page-project-tabs > .item {
    width: auto;
    padding: 0 10px;
  }
  
  .page-project-list > .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page-project-list > .item:nth-child(4n) {
    margin-right: 2%;
  }
  .page-project-list > .item:nth-child(3n) {
    margin-right: 0;
  }
  
  .page-news-list > .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page-news-list > .item:nth-child(4n) {
    margin-right: 2%;
  }
  .page-news-list > .item:nth-child(3n) {
    margin-right: 0;
  }
  
  .contact-box-form > .left, .contact-box-form > .right {
    float: none;
    width: auto;
  }
  
  .contact-box-form .slide-bar-left {
    display: none;
  }
  #maps {
	  height: 230px;
	}
}
@media (max-width: 540px) {
  .company-environment > .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .company-environment > .item:nth-child(3n){
    margin-right: 4%;
  }
  .company-environment > .item:nth-child(2n){
    margin-right: 0;
  }
  
  .page-project-list > .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .page-project-list > .item:nth-child(3n) {
    margin-right: 4%;
  }
  .page-project-list > .item:nth-child(2n) {
    margin-right: 0;
  }
  
  .page-news-list > .item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .page-news-list > .item:nth-child(3n) {
    margin-right: 4%;
  }
  .page-news-list > .item:nth-child(2n) {
    margin-right: 0;
  }
  #maps {
	  height: 200px;
	}
}