@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	border: none;
	outline: none;
}
.clearfix {
	clear: both;
}
img {
	vertical-align: middle;
	max-width:100%;
}
body {
	font-family: 'Roboto', sans-serif;
}
.container {
	max-width: 900px;
	/*1266px;*/
	margin: 0 auto;
	position: relative;
}
header {
	padding: 10px 0;
}
/*header .logo {
	float: left;
}*/
header .header_right {
	/*float: right;*/
}
header .header_right select {
	/*width: 154px;
	height: 27px;*/
	color: #666565;
	background: #f3f1f1;
	border: 1px solid #e0e0e0;
	/*padding-left: 10px;
	margin-right: 17px;*/
}
.banner_area {
	position: relative;
}
.banner_area .banner_txt {
	padding: 30px 0;
	text-transform: uppercase;
	text-align: center;
}
.banner_area .banner_txt h1 {
	font-size: 36px;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.banner_area .banner_txt .gery_bg {
	background: rgba(255,255,255,0.5);
	color: #454545;
}
.banner_area .banner_txt .green_bg {
	background: rgba(95,203,66,0.5);
	color: #ffffff;
}
.banner_area .banner_frm {
	background: rgba(255,255,255,0.5);
	padding: 20px 0;
}
.banner_area .banner_frm .container {
	/*max-width: 1030px;*/
	max-width: 900px;
}
.banner_area .banner_frm input[type=text] {
	/*width: 830px;*/
	height: 52px;
	border: 1px solid #368123;
	border-right: none;
	/*padding: 0 20px;
	background: rgba(95,203,66,0.5);*/
	font-size: 27px;
	color: #ffffff;
	display: block;
	float: left;
	-webkit-appearance: none; border-radius: 0;
}
.banner_area .banner_frm input[type=submit] {
	height: 52px;
	line-height: 52px;
	border: 1px solid #a3a5a3;
	border-left: none;
	background: rgba(130,130,130,0.5);
	font-size: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	display: block;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none; border-radius: 0;
}
.banner_area .banner_frm .check_link {
	height: 52px;
	line-height: 52px;
	border: 1px solid #a3a5a3;
	background: rgba(130,130,130,0.5);
	font-size: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}
.block_one {
	padding: 30px 0 10px 0;
}
.block_one .block_head {
	font-weight: 300;
	color: #454545;
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
	background: url(../image/block_head_bg.jpg) repeat-x left 55%;
}
.block_one .block_head span {
	background: #ffffff;
	padding: 0 20px;
}
.block_one .block_one_thumb {
	padding: 0 80px;
}
.block_one .block_one_thumb li {
	width: 50%;
	float: left;
	margin-bottom: 70px;
}
.block_one .block_one_thumb li .img_area {
	float: left;
	margin-right: 30px;
}
.block_one .block_one_thumb li .txt_area {
	float: left;
	font-size: 30px;
	color: #454545;
	margin-top: 5px;
	font-weight: 300;
}
.block_one .block_one_thumb li .txt_area strong {
	font-weight: 700;
}
.block_two {
	padding: 30px 0 10px 0;
	/*background: url(../image/block_two_bg.jpg) no-repeat left top;
	background-size: cover;*/
}
.block_two .block_head {
	font-weight: 300;
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
	background: url(../image/block_head_bg.jpg) repeat-x left 55%;
}

.block_two .block_head span {
	background:  #5fcb42;
	padding: 0 20px;
}


/*
.block_two .block_head:before {
	content: "";
	display: block;
	float: left;
	height: 3px;
	margin-top: 40px;
	width: 350px;
	background: rgba(255,255,255,0.5);
}
.block_two h1:after {
	content: "";
	display: block;
	float: right;
	height: 3px;
	margin-top: 40px;
	width: 350px;
	background: rgba(255,255,255,0.5);
}
*/
.block_two .block_two_thumb {
	padding: 0 80px;
}
.block_two .block_two_thumb li {
	width: 50%;
	float: left;
	margin-bottom: 70px;
}
.block_two .block_two_thumb li .img_area {
	float: left;
	margin-right: 30px;
}
.block_two .block_two_thumb li .txt_area {
	float: left;
	font-size: 30px;
	color: #ffffff;
	margin-top: 5px;
	font-weight: 300;
}
.block_two .block_two_thumb li .txt_area strong {
	font-weight: 700;
}
footer {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	background: #353535;
}
/* home page end */
.sub_page_body{
	/*background:url(../image/sub_body_bg.jpg) no-repeat left top;
	background-size:cover;*/
	padding:20px 0 50px 0;
}

.sub_page_body .bread_crumb{
	font-size:24px;
	color:#454545;
	margin-bottom:23px;
}

.sub_page_body .google_ad_area{
	margin-bottom:20px;
}







.sub_page_body .sub_frm{
	margin-bottom:50px;
}
.sub_page_body .sub_frm input[type=text] {
	/*width: 830px;*/
	height: 52px;
	border: 1px solid #368123;
	/*border-right: none;*/
	font-size: 27px;
	color: #ffffff;
	display: block;
	float: left;
	-webkit-appearance: none; border-radius: 0;
}
.sub_page_body .sub_frm input[type=submit] {
	/*width: 159px;*/
	height: 52px;
	border: 1px solid #a3a5a3;
	/*border-left: none;*/
	background: rgba(130,130,130,0.5);
	font-size: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	display: block;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none; border-radius: 0;
}
.sub_page_body .sub_frm .check_link {
	/*width: 159px;*/
	height: 52px;
	line-height: 52px;
	border: 1px solid #a3a5a3;
	/*border-left: none;*/
	background: rgba(130,130,130,0.5);
	font-size: 27px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	display: block;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
}

.sub_page_body .sub_body_left{
	/*width:830px;*/
	/*float:left;*/
	font-size:18px;
	color:#353535;
}

.sub_page_body .sub_body_right{
	width:380px;
	float:right;
}

.sub_page_body .h1_url{
	font-size:22px;
}