@charset "utf-8";
/* CSS Document */
.headerBag{
	background: url(../images/common/head.png) repeat-x;
	height: 102px;
}
.header{
	position: relative;
	width: 1000px;
	height: 102px;
	margin:0 auto;
	background: url(../images/common/logo.png) no-repeat left center;
}

.header ul {
	position: absolute;
	right: 0;
}

.header ul li{
	float:left;
	padding: 0 20px;
    height: 102px;
    line-height: 102px;
    font-size: 16px;
}

.header a{
	color:#000000;
}

.header .border-r{
	border-right: 1px solid #cccccc;
}

.bagImage{
	background: url(../images/common/bagImage1.png) no-repeat top center;
	height: 209px;
}

.main{
	background-color: #fdf0bd;
}

.mainContent{
	width:1000px;
	margin:0 auto;
	padding-top: 25px;
}

.mainContent h1{
	font-size: 24px;
	color: #ea5413;
}

.logo{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 204px;
	height: 50px;
	background: url(../images/common/logo.png) no-repeat left center;
}

.w1000{
	width: 1000px;
}
.wp50{
	width: 50%;
}
.mlr-auto{
	margin: 0 auto;
}

.foot{
	background-color: #4d4d4d;
	color: #e5e5e5;
	padding: 15px;
	font-size: 14px;
}
.qrcodebox{
	position: relative;
}
.qrcodebox p{
	padding-left: 130px;
	line-height: 40px;
}
.qrcode{
	position: absolute;
	left: 0;
	top: 0;
}
.compinfo p{
	line-height: 30px;
}