*{margin:0; padding:0;-webkit-tap-highlight-color: rgba(255, 0, 0, 0); font-family: 'Noto Sans SC', sans-serif;}


/* Í¨ÓÃÄÚÈÝ°ü¹ü Çå³ý¸¡¶¯ */
.container-wrap::after{
	content: "";
	display: table;          
	height: 0;
	visibility: hidden;  
	clear: both;         /*Çå³ý¸¡¶¯£¡£¡£¡*/
}

/* PCÆÁÄ»1200pxÒÔÉÏ */

@media (min-width: 1199px){
	
	body{ background:#ffffff; overflow-x:hidden; min-width:100%; font:16px/1.5 "microsoft yahei",sans-serif; position:relative; min-width: 1200px; }
	html{
	    font-size: 100px !important;
	}
	h1,h2,h3,h4,h5,h6{
		margin: 0px;
		padding: 0px;
		font-weight: bold;
	}
	img{ border:none;}
	a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	a:hover,a:active,a:focus,a:first-child{ text-decoration:none; color: #333; border: none; outline: none;}
	
	div{ font-size:16px;}
	p{ font-size:16px; padding: 0px; margin: 0px; font-weight:lighter}
	li{ list-style:none; font-size:16px;}
	ul{
		margin-bottom: 0px;
	}
	
	.float-right{
		float: right;
	}
	.float-left{
		float: left;
	}
	.hidden-lg{
		display: none !important;
	}
	
	/* Í¨ÓÃÄÚÈÝ°ü¹ü */
	.container-wrap {
		max-width:1200px;
		margin: 0 auto;
	}
	
/* header */
.header-wrap{
	overflow: hidden;
	height: 120px;
}
.header-wrap .logo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	float: left;
	padding-right: 30px;
}
.header-wrap .logo img{
	width: 90px;
}
.header-wrap .name{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	float: left;
	position: relative;
	padding-right: 35px;
	margin-right: 35px;
}
.header-wrap .name:before{
	width: 1px;
	height: 50%;
	background: #dcdcdc;
	content: ' ';
	position: absolute;
	right: 0px;
}
.header-wrap .name h1{
	font-size: 24px;
	color: #016316;
	line-height: 30px;
	margin-bottom: 5px;
}
.header-wrap .name h1 span{
	color: #ff7e00;
	padding-right: 20px;
}
.header-wrap .name h2{
	font-size: 18px;
	line-height: 30px;
	color: #6a6a6a;
	font-weight: normal;
}
.header-wrap .slogan{
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.header-wrap .slogan h2{
	background: #ff7f03;
	border-radius: 30px;
	line-height: 30px;
	counter-reset: #fff;
	font-size: 22px;
	color: #fff;
	padding:4px 25px;
	font-family: "Î¢ÈíÑÅºÚ";
}
.header-wrap .tel{
	float: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.header-wrap .tel .icon-wrap{
	overflow: hidden;
}
.header-wrap .tel .icon-wrap .icon{
	font-size: 65px;
	color: #ff8004;
	padding-right: 20px;
}

.header-wrap .tel .tel-box li{
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 30px;
	color: #949494;
}
.header-wrap .tel .tel-box h2{
	font-size: 30px;
	color: #ff8004;
}

/* µ¼º½ */
#nav-wrap{
	width: auto;
	background:#17912e;
	border-bottom: 3px solid #ff8006;
	box-sizing: border-box;
	height: 61px;
	position: relative;
	z-index: 10000;
}
#nav-wrap .nav-box{
	padding: 0px;
}
.nav-center{
	width: 100%;
	text-align: center;
	font-size: 0px;
}

.nav-center .nav-list{
	display: inline-block;
	line-height: 61px;
	position: relative;
	transition: all 0.5s; 
	z-index: 10000;
}
.nav-center .nav-list .nav-list-link{
	display: block;
	padding: 0px 32px;
	height: 61px;
	color: #fff;
	overflow: hidden;
	font-size: 16px;
	transition: all 0.5s;
	position: relative;
}
/* Ð¡³ÌÐòÌØ¶¨µ¼º½Ïî */
.nav-center .nav-list.xiaochengxu .nav-list-link:before{
	content: ' ';
	position: absolute;
	width: 80%;
	height: 30px;
	border-radius: 20px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: #ff7e01;
	z-index: -1;
	
}
.nav-center .nav-list:hover .nav-list-link{
	background-color: #ff7e01;
}

.nav-center .nav-list .nav-list-link:before{
	content: '1 ';
	position: absolute;
	opacity: 1;
	width: 0%;
	height: 3px;
	overflow: hidden;
	background: #ff7f03;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	transition: all 0.5s;
}

.nav-center .nav-list.current .nav-list-link::before{
	width: 100%;
}


/* ÏÂÀ­²Ëµ¥ */
.nav-list .nav-dropdown{
	width: 200px;
	position: absolute;
	top: 88px;
	background: #fff;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
	overflow: hidden;
	height: 0px;
	opacity: 0;
	transition: all 0.3s;
}

.nav-list .nav-dropdown .nav-dropdown-link{
	line-height: 22px;
	margin: 0px;
	border-bottom: 1px solid rgba(224,224,224,0.3);
	position: relative;
	overflow: hidden;
	transition: all 0.5s; 
	box-sizing: border-box;
	text-align: left;
}
.nav-list .nav-dropdown .nav-dropdown-link a{
	display: block;
	font-size: 14px;
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #504f4f;
	transition: all 0.5s; 
}
.nav-list .nav-dropdown .nav-dropdown-link:last-child,.nav-list .nav-dropdown .nav-dropdown-link:last-child:hover{
	border-bottom: 1px solid rgba(224,224,224,0);
}

.nav-list .nav-dropdown .nav-dropdown-link a::after{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 10px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(214,245,167,0.5);
	opacity: 1;
	transition: all 0.5s; 
}
.nav-list .nav-dropdown .nav-dropdown-link:hover{
	border-bottom: 1px solid rgba(224,224,224,0.6);
}
.nav-list .nav-dropdown .nav-dropdown-link:hover a{
	color: #17912e;
}
.nav-list .nav-dropdown .nav-dropdown-link:hover a::after{
	opacity: 1;
	background: #17912e;
}


/* Banner */
.banner{ width:100%; height:650px; overflow:hidden;position: relative;z-index: 999; }
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto; }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:auto; height:auto; position:absolute;  left: 50%; margin-left: -960px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:30px; }
.banner .swiper-pagination-bullet{ background:rgba(255,190,7,0.8); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:13px; height:13px; border-radius:50%;}
.banner .swiper-pagination-bullet-active{background:rgba(2,97,20,0.6);}

.banner .swiper-button-next{width: 100px; height:690px; background:url(/JS9FH1OPUHOQKRSKDEyUJSIoDOgOKSD.jpg) right center no-repeat; opacity:0; right:0px; transition: all 0.5s; top: 0px; bottom: 0px;margin: auto;}



.banner .swiper-button-prev{ width: 100px; height:660px; background:url(/JS9FH1OPUHOQKRSKDEyMISEUTxIsID.jpg) left center no-repeat;  opacity:0; left:0px; transition: all 0.5s; top: 0px; bottom: 0px;margin: auto;}

.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{  opacity:1;}

.banner .swiper-wrapper{ width: auto;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px;}

/* PC * ËÑË÷À¸ */

.search-wrap{
	width: 100%;
	background-color: #f3ffea;
	height: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.search-wrap .search-content{
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
}

.search-wrap .search-content .search-key{
	float: left;
	line-height: 60px;
	user-select: none;
}
.search-wrap .search-content .search-key h2{
	float: left;
	line-height: 60px;
	font-size: 18px;
	color: #1ba03a;
	padding-right: 6px;
}
.search-wrap .search-content .search-key h2 span{
	color: #1ba03a;
	font-size: 26px;
	float: left;
	padding-right: 15px;
	font-weight: normal;
}
.search-wrap .search-content .search-key a{
	display: inline-block;
	font-size: 16px;
	color: #343434;
	padding: 0px 10px;
	transition: all 0.5s; 
}
.search-wrap .search-content .search-key a:hover{
	color: #04a92b;
}

.search-wrap .search-form{
	width:auto;
	height:42px;
	overflow: hidden;
	margin-top: 10px;
	float: right;
	padding: 0px;
}
.search-wrap .search-form .form-group{
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.search-wrap .search-form .form-group .form-text{
	float: left;
	width: 255px;
	margin: 0px;
	padding-left: 0px;
	height: 100%;
	font-size: 15px;
	color: #707070;
	outline: none;
	border: none;
	padding-left: 15px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 15px;
	box-sizing: border-box;
	border-radius: 20px 0px 0px 20px;
}
.search-wrap .search-form .form-group .form-btn{
	width: 65px;
	line-height: 42px;
	background-color: #04a92b;
	box-sizing: border-box;
	border: none;
	outline: none;
	user-select: none;
	float: right;
	transition: all 0.5s;
	border-radius: 0px 20px 20px 0px;
	cursor:pointer;
}
.search-wrap .search-form .form-group .form-btn span{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.search-wrap .search-form .form-group .form-btn:hover{
	background: #049125;
}
.search-wrap .search-form .form-group .form-btn:hover span{
	color: #fff;
}

.home-title{
	text-align: center;
	padding: 30px;
}

.home-title .title{
	font-size: 32px;
	color: #000;
}
.home-title .sub-title{
	font-size: 20px;
	line-height: 30px;
	margin-top: 22px;
}
.home-title .title span{
	color: #17912e;
	padding-right: 30px;
}
.home-title .btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-title .btn-box .item{
	background: #17912e;
	margin: 10px 20px;
	margin-top: 30px;
	color: #fff;
	padding: 8px 30px;
	border-radius: 30px;
}
.home-title .btn-box .item:nth-child(even){
	background: #fe7600;
}

.home-title .more-box{
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	background: #17912e;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 25px;
}
.home-title .more-box:hover{
	background: #ff7e00;
}

.home-product-nav{
	padding: 20px 20px;
	background: #fbfff7;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.home-product-nav .item{
	width: 200px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 60px;
	margin-left: 20px;
}
.home-product-nav .item .img-box{
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #e4f5d7;
	margin-right: 20px;
}
.home-product-nav .item .img-box img{
	width: 100%;
	height: 100%;
}
.home-product-nav .item h2{
	font-size: 20px;
	color: #333;
}
.home-product-nav .item.current .img-box{
	border: 4px solid #17912e;
}
.home-product-nav .item.current h2{
	color: #17912e;
}
.home-product-nav .more{
	display: block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	background: #ff7e00;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.home-product-nav .more .icon{
	font-size: 26px;
	color: #fff;
}

.home-product-box{
	overflow: hidden;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
}
.home-product-box .product-list{
	width: 256px;
	height: 256px;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 35px;
	margin: 15px 20px;
}
.home-product-box .product-list .img-box{
	width: 256px;
	height: 256px;
	overflow: hidden;
}
.home-product-box .product-list .img-box img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.home-product-box .product-list .title{
	height: 45px;
	width: 100%;
	line-height: 45px;
	text-align: center;
	background: rgba(78,171,96,0.9);
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	transition: all 0.4s;
	transform: translateY(100%);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-product-box .product-list .title span{
	padding: 0px 20px;
}
.home-product-box .product-list:hover .title{
	transform: translateY(0%);
}
.home-product-box .product-list:hover .img-box img{
	transform: scale(1.05);
}

/* ÔÚÏßÅäËÍ */
.online-box{
	text-align: center;
	padding: 20px;
}
.online-box .online{
	display: inline-block;
	padding: 5px 30px;
	background: #1ba03a;
	border-radius: 30px;
	color: #fff;
	line-height: 30px;
	transition: all 0.4s;
}
.online-box .online .icon{
	float: left;
	font-size: 30px;
	padding-right: 15px;
}
.online-box .online:hover{
	background: #ff7e00;
}

/* ÓÅÊÆTOP */
.home-banners-Wrap{
	background: url(/JS9FH1OPUISIJ19KDHpLMxOFEOgoDyD.jpg) center center no-repeat;
	height: 276px;
	margin-top: 30px;
	text-align: center;
	position: relative;
}
.home-banners-Wrap .home-banners-content{
	width: 790px;
	height: 156px;
	margin: 0 auto;
	padding: 20px 20px;
	background: #edf6e9;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	flex-direction: column;
	margin-top: 45px;
	border-radius: 30px;
	z-index: 100;
}
.home-banners-Wrap .home-banners-content .title{
	font-size: 32px;
	color: #1ba03a;
	line-height: 40px;
	margin-bottom: 30px;
}
.home-banners-Wrap .home-banners-content .text{
	font-size: 18px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-banners-Wrap .home-banners-content .text span{
	color: #ff7e00;
	font-size: 36px;
	padding: 0px 15px;
}
.home-banners-Wrap .home-banners-content .img-1{
	position: absolute;
	left: -360px;
	bottom: -42%;
	z-index: 2;
}
.home-banners-Wrap .home-banners-content .img-2{
	position: absolute;
	right: -360px;
	bottom: -42%;
	z-index: 2;
}

.advantage-title-wrap{
	text-align: center;
	padding-top: 40px;
}
.advantage-title-wrap .title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
}
.advantage-title-wrap .title span{
	color: #ff7e00;
}
.advantage-title-wrap .title img{
	width: 90px;
	padding-right: 30px;
}
.advantage-title-wrap .bottom-box{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.advantage-title-wrap .bottom-box .item{
	display: inline-block;
	padding: 8px 25px;
	background: #1ba03a;
	margin: 0px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.advantage-title-wrap .bottom-box .item:nth-child(2){
	background: #ff7e00;
}
.advantage-title-wrap .bottom-box .item:nth-child(3){
	background: #41c861;
}
.advantage-title-wrap .bottom-box .item:nth-child(4){
	background: #2a89ff;
}
.advantage-title-wrap .bottom-box .item:nth-child(5){
	background: #ff6600;
}
.advantage-title-wrap .bottom-box .item:nth-child(6){
	background: #117c18;
}


.advantage-box{
	padding: 0;
	min-height: 625px;
	height: auto;
	margin-bottom: 40px;
}
.advantage-box .img-box{
	width: 514px;
	height: 625px;
	position: relative;
	float: left;
}
.advantage-box .img-box .img-1{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	
}
.advantage-box .img-box .img-2{
	width: 340px;
	height: 340px;
	border-radius: 50%;
	border: 7px solid #fff;
	position: absolute;
	right: -10%;
	bottom: -40px;
	box-sizing: border-box;
}
.advantage-box .text-box{
	width: 574px;
	height: auto;
	float: right;
} 
.advantage-box .text-box .text-list{
	overflow: hidden;
	margin-top: 30px;
}
.advantage-box .text-box .text-list .title-wrap{
	height: 78px;
	display: flex;
}
.advantage-box .text-box .text-list .title-wrap .number{
	width: 78px;
	height: 78px;
	background: #1ba03a;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	overflow: hidden;
	color: #fff;
	margin-right: 20px;
	position: relative;
}
.advantage-box .text-box .text-list .title-wrap .number::after{
	content: ' ';
	width: 100%;
	height: 100%;
	background: #016117;
	position: absolute;
	border-radius: 50%;
	left: 0px;
	right: 0px;
	top: 70px;
	margin: auto;
	
}
.advantage-box .text-box .text-list .title-wrap .description{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.advantage-box .text-box .text-list .title-wrap .description .h2{
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 8px;
	color: #1ba03a;
}
.advantage-box .text-box .text-list .title-wrap .description .h2 span{
	color: #ff7e00;
}
.advantage-box .text-box .text-list .title-wrap .description .p{
	font-size: 16px;
	line-height: 30px;
	color: #c0c0c0;
	margin-top: 0px;
	margin-bottom: -5px;
}
.advantage-box .text-box .text-list .text-wrap{
	padding: 20px 25px;
	padding-right: 10px;
}
.advantage-box .text-box .text-list .text-wrap .item{
	font-size: 18px;
	margin: 20px 0px;
	line-height: 32px;
	color: #333;
}
.advantage-box .text-box .text-list .text-wrap .item .left{
	color: #ff7e00;
	padding-right: 15px;
}

.advantage-box.advantage-box-B .img-box{
	float: right;
}
.advantage-box.advantage-box-B .img-box .img-2{
	left: -10%;
	bottom: -40px;
}

.advantage-box.advantage-box-B .text-box{
	float: left;
	padding-left: 10px;
} 

.advantage-box.advantage-box-C .text-box .text-list{
	margin-top: 15px;
}
.advantage-box.advantage-box-C .img-box .img-2{
	width: 184px;
	height: 125px;
	border-radius: 0px;
	border: none;
	left: -30px;
	bottom: -20px;
}
.advantage-box.advantage-box-C .img-box .img-3{
	width: 240px;
	height: 164px;
	position: absolute;
	right: -35px;
	bottom: -20px;
}

.advantage-bottom-Wrap{
	overflow: hidden;
	height: 445px;
	background: url(/JS9FH1OPUIWDD1OpE1IFIO9EJ0SSKI4nK0SI.jpg) top center no-repeat;
	margin-bottom: 10px;
}


.advantage-bottom-box{
	overflow: hidden; 
	color: #fff;
}
.advantage-bottom-box .text-box{
	width: 573px;
	float: left;
	margin-top: 160px;
	text-align: center;
}
.advantage-bottom-box .text-box .h2{
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 20px;
}
.advantage-bottom-box .text-box .p{
	font-size: 18px;
	line-height: 35px;
}
.advantage-bottom-box .text-box .button-box{
	margin-top: 30px;
}
.advantage-bottom-box .text-box .button-box .button{
	display: inline-block;
	background: #1ba03a;
	padding: 6px 26px;
	line-height: 30px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	margin: 0px 15px;
}
.advantage-bottom-box .text-box .button-box .button .icon{
	float: left;
	font-size: 30px;
	padding-right: 15px;
}
.advantage-bottom-box .text-box .button-box .button:nth-child(2){
	background: #ff7e00;
}

/* ³É¹¦°¸Àý */
.home-case-wrap{
	padding: 30px 0px;
	padding-top: 10px;
}

.home-case-wrap .swiper-container{
	padding-bottom: 100px;
}
.home-case-wrap .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.home-case-wrap .swiper-container .swiper-button-next{
	position: absolute;
	top: 412px;
	right: 43%;
	margin: 0 auto;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	border: 1px solid #eeeeee;
	background-size: 20px;
}
.home-case-wrap .swiper-container .swiper-button-prev{
	position: absolute;
	top: 412px;
	left: 43%;
	margin: 0 auto;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	border: 1px solid #eeeeee;
	background-size: 20px;
}
.home-case-item{
	background: #f6f6f6;
	width: 270px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}
.home-case-item .img-box{
	width: 270px;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.home-case-item .img-box .img{
	position: absolute;
	display: block;
	width: 100%;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	margin: auto;
	transition: all 0.4s;
}
.home-case-item:hover .img-box .img{
	transform: scale(1.05);
}
.home-case-item .title{
	padding: 8px 20px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
	transition: all 0.4s;
	padding-top: 15px;
}
.home-case-item .sub-title{
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9d9d9d;
}
.home-case-item .sub-title .icon{
	color: #ff7e00;
	padding-right: 15px;
	font-size: 35px;
}
.home-case-item:hover .title{
	color: #ff7e00;
}

/* ÅäËÍ¶ÔÏó */
.title1 {
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.title1 h2 {
	width: 654px;
	height: 72px;
	margin: 0 auto;
	text-align: center;
	background: url(/JS9FH1OPUHqqDI1KNucSK1H.jpg) top center no-repeat;
	line-height: 67px;
	color: #fff;
	font-size: 30px;
}


.peisong-changsuo-wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

}

.peisong-changsuo-wrap .item {
	position: relative;
	width: 289px;
	height: 317px;
	margin-left: 14px;
	margin-bottom: 14px;
	font-size: 0px;
	overflow: hidden;
	display: block;
}

.peisong-changsuo-wrap .item.item-1,
.peisong-changsuo-wrap .item.item-4 {
	margin-left: 0px;
}

.peisong-changsuo-wrap .item img {
	width: 100%;
	transition: all 0.5s;
}

.peisong-changsuo-wrap .item .title {
	position: absolute;
	background: #17a44f;
	bottom: 0px;
	left: 0px;
	display: table;
	color: #fff;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: lighter;
	border-radius: 0px 20px 20px 0px;
	transition: all 0.5s;
}

.peisong-changsuo-wrap .item.item-1 {
	width: 592px;
}

.peisong-changsuo-wrap .item.item-1 img {
	width: 100%;
}

.peisong-changsuo-wrap .item.item-6 {
	width: 592px;
}

.peisong-changsuo-wrap .item:hover img {
	transform: scale(1.05);
}

.peisong-changsuo-wrap .item:hover .title {
	background: #ff3a3a;
}

/* ¹ØÓÚmg±ùÇòÍ»ÆÆÊ®´óÆ½Ì¨ */
.home-about-wrap{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 30px;
	background: #ffffff;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
.home-about-wrap .home-title .title{
	color: #17912e;
}

.home-about-wrap .home-about-content{
	overflow: hidden;
}
.home-about-wrap .home-about-content .img-box{
	width: 538px;
	height: 362px;
	margin-left: 40px;
	float: left;
	position: relative;
}
.home-about-wrap .home-about-content .text-box{
	width: 558px;
	float: right;
	margin-right: 25px;
}
.home-about-wrap .home-about-content .text-box .title{
	background: #17912e;
	color: #fff;
	line-height: 30px;
	display: table;
	font-size: 20px;
	padding: 10px 20px;
}
.home-about-wrap .home-about-content .text-box .description{
	height: 210px;
	line-height: 26px;
	overflow: auto;
	margin-top: 25px;
	color: #333;
}
.home-about-wrap .home-about-content .text-box .button-wrap{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.home-about-wrap .home-about-content .text-box .button-wrap .item{
	padding: 8px 25px;
	display: block;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin: 10px 10px;
	color: #999999;
	font-size: 16px;
}
.home-about-wrap .home-about-content .text-box .button-wrap .item:hover{
	background: #ff7e00;
	color: #fff;
}
.home-about-wrap .home-about-content .text-box .button-wrap .item:nth-child(1){
	margin-left: 0px;
}

.honor-title-box{
	width: 1127px;
	margin: 0 auto;
	overflow: hidden;
	background: #fafff7;
	margin-top: 50px;
	display: flex;
	height: 45px;
	justify-content: space-between;
	margin-bottom: 10px;
}
.honor-title-box .title{
	background: #17912e;
	display: table;
	color: #fff;
	padding: 0px 35px;
	font-size: 20px;
	line-height: 45px;
}
.honor-title-box .more{
	line-height: 45px;
	color: #17912e;
	padding-left: 15px;
	padding-right: 15px;
	display: table;
}
.honor-title-box .more .icon{
	font-size: 30px;
}

/* ÈÙÓþ */
.homeHonorSwiper{
	width: 1162px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.homeHonorSwiper .swiper-slide{
	display: flex;
	justify-content: center;
}
.home-honor-list{
	display: block;
	width: 256px;
}
.home-honor-list .img-box{
	width: 256px;
	height: 192px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.home-honor-list .img-box img{
	max-width: 90%;
	max-height: 90%;
	display: block;
}
.home-honor-list .title{
	font-size: 16px;
	color: #444444;
	text-align: center;
	font-weight: lighter;
	padding-top: 15px;
	padding-bottom: 10px;
}
.home-honor-list:hover .title{
	color: #17912e;
}
.home-title.gongyingshang-title{
	margin-top: 10px;
}

.home-title.gongyingshang-title .title{
	color: #17912e;
}
.home-title.gongyingshang-title .sub-title{
	display: table;
	margin: 0 auto;
	padding: 5px 30px;
	background: #ff7e00;
	border-radius: 30px;
	color: #fff;
	margin-top: 20px;
}
.home-title.gongyingshang-title .text{
	font-size: 18px;
	padding-top: 20px;
	line-height: 32px;
	color: #9f9f9f;
}
.gongyingshang-content{
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
.gongyingshang-content .item{
	display: inline-block;
	margin: 10px 12px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	transition: all 0.4s;
}
.gongyingshang-content .item img{
	width: 210px;
	height: 120px;
}
.gongyingshang-content .item:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.gongyingshang-more{
	display: table;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	padding: 7px 30px;
	border-radius: 30px;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 20px;
}
.gongyingshang-more:hover{
	border: 1px solid #e5e5e5;
	background: #ff7e00;
	color: #fff;
}
/* news ÖÐÐÄ */

.home-news-title{
	height: 82px;
	line-height: 82px;
	text-align: center;
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
}
.home-news-title .title{
	font-size: 32px;
	position: relative;
	z-index: 2
}
.home-news-title .back{
	font-size: 80px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	position: absolute;
	color: rgba(236,243,231,0.4);
}
.home-news-title .title span{
	color: #17912e;
}


.home_new_all{width:100%; height:auto;  overflow:hidden; padding-bottom:30px; text-align: center;}
.home_new_all .more{
	display:inline-block;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 6px 35px;
	border-radius: 20px;
	z-index: 10;
	margin-top: 10px;
	color: #a6a6a6;
	transition: all 0.5s;
}
.home_new_all .more:hover{
	color: #fff;
	background: #17912e;
	border: 1px solid #17912e;
}
.home_new_nav{width:1200px; height:auto;  margin:0 auto; text-align:center;}
.home_new_nav li{ display:inline-block; padding:10px 35px; background:#f3f3f3; margin-left:20px; margin-right:20px;  cursor:pointer; position: relative; }
.home_new_nav li a{ color:#333; pointer-events: none; }
.home_new_nav li::before{
	content: '';
	width: 0px;
	height: 0px;
	border: 10px solid red;
	border-top-color: #17912e;
	border-bottom-color: rgba(0,0,0,0);
	border-left-color: rgba(0,0,0,0);
	border-right-color: rgba(0,0,0,0);
	position: absolute;
	bottom: -18px;
	left: 0px;
	right: 0px;
	margin: auto;
	opacity: 0;
}
.home_new_nav .current{ background:#17912e; color:#fff;}
.home_new_nav .current a{ color:#fff;}
.home_new_nav .current::before{
	opacity: 1;
}
.home_new_content{width:1200px; height:388px; margin:0 auto; margin-top:45px;}

.home_new_content .swiper-container,.swiper-wrapper,.swiper-slide{width: 100%;height:auto;}

.home_new_content .swiper-slide{ overflow:hidden; text-align:center;}

.home_new_content .swiper-slide .home_new_list{width:50%; height:178px; background:#fff; float:left; overflow:hidden; text-align:left;  box-sizing:border-box; border-bottom: 1px solid #e5e5e5;margin-bottom: 27px;}
.home_new_content .swiper-slide .home_new_list:nth-child(3),.home_new_content .swiper-slide .home_new_list:nth-child(4){
	border: none;
}
.home_new_list dd{width:150px; height:150px; overflow:hidden; border:1px solid #f3f3f3; position:relative;box-sizing:border-box; float: left; background: url(/JS9FH1OPUI9oHy4pD1cF.jpg) center center no-repeat; background-size: 50%;}
.home_new_list dd img{ width:100%; height:100%;transition: all 0.3s;}

.home_new_list .text{ width: 405px; float: left; overflow: hidden; margin-left:20px; }
.home_new_list .text h2{ width:100%; height:auto; margin:0 auto; text-align:left; font-size:16px; line-height:40px; padding-top:2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition:all 0.5s;}
.home_new_list .text li{ width:100%; height:auto; margin:0 auto; font-size:14px; line-height:35px; color: #909090;}
.home_new_list .text li i{ float: left; font-size: 25px; color: #17912e; margin-right: 10px;}
.home_new_list .text p{ width:100%; height:50px; margin:0 auto; margin-bottom: 20px; font-size:14px; color:#a5a5a5; padding-top:5px; line-height:25px; color:#a5a5a5;text-align:justify; text-justify:inter-ideograph; overflow:hidden;}

.home_new_list a{ display:block; width:100%; height:100%;}
.home_new_list a:hover{ text-decoration:none;}

.home_new_list:hover .text h2{ color:#17912e;}

.home_new_list:hover dd img{ transform:scale(1.1); }


/* Á÷³Ì */
.liucheng-Wrap{
	background: #f8f8f8;
	overflow: hidden;
	margin-top: 30px;
}
.liucheng-Wrap .home-news-title{
	margin-top: 20px;
}

.liucheng-box{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 20px;
}
.liucheng-box .item{
	width: 140px;
	height: auto;
	margin: 0px 20px;
}
.liucheng-box .item .yuan-wrap{
	width: 140px;
	height: 140px;
	border: 3px solid #17912e;
	border-radius: 50%;
	text-align: center;
}
.liucheng-box .item .yuan-wrap .icon-wrap{
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	margin-top: 10px;
}
.liucheng-box .item .yuan-wrap .icon-wrap .icon{
	font-size: 50px;
	color: #17912e;
}
.liucheng-box .item .yuan-wrap .title{
	font-size: 18px;
}
.liucheng-box .item .number{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff7e00;
	border-radius: 50%;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	position: relative;
	bottom: 20px;
	z-index: 2;
	font-weight: bold;
}
.liucheng-box .right{
	width: 100px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
}
.liucheng-box .right .icon{
	font-size: 30px;
	color: #d3d3d3;
}

.footer-nav-Wrap{
	background: #ff7e00;
	overflow: hidden;
	min-height: 10px;
}


.footer-nav-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-nav-box a{
	display: block;
	padding: 20px 32px;
	color: #fff;
	font-size: 16px;
	transition: all 0.4s;
}
.footer-nav-box a:hover{
	background: #17912e;
}


.footer-Wrap{
	background: #17912e url(../images/footer-back.jpg) top center no-repeat;
}

.footer-Wrap .footer-content-box{
	overflow: hidden;
	padding-top: 40px;
}

.footer-Wrap .footer-content-box .tel-box{
	width: 400px;
	min-height: 300px;
	padding-bottom: 10px;
	border-right: 1px solid #128427;
	float: left;
}
.footer-Wrap .footer-content-box .tel-box .t{
	font-size: 26px;
	color: #fff;
	line-height: 35px;
	padding-top: 10px;
}
.footer-Wrap .footer-content-box .tel-box .tel{
	font-size: 26px;
	display: table;
	color: #fff;
	line-height: 40px;
	margin-top: 20px;
	overflow: hidden;
}
.footer-Wrap .footer-content-box .tel-box .tel .icon{
	font-size: 40px;
	padding-right: 20px;
	float: left;
	padding-top: 2px;
}
.footer-Wrap .footer-content-box .tel-box .phone{
	background: #0d7821;
	padding: 5px 20px;
	border-radius: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	display: table;
	margin-top: 25px;
}
.footer-Wrap .footer-content-box .tel-box .phone .icon{
	font-size: 30px;
	float: left;
	padding-right: 10px;
}
.footer-Wrap .footer-content-box .contact-box{
	width: 500px;
	margin-left: 50px;
	float: left;
	min-height: 300px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-right: 1px solid #128427;
	box-sizing: border-box;
}
.footer-Wrap .footer-content-box .contact-box .t{
	font-size: 24px;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 19px;
}
.footer-Wrap .footer-content-box .contact-box p{
	color: #fff;
	line-height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 6px;
}
.footer-Wrap .footer-content-box .contact-box p a{
	color: #fff;
}

.footer-Wrap .footer-content-box .contact-box p .icon{
	font-size: 24px;
	margin-right: 20px;
}

.footer-Wrap .footer-content-box .wechat-box{
	width: 165px;
	float: right;
	text-align: center;
}
.footer-Wrap .footer-content-box .wechat-box .qr{
	width: 121px;
	height: 121px;
	border-radius: 30px;
	margin-top: 10px;
}
.footer-Wrap .footer-content-box .wechat-box .t{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.footer-Wrap .footer-content-box .wechat-box .p{
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}
.footer-Wrap .footer-content-box .wechat-box  .li{
	font-size: 18px;
	background: #ff7e00;
	display: table;
	margin: 0 auto;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	margin-top: 15px;
}

.footer-content-bottom{
	border-top: 1px solid #118327;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 20px 10px;
}
.footer-content-bottom a{
	color: #fff;
	padding-right: 20px;
}
.footer-content-bottom .left{
	width: 50%;
	text-align: left;
}
.footer-content-bottom .right{
	width: 50%;
	text-align: right;
}


/* ²à±ßÀ¸ */
.tool-bar-wrap{
	position: fixed;
	right: 0px;
	bottom: 20%;
	z-index: 2000;
	display: none;
}
.tool-bar-wrap .tool-bar-item{
	width: 82px;
	height: 90px;
	display: block;
	background:#ffffff;
	position: relative;
	color: #fff;
	border: 1px solid #f5f5f5;
	color: #757575;
	transition: all 0.5s;
	box-sizing: border-box;
}
.tool-bar-wrap .tool-bar-item .icon-wrap{
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 18px;
	text-align: center;
}
.tool-bar-wrap .tool-bar-item .icon-wrap .icon{
	color: #757575;
	font-size: 34px;
	transition: all 0.5s;
}
.tool-bar-wrap .tool-bar-item .title{
	width: auto;
	font-weight: lighter;
	font-size: 14px;
	transition: all 0.5s;
	line-height: 35px;
	text-align: center;
	font-family: 'Microsoft Yahei' !important;
}
.tool-bar-wrap .tool-bar-item:nth-child(1),.tool-bar-wrap .tool-bar-item:nth-child(2),.tool-bar-wrap .tool-bar-item:nth-child(3){
	border-bottom:none ;
}
.tool-bar-wrap .tool-bar-item:hover .icon-wrap .icon,.tool-bar-wrap .tool-bar-item:hover .title{
	color: #ff7e00;
}
.tool-bar-wrap .tool-bar-item .wechat-hide{
	position: absolute;
	height: auto;
	overflow: hidden;
	width: 140px;
	height: 185px;
	right: 81px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #ffffff;
	flex-direction: column;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	z-index: -1;
	transform: translateX(100%);
	transition: all 0.3s;
	opacity: 0;
}
.tool-bar-wrap .tool-bar-item .wechat-hide img{
	width: 100px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.tool-bar-wrap .tool-bar-item .wechat-hide p{
	font-size: 14px;
	line-height: 22px;
	font-family: 'Microsoft Yahei' !important;
}
.tool-bar-wrap .tool-bar-item .wechat-hide p span{
	color: #ff7e00;
}
.tool-bar-wrap .tool-bar-item:hover .wechat-hide{
	transform: translateX(0%);
	opacity: 1;
}
.tool-bar-wrap .tool-bar-item .tool-tel-box{
	position: absolute;
	height: auto;
	overflow: hidden;
	width: 200px;
	height: 90px;
	right: 81px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	flex-direction: column;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	z-index: -1;
	transform: translateX(100%);
	transition: all 0.3s;
	opacity: 0;
}
.tool-bar-wrap .tool-bar-item .tool-tel-box p{
	font-size: 14px;
	line-height: 30px;
	display: flex;
	font-family: 'Microsoft Yahei' !important;
}
.tool-bar-wrap .tool-bar-item .tool-tel-box p span{
	font-size: 24px;
}
.tool-bar-wrap .tool-bar-item .tool-tel-box strong{
	font-size: 20px;
	color: #ff7e00;
}
.tool-bar-wrap .tool-bar-item:hover .tool-tel-box{
	transform: translateX(0%);
	opacity: 1;
}

/* ÒÆ¶¯¶Ëµ×²¿ */
.navbarFooter{
	display: none;
}

/*²à±ßÀ¸main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:30px;padding-bottom:10%;z-index:9999;font-size:0px;}

.izl-rmenu a{transition:all 0.5s;}
.izl-rmenu .btn{width:50px;height:50px; line-height:50px; line-height:auto; cursor:pointer;position:relative; padding: 0px; margin: 0; margin-top: 5px; text-align:center; display:block; font-size:0px; background:#fff; border:1px solid #F3F3F3 ; }

.izl-rmenu .btn .icon{
	font-size: 30px;
	color: #757575;
	line-height: 95%;
	vertical-align:middle; 
}
.izl-rmenu .btn-qq{ color:#fff; font-size:16px; transition:all 0.5s; }
.izl-rmenu .btn-qq:hover{background-color:#ff6702;}

.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{text-decoration:none;display:block;}

.izl-rmenu .btn-wx{transition:all 0.5s;}
.izl-rmenu .btn-wx:hover{background-color:#ff6702;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-144px;top:0px;display:none;width:143px;height:143px;}

.izl-rmenu .btn-phone{transition:all 0.5s; }
.izl-rmenu .btn-phone:hover{background-color:#038b23;}


.izl-rmenu .btn-phone .phone{background-color:#04a92b;position:absolute;width:260px;left:-260px;top:-1px;line-height:50px;color:#FFF;font-size:16px;text-align:center;display:none; font-size:20px; border-radius: 10px 0px 0px 10px; overflow: hidden;}
.izl-rmenu .btn-phone .phone .phone-list{
	font-size: 16px;
	width: 100%;
	padding: 0px 15px;
	line-height: 50px;
	border-bottom: 1px solid #339d38;
	display: block;
	color: #fff;
	font-weight: bold;
}

.izl-rmenu .btn-phone .phone .phone-list:hover{
	background: #ff6702;
}
.izl-rmenu .btn-phone .phone .phone-list span{
	padding: 0px 10px;
	font-weight: 400;
}
.izl-rmenu .btn-phone .phone .phone-list:last-child{
	border-bottom: none;
}
.izl-rmenu .btn-top{ display:block; }
.izl-rmenu .btn:hover{
	background: #04a92b;
	border:1px solid #04a92b
}
.izl-rmenu .btn:hover .icon{
	color: #fff;
}
/*µ±Ç°Î»ÖÃ*/
.location_all{width:100%; height:auto; height:auto; overflow:hidden; border-bottom: 1px solid #F3F3F3;}
.location_content{width:1200px; height:55px; height:auto; overflow:hidden; margin:0 auto;}
.location_left{ width:800px; height:55px; float:right; overflow:hidden; line-height:48px; font-size:14px; color:#666; text-align:right;}
.location_left strong{ font-size:14px; color:#474747;}
.location_left a{ font-size:14px; color:#666;}
.location_left a:hover{ color:#04a92b;}
.location_left i{ font-size:25px;   margin-right:15px; color:#04a92b; position:relative; top:3px;}

.location_right{ width:300px; min-height:55px; height:auto; overflow:hidden; text-align:left; float:left;}
.location_right h2{ display:inline-block; line-height:55px; font-size:20px; font-weight:400; color:#333;}
.location_right h2 i{ font-size:25px; color:#04a92b; float:left; margin-left:15px; margin-right:15px;}

/*¹ØÓÚÎÒÃÇÒ³Ãæ*/
.banner_min{ width:100%; height:300px; overflow:hidden; position:relative;}
.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
.banner_min img{ width:1920px; height:auto; position:absolute;  left: 50%; margin-left: -960px; }


/*ÄÚÈÝµ¼º½*/
.content_nav{width:100%; min-height:0px; margin:0 auto; overflow:hidden; text-align:center; background:#fff5ec; padding: 15px;)
 font-size:0px}
.content_nav .content_nav_content{ width:auto; max-width: 1200px; display: inline-block; margin:0 auto; text-align: center;  padding: 0px 10px; padding-bottom:10px}

.content_nav .list{ line-height:30px; height:auto; display:inline-block;  font-size:15px; color:#fff; padding: 4px 20px; border-radius: 30px; margin: 10px 10px; background: #04a92b; transition: all 0.5s; margin-bottom:0px;}
.content_nav .list:hover{ background:#78c340; color:#fff; text-decoration:none; }
.content_nav .no{ background:#ff7e01; color:#fff; color:#fff; }
.content_nav .no a{ }
.content_nav .no:hover{ background:#78c340;}

.about_content{ width:1200px; height:auto; margin:0 auto; min-height:220px; padding-top:40px; padding-bottom:30px;}
.about_content img{ width:auto; max-width:100%;height:auto; }
.about_content p{ line-height:28px; }



/* ÈÙÓþ×ÊÖÊ */
.honor_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:10px; padding-bottom:20px;}

.honor_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative; padding-top:15px; font-size: 0px; border-radius: 20px 20px 0px 0px;}
.honor_list ul .pImg{display:block;width:230px;height:230px; border:1px solid #e3e3e3;background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}
.honor_list ul img{max-width:85%; width:auto; height:auto; max-height:85%;  vertical-align: middle; transition: all 0.5s; border:none}

.honor_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.honor_list ul:hover:before{width:100%;background:#04a92b;transition:all 1s;}

.honor_list ul p{ width:90%; margin:0 auto;height:45px;line-height:45px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; font-size:15px;}
.honor_list ul .icon{
	height: 30px;
	overflow: hidden;
	font-size: 25px;
	color: #ccc;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 0.5s;
}
.honor_list ul:hover a{ text-decoration:none;}
.honor_list ul:hover p{ color:#04a92b;}
.honor_list ul:hover .icon{
	color: #04a92b;
}

/* Í¼Æ¬ÁÐ±í */
.case_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:10px; padding-bottom:20px;}

.case_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative; padding-top:15px; font-size: 0px; border-radius: 20px 20px 0px 0px;}
.case_list ul .pImg{display:block;width:230px;height:230px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.case_list ul .pImg img{width:230px; height:auto; max-height:230px; vertical-align: middle;}

.case_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.case_list ul:hover:before{width:100%;background:#04a92b;transition:all 1s;}

.case_list ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:16px; padding-top:5px; font-weight:400;}

.case_list ul:hover a{ text-decoration:none;}
.case_list ul:hover p{ color:#04a92b;}
.case_list ul:hover h2{color:#04a92b;}

.case_list ul .icon{
	height: 30px;
	overflow: hidden;
	font-size: 25px;
	color: #ccc;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 0.5s;
}
.case_list ul:hover .icon{
	color: #04a92b;
}

/* ºÏ×÷»ï°é */
.hezuo-list{
	overflow: hidden;
}
.hezuo-list ul .pImg{
	height: 100px;
}

/*ÐÂÎÅÖÐÐÄ*/
.new_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; margin-top: 20px; }
.new_list ul{ width:1100px; height:200px; float:left; overflow:hidden; border: 1px solid #fff; border-bottom:1px solid #f3f3f3; position:relative;transition:all 1.0s; margin-left:50px; margin-top:30px;}
.new_list ul a{ display:block; width:100%; height:100%; transition:all 1.0s;}

.new_list ul dd{ width:200px; height:200px; overflow:hidden; background:#FFF url(/JS9FH1OPUI9oHy4pD1cF.jpg) center center no-repeat;transition:all 1.0s;  text-align:center; background-size:100px; border-bottom:1px solid #f3f3f3; transition:all 0.6s; float: left; display: flex; align-items: center; justify-content: center; border: 1px solid #f3f3f3; box-sizing: border-box;}

.new_list ul dd img{ width:200px;  height:auto; max-height: 200px; !important; transition:0.5s linear 0.1s; }  

.new_list ul .new_list_content{
	width: 840px;
	float: right;
	margin-right: 30px;
}

.new_list ul h2{ width:auto; margin:0 auto; height:60px; line-height:60px; font-size:18px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; transition:all 0.6s; font-weight: bold;}
.new_list ul p{ font-size:15px; width:auto; height:80px; margin:0 auto; overflow:hidden; line-height:25px; color:#949494; text-justify:inter-ideograph; }

.new_list ul li{ width:auto; margin:0 auto; line-height:40px; color:#bababa; font-size:14px; padding-top:5px;}
.new_list ul li i{ float:left; padding-right:10px; font-size:18px;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1);  }
.new_list ul:hover h2{ color:#04a92b;}

/*·­Ò³ÑùÊ½*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:40px;margin-bottom:0px;}
#fenye li{padding: 0;list-style: none;}

#fenye .pagination .active a{background: #04a92b;color: #fff;}
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius:10px;display: inline-block;text-align: center;}

.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 10px 15px;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; margin-left:10px; margin-right:10px;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#04a92b; color:#fff;}
.pagination>li a:focus{
	border: 1px solid #04a92b;
}
.pagination>.active>a{
	border: 1px solid #04a92b;
}

.inerPage-home-banners{
	margin-top: 35px;
}


/*ÄÚÒ³*/
.tu_lei_main				{ width:1200px; height:auto; overflow:hidden; margin:0 auto; margin-bottom:0px; margin-top:20px;}
.tu_lei_main_l				{ width:300px; height:auto; float:left; overflow:hidden;} 

.tu_lei_main_l_t1			{ width:296px; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:0px; border:2px solid #f3f3f3; margin-top:0px; margin-bottom:30px; border-radius:15px;}

.tu_lei_main_l_t1_title		{ width:100%; height:auto; margin:0px; padding-left:15px; padding-top:5px; padding-bottom:5px; background:#fff; overflow: hidden;}
.tu_lei_main_l_t1_title i{float:left; line-height:50px;color:#04a92b; font-size:30px; margin-right:15px;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:auto; height:50px; float:left; font-size:18px; color:#04a92b; line-height:50px; font-family:"xihei";}

.tu_lei_main_l_t1 .ce .no{ background:#ff7e01; color:#fff; border:none !important0 }
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none;  overflow: hidden; }
.ce li i{ font-size:20px; float:left; margin-right:5px; color: #04a92b; margin-right: 10px;}
.ce li a{padding: 12px 10px 12px 20px; line-height: 30px; color:white;display:block;cursor:pointer; text-decoration:none; color:#3f3f3f; font-size:16px; transition:all 0.5s; border-top:1px solid #f3f3f3;}

.ce li a:hover{ background: #f3f3f3; color:#000;}

.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#04a92b; border:none;}
.ce li .xuanze{ background:#f4f4f4; color:#04a92b; border:none;}
.ce li .xuanze i,.ce li .xuanze i,.ce li .no i {color: #fff;}

.er{ margin-bottom:0px; overflow:hidden; padding-left:8%;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:16px; }
.er li a{display:block; color:white;font-size:14px; padding:5px;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#04a92b;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:#0075c5;}
.er .e_li .thr li a:hover{ background:#0075c5 ;}
.er .e_li .thr li .xuan{ background:#0075c5;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:#0075c5;}
.er .e_li .thr li a:hover{background:#0075c5;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:296px; height:auto;background:#F3F3F3; overflow:hidden; padding:0px 0; margin-bottom:0px; border:2px solid #f3f3f3; margin-top:0px; margin-bottom:30px; border-radius:15px; padding-bottom: 10px; }

.tu_lei_main_l_t2_title		{ width:100%; height:auto; margin:0px; padding-left:15px; padding-top:5px; padding-bottom:5px;  overflow: hidden; line-height: 50px;}
.tu_lei_main_l_t2_title i{float:left; color:#04a92b; font-size:25px; margin-right:15px;padding-left: 5px;}
.tu_lei_main_l_t2_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t2_title b	{ width:auto; height:50px; float:left; font-size:18px; color:#04a92b; line-height:50px; font-family:"xihei";}

.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}

/* ÍÆ¼öÅäËÍ²úÆ· */
#quotation					{width:262px;height:262px;overflow:hidden; margin:10px 9px; border-radius: 20px; background: #F0F0EE;}
#quotation li				{ position:relative;}
#quotation li .a-r			{ text-align:center;}
#quotation li img			{  width:262px; height:262px;}
#quotation li p		{ display:block; width:100%; height:100%; line-height: 262px; overflow:hidden; font-size:16px; color:#fff; background:rgba(255,134,15,0.8); position:absolute; top:0; left:0; right: 0px; bottom: 0px; z-index:10; text-align:center;text-overflow: ellipsis; white-space: nowrap;course:hand; transition: all 0.5s; transform: translateY(100%);}
#quotation li:hover p{
	transform: translateY(0px);
}

.index_tumian_r				{ width:870px; height:auto; float:right; background-color:#fff; margin-bottom:20px; overflow:hidden;}


.neirong{ width:870px; height:auto; min-height:300px; padding-top:0px; padding-bottom:10px; margin:0 auto; overflow:hidden; }
.neirong_title{ width:870px; height:auto; height:auto; font-size:26px; font-family:"Î¢ÈíÑÅºÚ";color:#3f3f3f; line-height:38px;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:15px; padding-bottom:5px;}
.neirong_title h1{ font-size:26px;}
.neirong_time{font-size:14px; font-family:"Î¢ÈíÑÅºÚ";color:#999; line-height:50px; word-spacing:8px; letter-spacing:1px; width:100%; height:auto; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:5px; margin-bottom:15px;}

.neirong_con_title{
	height: auto;
	border-bottom: 1px solid #F3F3F3;
	font-size: 20px;
	color: #04a92b;
	position: relative;
	line-height: 30px;
	padding-bottom: 10px;
}
.neirong_con_title .icon{
	float: left;
	font-size: 10px;
	color: #fe751a;
	padding-right: 20px;
}

.neirong_con{font-family:"Î¢ÈíÑÅºÚ";color:#333;  width:870px; height:auto; margin:0 auto; overflow:hidden; min-height:300px; padding-bottom:15px; padding-top:20px; font-size:16px;}
.neirong_con img{max-width:100%; width:auto; height:auto;}
.neirong_con p{ line-height:30px;}
/**/

.images_list{width:266px; height:auto; float:left; background:#04a92b; margin-bottom:23px; margin-left:10px; margin-right:12px; border:1px solid #e8e8e8; transition:all 0.5s; overflow:hidden; font-size:0px;
border-radius: 20px;
}
.images_list dd{width:100%; height:266px; overflow:hidden; }
.images_list img{width:100%; height:266px; transition:all 0.5s; }
.images_list:hover img{ transform:scale(1.1); }
.images_list h2{width:90%; margin:0 auto; height:42px; line-height:42px; font-size:15px; font-weight:400; text-align:center; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;course:hand; color:#fff;}
.images_list a{ color:#333; text-decoration:none;}
.images_list:hover{ background:#ff7e01;}
.images_list:hover a{color:#fff;}



.pro_fanye{ margin-top:30px !important;}
/*²úÆ·ÄÚÈÝ*/

.product-top{width:870px; margin:0 auto; height:auto; overflow:hidden; padding-bottom:30px; }

#preview{ float:none; text-align:center; width:375px; float:left; margin-left:0px; margin-top:0px;}

.jqzoom{ width:375px; height:375px; position:relative; border:1px solid #eeeeee;}
.jqzoom img{width:100%; height:100%;}
.jqimg{ display:none;}

.zoomdiv{  height:800px; width:800px;}


#spec-n5{width:375px; height:70px;overflow:hidden; margin-top:20px;}
#spec-list{ width:100%; float:left; overflow:hidden;  display:inline-block; text-align:center;}
#spec-list ul{ width:100%;}
#spec-list ul li{  display:inline-block; width:60px; margin-left:10px; margin-right:10px;}
#spec-list ul li img{ padding:2px; border:1px solid #f3f3f3; width:60px; height:60px; }

/*jqzoom*/
.jqzoom{position:relative;padding:0; background:#fff; z-index:1;}

.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:600px;height:600px;
background:#fff no-repeat center center;border:1px solid #e4e4e4;display:none;
text-align:center;overflow: hidden; background:#fff; }

.bigimg{width:800px;height:800px; display:block; z-index:12313; background:#fff; }

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move; }

/**/

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}
#spec-list .lish_on img{ border:2px solid #ff680c !important;padding:1px !important; }

.product-top-right{ width:450px; height:auto; float:right; overflow:hidden; }
.product-top-right h2{ font-size:16px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:50px; padding-left:30px; color:#04a92b; font-family:"xihei";}
.product-top-right h2 a{ color:#999;}
.product-top-right h2 a:hover{ color:#04a92b;}
.product-top-right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:30px; padding-top:15px; padding-bottom:15px; font-weight:800;}
.product-top-right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:25px; height:80px; overflow:hidden;}
.product-top-right h4 a{ width:150px; height:35px; display:block; background:#04a92b; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px; transition: all 0.5s;}
.product-top-right h4 a:hover{ background: #fe751a;}
.product-top-right h4 a i{ padding-right:20px; font-size: 20px; float: right;}

.product-top-right .lx{ width:450px; font-size:14px; font-weight:300;  line-height:26px;  height:210px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; margin-top:30px; }
.product-top-right .lx .tedian{ padding-top:0px; padding-bottom:30px; padding-left:30px; padding-right:30px;}
.product-top-right .lx p{ font-size:14px;  color:#575757; text-align:justify; text-justify:inter-ideograph;}
.product-top-right .lx p span{ color:#04a92b;}

/*·Å´ó¾µ½áÊø*/

.product_content_top{width:1200px; height:auto; margin:0 auto; overflow:hidden;  display:none;} 
.product_content_top .left{ width:600px; height:500px; float:left; overflow:hidden; }

.product_content_list{width:600px; height:auto; margin:0 auto; overflow:hidden; }

.product_content_list .swiper-container{width:100%;height:100%;text-align:center; 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; margin-top:0;}
.product_content_list .swiper-wrapper{width:100%; margin:0 auto; }
.product_content_list .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.product_content_list .swiper-slide ul{width:500px; height:375px; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff; margin-top:0px;  float:left; overflow:hidden; margin-left:50px; margin-top:60px;}

.product_content_list .swiper-slide ul img{  width:100%;height:100%;}
.product_content_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:20px;}
.product_content_list .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.product_content_list .swiper-pagination-bullet-active{ background:#3f3f73;}
.product_content_list .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:0px; }
.product_content_list .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.product_content_list .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:0px;}
.product_content_list .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.product_content_top .right{ width:500px; height:500px; float:right; overflow:hidden; }
.product_content_top .right h2{ font-size:25px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px; color:#04a92b}
.product_content_top .right h2 a{ color:#333;}
.product_content_top .right h2 a:hover{ color:#04a92b;}
.product_content_top .right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px;}
.product_content_top .right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:25px; height:80px; overflow:hidden;}
.product_content_top .right h4 a{ width:150px; height:35px; display:block; background:#04a92b; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:470px; font-size:14px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:30px; padding-left:30px; height:240px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; }
.product_content_top .right .lx p{ font-size:14px; padding-top:30px; color:#575757; padding-bottom:30px;}
.product_content_top .right .lx p span{ color:#04a92b;}

.play_qr{ width:200px; height:auto; background:#fff; text-align:center; padding-top:20px; padding-bottom:15px;}
.play_qr img{ width:160px; height:160px;}
.play_qr h2{ line-height:40px; font-size:16px; font-family:"xihei"; text-align:left;}
.play_qr h2 i{ font-family:"Î¢ÈíÑÅºÚ"; font-size:30px; float:left; font-weight:300; padding-left:30px; padding-right:15px; color:#12cc39;}



.product_content_content{width:100%; min-height:100px; height:auto; overflow:hidden; margin:0 auto; margin-top:10px;}
.product_content_content h2{width:100%; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:400; color:#333; overflow:hidden; border-bottom:1px solid #eaeaea;  text-indent:2%; background:#f3f3f3; }
.product_content_content h2 strong{font-family:"xihei"; font-family:800;}
.product_content_content h2 i{color:#04a92b; padding-right:0px; font-family:300; font-size: 20px; float: left; padding-left: 15px; line-height:52px}

.chanpin_content{ width:100%; margin:0 auto; height:auto; overflow:hidden; padding-top:20px; padding-bottom:10px; min-height:200px;}
.chanpin_content p{ line-height:30px;}
.chanpin_content img{ max-width:100%; height:auto;}

.xiayiye{width:100%; height:auto; line-height:40px; overflow:hidden; margin-top:15px; border-top:1px solid #dadada; margin-bottom:0px; padding-top:10px; overflow:hidden;}
.xiayiye p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; padding-left:20px; margin-top:5px;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:14px; padding-left:20px;}
.xiayiye p a:hover{ text-decoration:underline; color:#04a92b;}

/*ÐÂÎÅÄÚÈÝ*/
.new_content_all{ padding-bottom:10px;}
.new_content_title{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:40px; padding-top:50px;}
.new_content_title h2{ font-size:30px;}
.new_content_time{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:30px;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:0.5rem;}

.shebeizhanshi_xinxi{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:10px; border-bottom:2px solid #f3f3f3; padding-bottom:10px; border-top:2px solid #f3f3f3; margin-top:30px;}
.shebeizhanshi_xinxi p{ font-size:16px; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:18px;}

.new_content { width: 1150px; margin:0 auto; min-height:200px;background:none; overflow:hidden; padding-top:30px; padding-bottom:30px; font-size:15px; line-height:30px; color:#333; text-align:justify; text-justify:inter-ideograph;}
.new_content p{ line-height:30px; color:#333; font-size:16px;}
.new_content img{ max-width:100%; width:auto; height:auto !important;}


.neirong_next1					{font-size:16px; font-family:"Î¢ÈíÑÅºÚ";color:#3f3f3f; line-height:30px; width:1200px; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:20px; margin-top:30px; margin-bottom:10px;}
.neirong_next1 p				{ width:50%; float:left; overflow:hidden; line-height:30px;}
.neirong_next1 p i{ font-size:20px; float:left; padding-right:10px;}
.neirong_next1 p.np1			{ text-align:right; }
.neirong_next1 p.np1 i{ float:right;padding-left:10px;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:14px; font-family:"Î¢ÈíÑÅºÚ";color:#333333; line-height:30px; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#04a92b; text-decoration:underline;}


/*ËÑË÷½á¹û*/
/*ËÑË÷*/
.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px;}
.ss_no strong{ color:#04a92b;}

/*ÁªÏµÎÒÃÇ*/
.contact_content{width:1200px; height:auto; margin:0 auto; padding-top:30px; padding-bottom:50px; overflow:hidden; display: flex; justify-content: space-around; align-items: flex-start; align-content: center; flex-wrap: wrap;}

.contact_content .left{ width:auto; float:left; height:auto; overflow:hidden; border-right: 1px solid #f3f3f3; padding-right:30px; width:660px; flex-wrap: wrap;}

.contact_content .left .contact_ul{ width:95%; height:auto; overflow:hidden; border-bottom:1px solid #f3f3f3; padding-bottom:30px;}
.contact_content .left .contact_ul h2{ font-size:26px; line-height:45px; padding-bottom:0px; color:#ff7e01}
.contact_content .left .contact_ul li{ width: 100%; font-size:16px; line-height:28px; margin-bottom:20px; margin-top:20px; text-justify:inter-ideograph; color:#333; display:block; overflow: hidden;}
.contact_content .left .contact_ul li strong{ color:#04a92b; padding-right:10px; float:left; display: block;}

.contact_content .left .contact_ul li p{ float:left; width:70%;  height:auto;display:inline-block; margin-bottom: 0px; margin-top: 0px;}


.contact_content .left .contact_ul li a{ color:#333;}
.contact_content .left .contact_ul li i{ float:left; line-height:28px; font-size:24px; padding-right:10px; color:#04a92b; display: block;}
.contact_content .left .contact_ul li dd { float:left; display:block;}
.contact_content .left .contact_ul li dd img{ display:block; float:left; width:140px; height:140px;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:20px; margin-right:15px;}
.contact_content .left .face h2{font-size:20px; line-height:50px; padding-bottom:20px;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:30px; margin-right:30px;}
.contact_content .left .face a img{ width:36px; height:36px;  }
.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}


.contactMap{
	width: 1050px;
	margin: 0 auto;
	height: 400px;
	text-align: center;
}
.contactMap #allmap{
	width: 100%;
	height: 400px;
}

.contactMoreMap{
	text-align: center;
	padding-bottom: 10px;
}
.contactMoreMap a{
	display: inline-block;
	padding: 8px 30px;
	background: #F3F3F3;
	font-size: 14px;
	transition: all 0.5s;
}
.contactMoreMap a:hover{
	background: #999;
	color: #fff;
}
.contact_right_txt{
	width: auto;
	
	
}
.contact_right_txt h2{
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	color: #fe751a;
}
.contact_right_txt p{
	line-height: 30px;
	font-size: 15px;
}

.contact_content .right{ width:auto;  float:right; background:#fff; overflow:auto; padding-left: 60px; max-width: 400px;}

.contact_content .right .content{ width:88%; min-width:88%; max-width:88%; display:none;}

.inerPage-home-banners-A-wrap{
	margin-top: 40px;
}

/* ÄÚÒ³×¨ÓÃ */
.inerPage-home-about-Wrap{
	background: #fff;
	padding-bottom: 0px;
}
.inerPage-home-about-Wrap .home_about{
	background: #f8f8f8;
}
.inerPage-advantage-top-Wrap{
	margin-top: 0px;
}


/* ËÑË÷ */
.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px;}
.ss_no strong{ color:#c43a30;}

.suo_text{ width:1200px; margin:0 auto; text-align:center; overflow:hidden; padding-top:30px; padding-bottom:30px; border-bottom:1px solid #ccc;}
.suo_text h2{ line-height:40px; font-size:24px; font-weight:400;}
.suo_text h2 span{ color:#c43a30; padding-left:0px; padding-right:0px; font-size:22px; font-weight:800}
.suo_text h2 strong{ color:#c43a30; padding-left:10px; padding-right:10px; font-size:22px;font-weight:800;}

	/* PC css end  */

}