@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	color:#444;
	position:relative;
	font-size:12px;
	font-family:Arial,Microsoft Yahei;
}
@font-face
{
font-family: sn_font1;
src: url('gxy.ttf');
}
@font-face
{
font-family: sn_font2;
src: url('mn.ttf');
}
ul{
	list-style-type:none;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#f60;
}

.sn_box{
	width:1000px;
	margin:0px auto;
}
.alpha_bg{
	opacity:0.6;
	background:#000;
	filter:Alpha(Opacity=60);
	-moz-opacity:0.6;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.border_box{
	width:1018px;
	border:1px solid #ccc;
	margin:0px auto;
}
.c_b{
	clear:both;
	height:1px;
	width:100%;
}
.hj_alpha{
	opacity:0.5;
}

/* 超链接按钮样式2 */
a:link.btn_bph2, a:visited.btn_bph2{ background:#cccccc; border-radius:10px; -moz-border-radius:10px;/* Old Firefox */ color:#ffffff; font-family:"\5B8B\4F53", Arial; font-size:12px; height:20px; line-height:20px; overflow:hidden; text-align:center; width:70px;}
*html a:link.btn_bph2, *html a:visited.btn_bph2{ line-height:24px;}
a:hover.btn_bph2, a:active.btn_bph2{ background:#cc0000; color:#ffffff; text-decoration:none;}

/* 超链接按钮样式3 */
a:link.btn_bph3, a:visited.btn_bph3{ color:#ffffff; background:#ff9f40; border-radius:3px;-moz-border-radius:3px;/* Old Firefox */ box-shadow:0px 2px 0px #e68f39;-moz-box-shadow: 0px 2px 0px #e68f39;/* Old Firefox */  font-size:16px; font-weight:700; height:40px; line-height:40px;text-decoration:none; width:120px;
transition:box-shadow 0.5s, background 0.5s; /* IE */
-moz-transition:-moz-box-shadow 0.5s, background 0.5s; /* Firefox 4 */
-webkit-transition:box-shadow 0.5s, background 0.5s; /* Safari and Chrome */
-o-transition:box-shadow 0.5s, background 0.5s; /* Opera */
}
*html a:link.btn_bph3, *html a:visited.btn_bph3{ line-height:44px;}
a:hover.btn_bph3, a:active.btn_bph3{ background:#ff4080; color:#ffffff; box-shadow:0px 2px 0px #cc3366;-moz-box-shadow: 0px 2px 0px #cc3366;/* Old Firefox */ text-decoration:none;}
/*--头部--*/
#box1{
	height:50px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#box1 h1{
	background:url(../images/logo.jpg) no-repeat;
	width:257px;
	height:47px;
}
#box1 h1 a{
	display:block;
	width:257px;
	height:47px;
	overflow:hidden;
	text-indent:-9999px;
}
#box1 ul li{
	float:left;
	line-height:47px;
	padding:0 5px;
}
#box2{
	height:50px;
	background:url(../images/nav.png) no-repeat top center #023462;
}
.nav_menu{
	position:relative;
	height:50px;
}
.nav_menu .hot_object{
	padding-top:50px;
	position:absolute;
	width:234px;
	height:0px;
	overflow:hidden;
	left:0px;
	top:0px;
	z-index:99999999;
}
.nav_menu .hot_object2{
	padding-top:50px;
	position:absolute;
	width:234px;
	top:0px;
	left:0px;
}
.nav_menu .hot_object2 ul li{
	background:#fff;
	padding:0 5px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #eee;
}
.nav_menu .hot_object2 ul li a{
	float:left;
}
.nav_menu .hot_object2 ul li span{
	float:right;
}
.nav_menu2{
	position:absolute;
	top:0px;
	left:257px;
	font-size:14px;
	font-weight:bold;
}
.nav_menu2 ul li{
	float:left;
	width:100px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.nav_menu2 ul li a{
	color:#fff;
}
.nav_menu2 ul li a:hover{
	color:#f60;
}


#banner{
	width: 1020px;
	height:419px;
	background:url(../images/banner.gif) no-repeat center center;
}

.footer{
	padding:30px 0px;
	width:100%;
	height:200px;
	background:#414141;
}
.footer_logo{
	background:url(http://www.ynwtqx.com/templets/2014/images/footer_logo.png) no-repeat;
	width:220px;
	height:200px;
	float:left;
	border-right:1px solid #999;
}

.bottom_links{
	float:left;
	margin-left:10px;
	width:420px;
}
.bottom_links dl{
	float:left;
	width:120px;
	padding:0 10px;
}
.bottom_links dl dt{
	font-size:16px;
	font-family:"microsoft yahei";
	color:#eee;
	line-height:30px;
	height:30px;
	font-weight:bold;
}
.bottom_links dl dd{
	line-height:28px;
	height:28px;
}
.bottom_links dl dd a{
	color:#aaa;
}

.shehui ul li{
	float:left;
	width:100px;
	height:100px;
	border:1px solid #666;
	margin:10px 5px;
}
.shehui ul li:hover{
	background:#a00;
}
.xcopy{
	float:right;
	width:760px;
	color:#ccc;
	line-height:24px;
	border-top:1px solid #ccc;
}