@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	/* background-color: rgb(255,255,255); */
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Header-wrapper.on{
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	background-color: rgb(255,255,255);
	top: -54px;
}
.Header-wrapper:hover,.Header-wrapper.hover{
	background-color: rgb(255,255,255);
}
.Header-wrapper.hover{
	border-bottom: 1px solid #eee;
	/* box-shadow: 0 0 15px rgb(0 0 0 / 20%); */
}

.Header-container{}
.Header-container .logo{}
.Header-container .logo h1{
	padding: 15px 0;
	font-size: 0;
}
.Header-container .logo h1 a{
	font-size: 0;
}
.Header-container .logo h1 a img{
	position: relative;
	width: auto;
	height: 54px;
}
.Header-container.ny_head h1 a img{
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.Header-wrapper.on .Header-container.ny_head h1 a img,
.Header-wrapper .Header-container.ny_head:hover h1 a img,
.Header-wrapper.hover .Header-container.ny_head h1 a img{
	right: 0;
	filter: none;
}

.Header-container .nav_item{
    margin-right: 10%;
}
.Header-container .nav_item>ul{}
.Header-container .nav_item>ul>li{
	float: left;
	position: relative;
	line-height: 84px;
	margin: 0 0 0 0.8rem;
}
.Header-container .nav_item>ul>li>a{
	display: inline-block;
	font-size: 18px;
	color: #221815;
	
}
.Header-container.ny_head .nav_item>ul>li>a{
	color: #fff;
}
.Header-wrapper.on .Header-container.ny_head .nav_item>ul>li>a,
.Header-wrapper .Header-container.ny_head:hover .nav_item>ul>li>a,.Header-wrapper.hover .Header-container.ny_head .nav_item>ul>li>a{
	color: #221815;
}

.Header-container .nav_item>ul>li>a:hover,.Header-container .nav_item>ul>li.active>a{
	color: #009b4c;
}
/* 二级导航 */
.Header-container .nav_item .sub_nav{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	/* margin-top: -0.18rem; */
	padding: 0.1rem 0;
	box-shadow: 0 0 8px rgb(0,0,0,.1);
	background-color: white;
	z-index: 2;
}
.Header-container .nav_item>ul>li:hover .sub_nav{
	display: block;
	display: block;
	animation: HnavDD .6s ease-in-out;
	-webkit-animation: HnavDD .6s ease-in-out;
}
@keyframes HnavDD{
	from{transform:translateY(20px);-webkit-transform:translateY(20px);opacity:0;}
	top{transform:translateY(0px);-webkit-transform:translateY(0px);opacity:1;}
}
@-webkit-keyframes HnavDD{
	from{transform:translateY(20px);-webkit-transform:translateY(20px);opacity:0;}
	top{transform:translateY(0px);-webkit-transform:translateY(0px);opacity:1;}
}
.Header-container .nav_item .sub_nav>li{
	position: relative;
	padding: 0.1rem 0.15rem;
	width: 2rem;
	line-height: 1;
}
.Header-container .nav_item .sub_nav>li>a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	color: #595757;
	white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
}
.Header-container .nav_item .sub_nav>li>a>i{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/* .Header-container .nav_item .sub_nav li a i:before {
    content: '\f107';
    font-family: 'fontawesome';
} */
.Header-container .nav_item .sub_nav>li>a:hover{
	color: #009b4c;
}
/* 产品下拉 */
.Header-container .nav_item .sub_ul{
	position: fixed;
	width: 100%;
	left: 0;
	top: 140px;
	background-color: white;
	padding: 0.2rem 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Header-container .nav_item>ul>li:hover .sub_ul{
	opacity: 1;
	visibility: visible;
}
.Header-wrapper.on .nav_item .sub_ul{
	top: 85px;
}
.Header-container .nav_item .sub_ul>div>li{
	float: left;
	width: 19%;
	margin-right: calc(5% / 4);
	line-height: 1;
	padding: 0.2rem 0;
}
.Header-container .nav_item .sub_ul>div>li:nth-child(4n){
	margin-right: 0;
}
.Header-container .nav_item .sub_ul>div>li>a{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0.08rem;
	font-weight: 700;
	color: #212121;
}
.Header-container .nav_item .sub_ul>div>li>.sub_li{}
.Header-container .nav_item .sub_ul>div>li>.sub_li>li{
	line-height: 1;
}
.Header-container .nav_item .sub_ul>div>li>.sub_li>li>a{
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0.06rem;
	color: #707070;
}
.Header-container .nav_item .sub_ul a:hover{
	color: #009b4c !important;
}

/* 三级导航 */
.Header-container .nav_item .sub_nav li dl{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	padding: 0.1rem 0;
	background-color: white;
	box-shadow: 0 0 6px rgb(0,0,0,.1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 3;
}
.Header-container .nav_item .sub_nav li.active dl{
	display: block;
}
.Header-container .nav_item .sub_nav li dd{
	width: 1.1rem;
	padding: 0.11rem 0 0.11rem 0.1rem;
}
.Header-container .nav_item .sub_nav li dd a{
	font-size: 12px;
	color: #595757;
	white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
}
.Header-container .nav_item .sub_nav li dd a:hover{
	color: #009b4c;
}
/* 眉头 */
.Header-top{
	background-color: #109a45;
	font-size: 16px;
	color: white;
	padding: 12px 0;
}
.Header-top .fl{}
.Header-top .fr{}
.Header-top .fr ul{
	margin-top: 0;
}
.Header-top .fr ul li{
	margin-right: 0.08rem;
}
.Header-top .fr ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.Header-top .fr ul li a i{
	font-size: 16px;
}

.Header-top .fr .phone{
	padding: 0 0.5rem;
}
.Header-top .fr .phone i{
	font-size: 22px;
}
.Header-top .fr .phone p{
	margin-left: 0.04rem;
	font-size: 14px;
}

.Header-top .fr .tool{}
.Header-top .fr .tool .search{}
.Header-top .fr .tool .search i{
	font-size: 26px;
	padding-right: 0.16rem;
	margin-right: 0.2rem;
	border-right: 1px solid #fff;
	cursor: pointer;
}
.Header-top .fr .tool .language{
	position: relative;
}
.Header-top .fr .tool .language a{}
.Header-top .fr .tool .language i{
	font-size: 24px;
}
.Header-top .fr .tool .language p{
	font-size: 14px;
	margin-left: 0.08rem;
	display: inline-block;
}
.Header-top .fr .tool .language p::after{
	display: inline-block;
	margin-left: 5px;
	content: "\f0d7";
	font-size: 12px;
	font-family: 'fontawesome';
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* -webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); */
}
.Header-top .fr .tool .language.on  p::after{
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.Header-top .fr .tool .language .language_down{
	display: none;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: calc(100% + 14px);
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	text-align: left;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}
.Header-top .fr .tool .language .language_down a{
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* letter-spacing: 0.5px; */
	text-align: center;
}
.Header-top .fr .tool .language .language_down a:hover{
	background-color: #109a45;
}

.nav_h{
	height: 140px;
}


/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.on .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 4%;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
#c-header .c-nav2 li i {
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#c-header .c-nav2 li .c-title-box.on i{
	transform: rotate(180deg);
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #508cc9;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}


/* 底部 */
.Footer-wrapper{
	border-top: 0.02rem solid #109a45;
}
.Footer-container{
	background-color: #f2f2f2;
	padding: 1rem 0;
}
.Footer-container .fl{
	width: 25%;
}
.Footer-container .fl .foot_logo{}
.Footer-container .fl .foot_logo img{
	height: 0.82rem;
}
.Footer-container .fl form{
	position: relative;
	width: 3.2rem;
	margin-top: 0.5rem;
}
.Footer-container .fl form input{
	width: 100%;
	font-size: 16px;
	padding-left: 0.12rem;
	height: 45px;
	line-height: 43px;
	border: 1px solid #c3c3c3;
	color: #333;
}
.Footer-container .fl form input::placeholder{
	color: #c3c3c3;
	font-weight: normal;
}
.Footer-container .fl form button{
	position: absolute;
	border: none;
	right: 0;
	top: 0;
	width: 0.64rem;
	height: 100%;
	background-color: #009b4c;
	cursor: pointer;
	z-index: 2;
}
.Footer-container .fl form button i{
	color: white;
	font-size: 18px;
}
.social{
	margin-top: 0.3rem;
}
.social li{
	margin-right: 0.12rem;
}
.social li:last-child{
	margin-right: 0 !important;
}
.social li a{
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 4px;
	background-color: white;
	text-align: center;
	/* box-shadow: 0 0 5px #c3c3c3; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social li:hover a{
	box-shadow: 0 0 5px #c3c3c3;
	-webkit-animation: swing 1s ease;
	-o-animation: swing 1s ease;
	animation: swing 1s ease;
}
.social li:nth-child(1) a{
	/* background-color: #ffe400; */
	background-color: #1278F3;
}
.social li:nth-child(2) a{
	/* background-color: #c8dd69; */
	background-color: #1D9BF0;
}
.social li:nth-child(3) a{
	/* background-color: #00aeef; */
	background-color: #FB0204;
}
.social li:nth-child(4) a{
	/* background-color: #82ca9c; */
	background-color: #0A66C2;
}
.social li:nth-child(5) a{
	/* background-color: #01bac6; */
	background-color: #DA4369;
}
.social li a i{
	font-size: 0.22rem;
	color: #fff;
}

.Footer-container .fr{
	width: 75%;
}
.Footer-container .fr>ul{}
.Footer-container .fr>ul>li{
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 25%;
	color: #191919;
	padding: 0 0.3rem;
}
.Footer-container .fr>ul>li>p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.24rem;
	color: #009b4c;
	border-bottom: 1px solid #959595;
	padding-bottom: 0.18rem;
	margin-bottom: 0.12rem;
}
.Footer-container .fr>ul>li>ul{}
.Footer-container .fr>ul>li>ul>li{}
.Footer-container .fr>ul>li>ul>li>a{
	font-size: 14px;
	line-height: 2;
}
.Footer-container .fr>ul>li dl{}
.Footer-container .fr>ul>li dl>a{}
.Footer-container .fr>ul>li dd{
	position: relative;
	line-height: 24px;
	padding-left: 30px;
}
.Footer-container .fr>ul>li dd i{
	position: absolute;
	left: 0;
	top: 0;
/* 	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
	font-size: 16px;
	color: #009b4c;
}

.Foot_copy{
	background-color: #5e5e5e;
	padding: 0.24rem 0;
	color: rgb(255,255,255,.8);
	font-size: 16px;
	text-align: center;
}
.Foot_copy a{
	color: rgb(255,255,255,.8);
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg)
	}

	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}

	60% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}

	80% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		transform: rotate(40deg)
	}

	40% {
		-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg)
	}

	60% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg)
	}

	80% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

/* 中间+共用部分 */



/* ind_banner */
.ind_banner .swiper-pagination-bullet{
	background-color: white;
	opacity: 1;
}
.ind_banner .swiper-pagination-bullet-active{
	background-color: #109a45;
}

/* ind_tit */
.ind_tit{
	text-align: center;
}
.ind_tit h3{
	font-size: 0.42rem;
	font-weight: 700;
	text-transform: uppercase;
}
.ind_tit h3::after{
	content: "";
	display: block;
	margin: 0.2rem auto 0;
	width: 0.6rem;
	height: 0.04rem;
	background-color: #109a45;
}

/* ind_more */
.ind_more{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-size: 0.2rem;
	border-radius: 6px;
	background-color: #109a45;
	margin: 0 auto;
}

/* online_r */
.online_r{
	position: fixed;
	right: -125px;
	top: 30%;
	z-index: 999;
	transition: right 0.5s;
}
.online_r.on{
	right: 0;
}
.online_r .tit{
	position: relative;
	width: 125px;
	padding: 20px 0;
	text-align: center;
	background-color: #2ea354;
	margin-bottom: 5px;
}
.online_r .tit i{
	position: absolute;
	display: block;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: white;
	text-align: center;
	font-size: 0.32rem;
	background-color: #009b4c;
	cursor: pointer;
	z-index: 3;
	opacity: 1;
	visibility: visible;
}
.online_r.on .tit i{
	opacity: 0;
	visibility: hidden;
}
.online_r.on .tit i:before{
	content: "\f105";
}
.online_r .tit img{
	display: inline-block;
}
.online_r ul{}
.online_r ul li{
	width: 125px;
	box-sizing: border-box;
	background-color: #dddddd;
	margin-bottom: 5px;
}

.online_r ul li .view{
	width: 200%;
	display: flex;
	line-height: 30px;
	color: #333333;
	font-size: 13px;
	background: rgb(220,220,220,.6);
	transition: margin-left 0.5s;
}
.online_r ul li:hover .view {
    margin-left: -100%;
}
.online_r ul li:last-child{
	cursor: pointer;
}
.online_r ul li:last-child .view{
	margin-left: 0;
}
.online_r ul li .view>.flex{
	display: flex;
	width: 50%;
}
.online_r ul li .view>.flex .ico{
	display: block;
	width: 22px;
	line-height: 22px;
	height: 22px;
	background-color: #FFFFFF;
	border-radius: 100%;
	text-align: center;
	margin: 5px;
}
.online_r ul li .view>.flex i{
	font-size: 14px;
}
.online_r ul li:nth-child(1) .view>.flex .ico i{
	color: #26d367;
}
.online_r ul li:nth-child(2) .view>.flex .ico i{
	color: #df4a24;
}
.online_r ul li:nth-child(3) .view>.flex .ico i{
	color: #1296db;
}
.online_r ul li:nth-child(4) .view>.flex .ico i{
	color: #018FD1;
}
.online_r ul li .view>.flex span{
	font-size: 13px;
}
.online_r ul li .txt{
	width: 50%;
}
.online_r ul li .txt a{
	display: block;
	width: 100%;
	font-size: 13px;
}

#gotop{
	position: fixed;
	right: 2%;
	bottom: 10%;
	width: 0.42rem;
	height: 0.42rem;
	line-height: 0.42rem;
	text-align: center;
	background-color: #009b4c;
	color: white;
	cursor: pointer;
	transform: rotate(180deg);
	z-index: 9;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#gotop i{
	font-size: 0.22rem;
}
/* com_ban */
.com_ban{
	position: relative;
	height: 6.8rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.com_ban::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,.2);
	/* opacity: 0; */
	z-index: 1;
	mix-blend-mode: multiply;
}
.com_ban::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(16,154,36,.28);
	opacity: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}
.com_ban .ban_txt{
	position: absolute;
	top: 50%;
	left: 0;
	color: #ffffff;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
.com_ban .ban_txt h3{
	font-size: 0.56rem;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
}
.com_ban .ban_nav{
	position: absolute;
	left: 0;
	bottom: 1px;
	right: 0;
	height: 0.8rem;
	border-top: 1px solid rgba(255,255,255,0.3);
	color: #ffffff;
	z-index: 3;
}
.com_ban .ban_nav ul{}
.com_ban .ban_nav ul li{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.com_ban .ban_nav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.com_ban .ban_nav ul li:hover::before{
	width: 100%;
}
.com_ban .ban_nav ul li::after {
    content: '';
    position: absolute;
    height: 0.2rem;
    top: 50%;
    right: 0;
    width: 0.01rem;
    background: rgba(255,255,255,0.3);
    margin-top: -0.1rem;
}
.com_ban .ban_nav ul li:last-child::after{
	display: none;
}
.com_ban .ban_nav ul li.active::after,.com_ban .ban_nav ul li:hover::after{
	background-color: transparent;
}
.com_ban .ban_nav ul li a{
	position: relative;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.56rem;
	color: #ffffff;
	text-transform: capitalize;
	z-index: 2;
}
.com_ban .ban_nav ul li.active a,.com_ban .ban_nav ul li:hover:before{
	background-color: rgb(16,154,36,1);
}
.com_ban .ban_nav ul li i{
	font-size: 22px;
	margin-right: 0.1rem;
}
.com_ban .ban_nav ul li span{
	font-size: 16px;
}

/* ab_tit */
.ab_tit{
	text-align: center;
}
.ab_tit h3{
	font-size: 0.4rem;
	font-weight: 400;
	color: #212121;
	line-height: 1.6;
	text-transform: capitalize;
}
.ab_tit p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 2;
	margin: 0.24rem auto 0.8rem;
	max-width: 80%;
}
/* tech_tit */
.tech_tit{
	margin-bottom: 0.6rem;
}
.tech_tit h3{
	font-size: 0.4rem;
	font-weight: 400;
	color: #212121;
	line-height: 1.6;
	text-transform: capitalize;
}
.tech_tit h3::after{
	content: "";
	display: block;
	width: 0.4rem;
	height: 0.04rem;
	border-radius: 2px;
	background-color: #109a45;
	margin: 0.1rem 0;
}
.tech_tit.tac h3::after{
	margin: 0.1rem auto;
}

/* custom */
.n_custom{}
.n_custom .con{}
.n_custom .con img{}


/* 分页 */
.com-page{
	padding-top: 0.4rem;
	font-size: 0;
}
.com-page a,.com-page span{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	color: #4d5a66;
	border: 1px solid #d1d1d1;
	margin: 0 5px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.com-page a.page-num-current,.com-page a:hover{
	background-color: #109a45;
	border-color: #109a45;
	color: white;
	line-height: 48px;
}
.com-page a i{
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}
/* tc_search s */
.tc_search{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tc_search.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.tc_search form{
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.tc_search input{
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
.tc_search input::placeholder{
	color: #c1c1c1;
}
.tc_search button{
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}
.tc_search .search_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 0;
}
/* tc_search e */


/* back-btn s */
.back-btn {
    color: #32425C;
    font-size: 0.16rem;
    /* padding: 0.15rem 0.37rem 0.15rem 0.6rem; */
	padding: 0.12rem 0.2rem 0.12rem 0.6rem;
    background: transparent url(../images/icon-back.png);
    background-repeat: no-repeat;
    background-position: 0.3rem center;
    background-size: 0.2rem;
    border-radius: 0.5rem;
    position: relative;
    transition: all .3s;
    right: 0;
	border: 1px solid #32425C;
}
.back-btn:hover{
	right: 15px;
}
/* back-btn e */

/* 二级目录 s */
.sub-nav-title{
	background: #FFFFFF;
	height: 1rem;
	border-bottom: 0.01rem solid #F0F1F2;
	/* background-color: #edeff2; */
	/* border-bottom: 0.01rem solid #CBCCCD; */
}
.sub-nav-title a{
	padding: 0 0.4rem;
	height: 0.48rem;
	display: inline-flex;
	line-height: 0.48rem;
	color: #999999;
	font-size: 0.16rem;
	border: 1px solid #CBCCCD;
	border-radius: 0.24rem;
	transition: all .3s ease;
	margin-right: 0.3rem;
}
.sub-nav-title a.active,.sub-nav-title a:hover{
	background: #109a45;
	border: 1px solid #109a45;
	color: #fff;
}
/* 二级目录 e */


/* sortnav s */
.sortnav_view{
	width: 25%;
	margin-right: 3%;
	position: relative;
}
.sortnav_view.active{}

/* 侧栏搜索 */
.sidebox {
    background-color: #f6f6f7;
    margin-bottom: 0.2rem;
    border-radius: 4px;
    /* padding: 0.2rem; */
}
.sidebox .search-form input[type=text] {
    height: 45px;
    padding-left: 20px;
    background-color: #fff;
    width: calc(100% - 50px);
    /* border: 0; */
	border: 1px solid #109a45;
}
.sidebox .search-form .search-submit {
    width: 50px;
    height: 45px;
    display: inline-block;
	color: white;
	font-size: 24px;
  /*  background-image: url(../images/ico_search.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom; */
    background-color: #109a45;
    border: 0;
}
/* 侧栏导航 */
.pro_nav_view{
	background-color: #f6f6f7;
	margin-bottom: 0.2rem;
	border-radius: 4px;
	overflow: hidden;
}
.pro_nav_view .tit{
	position: relative;
	padding: 0.3rem 0.2rem;
	background: #109a45 url(../images/sortnav_tit.png) no-repeat center;
	background-position: 110% 150%;
	/* border-radius: 8px 8px 0 0; */
	color: #fff;
}
.pro_nav_view .tit h3{
	font-weight: bold;
	/* font-family: "USB"; */
	font-size: 0.32rem;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 0.02rem;
}
.pro_nav_view .tit p{
	display: block;
	font-size: 0.14rem;
	color: #0cb14b;
}
.pro_nav_view .tit span{
	height: 38px;
	width: 50px;
	text-align: center;
	z-index: 1;
	line-height: 38px;
}
.pro_nav_view>ul{
	padding: 0.3rem 0.2rem;
}

.pro_nav_view ul li{
	/* margin-bottom: 0.1rem; */
}
.pro_nav_view ul li:last-child{
	margin-bottom: 0;
}
.pro_nav_view ul li a{
	position: relative;
	display: block;
	font-size: 18px;
	color: #242424;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 1px solid rgba(105,102,102,0.6);
	/* border-bottom: 1px solid #666; */
	padding: 0.16rem 35px 0.12rem 0.12rem;
	text-transform: capitalize;
	z-index: 1;
}
.pro_nav_view>ul>li>ul>li>a{
	padding-left: 0.24rem;
}
.pro_nav_view ul li:hover>a,.pro_nav_view ul li.active>a{
	/* color: #109a45; */
	background-color: #109a45;
	color: white;
}

.pro_nav_view ul li a i{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	background-color: #444349;
	color: #fff;
	font-weight: normal;
}
.pro_nav_view ul li a i::before{
	content: "\e604";
}
.pro_nav_view ul li.active a i::before{
	content: "\e605";
}
.pro_nav_view ul>li>ul{
	display: none;
	padding-right: 0;
}
.pro_nav_view ul>li>ul>li>a{
	font-size: 16px;
}

/* 侧栏导航2 */
.pro_nav_view2{
	margin-bottom: 0.2rem;
}
.pro_nav_view2 .tit{
	position: relative;
	padding-left: 40px;
	border: 1px solid #cccccc;
}
.pro_nav_view2 .tit .line{
	position: absolute;
	top: 50%;
	left: 20px;
	width: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pro_nav_view2 .tit .line span{
	display: block;
	width: 100%;
	height: 2px;
	line-height: 1;
	background-color: #109a45;
	margin-bottom: 3px;
}
.pro_nav_view2 .tit .line span:last-child{
	margin-bottom: 0;
}

.pro_nav_view2 .tit h3{
	font-weight: bold;
	font-size: 16px;
	color: #109a45;
	line-height: 60px;
}
.pro_nav_view2 .pro_nav_ul{}
.pro_nav_view2 .pro_nav_ul>li{}
.pro_nav_view2 .pro_nav_ul>li>a{
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 42px;
	margin-top: -1px;
	border: 1px solid #cccccc;
}
.pro_nav_view2 .pro_nav_ul>li.active>a{
	color: #009b4c;
}
.pro_nav_view2 .pro_nav_ul>li>a>i{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	/* background-color: #444349; */
	color: #666;
	font-weight: normal;
}
.pro_nav_view2 .pro_nav_ul>li>a>i:before{
	content: "\f0d7";
}
.pro_nav_view2 .pro_nav_ul>li.active>a>i:before{
	content: "\f0d8";
}

.pro_nav_view2 .pro_nav_ul>li>ul{
	display: none;
	background-color: #f2f2f2;
}
.pro_nav_view2 .pro_nav_ul>li>ul>li{}
.pro_nav_view2 .pro_nav_ul>li>ul>li>a{
	margin-top: -1px;
	display: block;
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #cccccc;
}
.pro_nav_view2 .pro_nav_ul>li>ul>li.active a{
	background-color: #109a45;
	color: white;
}
.pro_nav_view2 .pro_nav_ul>li>ul>li>a>i{
	position: absolute;
	top: 50%;
	left: 20px;
	width: 14px;
	height: 1px;
	background-color: #666666;
}
.pro_nav_view2 .pro_nav_ul>li>ul>li.active i{
	background-color: white;
}
.pro_nav_view2 .pro_nav_ul>li>ul>li>a>span{}

/* 侧栏产品 */
.sidebox h3{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.sidebox .side_pro{}
.sidebox .side_pro li{
	float: left;
	width: 49%;
	margin: 0.12rem 2% 0.12rem 0;
}
.sidebox .side_pro li:nth-child(2n){
	margin-right: 0;
}
.sidebox .side_pro li:last-child{
	margin-bottom: 0;
}
.sidebox .side_pro li a{
	display: block;
}
.sidebox .side_pro li .pic{}
.sidebox .side_pro li .pic img{}
.sidebox .side_pro li p{
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	display: block;
	color: #333;
	margin: 7px;
}

/* 侧栏留言 */
.nav_mess{}
.nav_mess form{
	font-size: 14px;
	line-height: 34px;
}
.nav_mess form input{
	width: 100%;
	margin-bottom: 10px;
	height: 36px;
	text-indent: 0.5em;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.nav_mess form textarea{
	width: 100%;
	height: 102px;
	padding: 8px 10px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 3px;
	resize: none;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
}
.nav_mess form .check{
	margin-bottom: 10px;
}
.nav_mess form .check input{
	flex: 1;
	margin-bottom: 0;
}
.nav_mess form .check  span{
	max-width: 40%;
	border: 1px solid #999999;
	vertical-align: middle;
	margin-left: 20px;
}
.nav_mess form .check img{
	height: 34px;
	cursor: pointer;
}
.nav_mess form button{
	box-sizing: border-box;
	display: block;
	padding: 0;
	background-color: #109a45;
	color: #FFFFFF;
	padding: 0.1rem 0.4rem;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	position: relative;
	z-index: 999;
	border: none;
	cursor: pointer;
}
/* sortnav e */

/* cat_des s */
.cat_des{}
.cat_page_title{
	font-size: 0.28rem;
	margin: 0 0 0.25rem;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 0.16rem;
	line-height: 1.3;
	color: #212121;
	text-transform: capitalize;
}
.introduction_content{
	background-color: #f7f7f7;
	padding: 0.16rem;
	border-radius: 0.08rem;
	margin-bottom: 0.25rem;
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}
/* cat_des e */
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	
	.Header-top{
		display: none;
	}
	.Header-container .logo h1 a img{
		height: 30px;
	}
	.Header-container .nav_item{
		display: none;
	}
	.mt{
		margin-top: 60px;
	}
	#c-header .c-switch{
		float: right;
		margin-top: 20px;
	}
	
	.online_r{
		display: none !important;
	}
	.Header-wrapper{
		background-color: white;
	}
	.Header-wrapper.on{
		top: 0;
	}
	
	.ind_more{
		width: 160px;
		height: 40px;
		line-height: 40px;
	}
	
	.ind_tit h3{
		font-size: 0.56rem;
	}
	
	#gotop{
		width: 0.7rem;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	#gotop i{
		font-size: 0.36rem;
	}
	
	.Footer-container .fl,.Footer-container .fr{
		width: 100%;
	}
	.Footer-container .fl{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.Footer-container .fl form{
		width: 6rem;
	}
	.Footer-container .fl form button{
		width: 0.8rem;
	}
	.Footer-container .fl form input{
		padding-left: 0.2rem;
		height: 42px;
		line-height: 40px;
		font-size: 14px;
	}
	.Footer-container .fl form button i{
		font-size: 16px;
	}
	.Footer-container .fr{
		margin-top: 0.55rem;
	}
	.social li a{
		width: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.social li a i{
		font-size: 0.36rem;
	}
	
	.sortnav_view{
		display: none;
	}
	.nav_h{
		height: 60px;
	}
	.cat_page_title{
		font-size: 0.36rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.32rem;
	}
	.introduction_content{
		padding: 0.25rem;
		margin-bottom: 0.45rem;
	}
}

@media all and (max-width:768px) {
	.Footer-container .fr>ul{
		flex-wrap: wrap;
	}
	.Footer-container .fr>ul>li{
		max-width: none;
		width: 100%;
		padding: 0;
	}
	.Footer-container .fr>ul>li>a{
		font-size: 0.32rem;
	}
	.Footer-container .fr>ul>li>ul{
		display: none;
		padding: 0.2rem 0.3rem;
	}
	.Footer-container .fr>ul>li>ul>li:not(:last-child){
		margin-top: 0.2rem;
	}
	.Footer-container .fr>ul>li>p{
		padding: 0.25rem 0;
		font-size: 16px;
	}

	.Footer-container .fr>ul>li>p i{
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.Footer-container .fr>ul>li>p.on i{
		transform: rotate(180deg);
	}
	.Footer-container .fr>ul>li:last-child{
		margin-top: 0.35rem;
	}
	.Footer-container .fr>ul>li dl{
		margin-top: 0.25rem;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.com-page a, .com-page span{
		width: 36px;
		height: 36px;
		line-height: 34px;
		font-size: 14px;
	}
	.com-page a.page-num-current, .com-page a:hover{
		line-height: 34px;
	}
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	.Foot_copy,.Foot_copy a{
		font-size: 14px;
		line-height: 1.3;
	}
	.introduction_content{
		font-size: 14px;
	}
}

@media all and (max-width:376px) {
	
}
