html {
	min-height: 100%;
	font-family: "Microsoft YaHei" !important;
}
img{ pointer-events: none; }
body {
	margin: 0;
	/* position: relative; */
	background-color: #FFFFFF;
	min-width: 980px;
	max-width: 1920px;
	font-family: "Microsoft YaHei" !important;
}


#nav {
	background-color: #161E29;
	/* position: absolute;
	top: 0;
	z-index: 2; */
	width: 100%;
	padding-bottom: 7px;
}

#nav>.menu {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: 5%;
}

#logo {
	max-width: 135px;
	display: inline-block;
	margin: 10px 0;
}

.cnoren {
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
	position: absolute;
	right: 0;
}

.cnoren>a {
	margin: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.cnoren>.active {
	color: #C09B4A;
}

#nav>.menu>.rightmenu>.menutitle {
	display: inline-block;
	font-size: 18px;
	margin: 0 20px;
	padding-bottom: 5px;
	cursor: pointer;
}
#nav>.menu>.rightmenu>.menutitle>a{
	text-decoration: none;
	color: #FFFFFF;
}

#nav>.menu>.rightmenu>.selection {
	color: #54A5F8;
	border-bottom: 3px solid #54A5F8;
}
#nav>.menu>.rightmenu>.selection>a{
	color:#54A5F8;
}

.content {
	min-height: 650px;
	width: 100%;
}

body>.content>.topImg{
	width: 100%;
}










#footer {
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #FFFFFF;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footerbg {
	width: 100%;
	height: 210px;
}

#footer>.footer_content {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: 70%;
	flex-wrap: wrap;
	
	align-items: center;
	left:15%;
	top:15%;
	font-size: 16px;
	height:80%;
}



#footer>.footer_content>.leftbox{
	margin: 0;
}
#footer>.footer_content ul{
	max-width: 50%;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap:wrap; 
}
#footer>.footer_content li {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	width:100%;
}

#footer>.footer_content>div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
}
#footer>.footer_content>div>.rightbox{
	display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
#footer>.footer_content>div>.rightbox>div:first-child{
	margin-right:20px ;
}
#footer>.footer_content>div>.rightbox>div>img {
	max-width: 80px;
}

#footer>.footer_content>div>.rightbox>div>p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 5px;
	text-align: center;
}

#footer>.footer_content>p {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin: 0;
}
/* 底部兼容移动端  sfh 2018年10月22日10:53:22*/
@media only screen and (max-device-width: 900px)
{
	#footerbg {
		height: 150px;
	}
	#footer>.footer_content {
		height:90%;
		top:5%;
		width: 90%;
		left:5%;
	}
	#footer>.footer_content ul{
		display: block;
	}
	#footer>.footer_content li {
		font-size:12px;
	}
	#footer>.footer_content>div>.rightbox>div>p {
		font-size:10px;
		margin:3px;
	}
	#footer>.footer_content>div>.rightbox>div>img {
		max-width: 35px;
	}
	#footer>.footer_content>p {
		line-height: 14px;
		font-size:12px;
	}
}