@charset "UTF-8";
/* CSS Document */

body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, p, a, form, input,span,dl,dt,dd{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
     }
body{ font-size:14px;  line-height:25px; color:#333;font-family: "microsoft yahei",simhei;background-color: #f0f0f0;}
a{ text-decoration:none;color: #000; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
ul, li{ list-style:none; margin:0; padding:0;}	
img{ border:0;}


.box{
	width: 100%;
	min-width: 1200px;
}

.box .title{
	width: 1200px;
	margin: auto;
	text-align: center;
	height: 70px;
	position: relative;
}
.box .title:before{
	content:"";
	display: block;
	position: absolute;
	top: -18px;
	left: 400px;
	background-image: url("../images/hwz.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 230px;
	height: 80px;
}
.box .title:after{
	content:"";
	display: block;
	position: absolute;
	top: -18px;
	right: 400px;
	background-image: url("../images/hwy.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 230px;
	height: 80px;
}

.box .title div:nth-child(1){
	font-size: 	26px;
	line-height: 40px;
	height: 40px;
	color: #333;
}
.box .title div:nth-child(2){
	margin-top: 5px;
	font-size:14px;
	color: #999;
}


/*banner*/
.box .banner{
	width: 100%;
	clear: both;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.box .banner img{
	display: block;
	width: 100%;
}


/*页面内容*/
.box .nr,.box .nr .nav{
	overflow: hidden;
}
.box .nr .nav{
	width: 100%;
	height: 88px;
	background-color: #fff;
}
.box .nr .nav ul{
	margin: 36px auto 0;
	overflow: hidden;
}
.box .nr .nav ul li{
	float: left;
	width: 120px;
	margin: 0 10px;
	height: 52px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.box .nr .nav ul li a{
	display: block;
	width: 120px;
	height: 36px;
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
}
.box .nr .nav ul li.on{
	background-image: url("../images/xjt.png");
}
.box .nr .nav ul li.on a{
	color: #fff;
	background-color: #ed1c24;
}
.box .nr .nav ul li:hover{
	background-image: url("../images/xjt.png");
}
.box .nr .nav ul li:hover a{
	color: #fff;
	background-color: #ed1c24;
}

.box .nr .show{
	width: 1200px;
	margin:40px auto 0;
	overflow: hidden;
}

.box .nr .show li{
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}
.box .nr .show li .newsImg{
	width: 240px;
	height: 150px;
	overflow: hidden;
	border: 1px #ccc solid;
	float: left;
	margin-left: 30px;
}
.box .nr .show li .newsImg img{
	width: 100%;
	transition: all 0.5s ease-in-out 0.3s;
}
.box .nr .show li .newsImg:hover img{
	transform:scale(1.1);
}
.box .nr .show li dl{
	float: left;
	width: 685px;
	margin: 5px 25px;
}
.box .nr .show li dl dt a{
	/*font-weight: bold;*/
	font-size: 22px;
	display: block;
	line-height: 30px;
	margin-bottom: 5px;
	color: #333;
}
.box .nr .show li dl dt a:hover{
	color: #ed1c24;
}
.box .nr .show li dl dd{
	line-height: 26px;
	margin-bottom: 10px;
	color: #666;
}
.box .nr .show li dl span{
	display: block;
	color: #999;
	font-size: 14px;
	float: left;
}
.box .nr .show li dl span img{
	width: 15px;
	margin-right: 6px;
}
.box .nr .show li dl .more{
	display: block;
	float: right;
	color: #c60c0d;
}
.box .nr .show li dl .more:hover{
	text-decoration: underline;
}
.box .nr .show li .date{
	display: block;
	width: 75px;
	float: right;
	margin: 40px 30px 0 0;
}
.box .nr .show li .date em{
	font-style: normal;
	font-size: 14px;
	color: #999;
}
.box .nr .show li .date em b{
	display: block;
	font-size: 24px;
}
.box .nr .show li .date span{
	display: block;
	font-size: 18px;
	color: #333;
}
.box .nr .page_info{
	width: 1200px;
	margin: auto;
}
.box .nr .page_list{
	text-align: center;
}
.box .nr .page_list a{
	margin:0 6px;
	padding: 4px 10px;
	background-color: #ccc;
	border-radius: 4px;
}
.box .nr .page_list a.on{
	background-color: #ed1c24;
	color: #fff;
}

@media screen and (max-width: 1401px) {
    .box .aboutus{
		width: 1200px;
	}
	.box .aboutus .content .right{
		width: 460px;
	}
}
