*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}
a{
	text-decoration: none;
}
.clearfix{
	clear: both;
}
.content img{
	display: inline-block;
}
.header{
	position: fixed;
	top: 0;
	height: 69px;
	width: 100%;
	background-color: white;
}
.content{
	width: 1184px;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background-color: white;
}
.nav{
	float: right;
	width: 656px;
	background-color: white;
}
.nav ul{
	list-style: none;
	overflow: hidden;
}
.nav li{
	display: inline-block;
	float: left;
	padding: 24px 0;
	width: 96px;
	text-align: center;
}
.nav li:first-child{
	background-color: #00b5ef;
}
.nav a{
	font-size: 12px;
	color: #666;
}
.nav li:first-child a{
	color: white;
}

.nav li:hover{
	background-color: #00b5ef;
}
.nav li:hover a{
	color: white;
}

#lanselect{
	
	margin: 0;
	width: 48px;
}
.content img{
	margin: 4px 0;
	height: 54px;
}
.lanselect img{
	width: 10px;
	height: auto;
	margin: 0 2px;
}
.banner{
	margin: 0 auto;
	margin-top: 70px;
	height: 684px;
	width: 1860px;
	background-color: black;
}
.banner img{
	height: 684px;
	width: 1860px;
}
.container{
	width: 1184px;
	height: 854px;
	margin: auto;
}
.container .title{
	height: 66px;
	width: auto;
}
.title h2{
	display: inline-block;
	float: left;
	line-height: 66px;
}
.title .more{
	display: inline-block;
	color: #00b5ef;
	line-height: 66px;
	float: right;
}
.abd{
	border-top: 1px solid #e1e1e1;
	padding-top: 16px;
}
.abd a{
	color: black;
}
.abd h2{
	line-height: 58px;
	font-size: 18px;
}
.abd p{
	line-height: 28px;
	font-size: 12px;
}
.abd img{
	width: 274px;
	height: 220px;
}
.abd li{
	overflow: hidden;
	margin-right: 24px;
	display: inline-block;
	background-color: #eff3f5;
	width: 274px;
	height: 340px;
	border: #e1e1e1 1px solid;
	text-align: center;
}
.abd li:last-child{margin-right: 0px;}

.abd li:hover{
	background-color: #00b5ef;
}
.bottom{
	width: 100%;
	height: 68px;
	background-color: #575757;
}
.lanselect{
	width: 50px;
	margin: 0 24px;
	position: fixed;
	top: 24px;
	right: 0px;
	display: inline-block;
	float: right;
	
}
.lanselect button{
	background-color: white;
	width: 50px;
	height: 20px;
	border: #666 1px solid;
	cursor: pointer;
}
#lanitems{
	float: right;
	margin-right: -40px;
	padding: 12px 0;
	display:none;
	background-color: white;
	width: 120px;
}
#lanitems a{
	width: 120px;
	text-align: center;
	display: block;
}
.bottom .txt{
	width: 1184px;
	height: 100%;
	margin: 0 auto;
}
.bottom .txt a{
	display: inline-block;
	line-height: 68px;
	color: white;
	font-size: 12px;
}
.bottom .txt #beiAn{
	float: left;
}
.bottom .txt #beiAn2{
	float: left;
}
.bottom .txt .contact{
	float: right;
}