@charset "utf-8";
#wrap{background: #fff;}

#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;}
#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 .detail{overflow: hidden; margin-bottom: 50px;}
#main .detail .con-box{ padding: 0 20px;}
#main .detail .con-box.pull-left{ width: 800px;}
#main .detail .describe{color: #666; font-size: 16px;}
#main .detail .con-box p{line-height: 1.6em; margin-bottom:0px;}
#main .detail .con-box img{display: block; max-width: 100%;}
#main .detail .right-box{width: 360px; margin-right: 20px;}
#main .detail .right-box .list{ padding: 20px; margin-bottom: 15px; background-color: #f1f1f1;}
#main .detail .right-box .list a{
	display: block;
	color: #fff;
	padding: 10px 0;
	padding-left: 0px;
	line-height: 1em;
	padding-left: 28px;
	background: url(../img/more-1.png) no-repeat left center;
	background-position-x: left;
	background-position-y: center;
	background-size: auto;
	background-size: 19px;
	transition: all 0.2s ease-in-out;
	color: #63b027
}

#main .detail .right-box .list h1{font-size: 22px; margin-bottom: 10px; font-weight: 400; color: #63b027;}
#main .detail .right-box .list p{font-size: 16px;}
#main .con-box table{
	width: 100%;
	border:0;
	margin:0;
	border-collapse:collapse;
	border-top: 0.5pt solid rgb(0, 0, 0,.3) !important;
	border-left: 0.5pt solid rgb(0, 0, 0,.3) !important;
}
#main .con-box table td{
	padding: 8px 12px;
	background: #e1e1e1;
	border-right: 0.5pt solid rgb(0, 0, 0,.3) !important;
	border-bottom: 0.5pt solid rgb(0, 0, 0,.3) !important;
}

@media screen and (max-width: 768px) {
	
	#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{	overflow: hidden;	position: relative;	z-index: 1; margin: 0; padding-top: 0; padding-bottom: 0px;}
	#main .title{text-align: left; margin-bottom: 20px; padding: 20px 20px 0;}
	#main .title h1{color: #63b027; font-weight: 400; text-transform: uppercase; font-size: 20px; margin-bottom: 5px;}
	#main .title span{ width: 80px; height: 2px; background: #63b027; display: block; margin: 0 0 10px;}

	#main .detail{overflow: hidden; margin-bottom: 0px;}
	#main .detail .con-box{ padding: 0 20px;}
	#main .detail .con-box.pull-left{ width: 100%; float: none; padding-bottom: 20px;}
	#main .detail .describe{color: #666; font-size: 16px;}
	#main .detail .con-box p{line-height: 1.6em; margin-bottom: 0px;}
	#main .detail .con-box img{display: block; max-width: 100%;}
	#main .detail .right-box{width: 100%; margin-right: 0px; float: none;}
	#main .detail .right-box .list{ padding: 10px 20px; margin-bottom: 1px; background-color: #f1f1f1; position: relative;}
	#main .detail .right-box .list a{
		position: absolute;
		right: 15px;
		top: 0;
		text-align: right;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		display: block;
		color: #fff;
		padding: 15px 25px 20px 0;
		line-height: 1em;
		background: url(../img/more-1.png) no-repeat right 14px;
		background-size: 18px;
		transition: all 0.2s ease-in-out;
		color: #63b027
	}

	#main .detail .right-box .list h1{font-size: 18px; margin-bottom: 0px; font-weight: 400; color: #63b027;}
	#main .detail .right-box .list p{font-size: 16px; display: none;}
	
	#main .con-box table{
		width: 100%;
		border:0;
		margin:0;
		border-collapse:collapse;
		border-top: 0.5pt solid rgb(0, 0, 0,.3) !important;
		border-left: 0.5pt solid rgb(0, 0, 0,.3) !important;
	}
	#main .con-box table td{
		padding: 8px 12px;
		background: #e1e1e1;
		border-right: 0.5pt solid rgb(0, 0, 0,.3) !important;
		border-bottom: 0.5pt solid rgb(0, 0, 0,.3) !important;
	}

}


