@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 .list{
	width: 250px;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#main .list .pic img{
	width: 100%;
	border-radius: 100%;
	display: block;
}
#main .list h2{
	font-size: 20px;
	color: #444;
	padding: 10px 0;
}
#main .list p{
	margin: 0;
	color: #888;
	text-indent: -.6em;
	padding: 0 0 0 .6em;
	font-size: 16px;
}
#main .list a{
	margin: 0;
	color: #888;
}
#main .list .in{
	display: block;
	margin: 6px 0;
	width: 46px;
	border-radius: 3px;
	height: 46px;
	border: 1px solid #eee;
	background:url(../img/ins.png) no-repeat center center;
	background-size: 30px;
	-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; 
}
#main .list .in:hover{
	background-image: url(../img/ins2.png);
}

#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{	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: 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{padding: 0 20px 20px;}
	#main .box p{display: block; font-size: 16px; color: #4c4c4c; margin-bottom: 1em; line-height: 1.5em; }
	#main .box.pull-left{
		width: 100%;
	}
	#main .sider{
		display: none;
	}
	
	#main .list{
		width: 100%;
		float: none;
		margin-top: 5px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	#main .list .pic img{
		width: 100%;
		display: block;
	}
	#main .list h2{
		font-size: 20px;
		color: #444;
		padding: 10px 0;
	}
	#main .list p{
		margin: 0;
		color: #888;
		text-indent: -.6em;
		padding: 0 0 0 .6em;
		font-size: 16px;
	}
	#main .list a{
		margin: 0;
		color: #888;
	}
	#main .list .in{
		display: block;
		margin: 6px 0;
		width: 46px;
		border-radius: 3px;
		height: 46px;
		border: 1px solid #eee;
		background:url(../img/ins.png) no-repeat center center;
		background-size: 30px;
		-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; 
	}
	#main .list .in:hover{
		background-image: url(../img/ins2.png);
	}
	
}




















