*{
	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;
}
.content-left{
	width: 70%;
	float: left;
}
.content-right{
	width: 25%;
	float: right;
}

.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;
}

.news-img img{
	width: 300px;
	display: block;
	margin: auto;
}
.text p{
	text-indent: 40px;
	text-align: justify;
	color: #2F2F2F;
	line-height: 30px;
}

/*右侧内容样式开始*/
h4{
	margin-top:70px ;
	color: #2F2F2F;
	line-height: 60px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 20px;
}
.content-right a{
	text-decoration: none;
	color: #2F2F2F;
	line-height: 26px;
	font-size: 14px;
	text-align: justify;
}
.content-right p:hover{
	color: #024490;
	text-decoration: underline;
}
.content-right span{
	display: block;
	color: #959595;
	font-size: 12px;
	line-height: 50px;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cecece;
}
.news-icon{
	width: 100%;
	height: 40px;
	background-color: #024490;
}
.news-icon a{
	color: #FFFFFF;
	display: block;
	text-align: center;
	line-height: 40px;
}
/*内容样式结束*/

