*{
	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: 100%;
}
.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;
}

#dituContent{
	width: 560px;
	height: 360px;
	background-color: #ABABAB;
	border:#ccc solid 1px;
	float: left;
}

.amap-icon img {
	width: 20px;
	height: 30px;
}

.input-card{
	width: 32rem;
	z-index: 170;
}

.input-card .btn{
	margin-right: .8rem;
}

.input-card .btn:last-child{
	margin-right: 0;
}


.information h4{
	color: #FFFFFF;
	line-height: 80px;
	background-color: #024490;
	padding-left: 20px;
	clear: both;
}
.information p{
	font-size: 14px;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 30px;
}
.information{
	width: 400px;
	height: 360px;
	background-color: #f2f2f2;
	float: right;
	overflow: hidden;
}


.kong{
	width: 1000px;
	height: 400px;
}

.form{
	width:1000px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
/*内容样式结束*/