/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
 
  outline: none;
}

textarea {

  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}
.dot1 {overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.dot {overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;}
.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%;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;

}

#header.header-transparent {
  background-image: linear-gradient(to bottom, rgba(0,0,0 ,.7),rgba(0,0,0 , 0));
  background-image:-moz-linear-gradient(to bottom, rgba(0,0,0 ,.7),rgba(0,0,0 , 0));
  background-image:-webkit-linear-gradient(to bottom, rgba(0,0,0 ,.7),rgba(0,0,0 , 0));
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f1f1;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  text-align: center;


}


.nav-menu a {
  display: block;

  color: #fff;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;


}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  background: #6eb834;

}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}
.nav-menu li:nth-child(3).drop-down ul { width: 120%; left: -10%;}
.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px;
  font-size: 16px;

  text-transform: none;
  color: #666;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {
  color: #6eb834;
  background: none;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}
#header.header-scrolled  .language img{filter:none;}
#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #6eb834;
}

#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #fff;


}

#header.header-scrolled .nav-menu .drop-down ul a:hover, #header.header-scrolled .nav-menu .drop-down ul .active>a, #header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #6eb834;
  background: none;

}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #6eb834;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #f1f1f1;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}



.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;

}

.mobile-nav-toggle i {
  color: #666;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #fff;
  font-size: 16px;

}

.language a {
  color: #fff;
  padding: 0 10px;
}
.language img{ 
  filter:brightness(100); -webkit-filter: brightness(100); }
.language a:hover {
  color: #ECA617;
}

.tel a{
  height: 90px;
  display: flex;
  align-items: center;
}  
.tel a{ color: #6eb834; font-size: 18px; font-weight: bold;}
.tel span { font-weight: normal; font-size: 14px;}
  .tel a i{ width: 40px; height: 40px; border-radius: 50%;  box-shadow: 0px 0px 21px 0px rgba(18, 22, 24, 0.13); display: flex; align-items: center; justify-content: center; margin-right: 5px; }
/*  导航菜单 end */

/*首页banner图 start*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 2.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}

#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #6eb834;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}



#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
 
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
 
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;

}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #fff;
  font-size: 26px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  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 .swiper-slide {
  clip-path: none;
  opacity: 0;
  z-index: 0;
}

#banner .swiper-slide-prev {
  clip-path: polygon(0% -150%, 100% -150%, 100% -20%, 0% 0%);
  opacity: 0;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 3;
}

#banner .swiper-slide-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 150%);
  opacity: 1;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 2;
}

#banner .swiper-slide-next {
  z-index: 1;
}

 .banner_mouse{display:block; position:absolute; left:50%; margin-left:-11px; bottom:70px; z-index:2; width:23px;height: 40px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -23px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite;}
.banner_mouse:after, .banner_mouse:before{content: "";position: absolute;}
 .banner_mouse:before{width:23px;height:40px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
 .banner_mouse:after{background-color: #ffffff;width: 4px;height: 4px;border-radius: 100%;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}

}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes colorSlide {
	0% {
			height:0;
		}

 90%{
		height:40px;
	}


}

@keyframes colorSlide {
		0% {
			height:0;
		}

	 90%{
			height:40px;
		}
}

@keyframes nudgeMouse {
  0% {
       -webkit-transform: translateY(0);
               transform: translateY(0);
     }
     50% {
       -webkit-transform: translateY(8px);
               transform: translateY(8px);
     }
     100% {
       -webkit-transform: translateY(0);
               transform: translateY(0);
     }
 }
 /*首页banner图 end*/
/*企业概况 start*/
.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: #6eb834;
}

.main_title span {
  font-size: 20px;
  color: #333;
  position: relative;
  display: block;

}


.about {

  background-size: cover;
  padding: 60px 0;

}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;

}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.ab_info p {
  line-height: 30px;
  text-align: justify;

  color: #666;
  font-size: 16px;
  margin: 20px 0;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 50%;
  overflow: hidden;

}
.about_fr img{ border-top-left-radius: 50px; border-bottom-right-radius: 50px;}
.ab_list2 {
 

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 30px;
  margin-bottom: 20px;


}

.ab_list2 li {

  cursor: pointer;
  color: #333;
  padding: 10px 0;
  text-align: center;

  -webkit-transition: transform .3s;
  transition: transform .3s;
  font-size: 18px;
}


.ab_list2 li:last-child b {border: none;}
.ab_list2 li b {
  display: block;
  font-size: 47px;
  color: #6eb834;

}

.ab_list2 li i {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;

  color: #666;
  display: inline-block;
}

.ab_list2 li:hover {
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 23px;
  color: #6eb834;
  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: #6eb834;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #6eb834;
  color: rgb(255, 255, 255);
}

.more_a2:hover::before {
  height: 100%;
}
/* 产品中心 start */
.tj_tu {
  position: relative;
  background: url(../images/prbg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.prbg {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#gallery .swiper-slide {
  position: relative;
  background: #FAFBFD;
  background: url(../images/prbg.png) no-repeat;
  background-size: cover;
}



#gallery .swiper-slide .product-box {

  display: flex;
  align-items: center;



}


#gallery .swiper-slide .product-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .1);
  margin-top: 40px;
  padding: 0;
}

#gallery .swiper-slide .product-box .pro_con {
  width: 42%;
  padding: 3%;
}

#gallery .swiper-slide .product-box .pro_con .product_title {

  display: flex;
  flex-wrap: wrap;

}
#gallery .swiper-slide .product-box .pro_con .product_title a { justify-content: center; height: 70px; display: flex; align-items: center; font-size: 16px; color: #fff; text-align: center; width: calc(50% - 20px); padding:10px 5px; margin:10px 5px ; border: 1px solid rgb(255, 255, 255,.5);}
#gallery .swiper-slide .product-box .pro_con .product_title a:hover { background: #217F21;}
#gallery .swiper-slide .product-box .pro_con .product_txt {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 32px;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con .product_icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;

}

#gallery .swiper-slide .product-box .pro_con .product_icon div {

  text-align: center
}

#gallery .swiper-slide .product-box .pro_con .product_icon div p {
  margin-top: 15px;
  color: #fff;
}


#gallery .swiper-slide .product-box .pro_con .product_icon .more {
  display: block !important;

}

#gallery .swiper-slide .product-box .product_tu {
  width: 50%;
}

.tj_tu .swiper-button-prev {
  left: 50px;


}

.tj_tu .swiper-button-next {
  right: 50px;
}

.tj_tu .swiper-button-next, .tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

.tj_tu .swiper-button-next:hover, .tj_tu .swiper-button-prev:hover {
  color: #fff;
  background: #217F21;
}

#thumbs {

  width: 81%;
}

#thumbs .swiper-wrapper {
  flex-wrap: wrap;
}

.tj_tu .swiper-container-thumbs {
  position: relative;

}
.tj_tu  .swiper-container { margin: 0; }
.tj_tu .swiper-container-thumbs .swiper-slide {


  background: rgba(255, 255, 255, .1);

margin: 5px;
padding: 25px 0;

  font-size: 15px;

  cursor: pointer;
  color: #fff;
  width: calc(20% - 10px) !important;
  display: flex;
  justify-content: center;

  align-items: center;
}
.tj_tu .swiper-container-thumbs .swiper-slide a{ color: #fff; text-align: center;}

.tj_tu .swiper-slide-thumb-active {
 background: #217F21!important;

}


.pic-data .swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.pic-data .swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;


}

.pic-data .swiper-slide a {
  display: block;
  position: relative;

}



.pic-data .swiper-slide img {
  display: block;
  transition: all 0.3s ease-out;
  width: 100%;

}



/* .pic-data .swiper-slide p {

  position: absolute;
  bottom: 0px;
  line-height: 28px;
  color: #fff;
  padding:15px;
  text-align: right;
  font-size: 18px;
  left: 0;
  width: 100%;
background: rgba(0, 0, 0, 0.4);

} */


.pic-data .swiper-pagination-bullet {

  position: relative;
  margin: 0 5px !important;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #333;
  overflow: hidden;
  z-index: 10;
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.pic-data .swiper-pagination-bullet-active {
  background-color: #217F21;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pic-data .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 12px;
left: 10px;


}
.pic-data .swiper-container-horizontal>.swiper-pagination-bullets{ width: auto;}
/* 产品中心 end */
/*行业应用*/
#hyyy{ margin-top: 60px;}
#hyyy .swiper-container { margin-top: 40px; padding-bottom: 50px;}
#hyyy .swiper-pagination-progressbar {

  background:url(../images/line.png) repeat-x;

  position: absolute;
  border-bottom: 1px solid #dedede;

}

#hyyy .swiper-slide a{ color: #fff;}
#hyyy .swiper-slide p{
  font-size: 24px;
line-height: 34px;
padding-bottom: 15px;
  display: flex;
  align-items: flex-end;
  transition:all 0.3s;
  opacity: 1;
  filter:alpha(opacity=100);
  justify-content: center;
  position: absolute;
  bottom:0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0,98,154 ,.5),rgba(0,98,154 , 0));
  background-image:-moz-linear-gradient(to top, rgba(0,98,154 ,.5),rgba(0,98,154 , 0));
  background-image:-webkit-linear-gradient(to top, rgba(0,98,154 ,.5),rgba(0,98,154 , 0));
 }
#hyyy .swiper-slide .upbg{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  transform:translateY(0) scale(0);
  -webkit-transform:translateY(0) scale(0);
  opacity:0;
  filter:alpha(opacity=0);
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  height:100%;
  background-image: linear-gradient(to top, rgba(0,98,154 ,.8),rgba(33,127,33 , 0.8));
  background-image:-moz-linear-gradient(to top, rgba(0,98,154 ,.8),rgba(33,127,33 , 0.8));
  background-image:-webkit-linear-gradient(to top, rgba(0,98,154 ,.8),rgba(33,127,33 , 0.8));
  position: absolute;
  bottom:0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#hyyy .swiper-slide .upbg b{ font-size: 18px; margin-bottom: 20px; display:none; font-weight: normal;}
#hyyy .swiper-slide .upbg span{ display: block; font-size: 14px;}
#hyyy .swiper-slide a:hover .upbg{  opacity:1;
  filter:alpha(opacity=100);
  transform:translateY(0) scale(1);
  -webkit-transform:translateY(0) scale(1);
}
#hyyy .swiper-slide a:hover p{ background: rgba(0,0,0,0); opacity: 0; filter:alpha(opacity=0);}
#hyyy .swiper-button-next, #hyyy .swiper-button-prev {
  position:absolute;
  top:50%;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.6);
  border-radius:50%;
  cursor:pointer;
  overflow:hidden;
  z-index:999;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  transition:all .5s ease;
  outline: none;

}
#hyyy .swiper-button-next:hover, #hyyy .swiper-button-prev:hover {
  background:#217F21;
}

#hyyy .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-image: linear-gradient(to right, #6eb834,#217F21);

  position: absolute;
  left: 0;
  top:calc(100% - 3px);
  width: 100%;
  height: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
#hyyy .swiper-container-horizontal>.swiper-pagination-progressbar{
  width: 100%;
  height: 14px;
  left: 0;
  bottom: 0;
}
#hyyy .swiper-container-horizontal>.swiper-pagination-progressbar, #hyyy .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { top:calc(100% - 30px)}
/* 合作 start */
.hzhb {
 
  position: relative;
padding: 60px 0;
margin-top: 60px;
  background: url(../images/hzbg.jpg) no-repeat;
  background-size: cover;
}


.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 img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}


.hezuo .swiper-slide a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  opacity: 1;
}

.hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  opacity: .3;
}

.hezuo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6eb834;
}
/* 合作 end */
/* 新闻 start*/
.news {
  position: relative;

  padding: 60px 0 180px 0;
}


.news-list .swiper-slide {
  padding: 30px 0;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.news-list .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.news-list .swiper-slide p {

  color: #333;
  text-align: center;
  line-height: 32px;
  font-size: 16px;

  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list .swiper-slide a:hover b, .news-list .swiper-slide a:hover span {
  color: #6eb834;
}

.news .swiper-button-next {
  position: absolute;
  top: 90%;
  right: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.news .swiper-button-prev {
  position: absolute;
  top: 90%;
  left: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.news .swiper-button-prev:hover,
.news .swiper-button-next:hover {
  background: #6eb834;
}

.news .swiper-button-next i {
  padding-left: 10px;
}

.news .swiper-button-prev i {
  padding-right: 10px;
}

.news b {
  font-size: 18px;
  display: block;
  margin: 20px 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news img { margin: 25px 0;}
.news-list .swiper-slide:hover {
  margin-top: -10px;
}

.news-list a i {
  display: block;
  margin-top: 20px;
  color: #999;
}
/* 新闻 end */


/**/
.fot_bg {
  background: url(../images/ng.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  height: 280px;
  display: flex;
  align-items: center;


}

.fot_bg p {
  color: #fff;
  line-height: 28px;
  margin: 30px 0;
  font-size: 40px;
  text-align: center;
}

.fot_bg p a {
  color: #fff;
}

/*底部footer*/
.footer {
  background: #f1f1f1;

}

.foot {
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
}

.foot b {

  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.foot span {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding-right: 7px;
}

.foot .ewm {

  margin-top: 45px;
}

.foot .ewm p {
  margin-top: 15px;
  text-align: center;
}
.ft-nav-cont span { color: #999;}
.ft-nav-cont p{ line-height: 36px;}
.ft-nav-cont i{ font-size: 20px; font-weight:bold;}
.foot .ft-nav .ft-nav-list {

  display: flex;
  align-items: flex-start;

  flex-wrap: wrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list a {
  width: 50%;
  line-height: 36px;
}

.foot .ft-nav .ft-nav-list a:hover {
  color: #6eb834
}
.ft-contact { margin-right: 6%;}
.foot .ft-contact p {
  width: 100%;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
}

.foot .ft-contact i {
  font-size: 18px;
  margin: 20px 0;
  color: #333;
  font-weight: 700;
  display: block;
  width: 100%;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #666;
  border-top: 1px solid #dedede;
}

.copyright a {
  color: #666;
}

/*返回顶部*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #6eb834;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #154B9D;
  transition: background 0.2s ease-in-out;
}



/* in企业概况 */
.in_about {
   margin-top: 30px;
}
.in_about p{ line-height: 30px;
  color: #666;
  font-size: 16px;
  margin: 20px 0; text-align: justify;
}
.ncz { margin: 30px 0; display: flex; align-items: stretch; justify-content: space-between;}
.ncz .ncz_item { display: flex; align-items: center; width: 33.33%; margin-right: 20px; background: #fff; box-shadow: 0 0 10px #dedede; border-radius: 20px; padding: 20px;}
.ncz .ncz_item:last-child{ margin-right: 0;}
.ncz .ncz_item p{font-size: 18px;}
.ncz .ncz_item b{ font-size: 40px; color: #000;}
.ncz .ncz_item p{ margin-left: 20px;}
.qywh { display: flex; align-items: stretch; justify-content: space-between; margin: 30px 0;}
.qywh .content {
  width: 100%;
  margin-right:20px ;

  background: #F8F8F8;
  box-shadow: -8px -8px 10px #FFFFFF, 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.qywh .content:last-child{ margin-right: 0;}
.qywh .content .img {
  width: 100%;
  height: 100%;
  display: block;
}
.qywh .content .img img {
  width: 100%;
  height: 100%;
}
.qywh .content .description {
  padding: 30px 20px 45px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: left;
}
.qywh .content b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;

  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #333333;
}
.qywh .content .desc { font-size: 16px; line-height: 30px; text-align: justify;}
/* 资质证书 */

.honor_box {
background: url(../images/ronyao-bj_02.jpg) no-repeat bottom;
background-size: cover;
padding-bottom: 70px;
padding-top: 50px;
}


.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%;
 padding: 20px;
}

.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 em {
  display: block;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  padding: 10px 15px;
  color: #333;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.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: #6eb834;
}
