* {
	font-family: "微软雅黑";
}

h3,
p,
ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}
.flag{
	padding-top: 10px;
	display: block;
}
.flag img{
	height: 35px;
}
.btn-bars,
.btn-slide {
	display: none;
}
.logo img {
	height: 65px;
}

.nav-phone li {
	float: left;
	margin-right: 15px;
	list-style: none;
}

.nav-phone li:first-child img {
	display: block;
	height: 55px;
}

.nav-phone li:nth-child(2) {
	height: 55px;
	padding-top: 5px;
}

.nav-phone li p:first-child {
	font: 16px;
	font-weight: bolder;
	color: #333;
}

.nav-phone li p:last-child {
	font-weight: bolder;
	color: #e50012;
	font-size: 18px;
}

.map {
	margin-top: 15px;
	width: 100%;
}

.map li {
	list-style: none;
	float: left;
	width: 16%;
	text-align: center;
}

.map li a {
	padding-bottom: 5px;
	font-size: 16px;
	color: #333;
	font-weight: bolder;
	display: inline-table;
}

.map li.active a {
	border-bottom: 2px solid #e18423;
}

footer {
	padding: 55px 0 0 0 !important;
	background: #313131;
}

footer ul li:first-child {
	color: #fff;
	text-align: center;
	font-size: 18px;
}

footer ul li a {
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #a1a1a1 !important;
}

.footer-bottom {
	background: #202020;
	padding: 15px 0;
	margin-top: 30px;
}

.footer-bottom p,
.footer-bottom a {
	color: #a1a1a1 !important;
}


/*about.asp*/

.menu li a {
	display: block;
	background: #eee;
	color: #133447;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	padding: 10px 25px;
	border-radius: 25px;
}

.menu li a i {
	margin-right: 15px;
	font-size: 20px;
	color: #133447;
}

.menu li.active a {
	color: #fff;
	background: #e18423;
}

.menu li.active a i {
	color: #fff;
}

.menu li a:hover {
	background: rgba(255, 132, 35, 0.3);
	color: #fff;
}

.menu li a:hover i {
	color: #fff;
}


.p-menu li a {
	display: block;
	background: #eee;
	color: #133447;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	padding: 10px 25px;
	border-radius: 25px;
}

.p-menu li a i {
	margin-right: 15px;
	font-size: 20px;
	color: #133447;
}

.p-menu li.active a {
	color: #fff;
	background: #e18423;
}

.p-menu li.active a i {
	color: #fff;
}

.p-menu li a:hover {
	background: rgba(255, 132, 35, 0.3);
	color: #fff;
}

.p-menu li a:hover i {
	color: #fff;
}


.link-group {
	margin-bottom: 15px;
}

.link-group li,
.link-group li a {
	color: #ccc;
	font-size: 16px;
}

.link-group li:first-child a {
	margin-right: 10px;
}

.contacts {
	margin: 35px 0;
}

.contacts li {
	margin-bottom: 5px;
}

.contacts li,
.contacts li a {
	color: #999;
}


/*分页*/

.pagination li a {
	color: #999;
}

.pagination li.active a {
	background: #F0AD4E;
	color: #fff;
	border-color: #F0AD4E;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #F0AD4E;
	border-color: #F0AD4E;
}

@media only screen and (max-width:768px) {
	.nav-phone {
		display: none;
	}
	.logo img{
		height: 45px;
	}
	nav{
		margin-bottom: 15px;
	}
	.btn-bars {
		margin-top: 7px;
		display: block;
		color: #000000;
		position: relative;
		float: right;
		border: none;
		background: none;
		z-index: 50;
	}
	.map {
		display: none;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 45;
	}
	.map li {
		width: 100%;
		height: 16.66%;
		float: none;
		border-bottom: 1px solid #eee;
	}
	.map li a {
		line-height: 100px;
	}
	.map li.active{
		border-bottom:1px solid #E68322 ;
	}
	.map li.active a {
		border: none;
	}
}
@media only screen and (max-width:465px ) {
.contacts{
	display: none;
}
.btn-slide{
		display: block;
		position: fixed;
		left: 0;
		top: 50%;
		width: 30px;
		height: 120px;
		margin-top: -60px;
		border: none;
		background: #e18423;
		outline: none;
		color: #fff;
		border-radius:0 5px 5px 0 ;
		z-index: 100;
	}
.p-menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 60;
}
.p-menu li{
	height: 12.5%;
}
.p-menu li a{
	height: 100%;
	border-radius: 0;
}
.menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 60;
}
.menu li{
	height: 12.5%;
}
.menu li a{
	height: 100%;
	border-radius: 0;
}
}