ul,
li {
	padding: 0;
	margin: 0
}

body,
html {
	width: 100%
}

body {
	font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial, Helvetica, sans-serif;
	color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial, Helvetica, sans-serif
}

.auto {
	margin: 0 auto
}

.noneStyle {
	list-style: none
}
input[type=button]{
	margin-left: 5px;
	margin-right: 5px;
}
.logoBox {
	width: 100%;
	height: 68px;
	background-color: rgba(9,13,41,.6);
	line-height: 68px
}

.colorF39800 {
	color: #f39800
}
.glyphicon.glyphicon-qrcode.code{
	height: 68px;line-height: 68px;display: block;float: right;margin-left: 10px;
}
nav {
	height: 68px;
	/*width: 70%;*/
}
/*@media(max-width:970px) {
	nav {width: 100%;}
}*/
nav>ul>li {
	box-sizing: border-box;
	margin-left: 30px
}

nav>ul>li>a[class]{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 68px;
	text-decoration: none
}

.navStyle {
	border-bottom: 2px solid #fff
}

nav>ul>li>a[class]:hover {
	opacity: .8;
	color: #fff;
	text-decoration: none
}

nav>ul>li input#login {
	width: 68px;
	height: 28px;
	background: #ce0000;
	border: 1px solid #ce0000;
	line-height: 15px
}

nav>ul>li input#register {
	width: 68px;
	height: 28px;
	background: transparent;
	border: 0;
	color: #fff;
	line-height: 15px
}

nav>ul>li>span {
	color: #fff;
	font-size: 17px;
	position: relative
}

.code img {
	position: absolute;
	left: -50px;
	top: 50px;
	display: none
}

.navhide#navToggle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #4cbffd;
	position: fixed;
	top: 20px;
	right: 10px;
	text-align: center;
	line-height: 40px
}

.bannerBox img {
	max-width: 100%;
	height: auto;
}

@media(max-width:768px) {
	.min-img{
		min-width: 600px;
}
	.logoBox {
	background-color: rgba(0, 0, 0, 0);
}
	.navStyle {
		border-bottom: 1px solid #eee;
		color: #ccc
	}
	.navhide>a {
		color: #fff
	}
	nav>ul>li {
		background-color: #000;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5)
	}
	.megamenu {
		float: right;
		width: auto;
		width: 200px;
		display: none
	}
	.megamenu>li {
		float: right;
		display: block;
		width: 100%;
		border-bottom: solid 1px rgba(a, a, a, 0.8);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0
	}
	/*.megamenu>li:last-child {
		padding-left: 20px
	}*/
	.megamenu>li:hover,
	.megamenu>li.active {
		border-top: 0
	}
	.megamenu>li:hover>a,
	.megamenu>li.active>a,
	.megamenu>li>a {
		padding: 0 25px;
		font-size: 14px;
		height: 35px;
		line-height: 35px
	}
	.carousel-indicators li {
	display: inline-block;
	width: 25px;
	height:3px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0
}

.carousel-indicators .active {
	width: 25px;
	height:3px;
	margin: 1px;
	border: 0;
	background-color: rgba(74, 74, 74, 0.8)
}
.glyphicon.glyphicon-qrcode.code{
	height: auto;line-height:none;display: block;float: right;margin-right: 20px;margin-left: 0;
}
input[type=button]{
	margin-left: 0px;
	margin-right: 0px;
}
nav>ul>li>a[class]{
	height: 35px;
	line-height: 35px;
}
}

.containerBox {
	background-color: #fafafa;
	padding-bottom: 50px
}

.title {
	border-bottom: 1px solid #f39800;
	margin-bottom: 30px;
	margin-top: 30px
}

.title h3 {
	font-size: 22px
}

.title h3:before {
	content: "";
	width: 5px;
	height: 25px;
	background-color: #f39800;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: -5px
}

.imgBox {
	margin-top: 15px;
	margin-bottom: 40px;
	padding: 20px;
}

.imgBox>img {
	width: 100%
}

#mapCard_style {
	width: 100%!important;
}

.artical-title {
	font-size: 18px;
	text-indent: 2em;
	margin-bottom: 30px;
	margin-top: 30px
}
.artical-title2{
	text-indent: 2em;
	font-size: 16px;
	
}
.artical {
	/*font-family: "宋体";*/
	font-size: 14px;
	color: #999;
	text-indent: 2em
}

@media only screen and (max-width:768px) {
	.title h3 {
	font-size: 18px
}
	.artical-title {
		font-size: 16px;
	}
	.artical-title2{
		font-size: 14px;
		text-indent: 0;
	}
	.artical {
	font-size: 14px;
	
}
}
.tool,
.tool a {
	color: #909091;
	font-size: 12px;
	margin:30px 5px;
	text-decoration: none;
	text-align: center;
}
footer {
	border-top: 6px solid #777f8c;
	width: 100%
}
.logo2{
	width: 100%;
}
footer .help {
	width: 100%;
	height: 273px;
	padding-top: 52px;
	padding-bottom: 52px;
	background-color: #2c2f34
}

footer .help dl {
	height: 150px;
	padding-left: 30px;
	color: #939394;
}

footer .help div[class*='col']:before {
	content: "";
	width: 2px;
	height: 150px;
	border-left: 1px solid #202020;
	border-right: 1px solid #3d3d3d;
	display: inline-block;
	float: left
}

footer .help div[class*='first']:before {
	content: "";
	width: 2px;
	height: 120px;
	border: 0
}

footer .help dt {
	font-size: 20px;
	color: #909091;
	font-weight: 300;
	margin-bottom: 10px
}

footer .help dd {
	margin-bottom: 7px;
	width: 100%;
}

footer .help dd a {
	font-size: 14px;
	color: #909091
}

footer .help span {
	margin-left: 10px;
	display: inline-block
}

span.tell {
	font-size: 18px;
	display: inline-block;
}

span.time {
	font-size: 18px
}

span.mail {
	font-size:18px
}

.link a {
	font-size: 16px;
	color: #fff;
	padding: 20px
}

footer .copy {
	height: 60px;
	background-color: #212326;
	line-height: 20px;
	padding-top:10px ;
}

footer p {
	font-family: "宋体";
	font-size: 12px;
	color: #b8b8b8;
	text-align: center;
	margin: 0
}
footer p a{
	color: #B8B8B8;
	text-decoration: none;
}
.floatRight {
	position: fixed;
	top: 52%;
	right: 30px
}

@media screen and (max-width:768px) {
	.logo2 {
		width: auto;
	}
}

@media screen and (max-width:600px) {
	.floatRight {
		right: 0;
		top: 72%;
	}
}

.floatRight li img:hover {
	opacity: .8
}

.floatRight li>a {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px
}

.quick_links_panel .mp_qrcode {
	display: none
}

.quick_links_panel .mp_qrcode.weixin {
	width: 123px;
	height: 119px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	z-index: 3;
	position: absolute;
	left: -123px;
	top: 0
}

.quick_links_panel .hover span {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 48px;
	height: 0;
	color: #999;
	font-size: 14px;
	font-weight: 500;
	background-color: #efefef
}

.quick_links_panel .mp_qrcode.share {
	padding: 10px;
	width: 170px;
	height: 45px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	border-left: 1px solid #ccc\0;
	border-top: 1px solid #ccc\0;
	border-bottom: 1px solid #ccc\0;
	border-radius: 5px 0 0 5px;
	z-index: 3;
	position: absolute;
	left: -170px;
	top: 98px
}

.quick_links_panel .icon_arrow_white {
	position: absolute;
	right: -5px;
	top: 172px;
	width: 5px;
	height: 9px;
	background-position: 0 -253px
}
@media only screen  and (max-width: 768px) {
	.top{
		width: 60%;
	}
}