html,body{
 	margin: 0;
 	padding: 0;
}
.pagebox{
 	position: relative;
 	width: 1240px;
 	margin: 0px auto;
}
#header {
    width: 100%;
    height: 85px;
}
#logo {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    width: 69px;
    height: 57px;
}
 .c_nav_main{
 	position: absolute;
 	top: 0px;
 	right: 0;
 	z-index: 3;
 	width: 835px;
 	height: 100%;
 }
.c_nav_main .nav .mainlevel {
    background: #fff;
    float: left;
}
.c_nav_main .nav .mainlevel>a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 85px;
    display: block;
    padding: 0 30px;
    position: relative;
}
.c_nav_main .nav .mainlevel>a:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background-color: #4b6876;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: 0px;
    transform: scale(0, 1);
    transition: 1s;
}
.c_nav_main .nav .mainlevel > a:hover {
    text-decoration: none;
    font-size: 14px;
}
.c_nav_main .nav .mainlevel > a:hover:after{
	transform: scale(1,1);
}
 #page_banner{
 	width: 100%;
 	height: 400px;
}
#footer{
 	width: 100%;
 	height: 447px;
	margin-top: 50px;
	background: url(../images/w_footer_bg.png) center center no-repeat;
	background-size: cover;
}
#footer .footer-info{
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.f-logo img{
	width: 153px;
}
#footer .footer-info .name{
	margin-top: 14px;
	font-size: 28px;
	color: #fff;
}
#footer .footer-info .name em{
	display: block;
	font-size: 13px;
	margin-top: 4px;
}
#footer .cont-info{
	font-size: 0;
	margin-top: 26px;
	margin-bottom: 25px;
}
#footer .cont-info span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:25px;
	line-height: 30px;
	padding-left: 30px;
	margin-right: 48px;
}
#footer .cont-info span:last-child{
	margin-right: 0;
}
#footer .cont-info span:nth-child(1){
	background-image:url(../images/f-tel-icon.svg);
}
#footer .cont-info span:nth-child(2){
	background-image: url(../images/f-address-icon.svg);
}
#w-super-footer{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	background-color: rgba(0,0,0,.22);
}
 #w-super-footer a {
 	color: #fff;
 	text-decoration: none;
 }
 #w-super-footer a:hover {
 	text-decoration: underline;
 }
 
