@charset "utf-8";

#content_container > h2{
	background-image:url("/en_new/pr/images/h2_content_bg.jpg");
}

section li{
	float:left;
	width:320px;
	margin:0 10px 10px 0;
	background-color:#fff;
}
section li:nth-of-type(3n){
	margin-right:0;
}
section li div{
	height:200px;
	padding:10px 0;
	color:#999;
	text-align:center;
}
section li form{
	height:30px;
	padding:0 10px 10px;
}
section li form input{
	width:300px;
	height:30px;
	font-size:16px;
	text-align: center;
	color: #fff;
	background-color: #6CBAD8;
	border-radius: 5px;
	border-style: none;
	border:#1F91BE 1px solid;
	-moz-transition:0.2s linear ;
	-webkit-transition:0.2s linear ;
	transition:0.2s linear ;
}
section li form input:hover{
	cursor: pointer;
	color: #ffffff;
	background-color: #EDA184;
	border:#E06A3B 1px solid;
}

section .all_dl{
	padding:10px;
	background-color:#fff;
}

section .all_dl button{
	width:100%;
	height:30px;
	font-size:16px;
	text-align: center;
	color: #fff;
	background-color: #70c92f;
	border-radius: 5px;
	border:#519c1b 1px solid;
	-moz-transition:0.2s linear ;
	-webkit-transition:0.2s linear ;
	transition:0.2s linear ;
}
section .all_dl button:hover{
	cursor: pointer;
	color: #ffffff;
	background-color: #EDA184;
	border:#E06A3B 1px solid;
}