@font-face {
	font-family: "BebasNeue";
format("opentype");
	font-weight: normal;
	font-style: normal;
}


body {
	padding: 0px;
	margin: 0px;
	font-size: 1rem;
	font-family: 'Microsoft YaHei';
	color: #000000;
	background: #fff;
}
html, body {
	min-height: 100%;
}
div, ul, li, p, form {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	text-decoration: none;
	font-family: Microsoft Yahei;
	color: #343434;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
}
a:hover {
	color: inherit;
}
.bg-my {
	background: #fff;
}
.header {
	z-index: 200;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	position: sticky;
	top: 0px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.logo { width:100%;}
.w-75 {
	width: 90% !important;
}
 @media (min-width: 1600px) {
.w-75 {
	width: 80% !important;
}
}
@media (min-width: 1960px) {
.w-75 {
	width: 75% !important;
}
}
.thumb-span {
	overflow: hidden;
}
.ie .ratio-1x1 {
	padding-top: 100%;
}
.ie .ratio-3x2 {
	padding-top: 66.6666666667%;
}
.ie .ratio-4x3 {
	padding-top: 75%;
}
.ie .ratio-16x9 {
	padding-top: 56.25%;
}
.ie .ratio-21x9 {
	padding-top: 42.8571428571%;
}
.thumb-span span {
	background: center center no-repeat;
	background-size: cover;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.thumb-span span img {
	height: 100%;
}
/* 导航 */

.nav {
	height: 100px;
	width: 100%;
	line-height: 98px;
}
.nav-pills {
	font-size: 16px;
}
.nav-pills li {
	padding: 0;
	color: #fff;
}
.nav-pills li a:hover {
	border-bottom: 2px solid #fff;
	font-weight: 700;
	border-radius: 0;
}
.nav-pills .nav-link {
	white-space: nowrap;
	padding: 0;
	color: #333;
	background: transparent;
}
.nav-pills .nav-link {
}
/* 二级 */
#nav_all .nav-item {
	padding: 0; 
	float: none;
	background: #FFF;
	line-height: 40px;
	position: relative;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
}
#nav_all li.nav-item>a {
	height: 100%;
	margin: 0px;
	display: flex;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	align-items: center;
	justify-content: center;
	padding: 0;
}
#nav_all li.nav-item:hover, #nav_all li.nav-item.active {
	color: #333;
	border-bottom: 2px solid #15843c;
	font-weight: 700;
	border-radius: 0;
	background: transparent;
}
#nav_all li.nav-item:hover>a {
	font-weight: normal;
	color: #15843c;
	border: none;
}
#nav_all .sub-menus {
	width: 150px;
	position: absolute;
	color: #333;
	display: none;
	z-index: 99;
	padding: 10px;
	font-size: 14px;
	/*margin-top:2px;*/
	margin-left: calc(50% - 75px);
	;
	left: 0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #15843c;
}
#nav_all .sub-menus a {
	line-height: 20px;
	padding: 15px 0;
	display: block;
	font-weight: normal;
}
#nav_all .sub-menus a:hover {
	border: 0px;
	color: #15843c;
}
.header-tel {
	
	color: #15843c;
	font-size: 18px;
	font-weight: 700;
}
.header-tel img { float:left; display:block; width:50px; margin-top:10px; margin-left:50px; }
.header-tel p {margin:0; padding:0; width:100%;font-size:14px; margin-top:22px; }
.header-tel sapn { width:100%; margin:0; padding:0; }
.header-tel i {color: #d00;  width:100%; font-size:22px; float:left;
}
.news_column {
	font-size: 26px;
	color: #15843c;
}
.news_column span {
	display: block;
	font-size: 16px;
	color: #15843c;
}
.more {
	float: right;
	margin: 15px auto 0;
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #ccc;
	border: 1px #dedede solid;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.more a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.more p {
	position: relative;
	z-index: 99;
	padding: 0 20px 0;
	color: #000;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.more i {
	display: inline-block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.more em {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: .5s;
	background: #15843c;
	z-index: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.more:hover em {
	width: 100%;
}
.more:hover i {
	-webkit-transform: translateX(0.75rem);
	;
	transform: translateX(0.75rem);
	;
}
.more:hover p {
	color: #fff
}
.news_title {
	height: 36px;
	font-size: 18px;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 15px;
}
.news_title a {
	color: #ff0000;
}
.news_title span {
	float: right;
	color: #999;
}
.news_list {
}
.news_list>ul {
}
.news_list>ul>li {
	padding-top: 5px;
	height: 55px;
	border-bottom: 1px #eeeeee dashed;
}
.news_list>ul>li>.xuhao {
	width: 42px;
	height: 42px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	background: #15843c;
}
.news_list>ul>li>.title {
	height: 42px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 21px;
	overflow: hidden;
}
.news_zhuti:hover .thumb-span span {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_zhuti .zhuti {
	overflow: hidden;
}
.news_zhuti .zt_title {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	overflow: hidden;
	z-index: 99;
	color: #fff;
	top: auto;
	line-height: 40px;
	text-align: center;
	font-size: 1.2rem;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.news_zhuti:hover .zt_title {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #15843c;
}
.news_zhuti .product_text {
	padding: 0.5rem 1rem 1rem;
	background: #fff;
	border: 1px solid #EDEFF0;
	border-top: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	line-height: 2;
	font-size: 1rem;
	text-align: justify;
}
.news_zhuti:hover .product_text {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.news_zhuti p {
	padding-top: 0.75rem;
	padding-bottom: 0;
}
.news_zhuti .desc {
	padding: 0;
	height: 6rem;
	overflow: hidden;
}
.news_zhuti .xian {
	overflow: hidden;
	position: relative;
	padding: 0.75rem 0 1.5rem;
}
.news_zhuti .xian:after {
	display: inline-block;
	background: #F2F4F5;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0;
}
.news_zhuti .xian:before {
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid #A9A9A9;
	content: '';
	z-index: 999;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.news_zhuti:hover .xian:before {
	width: 100%;
}
.vid-wrap {
	width: 100%;
	background: #000;
	position: relative;
	/*padding-bottom: 56.25%;*/
    /*需要用padding来维持16:9比例,也就是9除以16*/
    /*height: 0;*/
	height: 100%;
}
.vid-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.product_pic {
	font-size: 1rem;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.product_pic:hover {
	transform: translateY(-1rem);
	-webkit-transform: translateY(-1rem);
}
.product_pic span {
	overflow: hidden;
	display: block;
}
.product_pic:hover .thumb-span span {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.product_pic .product_text {
	padding: 0.4rem 1rem;
	border: 1px solid #EDEFF0;
}
.product_pic .product_text i.bi {
	display: inline-block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.product_pic p {
	padding: 0.75rem 0;
}
.product_pic .xian {
	overflow: hidden;
	position: relative;
}
.product_pic .xian:after {
	display: inline-block;
	background: rgba(0, 0, 0, .05);
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.product_more_btn {
	width: 200px;
	margin: 0 auto;
	height: 48px;
	background: #15843c;
	overflow: hidden;
}
.product_more_btn a {
	display: block;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	color: #fff;
}
.product_more_btn:hover a {
	color: #ffdc28;
}
.youshi-box {
	background: url('../../images/pinz_bg.jpg') center center;
	background-size: 100% 100%;
}
.youshi-box .more {
	float: inherit;
}
.youshi-box .more p {
	color: #fff;
}
.youshi {
	width: 100%;
	min-height: 420px;
	overflow: hidden;
}
.youshi li>div {
	display: block;
	position: relative;
	overflow: hidden;
}
.youshi li .text {
	background-color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	height: 232px;
}
.youshi li:hover .text {
	opacity: 0;
}
.youshi li h4 {
	line-height: 50px;
	font-size: 18px;
	margin: 0;
	position: relative;
}
.youshi li h4:after {
	position: absolute;
	width: 40px;
	height: 1px;
	background: #093E5E;
	content: '';
	bottom: 5px;
	left: calc((100% - 40px)/2);
}
.youshi li p {
	color: #777;
	line-height: 1.8;
}
.youshi li i {
	display: inline-block;
	background: no-repeat center;
	height: 68px;
	margin-top: -34px;
	width: 68px;
	vertical-align: middle;
}
.youshi li .box {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: #f08200;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.youshi li .box i {
	margin-top: 110px;
}
.youshi li .box h4:after {
	background: rgba(255, 255, 255, .8);
}
.youshi li .box p {
	color: #fff;
}
.youshi li:hover .text {
	opacity: 0;
}
.youshi li:hover .box {
	top: 0;
	opacity: 1;
}
.youshi_icon {
	background: #999;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	width: 130px;
	height: 130px;
	border-radius: 100px;
}
.youshi_kouhao {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px #000 dashed;
}
.youshi_miaoshu {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 24px;
}
.service_pic {
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 2rem;
	font-size: 1rem;
}
.service_pic:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.service_pic span {
	overflow: hidden;
	display: block;
}
.service_pic .product_text {
	padding: 0.5rem 1rem 1rem;
	background: #fff;
	border: 1px solid #EDEFF0;
	border-top: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	line-height: 2;
	font-size: 1rem;
	text-align: justify;
}
.service_pic .product_text .fs-t {
	color: #333;
	font-size: 1.25rem;
	height: 3rem;
	overflow: hidden;
}
.service_pic:hover .product_text {
	color: #666;
}
.service_pic:hover .product_text .fs-t {
	color: #000;
}
.service_pic p {
	padding-top: 0.75rem;
	padding-bottom: 0;
}
.service_pic p.desc {
	padding: 0;
	color: #888;
	font-size: 0.9rem;
	height: 5rem;
	overflow: hidden;
}
.service_pic .more_box {
	color: #808080;
	font-size: 0.9rem;
}
.service_pic:hover .more_box {
	color: #000;
}
.service_pic .xian {
	overflow: hidden;
	position: relative;
	padding: 0.75rem 0 1.5rem;
}
.service_pic .xian:after {
	display: inline-block;
	background: #F2F4F5;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0;
}
.service_pic .xian:before {
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid #8F8F8F;
	content: '';
	z-index: 999;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.service_pic:hover .xian:before {
	width: 100%;
}
.service_pic:hover .thumb-span span {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.service_pic .product_text i.bi {
	display: inline-block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.service_pic:hover .product_text i.bi {
	color: #000;
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}
.profile {
	font-size: 1.8rem;
	height: 4rem;
}
.profile p {
	border-bottom: 2px solid #15843c;
	width: 5rem;
	height: 1.2rem;
}
.profile_text {
	margin-top: 2rem;
	padding: 0.7rem 0;
	font-size: 1rem;
	color: #000;
	line-height: 1.6rem;
	text-align: justify;
}
.profile_right {
/*    margin-top: 65px;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    height: 400px;
    text-align: center;*/
    /*background: url('../../images/clwqc/profile_bk.png') no-repeat center center;*/
}
.profile_right .ratio:before {
	padding-top: 57.5% !important;
}
.crumbs {
	height: 5rem;
	line-height: 5rem;
	font-size: 1rem;
	background: #F8F9FA;
	border-bottom: 1px solid #E4E4E4;
	overflow: hidden;
}
.crumbs .float-end {
	font-size: 14px;
}
.submenu {
}
.submenu ul li {
	float: left;
	margin-right: 3rem;
}
.submenu ul li a {
	line-height: 5rem;
}
.submenu ul li .hover {
	font-weight: 700;
	color: #15843c;
	border-bottom: 2px solid #15843c;
	padding-bottom: 1.7rem;
}
.gsjs_plate {
	font-size: 1rem;
	background: #fff;
	padding: 2rem 2.5rem;
	text-align: justify;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border: 1px solid #EDEFF0;
}
.gsjs_plate:hover {
	transform: translateY(-1rem);
	-webkit-transform: translateY(-1rem);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.gsjs_plate i {
	font-size: 2.5rem;
}
.gsjs_plate span {
	font-size: 0.8rem;
	color: #808080;
	border-bottom: 1px solid #dedede;
	margin-top: 1rem;
}
.gsjs_plate:hover span {
	color: #f00;
	border-bottom: 1px solid #f00;
}
.gsjs_plate h4 {
	font-weight: 700;
	padding: 1rem 0;
}
.gsjs_plate .mh {
	min-height: 5rem;
}
.product_list {
	transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
}
.product_list:hover {
	background: #15843c;
	color: #fff;
	transform: translateY(-1rem);
	-webkit-transform: translateY(-1rem);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.product_list_box {
	border: 1px solid #EDEFF0;
	border-top: none;
	padding: 1rem;
}
.product_list:hover p {
	color: #fff;
}
.product_list:hover .product_list_box {
	border: none;
}
.product_list_box p {
	font-size: 0.8rem;
	color: #808080;
	padding-top: 0.6rem;
}
.product_list_box h5 {
	border-bottom: 1px solid #EDEFF0;
	height: 2.5rem;
	overflow: hidden;
	font-size: 1rem;
}
.page_box {
}
.page_box h1 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	line-height: 60px;
}
.page_box_content {
	text-align: justify;
}
.page_box_content p {
	text-align: justify;
	padding-bottom: 15px;
	line-height: 25px;
}
.page_box_content img {
	max-width: 100%;
}
.news-list {
	font-size: 1rem;
	background: #fff;
	padding: 2.5rem;
	text-align: justify;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border: 1px solid #EDEFF0;
}
.news-list:hover {
	transform: translateY(-1rem);
	-webkit-transform: translateY(-1rem);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.news-list span {
	color: #808080;
	margin-bottom: 1rem;
}
.news-list h5 {
	height: 7rem;
	line-height: 1.8rem;
	overflow: hidden;
}
.news-list p {
	color: #15843c;
}
.news-list i {
	font-style: normal;
}
.news-list:hover h5 {
	color: #f00;
}
.product-title {
	text-align: center;
	background: #77be39;
	color: #fff;
}
.product-title h3 {
	margin: 0;
	padding: 0;
 margin-bottom: .8rem;
	line-height: 1.4rem;
	font-size: 1.6rem;
}
.product-title .en {
	color: #fff;
	font-size: 1rem;
	line-height: 1.2rem;
	display: inline-block;
	position: relative;
}
.product-title .en span {
	padding: 0 20px;
	position: relative;
	display: inline-block;
	background: #77be39;
	text-transform: Uppercase;
	z-index: 999;
	min-width: 15rem;
	text-align: center;
}
.product-title .en:after {
	display: inline-block;
	position: absolute;
	width: calc(100% + 256px);
	left: -128px;
	top: 6px;
	height: 1px;
	background: #fff;
	content: '';
	z-index: 998;
}
.product-title .en:before {
	display: inline-block;
	position: absolute;
	width: calc(100% + 176px);
	left: -88px;
	bottom: 6px;
	height: 1px;
	background: #fff;
	content: '';
	z-index: 998;
}
/* 分页 */
#pages {
	padding: 14px 0 10px 0;
	text-align: center;
}
#pages>* {
	min-width: 42px;
	border-radius: 3px;
	margin: 0 3px;
}
#pages a, #pages span {
	display: inline-block;
	height: 42px;
	line-height: 40px;
	background: #F1F1F1;
	/*border: 1px solid #E4E4E4;*/
	text-align: center;
	color: #666;
	padding: 0 15px;
}
#pages a.a1 {
	background: url(../images/admin_img/pages.png) no-repeat 0 5px;
	width: 70px;
	padding: 0;
	background: #F1F1F1;
}
#pages a:hover {
	background: #15843c;
	color: #fff;
	text-decoration: none
}
#pages span.cpage {
	display: inline-block;
	height: 42px;
	line-height: 40px;
	background: #15843c;
	/*border: 1px solid #348ECC;*/
	color: #fff;
	text-align: center;
	padding: 0 10px
}
.page .noPage {
	display: inline-block;
	width: 70px;
	height: 42px;
	line-height: 40px;
	background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}
.news_box {
	text-align: justify;
	padding: 1rem;
	background: #fff;
}
.news_box h1 {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 4rem;
}
.news_box video {
	max-width: 900px;
	margin: 0 auto;
	display: block;
}
.news_box img {
	max-width: 100% !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.news_box p {
	/*text-align: justify;*/
	padding-top: 1rem;
	line-height: 1.8rem;
}
.news_box .mark {
	font-size: 0.8rem;
	color: #999;
	height: 2.2rem;
	line-height: 2rem;
	text-align: center;
	margin-bottom: 5px;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
	background: #fff;
}
.yihang {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.wx1200 {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.product-detail {
}
@media (max-width: 1000px) {
.product-thumb::before {
	padding-top: 80% !important;
}
}
@media (max-width: 1200px) and (min-width: 1000px) {
.product-thumb::before {
	padding-top: 80% !important;
}
}
@media (max-width: 1600px) and (min-width: 1200px) {
.product-thumb::before {
	padding-top: 70% !important;
}
}
 @media (max-width: 1800px) and (min-width: 1600px) {
.product-thumb::before {
	padding-top: 60% !important;
}
}
@media (max-width: 1920px) and (min-width: 1800px) {
.product-thumb::before {
	padding-top: 56% !important;
}
}
@media (min-width: 1921px) {
.product-thumb::before {
	padding-top: 50% !important;
}
}
.product-thumb img {
	object-fit: cover;
}
.thumb-span img {
	object-fit: cover;
}
.product-detail h3 {
	margin-top: 0;
	font-size: 32px;
	color: #333;
	line-height: 30px;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.product-detail .product-biaoqian {
	border-top: 1px solid #e5e5e5;
	color: #666;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.product-detail .product-biaoqian span {
	font-size: 16px;
	padding: 0 5px;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.product-detail .product-crumbs {
	font-size: 14px;
	color: #999;
}
.product-detail .product-crumbs a {
	color: #999;
}
.product-detail .product-option {
	color: #666;
	padding: 14px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.product-detail .product-option li {
	width: 50% !important;
	float: left;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.product-detail .product-linkman {
	padding: 10px 0;
	/*border-bottom:1px solid #c9c9c9;*/
	overflow: hidden;
}
.product-detail .product-linkman p {
	height: 30px;
	line-height: 30px;
}
.product-detail .product_btns {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
}
.product-detail .product_btns.btn1 {
	border: 1px solid #77be39;
	color: #77be39;
	background: #fff;
}
.product-detail .product_btns.btn2 {
	border: 1px solid #77be39;
	background: #77be39;
	color: #fff;
}
.product-detail .product_btns.btn1:hover {
	background: #005cca;
	border-color: #005cca;
	color: #fff;
}
.product-detail .product_btns.btn2:hover {
	background: #005cca;
	border-color: #005cca;
	color: #fff;
}
.product_box {
	text-align: justify;
	padding: 0 0 1rem 0;
	overflow: hidden;
}
.product_box p {
	text-align: justify;
	padding-top: 1rem;
	line-height: 2rem;
}
.product_box img {
	max-width: 100% !important;
	height: 100% !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.product_box table {
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}
.product_box table td {
	width: 20%;
	padding: 4px;
	border: 1px solid #ddd;
}
.product-qiugou {
}
.product-qiugou .form-group {
	position: relative;
	background: #f4f4f4;
	overflow: hidden;
	border-radius: 0px;
}
.product-qiugou .form-group label {
	position: absolute;
	line-height: 50px;
	left: 15px;
	top: 0;
	color: #ababab;
	font-weight: 100;
	transition: all .3s;
}
.product-qiugou .form-group input {
	color: #ababab;
	height: 50px;
	line-height: 50px;
	padding-left: 7em;
	border: none;
	background: none;
	box-shadow: none;
	transition: all .3s;
}
.product-qiugou .form-group textarea {
	padding: 10px 0 20px 7em;
	color: #ababab;
	line-height: 30px;
	border: none;
	background: none;
	box-shadow: none;
	transition: all .3s;
}
.product-qiugou h3 {
	text-align: left;
	margin-bottom: 25px;
}
.product-qiugou input[type=submit] {
	width: 250px;
	height: 50px;
	background: #15843c;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border: none;
	box-shadow: none;
	font-size: 18px;
}
.product-qiugou .form-group:hover textarea, .product-qiugou .form-group:hover input, .product-qiugou .form-group:hover label {
	background: #eee;
	color: #004599;
}
.product-qiugou input[type=submit]:hover {
	background: #004599;
	color: #fff;
}
.cent-English {
	font-family: 'MontserratBold';
}
.number-English {
	font-family: 'BebasNeue';
}
/*幻灯样式 start*/

.slide-content-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#banner-slide .slide-texts-1 .text-box {
	float: right;
	padding-top: 80px;
	text-align: center;
}
#banner-slide .slide-texts-1 .img1 {
	max-width: 500px;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
}
#banner-slide .slide-texts-1 .text1 {
	font-size: 80px;
	color: #84BA35;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-1 .img1 {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-1 .text1 {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 1s .6s;
	-o-transition: all 1s .6s;
	-moz-transition: all 1s .6s;
	-webkit-transition: all 1s .6s;
}
#banner-slide .slide-texts-2 .text-box {
	padding-top: 80px;
}
#banner-slide .slide-texts-2 .text1 {
	opacity: 0;
	font-size: 36px;
	color: #000;
	transform: translateX(60px);
	-o-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-webkit-transform: translateX(60px);
}
#banner-slide .slide-texts-2 .text2 {
	opacity: 0;
	font-size: 50px;
	color: #fff;
	transform: translateX(60px);
	-o-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-webkit-transform: translateX(60px);
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .text1 {
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .text2 {
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	transition: all 1s .3s;
	-o-transition: all 1s .3s;
	-moz-transition: all 1s .3s;
	-webkit-transition: all 1s .3s;
}
#banner-slide .slide-texts-3 .text-box {
	padding-top: 80px;
	text-align: center;
}
#banner-slide .slide-texts-3 .text1 {
	font-size: 60px;
	color: #238e3a;
	font-weight: bold;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
}
#banner-slide .slide-texts-3 .text2 {
	font-size: 50px;
	color: #666;
	/*text-shadow:1px 1px 2px rgba(0,0,0,0.2);
    */

	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
}
#banner-slide .slide-texts-3 .text3 {
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .text1 {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .text2 {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all .8s .3s;
	-o-transition: all .8s .3s;
	-moz-transition: all .8s .3s;
	-webkit-transition: all .8s .3s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .text3 {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 1s .6s;
	-o-transition: all 1s .6s;
	-moz-transition: all 1s .6s;
	-webkit-transition: all 1s .6s;
}
#banner-slide {
	position: relative;
}
#banner-slide .banner-text {
	position: absolute;
	width: 100%;
	bottom: 1.5rem;
	left: 0;
	z-index: 999;
}
#banner-slide .banner-text p {
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	font-size: 24px;
}
#banner-slide .banner-text.text-bg1 p {
	color: #000;
}
#banner-slide .banner-text p.en {
	font-size: 16px;
}
@media (max-width: 1200px) {
#banner-slide .slide-texts-1 .text-box {
	padding-top: 50px;
}
#banner-slide .slide-texts-1 .text1 {
	font-size: 50px;
}
#banner-slide .slide-texts-1 .img1 {
	max-width: 400px;
}
#banner-slide .slide-texts-2 .text-box {
	padding-top: 50px;
}
#banner-slide .slide-texts-2 .text1 {
	font-size: 32px;
}
#banner-slide .slide-texts-2 .text2 {
	font-size: 36px;
}
#banner-slide .slide-texts-3 .text-box {
	padding-top: 50px;
}
#banner-slide .slide-texts-3 .text1 {
	font-size: 40px;
}
#banner-slide .slide-texts-3 .text2 {
	font-size: 36px;
}
#banner-slide .slide-texts-3 .text3 {
	font-size: 32px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
#banner-slide .slide-texts-1 .text-box {
	padding-top: 50px;
}
#banner-slide .slide-texts-1 .text1 {
	font-size: 50px;
}
#banner-slide .slide-texts-1 .img1 {
	max-width: 400px;
}
#banner-slide .slide-texts-2 .text-box {
	padding-top: 50px;
}
#banner-slide .slide-texts-2 .text1 {
	font-size: 32px;
}
#banner-slide .slide-texts-2 .text2 {
	font-size: 36px;
}
#banner-slide .slide-texts-3 .text-box {
	padding-top: 50px;
}
#banner-slide .slide-texts-3 .text1 {
	font-size: 40px;
}
#banner-slide .slide-texts-3 .text2 {
	font-size: 36px;
}
#banner-slide .slide-texts-3 .text3 {
	font-size: 32px;
}
}
@media (min-width: 1400px) and (max-width: 1599px) {
#banner-slide .slide-texts-1 .text-box {
	padding-top: 50px;
}
#banner-slide .slide-texts-1 .text1 {
	font-size: 50px;
}
#banner-slide .slide-texts-1 .img1 {
	max-width: 400px;
}
#banner-slide .slide-texts-2 .text-box {
	padding-top: 60px;
}
#banner-slide .slide-texts-2 .text1 {
	font-size: 36px;
}
#banner-slide .slide-texts-2 .text2 {
	font-size: 42px;
}
#banner-slide .slide-texts-3 .text-box {
	padding-top: 70px;
}
#banner-slide .slide-texts-3 .text1 {
	font-size: 50px;
}
#banner-slide .slide-texts-3 .text2 {
	font-size: 40px;
}
#banner-slide .slide-texts-3 .text3 {
	font-size: 36px;
}
}
@media (min-width: 1600px) and (max-width: 1800px) {
#banner-slide .slide-texts-1 .text-box {
	padding-top: 80px;
}
#banner-slide .slide-texts-1 .text1 {
	font-size: 60px;
}
#banner-slide .slide-texts-1 .img1 {
	max-width: 480px;
}
#banner-slide .slide-texts-2 .text-box {
	padding-top: 60px;
}
#banner-slide .slide-texts-2 .text1 {
	font-size: 36px;
}
#banner-slide .slide-texts-2 .text2 {
	font-size: 42px;
}
#banner-slide .slide-texts-3 .text-box {
	padding-top: 70px;
}
#banner-slide .slide-texts-3 .text1 {
	font-size: 50px;
}
#banner-slide .slide-texts-3 .text2 {
	font-size: 40px;
}
#banner-slide .slide-texts-3 .text3 {
	font-size: 36px;
}
}
/*幻灯样式 end*/

/*首页标题 start*/
.index-title .title {
	font-size: 32px;
	color: #666;
	letter-spacing: 2px;
	font-weight: 600;
}
.index-title .en {
	color: #999;
	letter-spacing: 1px;
}
.index-menu {
}
.index-menu .menu-item {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center !important;
}
.index-menu .menu-item .title:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #999;
	position: absolute;
	top: 0;
	right: calc(-1.5rem - 1px);
}
.index-menu .menu-item:last-of-type .title:after {
	display: none;
}
.index-menu .menu-item .title {
	position: relative;
	font-size: 18px;
	line-height: 1em;
	/*padding-bottom:20px;*/
	color: #666;
}
.index-menu .menu-item .en {
	font-weight: initial;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	white-space: nowrap;
	color: #999;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.index-menu .menu-item.active .title, .index-menu .menu-item.active .en {
	color: #84BA35 !important;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
/*首页标题 end*/
/*首页环卫装备幻灯 start*/

#product-huanwei-slide .slide-content-box .text-box {
	max-width: 600px;
	padding-top: 10%;
}
#product-huanwei-slide .slide-content-box .title_en {
	color: #84BA35;
	font-size: 18px;
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	opacity: 0;
	transform: translateX(30px);
	-o-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
#product-huanwei-slide .slide-content-box .title {
	font-size: 32px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 3px;
	opacity: 0;
	transform: translateX(30px);
	-o-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
#product-huanwei-slide .slide-content-box .desc {
	width: 26em;
	color: #333;
	line-height: 2.6em;
	margin-bottom: 20px;
	text-align: justify;
	opacity: 0;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#product-huanwei-slide .slide-content-box .more-btn {
	display: inline-block;
	float: left;
	border-radius: 30px;
	line-height: 1em;
	color: #84BA35;
	border: 1px solid #84BA35;
	padding: 10px 30px;
	opacity: 0;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#product-huanwei-slide .slide-content-box .more-btn:hover {
	background: #84BA35;
	color: #fff;
}
#product-huanwei-slide .slide-content-box .data {
	margin-top: 30px;
	text-align: center;
}
#product-huanwei-slide .slide-content-box .data>.col {
	opacity: 0;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#product-huanwei-slide .slide-content-box .data .data-label {
	margin-bottom: 5px;
}
#product-huanwei-slide .slide-content-box .data .data-number {
	color: #84BA35;
}
#product-huanwei-slide .slide-content-box .data .data-number span {
	font-size: 40px;
	font-weight: 600;
}
#product-huanwei-slide .slide-texts-1 .desc {
	width: 26em;
}
#product-huanwei-slide .slide-texts-2 .desc {
	width: 33em;
}
#product-huanwei-slide .slide-texts-3 .desc {
	width: 28em;
}
#product-huanwei-slide .slide-texts-4 .desc {
	width: 28em;
}
#product-huanwei-slide .swiper-slide-active .slide-content-box .title_en {
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
#product-huanwei-slide .swiper-slide-active .slide-content-box .title {
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	transition: all 0.6s 0.2s;
	-o-transition: all 0.6s 0.2s;
	-moz-transition: all 0.6s 0.2s;
	-webkit-transition: all 0.6s 0.2s;
}
#product-huanwei-slide .swiper-slide-active .slide-content-box .desc {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s 0.6s;
	-o-transition: all 0.6s 0.6s;
	-moz-transition: all 0.6s 0.6s;
	-webkit-transition: all 0.6s 0.6s;
}
#product-huanwei-slide .swiper-slide-active .slide-content-box .more-btn {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: transform opacity 0.6s 1.3s;
	-o-transition: -o-transform opacity 0.6s 1.3s;
	-moz-transition: -moz-transform opacity 0.6s 1.3s;
	-webkit-transition: -webkit-transform opacity 0.6s 1.3s;
}
#product-huanwei-slide .swiper-slide-active .slide-content-box .data>.col:nth-of-type(1) {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s 1.3s;
	-o-transition: all 0.6s 1.3s;
	-moz-transition: all 0.6s 1.3s;
	-webkit-transition: all 0.6s 1.3s;
}
#product-huanwei-slide .swiper-slide-active .slide-content-box .data>.col:nth-of-type(2) {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s 1.6s;
	-o-transition: all 0.6s 1.6s;
	-moz-transition: all 0.6s 1.6s;
	-webkit-transition: all 0.6s 1.6s;
}
/*首页环卫装备幻灯 end*/


/*首页垃圾分类幻灯 end*/

#refusesorting-slide .slide-content-box .text-box {
	max-width: 600px;
	padding-top: 10%;
}
#refusesorting-slide .slide-content-box .text-box a {
	display: inline-block;
}
#refusesorting-slide .slide-content-box .title_en {
	color: #84BA35;
	font-size: 18px;
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	opacity: 0;
	transform: translateX(30px);
	-o-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
#refusesorting-slide .slide-content-box .title {
	font-size: 32px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 3px;
	opacity: 0;
	transform: translateX(30px);
	-o-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
#refusesorting-slide .slide-content-box .desc {
	width: 26em;
	color: #333;
	line-height: 2.6em;
	margin-bottom: 20px;
	text-align: justify;
	opacity: 0;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#refusesorting-slide .slide-content-box .more-btn {
	display: inline-block;
	float: left;
	border-radius: 30px;
	line-height: 1em;
	color: #84BA35;
	border: 1px solid #84BA35;
	padding: 10px 30px;
	opacity: 0;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#refusesorting-slide .slide-content-box .more-btn:hover {
	background: #84BA35;
	color: #fff;
}
#refusesorting-slide .slide-content-box .data {
	margin-top: 30px;
	text-align: center;
}
#refusesorting-slide .slide-content-box .data>.col {
	opacity: 0;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#refusesorting-slide .slide-content-box .data .data-label {
	margin-bottom: 5px;
}
#refusesorting-slide .slide-content-box .data .data-number {
	color: #84BA35;
}
#refusesorting-slide .slide-content-box .data .data-number span {
	font-size: 40px;
	font-weight: 600;
}
#refusesorting-slide .slide-texts-1 .desc {
	width: 26em;
}
#refusesorting-slide .slide-texts-2 .desc {
	width: 33em;
}
#refusesorting-slide .slide-texts-3 .desc {
	width: 28em;
}
#refusesorting-slide .swiper-slide-active .slide-content-box .title_en {
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
#refusesorting-slide .swiper-slide-active .slide-content-box .title {
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	transition: all 0.6s 0.2s;
	-o-transition: all 0.6s 0.2s;
	-moz-transition: all 0.6s 0.2s;
	-webkit-transition: all 0.6s 0.2s;
}
#refusesorting-slide .swiper-slide-active .slide-content-box .desc {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s 0.6s;
	-o-transition: all 0.6s 0.6s;
	-moz-transition: all 0.6s 0.6s;
	-webkit-transition: all 0.6s 0.6s;
}
#refusesorting-slide .swiper-slide-active .slide-content-box .more-btn {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: transform opacity 0.6s 1.3s;
	-o-transition: -o-transform opacity 0.6s 1.3s;
	-moz-transition: -moz-transform opacity 0.6s 1.3s;
	-webkit-transition: -webkit-transform opacity 0.6s 1.3s;
}
#refusesorting-slide .swiper-slide-active .slide-content-box .data>.col:nth-of-type(1) {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s 1.3s;
	-o-transition: all 0.6s 1.3s;
	-moz-transition: all 0.6s 1.3s;
	-webkit-transition: all 0.6s 1.3s;
}
#refusesorting-slide .swiper-slide-active .slide-content-box .data>.col:nth-of-type(2) {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s 1.6s;
	-o-transition: all 0.6s 1.6s;
	-moz-transition: all 0.6s 1.6s;
	-webkit-transition: all 0.6s 1.6s;
}
/*首页垃圾分类幻灯 end*/


/*首页服务幻灯 start*/
.index-service-thumb {
	background: rgba(255,255,255,.6);
	display: block;
	width: 100%;
	padding: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
.service-thumb-text-img {
	max-width: 950px;
	max-height: 120px;
	width: 36%;
}
.index-service-thumb .menu-item {
	position: relative;
	text-align: center;
}
.index-service-thumb .menu-item:after {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	content: '';
	left: 50%;
	margin-left: -4px;
	bottom: -4px;
	background: #065439;
	display: inline-block;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.index-service-thumb .menu-item:before {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	content: '';
	bottom: -1px;
	left: 0;
	background: #999;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.index-service-thumb .menu-item.active:after {
	background: #065439;
}
.index-service-thumb .menu-item.active:before {
	background: #065439;
}
.index-service-thumb .menu-item .title {
	display: inline-block;
	background: #84BA35;
	color: #fff;
	padding: 0.3em 0.6em;
	box-sizing: border-box;
	line-height: 1em;
	border-radius: 3px;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.index-service-thumb .active .title {
	background: #065439 !important;
	color: #fff !important;
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.index-service-thumb .icons {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 0 auto;
}
.index-service-thumb .icons img {
	position: absolute;
	width: 42px;
	height: 42px;
	top: 0;
	left: 0;
	opacity: 1;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.index-service-thumb .active .icons img {
	transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
}
#service-slide .slide-texts-1 img {
	max-height: 80%;
	opacity: 0;
	transform: translateX(30px);
	-o-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
#service-slide .swiper-slide-active .slide-texts-1 img {
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
#service-slide .slide-texts-2 .text1 {
	color: #84BA35;
	font-size: 42px;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#service-slide .swiper-slide-active .slide-texts-2 .text1 {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
#service-slide .slide-texts-3 img {
	max-height: 50%;
	transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
#service-slide .swiper-slide-active .slide-texts-3 img {
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

/*首页服务幻灯 end*/

/*首页新闻 start*/
    @-webkit-keyframes jiaoAnimate {
0% {
right: 15px;
opacity: 0;
}
 100% {
right: 0px;
opacity: 1;
}
}
 @keyframes jiaoAnimate {
0% {
right: 15px;
opacity: 0;
}
 100% {
right: 0px;
opacity: 1;
}
}
.index-news-more {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	color: #999;
}
.index-news-more:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 6px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #15843c;
	position: absolute;
	top: calc(50% - 5px);
	right: 0px;
}
.index-news-more:hover {
	color: #15843c;
}
.index-news-more:hover:after {
	animation: jiaoAnimate 1s infinite;
}
.index-news-box {
	background: rgba(255,255,255,.6)
}
.index-news {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	min-height: 420px;
}
.index-news .news-xian {
	width: 100%;
	height: 1px;
	background: #ddd;
}
.index-news .news-item .news_text {
}
.index-news .news-item .news_text .desc {
	font-size: 20px;
	color: #333;
}
.index-news .news-item .news_text .date {
	color: #666;
}
.index-news .news-item .news_text .day {
	font-size: 40px;
}
/*首页新闻 end*/
.index-about-box {
	position: relative;
	z-index: 1;
	min-height: 500px;
	height: auto;
	overflow: hidden;
	padding: 240px 0 80px 0;
	background: url(../images//index-about-bg.jpg) no-repeat center/cover;
	background-attachment: fixed;
}
.index-about-box-text p.title {
	font-size: 50px;
	color: #fff;
	margin-bottom: 80px;
}
.index-about-box-text ul {
	margin-right: -40px;
}
.index-about-box-text ul li {
	max-width: 180px;
	color: #fff;
	text-align: center;
}
.index-about-box-text ul p {
	color: #fff;
	text-align: center;
}
.index-about-box-text ul .icon {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url('../images/index-about-icons.png') no-repeat;
	background-position: 0 0;
}
.index-about-box-text ul .counter {
	font-size: 70px;
	color: #fff;
}
.index-about-box-text ul li:nth-of-type(2) .icon {
	background-position: -100px 0;
}
.index-about-box-text ul li:nth-of-type(3) .icon {
	background-position: -200px 0;
}
.index-about-box-text ul li:nth-of-type(4) .icon {
	background-position: -300px 0;
}
@media (min-width: 2000px) {
.index-about-box {
	padding: 340px 0 120px 0;
}
.index-about-box-text p.title {
	font-size: 70px;
	margin-bottom: 120px;
}
.index-about-box-text ul {
	margin-right: -80px;
}
.index-about-box-text ul li {
	max-width: 240px;
}
}
.index-about-text-box {
	background: #006633;
	font-size: 28px;
	color: #fff;
	line-height: 1em;
}
.index-about-text-box .xian {
	width: 6px;
	border-radius: 4px;
	background: #fff;
}
.index-about-text-box .phone {
	transform: scaleX(1.2);
	display: inline-block;
	transform-origin: center left;
}
/*底部 start*/

.footer-box {
	background: #191b28;
	padding-top: 30px;
	border-top: 5px solid #2ba039;
}
.foot_menu {
	color: #333;
}
.foot_menu li dt {
	margin-bottom: 0.5rem;
}
.foot_menu li dt a {
	color: #333;
	font-size: 16px;
}
.foot_menu li dd a {
	font-size: 14px;
	color: #666;
}
.foot_linkman {
	width: 240px;
	float: right;
}
.foot_linkman .foot_shexian {
	line-height: 1em;
	text-align: right;
	padding: 3px 0;
}
.foot_linkman .foot_shexian .phone {
	font-size: 1.2rem;
	transform: scaleX(1.4);
	display: inline-block;
	transform-origin: center right;
	color: #15843c;
}
.foot_linkman .foot_shexian .icon-weixin {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	overflow: hidden;
}
.foot_linkman .foot_shexian img {
	width: 100%;
	height: 100%;
}
.foot_qrcode {
}
.foot_qrcode .qrcode {
	display: inline-block;
	padding: 2px;
	border: 1px solid #eee;
}
.foot_qrcode p {
	font-size: 14px;
}
.foot_qrcode .qrcode img {
	float: left;
}
.copyright {
	border-top: 1px solid #eee;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}
/*底部 end*/

/*关于我们单页*/

.page-title {
	font-size: 28px;
	letter-spacing: 1px;
	color: #333;
}
.page-title-en {
	color: #999;
}
.page_box_content {
	color: #333;
}
.page_box_content p {
	line-height: 2rem;
	padding-bottom: 1rem;
}
.page-about-box {
	max-width: 800px;
	width: 60%;
}
.page-about-box ul {
}
.page-about-box ul li {
	color: #666;
	text-align: center;
}
.page-about-box ul p {
	text-align: center;
}
.page-about-box ul .icon {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background: url('../images/page-about-icons.png') no-repeat;
	background-position: 0 0;
}
.page-about-box ul .counter {
	font-size: 70px;
	color: #15843c;
}
.page-about-box ul li:nth-of-type(2) .icon {
	background-position: -60px 0;
}
.page-about-box ul li:nth-of-type(3) .icon {
	background-position: -120px 0;
}
.page-about-box ul li:nth-of-type(4) .icon {
	background-position: -180px 0;
}
.page-about-list {
	margin-bottom: 120px;
}
.page-about-list .title {
	font-size: 32px;
	color: #15843c;
	line-height: 32px;
}
.page-about-list .desc {
	color: #666;
	line-height: 2rem;
}
.page-about-list .more-btn {
	font-size: 18px;
	border: 1px solid #15843c;
	border-radius: 30px;
	text-align: center;
	max-width: 8em;
	line-height: 2em;
	color: #15843c;
	display: inline;
	margin-bottom: 10px;
}
.page-about-list .title-en {
	color: #bbb;
	font-size: 13px;
	margin-bottom: 20px;
}
.page-about-list a:hover .desc {
	color: #15843c;
}
.page-about-list a .more-btn:hover {
	color: #fff;
	background: #15843c;
}
/*企业文化*/

.wenhua_content ul {
	display: flex;
}
.wenhua_content ul li {
	flex: 1;
	border-right: 2px dashed #ddd;
	text-align: center;
}
.wenhua_content ul li:last-of-type {
	border-right: 0;
}
.wenhua_content ul li span {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 600;
	color: #15843c;
}
.wenhua_content ul li div {
	display: flex;
	display: inline-block;
	height: 150px;
	flex-direction: column;
	justify-content: space-around;
}
.wenhua_content ul li p {
	margin: 0;
	padding: 0;
}
/*发展历程*/

.page-lichen {
	background: url('/statics/images/page_licheng_bottomBg.jpg') center bottom no-repeat;
	background-size: 100% auto;
}
.page-lichen-box {
	padding-bottom: 200px;
}
.page-lichen-box ul {
	position: relative;
	padding: 20px 0;
}
.page-lichen-box ul:after {
	position: absolute;
	width: 0px;
	height: 100%;
	left: 25px;
	top: 0px;
	content: '';
	border-left: 2px dashed #ddd;
}
.page-lichen-box ul li {
	padding: 30px 50px;
	position: relative;
}
.page-lichen-box ul li:after {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	left: 17px;
	top: 34px;
	content: '';
	border: 1px dashed #15843c;
	z-index: 99;
}
.page-lichen-box ul li:before {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 30px;
	left: 19px;
	top: 36px;
	content: '';
	background: #15843c;
	z-index: 100;
}
.page-lichen-box ul li .date {
	display: inline-block;
	background: #15843c;
	font-size: 18px;
	border-radius: 2px;
	padding: 3px 8px;
	line-height: 1em;
	width: auto;
	color: #fff;
	margin-bottom: 10px;
}
.page-lichen-box ul li .tit {
	margin-bottom: 10px;
	font-size: 18px;
}
.page-lichen-box ul li .desc {
	max-width: 700px;
	color: #666;
	line-height: 2em;
}
/*企业荣誉*/

.rongyu_left {
	width: 70%;
}
.rongyu_left .swiper {
	padding-bottom: 60px;
}
.rongyu_left .swiper-slide {
	background: #fff;
}
.rongyu_right {
	width: 30%;
}
.rongyu_right>div {
	background: #EDEDED;
}
.rongyu_right ul {
	padding: 30px;
}
.rongyu_right li {
	padding: 20px 0;
}
/*联系方式*/

.page-lxwm-box {
	padding: 50px 0 80px;
	background: #F8F9FA;
}
.page-lxwm-box .icon-box {
	width: 70%;
}
.page-lxwm-box .icon-box .icon-text {
	font-size: 18px;
}
.page-lxwm-box .icon-box .icon-wrapper {
	width: 60px;
	height: 60px;
	padding: 18px;
	border-radius: 5px;
	background: #15843c;
}
.page-lxwm-box .icon-box .icon-wrapper i {
	display: inline-block;
	text-align: center;
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 30px;
	background: #fff;
	font-size: 16px;
	color: #15843c;
}
/*加入我们*/

.page-join-box .jobs_box {
}
.page-join-box .job-item {
}
.page-join-box .job-item .title {
	border-right: 1px solid #333;
}
.page-join-box .job-item .title span {
	display: inline-block;
	width: 180px;
	height: 40px;
	background: url(/statics/images/page_lxwm_join_right_titlebg.png) center center no-repeat;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
}
.page-join-box .job-item li {
	line-height: 1.4em;
	margin-bottom: 0.4rem;
}
.page-join-box .job-item li:last-of-type {
	margin-bottom: 0;
}
.page-join-box .fuli_box {
	background: #C8CACA;
	border-radius: 20px;
	padding: 20px 30px;
	color: #fff;
}
.page-join-box .fuli_box>div:first-of-type {
	border-right: 1px solid #fff;
}
.page-join-box .fuli_box .left_title {
	font-size: 36px;
	display: inline-block;
	line-height: 42px;
	font-weight: bold;
	width: 30px;
	text-align: center;
}
.page-join-box .lxfs {
	width: 70%;
	font-size: 32px;
	font-weight: bold;
}
/*售后服务*/

.shouhuo-zhunze-text-box p {
	text-align: justify;
	line-height: 3em;
	color: #555;
}
.shouhuo-zhunze-box {
}
.shouhuo-zhunze-box .zhunze-item {
	width: 18%;
	max-width: 250px;
	border: 2px solid #15843c;
	border-radius: 15px;
	background: #fff;
	box-shadow: 3px 2px 0px rgba(0,0,0,.2);
	padding: 40px 20px 40px;
	position: relative;
}
.shouhuo-zhunze-box .zhunze-item .icon {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #15843c url(/statics/images/icon_duihao.png) center center no-repeat;
	background-size: 90%;
	border-radius: 30px;
	top: -25px;
	left: calc(50% - 25px);
}
.shouhuo-zhunze-box .zhunze-item .title {
	font-size: 21px;
	text-align: center;
	letter-spacing: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.shouhuo-zhunze-box .zhunze-item p {
	text-align: justify;
	line-height: 2.4em;
	color: #555;
}
.page-shouhuo-box .shouhuo-5A-box img {
	width: 40%;
	max-width: 500px;
}
.page-shouhuo-box .shouhuo-text-box>img {
	width: 50%;
	max-width: 700px;
}
.shuohuo-texts .shuohuo-texts-img {
	width: 40%;
	max-width: 396px;
}
/*新闻列表*/

.news-lists .news-item {
	border-bottom: 1px solid #e7e7e7;
}
.news-lists .news-item:last-of-type {
	border-bottom: 0px;
}
.news-lists .news-item img {
	transition: all 400ms;
}
.news-lists .news-item .news-image {
	width: 25%;
	max-width: 360px;
}
.news-lists .news-item .desc {
	font-size: 15px;
	color: #555;
	max-width: 760px;
	width: 80%;
	line-height: 2em;
	text-align: justify;
	transition: all 400ms;
}
.news-lists .news-item .date {
	border-left: 1px solid #e7e7e7;
	transition: all 400ms;
	color: #666;/*width:100px;*/
}
.news-lists .news-item .news-texts .small-more {
	color: #666;
	font-size: 15px;
}
.news-lists .news-item .news-texts .small-more span {
	display: inline-block;
	border-radius: 3px;
	padding: 5px 10px 5px 0;
	transition: all 400ms;
}
.news-lists .news-item .day {
	font-size: 30px;
}
.news-lists .news-item:hover .news-image img {
	transform: scale(1.1);
}
.news-lists .news-item:hover .news-texts h5 {
	color: #15843c;
}
.news-lists .news-item:hover .news-texts .desc {
	color: #333;
}
.news-lists .news-item:hover .news-texts .small-more span {
	padding-left: 50px;
	padding-right: 15px;
	background: #15843c;
	color: #fff;
}
.news-lists .news-item:hover .date {
	color: #15843c;
}
/*视频列表页*/
.video_lists .video-item {
	transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
}
.video_lists .video-item a {
	display: block;
	position: relative;
}
.video_lists .video-item .thumb-span {
	position: relative;
}
.video_lists .video-item .thumb-span span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.video_lists .video-item .thumb-span span:after {
	position: absolute;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
}
.video_lists .video-item .thumb-span .bi {
	position: absolute;
	z-index: 999;
	color: rgba(255,255,255,.7);
	font-size: 42px;
	transform: rotate(-5deg);
	transition: all 400ms;
}
.video_lists .video-item:hover span {
	transform: scale(1.1);
}
.video_lists .video-item:hover .bi {
	transform: rotate(5deg) scale(1.3);
}
.video_lists .video-item:hover p {
	color: #fff;
}
.video_lists .first-video .bi {
	font-size: 64px !important;
}
.video_lists .video-item .video_texts {
	color: #666;
}
.video_lists .video-item .video_texts p {
	font-size: 0.8rem;
	color: #808080;
	padding-top: 0.6rem;
}
.video_lists .video-item .video_texts h5 {
	overflow: hidden;
	font-size: 1rem;
}
.video_lists .video-item .video_texts {
	border: 1px solid rgba(0, 0, 0, 0);
	transition: all 400ms;
}
.video_lists .video-item:hover a {
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.video_lists .video-item:not(.first-video):hover a .video_texts {
	color: #15843c;
	border: 1px solid rgba(0, 0, 0, .1);
}
.video_lists .first-video {
	position: relative;
}
.video_lists .first-video .video_texts {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	line-height: 40px;
	background: rgba(0,0,0,.6);
	color: #fff;
}
.video_lists .first-video:hover .video_texts {
}
/*产品列表*/
.products-categorys { border-bottom:1px dashed #ddd; margin-bottom:30px; overflow:hidden; padding-bottom:30px; margin-top:30px; text-align:center;}
.products-categorys a{ width:190px; height:50px; line-height:50px; background:#01934a; color:#fff; font-size:16px; text-align:center; display:inline-block; margin-right:20px; margin-bottom:20px;}
.products-categorys a:Hover,.products-categorys a.hover{ background:#016131;}

/*解决方案单页*/

.page-jjfa-list {
	margin-bottom: 20px;
}
.page-jjfa-list .item {
	border-bottom: 1px solid #e7e7e7;
}
.page-jjfa-list .item:last-of-type {
	border: none;
}
.page-jjfa-list .item img {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.page-jjfa-list .title {
	font-size: 24px;
	color: #333;
	line-height: 24px;
	transition: all 400ms;
}
.page-jjfa-list .title-en {
	color: #15843c;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	transition: all 400ms;
}
.page-jjfa-list .desc {
	color: #666;
	line-height: 2rem;
	transition: all 400ms;
}
.page-jjfa-list .more-btn {
	font-size: 18px;
	border: 1px solid #15843c;
	border-radius: 30px;
	text-align: center;
	max-width: 8em;
	line-height: 2em;
	color: #15843c;
	display: inline;
	margin-bottom: 10px;
	transition: all 400ms;
}
.page-jjfa-list .thumb-span:hover img {
	transform: scale(1.1);
}
.page-jjfa-list .item:hover .desc {
	color: #15843c;
}
.page-jjfa-list .item:hover .more-btn {
	color: #fff;
	background: #15843c;
}
/*解决方案内页*/
.page-jjfa-box {
}
.page-jjfa-box .page_box_content p {
	color: #666;
}
.page-jjfa-box .page_box_content img {
	margin: 0 auto;
}
.page-jjfa-box .title {
	font-size: 32px;
	color: #333;
	line-height: 24px;
	transition: all 400ms;
}
.page-jjfa-box .title-en {
	color: #15843c;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	transition: all 400ms;
}
/*市政城乡环卫一体化幻灯*/
.hhfw-slide {
}
.hhfw-slide .thumbs-box {
	background: #F2F6E9;
	width: 30%;
	max-width: 420px;
	min-width: 300px;
	padding: 30px 0;
}
.hhfw-slide .thumbs-box .title {
	text-align: center;
	font-size: 24px;
	color: #333;
	padding: 0 15%;
}
.hhfw-slide .thumbs-box .desc {
	font-size: 15px;
	text-align: justify;
	color: #666;
	line-height: 2em;
	padding: 0 15%;
}
.hhfw-slide .slide-thumbs {
	background: #F2F6E9;
}
.hhfw-slide .slide-thumbs li {
	line-height: 40px;
	padding: 5px 15%;
}
.hhfw-slide .slide-thumbs img {
	width: 40px;
	height: 40px;
}
.hhfw-slide .slide-thumbs li.active,  .hhfw-slide .slide-thumbs li:hover {
	color: #15AF72;
	background: #E7EFD7;
}
.case-slide .title {
	font-size: 32px;
	color: #333;
	line-height: 24px;
	transition: all 400ms;
}
.case-slide .title-en {
	color: #15843c;
	font-size: 14px;
	margin-bottom: 20px;
	transition: all 400ms;
}
.case-slide .swiper {
	padding-bottom: 60px;
}
.case-slide .swiper-slide {
	background: #fff;
	overflow: hidden;
}
.case-slide .swiper-slide .thumb-span img {
	transition: all 400ms;
}
.case-slide .swiper-slide .title {
	font-size: 21px;
	color: #333;
	line-height: 30px;
	padding: 10px 0;
	transition: all 400ms;
}
.case-slide .swiper-slide .desc {
	line-height: 1.4;
	color: #666;
	font-size: 15px;
	transition: all 400ms;
}
.case-slide .swiper-slide a:hover .title {
	color: #15843c;
}
.case-slide .swiper-slide a:hover .desc {
	color: #555;
}
.case-slide .swiper-slide a:hover .thumb-span img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.case-slide .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 22px;
	font-size: 13px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}
.case-slide .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}
/*垃圾分类*/
.ljfl-category-box {
}
.ljfl-category-box .ljfl-category-item {
}
.ljfl-category-box .ljfl-category-item .title {
	font-size: 28px;
	line-height: 24px;
	transition: all 400ms;
	color: #333;
}
.ljfl-category-box .ljfl-category-item .title-en {
	color: #15843c;
	font-size: 14px;
	margin-bottom: 20px;
	transition: all 400ms;
}
.ljfl-category-box .ljfl-category-item .desc {
	line-height: 2em;
	color: #555;
}
.ljfl-category-box .ljfl-category-item a p {
	position: relative;
	z-index: 10;
}
.ljfl-category-box .ljfl-category-item a img {
	transition: all 400ms;
}
.ljfl-category-box .ljfl-category-item a:hover {
	color: #15843c;
}
.ljfl-category-box .ljfl-category-item a:hover img {
	transform: scale(1.1);
}
.category-ljfl-text-box {
	background: #15843c;
	font-size: 21px;
	color: #fff;
	line-height: 1em;
}
.category-ljfl-text-box .xian {
	width: 6px;
	border-radius: 4px;
	background: #fff;
}
.category-ljfl-text-box .phone {
	font-size: 24px;
	transform: scaleX(1.2);
	display: inline-block;
	transform-origin: center left;
}
.fixed-right {
	width: 60px;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 2;
}
.fixed-right .item {
	width: 200px;
	height: 60px;
	background: #F5F5F5;
	display: block;
	cursor: pointer;
	position: relative;
	right: 0;
	transition: all .5s;
}
.fixed-right .item .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	background: #fff;
}
.fixed-right .item .icon i {
	font-size: 22px;
	color: #666;
}
.fixed-right .item span {
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-indent: 60px;
	font-size: 16px;
	color: #666;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.fixed-right .item:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.fixed-right .item.kefu {
	width: 60px;
	height: auto;
	padding: 20px 0;
	text-align: center;
	background: #15843c;
}
.fixed-right .item.kefu .icon {
	height: auto;
	line-height: normal;
	margin-bottom: 5px;
	background: none;
}
.fixed-right .item.kefu .icon i {
	color: #fff;
}
.fixed-right .item.kefu span {
	width: 20px;
	color: #fff;
	line-height: 20px;
	margin: 0 auto;
	position: relative;
	text-indent: 0;
}
.fixed-right .item.kefu:hover {
	right: 0;
}
.fixed-right .item:hover {
	right: 140px;
}
.fixed-right .item.goTop {
	opacity: 0;
}
.fixed-right .item.goTop:hover {
	right: 0;
}
/*智慧环卫*/

.page_xhhw_04 {
}
.page_xhhw_04 .items-box {
}
.page_xhhw_04 .items-box .icon {
	max-width: 180px;
}
.page_xhhw_04 .items-box .text1 {
	color: #555;
	line-height: 2;
	padding-right: 5%;
}
 @media (max-width: 1500px) {
.page_xhhw_06 .icon-box .t1 {
	font-size: 21px;
}
.page_xhhw_06 .icon-box .t2 {
	font-size: 24px;
}
}
 @media (min-width: 1800px) {
.page_xhhw_04 .items-box .text1 {
	font-size: 18px;
}
.page_xhhw_03 .text .title {
	font-size: 24px;
}
.page_xhhw_03 .text .desc {
	font-size: 18px;
	line-height: 2.5;
}
}
.page_xhhw_06 .icon-box .t1 {
	text-align: center;
	font-size: 24px;
}
.page_xhhw_06 .icon-box .t2 {
	color: #ccc;
	font-family: 'MontserratBold';
	text-align: center;
	padding-bottom: 10px;
	font-size: 28px;
}
.page_xhhw_07 .items-box .item {
	width: 20%;
	max-width: 400px;
	position: relative;
}
.page_xhhw_07 .items-box .item .bg {
	width: 100%;
}
.page_xhhw_07 .items-box .item .text-box {
	position: absolute;
	z-index: 88;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.page_xhhw_07 .items-box .item .text-box .title1 {
	font-size: 21px;
	color: #15843c;
	text-align: center;
	background: #EDEDED;
	line-height: 30px;
	display: block;
}
.page_xhhw_07 .items-box .item .text-box .text1 {
	text-align: justify;
	line-height: 2;
	color: #666;
}
.page_xhhw_title {
	text-align: center;
	font-size: 21px;
	color: #333;
	padding: 30px 0;
}
.page_xhhw_title span {
	padding: 1em;
}
.page_xhhw_title i {
	color: #15843c;
}
.page_xhhw_title .left1, .page_xhhw_title .right1 {
	opacity: 0.8;
}
.page_xhhw_title .left2, .page_xhhw_title .right2 {
	opacity: 0.5;
}
.page_xhhw_title .left3, .page_xhhw_title .right3 {
	opacity: 0.2;
}
.page_xhhw_03 {
	position: relative;
}
.page_xhhw_03 .img {
	width: 45%;
	max-width: 800px;
}
.page_xhhw_03 .text {
	width: 50%;
}
.page_xhhw_03 .text .title {
	font-size: 21px;
}
.page_xhhw_03 .text .desc {
	color: #555;
	line-height: 2;
}
.page_xhhw_02 {
	position: relative;
}
.page_xhhw_02-box {
	position: absolute;
	padding: 0 10%;
	bottom: 80px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.page_xhhw_02 .page_xhhw_02-text {
	max-width: 800px;
	width: 50%;
}
.page_xhhw_02 .page_xhhw_02-car {
	width: 36%;
	max-width: 560px;
}
.desc-info-box {
	color: #fff;
	font-size: 18px;
	line-height: 2.4em;
	position: relative;
	display: flex;/*min-height: 255px;*/
}
.desc-info-box .desc {
	padding: 50px 60px;
	background: #15843c;
}
.desc-info-box:after {
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	left: 0;
	width: calc(100% - 10px);
	height: 100%;
	border: 2px solid #15843c;
}
.news_box .ke-quote {
	width: 50%;
	max-width: 600px;
	padding: 20px;
	margin: 20px auto;
	border: 1px solid #eee;
	border-left-color: rgb(238, 238, 238);
	border-left-width: 1px;
	border-left-width: 5px;
	border-left-color: #999;
	border-radius: 3px;
	quotes: none;
	font-size: 20px;
	position: relative;
	line-height: 24px;
	text-align: left;
}
.news_box .ke-quote p {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.news_box .ke-quote a {
	font-size: 20px;
	position: relative;
	line-height: 24px;
	padding: 6px 4px;
}
.news_box .ke-quote:hover {
	border-left-color: #15843c;
	background: rgba(133, 187, 53,.1);
}
.news_box .ke-quote a:hover {
	color: #15843c;
}
.news_box .ke-quote a:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #666;
	display: inline-block;
	content: '';
	bottom: 0px;
	left: 0;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
}
.news_box .ke-quote a:hover:after {
	background: #15843c;
}
/***动画***/
#banner-slide {
	position: relative;
}
/*****首页公司简介****/
.box1 {
	
	margin: 1% 0 1% 0;

}
.wh {
	max-width: 1590px;
	margin: 0 auto;
	padding: 0 15px;
}
.aright {
	width: 47.7%;
}
.aright img {
	display: block;
	width: 100%;
}
.aleft {
	width: 46.5%;
}
.aleft h3 {
	color: #000000;
	font-size: 2.1vw;
	padding: 3vw 0 1vw;
}
.acon {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}
.acon strong { color:#15843c;}
.acon:after {
	display: block;
	content: '';
	width: 145px;
	height: 1px;
	background-color: #000000;
	opacity: 0.6;
	position: absolute;
	left: -160px;
	top: 15px;
}
.com-img {
	display: inline;
	overflow: hidden;
	margin: 0 auto;
	display: table;
}
.com-img img {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.fl {
	float: left;
}
.fr {
	float: right;
}


.about_tu {
	width: 100%;
	float: left;
	overflow: hidden; margin-top:25px;
}
.about_tu li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.about_tu li:after {
	width: 1px;
	height: 100%;
	background: #bebebe;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
}
.about_tu li strong {
	color: #15843c;
	font-size: 30px;
}
/*****首页产品分类***/

.pro_tit {text-align: center;font-size: 36px;position: relative;line-height: 45px;color: #333;z-index: 2; margin-bottom:10px;}
.pro_tit:before {content:'';width:24px;height: 24px;background: #15843c;opacity: 0.5;position: absolute;left: 42%;bottom: 42px; border-radius: 50%;z-index: -1;}
.pro_tit:after {content:'';position: absolute;left:48%;bottom:-30px;width:50px;height: 18px;}
.pro_tit b {color: #15843c;}
.pro_tit p {font-size: 16px;color:#666;}


.pro_tittwo {text-align: center;font-size: 36px;position: relative;line-height: 45px;color: #333;z-index: 2; margin-bottom:10px; padding-top:60px;}
.pro_tittwo:before {content:'';width:24px;height: 24px;background: #15843c;opacity: 0.5;position: absolute;left: 42%;bottom: 42px; border-radius: 50%;z-index: -1;}
.pro_tittwo:after {content:'';position: absolute;left:48%;bottom:-30px;width:50px;height: 18px;}
.pro_tittwo b {color: #15843c;}
.pro_tittwo p {font-size: 16px;color:#666;}


.cp_main {
	
	padding: 35px 75px 55px 50px;
	margin-top: 0.8vw;
	margin-bottom: 10px;
}
.anlis {
	position: relative;
}
.taba { float:left;
	width: 100%;
	z-index: 999;

}
.taba li {
	width: 15%;
	color: #333333;
	font-size: 17px;
	float:left;
	background: url(../images/heng.png) no-repeat center;
	height:38px;
	margin-left: 15px;
	background-size: 100% 100%;
	line-height:38px;
}
.taba li span {
	
	text-align: right;
	width: 120px;
	display: block;
	float: left;
}
.taba li .img {
	float: right;
	width: 25%;
	text-align: center;
	display: flex;
	align-items: center;
	height: 78px;
	justify-content: center;
}
.taba li .img2 {
	display: none;
}
.taba li.cur .img1 {
	display: none
}
.taba li.cur .img2 {
	display: block
}
.taba li.cur span a {
	color: #fff
}
.taba li.cur {
	background: url(../images/hengtiao.png) no-repeat center;
	color: #fff;
	background-size: 100% 100%;
}
.ttz {
	display: none;
	;
	width: 68.35%;
}
.ttz li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.cptt {
	font-family: MicrosoftYaHei-Bold;
	font-size: 2.1vw;
	font-weight: 600;
	line-height: 45px;
	margin-top: 1.3vw;
	letter-spacing: 0px;
	color: #000000;
	text-align: right;
	margin-bottom: 2vw;
}
/*****首页产品展示***/
#pro_in {
	position: relative;
}
#pro_in .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#pro_in .swiper-slide {
	text-align: center;
	overflow: hidden;
	transition: 0.3s;
	padding: 10px;
	/* Center slide text vertically */
	flex-direction: column;
	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;
}
 .picc {
	width: 23%; float:left;
	height:auto; margin-left:2%;
	

	overflow: hidden;
	border: 1px solid #ededed;
	transition: 0.3s;
	background: #fff; margin-bottom:15px;
}
.picc  img {
	display: block;
	width: 100%;
	height: 267px;
	object-fit: cover;
	left: 0;
	
	text-align: center;
	transition: 0.3s;
}
.picc .font {
	
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	
	transition: 0.3s;
}
.picc  .font p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 22% 0 5%;
}
.picc  .font dl dd {
	width: 30%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	transition: 0.3s; background:#158147; text-align:center;
		
}
.picc  .font dl dd a {
	color: #fff;
}
.picc .tit {
	width: 100%;
	color: #333;
	font-size:18px;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; text-align:center; font-weight:500; margin-top:10px;
}
.picc:hover img {
	transform: scale(1.1);
}
.picc:hover {
	filter: drop-shadow(-8px 5px 8px rgba(133, 187, 53, 0.2));
}
#pro_in .swiper-slide:hover .pic {
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
#pro_in .swiper-slide:hover .pic .font {
	top: 0;
}
#pro_in .swiper-slide .pic .font dl dd:hover {
	background: #fff;
}
#pro_in .swiper-slide .pic .font dl dd:hover a {
	color: #003894;
}
/****优势***/
.box2 {
	background: url(../images/ysbg.jpg) center top no-repeat;
	height: 1160px;
	overflow: hidden;
	padding: 50px 0;
}
.ys_tit {
	text-align: center;
	overflow: hidden;
}
.ys_tit h2 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.ys_tit p {
	background: url(../images/ystit.png) center no-repeat;
	font-size: 20px;
	color: #fff;
}
.ys1 {
	overflow: hidden;
	margin-top: 40px;
}
.ys_fl {
	width: 1030px;
	height: 444px;
	padding: 70px 30px;
	background: url(../images/ys1.png) no-repeat;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.yst1 {
	width: 97px;
	height: 110px;
	line-height: 70px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	float: left;
	text-align: center;
	background: url(../images/ys_px.png) no-repeat;
}
.yst2 {
	width: 850px;
	float: right;
}
.ys_shang {
	overflow: hidden;
	margin-bottom: 50px;
}
.yst2 h2 {
	color: #0054b7;
	font-size: 26px;
	font-weight: bold;
}
.yst2 h3 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.yst2 h4 {
	color: #666;
	font-size: 16px;
}
/****案例***/
.box3 {
	padding: 50px 0;
	background: #f5f5f5;
}
.home-news {
	width: 100%;
	margin: 40px auto 10px auto;
	overflow: hidden;
	position: relative;
}
.huanglong-bg {
	overflow: hidden;
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
}
.huanglong-bg:hover .text-box {
	transition: all 0.6s;
}
.huanglong-bg:hover .text-box a {
	color: #0064ac;
}
.pic {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.pic img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.huanglong-bg:hover .pic img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.text-box {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
}
.swiper-container {
	width: calc(100% - 160px);
	overflow: hidden;
	margin: 0 auto;
}
.swiper-button-prev {
	position: absolute;
	top: 45%;
	left: 0px;
	font-size: 15px;
	cursor: pointer;
	background: #666666;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #b7b5b5;
	border: 2px #b7b5b5 solid;
}
.swiper-button-next {
	position: absolute;
	top: 45%;
	right: 0px;
	font-size: 15px;
	cursor: pointer;
	background: #666666;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #b7b5b5;
	border: 2px #b7b5b5 solid;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background: #2ba039;
	border: 2px solid #2ba039;
	color: #fff;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.text-more {
	width: 120px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	background: #2ba039;
}
.text-more a {
	color: #fff;
	font-size: 14px;
}
/*****横幅***/
.box4 {
	margin-top: 30px;
	overflow: hidden;
}
.hf {
	height: 220px;
	background: #2ba039;
	padding: 50px 30px;
	overflow: hidden;
}
.hf_tit {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
.hf_tit span {
	width: 170px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	background: #0054b7;
	border-radius: 30px;
	margin-right: 20px;
}
.hf_tit2 {
	margin-top: 25px;
	overflow: hidden;
	color: #fff;
	padding-left: 20px;
}
.hf_tel {
	width: 384px;
	height: 92px;
	float: left;
	background: url(../images/telbg.png) no-repeat;
}
.hf_tel h2 {
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	margin-left: 30px;
}
.hf_tel h3 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	margin-right: 30px;
}
.btn1 {
	width: 140px;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #fff;
	text-align: center;
	color: #0054b7;
	margin-right: 20px;
	margin-top: 10px;
}
.btn2 {
	width: 140px;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #0054b7;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
/****新闻****/
.box5 {
	padding: 50px 0;
	overflow: hidden; background:#f7f7f7;
}
.hnewslist {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.hnewslist .picnews {
	width: 50%;
	padding-left: 40px;
}
.hnewslist .picnews .img {
	height: 320px;
	overflow: hidden;
}
.hnewslist .picnews .img img {
	width: 100%;
}
.hnewslist .picnews .txt {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.hnewslist .picnews .txt .date {
	width: 145px;
	text-align: center;
	padding-top: 10px;
}
.hnewslist .picnews .txt .date span {
	font-size: 32px;
	color: #666666;
}
.hnewslist .picnews .txt .date p {
	font-size: 16px;
	color: #666666;
}
.hnewslist .picnews .txt .ti {
	padding-right: 50px;
	width: 600px;
}
.hnewslist .picnews .txt .ti h3 {
	display: flex;
	line-height: 40px;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: normal;
}
.hnewslist .picnews .txt .ti h3 a {
	color: #666666;
}
.hnewslist .picnews .txt .ti h3 a:hover {
	color: #05811c;
}
.hnewslist .picnews .txt .ti h3 span {
	display: block;
	background: url(../images/hot.png) no-repeat center;
	width: 54px;
	height: 22px;
}
.hnewslist .picnews .txt .ti p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 5px;
}
.hnewslist ul {
	width: 50%;
	padding-left: 30px;
}
.hnewslist ul li {
	display: flex;
	height: 150px;
	justify-content: space-between;
	align-items: center;
}
.hnewslist ul li .date {
	width: 145px;
	text-align: center;
}
.hnewslist ul li .date span {
	font-size: 32px;
	color: #666666;
}
.hnewslist ul li .date p {
	font-size: 16px;
	color: #666666;
}
.hnewslist ul li .ti {
	width: 600px;
	padding: 30px 0 30px 25px;
	border-left: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}
.hnewslist ul li .ti h3 {
	display: flex;
	line-height: 40px;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: normal;
}
.hnewslist ul li .ti h3 span {
	display: block;
	background: url(../images/hot2.png) no-repeat center;
	width: 54px;
	height: 22px;
}
.hnewslist ul li .ti h3 a {
	color: #666666;
}
.hnewslist ul li .ti h3 a:hover {
	color: #05811c;
}
.hnewslist ul li .ti p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.hnewslist ul li:last-child .ti {
	border-bottom: none;
}

.abox {max-width: 1590px;margin: 0 auto;padding: 0 15px;}
.boxtwo { width:100%;background: url(../images/boxtwo.png) ;}
.clear { clear:both;}


.appli {overflow: hidden;}
.appli_box {width:1500px;margin: 0 auto;}
.appli_tab {padding-top:20px;}
.appli_nav {width: 1500px;margin: 0 auto;}
.appli_nav ul {display: flex;justify-content:space-around;align-items: center;}
.appli_nav li {display: flex;flex-direction: column;align-items: center;}
.appli_nav li i {display: inline-block;background: url(../images/20210520150517_1525786748.png) no-repeat;width: 66px;height: 76px;    text-align: center;line-height: 76px;    font-size: 30px;}
.appli_nav li:nth-child(4)  i,.appli_nav li:nth-child(5)  i  {font-size:30px;}
.appli_nav li a {font-size: 18px;display: flex;flex-direction: column;align-items: center;line-height: 28px;padding-top: 12px;}
.appli_nav li a:hover { font-weight:700; color:#15843c;}
.appli_nav li.on a,.appli_nav li.on i,.appli_nav li.on a span{color:#15843c;}
.appli_nav li a span {font-size: 12px;text-transform: uppercase;color: #cccccc;font-family: Arial;}
.appli_con {padding-top: 60px;}
.appli_con>ul {display: flex;flex-direction: column;height:560px !important;overflow:hidden;width: 100% !important;}
.appli_con>ul>li {display: flex;width: 100% !important;}
.appli_pic {width: 50%;height:560px;    overflow: hidden;}
.appli_con>ul>li:nth-child(2) .appli_pic table tr:first-child,.appli_con>ul>li:nth-child(3) .appli_pic table tr:nth-child(-n+2),.appli_con>ul>li:nth-child(4) .appli_pic table tr:nth-child(-n+3),.appli_con>ul>li:nth-child(5) .appli_pic table tr:nth-child(-n+4),.appli_con>ul>li:nth-child(6) .appli_pic table tr:nth-child(-n+5){display:none;}

.appli_pic img { transition: 0.5s;}
.appli_pic:hover img {transform: scale(1.2); transition: 0.5s;}
.appli_txt {overflow: hidden;width: 50%;padding-left:30px;}
.appli_txt ul {overflow: hidden;}
.appli_txt li {display: inline-block;}
.appli_txt li img {}
.appli_txt li:nth-child(3) {margin-left:16px; }
.appli_txt li:first-child {padding-bottom: 20px; }
.appli_txt p {font-size: 25px;font-weight: lighter;display: flex;flex-direction: column;}
.appli_txt em {width: 630px; font-size: 16px;color: #999;line-height: 28px;font-weight: lighter;display: inline-block;padding-top: 10px;}
.appli_txt a {width:186px;height: 38px;background: #15843c;display: flex;font-size:16px;color: #fff;align-items: center;justify-content: center;margin-top: 35px;}
.appli_txt a:hover {width:240px;transition:0.5s;}

.appli_nav1 {background: url(../images/appli_nav1.png) no-repeat; width:30px; height:30px; }
.appli_nav2 {background: url(../images/appli_nav2.png) no-repeat; width:30px; height:30px; }
.appli_nav3 {background: url(../images/appli_nav3.png) no-repeat; width:30px; height:30px; }
.appli_nav4 {background: url(../images/appli_nav4.png) no-repeat; width:30px; height:30px; }


.xwdh{ width:100%; float:left;}
.xwdh_fl{ float:left;}
.xwdh_fl h2{ font-size:35px; font-weight:bold; color:#15843c; margin-bottom:15px;}
.xwdh_fl h3{ font-size:20px; font-weight:300; color:#333333; margin-bottom:30px;}
.xwdh_fr{ float:right; margin-top:30px; overflow:hidden;}
.xwdh_fr li{ width:194px; height:40px; line-height:40px; float:left; text-align:center; background:#fff; margin-left:10px;}
.xwdh_fr li.active{ background: linear-gradient(to bottom right, #15843c, #15843c); color:#fff;}
.xwdh_fr li.active a{ color:#fff;}
.xwdh_fr li a{ font-size:16px;}
.syabout{ width:40%; height:auto; float:left;}
.ab_con{ width:100%; font-size:17px; line-height:30px; color:#000; margin-top:30px;}
.abmore{ width:100px; height:30px; line-height:30px; float:left; text-align:center; background:#cc0000; color:#fff; font-size:13px;}
.abmore:hover{ color:#ff0;}

.ddxw{ width:28%; float:left; margin-left:2%; overflow:hidden;}
.dd_img{ width:100%; float:left;}
.dd_img img{ width:100%;}
.dd_con{ background:#cc0000; padding:30px 40px; float:left;}
.dd_con h2{ font-size:23px; color:#fff; line-height:30px; font-weight:400; }
.dd_con p{ font-size:13px; color:#fff; line-height:31px; margin-bottom:20px; margin-top:20px;}
.dd_con a{ width:100px; height:25px; line-height:25px; float:left; text-align:center; border:1px solid #fff; color:#fff;}

.xwxh{ width:100%; float:left;}
.xwxh ul{ display:none;}
.xwxh li{float:right; background:#fff; margin-bottom:10px; overflow:hidden; width:40%; padding:10px 3%; display:block;}
.xwxh li h2{ height:35px; line-height:30px; overflow:hidden; font-size:18px;}
.xwxh li:hover h2 a{ color:#c00;}
.xwxh li h3{ color:#adadad; font-size:16px; font-weight:400; margin-bottom:5px;}
.xwxh li p{ font-size:15px; line-height:23px; height:46px; overflow:hidden;}



.news_div_item{width:500px;height:110px; float:left;position: relative;box-sizing: border-box;background:#fff;margin-left:30px; margin-bottom:16px;}
 .news_div_item:nth-child(1){margin-left:0; }
 .news_div_item:nth-child(-n+2){width:420px;height: 410px; padding:24px;}
.news_div_item:nth-child(-n+2) .news_div_item_pic img{width:370px;height:274px;border: 1px solid #eee;box-sizing: border-box;}
 .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:372px;display:block;}
 .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:348px;width:390px;font-size:12px;color: #999;}


.news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:310px;width:360px;}

/*底部*/
.copy {width: 100%;background: #191b28;    padding: 10px 0 0px;overflow: hidden; line-height:30px;}
.copy_box1 {width:1400px;margin: 0 auto;}
.copy_tab {padding: 80px 0;overflow: hidden;}
.copy_tabr {border-top:none;padding: 80px 0;overflow: hidden;}
.copy_con {}
.copy_con ul {}
.copy_con li {float:left;text-align: left;padding: 0 80px;position: relative;transition:0.5s;}
.copy_con li p {font-size: 18px;color: #ffffff;margin-bottom: 20px;}
.copy_con li p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_con li a {font-size: 14px;color: #999999;display: inherit;line-height: 30px;transition: all 0.3s linear;}
.copy_con li a:hover {color: #ffffff;transition: all 0.3s linear;}
.copy_con li:before {content: '';width:1px;height: 25px;background: #013972;position: absolute;left:1px;top:0;z-index: 1;transition:0.5s;}
.copy_con li:after {content: '';width:1px;height: 215px;background: #383838;position: absolute;left:1px;top:0;transition:0.5s;}
.copy_r {float: right;}
.copy_r p {font-size: 18px;color: #ffffff;}
.copy_r p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_r ul {display: flex;width:280px;justify-content: space-between;padding-top: 20px;}
.copy_r li i {display: inline-block;width: 120px;height: 120px;background: #ffffff;margin-bottom: 12px;}
.copy_r li {font-size: 14px;color: #ffffff;text-align: center;width: 130px;}
.copy_r li img{width: 120px; height:120px;}

.copy_row3 {text-align:center;margin:0 auto;color:#999;font-size:14px;background:#191b28;width:100%;overflow:hidden; border-top: 1px rgba(51,51,51,0.8) solid; padding-bottom:30px; padding-top:20px;}
.copy_row3 a{color:#999;font-size:14px;}
.copy_n{line-height:40px;color:#999;font-size:14px;float:left;}
.copy_n a{display:inline-block;color:#999;font-size:inherit;font-size:14px;}
.copy_nr{float:right;color:#999;line-height:40px}

.m_code{float:right;width:295px;padding-top: 70px;}
.m_code h3 {display:block;font-size:19px;color:#fff;font-weight:normal;margin-bottom:20px;line-height:50px;}
.m_code h3 em{font-size:16px;color:#fff;opacity:0.3;text-transform:uppercase;margin-left:5px;}
.codelst li{float:left;width:130px;height:130px;margin-right:32px;}
.codelst li img{width:130px;height:130px;display:block;margin:0 auto; }
.codelst .code2{margin-right:0;}


.product-text  { background:#f7f7f7;}
.more-btn { margin-right:10px; background:#01934a; color:#FFF; padding:3px;}
.product-text p{ margin-left:2px;}

.preview {
	background: #fff;
}
/* smallImg */

.bigImg img { width:100%;}

.smallImg {
	position: relative;
	height: 100px; /* background-color:#F1F0F0;*/
	padding: 15px 0;
	width: 555px;
	overflow: hidden;
}
.scrollbutton {
	width: 17px;
	height: 100px;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: pointer;
}
.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
	background: url(../images/ico1.gif) no-repeat;
	margin-top: 15px;
}
.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
	background: url(../images/ico2.gif) no-repeat;
	margin-left: 520px;
	margin-top: -88px;
}
#imageMenu {
	height: 100px;
	width: 535px;
	overflow: hidden;
	margin-left: 0;
	float: left;
}
#imageMenu li {
	width: 120px;
	height: 75px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0 5px;
	background: #fff;
}
#imageMenu li img {
	width: 104px;
	height: 68px;
	cursor: pointer;
}
#imageMenu li#onlickImg img, #imageMenu li:hover img {
	width: 104px;
	height: 68px;
	opacity: 0.7;
}

.wx li { float:right; width:50%; text-align:center; margin-top:15px;}
.wx li img { width:70%;}