@charset "utf-8";

/* CSS Document */

body {
  font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  height: 100%;
  min-width: 1260px;
  background: #fff;
  max-width: 100%;
  overflow: auto;
  color: #666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

img {
  border: 0px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333;
  outline: none;
}

ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input {
  background: transparent;
  padding: 0px;
  font-size: 14px;
  color: #888;
  border: 0px;
  outline: none;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}


/*清除浮动*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}


/************全局样式************/

.fl {
  float: left;
}

.fr {
  float: right;
}


/*t图片样式*/

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {

  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/**/

.wal {
  width: 1200px;
  margin: 0px auto;
}

.main_title {
  text-align: center;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}

.main_title p b {
  font-size: 40px;
  font-weight: bold;
  color: #0068B6;
}

.main_title span {
  font-size: 18px;
  color: #666;
}

.dflex {
  display: flex;
}

.dflex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dflex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dflex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dflex_stretch {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.dflex_space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*顶部导航*/
.header {
  width: 100%;


}

.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  position: relative;
}

.logo_txt b {
  font-size: 30px;
  color: #1E5A8A;
}

.logo_txt p {
  font-size: 19px;
  line-height: 36px;
}

.header_phone {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.header_phone p {
  color: #666;
  margin-bottom: 5px;
}

.header_phone img {
  padding-right: 8px;
}

.header_phone b {
  display: block;
  line-height: 34px;
  white-space: nowrap;
  font-size: 32px;
  font-family: Times New Roman;
  font-weight: bold;
  color: #000;
  padding-right: 20px;
}

/*导航菜单*/
.navbar {
  width: 100%;
  height: 70px;
  border-top: 1px solid #f1f1f1;
  background: #0068B6;
}

.nav {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav li {
  position: relative;
  width: calc(100% / 6);
  background: url(../images/line.png) no-repeat left;
}

.nav li:first-child {
  background: none;
}

.nav li a {
  display: block;
  font-size: 17px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  transition: all .3s;

}

.nav a:hover, .nav li:hover>a {
  font-weight: bold;
  color: #fff;
  background: #0068B6;
}

/* 二级菜单 */
.ejxl {
  display: none;
  background-color: rgba(255, 255, 255, .8);
  transition: all 0s;
  z-index: 999;
  position: absolute;
  top: 100%;
  width: 100%;

}

.nav li .ejxl li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  background: none;
}

.nav li .ejxl li a {
  display: block;
  color: #444;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

.nav li .ejxl li:hover a {
  background: none;
}

.nav li .ejxl a:hover {
  color: #0068B6;
}

/*导航菜单 end*/


/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;

}

#banner .swiper-slide a {
  display: block;
  position: relative;
}

#banner .swiper-slide .wal {
  width: 1200px;
  margin: 0px auto;

}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;

  cursor: pointer;
  overflow: hidden;
  z-index: 10;

  transition: all .5s ease;
  outline: none;
  opacity: 0;

}

#banner:hover .swiper-button {
  opacity: 1;

}

.btn-prev {
  left: 8%;
}

.btn-next {
  right: 8%;
}

#banner:hover .btn-prev {
  left: 5%;
}

#banner:hover .btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #0758B0;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  color: #0068B6;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt2 {
  top: 12%;
}

.banner_txt p {
  color: #E66D0D;
  font-size: 40px;
  display: block;
  text-shadow: 0 0 10px #fff;
}

.banner_txt b {
  display: block;
  font-size: 46px;
  color: #0068B6;
  margin: 20px 0;

  text-shadow: 0 0 10px #fff;

}

.banner_txt span {
  color: #fff;
  font-size: 30px;
  display: block;
  text-shadow: 0 0 10px #000;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

/*首页banner图 end*/
/*产品*/
.product {
  background: url(../images/probg.jpg) no-repeat;
  padding: 60px 0;
}

.product-box {
  position: relative;
}

.pro-nav {
  position: relative;
  z-index: 999;
}

.product .swiper-slide-thumb-active {
  color: #fff;
}

.product .gallery-top2 {
  height: auto;
  width: 58%;
  margin-top: 55px;
  position: relative;
  z-index: 99;


}

.product .gallery-thumbs2 {

  width: 40%;
  text-align: center;
  box-sizing: border-box;
  position: relative;


}

.pro-nav .swiper-container {
  overflow: visible !important;
}

.pro-nav .swiper-container .swiper-slide p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  height: 70px;


}

.pro-nav .swiper-container .swiper-slide {
  position: relative;
}

.pro-nav .swiper-container .swiper-slide::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #0068B6;
  transition: all 0.3s;
  z-index: 1;
}

.pro-nav .swiper-container .swiper-slide span {

  display: block;

  padding: 15px;
  margin-right: 20px;
  position: relative;


}

.pro-nav .swiper-container .swiper-slide span img {
  height: 40px;
  filter: brightness(0)
}

.product .gallery-thumbs2 .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.product .gallery-thumbs2 .swiper-slide {

  cursor: pointer;
  font-size: 18px;

  margin: 8px;
  width: calc(50% - 16px) !important;

  background: #fff;

}

.product .gallery-thumbs2 .swiper-slide ul.sub {
  display: none;
  width: 155px;
  left: 100%;
  top: 0;
  position: absolute;
  background: #999;
  transform: all 0.5s;
  z-index: 99999999;
}

.product .gallery-thumbs2 .swiper-slide ul.sub li {
  transform: all 0.3s;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.product .gallery-thumbs2 .swiper-slide ul.sub li:hover {
  background: #31B25F
}

.product .gallery-thumbs2 .swiper-slide:hover ul.sub {
  display: block !important;
}

.product .gallery-thumbs2 .swiper-slide a p {
  color: #333;
}

.product .gallery-thumbs2 .swiper-slide:hover {

  color: #fff;
}

.product .gallery-thumbs2 .swiper-slide:hover span {
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.pro-nav .swiper-container .swiper-slide:hover span img {

  filter: brightness(1)
}

.pro-nav .swiper-container .swiper-slide:hover:before {

  width: 100%;

}

.product .gallery-thumbs2 .swiper-slide:hover a, .gallery-thumbs .swiper-slide-thumb-active a {
  color: #fff;
}

.product .gallery-thumbs2 .swiper-slide a {
  display: block;
  width: 100%;
  font-size: 18px;
}

.product .gallery-thumbs2 .swiper-slide a img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.product .gallery-thumbs2 .swiper-slide:hover p {
  color: #fff;
}



.product .gallery-thumbs2 .swiper-slide-thumb-active {
  background: #0068B6;
  color: #fff;
}

.product .gallery-thumbs2 .swiper-button-next {

  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  line-height: 60px;
  font-size: 30px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.product .gallery-thumbs2 .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  transition: all .5s ease;
  outline: none;
}

.product .gallery-thumbs2 .swiper-button-prev:hover, .gallery-thumbs2 .swiper-button-next:hover {
  background: #999;
}

.product .gallery-top2 .swiper-container {
  padding-top: 60px;
}

.product .gallery-top2 .swiper-slide {
  position: relative;
  z-index: 99;
}

.product .gallery-top2 .swiper-slide .pro_ej {
  background: #0068B6;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product .gallery-top2 .swiper-slide .pro_ej b {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.product .gallery-top2 .swiper-slide .pro_ej p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  color: rgba(255, 255, 255, .8);
}


/*简介*/
.about {
  margin-top: 50px;
}

.about-box {
  background-color: #fff;
  -webkit-box-shadow: 0 42px 95px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 42px 95px rgba(0, 0, 0, .15);
  box-shadow: 0 42px 95px rgba(0, 0, 0, .15);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;

}

.about_fl {
  flex: 1;
  overflow: hidden;
}

.about_fl p {
  line-height: 26px;
  padding: 10px 0;
  color: #666;
  margin-top: 15px;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  flex: 1;
  overflow: hidden;
  padding-left: 40px;
}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 26px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #0068B6;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #0068B6;
  color: #0068B6;
}

.more_a2:hover::before {
  height: 1px;
}

/* 图标 */
.zyzs-list-box {
  background: #0068B6;
  margin-top: 60px;
}

.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zyzs {
  width: calc(20% - 41px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

  padding: 40px 20px;
  border-right: 1px solid rgba(255, 255, 255, .1);

}

.zyzs:hover {
  background: #1F79C1;
}

.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  transition: all 0.5s;
  border-radius: 50%;
}

.zyzs:hover .zyzs-icon {
  margin-top: -20px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.zyzs-icon .roted-around {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zyzs-icon .roted-around span {
  position: relative;
  display: block;
  height: 100%;
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}


.zyzs-icon .roted-around.qiu span::before, .zyzs-icon .roted-around.qiu span::after {
  background-image: -webkit-linear-gradient(-45deg, rgb(80, 94, 255) 0%, rgb(3, 189, 255) 100%);
  background-image: -ms-linear-gradient(-45deg, rgb(80, 94, 255) 0%, rgb(3, 189, 255) 100%);
}

.zyzs-icon .roted-around span::before {
  left: 15px;
  bottom: 10px;
}

.zyzs-icon .roted-around span::before, .zyzs-icon .roted-around span::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}

.zyzs-icon .roted-around span::after {
  right: 15px;
  top: 10px;
}

.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zyzs-content b {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  font-size: 20px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
}

/* 工程案例 */

#case {
  position: relative;
  width: 1200px;
  margin: 50px auto;
}

#case .swiper-container {
  padding-bottom: 60px;
  margin-top: 30px;
}

#case .swiper-slide {
  width: 520px;
  padding-bottom: 25px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  position: relative;
}

#case .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.3s;

}

#case .swiper-slide a {
  display: block;
  overflow: hidden;
}

#case .swiper-slide a:hover img {
  transform: scale(1.05);
}

#case .swiper-slide a {
  display: block;
}

#case .swiper-slide p {

  text-align: center;
  color: #636363;
  font-size: 20px;
  margin-top: 20px;
}

#case .swiper-slide-active .layer-mask {
  display: none;
}

.layer-mask {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

#case .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#case .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#case .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 2px solid #0068B6;
  background-color: #fff;
}


#case .swiper-button-next {
  right: -30px;
  width: 55px;
  height: 55px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;

}

#case .swiper-button-next i, #case .swiper-button-prev i {
  display: block;
  text-align: center;
  line-height: 55px;
}

#case .swiper-button-prev {
  left: -30px;
  width: 55px;
  height: 55px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;

}

#case .swiper-button-prev:hover, #case .swiper-button-next:hover {
  border: 2px solid #0068B6;
  color: #fff;
  background: #0068B6;
}

#case .swiper-slide:hover {
  background: #0068B6;
  color: #fff;
}

#case .swiper-slide:hover p {
  color: #fff;
}

/*解决方案*/
.ys_box {
  margin-top: 60px;
}

.ys {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;

}

.ys ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys li {
  position: relative;
  overflow: hidden;
  width: 20%;
  border-right: 2px solid #fff;
}

.ys li:last-child {
  border: none;
}

.ys li a {
  display: block;
}

.ys em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}

.ys .dec_ar p {
  margin-top: 15px;
}

.ys .dec_ar span {
  margin-top: 15px;
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.ys li .cont_ar {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ys li .ar_title {
  width: 90%;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.ys li .ar_title i {
  width: 50px;
  height: 45px;
  margin: 0 auto;
}

.ys li .ar_title b {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  display: block;
}

.ys li .dec_ar {
  line-height: 28px;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 20px 5%;
  right: 0;
  bottom: 0;
  background: rgba(0, 104, 182, .6);
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ys li .dec_ar em {
  font-size: 24px;
  margin-top: 15px;
  font-weight: bold;
}

.ys li .dec_ar p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ys li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.ys li.cur .cont_ar {
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.ys li.cur .ar_title {
  display: none;
}

.ys li.cur .dec_ar {
  opacity: 1;
  filter: alpha(opacity=100);

  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

/*  实验室设计流程*/
.sjlc {
  background: url(../images/sjbg.jpg) bottom no-repeat;
  padding: 50px 0 80px 0;
}

.yyfa {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 40px;


}

.yyfa .tab {
  overflow: hidden;
  display: flex;


}

.yyfa .tab .team-box .team-content {
  background: #F6F8FC;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  border-top: 4px solid transparent;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team-content .title {

  font-size: 22px;
  line-height: 48px;

}

.team-content .title2 {

  font-family: 'MontserratUltraLight';
  font-size: 16px;
  letter-spacing: 1.8px;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}


.yyfa .tab a {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  color: #333;
  text-align: center;
  text-decoration: none;
  margin: 5px;




}

.yyfa .tab a.on .team-box .team-content {
  background-color: #0068B6;

}

.yyfa .tab a.on {
  color: #fff;
}

.yyfa .tab a.on .team-box .team-content img {
  filter: brightness(500%);
}

.yyfa .co {
  flex: 4;
}

.yyfa .co ul {
  margin-top: 10px;
  padding: 5px;
}

.yyfa .co li {
  display: none;
  position: relative;
  background: #F6F8FC;
  list-style: none;
}

.ys_list {
  margin-top: 40px;

}

.ys_list_right {
  float: left;
  width: 50%;
}

.ys_list_left {
  float: right;
  width: calc(50% - 60px);
  padding: 30px;
  line-height: 24px;
  font-size: 14px;
  color: #585657;

}

.ys_list_left b {
  line-height: 46px;
  color: #333;
  padding: 10px 0;
  font-size: 32px;
  position: relative;
  font-weight: 500;
  display: block;

}

.ys_list_left p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 28px;
  color: #666;
}

.ys_list_left a {
  display: block;
  padding-top: 10px;
  color: #0068B6;
}

/* 合作 */
.hz_bg {
  background: #0068B6;
  padding: 60px 0;
}

.hezuo {
  padding-bottom: 80px;
  margin-top: 30px;
}

.hezuo .swiper-slide a {
  display: block;
  margin: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hezuo .swiper-slide a img {

  opacity: 0.9;
}

.hezuo .swiper-slide a:hover img {

  opacity: 1;
}

.hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .3;
}

.hezuo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #31B25F;
}

/*企业荣誉*/
.honor_info {
  background: url(../images/honorbg.jpg) no-repeat left;
  background-size: cover;
  margin-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.honor_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
}


.honor {

  padding: 50px 0;

}

.honor .swiper-slide {
  margin-top: 40px;
}

.honor .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.honor .swiper-slide a {
  background: #fff;
  display: block;
  padding-bottom: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.honor .swiper-slide a img {
  height: 398px;
}

.honor .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  padding: 10px 15px;
  color: #333;
}

.honor .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 0 15px;
}


.honor .swiper-button-next {
  position: absolute;
  top: 30px;
  left: calc(100% - 40px);

  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.honor .swiper-button-prev {
  position: absolute;
  top: 30px;
  left: calc(100% - 90px);

  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.honor .swiper-button-prev:hover, .honor .swiper-button-next:hover {
  background: #0068B6;
}

/*新闻*/
.news {
  background: #F6F8FC;
  padding: 60px 0;
}

.news-con {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-con .news-fl {
  background: #fff;
  margin-right: 10px;
  flex: 2;
}

.news-con .news-fl .news-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-con .news-fl .news-tu {
  padding: 20px;
  flex: 1;
}

.news-con .news-fl .news-tu a {
  display: block;
  flex: 1;
  overflow: hidden;
  padding: 30px 0;

}

.news-con .news-fl .news-tu a:hover b {
  color: #0068B6;
}

.news-con .news-fl .news-tu b {
  font-size: 16px;
  color: #000;
}

.news-con .news-fl .news-tu i {
  display: block;
  margin: 20px 0;
  color: #999;
}

.news-con .news-fl .news-tu a p {
  color: #666;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.news-con .news-fl .news-tu img {
  margin-top: 20px;
  transition: all 0.3s;
}

.news-con .news-fl .news-tu:hover img {
  transform: scale(1.1);
}

.news-con .news-fl .news-fl-list {
  padding: 30px;
  border-top: 5px solid #f1f1f1;
}

.news-con .news-fl .news-fl-list a {
  display: block;
  line-height: 42px;
  font-size: 15px;
}

.news-con .news-fl .news-fl-list a:hover {
  color: #0068B6;
}

.news-con .news-fl .news-fl-list a img {
  margin-right: 10px;
}

.news-con .news-fl .news-fl-list a span {
  float: right;
}

.news-con .news-fr {
  background: #fff;
  margin-left: 10px;
  flex: 1;

}

.news-con .news-fr .news-tu {
  background: #f1f1f1;
  margin: 30px;
}

.news-con .news-fr .news-tu b {
  font-size: 16px;
  color: #000;
}

.news-con .news-fr .news-tu i {
  display: block;
  margin: 20px 0;
  color: #999;
}

.news-con .news-fr .news-tu a {
  display: block;
  padding: 10px;
  overflow: hidden;
}

.news-con .news-fr .news-tu a img {
  transition: all 0.3s;
}

.news-con .news-fr .news-tu a:hover img {
  transform: scale(1.1);
}

.news-con .news-fr .news-tu a p {
  color: #666;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.news-con .news-fr .news-tu img {
  margin-bottom: 20px;
}

.news-con .news-fr .news-fl-list {
  padding: 0 30px 30px 30px;

}

.news-con .news-fr .news-fl-list a {
  display: block;
  line-height: 42px;
  font-size: 15px;
}

.news-con .news-fr .news-fl-list a:hover {
  color: #0068B6;
}

.news-con .news-fr .news-fl-list a img {
  margin-right: 10px;
}

.news-con .news-fr .news-fl-list a span {
  float: right;
}

/*返回顶部*/

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #0068B6;
  font-size: 26px;

}


/*底部footer*/
.footer {
  background: #0068B6;
  background-size: 100%;

}

.foot {
  padding: 60px 0;

}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

.foot .ft-nav {
  width: 40%;
}

.foot .ft-nav li {

  float: left;
  margin-bottom: 22px;
  width: 50%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

.foot .ft-nav li a:hover {
  color: #999;
}

.foot .ft-contact {
  width: 35%;
  margin-left: 5%;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.foot .ewm {

  width: 132px;
}

.foot .ewm img {
  max-width: 120px;



}

.foot .ewm p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright a {
  color: #fff;
}