
body {
	background-image:url(../images/bg.jpg);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
        text-align: left;
        font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", "Arial", sans-serif;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #CD2407;
}

a.button {
    display: block;
    cursor: pointer;
    opacity: 0.9;
    color: #FFF;
    font-size: 1em;
    letter-spacing: 1px;
    text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 2px;
    background: #434343;
    border: 1px solid #242424;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
    -khtml-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
    -moz-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
    -o-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
    -webkit-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

a.button.orange {
	background-color:rgba(0,0,0,.0);
}
a.button:hover.orange {
        background: #494429;
}

ul {
    list-style: none;
}

em {
    font-style: normal;
}


.header {
    background: url(../images/head.jpg) repeat-x;
    height: 107px;
    width: 100%;
	box-shadow: 0 7px 20px 2px #242424;
	
}
.logo {
	width:1060px;
	height:87px;
	margin:auto;
    background-position: 5px 0;
}


.wrap {
    margin: 10px auto;
    width: 1060px;
    overflow: hidden;
}

.center {
	box-shadow:0 7px 20px 2px #242424;
	background-color:rgba(0,0,0,.7);
    overflow: hidden;
	margin-top: 20px;
}

.big_tit {
    background: url(../images/title_bg.png) no-repeat;
    width: 980px;
    height: 48px;
}

.big_tit h2 {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
    padding-left: 15px;
}

.nav_box li em {
    vertical-align: middle;
    line-height: 32px;
    margin-left: 5px;
    font-size: 20px;
	color:#FFF;
}


.nav_box.cash {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.nav_box.cash li img {
    width: 300px;
    height: 300px;
}

.nav_box.cash li {
    display: inline-block;
    margin: 10px 0;
    height: auto;
    width: 33%;
	text-align:center;
}

.nav_box.cash li div {
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 150px;
    background: url('../images/logo.png') no-repeat;
    background-position: 50% 0;
}

.nav_box.cash li div.QRCode1 {
    height: 260px;
    background-image: url(../images/qrcode2.png);
}

.nav_box.cash li div.QRCode2 {
    height: 260px;
    background-image: url(../images/5Sjal.png);
}

.nav_box.cash li div.QRCode3 {
    height: 260px;
    background-image: url(../images/qrcode2.png);
}

.footer {
	width: 1060px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	color: #CCC;
        font-size: 16px;
	background-color: rgba(0,0,0,.5);
}

.footer span {
	display: inline-block;
    vertical-align: middle;
    height: 100px;
}
