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

* {
	font-size: 14px;
	font-family:"微软雅黑","Microsoft YaHei","PingFangSC","苹方","Arial";
	padding: 0;
	margin: 0;
	border: 0;
}
img{border:none;}
.clear{clear:both;}
ul li{list-style:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#94070A;
}

.topbarl{
	width:50%;
	height:4px;
	background-color:#94070A;
	float:left;
}
.topbarr{
	width:50%;
	height:4px;
	background-color:#003670;
	float:left;
}
.top{
	width:1150px;
	padding-bottom:10px;
	/*height:535px;*/
	background:url(../images/topbg.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top;
	background:url(../images/topbg9.jpg) no-repeat top\9;
	margin:0 auto;
	/*padding-top:120px;*/
}
.home{
	display:block;
	height:120px;
	width:550px;
	margin-left:75px;
	text-decoration:none;
}
.nav{
	width:1000px;
	height:47px;
	margin:0 auto;
}
.menu{
	height:47px;
	_overflow:hidden;
}
.menu a{
	color:#000;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
}
.menu li{
	font-size:16px;
	float:left;
	position:relative;
	padding:0 15px;
}
.menu li:hover{
	padding:0 15px;
	border-bottom:2px solid #94070A;
}
.menu li:hover a{
	color:#000;
	text-decoration:none;
}
.menu li:hover a:hover{
	color:#94070A;
}
.menu li.no_sub:hover{
	padding:0 15px;
	text-decoration:none;
	color:#94070A;
}
.menu ul{
	border-top:2px solid #94070A;
	position:absolute;
	left:-1px;
	top:-999em;
	z-index:99999;
	display:none;
	_width:155px;
	background:#fff;
}
.menu li:hover ul{
	top:30px;
	display:block; 
	filter: alpha(opacity=95); 
	opacity: 0.95;
}
.menu li:hover ul li{
	font-size:16px;
	border:none;
	float:left;
}
.menu li:hover ul li a{
	color:#000;
	padding:0;
}
.menu li:hover ul li a:hover{
	text-decoration:none;
}
.menu li.hover{
	border-bottom:2px solid #94070A;
}
.menu li.hover a{
	color:#000;
}
.menu li.hover ul{
	top:45px;
	display:block;
}
.menu li.hover ul li{
	padding:0;
}
.menu li.hover ul li a{
	/*height:30px;*/
	line-height:20px;
	width:223px;
	padding-left:17px;
	padding-top:2px;
	/*padding-bottom:5px;*/
	font-size:14px;
	color:#000;
	/*border-bottom:1px dashed #fff;*/
}
.menu li.hover ul li a:hover{
	text-decoration:none;
	color:#fff;
	/*height:30px;*/
	/*border-color:#CCC;*/
	background:#94070A;
}
.menu li.no_sub.hover1{
	padding:0 15px;
}
.tablink{
	font-size:16px;
	width:155px;
	background:url(../images/down.jpg) right no-repeat;
}
.tablink:hover{
	background-image:url(../images/downh.jpg);
}
.nosub,.nosub:hover{
	/*width:180px;*/
	background:none;
}


.footer{
	width:1000px;
	height:110px;
	margin:0 auto;
	background:url(../images/footer.jpg) right bottom no-repeat;
}
.links{
	width:600px;
	height:40px;
	font-size:14px;
	line-height:20px;
	text-align:right;
	float:right;
	padding-top:25px;
	color:#4d4d4d;
	cursor:pointer;
}

.links a{
	margin:0 4px;
	color:#4d4d4d;
}
.links a:hover{
	color:#94070A;
}
.links2{
	width:600px;
	height:40px;
	font-size:14px;
	line-height:20px;
	padding-top:25px;
	color:#4d4d4d;
	cursor:pointer;
}
.links2 a{
	margin:0 4px;
	color:#4d4d4d;
}
.links2 a:hover{
	color:#94070A;
}
.language{
	float:right;
	margin-right:80px;
	padding:2px 10px;
	line-height:23px;
	background-color:#003670;
	color:#eef7ff;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif,"苹方","微软雅黑";
}
.language:hover{
	color:#fff;
	background-color:#003c72;
}