/*@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:#10aa9c;
	box-sizing:border-box;
}
.header .logo{
	max-width:80%;
	display: block;
	height:40px;
	 object-fit: contain;}
	/*margin:0 auto;*/

}
/*
.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:3px 6px; background:#fff; border-radius:50%; /*background:rgba(255,255,255,0.5);*/}
.banner	.slideBox .hd li.on{ /*background:rgba(255,255,255,1);*/ background:#fff; border:#999 3px solid;  margin:0 3px;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  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;  }


.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;}
.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: #10aa9c; border:#10aa9c 1px solid; color: #fff }
.pages a:hover {  background: #10aa9c; border:#10aa9c 1px solid; color: #fff; text-decoration: none;  }
.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: -20px;
	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;
    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);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/

.i_d1{ padding:10px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d1_list{}
.i_d1_list li{ float:left; width:50%; position:relative; padding:10px 0;}
.i_d1_list li .ico{ width:60px; height:60px; line-height:60px; text-align:center; border:#139d8f 1px solid; border-radius:50%; margin:0 auto;}
.i_d1_list li .ico img{ vertical-align:middle; height:25px;}
.i_d1_list li .txt{ font-size:14px; color:#333333; line-height:40px; text-align:center;}
.i_d1_list li:after { content: ""; position: absolute; left: 0; top:10px; width: 1px; height:80px; background: #f3f3f3;}
.i_d1_list li:nth-child(2n+1):after{ display:none;}

.i_title1{ position:relative;}
.i_title1 .title1{ font-size:18px; color:#636363; font-weight:bold; line-height:30px;}
.i_title1 .title2{ font-size:14px; color:#bfbfbf; line-height:20px;}
.i_title1 .i_title1_nav{ font-size:14px; line-height:30px; margin-top:5px;}
.i_title1 .i_title1_nav a{ display:inline-block; margin-right:10px; color:#666666;}

.i_d2_r{ padding-top:14px; padding-right:14px; position:relative;}
/*.i_d2_r img{ display:block; width:100%; position:relative; z-index:1;}*/
.i_d2_r .video{ width:100%; height:3.8rem; position:relative; z-index:1;}
.i_d2_r .video_bt{ position:absolute; left:50%; top:50%; width:50px; height:50px; margin-left:-25px; margin-top:-25px; cursor:pointer; z-index:2;}
.i_d2_r:after { content: ""; position: absolute; right: 0; top:0; width: 60%; height:60%; background: #139d8f; z-index:0;}

.i_d2_txt{ font-size:14px; color:#a5a5a5; line-height:25px;}
a.i_d2_more{ display:block; width:100px; height:34px; font-size:14px; color:#32b498; line-height:34px; text-align:center; border:#139d8f 1px solid; border-radius:18px; margin-top:10px; transition:all 0.3s;}
a.i_d2_more:hover{ background:#32b498; color:#fff;}


.i_d3_list{}
.i_d3_list li{ padding-left:115px; height:102px; background:#fff; margin-top:20px; position:relative;}
.i_d3_list li .img{ position:absolute; left:0; top:0; width:100px; line-height:100px; text-align:center; border:#f8f8f8 1px solid;}
.i_d3_list li .img img{ display:block; width:100px; height:100px; object-fit: contain;}
.i_d3_list li .txt{ padding-top:5px;}
.i_d3_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:30px;}
.i_d3_list li .txt .txt2{ font-size:14px; color:#999999; line-height:25px;}
.i_d3_list li .txt a.more{ display:block; font-size:12px; color:#ffffff; width:98px; height:24px; line-height:24px; text-align:center; background:#139d8f; border:#139d8f 1px solid; border-radius:13px; margin-top:5px; transition:all 0.3s;}


.i_d4{ background:#fbfbfb;}
.i_d4_list li{ margin-top:30px;}
.i_d4_list li:nth-child(1){ margin-top: 0;}
.i_d4_list li .fd img{ display:block; width:100%; height:4.22rem; object-fit: cover;}
.i_d4_list li .txt1{ font-size:14px; color:#595959; font-weight:bold; height:30px; margin-top:10px;}
.i_d4_list li .txt2{ font-size:14px; color:#bfbfbf; height:30px; padding-bottom:5px; position:relative; transition:all 0.5s;}
.i_d4_list li .txt2:before { content: ""; position: absolute; left: 0; bottom:0; width: 100%; height:1px; background: #cccccc;}
.i_d4_list li .txt2:after { content: ""; position: absolute; left: 0; bottom:0; width: 0; height:1px; background: #139d8f; transition:all 0.5s;}
.i_d4_list li .txt3{ font-size:14px; color:#999999; line-height:25px; margin-top:10px;}

.i_d5_list li{ float:left; width:49%; margin-left:2%; margin-bottom:10px; position:relative;}
.i_d5_list li:nth-child(2n+1){ margin-left: 0;}
.i_d5_list li img{ display:block; width:100%; height:1.92rem; object-fit: cover;}
.i_d5_list li .mb{ position:absolute; left:0; bottom:0; display:block; width:100%; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.i_d5_list li:hover .mb{ top:0;}







.totop{ height:40px; background:#c44a22; text-align:center; line-height:40px; font-size:16px; color:#fff; cursor:pointer;}
.totop img{ position:relative; height:16px; top:2px; margin-left:10px;}

.footer1{ background: #139d8f;}
.footer1 .footer_txt{}
.footer1_dh_title{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
.footer1_dh_txt{ font-size:20px; color:#ffffff; font-weight:bold; line-height:30px; text-align:center;}
.footer1_dz_txt{ font-size:14px; color:#ffffff; line-height:30px; margin-top:5px; text-align:center;}
.footer1 .footer_hr{ width:100%; margin:10px 0;}
.footer1 .footer_ewm{ text-align: center; font-size: 16px; color: #ffffff; line-height: 26px; margin-top:20px;}
.footer1 .footer_ewm img{ height:100px;}

.footer2{ background: #138c80;}
.footer2 .footer2_txt{ padding: 10px 0; line-height: 30px; font-size: 14px; color: #fff; text-align: center;}
.footer2 .footer2_txt a{ color: #fff;}

.bottom_nav{ position:fixed; left:0; bottom:0; width:100%; height:50px; background:#10aa9c; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#fff; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#fff;}

/*关于我们*/
.n_banner img{ display:block; width:100%;}


.ab_d1_l{ padding-top:14px; padding-left:14px; position:relative;}
.ab_d1_l .video{ width:100%; height:3.8rem; position:relative; z-index:1;}
.ab_d1_l .video_bt{ position:absolute; left:50%; top:50%; width:50px; height:50px; margin-left:-25px; margin-top:-25px; cursor:pointer; z-index:2;}
.ab_d1_l img{ display:block; width:100%; position:relative; z-index:1;}
.ab_d1_l:after { content: ""; position: absolute; left: 0; top:0; width: 60%; height:60%; background: #139d8f; z-index:0;}

.ab_d1_txt{ font-size:14px; color:#a5a5a5; line-height:25px; margin-top:10px;}
.ab_d1_txt *{ line-height:25px;}


.ab_d2{ position:relative;}
.ab_d2 .swiper-container {
      width: 100%;
      height: 100%;
	  overflow:hidden;
    }
/*.ab_d2 .swiper-slide {
	  background:url(../images/ab_d2_bg.jpg) transparent center no-repeat;
	  background-size:100% 100%;
	  padding-bottom:19px;
      text-align: center;
      font-size: 18px;

      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.ab_d2 .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	  z-index:2;
	}*/
.ab_d2 .honor-next{ position:absolute; right:0; top:50%; margin-top:-25px; width:40px; height:50px; background:#eeeeee; font-family:"宋体"; font-size:20px; color:#9a9a9a; line-height:50px; text-align:center; z-index:2; cursor:pointer;}
.ab_d2 .honor-next:hover{ background:#139d8f; color:#fff; z-index:2; cursor:pointer;}
.ab_d2 .honor-prev{ position:absolute; left:0; top:50%; margin-top:-25px; width:40px; height:50px; background:#eeeeee; font-family:"宋体"; font-size:20px; color:#9a9a9a; line-height:50px; text-align:center; z-index:2; cursor:pointer;}
.ab_d2 .honor-prev:hover{ background:#139d8f; color:#fff; z-index:2; cursor:pointer;}

.ab_d2_list li{ line-height:2.6rem; text-align:center; padding:10px 10px 20px 10px; box-sizing:border-box;
	  background:url(../images/ab_d2_bg.jpg) transparent center no-repeat;
	  background-size:contain;
}
.ab_d2_list li img{ max-width:60%; max-height:2.4rem; object-fit: contain; vertical-align:middle;}


.ab_d3{ padding:20px 10px 20px 10px;  box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.1);}
.ab_d3_txt{ font-size:14px; color:#a5a5a5; line-height:30px; text-align:center; padding-bottom:20px;}

.ab_d4_list li{ float:left; width:49%; margin-left:2%; margin-top:10px;}
.ab_d4_list li:nth-child(2n+1){ margin-left: 0;}
.ab_d4_list li .img img{ display:block; width:100%; height:2.2rem; object-fit: cover; border:#c0c1c1 1px solid; border-radius:5px; overflow:hidden; box-sizing:border-box;}
.ab_d4_list li .txt{ height:40px; line-height:40px; font-size:14px; color:#333333; text-align:center; transition:all 0.3s;}


/*新闻列表页*/
.n_nav{}
.n_nav a{ float:left; display:block; width:32%; height:40px; line-height:40px; text-align:center; background:#fff; font-size:14px; color:#666666; margin-left:2%; margin-top:5px; transition:all 0.3s;}
.n_nav a:nth-child(3n+1){ margin-left:0;}
.n_nav a.on,
.n_nav a:hover{ background:#32b498; color:#fff;}

.n_weizhi{ line-height:30px; font-size:14px; color:#333333;}

.news_list li{ padding:10px 0 10px 100px; position:relative;}
.news_list li .rq{ position:absolute; left:0; top:10px; width:80px; height:60px; border-right:#cccccc 1px solid;}
.news_list li .rq .rq1{ font-size:20px; color:#666666; line-height:30px; text-align:center;}
.news_list li .rq .rq2{ font-size:14px; color:#333333; line-height:30px; text-align:center;;}
.news_list li .txt{}
.news_list li .txt .txt1{ font-size:16px; color:#595959; line-height:30px;}
.news_list li .txt .txt2{ font-size:14px; color:#999999; line-height:30px;}


/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#333333; line-height:30px; text-align:center;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center;}

.news_i_more{}
.news_i_more li{}


/*客户服务*/
.kf_d1_list{ margin-top:10px;}
.kf_d1_list li{ float:left; width:49%; margin-left:2%; background:#f7f7f7; margin-top:10px; transition:all 0.3s;}
.kf_d1_list li:nth-child(2n+1){ margin-left:0;}
.kf_d1_list li img{ display:block; width:100%; height:3.55rem; object-fit: cover;}
.kf_d1_list li .title{ padding:0 10px; margin-top:10px; font-size:16px; color:#333333; font-weight:bold; line-height:30px;}
.kf_d1_list li .txt{ padding:0 10px; padding-bottom:10px; margin-top:5px; font-size:12px; color:#666666; line-height:20px; height:100px; overflow:hidden; transition:all 0.3s;}
.kf_d1_list li .txt *{ line-height:20px;}

.kf_d2{ background:#fbfbfb;}
.ms_txt{ font-size:14px; color:#666666; line-height:30px;}
.ms_box{}
.ms_box li{ margin-top:10px;}
.ms_title{ font-size:14px; color:#333333; line-height:40px;}
.ms_inp{ display:block; width:100%; height:40px; padding:5px 10px; border:#cccccc 1px solid; box-sizing:border-box; font-size:14px; outline:none;}
.ms_inp2{ display:block; width:100%; height:170px; padding:5px 10px; border:#cccccc 1px solid; box-sizing:border-box; font-family:"微软雅黑"; font-size:14px; outline:none;}
.ms_bt1{ display:block; width:128px; height:40px; padding:5px 10px; background:#10aa9c; font-size:14px; color:#ffffff; cursor:pointer; border:#10aa9c 1px solid; box-sizing:border-box; margin-top:20px;}

/*联系我们*/
.lx_list li{ padding-left:30px; margin-bottom:10px; font-size:14px; color:#333333; box-sizing:border-box; background-size:auto 16px !important;}
.lx_list li.ico1{ background:url(../images/lx_ico1.png) left 7px no-repeat;}
.lx_list li.ico2{ background:url(../images/lx_ico2.png) left 7px no-repeat;}
.lx_list li.ico3{ background:url(../images/lx_ico3.png) left 7px no-repeat;}
.lx_list li.ico4{ background:url(../images/lx_ico4.png) left 7px no-repeat;}

/*产品中心*/
.p_list li{ float:left; width:49%; border:#f8f8f8 1px solid; box-sizing:border-box; margin-left:2%; margin-top:20px; transition:all 0.3s;}
.p_list li:nth-child(2n+1){ margin-left:0;}
.p_list li .img{ width:100%; height:3.43rem; text-align:center; background:#fff;}
.p_list li .img img{ display:block; width:100%; height:3.43rem; object-fit: contain;}
.p_list li .txt{ height:30px; line-height:30px; text-align:center; font-size:14px; color:#fff; padding:5px 10px; background:#13ab9c; border-top:#f8f8f8 1px solid; transition:all 0.3s;}
/*.p_list li:hover{ border:#10aa9c 1px solid;}
.p_list li:hover .txt{ background:#10aa9c; color:#fff; border-top:#10aa9c 1px solid;}*/

/*产品详情页*/
.p_i_l_img{ width: 100%; line-height: 7.05rem; text-align: center; border:#e1e1e1 1px solid; background: #fff; overflow: hidden;}
.p_i_l_img img{ width: 100%;height: 7.05rem; vertical-align: middle; object-fit: contain;}

.p_i_box{ position:relative; padding:0 30px;}
.p_i_list li .img{ width:100%; text-align:center; border:#e1e1e1 1px solid; box-sizing:border-box;}
.p_i_list li .img img{ display:block; width:100%; height:1.26rem; vertical-align:middle; object-fit: contain;}
.p_i_list li.on .img{ border:#10aa9c 1px solid;}

.p_i_list-prev{ position:absolute; left:0; top:0; width:18px; height:1.26rem; line-height:1.26rem; border:#e1e1e1 1px solid; text-align:center; background:#e1e1e1; font-size:14px; color:#fff;}
.p_i_list-next{ position:absolute; right:0; top:0; width:18px; height:1.26rem; line-height:1.26rem; border:#e1e1e1 1px solid; text-align:center; background:#e1e1e1; font-size:14px; color:#fff;}

.p_i_r{}
.p_i_r_title{ padding-top:20px; line-height:30px; border-bottom:#fafafa 1px solid; font-size:16px; color:#333333;}

table.tablecs{ }
table.tablecs tr{}
table.tablecs td{ line-height:30px; vertical-align:top; padding:5px 0;}
table.tablecs tr td:nth-child(1) { width:75px; color:#666666;}


.p_i_title{ width:100px; height:40px; line-height:40px; text-align:center; background:#10aa9c; font-size:16px; color:#ffffff;}
.ab_hr{ height:1px; background:#f8f8f8;}

.p_title1{ position:relative;}
.p_title1 .title1{ font-size:18px; color:#636363; line-height:30px; text-align:center;}
.p_title1 .title2{ font-size:14px; color:#bfbfbf; line-height:20px; text-align:center;}

table.tablepz{ }
table.tablepz tr td{ width:25%; background:#f2f2f2; font-size:14px; color:#666666; padding:5px; line-height:30px; text-align:center; border-bottom:#fff 5px solid;}
table.tablepz tr:nth-child(1) td{ background:#10aa9c; color:#fff;}
table.tablepz tr td:nth-child(3){ border-left:#fff 5px solid;}
