/*头部*/
body,
html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 1024px;
	font-family: "微软雅黑";
}

.head_box {
	width: 1000px;
	height: 64px;
	margin: 0px auto;
	padding: 0px;
	margin-bottom: 10px;
}

.menu_ul {
	width: 1000px;
	height: 40px;
	background: #0183e8;
	margin-bottom: 1px;
	margin: 0px auto;
	padding: 0px;
}

.menu_middle {
	width: 1000px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
}

/* 本例子css*/
.slideBox {
	width: 1000px;
	height: 280px;
	overflow: hidden;
	position: relative;
	background: #0183e8;
	margin-left: 50%;
	left: -500px;
	top: 1px;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	z-index: 1;
	margin-left: 50%;
	left: -51px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #53a3ea;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	text-align: center;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 1000px;
	height: 280px;
	display: block;
	margin: 0px auto;
	padding: 0px;
}

.box_content {
	width: 1000px;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	display: block;
	margin-top: 30px;
}

.box_content ul {
	overflow: hidden;
}

.box_content li {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	float: left;
	margin: 0px 20px;
	padding: 0px 10px;
	cursor: pointer;
}

#tabfirst li {}

#tabfirst li.tabin {
	width: auto;
	height: 40px;
	line-height: 40px;
	/*font-size:18px;*/
	text-align: center;
	color: #0183e8;
	background: #1e41c1;
	/*font-weight: bold;*/
	float: left;
	cursor: pointer;
}

.contentfirst {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	display: none;
	margin-top: 15px;
	border: 1px solid #d9d9d9;
	border-top: 3px solid #53a3ea;
}

.contentin {
	display: block;
}

.contentfirst p {
	padding: 10px 50px;
	font-size: 16px;
	line-height: 28px;
}

.contentfirst img {
	margin: 0px auto;
	padding: 0px;
}

/*底部*/
.footer {
	width: 1000px;
	height: 105px;
	display: block;
	border: 1px solid #e7e7e7;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	margin-top: 15px;
	display: block;
	overflow: hidden;
	padding-bottom: 25px;
}

.footer img {
	margin: 0px;
	padding: 0px;
	float: left;
}

.footer_box {
	width: 310px;
	padding-top: 10px;
	float: left;
	text-align: left;
	line-height: 27px;
	font-size: 14px;
	padding-left: 25px;
	display: block;
}

.w_10 {
	width: 100px;
	text-align: right;
	margin: 10px 40px 0px 20px;
}

.w_25 {
	width: 275px;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: verdana, sans-serif;
	font-size: small;
}

#navigation,
#navigation li ul {
	list-style-type: none;
}

#navigation {}

#navigation li {
	float: left;
	text-align: center;
	position: relative;
}

#navigation li a:link,
#navigation li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 143px;
	height: 40px;
	line-height: 40px;
	/* border: 1px solid #9DC6E6; */
	border-width: 1px 1px 0 0;
	/* background: #0183E8; */
	/* padding-left: 10px; */
	font-weight: bold;
}

#navigation li a:hover {
	color: #fff;
	/* background: #0262AD; */
	background: #1e41c1;
}

#navigation li ul li a:hover {
	color: #fff;
	/* background: #0262AD; */
	background: #1e41c1;
}

#navigation li ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 120px;
}

#navigation li ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 130px;
	margin-top: 0;
	margin-left: 1px;
	width: 120px;
}



.title {
	line-height: 1.42857143;
	font-size: 28px;
	text-align: left;
	margin-bottom: 10px;
	color: #666;
	margin-left: 30px;
	border-left: 5px solid #3493d7;
	padding-left: 10px;
}

.info {
	width: 640px;
	height: 200px;
	text-align: left;
	text-align: justify;
}

.info p {
	padding-top: 25px;
	padding-left: 30px;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
