body{ background:#F83107 url(../img/bg.jpg) no-repeat center top;
background-size: cover;font-family:Arial,Helvetica,sans-serif;}

#main {
	padding: 1rem 0 0;
}
#main .logo {
	margin: 0 auto 0.3rem;
	width:6.3rem;
}
#main .logo img {
	width:6.3rem;
}
#main .title {
	width: 8rem;
	margin: 0 auto 0.4rem;
}
#main .title img {
	width: 8rem;
}
#main .text {
	margin: 0 0.6rem 0.8rem;
	font-size: 0.31rem;
	text-align: center;
	line-height: 0.45rem;
}
#main .text a {
	color: #fff;
}
#main .downUl {
	width: 7.2rem;
	text-align: center;
	margin: 0 auto;
}
#main .downUl li {
	margin-bottom: 0.0rem;
}
#main .downUl img {
	margin-bottom: 0.2rem;
	width: 100%;
}
#main .downUl .note {
	font-size: 0.35rem;
	color: #fff;
	text-decoration: underline;
}
#main .downUl .note:hover {
	text-decoration: none;
}
#footer {
	padding: 0rem 0 0;
	text-align: center;
}
#footer .btmLink a {
	color: white;
	font-size: 0.4rem;
}
#footer .btmLink a span {
	padding-left: 0.6rem;
	color: white;
	display: inline-block;
	background: url(../img/icon01.png) no-repeat left center;
	background-size: 0.5rem auto;
	text-decoration: underline;
}
#footer .copyright {
	margin-top: 0.3rem;
	font-size: 0.33rem;
	color: white;
}
.downBox h1 {
	text-align: center;
	font-size: 0.5rem;
	padding: 0.25rem 0;
	color: #fff;
	background-color: #CF1E24;
	position: relative;
}
.downBox h1 a {
	position: absolute;
	top: 0.38rem;
	left: 0.4rem;
	font-size: 0.35rem;
	color:#fff;
}
.downBox h1 a i {
	font-size: 0.35rem;
}
.downBox .title {
	color: #777777;
	margin-bottom: 0.3rem;
	font-size: 0.38rem;
}
.downBox .title2 {
	font-size: 0.38rem;
	margin-bottom: 0.35rem;
	color: #f00;
}
.downBox .inner {
	padding: 0.35rem 0.5rem 0.3rem;
	border-bottom: 8px solid #E6E6E8;
}
.downBox .inner .info {
	position: relative;
}
.downBox .inner .info p {
	padding-left: 0.9rem;
	font-size: 0.38rem;
	margin-bottom: 0.4rem;
	background: url(../images/icon02.png) no-repeat left top;
	background-size: 0.51rem auto;
	z-index: 999;
	position: relative;
}
.downBox .inner .info:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0.25rem;
	height: 100%;
	width: 1px;
	background-color: #FFD9D7;
	z-index: 9;
}
.downBox .img2,
.downBox .img {
	width: 7rem;
	margin: 0 auto 0.3rem;
}
.downBox .img img {
	width: 7rem;
}
.downBox .img2 img {
	width: 7rem;
}
.downBox .btmBox {
	padding: 0.2rem 0.3rem;
}
.downBox .btmBox a {
	display: block;
	width: 100%;
	background-color: #F25100;
	color: #fff;
	font-size: 0.5rem;
	text-align: center;
	border-radius: 3px;
	padding: 0.3rem 0;
}



