* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	font-size: 14px;
}
body {
	width: 100%;
    overflow-x: hidden;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
	 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
button {
	outline: none;
}
input {
	border:0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow:none;
	-webkit-appearance: none;
    outline: none;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}
::-moz-placeholder { 
	color: #999;
	font-size: 14px;
}
:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}
:-moz-placeholder {
	color: #999;
	font-size: 14px;
}
/*清浮动*/
.clr:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.divflex {
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; 
}
.header {
	width: 100%;
    height: 44px;
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    background-color: #fff!important;
    z-index: 30!important;
}
.header-top {
	width: 90%;
    height: 44px;
	justify-content:space-between;
	align-items:center;
	margin: 0 auto;
}
.navicon {
	display: block;
	height: 30px;
    width: 30px;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    background-image: url(../images/nav.png);
    background-position: center center;
	background-repeat: no-repeat;
    box-shadow: none;
    background-color: transparent;
    border: 0;
}
.logo {
	display: block;
	width: 114px;
}
.logo img {
	display: block;
	width: 114px;
}
.header-right {
	width: 50px;
	height: 3px;
}
.nav {
	display: none;
	position: fixed;
	overflow-y: auto;
	top: 44px;
	left: 0px;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	background-color: #fff;
	z-index: 22;
}
.nav>li {
	width: 90%;
	margin: 0 auto;
	line-height: 35px;
}
.nav>li>a{
	display: block;
	/*color: #fff;*/
	padding: 0px 10px;
	line-height: 40px;
	border-bottom: 1px solid #627691;
}
.navactive {
	border-bottom: 1px solid #161616!important;
}
.nav .corebusin>a {
	position: relative;
}
.nav .corebusin>a .hexinicon {
	display: inline-block;
	color: #515151;
	position: absolute;
	right: 10px;
	font-size: 20px;
}

.nav .corebusin>ul {
	display: none;
	width: 90%;
	margin-left: 10%;
	text-align: center;
}
.nav .corebusin>ul li {
	line-height: 35px;
}
.nav .corebusin>ul li a {
	padding: 0px 17px;
	/*color: #bec9d5;*/
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #627691;
}
.cont {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-background-size: 20% 100%;
	background-size: 20% 100%;
	position: relative;
}
.cont .guanggao,.ggcenter {
	display: block;
	width: 100%;
	height: 84vw;
	margin: 0 auto;
}
.ggcenter {
	text-align: center;
	background: url(../images/maptop3.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.ggcenter img {
	width: 50%;
	padding: 14% 0 5% 0!important;
}
.ggcenter p {
	color: #949494;
	padding: 2% 0 10% 0px;
	line-height: 25px;
}
.ggcenter>a {
	display: block;
	margin: 0 auto;
	width: 120px;
	line-height: 34px;
	background-color: #fff!important;
	border-radius: 34px;
}

/*地图*/
.map,#allmap {
	width: 100%;
	height: 400px;
}
.BMap_cpyCtrl {
    display: none;
}
.anchorBL {
    display: none;
}
/*底部*/
#footer {
	width: 94%;
	margin: 0 auto;
	padding-top: 30px;
}
.footwrap {
	border-bottom: 2px solid #f6f6f6;
}
.footerbox {
	padding-left: 40px;
	padding-bottom: 20px;
}
.fobox1 {
	background: url(../images/footer1.png) no-repeat left top;
}
.fobox2 {
	background: url(../images/footer2.png) no-repeat left top;
}
.fobox3 {
	background: url(../images/footer3.png) no-repeat left top;
}
.fobox4 {
	background: url(../images/footer4.png) no-repeat left top;
}
.footerbox h3 {
	color: #383838;
	line-height: 25px;
}
.footerbox h3 span {
	font-weight: lighter;
	color: #8d8d8d;
	line-height: 25px;
}
.footerbox p {
	color: #8d8d8d;
	line-height: 25px;
}
#footer>p {
	text-align: center;
	color: #b9b9b9;
	font-size: 12px;
	line-height: 50px;
}
.navlogin>ul {
	position: absolute;
	top: 37.5px;
	left: -16px;
	width: 84px;
	z-index: 2;
    text-align: center;
    background-color: rgba(25,53,83,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    display: none;
}
.navlogin>ul li:not(:last-child) {
    border-bottom: 1px solid #273e5e;
}
.navlogin>ul li {
    line-height: 28px;
}
.navlogin>ul li a {
    padding: 0px 17px;
    color: #bec9d5;
    font-size: 12px;
    display: block;
}
.top-height {
	height: 44px;
}
.loginafter {
	/*display: none;*/
}
.loginafter>a {
	display: block;
    color: #fff;
    padding: 0px 10px;
    line-height: 40px;
    border-bottom: 1px solid #627691;
    position: relative;
}
.loginafter>a span {
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.userlist {
	display: none;
	width: 90%;
	margin-left: 10%;
	text-align: center;
}
.userlist li {
	line-height: 35px;
}
.userlist li a {
	padding: 0px 17px;
	color: #bec9d5;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #627691;
}
