/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:rgba(2,2,2,0.5);
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:40px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:40px;

}
.header.fixed
{
	background:rgba(2,2,2,1);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}
.banner-slide img{ display:block;}
.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#1b5f43;}
.banner_txt{ position:absolute; left:50%; top:50%; margin-left:-40%; margin-top:-35px; opacity:0; background:rgba(0,0,0,0.3); padding:10px 0; width:80%; transition:all 1.0s;}
.banner_txt .txt1{ font-size:14px; color:#ffffff; font-weight:bold; line-height:25px; text-align:center;}
.banner_txt .txt2{ font-size:18px; color:#ffffff; font-weight:bold; line-height:25px; text-align:center;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #1b5f43; border:#1b5f43 1px solid; color: #fff }
.pages a:hover {  background: #1b5f43; border:#1b5f43 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -17px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}
.h200{ height:200px;}
.h300{ height:300px;}


.i_d1_title1{ font-size:20px; color:#333333; line-height:30px; text-align:center;}
.i_d1_title2{ font-size:14px; color:#333333; line-height:30px; text-align:center;}
.i_d1_title2 *{ line-height:40px;}




.i_d1_1{}
.i_d1_1_c{ position:relative; padding-bottom:70px;}
.i_d1_1_c_list{ width:100%;}
.i_d1_1_c_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.i_d1_1_c_list li:nth-child(2n+1){ margin-left:0;}
.i_d1_1_c_list li:nth-child(1),
.i_d1_1_c_list li:nth-child(2){ margin-top:0;}
/*.i_d1_1_c_list li .img{ width:100%; height:277px;}
.i_d1_1_c_list li .img img{ width:100%; height:277px; object-fit: contain;}*/
.i_d1_1_c_list li .img{
  position: relative;
  padding: 70% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.i_d1_1_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.i_d1_1_c_list li:hover .img img { opacity:0.7;}


/*.i_d1_1_c_list li .txt{ width:392px; max-width:100%; height:50px; line-height:48px; font-size:24px; color:#666666; text-align:center; border:#cdcdcd 1px solid; box-sizing:border-box; margin:30px auto 0 auto; transition:all 0.3s;}
.i_d1_1_c_list li:hover .txt{ color:#ea5404;}*/

.i_d1_1_c_list li .txt{ position:relative; display:block; width:100%; height:40px; border-bottom:#000000 1px solid; font-size:14px; color:#333333; line-height:40px; margin-top:5px;}
.i_d1_1_c_list li .txt img{ position:absolute; right:0; top:50%; margin-top:-7px; transition:all 0.3s; width:12px;}
/*.i_d1_1_c_list li:hover .txt img{ right:-20px; width:10px;}*/

.i_d1_1_c .i_d1_1_c_prev{ position:absolute; left:50%; bottom:0; width:40px; height:40px; margin-left:-50px; border:#1b5f43 1px solid; background:url(../images/i_d1_1_l_on.png) #1b5f43 center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d1_1_c .i_d1_1_c_next{ position:absolute; right:50%; bottom:0; width:40px; height:40px; margin-right:-50px; border:#666666 1px solid; background:url(../images/i_d1_1_r.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s;}


.i_d2{ background: url(../images/i_d2_bg.jpg) no-repeat center fixed; background-size: cover;}
.i_d2 .i_d2_txt1{ font-size:20px; color:#ffffff; font-weight:bold; line-height:30px; text-align:center; text-transform:uppercase;}
.i_d2 .i_d2_txt2{ font-size:20px; color:#ffffff; font-weight:bold; line-height:30px; text-align:center;}
.i_d2 .i_d2_bf{ text-align:center; cursor:pointer;}



.case_list1 li{}
.case_list1 li .img {
  position: relative;
  padding: 24% 0;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:5px;
}
.case_list1 li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.case_list2 li{}
.case_list2 li .img {
  position: relative;
  padding: 24% 0;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:5px;
  background:#fff;
  cursor:pointer;
}
.case_list2 li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
  opacity:0.8;
}
.case_list2 li.swiper-slide-thumb-active .img img{ opacity:1;}

.case_list_prev{ position:absolute; left:0px; top:50%; width:40px; height:40px; line-height:40px; text-align:center; font-size:24px; color:#fff; font-weight:bold;  margin-top:-20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.case_list_prev:hover{}
.case_list_next{ position:absolute; right:0px; top:50%; width:40px; height:40px; line-height:40px; text-align:center; font-size:24px; color:#fff; font-weight:bold; margin-top:-20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.case_list_next:hover{ }


a.i_d3_more{ position:relative; display:block; width:110px; height:40px; border-bottom:#000000 1px solid; font-size:16px; color:#333333; line-height:40px; padding:0 10px; margin:0 auto;}
a.i_d3_more img{ position:absolute; right:10px; top:50%; margin-top:-7px; transition:all 0.3s; width:12px;}
a.i_d3_more:hover img{ right:-20px;}



.i_d4{ background:#525252;}

.i_d4_title1{ font-size:20px; color:#fff; line-height:30px; text-align:center;}
.i_d4_title2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.i_d4_title2 *{ line-height:40px;}

.i_d4_list li{ position:relative;}
.i_d4_list li:nth-child(3n+1){ margin-left:0;}
.i_d4_list li .img{
  position: relative;
  padding: 60% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d4_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}
.i_d4_list li .mb{ position:absolute; left:0; bottom:0; width:100%; height:100px; background:url(../images/i_d4_mb.png) center no-repeat; background-size:auto 100px; transition:all 0.6s; opacity:1;}
.i_d4_list li .txt{ position:absolute; left:0; bottom:0; width:100%; padding:10px; box-sizing:border-box;}
.i_d4_list li .txt .txt1{ font-size:16px; color:#ffffff; line-height:30px; font-weight:bold;}
.i_d4_list li .txt .txt2{ font-size:14px; color:#ffffff; line-height:30px;}
.i_d4_list li:hover .mb{ opacity:0.7;}

.i_d4_1{}
.i_d4_1_c{ position:relative; padding-bottom:70px;}

.i_d4_1_c .i_d4_1_c_prev{ position:absolute; left:50%; bottom:0; width:40px; height:40px; margin-left:-50px; border:#1b5f43 1px solid; background:url(../images/i_d1_1_l_on.png) #1b5f43 center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d4_1_c .i_d4_1_c_next{ position:absolute; right:50%; bottom:0; width:40px; height:40px; margin-right:-50px; border:#fff 1px solid; background:url(../images/i_d1_1_r_on.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s;}



.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}


.footer1{ background:#f5f5f5;}
.footer_logo{ text-align:center;}
.footer_logo img{ height:40px;}
.footer1_dh{ font-size:20px; color:#1b5f43; font-weight:bold; line-height:30px; text-align:center; margin-top:10px; margin-bottom:10px;}
.footer1_l_dz{ font-size:14px; color:#666666; line-height:30px; text-align:center;}


.footer_ewm_c{ text-align:center;}
.footer_ewm_c .footer_ewm{ display:inline-block; width:26%; margin:0 2%; position:relative; cursor:pointer;}
.footer_ewm_c .footer_ewm img{ width:100%; display:block;}
.footer_ewm_c .footer_ewm_txt{ font-size:14px; color:#333; line-height:30px; text-align:center; margin-top:5px;}


.footer2{ background:#525252; padding:10px 0;}
.footer2 .txt1{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt1 *{ color:#fff;}
.footer2 .txt2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt2 *{ color:#fff;}



/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.ab_d0_sp{ width:100%; position:relative;}
.ab_d0_sp .video{ display:block; width:100%; background:#fff; height:3.75rem; box-sizing:border-box;}
.ab_d0_sp .ab_d0_video_bt{ position:absolute; left:50%; top:50%; margin-left:-20px; margin-top:-20px; cursor:pointer; width:40px; height:40px;}


.ab_d1_list{}
.ab_d1_list li{ float:left; width:50%; margin-top:20px;}
.ab_d1_list li .txt1{ font-size:14px; color:#111111; line-height:30px; text-align:left;}
.ab_d1_list li .txt1 span{ font-size:24px; color:#111111; margin-right:5px; font-weight:bold;}
.ab_d1_list li .txt2{ font-size:14px; color:#111111; line-height:30px; text-align:left;}

.ab_d2_img{ display:block; width:100%;}
.ab_d2_txt{}
.ab_d2_txt .title1{ font-size:20px; color:#000000; line-height:30px; font-weight:bold; text-align:center;}
.ab_d2_txt .title2{ font-size:14px; color:#000000; line-height:30px; text-align:center; font-family:Verdana, Geneva, sans-serif;}
.ab_d2_txt .txt1{ font-size:14px; color:#333333; line-height:25px; margin-top:20px;}
.ab_d2_txt .txt1 *{ line-height:25px;}


.ab_d3{ background: url(../images/ab_d3_bg.jpg) no-repeat center fixed; background-size: cover; padding:40px 0;}
.ab_d3_list li{ position:relative; margin-top:20px;}
.ab_d3_list li:nth-child(3n+1){ margin-top:0;}
.ab_d3_list li .title{ padding-left:70px; position:relative;}
.ab_d3_list li .title .ico{ position:absolute; left:0px; top:0px; width:60px; height:60px; border:#fff 1px solid; border-radius:50%; line-height:60px; text-align:center; transition:all 0.6s; box-sizing:border-box;}
.ab_d3_list li .title .ico img{ vertical-align:middle; height:30px;}
.ab_d3_list li .title .title1{ font-size:20px; color:#ffffff; line-height:25px; padding-top:5px;}
.ab_d3_list li .title .title2{ font-size:14px; color:#ffffff; line-height:25px; padding-bottom:5px;}
.ab_d3_list li .txt{ font-size:14px; color:#ffffff; line-height:25px; padding-top:10px;}


/*联系我们*/
.lianxi_r_img{ display:block; width:100%; object-fit: cover;}
.lianxi_l{ box-sizing:border-box;}
.lianxi_title{ font-size:20px; color:#1b5f43; font-weight:bold; line-height:30px;}
.lianxi_list li{ position:relative; padding-left:70px; margin-top:20px;}
.lianxi_list li .ico1{ position:absolute; left:0; top:0; width:48px; height:48px; border:#1b5f43 1px solid; border-radius:50%; line-height:48px; text-align:center;}
.lianxi_list li .ico1 img{ vertical-align:middle;}
.lianxi_list li .txt1{ font-size:16px; color:#1b5f43; font-weight:bold;}
.lianxi_list li .txt2{ font-size:14px; color:#999999;}



/*工程案例*/
.case_list>li{ margin-top:40px;}
.case_list>li:nth-child(1){ margin-top:0;}
.case_list>li .img{}
.case_list>li .img img{ width:100%; height:4.66rem; object-fit: cover;}
.case_list>li .txt{ padding-top:10px;}
.case_list>li .txt .title{ position:relative; height:30px; padding-right:100px;}
.case_list>li .txt .title1{ position:absolute; right:0; top:0; font-size:14px; color:#666666; line-height:30px;}
.case_list>li .txt .title1 .ico{ position:relative; top:-2px; margin-left:10px;}
.case_list>li .txt .title2{ font-size:16px; color:#000000; line-height:30px; font-weight:bold;}
.case_list>li .txt .txt1{ font-size:14px; color:#666666; line-height:25px; margin-top:10px;}

.case_d1_1_c_list li img{ width:100%; height:467px; object-fit: cover;}
.case_d1_1_c{ position:relative;}
.case_d1_1_c-pagination{ position:absolute; left:0; bottom:10px; width:100%; text-align:center; z-index:2;}
.case_d1_1_c-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; opacity:1; border-radius:50%; margin:0 6px !important; transition:all 0.3s;}
.case_d1_1_c-pagination .swiper-pagination-bullet-active{ background:#1b5f43;}


/*案例详情*/
.case_i_title{ font-size:24px; color:#000000; line-height:40px; text-align:center;}


/*产品中心*/
.p_s_box{ border-bottom:#e5e5e5 1px solid;}

.p_search{ width:100%; height:42px; padding-left:60px; padding-right:85px; box-sizing:border-box; background:#f3f3f3; border-radius:21px; position:relative;}
.p_search .p_search_ico{ position:absolute; left:20px; top:12px; height:20px;}
.p_search .txt{ display:block; border:0; width:100%; height:42px; outline:none; background:#f3f3f3; font-size:14px;}
.p_search .pbtn{ position:absolute; right:20px; top:0px; width:60px; height:42px; background:#f3f3f3; font-size:14px; color:#000000; font-weight:bold; border:0; cursor:pointer;}

.p_nav{ padding:10px 0; text-align:center;}
.p_nav a{ font-size:14px; color:#0a0a0a; margin:0 8px;}
.p_nav a.on,
.p_nav a:hover{ font-weight:bold;}

.p_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; position:relative; top:0; transition:all 0.3s;}
.p_list li:nth-child(1),
.p_list li:nth-child(2){ margin-top:0;}
.p_list li:nth-child(2n+1){ margin-left:0;}
.p_list li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
  transition:all 0.3s;
}
.p_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.p_list li .txt{ margin-top:10px;}
.p_list li .txt .txt1{ font-size:14px; color:#333333; line-height:25px; font-weight:bold;}
.p_list li .txt .txt2{ font-size:12px; color:#333333; line-height:25px;}
.p_list li:hover .img {
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.15);
}





/*产品详情页*/
.p_i_d1{}
.p_i_d1_l{ width:100%;}

    .p_i_d1_l .swiper-slide,
	.p_i_d1_r .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .p_i_d1_l .swiper,
	.p_i_d1_r .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .p_i_d1_l .swiper-slide,
	.p_i_d1_r .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      /*opacity: 0.4;*/
    }

    .mySwiper .swiper-slide-thumb-active {
      /*opacity: 1;*/
    }
	.mySwiper .swiper-slide-thumb-active:after{content: ""; width:100%; height: 100%; position: absolute; left: 0; top:0px; box-sizing:border-box; /*border:#e00f25 2px solid; border-radius:50%;*/}



.p_i_d1_l .img,
.p_i_d1_r .img {
  position: relative;
  width:100%;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
  cursor:pointer;
}
.p_i_d1_l .img img,
.p_i_d1_r .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
 .p_i_d1_r .mySwiper .img img {  border-radius:50%; object-fit: cover;
}
.mySwiper_c{ position:relative;}
.mySwiper_c .p_prev{ left:-40px; color:#000; outline:none;}
.mySwiper_c .p_next{ right:-40px; color:#000; outline:none;}
.mySwiper_c .p_prev:after,
.mySwiper_c .p_next:after{ font-size:30px;}

.p_i_d1_r{}
.p_i_title1{ font-size:16px; color:#040404; font-weight:bold; line-height:40px; padding:10px 0; border-bottom:#dadada 1px solid;}
.p_i_txt1{ font-size:14px; color:#666666; line-height:30px; margin-top:15px; color:#666666;}
.p_i_title2{ font-size:16px; color:#070707; font-weight:bold; line-height:30px;}

a.p_i_back{ display:block; width:120px; height:36px; line-height:36px; text-align:center; border:#aaaaaa 1px solid; font-size:14px; color:#222222; transition:all 0.3s;}
a.p_i_back:hover{ border:#1b5f43 1px solid; background:#1b5f43; color:#fff;}


.p_d2_c_list li img{ width:100%; height:5.3rem; object-fit: cover;}
.p_d2_c{ position:relative;}
.p_d2_c-pagination{ position:absolute; left:0; bottom:10px; width:100%; text-align:center; z-index:2;}
.p_d2_c-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; opacity:1; border-radius:50%; margin:0 6px !important; transition:all 0.3s;}
.p_d2_c-pagination .swiper-pagination-bullet-active{ background:#1b5f43;}


.p_i_d2_title{ font-size:34px; color:#070707; line-height:40px; text-align:center;}


.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover,
.news_i_more .li a.on{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico1{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico1_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#1b5f43 1px solid; background:url(../images/news_i_more_ico2_on.png) #1b5f43 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}



/*荣誉证书*/
.ry_d1_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; position:relative; top:0; transition:all 0.3s;}
.ry_d1_list li:nth-child(1),
.ry_d1_list li:nth-child(2){ margin-top:0;}
.ry_d1_list li:nth-child(2n+1){ margin-left:0;}
.ry_d1_list li .img {
  position: relative;
  padding: 69.2% 0;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);
}
.ry_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.ry_d1_list li .txt{ border:#c9c9c9 1px solid; width:100%; margin:0 auto; font-size:14px; color:#666666; line-height:40px; margin-top:10px; text-align:center; transition:all 0.3s;}
/*.ry_d1_list li:hover{ top:-10px;}
.ry_d1_list li:hover .txt{ color:#1b5f43;}*/
