@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: 50px;
	position: relative;
	margin-top: 38px;
}
.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;
}
.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;
}
.box .nr .show .xx{
	width: 1200px;
	overflow: hidden;
}
.box .nr .show .xx li{
	float: left;
	width: 300px;
	overflow: hidden;
}
.box .nr .show .xx li .tb{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	margin: 0 auto 20px;
	background-color: #ed1c24;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.box .nr .show .xx li:hover .tb{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
}
.box .nr .show .xx li .tb img{
	margin:36px 0 0 36px; 
}
.box .nr .show .xx li .xxbt{
	font-size: 18px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.box .nr .show .xx li .xxnr{
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #999;
}
.box .nr .show #allmap{
	margin-top: 50px;
	width: 1200px;
	height: 550px;
}

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