﻿/*第一部分*/
.section1 {
	width: 100%;
	padding: 15px 0;
}

.section1-content {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

/*轮播开始*/
.banner {
	width: 600px;
	height: 330px;
	float: left;
}

.focusBox {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Arial;
	text-align: left;
	background: #fff;
}

.focusBox .pic img {
	width: 100%;
	height: 365px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 40px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 40px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: -40px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	right: 0px;
	height: 10px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li {
	z-index: 1;
	color: #fff;
}

.focusBox .num ul {
	width: 100%;
	height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
	background-color: #da3823;
}

.focusBox .pic {
	position: relative;
}

/*轮播结束*/
.section1-right {
	float: right;
	width: 580px;
}

.section1-title {
	border-bottom: 1px #e0e0e0 solid;
	overflow: hidden;
	height: 45px;
}

.section1-title a {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 19px;
	padding: 0 10px;
	margin-right: 10px;
	color: #000;
}

.section1-title .hover {
	border-bottom: 3px #0386cb solid;
	color: #0386cb;
	font-weight: bold;
}

.section1-details ul li {
	line-height: 36px;
	height: 36px;
	width: 100%;
}

.section1-details ul li a {
	float: left;
	font-size: 15px;
	color: #000;
}

.section1-details ul li span {
	float: right;
	font-size: 15px;
	color: #999;
}

/*第二部分*/
.section2 {
	padding-bottom: 15px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.section2-img {
	margin-bottom: 35px;
}

.section2-left {
	float: left;
	width: 770px;
	margin-right: 25px;
}

.section2-left .section1-details ul {
	min-height: 222px;
}

.section2-left .section1-details ul li {
	line-height: 37px;
	height: 37px;
}

.section2-details ul li {
	line-height: 50px;
	height: 50px;
	width: 100%;
	padding-left: 15px;
}

.section2-details ul li a {
	float: left;
	font-size: 17px;
	color: #333;
}

.section2-details ul li span {
	float: right;
	font-size: 15px;
	color: #999;
}

/*第三部分*/
.section3 {
	margin: 10px 0;
}

/*第四部分*/
.section4-left {
	float: left;
	width: 48%;
}

.section4-right {
	float: right;
	width: 48%;
}

.section2-right {
	float: right;
	width: 400px;
}

.section2-details a {
	display: inline-block;
	margin-top: 10px;
}

.section2-details a:first-child {
	margin-top: 0;
}

.section2-details a img {
	height: 90px;
	width: 100%;
}

.section2-line {
	float: left;
	height: 355px;
	margin-top: 45px;
	background: #e0e0e0;
	width: 1px;
}

/*第五部分*/
.section5-content ul {
	overflow: hidden;
	padding: 15px 0 5px;
}

.section5-content ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 190px;
	text-align: center;
	background: #f6f9fc;
	margin-right: 20px;
	margin-bottom: 10px;
}

.section5-content ul li a {
	color: #0386cb;
	display: block;
}

/*第六部分*/
.section6 {
	margin-top: 10px;
}

.section6 .section2-details {
	overflow: hidden;
}

.section6 .section2-details a {
	margin-top: 25px;
}

.section6 .section2-details a:first-child {
	margin-top: 0;
}

/*友情链接*/
.yqlj {
	height: 55px;
	border-top: 2px #2664B0 solid;
}

.yqlj-content {
	width: 1200px;
	margin: 0 auto;
	padding: 12px 25px;
}

.yqlj-content ul {
	overflow: hidden;
}

.yqlj-content ul li {
	width: 175px;
	border: 1px solid #e0e0e0;
	line-height: 31px;
	height: 31px;
	padding-left: 10px;
	margin-left: 20px;
	float: left;
}

.yqlj-content ul li:first-child {
	margin-left: 0;
}

.yqlj-content ul li a {
	font-size: 13px;
	color: #333;
	display: block;
}