/*.product-banner{
	background: url(../images/product-banner.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding-top: 135px;
	padding-bottom: 135px;
}
.product-banner h1{
	font-size:36px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0px;
}
.product-banner hr{
	width: 240px;
	border: none;
	border-top: 8px solid #8cc75b;
	margin-top: -10px;
	}*/

	.pro-banner .top-banner{
		width: 100%;
		height: 350px;
		overflow: hidden;
		position: relative;
	}
	.pro-banner .top-banner .swiper-pagination {
		position: absolute;
		bottom: 15px;
		z-index: 99;
	}
	.pro-banner .top-banner .swiper-pagination-bullet {
		background: #999999;
		width: 10px;
		height: 10px;
		opacity: 1;
		border-radius: 50%;
		margin: 0 3px;
	}
	.pro-banner .top-banner .swiper-pagination-bullet-active {
		background: #FFF;
		opacity: 1;
	}
	.pro-banner .top-banner a{
		display: block;
		width: 100%;
		height: 100%;
	}


	/**产品分类**/
	.productfl-list{
		margin-bottom: 55px;
	}
	.productfl-list ul li a{
		display: block;
	}
	.productfl-list ul li{
		margin-top: 50px;
		position: relative;
	}
	.productfl-list ul li a dl dt{
		width: 75%;
		float: right;
		position: relative;
		overflow: hidden;
	}
	.productfl-list ul li a dl dt .productfl-text{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(140,199,91,0.7);
		text-align: center;
		/*padding-top: 180px;*/
		padding: 20px;
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.productfl-list ul li a dl dt .productfl-text .productfl-text-box{
		border: 1px solid #e4f1dc;
		width: 100%;
		height: 100%;
		padding-top: 150px;
	}
	.productfl-list ul li a dl dt .productfl-text h4{
		font-size: 16px;
		color:#ffffff;
		font-weight: bold;
	}
	.productfl-list ul li dd{
		position: absolute;
		top: 50%;
		left: 0px;
		padding-bottom:10px;
		width: 25%;
		border-bottom: 1px solid #cccccc;
		margin-top: -24px;
	}
	.productfl-list ul li dd p{
		font-size: 14px;
		color:#44701f;
		margin-bottom: 5px;
	}

	.productfl-list ul li a:hover dl dt .productfl-text{
		opacity: 1;
	}
	.productfl-list ul li a:hover dd p{
		font-weight: bold;
	}
	.productfl-list ul li a:hover dd{
		border-bottom: 1px solid #8cc75b;
	}

	/**产品列表**/
	.product{
		margin-top: 16px;
		margin-bottom: 50px;
	}
	.product .product-left{
		width: 20%;
		float: left;
	}
	.product .product-left ul li h4{
		font-size: 14px;
		font-weight: bold;
		color: #555555;
		background-color: #e6e6e6;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 15px 12px;
		cursor: pointer;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
		margin-top: 2px;
	}
	.product .product-left ul li.active h4{
		background-color: #8cc75b;
		color: #FFF;
	}
	.product .product-left ul li h4:hover{
		background-color: #8cc75b;
		color: #FFF;
	}
	.product .product-left ul li dl{
		background-color:#f6f6f6;
		padding: 5px 33px;
		display: none;
	}
	.product .product-left ul li dl dd{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.product .product-left ul li dl dd a{
		font-size: 13px;
		color: #888888;
	}
	.product .product-left ul li dl dd.active a{
		color: #44701f;
		font-weight: bold;
	}
	.product .product-left ul li dl dd a:hover{
		color: #44701f;
		font-weight: bold;
	}
	.product .product-right{
		width: 76%;
		float: right;
	}
	.product .product-right .product-title h3{
		font-size: 20px;
		color: #333333;
		font-weight: bold;
	}
	.product-list ul li{
		width: 24%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		float: left;
		margin-top: 10px;
	}
	.product-list ul li a{
		display: block;
	}
	.product-list ul li a .product-list-box{
		position: relative;
	}
	.product-list ul li a .product-list-box .product-text{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(140,199,91,0.8);
		padding: 8px;
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.product-list ul li a:hover .product-list-box .product-text{
		opacity: 1;
	}
	.product-list ul li a .product-list-box .product-text .product-box{
		border: 1px solid #ecf5e4;
		width: 100%;
		height: 100%;
		padding-top: 55px;
	}
	.product-list ul li a .product-list-box .product-text .product-box h4{
		font-size: 15px;
		color:#ffffff;
		margin-bottom: 3px;
	}
	.product-list ul li a{
		display: block;
	}
	.product-list ul li a p{
		font-size: 13px;
		color: #333333;
		margin-top: 11px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		line-height: 23px;
		min-height: 46px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.product-list ul li a:hover p{
		color: #44701f;
		font-weight: bold;
	}

	/**产品详情**/
	.productxq{
		border-top: 1px solid #eeeeee;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.productxq .product-wz p{
		font-size: 12px;
		color: #999999;
	}
	.productxq .product-wz p a{
		font-size:12px;
		color: #999999;
		display: inline-block;
		margin-right: 3px;
	}
	.productxq .product-wz p a:hover{
		color: #333;
	}
	.productxq .productxq-text{
		margin-top: 20px;
	}
	.productxq .productxq-text .productxq-left{
		width: 42%;
		float: left;
	}
	.productxq .productxq-text .productxq-left ul li{
		width: 48%;
		float: left;
		margin-top: 15px;
	}
	.productxq .productxq-text .productxq-left ul li a{
		display: block;
		color: #333333;
		font-size: 14px;
		padding: 15px 40px;
		text-align: center;
		border: 1px solid #cccccc;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.productxq .productxq-text .productxq-left ul li a:hover{
		border: 1px solid #7c7b7b;
	}
	.productxq .productxq-text .productxq-right{
		width: 55%;
		float: right;
	}
	.productxq .productxq-text .productxq-right h3{
		margin-top: 0px;
		font-size: 22px;
	}
	.productxq .productxq-text .productxq-right h4{
		font-size: 15px;
		color: #222222;
		font-weight: bold;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.productxq .productxq-text .productxq-right ul li{
		padding-left: 17px;
		background: url(../images/productxq-icon.jpg) no-repeat 0px 3px;
	}
	.productxq .productxq-text .productxq-right ul li p{
		font-size: 14px;
		color:#333333;
		margin-bottom: 6px;
	}
	.productxq .productxq-text .productxq-right p{
		font-size: 14px;
		color:#333333;
		margin-bottom: 5px;
	}

	/**关于我们**/
	.about-banner{
		background: url(../images/about-banner.jpg) no-repeat center;
		background-size: cover;
		padding-top: 170px;
		padding-bottom: 170px;
	}
	.about-text .about-text-box{
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 50px;
	}
	.about-text .about-text-box .about-title{
		margin-top:70px;
		text-align: center;
		margin-bottom: 40px;
	}
	.about-text .about-text-box .about-title h1{
		font-size: 36px;
		color: #333333;
		font-weight: bold;
	}
	.about-text .about-text-box p{
		font-size: 15px;
		color: #333333;
		line-height: 26px;
		margin-top: 30px;
	}

	.about-icon{
		background-color:#f3f3f3;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-icon .about-icon-list{
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-icon ul li{
		width: 14.66%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
	.about-zs{
		background-color:#e9e9e9;
		padding-top: 40px;
		padding-bottom: 55px;
	}
	.about-zs .about-zs-box{
		padding-left: 40px;
		padding-right: 40px;
	}
	.about-zs .about-zs-box h2{
		font-size: 36px;
		color: #333333;
		margin-bottom: 30px;
	}

	/**新闻中心**/
	.new-banner{
		background: url(../images/new-banner.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.new-banner h1{
		font-size:36px;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: 0px;
	}
	.new-banner hr{
		width: 240px;
		border: none;
		border-top: 8px solid #8cc75b;
		margin-top: -10px;
	}
	.new .new-title{
		text-align: center;
		margin-top: 30px;
		padding-bottom: 5px;
		border-bottom: 3px solid #8cc75b;
	}
	.new .new-title h4{
		font-size: 15px;
		color: #44701f;
		font-weight: bold;
	}
	.new .new-list ul li{
		margin-top:39px;
	}
	.new .new-list ul li a{
		display: block;
		background-color: #eeeeee;
		padding: 25px 37px;
	}
	.new .new-list ul li a dl dt{
		width: 35%;
		float: left;
	}
	.new .new-list ul li a dl dd{
		width:62%;
		float: right;
	}
	.new .new-list ul li a dl dd h4{
		font-size: 20px;
		color: #333333;
		margin-bottom: 15px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.new .new-list ul li a dl dd h5{
		font-size: 13px;
		color:#999999;
		margin-bottom: 30px;
	}
	.new .new-list ul li a dl dd p{
		font-size: 14px;
		color:#666666;
		line-height: 25px;
		min-height: 75px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.new .new-list ul li a dl dd span{
		display: inline-block;
		margin-top: 30px;
		font-size: 14px;
		color: #333333;
	}
	.new .new-list ul li a:hover dl dd h4{
		color: #44701f;
		font-weight: bold;
	}
	.new .new-list ul li a:hover dl dd span{
		color: #44701f;
	}

	.fy{
		margin-top: 40px;
		margin-bottom: 50px;
		text-align: center;
	}
	.fy ul li{
		display: inline-block;
	}
	.fy ul li a{
		display: block;
		padding: 8px 15px;
		font-size: 18px;
		color: #777777;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.fy ul li a:hover{
		color: #FFF;
		background-color:#8cc75b;
	}
	.fy ul li.active a{
		color: #FFF;
		background-color:#8cc75b;
	}

	/**新闻详情**/
	.new .newxq-title{
		text-align: center;
		margin-top: 30px;
		padding-bottom: 5px;
		/*border-bottom: 3px solid #8cc75b;*/
	}
	.new .newxq-title h4{
		font-size: 15px;
		color: #44701f;
		font-weight: bold;
	}
	.newxq{
		border-top: 3px solid #8cc75b;
		padding: 40px;
		box-shadow: 0 0 8px #ccc;
		margin-bottom: 60px;
	}
	.newxq .newxq-text-title{
		text-align: center;
		margin-bottom: 30px;
	}
	.newxq .newxq-text-title h3{
		font-size: 24px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.newxq-text-title h5 span img{
		display: inline-block;
		width: 25px;
		height: 25px;
	}
	.newxq-text-title h5 span{
		display: inline-block;
		margin-left: 40px;
	}
	.newxq-text p{
		font-size: 14px;
		color: #333;
		line-height: 25px;
		margin-bottom: 0px;
	}
	.newxq-text img{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	/**联系我们**/
	.contact-banner{
		background: url(../images/contact-banner.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.contact-banner h1{
		font-size:36px;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: 0px;
	}
	.contact-banner hr{
		width: 240px;
		border: none;
		border-top: 8px solid #8cc75b;
		margin-top: -10px;
	}
	.contact-lx{
		margin-top:30px;
		margin-bottom: 50px;
	}
	.contact-lx h1{
		font-size: 32px;
		font-weight: bold;
		color: #383837;
		margin-top: 20px;
		margin-bottom: 35px;
	}
	.contact-lx h2{
		font-size: 30px;
		font-weight: bold;
		color: #383837;
		margin-bottom: 25px;
	}
	.contact-lx p{
		font-size: 14px;
		color:#383837;
	}
	.contact-text{
		width: 55%;
	}
	.contact-text label{
		font-size: 16px;
		color:#333333;
		font-weight: normal;
		margin-top: 17px;
		display: block;
		margin-bottom: 7px;
	}
	.contact-text label span{
		color:#ff0000;
	}
	.contact-text input{
		width: 100%;
		height: 50px;
		border: 1px solid #cccccc;
	}
	.contact-text textarea{
		width: 100%;
		border: 1px solid #cccccc;
	}
	.contact-text button{
		width: 100%;
		height:50px;
		background-color: #8cc75b;
		border: 1px solid #8cc75b;
		margin-top: 35px;
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
	}

	/**产品案例**/
	.application-banner{
		background: url(../images/application-banner.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		padding-top: 135px;
		padding-bottom: 135px;
	}
	.application-banner h1{
		font-size:36px;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: 0px;
	}
	.application-banner hr{
		width: 240px;
		border: none;
		border-top: 8px solid #8cc75b;
		margin-top: -10px;
	}

	.application{
		margin-top: 60px;
		margin-bottom: 70px;
	}
	.sp-slides .sp-slide dl dt{
		width: 50%;
		float: left;
		margin-top: 20px;
	}
	.sp-slides .sp-slide dl dd{
		width: 50%;
		float: right;
		margin-top: 20px;
		margin-left: 0px;
	}
	.sp-slides .sp-slide dl dt h2{
		font-size: 36px;
		width:200px;
		height: 200px;
		border-radius: 50%;
		background-color: #2e7fb7;
		margin: 0 auto;
		display: -webkit-box;
		-webkit-box-pack:center;
		-webkit-box-align:center;
		-webkit-box-orient: vertical;
		color: #FFF;
	}
	#example1 .sp-mask{
		margin: 0 auto;
	}
	.sp-bottom-thumbnails.sp-has-pointer{
		position: absolute;
		top: 0;
		left: 0;
	}
	.slider-pro{
		padding-top: 100px;
	}
	.small-img1{
		display: none;
	}
	.sp-thumbnail .application-text{
		position: relative;
		padding-top: 35px;
	}
	.sp-thumbnail .application-text p{
		position: absolute;
		top: 0px;
		left: 50%;
		width: 130px;
		margin-left: -65px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 14px;
		color:#333333;
	}
	.sp-thumbnail .application-text span{
		display: inline-block;
		width: 15px;
		height: 15px;
		background-color:#cccccc;
		border-radius: 50%;
		position: relative;
	}
	.sp-thumbnail .application-text span::before{
		content: "";
		position: absolute;
		top: 5px;
		left:-60px;
		width: 60px;
		height: 1px;
		background-color:#cccccc;
	}
	.sp-thumbnail .application-text span::after{
		content: "";
		position: absolute;
		top: 5px;
		right:-60px;
		width: 60px;
		height: 1px;
		background-color:#cccccc;
	}

	.application{
		position: relative;
	}
	.application::before{
		content: "";
		position: absolute;
		top: 45px;
		left:0;
		width: calc((100% - 1140px)/2);
		height: 1px;
		background-color:#cccccc;
	}
	.application::after{
		content: "";
		position: absolute;
		top: 45px;
		right:0;
		width: calc((100% - 1130px)/2);
		height: 1px;
		background-color:#cccccc;
	}

	.sp-selected-thumbnail .sp-thumbnail .application-text span{
		background-color: #8cc75b;
	}
	.sp-selected-thumbnail .sp-thumbnail .application-text p{
		color: #44701f;
		font-weight: bold;
	}
	.applicaton-img{
		position: relative;
	}
	.applicaton-img .application-img-text{
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		background-color: rgba(51,51,51,0.7);
		padding: 13px 23px;
		text-align: right;
	}
	.applicaton-img .application-img-text p{
		margin-bottom: 0px;
		color: #FFF;
		font-size:15px;
	}
	.applicaton-img .application-img-text p span{
		display: inline-block;
		margin-left: 20px;
	}

	/**预览**/
	.browse{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 70px;
		position: relative;
	}
	.browse-box .browse-btn{
		margin-top: 42px;
	}
	.browse-box .browse-btn a{
		display: inline-block;
		font-size: 16px;
		color: #383837;
		padding: 13px 40px;
		border: 1px solid #383837;
		border-radius: 6px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.browse-box .browse-btn a span{
		width: 15px;
		height: 10px;
		display: inline-block;
		margin-left: 5px;
		background: url(../images/more-icon.png) no-repeat;
	}
	.browse-box .browse-btn a:hover{
		background-color: #8cc75b;
		border: 1px solid #8cc75b;
		color: #FFF;
	}
	.browse-box .browse-btn a:hover span{
		background: url(../images/more-icon1.png) no-repeat;
	}
	.tk-main{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.5);
		display: none;
	}
	.tk{
		width: 600px;
		height: 400px;
		background: url(../images/browse-bg.jpg);
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top:-200px;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.tk .tk-box{
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 100px;
		padding-left: 95px;
		padding-right: 95px;

	}
	.tk .tk-box input{
		width: 100%;
		height: 50px;
		border: 1px solid #cccccc;
		background-color: #f7f7f7;
		margin-top: 15px;
		padding-left: 10px;
	}
	.tk .tk-box button{
		width: 45%;
		height: 45px;
		margin-top: 30px;
	}
	.tk .tk-box .tk-close{
		position: absolute;
		top: 9px;
		right: 10px;
		display:inline-block;
		width: 31px;
		height: 31px;
		z-index: 999;
		cursor: pointer;

	}
	.tk h4{
		font-size: 18px;
		color: #333333;
		font-weight: bold;
	}
	.tk .tk-box .reset{
		float: left;
		background-color:#dddddd;
		border: 1px solid #dddddd;
		border-radius: 4px;
		font-size: 14px;
		color: #383837;
	}
	.tk .tk-box .sub{
		float: right;
		background-color: #333333;
		border: 1px solid #333333;
		color: #FFF;
		border-radius: 4px;
	}


	@media(max-width: 767px){
		.pro-banner .top-banner{
			width: 100%;
			height: 200px;
			overflow: hidden;
			position: relative;
		}
		/**产品分类**/
		.product-banner {
			background: url(../images/product-banner.jpg) no-repeat center;
			background-size: cover;
			text-align: center;
			padding-top: 65px;
			padding-bottom: 65px;
		}
		.product-banner h1 {
			font-size: 32px;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 0px;
		}
		.product-banner hr {
			width: 201px;
			border: none;
			border-top: 5px solid #8cc75b;
			margin-top: -9px;
		}
		.productfl-list ul li a dl dt {
			width: 100%;
			float:none;
			position: relative;
			overflow: hidden;
		}
		.productfl-list ul li {
			margin-top: 35px;
			position: relative;
		}
		.productfl-list ul li a dl dt .productfl-text .productfl-text-box {
			border: 1px solid #e4f1dc;
			width: 100%;
			height: 100%;
			padding-top: 33px;
		}
		.productfl-list ul li a dl dt .productfl-text h4 {
			font-size: 14px;
			color: #ffffff;
			font-weight: bold;
		}
		.productfl-list ul li dd {
			position: static;
			top: 50%;
			left: 0px;
			padding-bottom: 4px;
			width: 100%;
			border-bottom: 1px solid #cccccc;
			margin-top: 10px;
		}

		/**产品列表**/
		.product .product-left {
			width: 100%;
			float: left;
		}
		.product .product-right {
			width: 100%;
			float: right;
			margin-top: 20px;
		}
		.product-list ul li {
			width: 49%;
			margin-right: 1%;
			float: left;
			margin-top: 10px;
		}
		.product-list ul li a .product-list-box .product-text .product-box {
			border: 1px solid #ecf5e4;
			width: 100%;
			height: 100%;
			padding-top: 32px;
		}

		/**产品详情**/
		.productxq .productxq-text .productxq-left {
			width: 100%;
			float: left;
		}
		.productxq .productxq-text .productxq-left ul li a {
			display: block;
			color: #333333;
			font-size: 14px;
			padding: 10px 3px;
			text-align: center;
			border: 1px solid #cccccc;
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.productxq .productxq-text .productxq-right {
			width: 100%;
			float: right;
			margin-top: 28px;
		}
		.productxq .productxq-text .productxq-right h3 {
			margin-top: 0px;
			font-size: 20px;
		}

		/**关于我们**/
		.about-banner {
			background: url(../images/about-banner.jpg) no-repeat center;
			background-size: cover;
			padding-top: 95px;
			padding-bottom: 95px;
		}
		.about-text .about-text-box {
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 50px;
		}
		.about-text .about-text-box .about-title {
			margin-top: 50px;
			text-align: center;
			margin-bottom: 20px;
		}
		.about-text .about-text-box .about-title h1 {
			font-size: 30px;
			color: #333333;
			font-weight: bold;
		}
		.about-icon .about-icon-list {
			padding-left: 0px;
			padding-right: 0px;
		}
		.about-zs .about-zs-box h2 {
			font-size: 28px;
			color: #333333;
			margin-bottom: 30px;
		}
		.about-zs .about-zs-box {
			padding-left: 0px;
			padding-right: 0px;
		}

		/**新闻详情**/
		.new-banner {
			background-size: cover;
			text-align: center;
			padding-top: 65px;
			padding-bottom: 65px;
		}
		.new-banner h1 {
			font-size: 32px;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 0px;
		}
		.new-banner hr {
			width: 201px;
			border: none;
			border-top: 5px solid #8cc75b;
			margin-top: -9px;
		}
		.new .new-list ul li a {
			display: block;
			background-color: #eeeeee;
			padding: 20px 15px;
		}
		.new .new-list ul li a dl dt {
			width: 100%;
			float: left;
		}
		.new .new-list ul li a dl dd {
			width: 100%;
			float: right;
			margin-top: 10px;
		}
		.new .new-list ul li a dl dd h5 {
			font-size: 13px;
			color: #999999;
			margin-bottom: 15px;
		}
		.new .new-list ul li a dl dd span {
			display: inline-block;
			margin-top: 5px;
			font-size: 14px;
			color: #333333;
		}


		/**新闻详情**/
		.newxq {
			border-top: 3px solid #8cc75b;
			padding: 20px 10px;
			box-shadow: 0 0 8px #ccc;
			margin-bottom: 60px;
		}
		.newxq-text-title h5 span {
			display: block;
			margin-left:0px;
			margin-bottom: 10px;
		}
		.newxq .newxq-text-title h3 {
			font-size: 22px;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 13px;
		}

		/**联系我们**/
		.contact-banner{
			background-size: cover;
			text-align: center;
			padding-top: 65px;
			padding-bottom: 65px;
		}
		.contact-banner h1 {
			font-size: 32px;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 0px;
		}
		.contact-banner hr {
			width: 201px;
			border: none;
			border-top: 5px solid #8cc75b;
			margin-top: -9px;
		}
		.contact-text {
			width: 100%;
		}
		.contact-lx h2 {
			font-size: 24px;
			font-weight: bold;
			color: #383837;
			margin-bottom: 16px;
		}


		/**产品案例**/
		.application-banner {
			background-size: cover;
			text-align: center;
			padding-top: 65px;
			padding-bottom: 65px;
		}
		.application-banner h1 {
			font-size: 32px;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 0px;
		}
		.application-banner hr {
			width: 201px;
			border: none;
			border-top: 5px solid #8cc75b;
			margin-top: -9px;
		}

		.applicaton-img .application-img-text {
			position: absolute;
			left: 0px;
			bottom: 0px;
			width: 100%;
			background-color: rgba(51,51,51,0.7);
			padding: 10px 7px;
			text-align: left;
		}
		.applicaton-img .application-img-text p {
			margin-bottom: 0px;
			color: #FFF;
			font-size: 14px;
		}


		/**预览**/
		.tk{
			width: 100%;
			height: auto;
			background: url(../images/browse-bg.jpg);
			position: absolute;
			top: 50px;
			left: 0px;
			margin-left: 0px;
			margin-top:0px;
			box-sizing: border-box;
		}
		.tk .tk-box {
			position: relative;
			width: 100%;
			height: 100%;
			padding-top: 85px;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 70px;
		}
		.tk .tk-box button {
			width: 48%;
			height: 45px;
			margin-top: 30px;
		}
	}