*{
	margin: 0px;
	padding:0px;
	box-sizing: border-box;
}
html,body{
	font-family: "Microsoft YaHei","微软雅黑","SimSun","Arail" !important;
}

/*导航栏开始*/
#navagation{
	width: 100%;
	height: 70px;
	position: fixed;
	background-color: white;
	z-index: 1000;
}
.navagation-box{
	width:1000px;
	height:70px;
	margin: auto;
}
.navagation{
	float: left;
	margin: 0 0 0 50px;
}
.logo img{									/*logo样式*/
	width:200px;
	height: 70px;
	float: left;
	border: none;
}
												/*中英文语言切换*/
.language{
	float: right;
}
.language a{
	text-decoration: none;
	color: black;
	line-height: 70px;
	text-align: center;
}
.language a:hover{
	color: darkgray;
}
/*导航栏结束*/

/*banner样式开始*/
#banner{	
	position:relative;
	overflow: hidden;
	height: 250px;
	z-index: -2;
}
#banner img{
	position: absolute;
	width: 1920px;
	left:50%;
	margin-left: -960px;
	top:70px;
	max-width: none;
	z-index: -1;
}
/*banner样式结束*/

/*内容样式开始*/
#content{
	width: 1000px;
	margin: auto;
}
.top p{
	font-size: 12px;
	color: #909090;
	line-height: 60px;
	display: inline-block;
}
.top span{
	color: #909090;
}
.top p:hover{
	color: #024490;
}

h2{
	text-align: center;
	color: #2F2F2F;
	margin-top: 20px;
}
.text{
	margin-top: 40px;
	margin-bottom: 200px;
}

.text p{
	text-indent: 40px;
	text-align: justify;
	color: #2F2F2F;
	line-height: 40px;
}
.text img{
	display: block;
	margin: auto;
}

.table{
	width: 100%;
	color: #2F2F2F;
	font-size: 13px;
}
table th,td{
	padding: 2px 20px 2px 20px;
}
table th{
	background-color: #505050;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
}
table td{
	background-color: #D6E4EA;
	line-height: 22px;
}
/*内容样式结束*/

