@charset "utf-8";

#header .menu ul li.nav6 a span.en::after{ content: ""; position: absolute; height: 3px; background-color: #fff; width: 30%; bottom: 0; left: 35%;}

#banner{ width: 100%; min-width: 1200px; height: 5.5rem; min-height: 500px; position: relative;}
#banner .banner-bg{ width: 100%; height: 100%; position: absolute; z-index: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; opacity: 1;}

#main{	overflow: hidden;	position: relative;	z-index: 1; padding-top: 10px; margin-top: -50px;}
#main .mainBox{padding:0px; background-color: #fff;}
#main .title{text-align: left; padding: 40px 20px 0; position: relative;}
#main .title h1{color: #63b027; font-weight: 400; text-transform: uppercase; font-size: 36px; margin-bottom: 15px;}
#main .title span{ width: 80px; margin: 0 0 0 2px; height: 2px; background: #63b027; display: block;}
#main .title a{
	position: absolute;
	top: 32px;
	right: 20px;
	text-transform: uppercase;
	background-color: #ff7900;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

#main .newsBlock{
	padding: 50px 0;
}

#main .newsList{
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 30px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#main .newsList:hover{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#main .newsList a{
	display: block;
	overflow: hidden;
}
#main .newsList .productPic{
	float: right;
	line-height: 0;
	margin-left: 20px;
	width: 200px;
}
#main .newsList .productPic img{
	width: 100%;
	background-position: center center;
	background-size: cover;
}
#main .newsList .deta{
	float: left;
	width: 17%;
	max-width: 200px;
	min-width: 150px;
	font-size: 16px;
	letter-spacing:1px;
	color: #000;
	padding-top: 4px;
}
#main .newsList .deta .line{
	width: 15px;
	height: 2px;
	background-color: #333;
	display: block;
	margin-top:3px;
}
#main .newsList a:hover .deta .line{
	background-color: #333;
}

#main .newsList .newsCon{
	overflow: hidden;
}
#main .newsList .newsCon h1{
	font-size: 22px;
	margin-bottom: 12px;
	letter-spacing:1px;
}
#main .newsList:hover .newsCon h1{
	color: #63b027;
}
#main .newsList .newsCon .describe{
	font-size: 18px;
	line-height: 1.6em;
	color: #888;
}



#main .detail{
	position: relative;
	width: 100%;
	background: #fff;
	margin: 50px 20px;
	overflow: hidden;
	max-width: 1160px;
}
#main .detail .content{
	width: 800px;
	float: left;
}
#main .detail .page-title{
	padding: 0  0 .30px;
}
#main .detail .page-title h1{
	color: #63b027;
	font-weight: normal;
	font-size: 34px;
	position: relative;
	z-index: 1;
	margin-bottom: 0.2rem;
}
#main .detail .page-title>div{
	color: #ccc;
	font-size: 14px;
	position: relative;
	z-index: 0;
}
#main .detail .page-title>div span{
	display: inline-block;
	margin-right: 20px;
}
#main .detail .page-title>span{
	margin-top: 20px;
	display: block;
	height: 3px;
	width: 40px;
	background: #63b027;
}
#main .detail .con{
	margin: .40rem 0 ;
	box-sizing: border-box;
}
#main .detail p{
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 1em;
}
#main .detail img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}
#main .detail .state{
	padding: 20px;
	border: 1px dashed #ccc;
	font-size: 14px;
	color: #888;
}

#main .detail .side{
	width: 340px;
	float: right;
	padding: 20px;
	background: #eee;
}
#main .detail .side .side-title{
	font-weight: 400; font-size: 26px; margin-bottom: 15px;
	color: #63B027;
}
#main .detail .side .side-list{
	/* padding-left: 13px; */
}
#main .detail .side .side-list .list{
	display: block;
	margin-bottom: 12px;
	/* text-indent: -13px; */
	padding-left: 13px;
	color: #888;
	font-size: 14px;
	position: relative;
}
#main .detail .side .side-list .list:after{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #777;
	position: absolute;
	left: 0px;
	top: 8px;
}
#main .detail .side .side-list .list:hover{
	color: #333;
}

.subscribe{
	display: none;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.subscribe.on{
	display: block;
}
.subscribe-box{
	background-color: #fff;
	position: absolute;
	width: 500px;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -250px;
	padding: 15px;
}
.subscribe-box .close{
	position: absolute;
	width: 30px;
	right: 10px;
	top: 10px;
	height: 30px;
	background: url(../img/windowClose.png) no-repeat center center;
	background-size: 100%;
}
.subscribe-box  h2{
	border-bottom: 1px solid #f1f1f1;
	font-size: 18px;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.subscribe-box p{
	font-size: 16px;
}
.subscribe-box  form{
	margin: 15px 0;
	overflow: hidden;
	display: block;
}
.subscribe-box  input{
	background-color: #f1f1f1;
	padding: 10px 12px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	font-size: 16px;
	width: 375px;
	float: left;
	display: block;
}
.subscribe-box button{
	float: right;
	text-transform: uppercase;
	background-color: #ff7900;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#header .menu ul li.nav6 a span.en::after{ content: ""; position: absolute; height: 3px; background-color: #fff; width: 20px; bottom: 28px; left: -35px;}
	
	#banner{ width: 100%; min-width: 100%; height: 50vw; margin-top: 50px; min-height: 50vw;}
	#banner .banner-bg{ width: 100%; height: 100%; position: absolute; z-index: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; opacity: 1;}
	
	#main{
		margin-top: 5px;
		padding: 0px;
	}
	
	#main .title{text-align: left; padding: 80px 20px 0; position: relative;}
	#main .title h1{color: #63b027; font-weight: 400; text-transform: uppercase; font-size: 36px; margin-bottom: 15px;}
	#main .title span{ width: 80px; margin: 0 0 0 2px; height: 2px; background: #63b027; display: block;}
	#main .title a{
		position: absolute;
		top: 10px;
		right: 20px;
		width: calc(100% - 40px);
		box-sizing: border-box;
		text-align: center;
		text-transform: uppercase;
		background-color: #ff7900;
		color: #fff;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}
	
	#main .newsBlock{
		padding: 10px 20px;
	}
	#main .newsList{
		overflow: hidden;
		border-bottom: 1px dotted  #ddd;
		padding: 10px 0;
		margin: 0 20px;
		background: #fff;
		margin-bottom: 10px;
	}
	#main .newsList a{
		display: block;
		overflow: hidden;
	}
	#main .newsList .productPic{
		float: none;
		line-height: 0;
		margin-left: 0px;
		width: 100%;
	}
	#main .newsList .productPic img{
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	#main .newsList .deta{
		float: none;
		margin-bottom: 5px;
		width: 100%;
		font-size: 12px;
		letter-spacing:1px;
		color: #777;
	}
	#main .newsList .deta .line{
		width: 15px;
		height: 2px;
		background-color: #333;
		display: block;
		margin-top:3px;
	}
	#main .newsList a:hover .deta .line{
		background-color: #0e6eb8;
	}
	#main .newsList .category{
		display: none;
		float: none;
		width: 100%;
		font-size: 16px;
		letter-spacing:1px;
		color: #000;
	}

	#main .newsList .newsCon{
		overflow: hidden;
	}
	#main .newsList .newsCon h1{
		font-size: 18px;
		margin-bottom: 10px;
		letter-spacing:1px;
	}
	#main .newsList .newsCon .describe{
		color: #888;
		letter-spacing:0.5px;
		font-size: 14px;
		line-height: 1.3em;
	}
	
	
	#main .detail{
		position: relative;
		width: 100%;
		background: #fff;
		margin: 0px;
		overflow: hidden;
		max-width: 100%;
	}
	#main .detail .content{
		width: 100%;
		float: none;
		padding: 20px;
	}
	#main .detail .page-title{
		padding: 0  0 ;
	}
	#main .detail .page-title h1{
		color: #63b027;
		font-weight: normal;
		font-size: 20px;
		position: relative;
		z-index: 1;
		margin-bottom: 0.2rem;
	}
	#main .detail .page-title>div{
		color: #ccc;
		font-size: 14px;
		position: relative;
		z-index: 0;
	}
	#main .detail .page-title>div span{
		display: inline-block;
		margin-right: 20px;
	}
	#main .detail .page-title>span{
		margin-top: 20px;
		display: block;
		height: 3px;
		width: 40px;
		background: #63b027;
	}
	#main .detail .con{
		margin: 20px 0 ;
		box-sizing: border-box;
	}
	#main .detail p{
		font-size: 16px;
		line-height: 1.8em;
		margin-bottom: 1em;
		word-break:break-all;
	}
	#main .detail img{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
	#main .detail .state{
		padding: 20px;
		border: 1px dashed #ccc;
		font-size: 14px;
		color: #888;
	}
	
	#main .detail .side{
		width: 100%;
		float: none;
		padding: 20px;
		background: #eee;
	}
	#main .detail .side .side-title{
		font-weight: 400; font-size: 26px; margin-bottom: 15px;
		color: #63B027;
	}
	#main .detail .side .side-list{
		/* padding-left: 13px; */
	}
	#main .detail .side .side-list .list{
		display: block;
		margin-bottom: 12px;
		/* text-indent: -13px; */
		padding-left: 13px;
		color: #888;
		font-size: 14px;
		position: relative;
	}
	#main .detail .side .side-list .list:after{
		content: "";
		display: block;
		width: 3px;
		height: 3px;
		background: #777;
		position: absolute;
		left: 0px;
		top: 8px;
	}
	#main .detail .side .side-list .list:hover{
		color: #333;
	}
	.subscribe-box{
		background-color: #fff;
		position: absolute;
		width: calc(100% - 30px);
		top: 50%;
		left: 15px;
		margin: -180px 0 0 0;
		padding: 15px;
	}
	.subscribe-box  input{
		background-color: #f1f1f1;
		padding: 10px 12px;
		height: 40px;
		line-height: 40px;
		border-radius: 3px;
		font-size: 16px;
		width: 100%;
		float: none;
		display: block;
	}
	.subscribe-box button{
		float: none;
		margin: 20px auto 0;
		text-transform: uppercase;
		background-color: #ff7900;
		color: #fff;
		height: 40px;
		display: block;
		line-height: 40px;
		padding: 0 20px;
	}
}