ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.hd-top{
	height: 45px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 45px;
	font-size: 14px;
	color: #4763FB;
}
.hd-top .top-nav{
	padding: 12px 0;
	line-height: 21px;
}
.hd-top .top-nav a{
	padding: 0 15px;
	height: 21px;
	display: inline-block;
	color: #4763FB;
	text-decoration: none;
	border-right: 1px solid #e9e9e9;
}
.hd-top .top-nav a:last-of-type{
	border-right: none;
	padding-right: 0
}
.hd-center .logo{
	padding: 38px 0 0 0;
}
.hd-center .tel{
	padding-top: 48px;
}
.hd-center .tel img{
	margin-left: 20px;
}
.hd-nav{
	height: 50px;
	background-color: #4763FB;
}
.hd-nav ul li{
	float: left;
	padding: 17px 0;
	height: 50px;
	width: 150px;
	text-align: center;
}
.hd-nav ul li a{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	width: 98px;
	color: #fff;
	font-size: 16px;
	/* border-right: 1px solid #3da0f3; */
}
.hd-nav ul li:hover{
	background:#0800FF;
}
.hd-nav ul li.active{
	background:#0800FF;
}
.hd-nav ul li.active a{
	border-right: 0px solid #F8914E;
}
.search-box{
	padding: 8px 0;
	height: 59px;
	background-color: #ff9900;
}
.search-box .box form{
	display: flex;
	align-items: flex-end;
	color: #fff
}
.search-box .box form .number{
	margin-right: 7px;
	width: 329px;
	height: 43px;
	background-color: #ffffff;
	padding: 0 15px;
	border:none;
	color: #000
}
.search-box .box form .weishu{
	margin-right: 8px;
	width: 22px;
	height: 21px;
	background: none;
	border:none;
}
.search-box .box form input[type="checkbox"]{
	width:22px;
	height:22px;
	display: inline-block;
	text-align: center;
	vertical-align: middle; 
	line-height: 18px;
	position: relative;}
.search-box .box form input[type="checkbox"]::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
}
.search-box .box form input[type="checkbox"]:checked::before{
	content: "\2713";
	background-color: #fff;
	position: absolute;top: 0;left: 0;width:100%;
	color:#ff9900;
	font-size: 20px;
	font-weight: bold;
}
.search-box .box form button{
	margin-left: 13px;
	width: 76px;
	height: 43px;
	background-color: #fabd00;
	border:none;
	color: #fff
}
.search-box .dingwei form{
	display: flex;
	align-items: center;
	color: #fff
}
.search-box .dingwei form .number{
	margin-right: 7px;
}
.search-box .dingwei form .number input{
	width: 36px;
	height: 35px;
	border:none;
	background: #fff;
	text-align: center;
	color: #000
}
.search-box .dingwei form button{
	width: 76px;
	height: 43px;
	background-color: #fabd00;
	border:none;
	color: #fff
}
.hd-search{
    margin: 34px 0 38px 0;
    margin-left: 88px;
    position: relative;
    width: 415px;
	height: 46px;
}
.hd-search input{
    padding-left: 15px;
    width: 415px;
	height: 46px;
	background-color: #f4f5f9;
	border: solid 2px #4763FB;
	outline: none;
}
.hd-search button{
    position: absolute;
    right: 0;
    top: 0;
    width: 106px;
	height: 45px;
	background-color: #4763FB;
	border:none;
	color: #fff;
}
footer{
	padding-bottom: 30px;
	background-color: #464646;
	color: #fff;
	font-size: 15px;
}
footer .ft-nav{
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
}
footer .ft-nav a{
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
}
footer .qrcode{
	padding: 30px 0;
}


.current-position{
	padding: 19px 0 19px 30px;
	color: #4c4c4c;
	font-size: 16px;
	background: url("../images/position.png") no-repeat left center;
}
.current-position a{
	color: #4b4b4b;
}