/*公用部分*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	/*background-color: #F8F8F8;*/
	position: relative;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1000px;
	margin: auto;
	z-index: 99;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}

.bk1_wrap {
	background: #FFFFFF;
	width: 1000px;
	margin: 20px auto 0;
	padding: 20px 20px 5px 20px;
	border-radius: 10px;
	position: relative;
	z-index: 9;
}

.bk2_wrap {
	width: 1040px;
	margin: 20px auto 0;
}

.content_wrap {
	position: relative;
	z-index: 9;
}


/*公用部分*/


/*头部*/

.header {
	overflow: hidden;
	padding-top: 10px;
}

.top_box .main {
	width: 1000px;
}

.logo {
	float: left;
	width: 166px;
	height: 55px;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.nav {
	float: right;
	height: 55px;
	padding-top: 15px;
}

.nav a {
	font-size: 16px;
	margin: 0 15px;
	/*color: #000000;*/
	color: #FFFFFF;
}

.nav a:hover {
	/*color: #fff;*/
	text-decoration: underline;
}

.top_box {
	width: 100%;
	height: 581px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}


/*@media only screen and (min-width: 1800px) and (max-width: 2500px) {
	.top_box{
		background-image: url(../img/banner2.jpg);
	}
}*/


/*底部*/

.bottom_box {
	font-size: 14px;
	/*background: #C61704;*/
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 70px auto 0;
	max-width: 1600px;
}

.bottom_box .main {
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.bottom_box .w_l {
	float: left;
	width: 530px;
	text-align: right;
}

.bottom_box .link a {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #333;
}

.bottom_box .link a {
	color: #333;
}

.bottom_box .link a:hover {
	text-decoration: underline;
}

.bottom_box .link a:last-child {
	margin-right: 0;
	border-right: none;
}

.bottom_box .copyright {
	margin-top: 10px;
	color: #333;
}

.bottom_box .beian a {
	margin-right: 10px;
	color: #333;
}

.bottom_box .beian {
	margin-top: 10px;
}

.bottom_box .beian a:last-child {
	margin-right: 0;
}

.bottom_box .beian a:hover {
	text-decoration: underline;
}

.bottom_box .p_r {
	float: right;
	width: 400px;
	text-align: left;
	margin-top: 10px;
}

.bottom_box .p_r img {
	margin-right: 20px;
}


/*底部*/


/*内容*/

.content_box {
	margin-top: 40px;
}

.content_box .main {
	background: #FFFFFF;
}

.news_box {
	overflow: hidden;
}

.news_box .word_box {
	float: left;
	width: 650px;
}

.news_box .pic_box {
	float: right;
	width:270px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    background: #f4f4f4;
    padding: 15px;
}

.word_box h1 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

.word_box h1 a:hover {
	color: #c03;
}

.word_box p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

.word_box span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	color: #c03;
}

.word_box li {
	border-bottom: 1px dotted #aaa8a8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.word_box li:last-child {
	border-bottom: none;
}


.pic_box a{
	display: block;
	color: #333;    
	margin-bottom: 20px;
}

.pic_box a:last-child{
	margin-bottom:0;
}

.pic_box a:hover{
	color: #c03;
}

.pic_box img {
	width: 270px;
	height: 160px;
	display: block;
	cursor: pointer;
	background: #FFF;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 10px;
}


.pic_box p{
	font-size: 16px;
    text-align: center;
}


.more a{
	display: block;
	width:100%;
	 height: 32px;
	line-height:30px;
    text-align: center;
    background: #ddd;
}

.more a:hover{
	background: #CD4738;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 black;
}
/*内容*/