/* CSS Document */
*{
    margin: 0;
    padding:0;
}
ol,ul {
    list-style: none;
}
#commHeader >div{
	padding-top: 25px;
}

.l-header-comm >p{
	margin-top: 7px;
}
body{

	background: url(../images/bd-bc.jpg) repeat;
	font-size: 14px;
	font-family:"微软雅黑";
	color: #333;
	overflow-x: hidden;
}



.banner{
	text-align:center;
    background: url(../images/banner.jpg) no-repeat center top;
    height: 451px;
}

.ewm-div{
margin: 0 auto;
background: url(../images/img01.jpg) no-repeat left top;
width: 728px;
height: 338px;
position: relative;
}

.rule-title{
	margin: 60px 0 10px;
    color:#fff;
    text-align: center;
    font-size:20px;
}

.rule-box{
	margin: 0 auto;
    padding: 25px 40px;
    background:#FDDEDB;
    width: 545px;
    border-radius:10px;
}

.rule-box li{
    margin-bottom: 10px;
    font-size:20px;
}

.white-text{
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size:20px;
}

.white-ul {
	margin: 20px auto 50px;
	width: 625px;
}

.white-ul li{
	margin-left: 10px;
	display: inline-block;
	border:  1px solid #fff;
    border-radius:20px;
    color:  #fff;
    font-size:30px;
    padding: 0 10px;
}

.xs-date{
	margin: 0 auto;
	font-size:50px;
	background: #fff;
	width: 400px;
	color: #ED5404;
    border-radius:50px;
    text-align: center;
    padding-bottom: 3px;
}

.xs-date span{
	background:#E44C03;
    border-radius:36px;
    color: #fff;
    line-height: 1px;
	font-size:45px;
	padding: 0 3px;
}

.ewm-code{
	color: #fff;
}

.ewm-code img{
	position: absolute;
	right: 65px;
	top: 50px;
	width: 188px;

}