
/* CSS Document */
html,body,ul,li,p,input,form,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0; padding:0;}
ol,ul,li{ list-style:none;padding: 0;}
body{ font-size:14px; color:#191919; line-height:24px; margin:0px; padding:0px;  font-family:"Microsoft YaHei"; }
img{ border:none;}
form{ margin:0px; padding:0px;}
.clear{ clear:both;}
a{ text-decoration:none; color:#191919; font-family:"Microsoft YaHei";}
a:hover{ color:#ff0000; text-decoration:underline; font-family:"Microsoft YaHei";text-decoration:none; }
em,i{font-style:normal}
h1,h2,h3,h4{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
@font-face {
	font-family: 'Bebas';
	src:url('../font/BebasNeue-Regular-3.ttf');
}
.w1600{max-width:1600px;margin: 0 auto;width: 100%;}
.w1400{max-width:1400px;margin: 0 auto;width: 100%;}
/*网站头部*/

header{position: fixed;top: 0;width:100%;z-index:999;background:#fff;}
.top_dg{height:100px;max-width:100%;margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
}
.top_left{float: left;line-height: 100px;padding-left:2%;}
.top_left img{height: 95px;}
.top_left .logo_nav_h{display: none;}

.top_nav{float:right;}
.top_nav ul{
display: flex;
align-items: center;
justify-content: space-between;
}
.top_nav ul li{float: left;padding-left:50px;line-height: 100px;position: relative;}
.top_nav ul li a{color:#191919;font-size:16px;text-transform: uppercase;font-family:"Microsoft YaHei";position: relative;display: block;}
.nav_hover a{color:#191919 !important;}
.top_nav ul li:hover a{color:#191919 !important;}
header .top_nav ul li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background:#2ba388;
	width: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
header .nav_hover a::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 3px;
	background:#2ba388;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}
header .top_nav ul li a:hover::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 3px;
	background: #2ba388;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}
header .nav_weixin dd{color:#333 !important;}
header .searchBtn dd{color:#333 !important;}

.nav_weixin{float: left;margin-top:32px;padding-left:30px;border-left:dashed 1px #d2d2d2;height:30px;margin-left:30px;position: relative;}
.nav_weixin img{float: left;}
.nav_weixin dd{float: left;line-height:35px;font-size:16px;color:#ccc;}
.nav_weixin:hover dd{color:#ff991b;}
.weixin_img01{opacity: 0;
-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: translateX(-50%,30px);
	  transform: translate(-50%,30px);
	  background:#fff;
	  position: absolute;
	  top:30px;
	  left:0%;
	  padding:30px 20px 0px;
	  visibility: hidden;
}
.nav_weixin .weixin_img01 img{
	display: block;
	z-index: 99999;
	width:40px;
	border-radius:6px;
}
.nav_weixin .weixin_img01 a{display: block;width: 100%;line-height:30px;width: 100px;text-align: center;font-size: 16px;padding: 16px 0;
border-bottom: solid 1px #eee;
}
.nav_weixin .weixin_img01 a:hover span{color:#ff991b;}
.nav_weixin .weixin_img01 a span{color: #666;}
.nav_weixin:hover .weixin_img01{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.top_nav .subnav{background:#646464;top: 100px;left: 0%;visibility: hidden;width:100%;-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;z-index: 9999999;box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);position: fixed;padding: 0;}
.top_nav .subnav ul{max-width:1600px;width: 100%;margin: 0 auto;display: flex; flex-wrap: wrap;justify-content: center;}
.top_nav ul li:hover .subnav{ visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;}
.top_nav .subnav li{padding:15px 0;text-align: center; position: relative;width:auto;border-right:none;line-height: 30px;height: 30px;background: none;}
.top_nav .subnav li .subnav_a{color: #cecece !important;font-size: 15px;border-left:solid 1px #818181;padding:0 20px;display: flex;align-items: center}
.top_nav .subnav li:nth-child(1) .subnav_a{border-left: none;}
.top_nav .subnav li .subnav_a:hover{color:#fff !important;}
.top_nav .subnav li .subnav_a img{padding-right:10px;}
.top_nav ul li .subnav ul li a::after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 3px;
	background:#2ba388;
	width: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
header .top_nav ul li .subnav ul li a:hover::after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 3px;
	background:#2ba388;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}

.ind_tel{}
.ind_tel dl{background: url(../images/icon_01.png) no-repeat center left;padding-left: 55px;margin-left:60px;background-size: 23%;}
.ind_tel dl dt{font-size: 14px;}
.ind_tel dl dd{font-size:18px;font-family: arial;font-weight: bold;}

.searchBtn{float: right;height:100px;background:#2ba388 url(../images/icon_03.png) no-repeat center;margin-left:50px;cursor: pointer;position: relative; z-index:999;line-height: 100px;}
.searchBtn dd{font-size:16px;color: #ccc;width: 100px;}
.searchBtn .search {transition: all 1s;position: absolute;right: -1000px;top: 20px;width: 610px;background: #fff;height: 74px;}
.searchBtn .search {overflow: hidden;width: 410px;height: 55px;border: 1px solid #e3e3e3;border-radius: 27px;}
.searchBtn .search #seachkeywords {height: 51px;margin: 2px 0 2px 18px;border: none;float: left;width:320px;color: #ccc;line-height: 51px;outline: none;font-size: 16px;}
.searchBtn .search .anSearch {float: right;height: 47px;width: 47px;margin:4px 5px 0 0;background: url(../images/icon_03_1.png) no-repeat center;border: none;}
.searchBtn:hover .search {right:20px;}

.sp_header{display: none;}


/* banner */
.home-section1 {
  position: relative;
  display: flex;
}
.home-section1-swiper {
  /* flex: 0 0 94%;
  min-width: 94%; */
  width: 100%;
}
.home-content{padding-top:88px;}
.home-section1-swiper .swiper-wrapper {
  height: 100% !important;
}
@media (max-width: 1440px) {
  .home-section1-swiper {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-wrapper,
  .home-section1-swiper .swiper-slide {
    height: 100%;
  }
}
.home-section1-swiper .swiper-slide {
  position: relative;
  height: 100%;
}
.home-section1-swiper .swiper-slide .bannerbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide .bannerbg {
    height: 100%;
    object-fit: cover;
  }
}
.home-section1-swiper .swiper-slide .mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 110px 0 0 140px; */
  padding: 0;
}
/* @media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide .mask {
    padding: 0 0 0 9%;
  }
} */
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask {
    padding: 0 15px;
    align-items: center;
  }
  .home-section1-swiper .swiper-slide.banner1 .mask > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
  text-align: center;
  font-size: 58px;
  font-weight: 100;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 0 10px;
  color: #fff;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 410px; */
    margin: 0 0 10px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 350px; */
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 220px; */
    margin: 0 0 5px;
    font-size: 25px;
  }
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w img {
    width: 126px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w {
    /* width: 220px; */
    margin: 0 0 5px;
    font-size: 25px;
  }
  .home-section1-swiper .swiper-slide.banner1 .mask .logo-w img {
    width: 83px;
  }
}
/* .home-section1-swiper .swiper-slide .mask .logo-w img {
  width: 100%;
} */
.home-section1-swiper .swiper-slide.banner1 .mask .tit {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 0 10px;
  padding-top:30px;
  color: #fff;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    font-size: 25px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .tit {
    letter-spacing: 0px;
    font-size: 22px;
    padding-top: 0;
  }
}

.home-section1-swiper .swiper-slide.banner1 .mask .des {
  font-size: 47px;
  letter-spacing: 10px;
  text-align: center;
  margin: 0 0 50px;
  color: #fff;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    font-size: 25px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    font-size: 25px;
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .home-section1-swiper .swiper-slide.banner1 .mask .des {
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 16px;
  }
}

.home-section1-swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  left: auto;
  right: 40px;
  width: auto;
  height: 100%;
  bottom: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-section1-swiper .swiper-pagination {
    flex-direction: row;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    bottom: 20px;
  }
}
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c9c9cb;
  border-radius: 50%;
  border: 2px solid #c9c9cb;
  transition: 0.3s;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
/* @media (max-width: 575px) {
  .home-section1-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
} */
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: attr(data-content);
  position: absolute;
  font-size: 24px;
  right: -40px;
  color: #fff;
  font-family: "BEBAS";
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .home-section1-swiper .swiper-pagination .swiper-pagination-bullet:after {
    display: none;
  }
}
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background: transparent;
}
.home-section1-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
}

.home-section1-swiper .banner2 h3{
  font-size: 40px;
  font-weight: normal;
  color: #15955a;
  margin: 0 0 25px;
  font-family: "Bebas";
}
.home-section1-swiper .swiper-slide.banner2 .mask .des{
  position: relative;
  color: #333;
  letter-spacing: 3px;
  font-size: 48px;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  margin: 0 0 35px;
}
.home-section1-swiper .swiper-slide.banner2 .mask .des span{
  position: relative;
  z-index: 1;
}
.home-section1-swiper .swiper-slide.banner2 .mask .des:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13px;
  background: #15955a;
}
.home-section1-swiper .swiper-slide.banner2 .mask .more{
  width: auto;
  height: 37px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  border-bottom: 3px solid #bad618;
  background: transparent;
  margin: 0 0 50px;
}
.home-section1-swiper .swiper-slide.banner2 .tips{
  padding: 12px 35px;
  background: #bad618;
  font-size: 30px;
  color: #333;
  margin: 0 0 50px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 20px;
  font-weight: 100;
}
.home-section1-swiper .swiper-slide.banner2 .mask .smdes{
  color: rgba(0, 0, 0, .7);
  line-height: 2;
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner2 .mask .des{
    font-size: 40px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask .des:after{
    height: 8px;
  }
  .home-section1-swiper .swiper-slide.banner2 .tips{
    font-size: 25px;
    letter-spacing: 16px;
  }
}
@media (max-width: 1200px) {
  .home-section1-swiper .banner2 h3{
    font-size: 35px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask .des{
    font-size: 36px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask .des:after{
    height: 6px;
  }
  .home-section1-swiper .swiper-slide.banner2 .tips{
    font-size: 20px;
    letter-spacing: 12px;
    padding: 12px 25px;
    margin: 0 0 40px;
  }
}
@media (max-width: 576px) {
  .home-section1-swiper .banner2 h3{
    font-size: 20px;
    margin: 0 0 16px;
    text-align: center;
  }
  .home-section1-swiper .banner2 .bannerbg{
    object-position: right 43% top 0;
  }
  
  .home-section1-swiper .swiper-slide.banner2 .mask .logo-w img {
    width: 226px;
  }
  .home-section1-swiper .swiper-slide.banner2 .mask > .container {
    position: relative;
    z-index: 1;
    margin:0;
  }
}
.home-section1-swiper .swiper-slide.banner3 h3{
  color: #12d07c;
  font-size: 44px;
  margin: 0 0 15px;
  font-family: "Bebas";
}
.home-section1-swiper .swiper-slide.banner3 h4{
  position: relative;
  font-size: 40px;
  color: #fff;
  margin: 0 0 70px;
}
.home-section1-swiper .swiper-slide.banner3 h4:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 50px;
  height: 3px;
  background: #34a794;
}
.home-section1-swiper .swiper-slide.banner3 .tips{
  padding: 12px 35px;
  background: #bad618;
  font-size: 30px;
  color: #333;
  margin: 0 0 50px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 100;
}
.home-section1-swiper .swiper-slide.banner3{
  background: #4a0690 url(../images/banner2s.jpg);
}
.home-section1-swiper .swiper-slide.banner3 .banner3bg{
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 100%;
  object-fit: contain;
  transform: translateX(13%);
}
@media (max-width: 1440px) {
  .home-section1-swiper .swiper-slide.banner3 .tips{
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .home-section1-swiper .swiper-slide.banner3 h3{
    font-size: 35px;
  }
  .home-section1-swiper .swiper-slide.banner3 h4{
    font-size: 36px;
  }
  .home-section1-swiper .swiper-slide.banner3 .tips{
    font-size: 20px;
    padding: 12px 25px;
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .home-section1-swiper .swiper-slide.banner3 h3,
  .home-section1-swiper .swiper-slide.banner3 h4{
    text-align: center;
  }
  .home-section1-swiper .swiper-slide.banner3 h4:after{
    right: 0;
    margin: auto;
  }
  .home-section1-swiper .swiper-slide.banner3 .tips{
    margin: 0 auto 30px;
  }
  .home-section1-swiper .swiper-slide.banner3 .banner3bg{
    position: static;
    transform: translateX(0);
    padding: 0 15px;
    height: 50%;
  }
  .home-section1-swiper .swiper-slide.banner3 > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .home-section1-swiper .swiper-slide.banner3 .mask{
    position: static;
    height: auto;
  }
  .home-content{padding-top:60px !important;}
}
@media (max-width: 576px) {
  .home-section1-swiper .swiper-slide.banner3 h3{
    font-size: 24px;
    margin: 0 0 16px;
    text-align: center;
  }
  .home-section1-swiper .swiper-slide.banner3 h4{
    font-size: 18px;
    margin: 0 0 30px;
  }
  .home-section1-swiper .swiper-slide.banner3 h4:after{
    bottom: -15px;
    height: 2px;
  }
  .home-section1-swiper .swiper-slide.banner3 .tips{
    font-size: 14px;
    padding: 6px 15px;
    margin: 0 0 20px;
    font-weight: normal;
  }
}

.home-section1 .mouse {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  animation: rise 0.6s linear infinite alternate;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-section1 .mouse {
    display: none;
  }
}








@media ( max-width:1030px) {
	.top_nav{display: none;}
	.sp_header{display: block;}
	.top_left{padding-left:20px;}
}
@media ( max-width:768px) {
 .top_dg{height:60px !important;}
 .sp_header{height: 60px !important;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:60px !important;}
 .sp_nav{margin-top:35% !important;}
 .top_left img{height:55px;}
 .top_left{padding-left:20px;}
 .n_banner {
  margin-top: 60px !important;
}
}
@media ( max-width:375px) {
 .top_dg{height:60px !important;}
 .sp_header{height: 60px !important;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:70px !important;}
 .sp_nav{margin-top:50% !important;    transform: scale(0.79);}
 .top_left img{height:40px;}
 .top_left{padding-left:20px;}
}

/*----手机站导航开始----------*/
.sp_header{height:120px;overflow:hidden;position:absolute;z-index:999;right: 0;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;margin-top:100%;}
.sp_nav span{display:block;background:#0da056;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99;background:#fff;width:50%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;right:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.sjj_nav span{padding-top: 20px;display: block;margin-left:20px;float: left;}
.sjj_nav span img{display: block;float: left;padding-top:6px;}
.nav_show{top:0;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:60px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%;text-transform: uppercase;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*----手机站导航结束----------*/

.banner_home{margin-top: 100px;}

/* 标题 */
.ind_txt {
    text-align: center;
    padding-top: 100px;
}
.ind_txt h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    line-height: 48px;
}
.ind_txt dd {
    font-size: 24px;
    color: #484747;
    padding-top: 24px;
}
.ind_txt i {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 30px;
    background: url(../images/icon_05.png) no-repeat center;
    margin-top:20px;
}
/* 标题 end*/
/* 产品 */
.ind_pr {background: url(../images/pro.jpg) no-repeat center top;}
.ind_pr_box{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.ind_pr_box ul {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.ind_pr_box ul li {
    text-align: center;
	line-height: 100px;
    transition: all 0.6s;
	width:25%;
	position: relative;
}
/* .ind_pr_box ul li:nth-child(1)::after{display: none;} */
.ind_pr_box ul li::after{
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	background: #cbcbcb;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.ind_pr_box ul li a {
    display: block;
}

.ind_pr_box ul li dd {
    color: #333;
    display: inline-block;
    font-size: 18px;
	font-weight: bold;
}

.ind_pr_box ul li:hover,
.ind_pr_box ul li.cur {
   color:#2ba388;
}

.ind_pr_box ul li:hover a dd,
.ind_pr_box ul li.cur a dd {
    color:#2ba388;
}

/* 产品 end*/

/* 产品列表 */
.ind_pr_list{margin-top:20px;padding-bottom: 80px;}
.ind_pr_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ind_pr_list ul li {
	background:#fff;
	position: relative;
}
.ind_pr_list ul .ind_pr_fl{
	width: 42.5%;
}
.ind_pr_list ul .ind_pr_fl li{
height: 100%;
width: 100%;
}
.ind_pr_list ul .ind_pr_fl li a{
	display: flex;
	align-items: flex-end;
	height: 100%;
	overflow: hidden;
}
.ind_pr_list ul .ind_pr_fl li img{margin:0 auto -50px;width:90%;}
.ind_pr_list ul li .ind_pro_box{
	position: absolute;
	top:40px;
	left: 30px;
}
.ind_pr_list ul li .ind_pro_box h3{font-size: 36px;color: #333;font-weight: bold;margin-bottom:50px;line-height: 36px;}
.ind_pr_list ul li .ind_pro_box dl{font-size:18px;color: #333;line-height:35px;width: 88%;}
.ind_pr_list ul li .ind_pro_box dl dt{font-weight: bold;}
.ind_pr_list ul .ind_pr_fr .ind_pro_box dl{width:60%;}
.ind_pr_list ul li a {
    display: block;
}

.ind_pr_list ul li img {
    width: 100%;
    box-sizing: border-box;
}
.ind_pr_list ul .ind_pr_fr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	max-height:800px;
}
/* .ind_pr_list ul .ind_pr_fr li:nth-child(1){
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ind_pr_list ul .ind_pr_fr li:nth-child(1) a{
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

.ind_pr_list ul .ind_pr_fr li:nth-child(1) img{width: 45%;height: 100%;}
*/
.ind_pr_list ul .ind_pr_fr li{
	width: 24.5%;
 height: 48.5%;
} 
.ind_pr_list ul .ind_pr_fr li a{
	    display: flex;
	    height: 100%;
	    flex-wrap: wrap;
	    justify-content: center;
}
.ind_pr_list ul .ind_pr_fr li p{font-size: 18px;padding:40px 20px;width: 100%;color:#333; text-align: center;}
/* .ind_pr_list ul .ind_pr_fr li:nth-child(2) img,.ind_pr_list ul .ind_pr_fr li:nth-child(3) img{height:80%;width:auto;} */
/* 产品列表 end*/
/* 产品优势*/
.ind_cpys{
	background: url(../images/ys.jpg) no-repeat center bottom;
}
.ind_cpys_box{position: relative;text-align: center;margin-top:30px;background: url(../images/ys02.png) no-repeat center top 30px;}
.ind_cpys_box img.ys_img{max-width: 100%;padding-bottom:70px;padding-top:350px;}
.ind_cpys_pos{position: absolute;top: 0;position: relative;}
.ind_cpys_pos dl img{
	transition: all 0.8s;
}
.ind_cpys_pos dl:hover img{
	transform: rotateY(180deg);
}
.ind_cpys_pos dl{color: #333;position: absolute;}
.ind_cpys_pos dl dt{font-size:36px;font-weight: bold;line-height: 36px;margin-top:30px;}
.ind_cpys_pos dl i{   
	display: block;
    width: 40px;
    height: 1px;
    background-color: #268fa5;
    margin: 15px auto 10px;
}
.ind_cpys_pos dl dd{font-size:18px;line-height:34px;}
.ind_cpys_pos dl:nth-child(1){left:50px;top:140px;}
.ind_cpys_pos dl:nth-child(2){left:420px;top:0px;}
.ind_cpys_pos dl:nth-child(3){right:420px;top:0px;}
.ind_cpys_pos dl:nth-child(4){right:50px;top:140px;}
/* 产品优势 end*/

/*优势*/
.case_box {margin-top:45px;}
.case_box .category{background: #fff;position: relative;border-top: solid 1px #e8e8e8;}
.case_box .category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 1400px;
	margin:0 auto;
}
.case_box .category ul li {
	width: 25%;
	padding: 28px 0;
	display: flex;
	position: relative;
	justify-content: center;
}
.case_box .category ul li a{
	color:#111;
	font-size:24px;
	display: block;
	padding-left: 70px;
	background-size: contain !important;
}
.case_box .category ul li a p{font-size: 18px;color: #666;font-family: arial;font-style: italic;}
.case_box .category ul li:nth-child(1) a{background:url(../images/icon_06.png) no-repeat center left;}
.case_box .category ul li:nth-child(2) a{background:url(../images/icon_07.png) no-repeat center left;}
.case_box .category ul li:nth-child(3) a{background:url(../images/icon_08.png) no-repeat center left;}
.case_box .category ul li:nth-child(4) a{background:url(../images/icon_09.png) no-repeat center left;}
.case_box .category ul li:nth-child(1).active a{background: url(../images/icon_06_1.png) no-repeat center left;}
.case_box .category ul li:nth-child(2).active a{background: url(../images/icon_07_1.png) no-repeat center left;}
.case_box .category ul li:nth-child(3).active a{background: url(../images/icon_08_1.png) no-repeat center left;}
.case_box .category ul li:nth-child(4).active a{background: url(../images/icon_09_1.png) no-repeat center left;}
.case_box .category ul li.active a{border-left: none;}
.case_box .category ul li::after{
	content: "";
	position: absolute;
	left: 0;
	width: 2px;
	background: #cbcbcb;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.case_box .category ul li:nth-child(1)::after {display: none;}

.case_box .content01 .cont01 {
	display: none;
	background:#f6f6f6 url(http://www.dgsxychem.com/Public/Home/default/images/info-01.jpg) no-repeat right top;
}
.case_box .content01 .cont01.active {
	display: block;
}
.case_box .content01 .cont01 .bg{float: left;width:44%;}
.case_box .content01 .cont01 .info {float: left;width:50%;max-width: 650px;}
.case_box .content01 .cont01 .info .title{padding-left:55px;}
.ind_gsys_tit{
	background: -webkit-linear-gradient(top, #2ba388 0%, #86d5c3 100%);
	width: 120px;
	text-align: center;
	padding:20px 0 15px;
}
.ind_gsys_tit h3{color:#fff;font-family: arial;font-weight: bold;font-size: 40px;line-height:60px;}
.case_box .content01 .cont01 .info .title h4 {
	font-size: 44px;
	line-height: 48px;
	color: #272727;
	font-weight: bold;
  padding-top:30px;
}
.case_box .content01 .cont01 .info .title h5{font-size: 24px;color: #272727;font-weight: 400;padding:25px 0 20px;}
.case_box .content01 .cont01 .info p {
	font-size: 18px;
	line-height: 36px;
	font-family: arial;
	color: #999999;
}
.case_box .content01 .cont01 .info dl{border-top: solid 1px #e8e8e8;margin-top:18px;}
.case_box .content01 .cont01 .info dl dd{font-size:16px;line-height:30px;position: relative;padding-left:20px;margin-top:15px;}
.case_box .content01 .cont01 .info dl dd::after{content: '';width:8px;height:8px;left:0;top:5px;position: absolute;border:solid 1px #666;border-radius: 100%;}
.cont01-img{margin-top:40px;display: flex;justify-content: space-between;}
.cont01-img h3{color:#571962;font-size: 30px;font-weight: bold;font-family: arial;line-height: 40px;}
.cont01-img div{background: url(../images/icon_01.png) no-repeat bottom 10px left;padding-left:45px;}
/* 优势 end */
/* 工艺流程  */
.ind_gylc{
	background: url(../images/gylc.jpg) no-repeat center;
	margin-top:40px;
	padding-top:40px;
  padding-bottom: 50px;
}
.ind_gylc_box dl {display: flex;justify-content: flex-start;padding-bottom:40px;}
.ind_gylc_box dl:nth-child(1) dd{margin-right:40px;}
.ind_gylc_box dl:nth-child(2){justify-content: space-between;}
.ind_gylc_box dl dd{background:#fff;border-radius: 100%;height: 120px;width: 120px;display: flex;align-items: center; justify-content: center;font-size: 24px;color: #006666 ;text-align: center;line-height: 30px;position: relative;}
.ind_gylc_box dl dd::after{
	content: '';
	width:29px;
	height:25px;
	background: url(../images/icon_11.png) no-repeat center;
    right: -34px;
    top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.ind_gylc_box dl dd:nth-child(9)::after{display: none;}
.ind_gylc_box dl:nth-child(1) dd:nth-child(2)::after,.ind_gylc_box dl:nth-child(1) dd:nth-child(3)::after{
	left: 50%;
    bottom: -34px;
	background: url(../images/icon_10.png) no-repeat center;
	top: auto;
	transform: translateX(-50%);
}
.ind_gylc_box dl:nth-child(3){margin-left:160px;}
.ind_gylc_box dl:nth-child(3) dd::after{
	left: 50%;
	background: url(../images/icon_12.png) no-repeat center;
	top: -34px;
	transform: translateX(-50%);
}
/* 工艺流程 end */
.ind_gylc_box ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.ind_gylc_box ul>li {
  position: relative;
  display: flex;
  width: 12.5%;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.ind_gylc_box ul>li>img {
  max-width: 50px;
  margin-bottom: 15px;
}
.ind_gylc_box ul>li:hover>i>img{
  animation:myfirst 0.8s;
}
@keyframes myfirst{
  0%   {transform:scale(1.2);}
  50%  {transform:scale(0.6);}
  100%  {transform:scale(1);}
}

.ind_gylc_box ul>li>span {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-top: 15px;
  line-height: 50px;
}

.ind_gylc_box ul>li>p {
  font-size: 18px;
  color: #fff;
}

.ind_gylc_box ul>i {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 75px;
  border-bottom: 1px dashed #fff;
}





/* 应用 */
.cert-scoll {
    position: relative;
}

.cert-scoll .cert-swiper {
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
	padding: 20px;
}

.cert-scoll .cert-swiper img {
    width: 100%;transition: all 0.8s;
}
.cert-scoll .cert-swiper .swiper-slide a{
	display: block;
	box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
}
.cert-scoll .cert-swiper .swiper-slide dl {padding:25px;}
.cert-scoll .cert-swiper .swiper-slide dl dt{
	font-size: 30px;
	color: #333;
	line-height:30px;
	border-bottom: solid 1px #dde3f3;
	padding:5px 0 20px;
}
.cert-scoll .cert-swiper .swiper-slide dl dd{font-size:16px;color: #666;line-height:30px;padding-top:20px;}
.cert-scoll .cert-swiper .swiper-slide dl img{width: auto;padding-top:25px;transition: all 0.8s;}
.cert-scoll .cert-swiper .swiper-slide:hover dl img{padding-left:30px;}
.cert-scoll .cert-swiper .swiper-slide:hover dl dt{color:#2ba388;}
.cert-scoll .swiper-button-prev,
.cert-scoll .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
	background:#f4f5f6;
	box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
	border-radius: 100%;
}

.cert-scoll .swiper-button-next:before,
.cert-scoll .swiper-button-prev:before {
    display: none;
}
.cert-scoll .swiper-button-prev:hover{background:#ccc url(../images/p-l.png) center no-repeat;}
.cert-scoll .swiper-button-next:hover{background:#ccc url(../images/p-r.png) center no-repeat;}
.cert-scoll .swiper-button-prev {
    background: url(../images/p-l.png) center no-repeat;
}

.cert-scoll .swiper-button-next {
    right: 10px;
    background: url(../images/p-r.png) center no-repeat;
}

/* 应用 end */
/* 关于我们  */
.ind_about{display: flex; justify-content: space-between;margin:40px auto;}
.ind_about_fl{width:45%;}
.ind_about_fl h2{font-size:50px;font-weight: bold;color:#000000;line-height:70px;padding-bottom:30px;}
.ind_about_fl p{font-size:36px;font-weight: bold;color: #000000;font-family: arial;text-transform: uppercase;line-height:48px;padding-bottom:20px;}
.ind_about_fl dd{}
.ind_about_fl dd p{font-size:16px;color:#484747; font-weight: normal;line-height:28px;}
.ind_about_fl a{display: inline-block;line-height: 52px;background:#2ba388;color: #fff;padding:0 45px;border-radius:4px;margin-top:30px;}
.ind_about_fr{width: 50%;}
.ind_about_fr img{width: 100%;border-radius: 20px;}

.ind_album{background:#f9f9f9;}
.inab-slier {
    overflow: hidden;
	padding-bottom:60px;
}

.inab-slier .inab-line {
    display: flex;
    justify-content: center;
    margin: 40px 0 50px;
}

.inab-slier .inab-line>li {
    display: inline-block;
    color: #333;
    padding: 0 4%;
    border: 1px solid #ddd;
    transition: all 0.3s;
	background:#fff;
	margin:0 10px;
}


.inab-slier .inab-line>li>a {
    display: block;
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    transition: all 0.3s;
}

.inab-slier .inab-line>li.cur {
   background:#333;
}
.inab-slier .inab-line>li.cur a{color: #fff;}
.inab-slier .inab-img {
    width: 100%;
}

.inab-slier .inab-box {
    overflow: hidden;
    text-align: center;
}

.inab-slier .inab-box .swiper-slide {
    position: relative;
}

.inab-slier .inab-box .swiper-slide:hover .inab-box-pic {
box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}

.inab-slier .inab-box .swiper-slide .inab-box-text {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 50px;
    transition: all 0.3s;
}

.inab-slier .inab-box .swiper-slide:hover .inab-box-text {
    color: #2ba388;
}

.inab-slier .inab-box .swiper-slide img {
    width: 100%;
}
/* 关于我们 end */

/* 新闻 */
.news_box{max-width: 1400px;margin: 20px auto 40px;background:#fff;}
.zx{ width:48%; overflow:hidden;float: left;background:url(http://www.dgsxychem.com/Public/Home/default/images/icon_54.png) no-repeat center right;}
.zx h2{line-height:75px; font-size:24px;border-bottom:1px solid #e3e3e3;}
.zx h2 span{color: #666;float: right;margin-right: 40px;text-transform: uppercase;font-size: 18px;font-family: "Arial";}
.zx h2 a{ line-height:75px; display:inline-block;color:#222;text-align: center;padding-right:20px;}
.zx h2 span a:hover{background:none;color:#B40000;text-decoration:underline;}
.zx h2 a.cur,.zx h2 a:hover{ color:#2ba388;font-weight: bold;}
.zx_c{padding:25px 0px;}
.zx_c dl{overflow:hidden;}
.zx_c dt{position: relative;}
.zx_c dt img{ width:100%; height:100%;display: block;max-height: 200px;}
.ind_news_mis{position: absolute;top: 0;left: 0;width:30%;height:100%;background:#2ba388;color: #fff;display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;font-family: arial;line-height:36px;transition: all 0.8s;}
.zx_c dl:hover .ind_news_mis{width: 50%;}
.zx_c dl:hover dd h3 a{color:#2ba388;}
.ind_news_mis p{font-size:40px;}
.ind_news_mis span{font-size:20px;}
	
.zx_c dd h3{padding:25px 0 10px;}
.zx_c dd a{font-weight:bold;font-size:24px;color:#333;}
.zx_c dd p{font-size:16px;color:#666;line-height:30px;}
.zx_c ul{border-top: solid 1px #efefef;margin-top:20px;padding-top:10px;}
.zx_c li{line-height:40px;background:url(../images/icon_57.png) no-repeat center left;font-size:16px;padding-left:20px;}
.zx_c li a{color:#666;}
.zx_c li span{ float:right;color:#999999;font-family: arial;}
.zx_c li.born,.al dl.born{ border:0;}
.zx_c li:hover a{color:#222;}

#quertion01{margin: 0 auto;}
#quertion01 table{width: 100%;}
.new_tit p{overflow: hidden;font-size:24px;color:#222;text-transform: uppercase;display: inline;}
.new_tit em{float: left;color:#016daf;font-size: 28px;font-weight: normal;max-width: 290px; height: 34px;line-height: 34px;display: block; overflow: hidden;}
.faq{width:48%; overflow:hidden;}
.faq_c{margin-top:25px; height:520px; overflow:hidden;}
.faq_box{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #efefef;
}
.faq_box:nth-child(1){
	margin-top: 0;
}
.faq_box img{width:28%;}
.faq_c dl{overflow: hidden;display: block;width:67%;}
.faq_c dt a{color:#222;display: block;overflow: hidden;font-size: 18px;font-weight: bold;}
.faq_c dd{font-size: 15px; color:#666;line-height:26px;display: block;padding-top:8px;}
.faq_c dl.nones{border-bottom:0;}
.faq_c dd{position:relative;}
.biaoti{line-height:75px;border-bottom:1px solid #e3e3e3;}
.biaoti span a{float: right;font-size: 18px;color: #666; line-height:75px;padding-right: 20px;text-transform: uppercase;font-family: "Arial";}
/* 新闻 end*/

.footbnav_weixin dl{color:#fff;}
.footbnav_weixin dl dt{font-size: 18px;}
.footbnav_weixin dl dd{font-size:16px;line-height: 30px;padding:15px 0 20px;color: #999;}
.footbnav_weixin dl p{border-top: solid 1px #353738;padding-top:28px;font-size:14px;}
.footbnav_weixin dl img{padding:10px;border: solid 1px #666;max-width:134px;}

@keyframes myMove {
    0% {top: 10px;}
    50% {top: 40px;}
	100% {top: 10px;}
}
@-webkit-keyframes myMove {
    0% {top: 10px; }
    50% {top: 40px;}
    100% {top: 10px;}
}


/*网站内容 end*/

/* 底部 */
footer{}
 .footb {
    background-color: #1b1b1b;
    z-index: 1;
    position: relative;
	margin-top:40px;
  }
  .footblxfs {
    background-color: #2ba388;
  }
  .footblxfs_item {
    padding: 28px 0;
    width: 33.33%;
  }
  .footblxfs_item:last-child {
    border-right: none;
  }
  .footblxfs_itemi{
      margin-left:60px;
  }
  .footblxfs_itemtxt {
    margin-left: 15px;
    margin-top: 5px;
  }
  .footblxfs_itemtxth {
    color: #fff;
    font-size:20px;
	font-weight: bold;
  }
  .footblxfs_itemtxtp {
	margin-top: 5px;
    font-size: 16px;
    color: #fff;
  }
  .footblxfs_itemtxtp a {
    color: #fff;
    font-family: "Arial";
    font-size:18px;
  }
  .footbnav {
    padding: 70px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footbnav_box {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .footbnav_box_itemh {
    font-size:20px;
    color: #fff;
  }
  .footbnav_box_itembox {
    margin-top: 25px;
  }
  .footbnav_box_itembox .footbnav_itembox_link {
    line-height:40px;
    display: block;
    font-size: 16px;
    color: #999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_weixin {
    width: 24%;
    text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .footbnav_weixintx {
    margin-top: 8px;
    font-size: 14px;
    color: #777;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_weixinimg img {
    margin: auto;
    max-width: 180px;
    border: solid 10px #fff;
  }
  .footbnav_weixin:hover .footbnav_weixintx {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    color: #fff;
  }
  .footbbq {
    border-top: 1px solid #3b3b3b;
    line-height:100px;
  }
  .footbbql_sy {
    font-size: 16px;
    color: #ccc;
  }
  .footbbql .footbbql_ba {
    margin-left: 15px;
    font-size: 16px;
    color: #ccc;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbql .footbbql_ba:hover {
    color: #fff;
  }
  .footbbqr span {
    font-size: 13px;
    color: #ccc;
  }
  .footbbqr a {
    font-size: 16px;
    color: #ccc;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbqr a:hover {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  .footbbqr_flink{position: relative;}
  .footbbqr_flink dl{display: none;position: absolute;bottom: 70px;background:#333;right: 0;width: 100px;text-align: center;}
  .footbbqr_flink:hover dl{display: block;}
  .footbbqr_flink dl dd a{font-size: 14px;line-height:40px;}
  @media screen and (max-width: 1200px) {
    .footlan {
      padding: 20px 0;
    }
    .footbnav {
      padding: 50px 0;
    }
    .footlanlimg {
      transform: translateY(-75px);
      -webkit-transform: translateY(-75px);
      -moz-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
      -o-transform: translateY(-75px);
    }
  }
  @media screen and (max-width: 992px) {
    .footlan {
      padding: 30px;
      height: auto;
      margin-top: 30px;
    }
    .footblxfs_item {
      padding: 25px 0 25px 10px;
    }
    .footblxfs_itemi i {
      display: none;
      font-size: 26px;
    }
    .footblxfs_itemtxtp {
      margin-top: 0;
    }
    .footblxfs_itemtxtp a {
      font-size: 14px;
    }
    .footbbq > div {
      width: 100%;
      text-align: center;
      font-size: 12px;
    }
    .footlanlimg {
      display: none;
    }
    .footlanr .footlanra {
      width: 200px;
      height: 50px;
      line-height: 50px;
    }
    .footbnav {
      display: block;
    }
    .footbnav_box {
      width: 100%;
      margin-bottom: 40px;
    }
    .footbnav_weixin {
      width: 100%;
      background: rgb(32, 32, 32);
      padding: 30px;
    }
    .footbbq > div.fr {
      display: none;
    }
    .footbbq {
      margin-bottom: 60px;
    }
  }
  @media screen and (max-width: 768px) {
    .footlan {
      display: none;
    }
    .footblxfs_itemi i {
      display: block;
      font-size: 30px;
    }
    .footblxfs_item {
      width: 100%;
      padding-left: 15px;
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .footbnav_box .footbnav_box_item {
      display: none;
    }
    .footbnav_box .footbnav_box_item:first-child, .footbnav_box .footbnav_box_item:nth-of-type(3) {
      display: block;
    }
    .footbnav {
      padding: 30px 0 0;
    }
    .footbnav > div {
      /* width: 50%; */
    }
    .footbnav_box_itembox {
      margin-top: 15px;
    }
    .footbbql_sy, .footbbql .footbbql_ba {
      font-size: 12px;
      line-height: 1.2;
    }
    
  }

@media only screen and (max-width:1124px ) {
	.top_head{display: none;}
	.top_nav{display: none;}
	.sp_header{display: block;}
}

@media only screen and (max-width:760px ) {
	.banner_gd_box{display: none}
	.footb{margin-top:20px;margin-bottom:60px;}
	.footblxfs{display: none;}
	.footbnav_weixin{padding:20px 0;}
	.footbbql_sy{font-size:14px;line-height:40px;}
	.footbbq{line-height:40px;margin-bottom:0;}
}
@media ( max-width:1680px) {
	.top_nav ul li{padding-left:20px;}
	.ind_tel dl{margin-left:20px;padding-left: 50px;}
	.searchBtn{margin-left:20px;}
	.searchBtn dd{width: 80px;}
	.top_left img{height: 40px;}
}
@media ( max-width:1440px) {
	.cont01-img{margin-top: 20px;}
}
@media ( max-width:1380px) {
	.ind_tel{display: none;}
}
@media ( max-width:1300px) {
	.ind_cpys_pos dl:nth-child(2){left: 380px;}
	.ind_cpys_pos dl:nth-child(3){right: 380px;}
	.ind_gylc_box dl dd{width: 100px;height: 100px;font-size: 20px;}
	.footbnav_weixin{width: 30%;}
}
@media ( max-width:760px) {
	.banner_home{margin-top:60px;}
	/* .top_left img{height: 30px;} */
	.ind_txt h2{font-size: 26px;line-height:30px;}
	.ind_txt dd{font-size: 16px;padding-top: 10px;}
	.ind_txt i{background-size: 30px;}
	.ind_txt{ padding-top: 30px;}
	.ind_pr_box ul{flex-wrap: wrap;margin-top: 20px;}
	.ind_pr_box ul li{width:50%;line-height: 60px;}
	.ind_pr_box ul li dd{font-size: 20px;}
	.ind_pr_list ul .ind_pr_fl{width: 92%;margin:0 auto;}
	.ind_pr_list ul .ind_pr_fl li a{flex-wrap: wrap;}
	.ind_pr_list ul li .ind_pro_box{position: initial; width: 90%;margin: 0 auto;padding-bottom:20px;}
	.ind_pr_list ul li .ind_pro_box h3{margin-bottom: 10px; font-size: 24px;}
	.ind_pr_list ul li .ind_pro_box dl{font-size: 16px;line-height: 30px;}
	.ind_pr_list ul .ind_pr_fr{width: 92%;margin: 0px auto;max-height: 1100px;}
	/* .ind_pr_list ul .ind_pr_fr li:nth-child(1) img{width: 100%;height: auto;} */
	.ind_pr_list ul .ind_pr_fr li{height: 28%;margin-top: 20px; width: 48.5%;}
	.ind_pr{background-size: cover;}
	.ind_pr_list{padding-bottom: 40px; }
  .ind_pr_list ul{display:block}
	.ind_pr_list ul .ind_pr_fr li p{padding:10px 0;font-size: 16px;text-align: center;}
	.ind_cpys_pos dl{position: initial;width:48%;}
	.ind_cpys_box img.ys_img{padding-top: 20px;}
	.ind_cpys_pos{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ind_cpys_pos dl img{width: 80px;}
	.ind_cpys_pos dl dt{font-size: 22px;margin-top: 10px;}
	.ind_cpys_pos dl dd{font-size: 14px;line-height: 28px;}
	.case_box .category ul li a{background:none !important;padding-left:0;font-size: 20px;}
	.case_box .category ul li a p{font-size: 12px;}
	.case_box .content01 .cont01 .bg,.case_box .content01 .cont01 .info{width: 100%;}
	.case_box .content01 .cont01 .info .title{width: 92%;margin:0 auto;padding-left: 0;}
	.cont01-img img{width:48%;}
	.ind_gylc_box dl dd{width:84px;height: 84px;font-size: 18px;}
	.ind_gylc_box dl dd::after{display: none;}
	.ind_gylc_box dl{flex-wrap: wrap;padding-bottom: 0px;}
	.case_box .content01 .cont01 .info .title h5{font-size: 22px;padding: 25px 0 0px;}
	.case_box .content01 .cont01 .info .title h4{font-size: 30px;padding-top:30px}
	.case_box .content01 .cont01 .info dl dd{font-size: 14px;line-height: 24px;}
	.ind_gylc_box dl:nth-child(1) dd{margin-right: 19px;}
	.ind_gylc_box dl:nth-child(3){margin-left: 0;}
	.ind_gylc{
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
    
	}
	.cert-scoll .cert-swiper .swiper-slide dl dt{font-size: 18px;}
	.cert-scoll .cert-swiper .swiper-slide dl dd{font-size: 14px;line-height:26px;}
	.case_box {
	    margin-top: 20px;
	}
	.ind_about{flex-wrap: wrap;}
	.ind_about_fl,.ind_about_fr{width: 92%;margin: 0 auto;}
	.ind_about_fr{margin-top:20px;}
	.ind_about_fl p{font-size: 20px;line-height: 20px;}
	.ind_about_fl h2{font-size: 36px;line-height: 36px;}
	.inab-slier .inab-line>li{margin: 0 5px;padding:0;}
	.inab-slier .inab-line>li>a{font-size:16px;}
	.inab-slier{padding-bottom: 20px;}
	.zx{width: 92%;margin:0 auto;float: none !important;display: block !important;}
	.zx h2{font-size:20px;line-height:50px;}
	.zx h2 a{line-height:50px;}
	.zx h2 span{font-size: 14px;}
	.ind_news_mis p,.new_tit p{
	    font-size: 20px;
	}
	.ind_news_mis span,.biaoti span a{
	    font-size: 16px;
	}
	.ind_news_mis{line-height:30px;}
	.zx_c dd a{font-size: 20px;}
	.faq{width: 92%;margin:0 auto;float: initial !important;display: block !important;}
	.biaoti,.biaoti span a{line-height:50px;}
	.faq_box img{width: 20%;}
	.faq_c dl{width:78%;}
	footer{padding-top: 0;}
	.footbnav_box,.footbnav_weixin{width: 90%;margin:0 auto;}
	.footbnav_box .footbnav_box_item:nth-child(4){display: block;}
	.ind_pr_list ul .ind_pr_fr li:nth-child(2) img, .ind_pr_list ul .ind_pr_fr li:nth-child(3) img{width: 100%;}
	.title img {width: 80% !important;}
	.ind_gsys_tit{display: none;}
}