*{
	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: 800px;
	float: right;
	margin-bottom: 200px;
}
.top p{									/*内容部分小导航开始*/
	font-size: 12px;
	color: #909090;
	line-height: 60px;
	display: inline-block;
}
.top span{
	color: #909090;
}
.top p:hover{
	color: #024490;
}										/*内容部分小导航结束*/
.title{
	border-bottom: 1px solid #CECECE;
}
.title h4{
	line-height: 57px;
	color: #2F2F2F;
}

.breadnav{
	margin-top: 30px;
}
.breadnav p{
	display: inline-block;
}
.breadnav a{
	text-decoration: none;
	color: #2F2F2F;
}
.breadnav a:hover{
	color: #024490;
}

.img{
	width: 240px;
	height: 290px;
}
.certificate {
	width: 240px;
	height: 310px;
	border: 1px solid #A0A0A0;
	float: left;
	margin-top: 40px;
	margin-right: 40px;
}
.certificate1{
	width: 240px;
	height: 310px;
	border: 1px solid #A0A0A0;
	margin-top: 40px;
	float: left;
}



/*内容样式结束*/