.pc-header{
    width: 100%;
	height: 100%;
}
.hd-top{
	overflow: hidden;
	background-color: #f1efef;
	font-size: 12px;
	color: #8d8d8d;
}
.hd-top p{
	float: left;
	height: 36px;
	line-height: 36px;
}
.hd-link{
	float: right;
}
.hd-link li{
	float: left;
}
.hd-link li a{
	position: relative;
	color: #8d8d8d;
	padding: 0 4px;
	height: 36px;
	line-height: 36px;
}
.hd-link li:first-child a:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 1px;
	height: 9px;
	background-color: #8d8d8d;
}
.hd-bottom{
	overflow: hidden;
}
.hd-bottom .logo{
	float: left;
	height: 130px;
	line-height: 130px;
}
.hd-bottom .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hd-bottom .txt{
	position: relative;
	float: left;
	padding: 20px 30px;
	margin-top: 20px;
}
.hd-bottom .txt:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -34px;
	left: 0;
	background-color: #e1e1e1;
	width: 1px;
	height: 68px;
}
.hd-bottom .txt h3{
	font-size: 24px;
	color: #363535;
}
.hd-bottom .txt h3 span{
	color: #f0831e;
}
.hd-bottom .txt p{
	text-align: center;
	font-size: 14px;
	color: #414141;
}
.hd-bottom .tel{
	float: right;
	margin-top: 38px;
}
.hd-bottom .tel h3{
	overflow: hidden;
}
.hd-bottom .tel h3 span{
	float: right;
	padding-left: 30px;
	font-size: 18px;
	color: #6c6666;
	background: url(../images/icon1.png) left center no-repeat;
	-o-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}
.hd-bottom .tel strong{
	font-size: 30px;
	color: #ff8e00;
	display: block;
}
.hdr{
	float: right;
}

.menuBtn{
	display: none;
	position: relative;
	float: right;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #0d62be;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b{
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.pc-nav{
	background-color: #0d62be;
	*zoom:1;
}
.pc-nav:after,.pc-nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.pc-nav li{
	position: relative;
	float: left;
	width: 12.5%;
}
.pc-nav  li > a{
	display: block;
	font-size: 15px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.pc-nav li.on > a,
.pc-nav li > a:hover{
	background-color: #326ec0;
}
.pc-nav li dl{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #326ec0;
	z-index: 999;
}
.pc-nav li:hover dl{
	display: block;
}
.pc-nav li dl dd a{
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.pc-nav li dl dd a:hover{
	background-color: #204e8d;
}