body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
}
body,
button, input, select, textarea {
    font: 14px/1 Tahoma, Helvetica, Arial, "微软雅黑", sans-serif;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }
small { font-size: 12px; }
ul, ol { list-style: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after { content: ''; }
legend { color: #000; }
fieldset, img { border: none; }
button, input, select, textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: none;
    height: 1px;
}
html { overflow-y: scroll; }
.fl{ float: left; }
.fr{ float: right; }
.clearFix:after{ content: "\200B";clear: both;height: 0;display: block; }
.clearFix{ *zoom: 1;}
.main{
    background: url('../image/bg.jpg') repeat-x;
}
.row{
    width: 1000px;
    margin: 0 auto;
}
.head{
    line-height: 50px;
}
.logo>img{
    vertical-align: middle;
    margin-top: -4px;
}
.logo{
    font-size: 24px;
    font-family: '黑体';
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
}
.logo:hover{
    text-decoration: none;
}
.nav li{
    width: 80px;
    text-align: center;
}
.nav a{
    color: #fff;
}
.content{
    padding: 77px 0 33px 50px;
    position: relative;
}
.content>img{
    margin-bottom: 40px;
}
.intro{
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}
.download{
    margin-top: 30px;
}
.download>a{
    margin-right: 25px;
}
.interface{
    position: absolute;
    right: 0;
    top: -135px;
    background: url("../image/mobile.png") no-repeat;
    height: 771px;
    width: 379px;
}
.qr_code{
    padding: 71px 0 105px 140px;
}
.qr_code h1{
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 33px;
}
.qr_code p{
    color: #868685;
    line-height: 20px;
}
.qr_code>img{
    margin-left: 20px;
    height: 99px;
    width: 99px;
}
.foot{
    height: 100px;
    background: #092325;
    text-align: center;
}
.foot img{
    margin-top: 23px;
}
.foot p{
	line-height: 25px;
}

