/* 移动端 */
@media (min-width:1px) and (max-width:1198px){
	body{ background:#ffffff; overflow-x:hidden; font:1rem/1.5 "microsoft yahei",sans-serif; position:relative; min-width: 25.6rem; }
	p{
		font-size: 1rem;
		font-weight: lighter;
	}
	h1,h2,h3,h4,h5,h6{
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size: 1.2rem;
	}
	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:1rem;}
	p{ font-size:1rem; padding: 0px; margin: 0px;}
	li{ list-style:none; font-size:1rem;}
	
	ul{
		padding: 0px;
		margin: 0px;
	}
	
	.float-right{
		float: right;
	}
	.float-left{
		float: left;
	}
	.container-wrap{
		width: auto;
		max-width: 25.6rem;
	}
	
	.header-wrap{
		display: none;
	}
	
	
	/* 导航 */
	#nav-wrap {
		width: 100%;
		background: #ffffff;
		height: 4rem;
		position: relative;
		z-index: 1000;
		top: 0px;
		left: 0px;
		position: fixed;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	}
	
	#nav-wrap .nav_show {
		display: block;
		transform: translateX(0) !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	#nav-wrap .container {
		width: 100%;
		padding: 0px;
	}
	
	#nav-wrap .mobile-logo a {
		display: block;
		padding-left: 0.4rem;
		padding-top: 0.4rem;
		padding-right: 1rem;
	}
	
	#nav-wrap .mobile-logo {
		width: auto;
		height: 4rem;
		margin-left: 0.2rem;
		float: left;
	}
	
	#nav-wrap .mobile-logo img {
		width: auto;
		height: 3.2rem;
		float: left;
	}
	
	#nav-wrap .mobile-name {
		width: 13rem;
		height: 4rem;
		overflow: hidden;
		float: left;
		font-size: 0px;
		line-height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	#nav-wrap .mobile-name h2 {
		font-size: 1.1rem;
		line-height: 1.6rem;
		color: #016117;
	}
	#nav-wrap .mobile-name h2 span{
		color: #ff7e00;
		padding-right: 1rem;
	}
	#nav-wrap .mobile-name p{
		font-size:1rem;
		color: #333;
	}
	
	.nav-center {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 10040;
		top: 4rem;
		left: 0px;
		background-color: #f8f8f8;
		overflow: auto;
		transform: translateX(-100%);
		transition: all 0.5s;
		padding-top: 0.5rem;
		padding-bottom: 4rem;
		opacity: 0;
	}
	
	.nav-center .nav-list {
		display: block;
		width: 22rem;
		border-bottom: 1px solid rgba(226, 226, 226, 0.8);
		box-sizing: border-box;
		position: relative;
		z-index: 999;
		margin: 0 auto;
		background-size: 1.1rem;
		height: auto;
		float: none;
	
	}
	
	.nav-center .nav-list .nav-list-link {
		display: block;
		width: 100%;
		overflow: hidden;
		padding-left: 0px;
		font-size: 1.1rem;
		height: 3rem;
		line-height: 3rem;
		color: #000;
		font-weight: 800;
		background: url(/JS9FH1OPUI5oI1urIuyUJSIoDOgOKSD.jpg) 21rem center no-repeat;
		background-size: 1rem;
		float: none;
		position: relative;
	}
	
	
	.nav-center .nav-list.open .nav-list-link{
		background: url(/JS9FH1OPUI5oI1urIuyUJSIoDOusKE1RJ1L.jpg) 21rem center no-repeat;
		background-size: 1rem;
	}
	.nav-center .nav-list.current .nav-list-link{
		color: #17912e;
	}
	
	.nav-center .nav-list.noChild .nav-list-link {
		background: url(/JS9FH1OPUI5oI1urIuyUJSIoDOuJKE1RJ1L.jpg) 21rem center no-repeat !important;
		background-size: 1rem !important;
	}
	
	.nav-center .nav-list:active:before {
		opacity: 1;
		top: 0px;
	}
	


	
	
	/* 下拉菜单 */
	.nav-list .nav-dropdown {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: left;
		position: relative;
		top: 0px;
		display: none;
		z-index: 1000;
		opacity: 1;
		transition: all 0s;
		overflow: hidden;
	}
	
	.nav-list .nav-dropdown .nav-dropdown-link {
		line-height: 1.8rem;
		font-size: 0px;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #F3F3F3;
		
	}
	
	.nav-list .nav-dropdown .nav-dropdown-link a {
		line-height: 1.8rem;
		width: auto;
		display: block;
		font-size: 1rem;
		background-size: 5px;
		padding: 0.5rem 1.95rem;
		margin-left: 0.5rem;
		position: relative;
		transition: all 0.3s;
		position: relative;
	}
	
	.nav-list .nav-dropdown .nav-dropdown-link:last-child,
	.nav-list .nav-dropdown .nav-dropdown-link:last-child:active {
		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: 0.5rem;
		margin: auto;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: rgba(213, 245, 165, 0.6);
		opacity: 1;
		transition: all 0.5s;
	}
	
	.nav-list .nav-dropdown .nav-dropdown-link:active {
		border-bottom: 1px solid rgba(224, 224, 224, 0.6);
	}
	
	.nav-list .nav-dropdown .nav-dropdown-link:active a {
		color: #016117;
	}
	
	.nav-list .nav-dropdown .nav-dropdown-link:active a::after {
		opacity: 1;
		background: #016117;
		border-left-color: #016117;
	}
	
	/* 按钮 */
	#menuBtn {
		display: block;
		position: relative;
		width: 5.5rem;
		height: 4rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		font-size: 30px;
	}
	
	#menuBtn span {
		display: block;
		position: absolute;
		top: 48%;
		margin: 0 auto;
		width: 45%;
		height: 0.1rem;
		border: none;
		cursor: pointer;
		color: inherit;
		left: 30%;
	}
	
	#menuBtn span:after,
	#menuBtn span:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		height: 100%;
		-ms-transform: translate(-50%, -0.7rem);
		-webkit-transform: translate(-50%, -0.7rem);
		transform: translate(-50%, -0.7rem);
		-ms-transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
	
	#menuBtn.open span {
		background: 0 0
	}
	
	#menuBtn span:after {
		-webkit-transform: translate(-50%, .7em);
		-moz-transform: translate(-50%, .7em);
		-ms-transform: translate(-50%, .7rem);
		-o-transform: translate(-50%, .7rem);
		transform: translate(-50%, .7rem)
	}
	
	#menuBtn.open span:before {
		-ms-transform: translate(-48%, 0) rotate(45deg);
		-webkit-transform: translate(-48%, 0) rotate(45deg);
		transform: translate(-48%, 0) rotate(45deg)
	}
	
	#menuBtn.open span:after {
		-ms-transform: translate(-52%, 0) rotate(-45deg);
		-webkit-transform: translate(-52%, 0) rotate(-45deg);
		transform: translate(-52%, 0) rotate(-45deg)
	}
	
	#menuBtn span,
	#menuBtn span:after,
	#menuBtn span:before {
		background-color: #016117;
		-webkit-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease
	}
	
	/* 移动端导航电话 */
	.mobile-nav-tel {
		padding: 1rem 2rem;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		flex-flow: row wrap;
		align-content: center;
	}
	
	.mobile-nav-tel .title {
		width: 100%;
		text-align: center;
		flex-basis: 100%;
		line-height: 3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin-bottom: 0.8rem;
		font-size: 1.2rem;
		font-weight: bold;
		color: #ff7e00;
	}
	
	.mobile-nav-tel .title span {
		font-size: 2rem;
		padding-right: 1rem;
		font-weight: 300;
	}
	
	.mobile-nav-tel .tel {
		display: inline-block;
		text-align: center;
		flex-basis: unset;
		padding: 0.5rem 2rem;
		background: #ff9f00;
		color: #fff;
		border-radius: 20px;
		margin-bottom: 1.5rem;
	}
	
	.mobile-nav-tel .tel:last-child {
		background: #17912e;
	}
	
	.banner {
		width: 100%;
		height: 16.2rem;
		overflow: hidden;
		margin-top: 4rem;
	}
	
	.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: 40rem;
		height: auto;
		position: absolute;
		left: 50%;
		margin-left: -20rem;
	}
	
	.banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fractio {
		bottom: .8rem;
	}
	
	.banner .swiper-pagination-bullet {
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		 background:rgba(255,190,7,0.8);
	}
	
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 7px;
		
	}
	
	.banner .swiper-pagination-bullet-active {
		background: #016117;
	}
	
	.banner .swiper-button-next {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		right: 1rem;
	}
	
	.banner .swiper-button-next:active {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	
	.banner .swiper-button-prev {
		filter: alpha(opacity=0);
		-moz-opacity: 0.4;
		opacity: 0;
		left: 1rem;
	}
	
	.banner .swiper-button-prev:active {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	
	
	.search-wrap {
		width: 100%;
		background-color: #F3F3F3;
		height: 4rem;
		overflow: hidden;
		margin-bottom: 0rem;
	}
	
	.search-wrap .search-content {
		width: 100%;
		margin: 0px auto;
		padding: 0px;
	}
	
	.search-wrap .search-content .search-key {
		float: left;
		line-height: 4rem;
		user-select: none;
		display: none;
	}
	
	.search-wrap .search-form {
		width: 23rem;
		height: 2.5rem;
		overflow: hidden;
		float: none;
		margin: 0 auto;
		margin-top: 0.75rem;
		border-radius: 20px;
	}
	
	.search-wrap .search-form .form-group {
		width: auto;
		height: 100%;
		background: #fff;
		border-radius: 1rem;
		overflow: hidden;
	}
	
	.search-wrap .search-form .form-group .form-text {
		float: left;
		width: 15rem;
		margin: 0px;
		padding-left: 0px;
		height: 100%;
		font-size: 1rem;
		color: #707070;
		outline: none;
		border: none;
		padding-left: 10px;
		overflow: hidden;
	
	}
	
	.search-wrap .search-form .form-group .form-btn {
		width: 4rem;
		line-height: 2.5rem;
		background-color: #016117;
		box-sizing: border-box;
		border: none;
		outline: none;
		user-select: none;
		float: right;
	}
	
	.search-wrap .search-form .form-group .form-btn span {
		font-size: 1.5rem;
		color: #fff;
		font-weight: bold;
	}
	
	.search-wrap .search-form .form-group .form-btn:active {
		background: #049426;
	}
	
	.search-wrap .search-form .form-group .form-btn:active span {
		color: #fff;
	}
	
	/* title 通用 */
	.home-title{
		text-align: center;
		padding: 1rem;
	}
	
	.home-title .title{
		font-size: 1.4rem;
		color: #000;
	}
	.home-title .sub-title{
		font-size: 1.4rem;
		line-height: 2rem;
		margin-top: 0.5rem;
	}
	.home-title .title span{
		color: #17912e;
		padding-right: 1rem;
	}
	.home-title .btn-box{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.home-title .btn-box .item{
		background: #17912e;
		margin: 0.5rem 0.6rem;
		margin-top: 1rem;
		color: #fff;
		padding: 0.5rem 1rem;
		border-radius: 1rem;
	}
	.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: 0.5rem;
		background: #fbfff7;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		flex-wrap: wrap;
	}
	.home-product-nav .item{
		width: 25%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		flex: 0 0 auto;
	}
	.home-product-nav .item .img-box{
		width: 3rem;
		height: 3rem;
		border-radius: 50%;
		overflow: hidden;
		border: 4px solid #e4f5d7;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.home-product-nav .item .img-box img{
		width: 100%;
		height: 100%;
	}
	.home-product-nav .item h2{
		font-size: 1rem;
		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: 3rem;
		height: 3rem;
		line-height: 3rem;
		border-radius: 50%;
		background: #ff7e00;
		text-align: center;
		position: relative;
		margin: 0 auto;
		margin-top: 1rem;
	}
	.home-product-nav .more .icon{
		font-size: 1rem;
		color: #fff;
	}
	
	.home-product-box{
		overflow: hidden;
		text-align: center;
		padding-top: 1rem;
		padding-bottom: 0px;
	}
	.home-product-box .product-list{
		width: 11rem;
		height: auto;
		box-sizing: border-box;
		display: inline-block;
		overflow: hidden;
		position: relative;
		border: 1px solid #e5e5e5;
		border-radius: 1rem;
		margin: 0 0.6rem;
		margin-bottom: 1rem;
	}
	.home-product-box .product-list .img-box{
		width: 11rem;
		height: 11rem;
		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: 2.5rem;
		width: 100%;
		line-height: 2.5rem;
		text-align: center;
		position: relative;
		background: #e5e5e5;
		color: #333;
		font-size: 1rem;
		font-weight: normal;
		transition: all 0.4s;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.home-product-box .product-list .title span{
		padding: 0px 1rem;
	}
	.home-product-box .product-list:active .img-box img{
		transform: scale(1.05);
	}
	
	/* 在线配送 */
	.online-box{
		text-align: center;
		padding: 1rem;
		padding-top: 0.2rem;
	}
	.online-box .online{
		display: inline-block;
		padding: 0.3rem 2rem;
		background: #1ba03a;
		border-radius: 1.5rem;
		color: #fff;
		line-height: 1.8rem;
		transition: all 0.4s;
	}
	.online-box .online .icon{
		float: left;
		font-size: 1.5rem;
		padding-right: 0.5rem;
	}
	.online-box .online:hover{
		background: #ff7e00;
	}
	
	/* 优势TOP */
	.home-banners-Wrap{
		background: #17912e;
		height: auto;
		margin-top: 1rem;
		text-align: center;
		position: relative;
		padding: 1.2rem 0rem;
	}
	.home-banners-Wrap .home-banners-content{
		width: 23rem;
		height: auto;
		margin: 0 auto;
		background: #edf6e9;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		left: 0px;
		right: 0px;
		margin: auto;
		flex-direction: column;
		z-index: 100;
		border-radius: 2rem;
	}
	.home-banners-Wrap .home-banners-content .title{
		font-size: 1.4rem;
		color: #1ba03a;
		line-height: 2rem;
		padding: 0rem 2rem;
		margin-top: 1rem;
	}
	.home-banners-Wrap .home-banners-content .text{
		font-size: 1rem;
		line-height: 2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 1rem 2rem;
	}
	.home-banners-Wrap .home-banners-content .text span{
		color: #ff7e00;
		font-size: 1.5rem;
		padding: 0px 1rem;
	}
	.home-banners-Wrap .home-banners-content .img-1{
		position: absolute;
		bottom: 0rem;
		left: -1rem;
		width: 8rem;

	}
	.home-banners-Wrap .home-banners-content .img-2{
		position: relative;
		width: 10rem;
		margin-bottom: 1rem;
	}
	
	/*案例 */
	
	.advantage-title-wrap{
		text-align: center;
		padding-top: 1rem;
	}
	.advantage-title-wrap .title{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 1.4rem;
	}
	.advantage-title-wrap .title span{
		color: #ff7e00;
	}
	.advantage-title-wrap .title img{
		width: 4rem;
		padding-right: 1rem;
	}
	.advantage-title-wrap .bottom-box{
		overflow: hidden;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.advantage-title-wrap .bottom-box .item{
		display: inline-block;
		padding: 0.5rem 1rem;
		background: #1ba03a;
		margin: 0.5rem 1rem;
		color: #fff;
		font-size: 1rem;
		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: auto;
		height: auto;
		margin-bottom: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.advantage-box .img-box{
		width: 23rem;
		height: 27.96rem;
		position: relative;
		margin-bottom: 1.4rem;
	}
	.advantage-box .img-box .img-1{
		width: 100%;
		height: 100%;
		border-radius: 30px;
		
	}
	.advantage-box .img-box .img-2{
		width: 11rem;
		height: 11rem;
		border-radius: 50%;
		border: 7px solid #fff;
		position: absolute;
		right: -1.2rem;
		bottom: -1rem;
		box-sizing: border-box;
	}
	.advantage-box .text-box{
		width: 23rem;
		height: auto;
	} 
	.advantage-box .text-box .text-list{
		overflow: hidden;
		margin-bottom: 1rem;
	}
	.advantage-box .text-box .text-list .title-wrap{
		height: auto;
		display: flex;
	}
	.advantage-box .text-box .text-list .title-wrap .number{
		width: 4rem;
		height: 4rem;
		background: #1ba03a;
		border-radius: 50%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2rem;
		overflow: hidden;
		color: #fff;
		margin-right: 1rem;
		position: relative;
		flex: 0 0 auto;
	}
	.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: 3.6rem;
		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: 1.3rem;
		line-height: 2rem;
		margin-bottom: 0.3rem;
		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: 0.9rem;
		line-height: 1.5rem;
		color: #c0c0c0;
		margin-top: 0px;
		margin-bottom: 0;
	}
	.advantage-box .text-box .text-list .text-wrap{
		padding: 1rem;
		padding-bottom: 0rem;
		padding-top: 0.5rem;
	}
	.advantage-box .text-box .text-list .text-wrap .item{
		font-size: 1rem;
		margin: 0.2rem 0px;
		line-height: 1.5rem;
		color: #333;
	}
	.advantage-box .text-box .text-list .text-wrap .item .left{
		color: #ff7e00;
		padding-right: 0.5rem;
	}
	
	.advantage-box.advantage-box-B .img-box{
		margin-top: -2rem;
	}
	.advantage-box.advantage-box-B .img-box .img-2{
		left: -1.2rem;
		bottom: -1rem;
	}
	
	.advantage-box.advantage-box-B .text-box{
		float: left;
		padding-left: 10px;
	} 
	
	.advantage-box.advantage-box-C .text-box .text-list{
		margin-top: 0.5rem;
	}
	.advantage-box.advantage-box-C .img-box .img-2{
		width: 7.36rem;
		height: 5rem;
		border-radius: 0px;
		border: none;
		left: -1rem;
		bottom: -1rem;
	}
	.advantage-box.advantage-box-C .img-box .img-3{
		width: 9.6rem;
		height: 6.56rem;
		position: absolute;
		right: -1rem;
		bottom: -1rem;
	}
	
	.advantage-bottom-Wrap{
		overflow: hidden;
		height: auto;
		background: url(/JS9FH1OPUIWDD1OpE1IFIO9EJ0SSKI4nK0SI.jpg) bottom center no-repeat;
		background-size: 150%;
		margin-bottom: 0.5rem;
		padding-top: 0rem;
		padding-bottom: 8rem;
	}
	
	
	.advantage-bottom-box{
		overflow: hidden; 
		color: #fff;
	}
	.advantage-bottom-box .text-box{
		width: 23rem;
		margin: 0 auto;
		text-align: center;
	}
	.advantage-bottom-box .text-box .h2{
		font-size: 1.4rem;
		line-height: 3rem;
		padding-bottom: 0.8rem;
		color: #ff7e00;
	}
	.advantage-bottom-box .text-box .p{
		font-size: 1rem;
		line-height: 1.6rem;
		padding: 0rem 1rem;
		color: #333;
	}
	.advantage-bottom-box .text-box .p br{
		display: none;
	}
	.advantage-bottom-box .text-box .button-box{
		margin-top: 1rem;
	}
	.advantage-bottom-box .text-box .button-box .button{
		display: inline-block;
		background: #1ba03a;
		padding: 0.3rem 1rem;
		line-height: 1.6rem;
		border-radius: 1rem;
		font-size: 1rem;
		color: #fff;
		margin: 0px 0.5rem;
	}
	.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: 1rem 0px;
		padding-top: 0.5rem;
	}
	
	.home-case-wrap .swiper-container{
		padding-bottom: 6rem;
		width: 24.2rem;
	}
	.home-case-wrap .swiper-slide{
		display: block;
		justify-content: center;
		align-items: center;
	}
	.home-case-wrap .swiper-container .swiper-button-next{
		position: absolute;
		top: 18rem;
		right: 7rem;
		margin: 0 auto;
		border-radius: 50%;
		width: 3rem;
		height: 3rem;
		border: 1px solid #eeeeee;
		background-size: 20px;
	}
	.home-case-wrap .swiper-container .swiper-button-prev{
		position: absolute;
		top: 18rem;
		left: 7rem;
		margin: 0 auto;
		border-radius: 50%;
		width: 3rem;
		height: 3rem;
		border: 1px solid #eeeeee;
		background-size: 20px;
	}
	.home-case-item{
		background: #f6f6f6;
		width: 11rem;
		margin: 0 auto;
		text-align: center;
		display: block;
		padding-bottom: 0.5rem;
	}
	.home-case-item .img-box{
		width: 11rem;
		height: 11rem;
		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: 0.5rem 1rem;
		height: 2rem;
		line-height: 2rem;
		padding-bottom: 0px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #444444;
		transition: all 0.4s;
		padding-top: 0.5rem;
	}
	.home-case-item .sub-title{
		padding: 0px 0.exrem;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #9d9d9d;
		font-size: 0.9rem;
	}
	.home-case-item .sub-title .icon{
		color: #ff7e00;
		padding-right: 0.5rem;
		font-size: 1.5rem;
	}
	.home-case-item:hover .title{
		color: #ff7e00;
	}
	
	/* 配送对象 */
	.title1 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		padding-bottom: 1rem;
	}
	
	.title1 h2 {
		width: 23rem;
		height: 2.52rem;
		margin: 0 auto;
		text-align: center;
		background: url(/JS9FH1OPUHqqDI1KNucSK1H.jpg) top center no-repeat;
		line-height: 2.4rem;
		color: #fff;
		font-size: 1.2rem;
		background-size: 100%;
	}
	
	.title1 h3 {
		font-size: 1.1rem;
		color: #373737;
		line-height: 2rem;
		padding: 1rem;
	}
	
	.title1 h3 span {
		color: #379838;
	}
	
	.title1 h1 {
		font-size: 1rem;
		color: #373737;
		line-height: 1.8rem;
		padding: 0.5rem;
		padding-top: 0rem;
		font-weight: lighter
	}
	
	.jtpsyy {
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.jtpsyy img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	
	/* 配送场所 */
	.peisong-changsuo-wrap {
		width: auto;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 0rem 0rem;
	}
	
	.peisong-changsuo-wrap .item {
		position: relative;
		width: 11rem;
		height: auto;
		margin-left: 0.6rem;
		margin-right: 0.6rem;
		margin-bottom: 1.2rem;
		font-size: 0px;
		overflow: hidden;
	}
	
	.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: 0.5rem 1rem;
		font-size: 1rem;
		font-weight: lighter;
		border-radius: 0px 20px 20px 0px;
		transition: all 0.5s;
	}
	
	.peisong-changsuo-wrap .item.item-1,
	.peisong-changsuo-wrap .item.item-6 {
		width: 23.2rem;
	}
	
	.peisong-changsuo-wrap .item.item-1 img {
		width: 100%;
	}
	
	
	.peisong-changsuo-wrap .item:active img {
		transform: scale(1.05);
	}
	
	.peisong-changsuo-wrap .item:active .title {
		background: #ff3a3a;
	}
	
	/* 关于mg冰球突破十大平台 */
	.home-about-wrap{
		box-shadow: 0px 0px 0.5rem rgba(0,0,0,0.1);
		border-radius: 1rem;
		background: #ffffff;
		overflow: hidden;
		margin-top: 1rem;
		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: auto;
		height: auto;
		position: relative;
	}
	.home-about-wrap .home-about-content .img-box img{
		width: 100%;
	}
	.home-about-wrap .home-about-content .text-box{
		width: auto;
		margin: 0rem 1rem;
		margin-top: 1rem;
	}
	

	.home-about-wrap .home-about-content .text-box .title{
		background: #17912e;
		color: #fff;
		line-height: 2rem;
		display: table;
		font-size: 1.1rem;
		padding: 0.5rem 1rem;
	}
	.home-about-wrap .home-about-content .text-box .description{
		height: auto;
		line-height: 1.7rem;
		overflow: auto;
		margin-top: 0.8rem;
		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: 0.5rem;
	}
	.home-about-wrap .home-about-content .text-box .button-wrap .item{
		padding: 0.5rem 1rem;
		display: block;
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
		margin: 0.5rem 0.5rem;
		color: #999999;
		font-size: 1rem;
		text-align: center;
	}
	.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: 25.6rem;
		margin: 0 auto;
		overflow: hidden;
		background: #fafff7;
		margin-top: 1rem;
		display: flex;
		height: auto;
		justify-content: space-between;
		margin-bottom: 0.5rem;
	}
	.honor-title-box .title{
		background: #17912e;
		display: table;
		color: #fff;
		padding: 0px 1.4rem;
		font-size: 1.2rem;
		line-height: 2.5rem;
	}
	.honor-title-box .more{
		line-height: 2.5rem;
		color: #17912e;
		padding-left: 0.5rem;
		padding-right: 1.5rem;
		display: table;
	}
	.honor-title-box .more .icon{
		font-size: 2rem;
	}
	
	/* 荣誉 */
	.homeHonorSwiper{
		width: 24.2rem;
		padding-top: 1rem;
		padding-bottom: 0.4rem;
	}
	.homeHonorSwiper .swiper-slide{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home-honor-list{
		display: block;
		width: 11rem;
	}
	.home-honor-list .img-box{
		width: 11rem;
		height: 14rem;
		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: 1rem;
		color: #444444;
		text-align: center;
		font-weight: lighter;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}
	.home-honor-list:hover .title{
		color: #17912e;
	}
	
	/* 供应商 */
	.home-title.gongyingshang-title{
		margin-top: 0.2rem;
	}
	
	.home-title.gongyingshang-title .title{
		color: #17912e;
	}
	.home-title.gongyingshang-title .sub-title{
		display: table;
		margin: 0 auto;
		padding: 0.2rem 1rem;
		background: #ff7e00;
		border-radius: 1rem;
		color: #fff;
		margin-top: 1rem;
		font-size: 1.2rem;
	}
	.home-title.gongyingshang-title .text{
		font-size: 1rem;
		padding-top: 0.5rem;
		line-height: 1.7rem;
		color: #9f9f9f;
	}
	.home-title.gongyingshang-title .text br{
		display:none;
	}
	.gongyingshang-content{
		position: relative;
		text-align: center;
		padding-bottom: 1rem;
	}
	.gongyingshang-content .item{
		display: inline-block;
		margin: 0.5rem 0.5rem;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		transition: all 0.4s;
	}
	.gongyingshang-content .item img{
		width: 10rem;
		height: 5.72rem;
	}
	.gongyingshang-content .item:active{
		box-shadow: 0px 0px 0.5rem rgba(0,0,0,0.1);
	}
	
	.gongyingshang-more{
		display: table;
		margin: 0 auto;
		border: 1px solid #e5e5e5;
		padding: 0.4rem 1.5rem;
		border-radius: 2rem;
		box-sizing: border-box;
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.gongyingshang-more:active{
		border: 1px solid #e5e5e5;
		background: #ff7e00;
		color: #fff;
	}
	
	
	.home-news-title{
		text-align: center;
		position: relative;
		line-height: 4rem;
		height: 4rem;
		overflow: hidden;
		margin-top: 1rem;
		position: relative;
		margin-bottom: 1rem;
	}
	.home-news-title h2{
		font-size: 1.4rem;
		line-height: 4rem;
		position: relative;
		z-index: 2;
		color: #016117;
	}
	.home-news-title h3{
		font-size: 2.2rem;
		line-height: 4rem;
		color: #f7fbf7;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		bottom:0px;
		margin: auto;
	}
	
	/* 新闻中心 */
	.home_new_all{width:100%; height:auto;  overflow:hidden; padding-bottom:1rem; text-align: center;}
	.home_new_all .more{
		display:inline-block;
		text-align: center;
		border: 1px solid #dcdcdc;
		padding: 0.3rem 2rem;
		border-radius: 1rem;
		z-index: 10;
		margin-top: 1.2rem;
		color: #a6a6a6;
		transition: all 0.5s;
	}
	.home_new_all .more:active{
		color: #fff;
		background: #016117;
		border: 1px solid #016117;
	}
	.home_new_nav{width:100%; height:auto;  margin:0 auto; text-align:center;}
	.home_new_nav li{ display:inline-block; padding:0.5rem 1.2rem; background:#f3f3f3; margin-left:0.5rem; margin-right:0.5rem;  cursor:pointer; position: relative;}
	.home_new_nav li::before{
		content: '';
		width: 0px;
		height: 0px;
		border: 10px solid red;
		border-top-color: #016117;
		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 li a{ color:#333; pointer-events: none; font-size: 0.95rem;}
	.home_new_nav .current{ background:#016117; color:#fff;}
	.home_new_nav .current a{ color:#fff;}
	.home_new_nav .current::before{
		opacity: 1;
	}
	
	.home_new_content{width:100%; height:22.5rem; margin:0 auto; margin-top:1rem;}
	
	.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:23.5rem; height:5rem; margin: 0 auto; background:#fff; overflow:hidden; text-align:left;  box-sizing:border-box; border-bottom: 1px solid #e5e5e5; margin-top: 0.8rem;}
	.home_new_content .swiper-slide .home_new_list:nth-child(4){
		border: none;
	}
	.home_new_list dd{width:4rem; height:4rem; overflow:hidden; border-bottom:1px solid #f3f3f3; position:relative;box-sizing:border-box; float: left;background: url(/JS9FH1OPUI9oHy4pD1cF.jpg) center center no-repeat; background-size: 80%;}
	.home_new_list dd img{ width:100%; height:100%;transition: all 0.3s;}
	
	.home_new_list .text{ width:18rem; float: left; overflow: hidden; margin-left: 1rem;}
	.home_new_list .text h2{ width:100%; height:auto; margin:0 auto; text-align:left; font-size:1rem; line-height:2rem; padding-top:0px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;transition:all 1.0s;}
	.home_new_list .text li{ width:100%; height:auto; margin:0 auto; font-size:0.9rem; line-height:2rem; color: #909090;}
	.home_new_list .text li i{ float: left; font-size: 1.2rem; color: #016117; margin-right: 0.5rem}
	.home_new_list .text p{  display: none;}
	
	.home_new_list a{ display:block; width:100%; height:100%;}
	.home_new_list a:active{ text-decoration:none;}
	
	.home_new_list:active .text h2{ color:#016117;}
	
	.home_new_list:active dd img{ transform:scale(1.1); }
	
	/* 流程 */
	.liucheng-Wrap{
		background: #f8f8f8;
		overflow: hidden;
		margin-top: 1rem;
	}
	.liucheng-Wrap .home-news-title{
		margin-top: 1rem;
	}
	
	.liucheng-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 1rem;
	}
	.liucheng-box .item{
		width: 7rem;
		height: auto;
		margin: 0px 0.5rem;
	}
	.liucheng-box .item .yuan-wrap{
		width: 7rem;
		height: 7rem;
		border: 3px solid #17912e;
		border-radius: 50%;
		box-sizing: border-box;
		text-align: center;
	}
	.liucheng-box .item .yuan-wrap .icon-wrap{
		height: 3rem;
		line-height: 3rem;
		overflow: hidden;
		margin-top: 0.5rem;
	}
	.liucheng-box .item .yuan-wrap .icon-wrap .icon{
		font-size: 2.8rem;
		color: #17912e;
	}
	.liucheng-box .item .yuan-wrap .title{
		font-size: 1rem;
		line-height: 2rem;
	}
	.liucheng-box .item .number{
		width: 3rem;
		height: 3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #ff7e00;
		border-radius: 50%;
		margin: 0 auto;
		color: #fff;
		font-size: 1rem;
		position: relative;
		bottom: 1rem;
		z-index: 2;
		font-weight: bold;
	}
	.liucheng-box .right{
		display: none;
	}
	.liucheng-box .right .icon{
		font-size: 1rem;
		color: #d3d3d3;
	}
	
	
	.footer-nav-Wrap{
		background: #ff7e00;
		overflow: hidden;
		min-height: 10px;
		padding: 1rem 0rem;
	}
	
	
	.footer-nav-box{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.footer-nav-box a{
		display: block;
		padding: 0.5rem 1rem;
		color: #fff;
		font-size: 1rem;
		transition: all 0.4s;
	}
	.footer-nav-box a:hover{
		background: #17912e;
	}
	
	
	.footer-Wrap{
		background: #17912e;
		padding-bottom: 4rem;
	}
	
	.footer-Wrap .footer-content-box{
		overflow: hidden;
		padding-top: 1rem;
	}
	
	.footer-Wrap .footer-content-box .tel-box{
		width: auto;
		min-height: auto;
		padding-bottom: 1rem;
		border-right: 1px solid #128427;
		padding: 1rem 2rem;
		
	}
	.footer-Wrap .footer-content-box .tel-box .t{
		font-size: 1.5rem;
		color: #fff;
		line-height: 2rem;
		padding-top: 0.4rem;
	}
	.footer-Wrap .footer-content-box .tel-box .tel{
		font-size: 2rem;
		display: table;
		color: #fff;
		line-height: 2rem;
		margin-top: 1rem;
		overflow: hidden;
	}
	.footer-Wrap .footer-content-box .tel-box .tel .icon{
		font-size: 2rem;
		padding-right: 0.8rem;
		float: left;
		padding-top: 0.1rem;
	}
	.footer-Wrap .footer-content-box .tel-box .phone{
		background: #0d7821;
		padding: 0.4rem 1rem;
		border-radius: 1rem;
		line-height: 2rem;
		font-size: 1.2rem;
		color: #fff;
		display: table;
		margin-top: 1.2rem;
	}
	.footer-Wrap .footer-content-box .tel-box .phone .icon{
		font-size: 1rem;
		padding-right: 0.4rem;
	}
	.footer-Wrap .footer-content-box .contact-box{
		width: auto;
		padding: 0rem 2rem;
		min-height: 1rem;
		padding-bottom: 0.1rem;
		border-right: 1px solid #128427;
		box-sizing: border-box;
	}
	.footer-Wrap .footer-content-box .contact-box .t{
		font-size: 1.3rem;
		color: #fff;
		margin-top: 0.2rem;
		margin-bottom: 0.8rem;
	}
	.footer-Wrap .footer-content-box .contact-box p{
		color: #fff;
		line-height: 1.8rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 0.2rem;
	}
	.footer-Wrap .footer-content-box .contact-box p a{
		color: #fff;
	}
	
	.footer-Wrap .footer-content-box .contact-box p .icon{
		font-size: 1rem;
	}
	
	.footer-Wrap .footer-content-box .wechat-box{
		width: auto;
		text-align: center;
	}
	.footer-Wrap .footer-content-box .wechat-box .qr{
		width: 7rem;
		height: 7rem;
		border-radius: 1rem;
		margin-top: 1rem;
	}
	.footer-Wrap .footer-content-box .wechat-box .t{
		font-size: 1.2rem;
		color: #fff;
		margin-top: 0.2rem;
	}
	.footer-Wrap .footer-content-box .wechat-box .p{
		font-size: 1rem;
		color: #fff;
		margin-top: 0.2rem;
	}
	.footer-Wrap .footer-content-box .wechat-box  .li{
		font-size: 1rem;
		background: #ff7e00;
		display: table;
		margin: 0 auto;
		color: #fff;
		padding: 0.2rem 1rem;
		border-radius: 1rem;
		margin-top: 0.5rem;
	}
	
	.footer-content-bottom{
		border-top: 1px solid #118327;
		margin-top: 1.8rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		color: #fff;
		padding: 1rem 1rem;
		text-align: center;
	}
	.footer-content-bottom a{
		color: #fff;
		padding-right: 0.2rem;
	}
	.footer-content-bottom .left{
		width: 100%;
	}
	.footer-content-bottom .right{
		width: 100%;
	}
	/* 侧边栏 */
	.tool-bar-wrap{
		display: none;
		height: 0px;
		overflow: hidden;
	}
	
	/* 移动端底部 */
	.navbarFooter{
		position: fixed;
		z-index: 999;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 4rem;
		background: #009544;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.navbarFooter .item{
		display: inline-block;
		width: 25%;
		padding: 0rem 0.5rem;
		text-align: center;
		padding-top: 0.6rem;
	}
	.navbarFooter .item .icon{
		font-size: 1.5rem;
		line-height: 1.5rem;
		color: #fff;
	}
	.navbarFooter .item .title{
		color: #727272;
		line-height: 1.5rem;
		font-size: 0.9rem;
		color: #fff;
	}
	.navbarFooter .item.current .icon,.navbarFooter .item.current .title,.navbarFooter .item:active .title,.navbarFooter .item:active .icon{
		color: #f0ff05;
		
	}
	
	
	/*banner——min*/
	.banner_min{ width:100%; height:7.2rem; overflow:hidden; position:relative; margin-top:4rem}
	.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
	.banner_min img{ width:46rem; height:auto; position:absolute;  left: 50%; margin-left: -23rem; cursor:pointer;}
	
	/*当前位置*/
	.location_all{width:100%;  height:auto; overflow:hidden; border-bottom: 1px solid #F3F3F3;}
	.location_content{width:100%;  height:auto; overflow:hidden; margin:0 auto; padding-top:0.8rem; padding-bottom:0.8rem;}
	.location_left{ width:95%; margin:0 auto; height:auto;  overflow:hidden; line-height:1.8rem; font-size:0.9rem;}
	.location_left a{ font-size:0.9rem;}
	.location_left i{ font-size:1.2rem; float:left; margin-right:0.5rem; color:#04a92b;}
	.location_right{ width:100%; min-height:2.5rem; height:auto; overflow:hidden; text-align:right; display:none;}
	
	
	/*内容导航*/
	.content_nav{width:100%; min-height:0px; margin:0 auto; overflow:hidden; text-align:center; background:#fff5ec; padding: 0.1rem 0.5rem;
	}
	.content_nav .content_nav_content{ width:auto; min-width: 1rem; display: inline-block; margin:0 auto;  text-align: center; border-radius: 1rem; padding: 0.5rem 0.5rem; padding-bottom: 0.6rem;}
	
	.content_nav .list{ line-height:1.8rem; height:auto; display:inline-block;  font-size:1rem; color:#fff; padding: 0.3rem 1rem; border-radius: 1rem; margin: 0.5rem 0.2rem; background: #04a92b; transition: all 0.5s; }
	.content_nav .list:hover{ background:#78c340; color:#fff; text-decoration:none; }
	.content_nav .no{ background:#ff7e01; color:#fff; color:#fff; }
	.content_nav .no:active{ background:#78c340;}
	
	.about_content{ width:auto; height:auto; margin:0 auto; min-height:50px; padding: 0rem 1rem; padding-top:1rem; padding-bottom:2rem;}
	.about_content img{ width:auto; max-width:100%;height:auto !important; }
	.about_content p{font-size:1rem; line-height:1.6rem;}
	
	
	/* 荣誉资质 */
	.honor_list{ width:25.6rem; height:auto; margin:0 auto; overflow:hidden; padding-bottom:1.5rem;}
	.honor_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1.2rem;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative; padding-top:0.5rem; border-radius: 20px 20px 0px 0px; font-size:0px}
	.honor_list ul .pImg{display:block;width:10rem;height:6.68rem; background:#fff;display: table-cell;vertical-align: middle; }
	.honor_list ul img{width:auto; max-width:10rem; height:auto; max-height:6rem; vertical-align: middle;}
	.honor_list ul .icon{
		height: 2rem;
		overflow: hidden;
		font-size: 1.3rem;
		color: #ccc;
		display: block;
		margin-bottom: 0.5rem;
		overflow: hidden;
		transition: all 0.5s;
	}
	.honor_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}
	
	.honor_list ul:active:before{width:100%;background:#04a92b;transition:all 0.5s;}
	
	.honor_list ul p{ width:90%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; font-size:0.9rem;}
	
	.honor_list ul:active a{ text-decoration:none;}
	.honor_list ul:active p{ color:#04a92b;}
	.honor_list ul:active .icon{
		color: #04a92b;
	}
	
	
	/*成功案例*/
	.case_list{ width:25.6rem; height:auto; margin:0 auto; overflow:hidden; padding-bottom:1.5rem;}
	
	.case_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1rem;text-align:center; background:#f3f3f3;border-bottom:3px solid #edecec;position:relative;
	border-radius: 20px 20px 0px 0px;
	font-size: 0px;
	}
	.case_list ul .pImg{display:block;width:11rem;height:11rem; background:#fff;display: table-cell;vertical-align: middle; margin-top:1rem;}
	
	.case_list ul img{width:11rem; height:auto; max-height:11rem; vertical-align: middle;}
	
	.case_list ul:before{content: "";position:absolute;height:3px;bottom:-2px;left:0;transition:all 0.5s;width:0;}
	
	.case_list ul:active:before{width:100%;background:#04a92b;transition:all 0.5s;}
	
	.case_list ul h2{ width:85%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.95rem; color:#333; font-weight:400;}
	
	
	.case_list ul:active a{ text-decoration:none;}
	.case_list ul:active p{ color:#04a92b;}
	.case_list ul:active h2{color:#04a92b;}
	.case_list ul .icon{
		height: 2rem;
		overflow: hidden;
		font-size: 1.3rem;
		color: #ccc;
		display: block;
		margin-bottom: 0.5rem;
		overflow: hidden;
		transition: all 0.5s;
	}
	.case_list ul:active .icon{
		color: #04a92b;
	}
	
	/* 合作伙伴 */
	.hezuo-list{
		overflow: hidden;
	}
	.hezuo-list ul .pImg{
		height: 4rem;
		overflow: hidden;
		border-radius: 20px 20px 0px 0px;
	}
	
	
	/*新闻中心*/
	.new_list{ width:25.6rem; height:auto; margin:0 auto; overflow:hidden; margin-top: 0rem; padding: 0px; padding-bottom: 1rem; }
	
	.new_list ul{ width:23rem; height:auto; overflow:hidden;  border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin:0 auto; margin-top:1.2rem; float: none;border-radius:20px}
	.new_list ul a{ display:block; width:100%; height:100%;}
	.new_list ul dd{ width:23rem; height:10rem; overflow:hidden; background:#fff url(/JS9FH1OPUI9oHy4pD1cF.jpg) center center no-repeat;transition:all 0.5s;  text-align:center; border-bottom:1px solid #f3f3f3; background-size: 6rem; display:table-cell; vertical-align:middle; }
	.new_list ul dd img{ max-width:20rem; width:auto; max-height:8rem; height:auto;vertical-align:middle; }  
	
	.new_list .new_list_content{
		width: auto !important;
		float: none !important;
		margin: 0 auto;
		margin-right: 0px !important;
	}
	.new_list ul h2{ width:90%; margin:0 auto; height:auto; line-height:1.5; font-size:1.05rem; overflow: auto; text-overflow: ellipsis;white-space:inherit;course:hand; padding: 0.5rem 0px;}
	.new_list ul p{ font-size:0.9rem; width:90%; height:3.4rem; margin:0 auto; overflow:hidden; line-height:1.6rem; color:#949494; text-justify:inter-ideograph;}
	.new_list ul li{ width:90%; margin:0 auto; line-height:2rem; color:#bababa; font-size:0.9rem; padding-top:0rem; padding-bottom:0.8rem;}
	.new_list ul li i{ float:left; font-size:1.2rem; padding-right:1rem;}
	.new_list ul a:active{ text-decoration:none;}
	.new_list ul:active dd img{ transform:scale(1.0); transition:1s linear 0.1s;}
	.new_list ul:active h2{ color:#333;}
	.new_list ul:active{ border:1px solid #e5e5e5; }
	
	
	.new_list ul:active dd img{ transform:scale(1.1); transition:1s linear 0.1s;}
	.new_list ul:active h2{ color:#04a92b;}
	/*翻页样式*/
	#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:2rem;margin-bottom:0rem;}
	#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: 4px;display: inline-block;text-align: center;}
	.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 0.4rem 0.8rem;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; font-size:0.8rem;}
	.pagination>li{display: inline;}
	.pagination>li a:hover{ background:#4fa7b3; color:#fff;}
	.pagination>li a:focus{
		border: 1px solid #04a92b;
	}
	.pagination>.active>a{
		border: 1px solid #04a92b;
	}
	
	.inerPage-home-banners{
		margin-top: 0.5rem;
	}
	
	/*内页*/
	.tu_lei_main				{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-bottom:1rem;}
	.tu_lei_main_l				{ width:100%; height:auto; float:left; overflow:hidden;} 
	.tu_lei_main_l_t1			{ width:100%; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:1rem; margin-top:0.5rem;}
	.tu_lei_main_l_t1_title		{ width:100%; height:3rem; margin:0 0.5rem; padding:0 0.5rem; overflow:hidden;}
	.tu_lei_main_l_t1_title i{float:left; line-height:2.5rem;color:#04a92b; font-size:1.84rem; margin-right:0.5rem;}
	.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:20rem; height:3rem; float:left; font-size:1.2rem; color:#04a92b; line-height:2.5rem;}
	
	
	.clear{clear:both;}
	
	.ce{display:block;width:100%; height:auto; margin:0 auto; padding-left:0.5rem;}
	
	.ce li{ list-style:none; float:left; width:auto; margin-left:0.5rem; margin-right:0.5rem; line-height:2rem;  border:0.1rem solid #f3f3f3; margin-bottom:0.5rem; margin-top:0.5rem; height:auto; 
	border-radius: 20px; overflow:hidden;
	}
	.ce li a.no{
		color: #04a92b;
	}
	.ce li i{ font-size:1.1rem; float:left;line-height:2rem; padding-right:0.5rem; padding-left:0rem;}
	
	.ce li a{display:block;color:#3f3f3f; font-size:1rem; float:left; padding:0.3rem 1rem; 
	overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
	
	.ce li a:active{  display:block; color:#ff7e01;}
	.ce li .dqian{background:none;}
	.ce li .xz{ background:#ededed; color:#04a92b; border:0.1rem solid #ededed;}
	.ce li .xuanze{ background:#fff; color:#04a92b;}
	
	.er{ margin-bottom:0px; overflow:hidden;  width:95%; display:block; margin:0 auto;}
	.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
	.er li i{ font-size:1rem; }
	.er li a{display:block; color:white;font-size:0.9rem; padding:0.1rem;}
	.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:url(/JS9FH1OPUI5oE1DpD1cF.jpg) no-repeat 10px center;}
	.er .e_li .thr li a:hover{ background:#0075c5 url(/JS9FH1OPUI5oE1DpD1cF.jpg) no-repeat 10px center;}
	.er .e_li .thr li .xuan{ background:#0075c5 url(/JS9FH1OPUI5oE1DpD1cF.jpg) no-repeat 10px center;}
	
	
	.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:url(/JS9FH1OPUI5oE1DpD1cF.jpg) no-repeat 10px center;}
	.er .e_li .thr li a:hover{background:#0075c5 url(/JS9FH1OPUI5oE1DpD1cF.jpg) no-repeat 10px center;}
	.er .e_li .thr li .xuan{ background:#0075c5;}
	
	.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}
	.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
	.tu_lei_main_l_t3			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}
	
	.index_tumian_r				{ width:100%; height:auto; overflow:hidden;  background-color:#fff; margin-bottom:1rem; }
	
	.neirong{ width:100%; height:auto; min-height:10rem; padding-top:0.1rem; padding-bottom:0.5rem; margin:0 auto; overflow:hidden; }
	.neirong_title{ width:100%; min-height:auto; height:auto; font-size:1.5rem; font-family:"微软雅黑";color:#3f3f3f; line-height:2.5rem;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:0.5rem; padding-bottom:0rem;}
	.neirong_title h1{ font-size:1.5rem;}
	.neirong_time{font-size:0.8rem; font-family:"微软雅黑";color:#999; line-height:2rem; word-spacing:8px; letter-spacing:1px; width:100%; height:2rem; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:1rem; padding-top:1rem; margin-bottom:1rem;}
	
	
	.neirong_con_title{
		height: auto;
		border-bottom: 1px solid #F3F3F3;
		font-size: 1.1rem;
		color: #04a92b;
		position: relative;
		line-height: 1.8rem;
		padding: 0rem 1rem;
		padding-bottom: 0.6rem;
		
	}
	.neirong_con_title .icon{
		float: left;
		font-size: 0.4rem;
		color: #fe751a;
		padding-right: 1rem;
	}
	
	.neirong_con{font-family:"微软雅黑";color:#333;  width:auto; padding: 0.5rem 1rem; height:auto; margin:0 auto; overflow:hidden; min-height:1rem; padding-bottom:0.5rem; padding-top:1.2rem; font-size:1rem;}
	.neirong_con img{max-width:100%; width:auto;height:auto !important;}
	.neirong_con p{  line-height:1.8rem;}
	
	.images_list{width:11rem; height:auto; float:left; background:#04a92b; margin-top:1.2rem; margin-left:1.2rem; margin-right:0rem; border:1px solid #f3f3f3; overflow:hidden; 
	border-radius: 1rem;
	}
	.images_list dd{width:11rem; height:11rem; overflow:hidden; border-top:1px solid #bottom; }
	.images_list img{width:100%; height:100%; }
	.images_list:active img{ transform:scale(1.2); transition:1s linear 0.1s;}
	.images_list h2{width:90%; margin:0 auto; height:2.5rem; line-height:2.5rem; font-size:0.95rem; font-weight:400; text-align:center;  overflow:hidden;text-overflow: ellipsis; white-space: nowrap;course:hand;}
	.images_list a{ color:#fff; text-decoration:none;}
	.images_list:active{ background:#ff7e01;}
	.images_list:active a{color:#fff;}
	
	/*产品内容*/
	
	.product-top{ display:none;}
	/*放大镜结束*/
	.product_content_top{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0rem;}
	.product_content_top .left{ width:25rem; height:auto; margin:0 auto; overflow:hidden; }
	
	
	.product_content_list{width:25rem; height:23.5rem; margin:0 auto; overflow:hidden; margin-top: 1.5rem; }
	
	.product_content_list .swiper-container{width:100%;height:100%;text-align: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:20rem; height:20rem; 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:2.5rem;}
	
	.product_content_list .swiper-slide ul img{  width:100%;height:100%; border-radius: 20px;}
	
	.product_content_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:1rem;}
	.product_content_list .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; margin: 0px 7px !important;}
	
	.product_content_list .swiper-pagination-bullet-active{ background:#fe751a;}
	.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:24rem; height:auto; margin:0 auto; overflow:hidden; border-bottom:0.2rem solid #f3f3f3;}
	.product_content_top .right h2{ font-size:1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:2rem;  color:#999; height:auto; overflow:hidden; padding-bottom:0.8rem; text-align:center;}
	.product_content_top .right h2 a{ color:#999;}
	.product_content_top .right h2 a:hover{ color:#04a92b;}
	
	.product_content_top .right h3{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:1.7rem; padding-top:0.8rem; padding-bottom:0.8rem; text-align:center; overflow:hidden;}
	
	.product_content_top .right h4{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:3rem; padding-top:0.5rem; padding-bottom:0.5rem; overflow:hidden;}
	.product_content_top .right h4 a{ width:10rem; height:35px; display:block; background:#04a92b; margin:0 auto; line-height:35px; text-align:center; color:#fff; border-radius:5px; margin-top:0rem; font-size:1rem; margin-top:0.5rem; margin-bottom:0.5rem;}
	.product_content_top .right h4 a i{ padding-left:10px;}
	
	.product_content_top .right .lx{ width:24rem; font-size:1rem; font-weight:300; line-height:1.8rem;  height:auto; color:#6c6c6c; overflow:hidden; padding-top:1rem; padding-bottom:1rem;}
	.product_content_top .right .lx p{ font-size:0.9rem; color:#575757; padding-left:0.5rem;}
	.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:5rem; height:auto; overflow:hidden; margin:0 auto; padding-top:1.5rem; padding-bottom:1rem;}
	
	.product_content_content h2{width:100%; min-height:3rem; height:auto; line-height:3rem; font-size:1.1rem; font-weight:300; color:#333; overflow:hidden; border-bottom:1px solid #d0d0d0;  text-indent:2%; background:#f3f3f3;}
	.product_content_content h2 span{  color:#05066d; width:100px; text-align:center; color:#858585;}
	.product_content_content h2 i{color:#04a92b; padding-right:15px;}
	
	.chanpin_content{ width:95%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem; padding-bottom:0.5rem; min-height:5rem;}
	.chanpin_content p{ line-height:1.8rem;}
	.chanpin_content img{ max-width:100%; height:auto;}
	
	.xiayiye{width:100%; height:auto; line-height:3rem; overflow:hidden; margin-top:1rem; border-top:1px solid #dadada; margin-bottom:0rem; padding-top:0.5rem;}
	.xiayiye p{width:100%; height:2rem; line-height:2rem; font-size:1rem; color:#606062; padding-left:1rem; margin-top:0.5rem; overflow:hidden;}
	.xiayiye p a{color:#959595; text-decoration:none; font-size:0.8rem; padding-left:1rem;}
	.xiayiye p a:hover{ text-decoration:underline; color:#1391bd;}
	
	/*新闻内容*/
	.new_content_all{ padding-bottom:0rem;}
	.new_content_title{ width:24rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:2.1rem; padding-top:2rem; }
	.new_content_title h2{ font-size:1.5rem; line-height: 2.1rem;}
	
	
	.shebeizhanshi_xinxi{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:0.5rem; border-bottom:2px solid #f3f3f3; padding-bottom:0.5rem; border-top:2px solid #f3f3f3; margin-top:1.6rem;}
	.shebeizhanshi_xinxi p{ font-size:1rem; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
	.shebeizhanshi_xinxi p strong{ color:#333; font-size:1.1rem;}
	
	.new_content_time{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:1rem; border-bottom:2px solid #f3f3f3; padding-bottom:1.5rem;}
	.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
	.new_content_time p span{ padding-left:1rem; display:block;}
	
	
	.new_content { width: 23rem; margin:0 auto; min-height:10rem;background:none; overflow:hidden; padding-top:1.5rem; padding-bottom:1rem; font-size:0.9rem; line-height:1.8rem; color:#333;  text-justify:inter-ideograph;}
	.new_content p{ line-height:1.8rem; color:#333; font-size:1rem;}
	.new_content img{ max-width:100%; width:auto; height:auto;}
	
	.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:30px; width:23rem; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:1rem; margin-top:1rem; margin-bottom:1.5rem;}
	.neirong_next1 p				{ width:100%; float:left; overflow:hidden; line-height:3rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
	.neirong_next1 p i{ font-size:1rem; float:left; padding-right:0.5rem;}
	.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:0.9rem; font-family:"微软雅黑";color:#333333; line-height:2rem; text-decoration:none;}
	.neirong_next1 p span a:hover	{ color:#04a92b; text-decoration:underline;}
	
	/*搜索*/
	.ss_no{width:100%; min-height:20rem; text-align:center; font-size:1rem; height:auto; padding-top:2rem; line-height:1.8rem;}
	.ss_no strong{ color:#04a92b;}
	
	/*联系我们*/
	.contact_content{width:100%; height:auto; margin:0 auto; padding-top:1rem; overflow:hidden; padding-bottom: 1rem;}
	.contact_content .left{ width:23rem; margin:0 auto; height:auto; overflow:hidden; padding: 0px; border: none;}
	.contact_content .left .contact_ul{ width:100%; height:auto; overflow:hidden;  margin-bottom: 0px !important; padding-bottom: 0px; border: none;}
	.contact_content .left .contact_ul h2{ font-size:1.4rem; line-height:2.1rem; padding-bottom:0.5rem; padding-bottom:0.5rem; margin: 0px; font-weight:bold; color:#ff7e01}
	
	
	
	.contact_content .left .contact_ul li{ font-size:1rem; line-height:1.8rem; padding-left:0rem;  text-justify:inter-ideograph; color:#333; display:block; overflow: hidden; padding: 0.5rem 0px; border-bottom: 1px solid #F3F3F3;}
	
	.contact_content .left .contact_ul li strong{ color:#04a92b; padding-right:0.5rem; float:left; padding-bottom: 0.25rem;}
	
	.contact_content .left .contact_ul li p{ float:left; width:14.5rem; height:auto; height:auto;display:inline-table; margin: 0px !important;}
	
	.contact_content .left .contact_ul li a{ color:#333;}
	.contact_content .left .contact_ul li i{ float:left; line-height:1.8rem; font-size:1.4rem; padding-right:0.8rem; color:#04a92b;}
	.contact_content .left .contact_ul li dd { float:left; display:block;}
	.contact_content .left .contact_ul li dd img{ display:block; float:left; width:8rem; height:8rem;}
	
	.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:0rem; margin-right:0;}
	.contact_content .left .face h2{font-size:1.2rem; line-height:2rem; padding-bottom:1rem;}
	.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:1rem; margin-right:1.5rem;}
	.contact_content .left .face a img{ width:36px; height:36px;  }
	.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}
	
	.contact_content .right{ width:23rem; height:auto; margin: 0 auto;  overflow:hidden; float: none; padding: 0px; text-align: center;}
	.contact_right_txt{
		width: auto;
	}
	.contact_right_txt h2{
		font-size: 1.1rem;
		line-height: 2rem;
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
		margin-bottom: 0.5rem;
		border-bottom: 1px solid #f3f3f3;
		color: #fe751a;
	}
	.contact_right_txt p{
		line-height: 2rem;
		font-size: 15px;
	}
	
	.contactMap{
		width: 23rem;
		margin: 0 auto;
		height: 15rem;
		text-align: center;
	}
	.contactMap #allmap{
		width: 100%;
		height: 15rem;
	}
	
	.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:active{
		background: #999;
		color: #fff;
	}
	/* 内页专用 */
	.inerPage-home-about-Wrap{
		background: #fff;
		padding-bottom: 0px;
	}
	.inerPage-home-about-Wrap .home_about{
		background: #f8f8f8;
	}
	
	/* 搜索 */
	.ss_no{width:100%; min-height:5rem; text-align:center; font-size:1rem; height:auto; padding-top:2rem; line-height:1.8rem;}
	.ss_no strong{ color:#c43a30;}
	
	.suo_text{ width:23rem; margin:0 auto; text-align:center; overflow:hidden; padding-top:0.5rem; padding-bottom:1rem; border-bottom:1px solid #ccc;}
	.suo_text h2{ line-height:2rem; font-size:1.15rem; font-weight:400;}
	.suo_text h2 span{ color:#c43a30; padding-left:0px; padding-right:0px; font-size:1.2rem; font-weight:800}
	.suo_text h2 strong{ color:#c43a30; padding-left:0.2rem; padding-right:0.2rem; font-size:1.2rem;font-weight:800;}
/* mobiel end */
}