* {
	margin: 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ";
	letter-spacing: 1px;
	transition: 0.5 all;
}

ul li {
	list-style: none;
}
a{
	text-decoration: none;
}
.container p a{
				color: white;
			}
.header {
	width: 100%;
	height: 50px;
	background: url(/images/common/nav_bg.jpg) repeat-x;
	background-size: 100% 100%;
	font-size: 1em;
	position: fixed;
	top: 0;
	z-index: 999;
}

.header .logo {
	width: 170px;
	text-align: left;
	line-height: 45px;
	float: left;
}

.header .header-nav1 {
	width: 95%;
}

.header .header-nav1 ul li {
	width: 8.5%;
	float: left;
	text-align: center;
    font-size: 14px;
	color: white;
	line-height: 50px;
}

.bar {
	display: none;
}


@media (min-width: 768px) and (max-width: 1024px) {
	.header .header-nav1 {
		width: 90%;
	}
	.header .header-nav1 ul li {
		width: 8.5%;
		float: left;
		text-align: center;
		color: white;
		line-height: 60px;
	}
}
.header .header-nav2 ul {
	position: absolute;
	top: 50px;
	width: 100%;
}

.header .header-nav2 ul li {
	width: 100%;
	height: 35px;
	text-align: right;
	padding-right: 20px;
	color: white;
	line-height: 35px;
    font-size:1em;
	background: #262626;
	text-decoration: none;
}
.header .header-nav2 ul li:hover{
	width: 100%;
	height: 35px;
	text-align: right;
	padding-right: 20px;
	color: white;
	line-height: 35px;
	background: #192a74;
	text-decoration: none;
}
.bar {
	display: block;
	float: right;
	padding-right: 20px;
	line-height: 60px;
	margin-top: -50px;
}
/*footer*/
.footer{
	padding: 40px 20px;
	background: #CCCCCC;
	text-align: center;
	color: #333;
	font-size: 12px;
}
.other{
	padding:40px 20px;
	background: #192A74;
	

}
.other-list:nth-of-type(1){
	/*border-left: 1px dashed #192a74;*/
}
.other-list{
	height: 200px;
	padding-left: 20%;
	/*border-right: 1px dashed #192a74;*/
	box-sizing: border-box;
}
.other-list p{
	color: white;
	font-size: 16px;
}
.other-list ul li a{
	font-size: 12px;
	color: #eee;
}
.other-list ul{
	
	margin-bottom: 20px;
}
/*.other-list ul:nth-last-of-type(6)
{
	width: 120%;
}*/
.other-list2 p{
	width: 100%;
	padding-left: 20px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	color: #FFFFFF;
}
/*.other-list2 ul{
	border: 1px solid #CCCCCC;
}*/
.other-list2 ul a{
	color: #EEEEEE;
	opacity: 0.7;
	line-height: 30px;
	padding-left:20px;
}
.other-list2 p span{
	float: right;
	padding-right: 20px;
}
@media (min-width: 1024px) and (max-width: 1580px){
	.other-list ul li a{
	font-size: 11px;
	color: #eee;
	line-height: 13px;
	letter-spacing: 0.2px;
}
.other-list{
	height: 240px;
	/*border-right: 1px dashed #192a74;*/
	box-sizing: border-box;
}
}<!--ºÄÊ±1763624064.5307Ãë-->