.layout {
	width: 1200px;
	margin: 0 auto;
}

.header {
	height: 200px;
	background: url(../images/header-bg.jpg.jpg);
	margin-bottom: 10px;
}

.header .header-hd {
	height: 148px;
}

.header .header-hd .hd-lf {
	float: left;
	position: relative;
	width: 75%;
	height: 100%;
}
/*sdfsdfsdf*/
.header .header-hd .hd-lf .logo {
	height: 78px;
	width: 795px;
	margin-top: 59px;
	background: url(../images/logo1.jpg) no-repeat;
}
.header .header-hd .hd-rt{
	float: right;
	position: relative;
    width: 25%;
    height: 100%;

}
.header .header-hd .hd-rt .hd-rt-title{
	font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: right;
    padding-top: 86px;
    padding-right: 13px;
}
/*sdfsdfsdf*/
.header .header-bd {
	height: 52px;
	background-color: #fff;
}

.header .header-bd .nav {
	background-color: #fff;
	display: table;
	height: 52px;
	/*width: 100%;*/
	padding: 0 135px;
}

.header .header-bd .nav li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 52px;
}

.header .header-bd .nav li a {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 26px;
	border-right: 1px solid #333;
	font-weight: bold;
}

.header .header-bd .nav li:last-child a {
	border-right: none;
}

.footer {
	margin-top: 20px;
}

.footer .footer-hd {
	background-color: #fff;
	padding: 17px 0 21px;
}

.footer .footer-hd .title {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	margin-bottom: 2px;
}

.footer .footer-hd .link-wrap li {
	float: left;
	width: 238px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer .footer-hd .link-wrap li a {
	font-size: 15px;
	line-height: 25px;
	color: #333;
}

.footer .footer-hd .link-wrap li a:hover {
	color: #cc0000;
}

.footer .footer-bd {
	background: #292a32;
}

.footer .footer-bd .info-wrap {
	text-align: center;
	height: 100px;
}

.footer .footer-bd .info-wrap span {
	font-size: 14px;
	color: #fff;
	margin-right: 17px;
	display: inline-block;
	line-height: 24px;
}

.footer .footer-bd .info-wrap span.last {
	margin-right: 0;
}

.footer .footer-bd .info-wrap a {
	font-size: 14px;
	color: #aaa;
}

.footer .footer-bd .info-wrap a i {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(../images/icp-logo.png) no-repeat;
	vertical-align: -3px;
}

.page {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.page .page-wrapper-out {
	float: left;
	position: relative;
	left: 50%;
}

.page .page-wrapper-inner {
	position: relative;
	left: -50%;
}

.page a {
	float: left;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	line-height: 1;
	padding: 7px 12px;
	*padding: 7px 10px;
	color: #777;
	margin-right: 5px;
}

.page a:hover {
	color: #fff;
	background: #cc0000;
	border-color: #cc0000;
}

.page a:last-child {
	width: 34px;
	padding: 7px 6px;
}

.page span {
	float: left;
	color: #777;
	padding: 7px 0;
	margin-right: 5px;
}

.page span.jump {
	margin-left: 40px;
}

.page input {
	float: left;
	font-size: 14px;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	height: 29px;
	line-height: 1;
	*height: 15px;
	padding: 6px 0 6px 4px;
	width: 34px;
	margin-right: 5px;
}


/*# sourceMappingURL=publicStyle.css.mapsdfsdfdf */

.m-back {
	position: fixed;
	right: 50px;
	margin-left: 670px;
	bottom: 50px;
	border: 1px solid #a5afbb;
	
	padding: 16px 14px;
	background-color: #fff;
}

.m-back .m-back1 {
	margin-bottom: 30px;
}

.m-back .m-back1 img,
.m-back .m-back2 img {
	width: 82px;
	height: 82px;
}

.m-back .m-back1 p,
.m-back .m-back2 p {
	width: 82px;
	font-size: 16px;
	color: #000;
	line-height: 16px;
	margin-top: 7px;
	text-align: center;
	word-wrap: break-word;
}



