@charset "utf-8";
#header .menu ul li.nav7 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; position: relative; z-index: 11;}
#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;
}
#main .box{
	position: relative;
}
#main .block_width {
	width: 876px;
	background: url(../img/map.jpg) no-repeat 50px 20px;
	position: relative;
	margin-top: -180px;
	margin-left: 20px;
	height: 950px;
}
#main .block_width svg{
	display: none;
}
#main .map{
	position: relative;
}
#main .item_1{
	position: absolute;
	z-index: 1;
	top: 325px;
	left: 680px;
}
#main .item_2{
	position: absolute;
	z-index: 1;
	top: 320px;
	left: 665px;
}
#main .item_3{
	position: absolute;
	z-index: 1;
	top: 460px;
	left: 590px;
}
#main .item_4{
	position: absolute;
	z-index: 1;
	top: 565px;
	left: 610px;
}
#main .city_dot{
	position: relative;
	z-index: 1;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #63b027;
	-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
#main .city_dot:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}
#main .city_place{
	position: absolute;
	z-index: 0;
	top: 7px;
	left: 7px;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background:none;
	border-radius: 100%;
	border:2px solid #63B027;
	animation: bigOn 5s infinite;
}
#main .item_01,#main .item_02,#main .item_03,#main .item_04{
	z-index: 4;
}
@keyframes bigOn {
	0% {
		width: 14px;
		height: 14px;
		opacity: .5;
	}

	100% {
		border: 8px solid #63B027;
		width: 120px;
		height: 120px;
		opacity: 0;
	}
}

.item_1 .city_place {
	-webkit-animation-delay: .9s!important;
	animation-delay: .9s!important
}

.item_2 .city_place {
	-webkit-animation-delay: 1.8s!important;
	animation-delay: 1.8s!important
}

.item_3 .city_place {
	-webkit-animation-delay: 2.7s!important;
	animation-delay: 2.7s!important
}

.item_4 .city_place {
	-webkit-animation-delay: 3.6s!important;
	animation-delay: 3.6s!important
}

#main .contact-con{
	display: none;
	position: absolute;
	top: 140px;
	right: 90px;
	width: 360px;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
}
#main .contact-con .block{
	border-radius: 10px;
	background-color: #63B027;
	padding: 20px 20px 20px 15px;
}
#main .contact-con::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #63B027;
	left: -5px;
	top: 22px;
	transform: rotate(45deg);
}
#main .contact-con h2{
	font-size: 18px;
	padding-bottom: 5px;
	padding-left: .2em;
}
#main .contact-con .block p{
	font-size: 15px;
	margin: 0;
	color: #fff;
}
#main .contact-con .block p{
	line-height: 1.4em;
}
#main .contact-con .block span{
	width: 1.5em;
	height: 1.5em;
	position: relative;
	top: 6px;
	display: inline-block;
	background-size: 1.5em;
}
#main .contact-con.on{
	display: block;
}
#main .contact-con-02{
	top: 135px;
	right: 510px;
}
#main .contact-con-02::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #63B027;
	left: auto;
	right: -5px;
	top: 22px;
	transform: rotate(45deg);
}
#main .contact-con-03{
	top: 275px;
	right: 180px;
}
#main .contact-con-04{
	top: 380px;
	right: 160px;
}
#main .contact-con-01 .block{
	margin-bottom: 5px;
}

#main .list-box{
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: 0 -20px;
	margin-top: -270px;
}
#main .list-box .title{
	font-size: 32px;
	color: #63B027;
	width: 1140px;
	border-bottom: 2px solid #63B027;
	margin: 0 20px;
	margin-bottom: 10px;
	padding: 15px 0;
}
#main .list-box .list{
	float: left;
	margin: 10px 20px;
	margin-bottom: 30px ;
	width: 550px;
	padding: 20px;
	background-color: #f1f1f1;
	border-radius: 10px;
	-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-box .list:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
#main .list-box .list h2{
	font-size: 16px;
	color: #63B027;
	margin-bottom: 10px;
}
#main .list-box .list p{
	margin: 0;
}

@media screen and (max-width: 768px) {
	#header .menu ul li.nav7 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 .title{text-align: left; padding: 20px 20px 0; position: relative; z-index: 11;}
	#main .title h1{color: #63b027; font-weight: 400; text-transform: uppercase; font-size: 20px; margin-bottom: 10px;}
	#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{
		position: relative;
	}
	#main .block_width {
		width: 876px;
		position: relative;
		margin-top: -180px;
		margin-left: 20px;
	}
	#main .block_width{
		position: relative;
		display: none;
	}
	#main .item_1{
		position: absolute;
		z-index: 1;
		top: 315px;
		left: 700px;
	}
	#main .item_2{
		position: absolute;
		z-index: 1;
		top: 310px;
		left: 685px;
	}
	#main .item_3{
		position: absolute;
		z-index: 1;
		top: 415px;
		left: 575px;
	}
	#main .item_4{
		position: absolute;
		z-index: 1;
		top: 555px;
		left: 615px;
	}
	#main .city_dot{
		position: relative;
		z-index: 1;
		width: 14px;
		height: 14px;
		border-radius: 100%;
		background-color: #63b027;
		-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
	}
	#main .city_dot:hover{
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	#main .city_place{
		position: absolute;
		z-index: 0;
		top: 7px;
		left: 7px;
		transform: translate(-50%,-50%);
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		background:none;
		border-radius: 100%;
		border:2px solid #63B027;
		animation: bigOn 5s infinite;
	}
	#main .item_01,#main .item_02,#main .item_03,#main .item_04{
		z-index: 4;
	}
	@keyframes bigOn {
		0% {
			width: 14px;
			height: 14px;
			opacity: .5;
		}
	
		100% {
			border: 8px solid #63B027;
			width: 120px;
			height: 120px;
			opacity: 0;
		}
	}
	
	.item_1 .city_place {
		-webkit-animation-delay: .9s!important;
		animation-delay: .9s!important
	}
	
	.item_2 .city_place {
		-webkit-animation-delay: 1.8s!important;
		animation-delay: 1.8s!important
	}
	
	.item_3 .city_place {
		-webkit-animation-delay: 2.7s!important;
		animation-delay: 2.7s!important
	}
	
	.item_4 .city_place {
		-webkit-animation-delay: 3.6s!important;
		animation-delay: 3.6s!important
	}
	
	#main .contact-con{
		display: none;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		border-radius: 10px;
		font-size: 16px;
		color: #fff;
	}
	#main .contact-con .block{
		display: none;
		border-radius: 10px;
		background-color: #63B027;
		padding: 20px 20px 20px 10px;
	}
	#main .contact-con .block:first-child{
		display: block;
	}
	#main .contact-con::before{
		content: "";
		display: none;
		position: absolute;
		width: 20px;
		height: 20px;
		background-color: #63B027;
		left: -5px;
		top: 22px;
		transform: rotate(45deg);
	}
	#main .contact-con h2{
		font-size: 18px;
		padding-bottom: 5px;
		padding-left: .2em;
	}
	#main .contact-con .block p{
		font-size: 15px;
		margin: 0;
		color: #fff;
	}
	#main .contact-con .block p{
		line-height: 1.4em;
	}
	#main .contact-con .block span{
		width: 1.5em;
		height: 1.5em;
		position: relative;
		top: 6px;
		display: inline-block;
		background-size: 1.5em;
	}
	#main .contact-con.on{
		display: block;
	}
	#main .contact-con-02{
		top: 125px;
		right: 495px;
	}
	#main .contact-con-02::before{
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		background-color: #63B027;
		left: auto;
		right: -5px;
		top: 22px;
		transform: rotate(45deg);
	}
	#main .contact-con-03{
		top: 230px;
		right: 195px;
	}
	#main .contact-con-04{
		top: 370px;
		right: 155px;
	}
	#main .contact-con-01 .block{
		margin-bottom: 5px;
	}
	
	#main .list-box{
		overflow: hidden;
		position: relative;
		z-index: 2;
		margin: 0 ;
		margin-top: 0px;
	}
	#main .list-box .title{
		font-size: 20px;
		color: #63B027;
		width: 100%;
		border-bottom: 0;
		margin: 0 0px;
		margin-bottom: 10px;
		padding: 15px 0 10px;
	}
	#main .list-box .list{
		float: none;
		margin: 0;
		margin-bottom: 10px ;
		width: 100%;
		padding: 15px;
		background-color: #f1f1f1;
		border-radius: 10px;
		-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-box .list:hover{
		box-shadow: 0 0 20px rgba(0,0,0,0.05);
	}
	#main .list-box .list h2{
		font-size: 16px;
		color: #63B027;
		margin-bottom: 10px;
	}
	#main .list-box .list p{
		font-size: 14px;
		margin: 0;
	}

}




















