@charset "utf-8";
/* CSS Document */
h1{
	line-height:48px;
	margin-bottom:25px;
}
h4{
	font-weight:bold;
	font-family:'bebas';
	margin-bottom:10px;
	font-size:30px;
	letter-spacing:0.5px;
}
.service_box{
	margin:40px auto;
}
.service_box_a{
	padding:60px 40px;
}

.service_box_b{
	padding:0px 10px 0 10px;
}
.service_box_b div{
	min-height:132px;
/*	display:inline-block;
*/	border:1px #cecece solid;
	padding:25px 20px;
	margin:15px auto 20px auto;
}
.service_box_b div:hover{
	border:1px #666 solid;
	opacity:0.8;
}

.service_box_b img{
	float:left;
	width:100px;
	margin:0 16px 10px 0;
	padding:15px;
}
.service_box_b p, .service_box_a span{
	font-size:16px;
	font-family:'corbel';
	color:#444;
	line-height:18px;
}
.pic_scroll{
	height:auto;
	width:100%;
}
.article{
	width:960px;
	margin:0 auto;
	height:400px;
	padding:40px;
	font:24px 'bebas';
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	line-height:28px;
}
.section1{
	color:#fff;
	background-image:url(../image/IMG_8408.JPG);
	text-shadow:5px 4px 5px #575353;
	font-weight:bold;
	background-size:cover;
	background-position:center center;
	width:100%;
}
.section2{
	color:#fff;
	background-image:url(../image/lights-clouds-dark-car.JPG);
	text-shadow:5px 4px 5px #373030;
	font-weight:bold;
	background-size:cover;
	background-position:center center;
	width:100%;

}
/*.section3{
	background-size:cover;
	width:100%;
	color:#fff;
	background-image:url(../image/IMG_8363.jpg);
	text-shadow:5px 4px 5px #ccc;
	
}*/
.commitment{
	width:100%;
	height:auto;
	padding:50px;
}
.circle{
	width:200px;
	height:200px;
	margin:30px auto;
	border-radius:99em;
	background-color:black;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.text_0{
	width:20%;
	margin:10px auto;
	border-top:3px solid #50bde4;
}
.text_1{
	padding:0 20px;
	font-family:'corbel';
	font-size:16px;
	text-align:center;
}
.cn1{
	letter-spacing:-4px;
	font-size:40px;
}
h4 .ra_zone{
	font-size:21px;
}
.about_cn{
	background-color:#ececec;
	color:#555;
	padding:3% 5%;
}

.about_cn h1{
	text-align: center;}
.cn_1{
	width:49%;
	float:left;
}
.cn_1 div{
	border:1px #cecece solid;
	padding:25px 20px;
	margin:15px auto 20px auto;
}
.cn_2{
	width:49%;
	float:right;
}
.cn_img{
	/*width:20%;
	float:left;*/
	
	
	/*margin:1%;*/
}
.img_box{
	margin:auto;
}
.cn_img img{
	width:100%;
}
@media screen and (max-width: 767px){
	h1{
		text-align:center;
	}
	.service_box_b div{
		display:block;
	}
	.circle{
		width:150px;
		height:150px;
	}
	.article{
		height:300px;
		background-attachment:inherit;
	}
	.section1{
		backgroud-size:contain;

}