@charset "utf-8";
/* CSS Document */

.main_bg{
	background: url(../images/stage/service_bg.jpg) no-repeat 0px -80px;
	width: 100%;
	min-width: 1002px;
	float: left;
	padding-top: 350px;
}
.main{
	width: 1002px;
	margin: 0 auto;
}
.nav_list{
	background: #ff8b00;
	margin-left: 4px;
	width: 130px;
	padding: 5px 15px 20px 15px ;
	float: left;
	border-radius: 3px 3px 0px 0px;
}
.nav_list a{
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	display: inline;
}
.nav_list li{
	width: 130px;
	border-bottom: 1px solid #cb6511;
	padding: 10px 0px;
	text-align: center;
}
.main_service{
	padding-top:107px;
	float: left;
	width: 812px;
	margin-bottom: 20px;
}
.service_title{
	background: url(../images/stage/images_01.png) no-repeat;
	width: 810px;
	height: 55px;
	background-size: 100%;
	float: right;
	position: relative;
	z-index: 2;
	right: 10px;
	bottom: 37px;
}
.service_title span{
	color: #fff;
}
.service_title a{
	color: #fff;
	display: inline;
}
.service_title a:hover{
	color:#00a0e9;
}
.service_content{
	float: left;
	width: 790px;
	background: #fff;
	margin:25px 0px 0px 3px;
	position: relative;
	top: -20px;
	z-index: 1;
	box-shadow:5px 4px 30px rgba(139,139,139,0.60);
	border-radius: 5px ;
	padding: 33px 8px 8px;
}
.service_content img{
	float: left;
	max-width: 790px;
}
.service_content div{
	padding: 0px 20px 50px 20px;
	float: left;
}
.content_01 h3{
	padding-bottom: 30px;
	font-size: 18px;
}
.content_01 p{
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 30px;
}
.content_02{
	width: 750px;
}
.content_02 li{
	width: 23%;
	padding: 1%;
	text-align: center;
}
.content_02 a{
	width: 100%;
	height: 220px;
	overflow: hidden;
	float: left;
	margin: 10px 0px;
}
.content_02 img{
	width:100%;
	float: left;
}
.content_02 p{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.button_01{
	border: 1px solid #C4C4C4;
	display: inline;
	margin: 10px 0px;
	height: 25px;
	border-radius: 3px;
	box-shadow:1px 1px 2px rgba(139,139,139,0.30) inset;
}
.button_02{
	margin-top: 10px;
	border: 1px solid #C4C4C4;
	max-width: 500px;
	border-radius: 3px;
	box-shadow:1px 1px 2px rgba(139,139,139,0.30) inset;
}
.btn_01{
	width: 128px;
	height: 60px;
	background: url(../images/stage/btn_01.png) no-repeat;
	background-size: 100% 100% !important;
	margin-left: 40%;
	float: left;
}