@charset "utf-8";






@media screen and (max-width:1280px) {
	.auto{
		width: 1000px;
	}
	.footer .auto{
		width: 1060px;
	}
	.logo .auto{
		width: 1100px;
	}
	.adress {
		padding: 40px 0px;
	}
	.footer_ad {
		margin-left: 0px;
	}
	.lastone{
		display: none;
	}
	.logo_nav {
		width: 770px;
	}
	.logo_nav li {
		width: 104px;
	}
	.cp_picture ul .pic1 {
		width: 243px;
	}
	.case_pic ul li {
		width: 30%;
	}
}



@media screen and (max-width:1100px) {
	html{
		font-size: 6vw;
		max-width: 100vw;
		margin: auto;
	}

	body{margin: 0px;
		padding: 0px;
		background-color:#fff;font-family:"微软雅黑"; font-size:14px; padding-bottom:1.2rem;
		/* max-width: 640px; */
		}
	a{ text-decoration:none; margin:0; padding:0;}
	/**{ font-family:"微软雅黑"; font-size:14px; color:#000;}*/
	*{font-size:14px;}
	h1,h2,p,h4,h5,h3,h6{ margin:0; padding:0; font-weight:normal;}
	img{ display:block; border:none; width: 100%; height:100%;}
	.clearfix{clear: both;}
	ul,li{ list-style:none; margin:0; padding:0;}
	input,select{ border:none;font-family:"微软雅黑";outline:none }
	.main{ width:100%; max-width:750px; margin:0 auto; position:relative;}
	.container{width:100%;margin:0 auto;max-width:750px;margin:0 auto;background: #fff;}

	.float_l{float: left;}
	.float_r{float: right;}
	.clear{clear:both;}
	.position_r{position: relative;}
	.position_a{position: absolute;}


	.phone_none{
		display: none !important;
	}
	.pc_none{
		display: block;
	}


	/*头部*/
	.head{
		width: 100%;
		height: 0.8rem;
		/* background: #000; */
		/* width: calc(100% - 0.3rem);
		padding: 0 0.15rem; */
		position: relative;
	}
	.head .logo{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 0.8rem;
		background: none;
		padding: 0;
	}
	.head .phone{
		position: absolute;
		top: 0.18rem;
		right: 0.15rem;
		z-index: 2;
		width: 0.44rem;
		height: 0.44rem;
	}
	/* 首页导航 */
	.menu_list{ width:100%;}
	.index_nav{
		 background: #088e28; 
	}
	.index_nav a{
		display: block;
		width: calc(33.3% - 1px); 
		/*width: 33%;*/
		float: left;
		height: 0.5rem;
		line-height: 0.5rem;
		text-align: center;
		margin-bottom: 1px;
		border-right: 1px solid #006217;
		box-shadow: 1px 1px 0 #00a527;
		border-bottom: 1px solid #006217;
		/* margin-right: 0.02rem; */
	}
	.index_nav a .float_l{
		width: 100%;
		color: #fff;
		font-size: 0.23rem;
		border-right: 1px solid #006217;
		box-shadow: 1px 0px 0 #00a527;
		border-bottom: 1px solid #006217;
		background: #088e28;
	}
	/* 首页轮播 */
	.swiper-container-b{
		position: relative !important;
		top: -0.02rem;
		z-index: 4 !important;
	}
	.swiper-container-b .swiper-slide img{
		width: 100%;
		/* height: 3.07rem; */

	}
	.swiper-container-b .swiper-pagination-bullets{
		text-align: center;
	}
	.swiper-container-b .swiper-pagination-bullet {
		width: 0.1rem;
		height: 0.1rem;
		display: inline-block;
		border-radius: 100%;
		background: #fff;
		opacity: 1;
		vertical-align: middle;
		margin-top: 50px;
		position: relative;
		/* top: -26px; */
		z-index: 9;
	}
	.swiper-container-b .swiper-pagination-bullet-active {
		opacity: 1;
		width: 0.14rem;
		height: 0.14rem;
		background: none;
		border: solid 0.01rem #fff;
	}
	.swiper-container-b .swiper-button-next, .swiper-container-b .swiper-container-rtl .swiper-button-prev {
		background:url('../imgs/banner_right.png') top center no-repeat;
		background-size: 100% 100%;
		width: 0.4rem;
		height: 0.74rem;
		right: 0;
		margin-top: -0.37rem;
	}
	.swiper-container-b .swiper-button-prev, .swiper-container-b .swiper-container-rtl .swiper-button-next {
		background:url('../imgs/banner_left.png') top center no-repeat;
		background-size: 100% 100%;
		width: 0.4rem;
		height: 0.74rem;
		left: 0;
		margin-top: -0.37rem;
	}
	/* 搜索 */
	.search_background{
		width: calc(100% - 0.3rem);
		width: 100%;	
		background: #f4f4f4;
		padding: 0.15rem;
	}
	.search{
		width: 100%;
		height: 0.53rem;
		background: #fff;
		border-radius: 0.5rem;
	}
	.search img{
		width: 0.25rem;
		height: 0.25rem;
		margin-top: 0.15rem;
		margin-left: 0.3rem;
		margin-right: 0.1rem;
	}
	.search input{
		/* margin-top: 0.05rem; */
		color: #888888;
		width: 3.6rem;
		height:0.53rem;
		padding: 0;
		margin: 0;
		font-size: 0.23rem;	
	}
	.search_button{
		width: 1.2rem;
		height: 100%;
		border-radius: 0.5rem;
		background: #1f9e11;
		color: #fff;
		text-align: center;
		line-height:0.53rem;
		font-size: 0.24rem;
	}
	.index_title{
		width: 100%;
	}
	.index_title h3{
		font-size: 0.36rem;
		text-align: center;
		color: #1c6c01;
		margin-top: 0.4rem;
		margin-bottom: 0.13rem;
	}
	.index_title h3 span{
		font-size: 0.36rem;
		color: #d7023d;
	}
	.index_title .line1{
		width: 0.8rem;
		height: 3px;
		background: #d7023d;
		margin: auto;
	}
	.index_title .line2{
		width: 100%;
		height: 1px;
		background: #d6d6d6;
	}
	.index_title h4{
		font-size: 0.28rem;
		color: #c3cbc1;
		text-transform:uppercase;
		text-align: center;
		margin-top: 0.1rem;
		font-family: -webkit-pictograph;
	}
	.index_product{
		margin-top: 0.18rem;
	}
	.index_product .label_page_each{
		padding: 0 0.158rem;
	}
	.index_product .label_page_each a:nth-child(odd) .float_l{
		margin-right: 0.2rem;
	}
	.index_product .label_page_each .float_l{
		width: calc(50% - 0.1rem);
		margin-bottom: 0.1rem;
		margin-top: 0.2rem;
	}
	.index_product .label_page_each .float_l img{
		height: 2.2rem;
	}
	.index_product .label_page_each .float_l div{
		color: #666666;
	}
	.index_product .label_page_each .float_l:hover{
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19);
	}
	.index_product .label_page_each .float_l:hover div{
		background: #1f9e11;
		color: #fff;
	}
	/* .矩形_27_拷贝 {
		background-color: rgb(255, 255, 255);
		
		position: absolute;
		left: 330px;
		top: 726px;
		width: 294px;
		height: 270px;
		z-index: 91;
	} */
	
	.index_product .label_page_each .float_l p{
		text-align: center;
		font-size: 0.23rem;
		padding-top: 0.15rem;
		padding-bottom:0.15rem;
	}
	.clearfix{clear: both;}
	.label_nav{
		overflow-x: scroll;
		white-space: nowrap;
		width: calc(100% - 0.3rem);
		height: 0.6rem;
		margin-left:0.15rem;
	}
	.label_nav::-webkit-scrollbar{
		height: 1px;
	}
	.label_nav .on{
		background-color:#1f9e11;
		color:#fff;
	}
	.label_nav span{
		/* float: left; */
		padding:0.12rem 0.18rem 0.1rem 0.18rem;
		line-height: 0.6rem;
		font-size: 0.24rem; 
	}
	.swiper-container-p .swiper-pagination-p{
		text-align: center;
	}
	.swiper-container-b .swiper-pagination-bullets{
		position: absolute;
	}
	.swiper-container-p .swiper-pagination-bullet {
		width: 0.1rem;
		height: 0.08rem;
		display: inline-block;
		border-radius: 100%;
		background: #dcdcdc;
		opacity: 1;
	}
	.swiper-container-p .swiper-pagination-bullet-active {
		opacity: 1;
		background: #1f9e11;
		width: 0.4rem;
		height: 0.08rem;
		border-radius: 5px;
	}

	.advertisement{
		margin-top: 0.4rem;
	}
	.advertisement img{
		width: 100%;
	}
	.advantage{
		/* margin-top: 0.4rem; */
	}
	.advantage img{
		width: 100%;
		height: 5.11rem;
	}

	.index_title2{
		width:100%;
		margin-top: 0.39rem;
		padding:0 0.15rem;
	}
	.index_title2 h3{
		font-size: 0.36rem;
		text-align: center;
		color: #1c6c01;
		margin-bottom: 0.13rem;
		line-height: 0.36rem;
	}
	.index_title2 h3 span{
		font-size: 0.36rem;
		color: #d7023d;
	}
	.index_title2 h4{
		font-size: 0.28rem;
		color: #c3cbc1;
		text-transform:uppercase;
		text-align: center;
		margin-top: 0.1rem;
		margin-left: 0.1rem;
		font-family: -webkit-pictograph;
	}

	.classification{
		width: 1.2rem;
		height: 0.5rem;
		background: #1f9e11;
		position: relative;
	}
	.classification img{
		width: 0.23rem;
		height: 0.18rem;
		margin-left: 0.24rem;
		margin-top: 0.16rem;
		float: left;
	}
	.classification_p{
		margin-left: 0.12rem;
		font-size: 0.22rem;
		color: #fff;
		/* margin-top: 0.03rem; */
		height: 0.5rem;
		line-height: 0.5rem;
	}
	/* 下拉菜单开始 */
	.menu_list ul li .div1 {
		/* width: calc(100% - 10px); */
		height: auto;
		/* padding:0 10px; */
	}
	.menu_list ul li .div1 a{
		
	}
	.menu_list ul li .div1 .zcd{
		color: #fff;
		font-size: 14px;
		background-color: #1f9e11;
		cursor: pointer;
		text-align: center;
		width: 100%;
		float: left;
		border-right: solid 1px #1f9e11;
		border-bottom: solid 1px #1f9e11;
		margin: auto;
		color: #fff;
		border-top: 1px dashed #fff;
		display: block;
		padding: 8px 5px;
		opacity: 0.9;
		font-size: 0.22rem;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
	}
	.menu_list ul li .div1 a:nth-child(1) .zcd{
		border-top:none;
	}
	.div1 {
		height: 200px;
		display: none;
		position: absolute;
		z-index: 10;
		top: 30px;
		right: 0;
		width: 100%;
	}
	.menu_list ul li:hover .div1{
		display: block;
	}
	/* 下拉菜单结束 */
	.index_case .label_page_each .float_l {
		margin-bottom: 0;
		margin-top: 0;
	}
	.index_case .label_page_each .swiper-slide{
		padding-bottom: 1.20rem;
	}
	.swiper_button_more{
		position: absolute;
		bottom: 0.4rem;
		left: 50%;
		border: solid 1px #00a728;
		width: 1.65rem;
		height: 0.5rem;
		font-size: 0.22rem;
		text-align: center;
		line-height: 0.5rem;
		color: #00a728;
		margin-left: -0.83rem;
		z-index: 10;
	}
	.index_case .swiper-button-prev, .index_case .swiper-container-rtl .swiper-button-next {
		width: 1.15rem;
		height: 0.48rem;
		border: solid 1px #00a728;
		background:url('../imgs/left.png') top center no-repeat;
		background-size: 100% 100%;
		top: auto;
		bottom: 0.42rem;
		left: 50%;
		margin-left: -2.14rem;
	}
	.index_case .swiper-button-next, .index_case .swiper-container-rtl .swiper-button-prev {
		width: 1.15rem;
		height: 0.48rem;
		border: solid 1px #00a728;
		background:url('../imgs/right.png') top center no-repeat;
		background-size: 100% 100%;
		top: auto;
		bottom: 0.42rem;
		right: 50%;
		margin-right: -2.14rem;
	}
	.index_title3{
		margin-top: 0;
	}
	.index_title3 .classification_p{
		width: 1.2rem;
		height: 0.4rem;
		text-align: center;
		;line-height: 0.4rem;
		color: #fff;
		font-size: 0.22rem;
		margin: 0;
	}
	.index_title3{
		padding-top: 0.001rem;
		margin-bottom: 0.35rem;
	}
	.index_title3 .line3{
		width: 0.61rem;
		height: 0.04rem;
		background: #00a728;
		margin-top: 0.46rem;
	}
	.about{
		background: #f4f4f4;
		padding-top: 0.35rem;
		padding-bottom: 0.29rem;
	}
	.about_details{
		padding: 0 0.15rem;
	}
	.about_details p{
		font-size: 0.22rem;
		color: #666666;
		line-height: 0.38rem;
		text-indent: 0.5rem;
		text-align: justify;
		padding: 0 0.08rem;
	}
	.about_details img{
		width: 100%;
		margin-top: 0.37rem;
	}

	.news{
		padding: 0 0.15rem;
		/* background: #000; */
		margin-top: 0.2rem;
	}
	.news .hotspot{
		width: 0.94rem;
		height: 0.43rem;
	}
	.news h3{
		width: calc(100% - 1.27rem);
		margin-left: 0.23rem;
		margin-top: 0.06rem;
		color: #00a144;
		font-size: 0.24rem;
		font-weight: 600;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	.news .hotspot_p{
		color: #666666;
		font-size: 0.22rem;
		line-height: 0.38rem;
		margin-top: 0.18rem;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.first_news{
		border: solid 1px #cccccc;
		padding: 0.22rem 0.28rem 0.28rem 0.21rem;
		margin-top: 0.26rem;
		margin-bottom: 0.15rem;
	}
	.first_news .time{
		width: 0.9rem;
		height: 1rem;
		background: #1f9e11;
		color: #fff;
		text-align: center;
		margin-right: 0.26rem;
	}
	.first_news .time p:nth-child(1){
		font-size: 0.24rem;
		margin-top: 0.12rem;
	}
	.first_news .time p:nth-child(2){
		font-size: 0.28rem;
	}
	.first_news .text{
		width: calc(100% - 1.18rem);
	}
	.first_news .text h4{
		font-size: 0.24rem;
		color: #333333;
		margin-bottom: 0.06rem;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	.first_news .text p{
		font-size: 0.22rem;
		color: #666;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;     
		text-indent: 0.2rem;
		line-height: 0.33rem;
	}
	.news_list p{
		font-size: 0.23rem;
		color: #333333;
		height: 0.5rem;
		line-height: 0.5rem;
		padding-left: 0.05rem;
		border-bottom: solid 1px #dcdbdb;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
	}

	.foot{
		width: 640px;
		height: 1rem;
		background: #1f9e11;
		position: fixed;
		bottom: 0;
		left: 50%;
		margin-left: -320px;
		z-index: 99;
	}
	.foot .float_l{
		width: calc(25% - 1px);
		padding-top: 0.06rem;
	}
	.foot .float_l img{
		width: 0.8rem;
		height: 0.5rem;
		margin: auto;
	}
	.foot .float_l p{
		text-align: center;
		font-size: 0.22rem;
		color: #fff;
	}
	.foot_line{
		width: 1px;
		height: 0.4rem;
		background: #fff;
		margin-top: 0.35rem;
		float: left;
	}


	.nav_two{
		width: 100%;
		/* width: calc(100% - 0.3rem); */
    	/* padding: 0 0.15rem; */
		height: auto !important;
		min-height: 0.6rem;
		background: #088e28;
		position: relative;
	}
	.nav_two p{
		font-size: 0.3rem;
		text-align: center;
		line-height: 0.6rem;
		color: #fff;
	}
	.nav_two .return2{
		position: absolute;
		top: 0;
		left: 0.15rem;
		width: 0.27rem;
		height: 0.6rem;
	}
	.nav_two .nav_two_img{
		position: absolute;
		top: 0;
		right: 0.15rem;
		width: 0.48rem;
		height: 0.6rem;
	}
	.nav_two .menu_list .div1{
		position: relative;
		top:0;
		padding: 0;
		width: 100%;
	}
	.search_background_line{
		/* width: 0.01px; */
		background: #f4f4f4;
		font-size: 0.01rem;
		color: #f4f4f4;
		/* height: 0.26rem;
		line-height:0.26rem; */
		display: none;
	}
	.inner_page{
		padding-top:0;
		/* margin-top: -0.1rem; */
		height: auto;
		padding: 0.15rem;
		width: 100%;    
		height: 0.85rem;
		/* width: calc(100% - 0.3rem); */
		/* padding: 0 0.15rem; */
	}
	.nav_two .index_nav {
		border-top: solid 1px #006217;
	}

	.news_list_html .first_news{
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		border: none;
		margin-bottom: 0;
	}
	.news_list_html .time{
		background: none;
		border: solid 1px #dddddd;
		width: 0.9rem;
		height: 1.1rem;
	}
	.news_list_html .text {
		width: calc(100% - 1.2rem);
	}
	.news_list_html .time p:nth-child(1) {
		font-size: 0.51rem;
		color: #04a62b;
		margin-top: 0;
	}
	.news_list_html .time p:nth-child(2) {
		font-size: 0.2rem;
		color: #999999;
	}
	.news_list_html .text h4 {
		margin-bottom: 0.08rem;
		margin-top: 0.02rem;
	}
	.news_list_html .news_list a:nth-child(1){
		border-top: solid 1px #dcdbdb;
	}
	.news_list_html .news_list a{
		display: block;
		border-bottom: solid 1px #dcdbdb;
		clear: both;
		height: 0.6rem;
	}
	.news_list_html .news_list a p:nth-child(1){
		font-size: 0.23rem;
		color: #333333;
		height: 0.6rem;
		line-height: 0.6rem;
		padding-left: 0.05rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		float: left;
		width: 70%;
		border-bottom: none;
		font-size: 0.22rem;
	}
	.news_list_html .news_list a p:nth-child(2){
		float: right;
		width: 25%;
		border-bottom: none;
		font-size: 0.22rem;
		color: #666666;
		text-align: right;
		padding-right: 0.05rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.gallery_button{
		width: 2.24rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size:0.22rem;
		color: #fff;
		font-weight: 600;
		background: #05a82c;
		border-radius: 0.5rem;
		text-align: center;
		margin: auto;
		margin-top: 0.2rem
	}
	.gallery_html .index_product{
		margin-top: 0.36rem
	}
	.gallery_html{
		padding-bottom: 0.8rem;
	}
	.single_contact{
		border-bottom: solid 1px #dddddd;
		margin: 0 0.15rem;
		padding-top: 0.3rem;
		padding-bottom: 0.2rem;
	}
	.single_contact p{
		font-size: 0.22rem;
		color: #666666;
		line-height: 0.38rem;
	}
	.single_contact_html .single{
		padding: 0 0.15rem;
	}
	.single_contact_html .single h4{
		font-size: 0.22rem;
		color: #088e28;
		line-height: 0.44rem;
		font-weight: 700;
		margin-top: 0.26rem;
	}
	.single_contact_html .single p{
		font-size: 0.22rem;
		color: #666666;
		line-height: 0.44rem;
	}

	/* 在线留言 */
	.message_html{
		padding: 0 0.15rem;
		padding-top: 0.5rem;
		padding-bottom: 1.5rem;
	}
	.message_html input{
		border: solid 1px #e1e7ee;
		margin-top: 0.1rem;
		height: 0.5rem;
		line-height: 0.5rem;
		padding: 0;
		width: 3.4rem;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		font-size: 0.22rem;
		color: #777777;
	}
	.message_html textarea{
		border: solid 1px #e1e7ee;
		margin-top: 0.1rem;
		height: 1.2rem;
		line-height: 0.5rem;
		padding: 0;
		width: calc(100% - 0.5rem);
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		font-size: 0.22rem;
		color: #777777;
	}
	.message_button{
		width: 2.24rem;
		height: 0.5rem;
		background: #05a82c;
		color: #fff;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.45rem;
		border-radius: 0.5rem;
		margin-top: 0.2rem;
		margin-left: 0.17rem;
	}

	/* 行情资讯 */
	.listshow_html{
		padding:0 0.15rem;
		padding-top: 0.3rem;
	}
	.listshow_list{
		border-bottom:solid 1px #dddddd;
		margin-bottom: 0.2rem;
	}
	.listshow_list h2{
		font-size: 0.32rem;
		color: #333333;
		text-align: center;
		margin-bottom: 0.12rem;
	}
	.listshow_list p{
		font-size: 0.22rem;
		color: #666666;
		text-align: center;
		margin-bottom: 0.15rem;
	}
	.listshow_list p span{
		margin: 0 0.15rem;
	}
	.listshow_text h3{
		font-size: 0.22rem;
		color: #088e28;
		line-height: 0.44rem;
		text-indent: 0.5rem;
		text-align: justify;
		font-weight: 600;
	}
	.listshow_text p{
		font-size: 0.22rem;
		color: #666666;
		line-height: 0.44rem;
		text-indent: 0.5rem;
		text-align: justify;
	}
	.upper{
		/* width: calc(100% - 0.44rem); */
		height: 0.65rem;
		color: #666666;
		background: #f5f5f5;
		font-size: 0.23rem;
		line-height: 0.65rem;
		padding-left: 0.22rem;
		padding-right: 0.22rem;
		margin-top: 0.3rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.lower{
		/* width: calc(100% - 0.44rem); */
		height: 0.65rem;
		color: #666666;
		background: #f5f5f5;
		font-size: 0.23rem;
		line-height: 0.65rem;
		padding-left: 0.22rem;
		padding-right: 0.22rem;
		margin-top: 0.13rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.return_list{
		/* width: calc(100% - 0.44rem); */
		height: 0.65rem;
		color: #fff;
		background: #04a62b;
		text-align: right;
		margin-bottom: 0.1rem;
		font-size: 0.23rem;
		line-height: 0.65rem;
		padding-left: 0.22rem;
		padding-right: 0.22rem;
		margin-top: 0.13rem;
	}
	.return_list .float_r{
		font-size: 0.23rem;
	}
	.return_list img{
		width: 0.6rem;
		height: 100%;
	}

	/* 苗木展示 */
	.show_html .listshow_list{
		border-bottom: none;
	}
	.show_html .listshow_list h2{
		color: #333;
	}
	.swiper-container-s .swiper-slide img{
		width: 5rem;
		height: 3.75rem;
		margin: auto;
	}
	.swiper-container-s .swiper-button-next, .swiper-container-s .swiper-container-rtl .swiper-button-prev{
		background:url('../imgs/show_right.png') top center no-repeat;
		width: 0.2rem;
		height: 0.36rem;
		background-size: 100% 100%;
		top: 52%;
		right: 0.1rem;
	}
	.swiper-container-s .swiper-button-prev, .swiper-container-s .swiper-container-rtl .swiper-button-next {
		background:url('../imgs/show_left.png') top center no-repeat;
		width: 0.2rem;
		height: 0.36rem;
		background-size: 100% 100%;
		top: 52%;
		left: 0.1rem;
	}
	.show_html_title{
		height: 0.5rem;
		width: 100%;
		/* width: calc(100% - 0.3rem); */
		padding: 0 0.15rem;
		font-size: 0.22rem;
		color: #fff;
		background: #04a62b;
		line-height: 0.5rem;
		margin-bottom: 0.25rem;
		margin-top: 0.44rem;
	}
	.show_html_text p{
		font-size: 0.2rem;
		color: #666666;
		line-height: 0.44rem;
		text-indent: 0.5rem;
		text-align: justify;
	}
	.show_html .return_list{
		margin-top: 1rem;
	}

	/* 公司简介 */
	.single_about_html{
		padding: 0 0.15rem;
	}
	.single_about_html .single_about_text{
		padding-top: 0.34rem;
		padding-bottom: 0.34rem;
	}
	.single_about_html .single_about_text p{
		font-size: 0.22rem;
		color: #666666;
		line-height: 0.44rem;
		text-indent: 0.5rem;
	}
	.single_about_html .single_about_text p span{
		font-size: 0.22rem;
		color: #088e28;
		line-height: 0.44rem;
		text-indent: 0.5rem;
		font-weight: 600;
	}
	.after_sale{
		width: 100%;
		height: 2.49rem;
		background: #04a62b;
	}
	.after_sale .float_l{
		width: 50%;
		height: 100%;
	}
	.characteristic{
		width: 100%;
		height: 2.49rem;
		background: #fbfbfb;
	}
	.characteristic .float_l{
		width: 50%;
		height: 100%;
	}
	.after_sale .line{
		width: 0.2rem;
		height: 0.06rem;
		background: #fff;
		margin-top: 0.45rem;
		margin-left: 0.31rem;
	}
	.after_sale p{
		font-size: 0.23rem;
		color: #fff;
		line-height: 0.28rem;
		margin-left: 0.27rem;
		margin-top: 0.18rem;
	}
	.characteristic p{
		width: 2.7rem;
		font-size: 0.18rem;
		line-height: 0.34rem;
		margin-top: 0.35rem;
		margin-left: 0.25rem;
		color: #666666;
	}
	.characteristic h3{
		font-size: 0.2rem;
		margin-left: 0.25rem;
		margin-top: 0.1rem;
		color: #333;
	}


	html{
		font-size: 15.625vw;
	}
	.foot{
		width: 100%;
		left: 0;
		margin-left:0;
	}
}


/* transition:all 0.3s ease-in-out;
transform: scale(1.1);

overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;

input::-webkit-input-placeholder{
    color:#cccccc;
}
input::-moz-placeholder{   
    color:#cccccc;
}
input:-moz-placeholder{    
    color:#cccccc;
}
input:-ms-input-placeholder{
    color:#cccccc;
}

textarea::-webkit-input-placeholder{
    color:#cccccc;
}
textarea::-moz-placeholder{ 
    color:#cccccc;
}
textarea:-moz-placeholder{ 
    color:#cccccc;
}
textarea:-ms-input-placeholder{ 
    color:#cccccc;
} */







