@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;}
li{
	list-style:none;}
body{
	font-family:"思源黑体";
	overflow-x:hidden;
	}
/*top-logo*/
.top{
	width:100%;
	height:94px;
	background:#ffffff;
	border-bottom:1px solid #cbc7bc;
	}
.top .logo{
	width:980px;
	margin:0 auto;
	}
.top .logo img{
	width:980px;
	margin:0 auto;
	}
a{
	text-decoration:none;}

/*导航*/
.nav{
	width:100%;
	height:66px;
	}
.nav .nav_content{
	width:980px;
	margin:0 auto;
	}
.nav_content .a li{
	float:left;
	font-size:18px;
	line-height:66px;
	font-weight:lighter;
	}
.nav_content .a li a{
	color:#000000;
	padding:6px 10px;
	background:#fff;}
.nav_content .a .b a{
	background:#ef6a30;
	color:#fff;}
.nav_content .a li a:hover{
	background:#ef6a30;
	color:#fff;
	}

/*top*/
.tp{
	width:100%;
	background:url(../images/bg1.jpg);
	height:199px;
}
.tp .tp_content{
	width:980px;
	margin:0 auto;
}
.tp .tp_content .p1{
	font-size:30px;
	color:#fff;
	font-family:"微软雅黑";
	font-weight:lighter;
	text-align:center;
	padding-top:65px;
}
.tp .tp_content .p2{
	font-family:"宋体";
	font-size:18px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	margin-top:20px;
}
.tp .tp_content .p2 span{
	font-family:"微软雅黑";
	font-size:16px;	
}

/*内容*/
.contain{
	width:996px;
	margin:0 auto;
	margin-top:60px;
	text-align:center;
}
#one{
	width:996px;
	height:681px;
}
#one div p{
	width:316px;
	height:211px;
	font-size:48px;
	font-weight:lighter;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	line-height:211px;
	display:none;
}
#one div:hover p{
	display:block;
	background:#2b345b;
	margin-left:-8px;
	margin-top:-8px;
}
#two{
	width:996px;
	height:681px;
	display:none;
}
#two div p{
	width:316px;
	height:211px;
	font-size:48px;
	font-weight:lighter;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	line-height:211px;
	display:none;
}
#two div:hover p{
	display:block;
	background:#2b345b;
	margin-left:-8px;
	margin-top:-8px;
}
#btn{
	width:164px;
	height:42px;
	background:#fff;
	border:1px solid #b3b3b3;
	font-size:16px;
	color:#7a7a7a;
	cursor:pointer;
	margin-top:40px;
	margin-bottom:50px;
}



/*底部*/
.foot{
	width:100%;
	height:334px;
	background:#2d3e52;
	}
.foot .foot-content{
	width:980px;
	margin:0 auto;
	}
.foot .foot-content img{
	position:relative;
	left:50%;
	margin-left:-46px;
	margin-top:50px;
	}
.foot .foot-content p{
	color:#fff;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	font-family:"微软雅黑";
	font-weight:lighter;
	margin-top:28px;
	}
.foot .foot-content p a{
	color:#fff;}