* {
	margin: 0;
	padding: 0
}

html {
	overflow-y: scroll;
	font-size: 16px
}

.BMap_Marker img{
	max-width: none;
}

label.BMapLabel{
	max-width: none;
}

html body {
	font-family: 'Microsoft YaHei';
	color: #7b7b7b;
	cursor: : default;
	word-wrap: break-word;
	background: none
}

html img {
	border: 0;
	max-width: 100%
}

html a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	outline: 0;
	color: inherit
}

html a:focus,
html a:hover {
	color: inherit;
	text-decoration: none
}

html li,
html ol,
html ul {
	list-style-type: none
}

header .top {
	background: #383a40;
	line-height: 2.19rem;
	color: #fff;
	font-size: .75rem;
	text-align: right
}
.language{
	display: inline-block;
}
header .navbar {
	margin-bottom: 0
}

header .navbar-brand {
	height: auto
}

header .nav a {
	font-size: .92rem;
	font-weight: bold;
	color: #000;
	line-height: 3.25rem
}

header .nav a:hover {
	color: #a1c025;
	background: none
}

header .nav .on a {
	color: #a1c025
}
header .nav a.mpm{
	color: #ff0000;
}

footer .foot1 {
	background: url('../img/bg-foot1.png') #929292 no-repeat 83% top;
	color: #fff;
	padding-top: 3.88rem;
	padding-bottom: 5rem
}

footer .foot1 .channels {
	width: 63%;
	float: left
}

footer .foot1 .channels dl {
	float: left;
	max-width: 20%;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	min-height: 13.75rem;
	border-left: 1px solid #b3b3b3
}

footer .foot1 .channels dl dt {
	padding-bottom: 1rem;
	font-size: 1.06rem
}

footer .foot1 .channels dl dd a {
	margin-top: 1rem;
	display: inline-block
}

footer .foot1 .channels .first {
	border: 0
}

footer .foot1 .contact {
	width: 33%;
	float: right
}

footer .foot1 .contact .tel {
	font-size: 1.75rem;
	font-weight: bold;
	padding-top: 1.25rem;
	padding-bottom: .88rem
}

footer .foot1 .contact .email,
footer .foot1 .contact .addr {
	padding-bottom: .75rem
}

footer .foot1 .contact .guanzhu {
	padding-top: 1.13rem;
	padding-bottom: .88rem;
	border-top: 1px solid #b3b3b3
}
footer .foot1 .contact .share{
	position: relative;
}
footer .foot1 .contact .share .ewm{
	display: none;
	position: absolute;
	top: -258px;
}
footer .foot1 .contact .share a {
	background: #efefef;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center
}

footer .foot2 {
	background: #383a40;
	color: #cccccc;
	font-size: .88rem;
	line-height: 3.44rem
}

table {
	background: #dadada;
	border-collapse: separate !important;
	border-spacing: 1px !important;
	text-indent: 0;
}

table td {
	background: #fff;
	padding: 10px;
	text-align: center;
	word-break: break-all;
	font-size: 16px;
}

table th {
	background: #a2cb0f;
	color: #fff;
	padding: 10px;
	text-align: center;
}


.channel {
	background: url('../img/bg-channel.png') no-repeat center top;
	padding-top: 3.44rem;
	padding-bottom: 2.71rem;
	color: #000
}

.channel .name {
	font-size: 2.69rem;
	line-height: 2.69rem;
	font-weight: bold;
	padding-bottom: 1.63rem
}

.channel .schannel {
	font-size: 1.31rem;
	line-height: 1.31rem
}

.channel .schannel a {
	margin-right: 3.13rem
}

.channel .schannel .on {
	font-weight: bold;
	color: #a1c025
}

.page {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px
}

.page .i {
	color: #959595;
	display: inline-block;
	margin-right: 2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	font-size: 16px;
	vertical-align: top
}

.page .cur {
	background: none;
	border: 0;
	color: #005da5
}

.page .btn {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	width: 80px;
	height: 33px;
	display: inline-block;
	color: #aeaeae;
	margin-right: 2px;
	border-radius: 0
}

.page .btn:hover,
.page .i:hover {
	background-color: #005da5;
	color: #fff
}

.page .cur:hover {
	background: none;
	border: 0;
	color: #005da5
}
@media (max-width:768px) {
	html {
		font-size: 14px
	}
	.navbar-toggle{
		margin-top: 18px;
	}
	.navbar-toggle .icon-bar{
		background: #a1c025;
	}
	.navbar-brand>img{
		width: 65%;
	}
	
	.navbar-nav{
		width: 100%;
	}
	
	.channel {
	    padding-top: 1.44rem;
	    padding-bottom: 1.71rem;
	    background: url(../img/bg-channel.png) #f0f0f0 no-repeat center top;
	}
	.channel .name {
	    font-size: 2rem;
	    line-height: 2rem;
	    padding-bottom: 1rem;
	}
	.channel .schannel a{
		display: block;
		margin-right: 0;
		width: 100%;
		line-height: 2rem;
	}
}