@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;
}

#module-02 {background:#63B027; overflow: hidden;}
#module-02 .pic{width: 50%;float: left;}
#module-02 .pic video{width: 100%; display: block;}
#module-02 .box{width: 50%; float: left; width: 600px; padding: .6rem 0 0 .4rem;}
#module-02 h2{color: #fff; text-transform: uppercase; font-size: 32px; font-weight: normal; margin-bottom: 1em;}
#module-02 .con p{ color: #fff; margin-bottom: 1em; line-height: 1.8em; font-size: 16px;}

#module-03{ padding: 60px 0;}
#module-03 .mainBox{ }
#module-03 .title{text-align: left; padding: 40px 20px;}
#module-03 .title h1{color: #63b027; font-weight: 400; text-transform: uppercase; font-size: 36px; margin-bottom: 15px;}
#module-03 .title span{ width: 80px; margin: 0 0 0 2px; height: 2px; background: #63b027; display: block;}
#module-03 .list-box{ display: flex; justify-content: space-between;padding: 20px;}
#module-03 .list{ width: 19%;}
#module-03 .list .pic{ margin-bottom: 20px;}
#module-03 .list .pic img{display:block; width: 100%; margin: 0 auto; transition: all 0.2s ease-in-out;}
#module-03 .list:hover .pic img{transform: scale(1.1);}
#module-03 .list .con{ text-align: center; font-size: 18px; line-height: 1.6em; color: #555;}

@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;
	}
	
	#module-02 {overflow: hidden;}
	#module-02 .pic{width: 100%;float: none;}
	#module-02 .pic img{width: 100%; display: block;}
	#module-02 .box{width: 100%; float: none; width: 100%; padding: 20px;}
	#module-02 h2{color: #fff; font-size: 18px; font-weight: normal; margin-bottom: 20px;}
	#module-02 .con p{ color: #fff; margin-bottom: 1em;}
	
	#module-03{ padding: 20px 0 0;}
	#module-03 .mainBox{ }
	#module-03 .title{text-align: left; padding: 20px 20px 0;}
	#module-03 .title h1{color: #63b027; font-weight: 400; text-transform: uppercase; font-size: 20px; margin-bottom: 15px;}
	#module-03 .title span{ width: 80px; margin: 0 0 0 2px; height: 2px; background: #63b027; display: block;}
	#module-03 .list-box{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px;}
	#module-03 .list{ width: 50%;}
	#module-03 .list .pic{ margin-bottom: 0px;}
	#module-03 .list .pic img{display:block; width: 100%; margin: 0 auto; transition: all 0.2s ease-in-out;}
	#module-03 .list:hover .pic img{transform: scale(1.1);}
	#module-03 .list .con{ text-align: center; font-size: 18px; line-height: 1.6em; color: #555;}
	
	
}




















