@charset "utf-8";
#header .menu ul li.nav2 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;}
#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 .box{padding: 20px;}
#main .box p{display: block; font-size: 16px; color: #4c4c4c; margin-bottom: 1em; line-height: 1.5em; }
#main .box.pull-left{
	width: 880px;
}
#main .sider{
	width: 280px;
	background-color: #63B027;
	color: #fff;
	margin-top: 25px;
	padding: 20px;
	margin-right: 20px;
}
#main .sider h2{color: #fff; font-weight: 400; font-size: 26px; margin-bottom: 15px;}
#main .sider .con a{
	display: block;
	color: #fff;
	padding: 10px 0;
	line-height: 1em;
	padding-left: 28px;
	background: url(../img/more.png) no-repeat left center;
	background-size: 18px;
	transition: all 0.2s ease-in-out;
}
#main .sider .con a:hover{
	padding-left: 32px;
	background-position: 8px center;
}


@media screen and (max-width: 768px) {
	#header .menu ul li.nav2 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 .mainBox{padding:0px; background-color: #fff;}
	#main .title{text-align: left; padding: 20px;}
	#main .title h1{color: #63b027; font-weight: 400; text-transform: uppercase; font-size: 20px; margin-bottom: 5px;}
	#main .title span{ width: 80px; margin: 0 0 0 2px; height: 2px; background: #63b027; display: block;}
	#main .box p{display: block; font-size: 16px; color: #4c4c4c; margin-bottom: 1em; line-height: 1.5em; }
	#main .box.pull-left{
		width: 100%;
	}
	#main .box.pull-left img{
		width: 100%;
	}
	#main .sider{
		display: none;
	}
	
	
}




















