*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-size: 13px;
	font-family: "宋体";
	border: 0;
}
.width{
	width: 1140px;
	margin: 0 auto;
}
.width1{
	width: 1100px;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

/*头部*/
.header{
	background-image:url("/v2/images/head/bg2.jpg");
	color: white;
}
.head{
	height: 70px;
}
.people .button{
	height: 28px;
	border: 1px solid #A2C4FF;
	line-height: 28px;
	padding: 0 17px;
	float: right;
	background: #478AFF;
	text-align: center;
	margin-top: 25px;
	color: white;
	border-radius: 2px;
	cursor: pointer;
}
.people .button:hover{
	background: #FFFFFF;
	color: #002b7a;
	border-color: #FFFFFF;
}
.land a{
	float: right;
	margin-right: 7px;
	height: 28px;
	background: #4786FF;
	color: white;
	height: 28px;
	line-height: 28px;
	width: 60px;
	text-align: center;
	margin-top: 25px;
	border: 1px solid #A2C4FF;
	border-radius: 2px;
}
.land a:hover{
	background: #FFFFFF;
	color: #002b7a;
	border-color: #FFFFFF;
}
.land a:nth-child(1){
	margin-right: 0;
}
.head-title img{
	margin-top: 15px;
}
.head-people{
	margin-right: 15px;
	float: right;
	font-size: 12px;
	margin-top: 32px;
	color: white;
}
.head-search{
	padding: 11px 0;
}

/*导航*/
.nav{
	float: left;
}
.nav li{
	font-size: 15px;
	font-weight: bold;
	height: 34px;
	background: #3E79F2;
	/*padding: 0px 13px 0px 18px;*/
	width: 135px;
	text-align: center;
	height: 34px;
	float: left;
	line-height: 34px;
	margin-right: 6px;
	position: relative;
	border-radius: 2px;
	font-family: "微软雅黑";
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0);
}
.nav ul>li:hover .nav-two{
	display: block;
}
.nav ul>li:hover{
	border: 1px solid #97beff;
}
.nav li ol li:hover{
	background: #3367CA;
}
.nav li img{
	margin-left: 10px;
}
.nav li ol{
	padding: 4px 0;
	background: #2E5BB6;
	border-radius: 2px;
	width: 100%;
	z-index: 7;
	overflow: hidden;
}
.nav li .nav-two{
	position: absolute;
	left: 0;
	top: 33px;
	padding-top: 4px;
	width: 100%;
	display: none;
	z-index: 7;
}
.nav li ol li{
	border-radius: 0;
	float: none;
	height: 25px;
	background: none;
	line-height: 25px;
	margin: 0;
	font-size: 14px;
	padding: 0 ;
	text-align: center;
	z-index: 10;	
}
.selected{
	position: absolute;
	top: 44px;
	left: 0;
	height: 6px;
	width: 100%;
	background: #ffa800 !important;
	display: none;
}
.nav li .active{
	display: block;
}
/*搜索框*/
#search{
	position: relative;
	float: right;
}
#search input{
	height: 40px;
	width: 576px;
	border-radius: 2px;
	padding-left: 22px;
	box-sizing: border-box;
	color: a4a4a4;
}
#search img{
	position: absolute;
	right: 11px;
	top:10px
}

/*尾部*/
.footer{
	height: 155px;
	margin-top: 75px;
	background: #E6E9EE;
}
.contact{
	width: 50%;
	color: #7a8eab;
}
.contact img{
	margin-top: 21px;
	margin-bottom: 7px;
}
.contact1{
	width: 205px;
	line-height: 23px;
}
.QR-code{
	color: #7a8eab;
	text-align: center;
}
.QR-code img{
	margin-top: 13px;
	margin-bottom: 8px;
	display: block;
}
.apply{
	padding-top: 45px;
	color: #7a8eab;
	margin-right: 56px;
}
.apply span{
	display: block;
	padding-left: 11px;
	line-height: 29px;
}
.apply a{
	background: #8590A1;
	color: white;
	padding: 0 19px;
	border-radius: 1px;
	margin-right: 20px;
	height: 32px;
	line-height: 32px;
	display: block;
	float: right;
}
.apply a:hover{
	background: #4d5764;
}
.apply a:first-child{
	margin-right: 0;
}
