@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{
	float: left;
	width: 284px;
	height: 378.5px;
	margin: 16px 8px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.box .nr .show li.hezuo{
	height: 202px;
}
.box .nr .show li img{
	height: 100%;
	width: 100%;
}
.box .nr .show li .zz{
	width: 100%;
	height: 100%;
	display: none;
}
.box .nr .show li .zz .zzh{
	width: 100%;
	height: 235px;
	background-image: url("../images/zz.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -235px;
	z-index: 10;
}
.box .nr .show li .zz .zzx{
	width: 100%;
	height: 455px;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	top: 394px;
}
.box .nr .show li .zz .zzh div:nth-child(1){
	color: #fff;
	font-size: 42px;
	text-align: center;
	margin-top: 20px;
	line-height: 48px;
}
.box .nr .show li .zz .zzh div:nth-child(1) span{
	font-size: 32px;
}
.box .nr .show li .zz .zzh div:nth-child(2){
	color: #fff;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
}
.box .nr .page_info{
	width: 1200px;
	margin: 20px auto 0;
}
.box .nr .page_list{
	text-align: center;
	margin-top: 20px;
}
.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;
	}
}
