.y-f0 {
  font-size: 0;
}
.pages {
  padding-top: 60px;
}
.pages a,
.pages strong {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
  margin: 0 5px;
  font-weight: normal;
  border: 1px solid #999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pages a:first-child,
.pages strong:first-child,
.pages a:last-child,
.pages strong:last-child {
  width: 90px;
}
.pages a:hover,
.pages strong {
  background: #066e3e;
  color: #fff;
  border-color: #066e3e;
}
/*===================E1-新闻中心====================*/
.y-title {
  position: relative;
  font-size: 48px;
  line-height: 1;
  color: #066e3e;
  font-weight: bold;
  padding-bottom: 34px;
  background-image: url('../images/line-01.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
}
.y-title.tc {
  background-position: center bottom;
}
.y-title .mg-icon {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.y-title.white {
  color: #fff;
  background-image: url('../images/y-line-01.jpg');
}
.y-main {
  padding-top: 100px;
  padding-bottom: 120px;
}
.y-news-a1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #f6faf8;
  margin-top: 42px;
}
.y-news-a1 .div-img {
  width: 43.75%;
}
.y-news-a1 .div-img img {
  width: 100%;
}
.y-news-a1 .div-img .span-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.y-news-a1 .div-cont {
  width: 47.5%;
  margin-right: 4.5%;
}
.y-news-a1 .div-date {
  padding-left: 25px;
  background-image: url('../images/y-icon1.png');
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  font-family: Arial;
}
.y-news-a1 .div-title {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.y-news-a1 .div-des {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  max-height: 90px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.y-news-a1 .div-more {
  margin-top: 62px;
}
.y-news-a1 .div-more span {
  font-size: 16px;
  color: #066e3e;
  padding-right: 80px;
  display: inline-block;
  background-image: url('../images/moretb1.png');
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 28px;
  filter: grayscale(1);
  opacity: 0.7;
}

.y-news-a1 :hover .div-title{
	color: #066e3e;
}
.y-news-a1 :hover .div-more span{
	filter: grayscale(0);
  opacity:1;
}


.y-news-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.y-news-list .row {
  margin-top: 0;
}
.y-news-list .row > div {
  margin-top: 40px;
}
.y-news-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.y-news-title {
  font-size: 30px;
  line-height: 46px;
  color: #333;
}
.y-news-art {
  width: 70.83%;
  padding-top: 90px;
  padding-bottom: 140px;
}
.y-news-art .div-des {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  margin-top: 66px;
}
.y-news-art .div-des img {
  max-width: 100%;
}
.y-news-pages {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid #d2d2d2;
}
.y-news-pages .div-01 a {
  max-width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*===================E2-新闻中心详情====================*/
.y-news-title {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.y-news-title .div-info {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 24px;
}
.y-news-title .div-info .span-01 {
  font-size: 16px;
  color: #666;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 25px;
}
.y-news-right {
  position: relative;
  width: 25.34%;
  padding-left: 4.86%;
}
.y-news-right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
  width: 100vw;
}
.y-news-right .div-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.y-recomment-title {
  font-size: 36px;
  color: #066e3e;
  line-height: 1;
  font-weight: bold;
}
.y-recomment-list {
  margin: 0;
}
.y-recomment-list li {
  margin-top: 60px;
}
.y-recomment-a1 .span-img .bdo-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.y-recomment-a1 .span-img .bdo-img img {
  display: block;
  width: 100%;
}
.y-recomment-a1 .span-cont {
  padding-top: 33px;
}
.y-recomment-a1 .span-cont .bdo-title {
  font-size: 18px;
  line-height: 26px;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.y-recomment-a1 .span-cont .bdo-des {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 18px;
}
.y-recomment-a1 .span-cont .span-01 {
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.y-recomment-a1 .span-cont .span-01 .bdo-date {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding-left: 26px;
  background-image: url('../images/y-icon1.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.y-recomment-a1 .span-cont .span-01 .bdo-more {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-right: 78px;
  background-image: url('../images/moretb3.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.y-recomment-more {
  font-size: 16px;
  color: #fff;
  background: #066e3e;
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-top: 92px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.y-recomment-more:hover{
	color: #fff;
}
.y-recomment-more img {
  margin-left: 17px;
}
/*===================F1-诚聘英才2====================*/
.join-moment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.join-moment .div-word {
  width: 27.77%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.join-moment .div-word .div-des {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-top: 30px;
}
.join-moment .y-recomment-more {
  margin-top: 85px;
}
.join-moment .div-img {
  width: 60.55%;
  display: flex;
  justify-content: space-between;
}
.join-moment .div-img img {
  width: 100%;
}
.join-moment .div-img .div-left,
.join-moment .div-img .div-right {
  width: 46.55%;
}
.join-moment .div-img .div-left > div,
.join-moment .div-img .div-right > div {
  width: 100%;
  margin-top: 60px;
}
.join-moment .div-img .div-left > div:first-child,
.join-moment .div-img .div-right > div:first-child {
  margin-top: 0;
}
.join-moment .div-img .div-left > div span,
.join-moment .div-img .div-right > div span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.join-us {
  padding-top: 100px;
  padding-bottom: 76px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.join-owl {
  margin-top: 50px;
  text-align: center;
}
.join-owl .owl-controls {
  position: relative;
  margin: 72px 0 0;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.join-owl .owl-nav .owl-prev,
.join-owl .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.join-owl .owl-nav .owl-prev {
  left: -36px;
  background-image: url('../images/zuojian1.png');
}
.join-owl .owl-nav .owl-next {
  right: -36px;
  background-image: url('../images/youjian1.png');
}
.join-owl .owl-dots {
  position: static;
  margin: 0;
  text-align: center;
  width: 100%;
}
.join-owl .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #7a7a7a;
  border-radius: 50%;
  display: inline-block;
  margin: 0 12px;
}
.join-owl .owl-dots .owl-dot.active {
  background: #066e3e;
}
.join-us-01 {
  padding: 60px 30px;
  background: #fff;
}
.join-us-01 .div-img {
  border-radius: 50%;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.join-us-01 .div-img img {
  width: 100%;
}
.join-us-01 .div-title {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  margin-top: 33px;
}
.join-us-01 .div-info {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 52px;
  margin-top: 15px;
}
.join-us-01 .div-more {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  margin-top: 24px;
  font-size: 16px;
  color: #066e3e;
}
.join-us-01 .div-more img {
  width: auto;
  margin-left: 19px;
}
/*===================F1-诚聘英才2====================*/
.y-product-main {
  padding-top: 100px;
  padding-bottom: 120px;
}
.y-product-list {
  margin-top: 40px;
}
.y-product-list li {
  margin-top: 40px;
}
.y-product-list li:first-child {
  margin-top: 0;
}
.y-product-a1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.y-product-a1 .div-img {
  position: relative;
  z-index: 2;
  width: 28.4%;
}
.y-product-a1 .div-img .span-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.y-product-a1 .div-img img {
  width: 100%;
  height: 550px;
}
.y-product-a1 .div-cont {
  position: relative;
  width: 71.6%;
  min-height: 550px;
  padding-bottom: 200px;
  display: flex;
  align-items: center;
}
.y-product-a1 .div-cont .div-c {
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.y-product-a1 .div-cont .span-num {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 350px;
  line-height: 1;
  color: #f6faf8;
  font-weight: bold;
  font-family: "Times New Roman";
}
.y-product-a1 .div-cont .div-n {
  width: 73.33%;
  margin-left: 8.73%;
  position: relative;
  z-index: 2;
}
.y-product-a1 .div-cont .div-cn {
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
  margin-top: 33px;
}
.y-product-a1 .div-cont .div-en {
  font-size: 16px;
  color: #999;
  font-family: "Myriad Pro";
  text-transform: uppercase;
  line-height: 26px;
  margin-top: 17px;
}
.y-product-a1 .div-cont .div-des {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 42px;
}
.y-product-a1 .div-cont .div-more {
  position: absolute;
  left: 0;
  padding-left: 8.73%;
  right: 0;
  bottom: 40px;
  height: 160px;
  display: flex;
  align-items: center;
}
.y-product-a1 .div-cont .div-more span {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #666;
  font-size: 16px;
  padding-right: 70px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../images/moretb3.png');
  line-height: 30px;
}
.y-product-a1 .div-cont .div-more::after {
  content: " ";
  position: absolute;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f6faf8;
}
/*===================D2-业务板图-产品-详情====================*/
.y-product-main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-product-content {
  padding-top: 100px;
  padding-bottom: 90px;
}
.y-product-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  border-top: 1px solid #f6faf8;
  border-bottom: 1px solid #f6faf8;
}
.y-product-01 .div-img {
  width: 45.833%;
  height: 474px;
  background: #f6faf8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-product-01 .div-img img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.y-product-01 .div-cont {
  width: 50.34%;
  height: 474px;
  overflow: auto;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  padding-top: 60px;
  padding-bottom: 60px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.y-product-01 .div-cont::-webkit-scrollbar {
  width: 2px;
  height: 16px;
  background-color: #dde1df;
}
.y-product-01 .div-cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #dde1df;
}
.y-product-01 .div-cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #066e3e;
}
.y-product-01 .div-cont .div-des {
  padding-right: 70px;
}
.y-product-01 .div-cont .div-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #333;
  margin-bottom: 33px;
}
.y-product-01 .div-cont .span-01 {
  color: #333;
}
.y-product-base {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-product-base-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.y-product-base-flex .div-word {
  width: 25.69%;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.y-product-base-flex .div-word .div-des {
  margin-top: 23px;
  text-align: justify;
}
.y-product-base-flex .div-img {
  width: 65.9%;
}
.y-product-base-flex .div-img img {
  max-width: 100%;
}
.y-product-technologe {
  padding-top: 100px;
  padding-bottom: 90px;
}
.y-product-success {
  padding-top: 100px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-position: top center;
}
.y-product-zhxy {
  padding-bottom: 100px;
}
.y-product-zhxy-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 37px;
}
.y-product-zhxy-list {
  width: 42.36%;
  margin-bottom: 0;
}
.y-product-zhxy-list li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}
.y-product-zhxy-list li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.y-product-zhxy-right {
  width: 48.61%;
}
.y-product-zhxy-owl .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
}
.y-product-zhxy-owl .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 20px;
  
}
.y-product-zhxy-owl .owl-dots .owl-dot.active {
  background: #066e3e;
}
.y-product-zhxy-a1 .span-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-product-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.y-product-title-txt {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  width: 72.22%;
}
.y-product-technologe-menu a {
  display: inline-block;
  font-size: 24px;
  color: #666;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(6, 110, 62, 0);
  margin-left: 45px;
}
.y-product-technologe-menu a:first-child {
  margin-left: 0;
}
.y-product-technologe-menu a.active {
  color: #066e3e;
  font-weight: bold;
  border-bottom: 1px solid #066e3e;
}
.y-product-technologe-cont .div-nr-01 {
  margin-left: -50px;
  margin-right: -50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: -100;
}
.y-product-technologe-cont .div-nr-01.on {
  position: static;
  visibility: visible;
}
.y-product-swiper {
  margin-top: 33px;
  text-align: center;
}
.y-product-swiper .swiper-control {
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
.y-product-swiper .swiper-control .swiper-pagination {
  position: static;
  line-height: normal;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.y-product-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet {
  position: static;
  width: 6px;
  height: 6px;
  background: #7a7a7a;
  margin-left: 12px;
  margin-right: 12px;
}
.y-product-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #066e3e;
}
.y-product-swiper .swiper-control .swiper-arrow.swiper-button-prev,
.y-product-swiper .swiper-control .swiper-arrow.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.y-product-swiper .swiper-control .swiper-arrow.swiper-button-prev::after,
.y-product-swiper .swiper-control .swiper-arrow.swiper-button-next::after {
  display: none;
}
.y-product-swiper .swiper-control .swiper-arrow.swiper-button-prev {
  left: -36px;
  background-image: url('../images/zuojian1.png');
}
.y-product-swiper .swiper-control .swiper-arrow.swiper-button-next {
  right: -36px;
  background-image: url('../images/youjian1.png');
}
.y-product-swiper .swiper-slide {
  background: none;
}
.y-product-swiper .swiper-slide img {
  max-width: 100%;
}
.y-product-swiper .div-img {
  margin: 20px;
  -webkit-box-shadow: 0 0 20px rgba(6, 110, 62, 0.2);
  -moz-box-shadow: 0 0 20px rgba(6, 110, 62, 0.2);
  box-shadow: 0 0 20px rgba(6, 110, 62, 0.2);
}
.y-product-swiper .div-txt {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  display: none;
 height: 60px;
}
.y-product-swiper .swiper-slide.swiper-slide-active .div-img {
  transform: scale(1);
}
.y-product-swiper .swiper-slide.swiper-slide-active .div-txt {
  display: block;
}

.y-product-swiper .swiper-button-next, .y-product-swiper .swiper-button-prev{
	filter: grayscale(100%);
	top: 42%;
}

.y-product-swiper .swiper-button-next:hover{
	filter: grayscale(0%);
}

.y-product-swiper .swiper-button-prev:hover{
	filter: grayscale(0%);
}
.y-product-swiper.swiper-container-3d .swiper-slide-shadow-left,
.y-product-swiper.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.5));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.5));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.5));
}
#certify {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
}
#certify .swiper-container {
  padding-bottom: 60px;
  overflow: inherit;
}
#certify .swiper-slide {
  width: 865px;
  max-width: 100%;
  background: none;
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
}
#certify .swiper-slide p {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 0;
  text-align: center;
  color: #333;
  margin: 23px 0 0;
  font-size: 24px;
  line-height: 34px;
  display: none;
}
#certify .swiper-slide .div-img {
  position: relative;
}
#certify .swiper-slide .div-img::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
#certify .swiper-slide.swiper-slide-active .div-img::after {
  display: none;
}
#certify .swiper-slide.swiper-slide-active p {
  display: block;
}
.y-service-model-01 .div-cont .div-icon:nth-child(10){
  display: none;

}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  width: 16px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  display: none;
}
#certify .swiper-button-prev {
  left: -60px;
  background: url(../images/zuojian1.png) no-repeat;
}
#certify .swiper-button-prev:hover {
  background: url(../images/zuojian2.png) no-repeat;
}
#certify .swiper-button-next {
  right: -60px;
  background: url(../images/youjian1.png) no-repeat;
}
#certify .swiper-button-next:hover {
  background: url(../images/youjian2.png) no-repeat;
}
/*===================D4-业务板图-服务-详情====================*/
.y-service-content {
  padding-top: 100px;
  padding-bottom: 130px;
}
.y-service-content img {
  max-width: 100%;
}
.y-service-content-cont {
  width: 100%;
  margin-top: 116px;
}
.y-service-content-cont .div-cont {
  width: 33.4%;
  margin-left: auto;
  margin-right: auto;
}
.y-service-content-cont .div-tit {
  position: relative;
  font-size: 26px;
  line-height: 36px;
  color: #066e3e;
  font-weight: bold;
}
.y-service-content-cont .div-tit .span-icon {
  display: block;
  position: absolute;
  left: -57px;
  top: 50%;
  transform: translateY(-50%);
}
.y-service-content-cont .div-des {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 8px;
}
.y-service-content-cont .div-des .span-tit {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 3px;
}
.y-service-content-cont .div-1 {
  position: absolute;
  text-align: left;
  width: 362px;
}
.y-service-content-cont .div-01 {
  bottom: 100%;
  left: 50%;
  margin-left: 37px;
  margin-bottom: -22px;
}
.y-service-content-cont .div-02 {
  right: 100%;
  top: 24.78%;
  margin-right: 86px;
}
.y-service-content-cont .div-03 {
  left: 100%;
  top: 24.78%;
  margin-left: 86px;
}
.y-service-content-cont .div-04 {
  right: 100%;
  top: 100%;
  margin-top: -50px;
}
.y-service-content-cont .div-05 {
  left: 100%;
  top: 100%;
  margin-top: -50px;
}
.y-service-case {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6faf8;
}
.y-service-intro {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-service-owl {
  margin-top: 38px;
}
.y-service-01 {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.y-service-01 .div-cont {
  width: 61.67%;
}
.y-service-01 .div-cont .div-c {
  padding: 54px 7.8% 85px;
}
.y-service-01 .div-cont .div-c img {
  width: auto;
}
.y-service-01 .div-title .div-cn {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}
.y-service-01 .div-title .div-en {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  margin-top: 6px;
  color: #666;
}
.y-service-01 .div-img {
  width: 38.33%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.y-service-01 .div-img img {
  width: 100%;
}
.y-service-intro-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -16px;
}
.y-service-intro-list li {
  position: relative;
  width: 45.33%;
  padding-left: 75px;
  margin-top: 66px;
}
.y-service-intro-list li .span-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.y-service-intro-list li .div-des {
  width: 100%;
}
.y-service-intro-list li .div-des .div-tit {
  font-size: 24px;
  color: #066e3e;
  line-height: 34px;
  font-weight: bold;
}
.y-service-intro-list li .div-des .div-d {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 12px;
}
.y-service-model {
  padding-top: 100px;
  padding-bottom: 100px;
}
.y-service-model .y-product-technologe-cont {
  margin-top: 40px;
}
.y-service-model .y-product-technologe-cont .div-nr-01 {
  margin-left: 0;
  margin-right: 0;
}
.y-service-model-01 img {
  max-width: 100%;
}
.y-service-model-01 .div-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
.y-service-model-01 .div-cont .div-txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 20px 5px;
  border: 1px solid #bfbfbf;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.y-service-model-01 .div-cont .div-icon {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.y-service-linian {
  padding-top: 100px;
  padding-bottom: 100px;
}
.y-service-linian-cont {
  position: relative;
  margin-top: 92px;
}
.y-service-linian-cont .div-title {
  width: 46.38%;
  font-size: 24px;
  font-weight: bold;
  color: #066e3e;
  padding-left: 63px;
  padding-right: 63px;
}
.y-service-linian-cont .div-cont {
  background: #f6faf8;
  margin-top: 57px;
}
.y-service-linian-cont .div-cont ul {
  width: 46.38%;
  padding: 50px 63px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.y-service-linian-cont .div-cont ul li {
  width: 43.51%;
  font-size: 18px;
  color: #333;
  margin-top: 32px;
  padding-left: 45px;
  line-height: 26px;
}
.y-service-linian-cont .div-cont ul li .span-icon {
  float: left;
  margin-left: -45px;
}
.y-service-linian-cont .div-img {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 3.125%;
  max-width: 50.34%;
  display: flex;
  align-items: flex-end;
}
.y-service-linian-cont .div-img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
