@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}
@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	src: url('../font/HELVETICANEUELTPRO-THEX.otf');
}
div, ul, li, i, em, span, a, dl, dt, dd, input, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 button, textarea, select {
	font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
	font-style: normal;
	text-decoration: none;
	outline: none!important;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0,0,0,0)!important;
	-webkit-appearance: none!important;
	 -moz-appearance:  none;
	 -o-appearance:  none;
	 appearance:  none;
}
ul, li, dl, dt, dd {
	list-style: none;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*顶部*/
.top {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: #006AB5;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.top .top_container {
	width: 1200px;
	height: 100px;
	overflow: hidden;
	margin: 0px auto;
	display: block;
	padding: 0px;
}
/*网站标志*/
.top .logo {
	width: 210px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	margin: 0px auto;
	display: block;
	padding: 0px 10px;
	font-weight: bold;
	color: #ffffff;
	font-size: 50px;
	text-decoration: none;
	text-align: left;
	float: left;
}
/*定位菜单*/
.position {
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #004971;
	text-align: left;
	font-size: 14px;
	float: left;
	margin: 35px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	border-radius: 5px;
	cursor: pointer;
}
.position .positionico {
	width: 20px;
	height: 20px;
	background: url(../../images/position.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	display: block;
	margin: 5px 2px 0px 2px;
}
.indexposition {
	width: 1200px;
	height: auto;
	overflow: hidden;
	z-index: 11;
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background: #fff;
	display: none;
	padding: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 10px
}
.indexposition ul {
	width: 1170px;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 10px 15px 0px 15px;
}
.indexposition ul li {
	float: left;
	font-size: 14px;
	color: #555;
}
.indexposition .state {
	width: 1160px;
	height: 40px;
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.indexposition .distinguish {
	width: 70px;
	height: 20px;
	line-height: 20px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
    font-size: 15px;
}
.indexposition .town {
	width: 50px;
	height: 10px;
	line-height: 10px;
	float: left;
	padding: 10px 10px;
	margin: 10px 20px 10px 0px;
	text-align: center;
	background: #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
}
.indexposition .indexpositionmove{
	color: #ffffff;
	background: #006AB5;
}
.indexposition .positions {
	width: 30px;
	height: 30px;
	background: url(../../images/positions.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
}
.indexposition .positions_close {
	width: 30px;
	height: 30px;
	background: url(../../images/positions_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	display: block;
	margin: 0px 1px 0px 0px;
	cursor: pointer;
}
/*导航*/
.top .nav{
	width: 770px;
	height: 100px;
	float: right;
}
.top .nav ul{
	float: left;
	padding: 0px;
	margin: 40px 0px 0px 5px;
}
.top .nav ul a{
	width: 80px;
	height: 20px;
	display: block;
	float: left;
	color: #a8d3fe;
	font-size: 15px;
}
.top .nav ul a:hover{
	color: #ffffff;
}
.top .nav .nav_area{
	width: 80px;
	height: auto;
	float: left;
	display: none;
	position: absolute;
	top: 70px;
	z-index: 10;
	background: #006AB5;
	margin: 0px 0px 0px 0px;
}
.top .nav .nav_area a{
	width: 80px;
	height: 20px;
	display: block;
	float: left;
	color: #a8d3fe;
	font-size: 15px;
	margin: 10px 0px 10px 0px;
}
.top .nav .nav_area a:hover{
	color: #ffffff;
}
.top .nav .hover{
	color: #ffffff!important;
}
/*广告*/
.banner {
	width: 100%;
	min-width: 1200px;
	height: 450px;
	margin: 0px auto;
}
.banner img {
	width: 100%;
	min-width: 1200px;
	height: 450px;
}
/*底部*/
.bottom {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
	margin: 40px auto 0px auto;
	background: #3F3E3E;
	font-size: 20px;
	color: #b1b1b1;
}
.backtop{
	width: 50px;
	height: 50px;
	display: none;
	background: url(../images/backtop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: fixed;
	bottom: 120px;
	right: 30px;
	z-index: 10;
	cursor: pointer;
	border-radius: 2px;
}