@charset "UTF-8";
#breadcrumb h2 {
	background-image: url(images/title.gif);
	height: 137px;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 30px;
	text-align: left;
}
#title h2 {
	text-align: center;
	margin: 0px;
}
#box1 {
	background-image: url(images/bg1.jpg);
	background-position: right 100px;
	background-repeat: no-repeat;
}
#wrap2 strong {
	font-weight: bold;
	color: #ff8200;
}
#wrap2 p {
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 16px;
	line-height: 32px;
}
#wrap2 .center {
	text-align: center;
	margin: 0px;
}
#box2 {
	background-image: url(images/bg2.jpg);
	padding-top: 150px;
	background-repeat: no-repeat;
}
#box2 li {
	list-style-type: none;
}
#box2 .box1 {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 89px;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 32px;
	padding-left: 223px;
	clear: both;
}
#box2 .box2 {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 89px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#box2 h3 {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 80px;
	margin-bottom: 0px;
}
#box2 a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #029bde;
	padding-right: 10px;
	padding-left: 10px;
	transition: 0.5s;
}
#box2 a:hover {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
	cursor: pointer; /* 指 */
	transition: 0.3s;
}
