body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.transition {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.transform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.transformX {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.transformY {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*=================首页===============*/
.header-suspension:after {
  content: "";
  display: block;
  height: 70px;
}
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 3px #ddd;
}
.header .logo {
  display: block;
  float: left;
  margin-left: 50px;
  margin-top: 5px;
}
.header .logo img {
  height: 60px;
  display: block;
}
.header .nav {
  float: right;
  margin-right: 55px;
}
.header .nav a {
  font-size: 16px;
  color: #666666;
  line-height: 70px;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.header .nav a.active {
  color: #0061aa;
}
.header .nav a:hover {
  color: #0061aa;
}
.header .nav a.active:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: #0061aa;
  left: -5px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: content-box;
}
.banner .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .arrow-left,
.banner .arrow-right {
  position: absolute;
  height: 80px;
  width: 86px;
  background-color: #fff;
  z-index: 2;
  bottom: 1px;
  background-repeat: no-repeat;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.banner .arrow-right {
  right: 80px;
  background-image: url(../images/right.png);
  background-position: 0 0;
}
.banner .arrow-right:hover {
  background-position: -86px 0;
}
.banner .arrow-right:before {
  content: "";
  height: 40px;
  width: 1px;
  background: #e5e5e5;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
.banner .arrow-left {
  right: 160px;
  background-image: url(../images/left.png);
  background-position: 0 0;
}
.banner .arrow-left:hover {
  background-position: -86px 0;
}
.banner .banner-num {
  background: #fff;
  position: absolute;
  bottom: 1px;
  right: 246px;
  width: 162px;
  height: 80px;
  z-index: 2;
  text-align: center;
  line-height: 80px;
  color: #666666;
  font-size: 20px;
}
.banner .banner-num .active-banner {
  color: #000000;
}
.in-public-title h3 {
  color: #333333;
  text-align: center;
  font-size: 32px;
}
.in-public-title p {
  color: #b4b4b4;
  font-size: 16px;
  text-align: center;
}
.in-Laboratory {
  margin-top: 80px;
}
.in-Laboratory .in-Laboratory-group {
  margin-top: 60px;
  max-width: 1240px;
}
.in-Laboratory .in-Laboratory-group .swiper-slide {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-height: 480px;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list {
  display: block;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list .in-Laboratory-list-img {
  padding-top: 109%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  box-sizing: content-box;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list .in-Laboratory-list-text {
  padding: 22px 22px 42px;
  background: #f8f8f8;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list .in-Laboratory-list-text h4 {
  color: #333333;
  font-size: 20px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list .in-Laboratory-list-text h4 i {
  float: right;
  font-size: 30px;
  color: #cecece;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list .in-Laboratory-list-text p {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 66px;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list:hover .in-Laboratory-list-text {
  background: #0061aa;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list:hover .in-Laboratory-list-text h4 {
  color: #fff;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list:hover .in-Laboratory-list-text h4 i {
  color: #fff;
}
.in-Laboratory .in-Laboratory-group .swiper-slide .in-Laboratory-list:hover .in-Laboratory-list-text p {
  color: #fff;
}
.in-ambient-con {
  background: #f8f8f8;
  padding: 94px 0 98px;
  margin-top: 80px;
}
.in-ambient-con .in-ambient {
  max-width: 1836px;
}
.in-ambient-con .in-ambient .in-ambient-group {
  margin-top: 60px;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list {
  padding-top: 79.3%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list .in-ambient-list-mask {
  height: 30%;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.36);
  z-index: 2;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  opacity: 0;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list .in-ambient-list-text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  padding: 0 20px;
  padding-top: 28%;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list .in-ambient-list-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  opacity: 0;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list .in-ambient-list-text h4:after {
  content: "";
  height: 3px;
  width: 30px;
  background: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list .in-ambient-list-text p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  opacity: 0;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list:hover .in-ambient-list-mask {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list:hover .in-ambient-list-text h4,
.in-ambient-con .in-ambient .in-ambient-group .swiper-slide .in-ambient-list:hover .in-ambient-list-text p {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.in-EPC {
  padding-top: 26.4%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.in-EPC-con {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 28px;
  margin-top: -228px;
}
.in-EPC-con .in-EPC-text {
  border: 1px solid #0061aa;
  padding: 50px 100px;
}
.in-EPC-con .in-EPC-text .in-public-p {
  margin-top: 40px;
  margin-bottom: 50px;
}
.in-EPC-con .in-EPC-text .in-public-p p {
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.in-EPC-con .in-EPC-text a {
  color: #fff;
  display: block;
  background: #0061aa;
  line-height: 38px;
  width: 138px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-align: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.in-EPC-con .in-EPC-text a:hover {
  background: #044272;
}
.footer {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 52px;
}
.footer .footer-left {
  width: 51.5%;
  float: left;
}
.footer .footer-left h3 {
  color: #545454;
  font-size: 22px;
  margin-bottom: 25px;
}
.footer .footer-left h3 span {
  color: #545454;
  font-size: 16px;
}
.footer .footer-left ul li {
  color: #545454;
  font-size: 14px;
  line-height: 30px;
}
.footer .footer-right {
  width: 48%;
  float: right;
}
.footer .footer-right .footer-right-input {
  width: 48%;
  border-bottom: 1px solid #0866ad;
}
.footer .footer-right .footer-right-input input {
  font-size: 14px;
  color: #0866ad;
  display: block;
  width: 100%;
  height: 46px;
  background: transparent;
}
.footer .footer-right .footer-right-textarea {
  margin-top: 22px;
}
.footer .footer-right .footer-right-textarea textarea {
  display: block;
  background: transparent;
  height: 80px;
  resize: none;
  width: 100%;
  color: #0866ad;
  border-bottom: 1px solid #0866ad;
}
.footer .footer-right textarea::-webkit-input-placeholder,
.footer .footer-right input::-webkit-input-placeholder {
  color: #0866ad;
}
.footer .footer-right textarea::-moz-placeholder,
.footer .footer-right input::-moz-placeholder {
  color: #0866ad;
}
.footer .footer-right textarea:-moz-placeholder,
.footer .footer-right input:-moz-placeholder {
  color: #0866ad;
}
.footer .footer-right textarea:-ms-input-placeholder,
.footer .footer-right input:-ms-input-placeholder {
  color: #0866ad;
}
.footer .footer-right button {
  display: block;
  color: #fff;
  width: 80px;
  height: 32px;
  background: #0866ad;
  cursor: pointer;
  margin-top: 26px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.footer .footer-right button:hover {
  background: #5b84ad;
}
.footer-in {
  background: #0866ad;
  border-top: 1px solid #076dba;
}
.footer-in span {
  color: #fff;
  line-height: 54px;
  font-size: 14px;
  margin-right: 40px;
}
.footer-in .footer-share .bdsharebuttonbox {
  overflow: hidden;
}
.footer-in .footer-share .bdsharebuttonbox a {
  margin: 0;
  padding: 0;
  background: none;
  height: 28px;
  width: 28px;
  background: #488fcc;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-left: 14px;
  color: #b9d4ec;
  font-size: 15px;
  margin-top: 12px;
}
/*============产品中心=============*/
.inner-banner {
  padding-top: 18%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-nav {
  text-align: center;
  font-size: 0;
  margin-top: 32px;
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 3%;
  padding-right: 3%;
}
.product-nav li {
  display: inline-block;
  position: relative;
}
.product-nav li a {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}
.product-nav li + li:after {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background: #cfcfcf;
  position: absolute;
  top: 12px;
  left: 0;
}
.product-nav li:hover a {
  color: #0061aa;
}
.product-nav .active a {
  background: #0061aa;
  color: #fff!important;
}
.product-nav .active + li:after {
  display: none;
}
.product .product-group {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}
.product .product-group .product-list {
  padding-left: 25px;
  padding-right: 25px;
  width: 33.33%;
  float: left;
  margin-top: 48px;
}
.product .product-group .product-list a {
  display: block;
}
.product .product-group .product-list a .product-list-img {
  padding-top: 67%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product .product-group .product-list a .product-list-img .product-line-top {
  height: 1px;
  width: 0;
  position: absolute;
  top: 14px;
  right: 14px;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.product .product-group .product-list a .product-list-img .product-line-right {
  height: 0;
  width: 1px;
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.product .product-group .product-list a .product-list-img .product-line-bottom {
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.product .product-group .product-list a .product-list-img .product-line-left {
  height: 0px;
  width: 1px;
  position: absolute;
  top: 14px;
  right: 14px;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.product .product-group .product-list a .product-list-text {
  padding: 22px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.product .product-group .product-list a .product-list-text h4 {
  color: #333333;
  font-size: 16px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.product .product-group .product-list a .product-list-text p {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.product .product-group .product-list a:hover .product-list-img .product-line-top,
.product .product-group .product-list a:hover .product-list-img .product-line-bottom {
  width: calc(100% - 28px);
}
.product .product-group .product-list a:hover .product-list-img .product-line-left,
.product .product-group .product-list a:hover .product-list-img .product-line-right {
  height: calc(100% - 28px);
}
.product .product-group .product-list a:hover .product-list-text {
  background: #0061aa;
}
.product .product-group .product-list a:hover .product-list-text h4 {
  color: #fff;
}
.product .product-group .product-list a:hover .product-list-text p {
  color: #4ea1df;
}
.page {
  font-size: 0;
}
.page a {
  display: inline-block;
  line-height: 28px;
  width: 28px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-right: 10px;
}
.page a:hover {
  background: #0061aa;
  border-color: #0061aa;
  color: #fff;
}
.page .active {
  background: #0061aa;
  border-color: #0061aa;
  color: #fff;
}
/*=========产品中心===========*/
.case-group {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.case-group .case-list-con {
  width: 33.33%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}
.case-group .case-list-con .case-list {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-top: 100%;
  position: relative;
}
.case-group .case-list-con .case-list p {
  padding-left: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-more {
  display: block;
  font-size: 16px;
  color: #888888;
  text-align: center;
  border: 1px solid #888888;
  line-height: 48px;
  width: 174px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  cursor: pointer;
}
.case-more:hover {
  background: #888888;
  color: #fff;
}
.case-mask {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
.case-mask .case-swiper {
  position: relative;
}
.case-mask .content {
  text-align: center;
  position: relative;
}
.case-mask .case-bigimg-com {
  width: 700PX;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}
.case-mask .case-bigimg-com img {
  width: 720px;
  display: block;
}
.case-mask .case-bigimg-com .case-close {
  position: absolute;
  top: -33px;
  right: -25px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.case-mask .arrow-left {
  position: absolute;
  font-size: 30px;
  top: 50%;
  margin-top: -15px;
  left: -70px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  color: #c9c9c9;
  cursor: pointer;
}
.case-mask .arrow-right {
  position: absolute;
  font-size: 30px;
  top: 50%;
  margin-top: -15px;
  right: -70px;
  color: #c9c9c9;
  cursor: pointer;
}
.case-mask.active {
  opacity: 1;
  visibility: visible;
}
.inner-pg {
  padding-top: 70px;
  padding-bottom: 60px;
}
.inner-pg .in-public-title h3 {
  font-size: 22px;
}
/*=========工程管理==========*/
.Administration .Administration-text {
  margin-top: 60px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  word-wrap: break-word;
}
.Administration .Administration-text h4 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-left: 20px;
  background: url(../images/Administration_03.png) no-repeat left center;
}
.Administration .Administration-text p,
.Administration .Administration-text ul,
.Administration .Administration-text ol,
.Administration .Administration-text li {
  padding-left: 20px;
  word-wrap: break-word;
}
.Administration .Administration-text img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*==============关于我们=============*/
.about {
  padding-bottom: 0;
}
.about .about-info-left {
  width: 50%;
}
.about .about-info-left .about-tit {
  height: 78px;
}
.about .about-info-left .about-info-text {
  margin-top: 50px;
  color: #666666;
  font-size: 14px;
}
.about .about-img {
  width: 43.333%;
  float: right;
}
.about .about-img img {
  width: 100%;
}
.about .Honor {
  background: #fbfbfb;
  padding: 80px 0 60px;
}
.about .Honor .Honor-group {
  margin-top: 50px;
  position: relative;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.about .Honor .Honor-group .swiper-slide {
  padding: 15px;
  box-sizing: border-box;
}
.about .Honor .Honor-group .swiper-slide .Honor-list {
  box-shadow: 0 0 20px #c5c5c5;
}
.about .Honor .Honor-group .swiper-slide .Honor-list img {
  display: block;
  width: 100%;
}
.about .Honor .arrow-left,
.about .Honor .arrow-right {
  height: 49px;
  width: 49px;
  font-size: 24px;
  line-height: 49px;
  text-align: center;
  background: #eaeaea;
  position: absolute;
  top: 50%;
  color: #989898;
  margin-top: -25px;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about .Honor .arrow-left:hover,
.about .Honor .arrow-right:hover {
  color: #fff;
  background: #1785e4;
}
.about .Honor .arrow-left {
  left: -100px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.about .Honor .arrow-right {
  right: -100px;
}
/*==============健康环境==============*/
.Environmental {
  padding-bottom: 0;
}
.Environmental .Environmental-group {
  margin-top: 20px;
}
.Environmental .Environmental-group .Environmental-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con {
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con .Environmental-list-img {
  display: inline-block;
  vertical-align: middle;
  width: 43%;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con .Environmental-list-img img {
  width: 100%;
  display: block;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con .Environmental-list-text {
  display: inline-block;
  vertical-align: middle;
  width: 43%;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con .Environmental-list-text h4 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con .Environmental-list-text p {
  color: #666666;
  font-size: 15px;
  line-height: 2;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con .Environmental-list-text a {
  display: block;
  color: #0061aa;
  font-size: 14px;
  line-height: 38px;
  width: 130px;
  border: 1px solid #0061aa;
  text-align: center;
  margin-top: 22px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con .Environmental-list-text a:hover {
  background: #0061aa;
  color: #fff;
}
.Environmental .Environmental-group .Environmental-list .Environmental-list-con > div:nth-child(2) {
  margin-left: 14%;
}
.Environmental .Environmental-group .Environmental-list:nth-child(even) {
  background: #fafafa;
}
.Environmental .Environmental-detail {
  margin-top: 38px;
  font-size: 15px;
  line-height: 2;
  color: #666666;
  padding-bottom: 50px;
}
.Environmental .Environmental-detail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/*===============联系我们===============*/
.contact-ul {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.contact-ul .contact-li {
  width: 25%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-ul .contact-li .contact-li-g {
  background: #f8f8f8;
  padding: 50px 30px 30px;
  position: relative;
}
.contact-ul .contact-li .contact-li-g i {
  color: #fff;
  background: #0061aa;
  font-size: 40px;
  line-height: 64px;
  width: 64px;
  display: block;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  top: -32px;
  left: 50%;
  margin-left: -32px;
}
.contact-ul .contact-li .contact-li-g h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
  text-align: center;
}
.contact-ul .contact-li .contact-li-g .contact-li-text {
  margin-top: 10px;
  height: 56px;
}
.contact-ul .contact-li .contact-li-g .contact-li-text p {
  color: #666666;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
.contact-map {
  margin-top: 50px;
  height: 400px;
  border: 1px solid #d6d6d6;
}
/*==========灵活扩展============*/
.extend-group {
  margin-top: 56px;
}
.extend-group .extend-list {
  padding: 66px 34px 66px 176px;
  position: relative;
  background: #f7f7f7;
}
.extend-group .extend-list + .extend-list {
  margin-top: 30px;
}
.extend-group .extend-list .extend-list-img {
  height: 116px;
  width: 116px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -58px;
}
.extend-group .extend-list h3 {
  color: #0061aa;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
.extend-group .extend-list p {
  color: #666666;
  line-height: 25px;
  font-size: 14px;
}
/*==============智能实验室==============*/
.laboratory-group .laboratory-list {
  margin-top: 46px;
}
.laboratory-group .laboratory-list h3 {
  color: #333333;
  font-size: 20px;
  line-height: 56px;
  border-bottom: 1px solid #eaeaea;
}
.laboratory-group .laboratory-list h3 span {
  color: #333333;
  font-size: 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.laboratory-group .laboratory-list h3 span:after {
  content: "";
  line-height: 56px;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0061aa;
  bottom: -1px;
}
.laboratory-group .laboratory-list .laboratory-list-text {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-top: 34px;
}
.laboratory-group .laboratory-list .laboratory-list-text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.sr-bdimgshare,
.bdselect_share_box {
  display: none!important;
}
/*========旋转动画==========*/
@-webkit-keyframes Circle {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes Circle {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
/*=========边框效果=========*/
.line-top {
  position: absolute;
  height: 10px;
  background: #0061aa;
  width: 0%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  top: 0;
  right: 0;
  z-index: 4;
}
.line-left {
  position: absolute;
  height: 0%;
  background: #0061aa;
  width: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  top: 0;
  left: 0;
  z-index: 4;
}
.line-bottom {
  position: absolute;
  height: 10px;
  background: #0061aa;
  width: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.line-right {
  position: absolute;
  height: 0%;
  background: #0061aa;
  width: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.in-ambient-list:hover .line-top,
.in-ambient-list:hover .line-bottom {
  width: 100%;
}
.in-ambient-list:hover .line-left,
.in-ambient-list:hover .line-right {
  height: 100%;
}



.case-mask .case-bigimg-com img {
    height: 580px;
    display: block;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}
.case-mask .content {
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.case-mask .case-bigimg-com{
    margin-top:0;
}

