html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}

input, select, textarea, button {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-size: 62.5%;
    line-height: 1;
    font-family: Arial, Tahoma, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #646464;
    font-family: '微软雅黑', '宋体', Arial, Verdana, Geneva, Helvetica, sans-serif;
}

input, textarea {
    margin: 0;
    padding: 0;
}

input:focus, textarea:focus, button /*,*:focus*/
{
    outline: none;
}

input, select, textarea, button {
    vertical-align: middle;
}

table, tbody, tr, th, td {
    vertical-align: middle;
}

a {
    color: #646464;
    text-decoration: none;
    outline: none;
}

a:active, a:hover {
    text-decoration: none;
    /*color: #1e78eb;*/
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

p {
    text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {
    -webkit-appearance: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /*background: none;*/
    text-decoration: none;
}


html, body {
    height: 100%;
}

body {
    /*background: #ff4200 url(../img/bg.png) top center no-repeat;*/
    background-color: #f3f3f3;
    /*background-size: 100% auto;*/
}

.top {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 560px;
}

.top .logo {
    padding-top: 50px;
    position: relative;
    z-index: 99;
}

.top .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 75px;
}

.top .top_img {
    position: absolute;
    z-index: 11;
    top: -25px;
    left: -175px;
}

.top .top_good {
    position: absolute;
    z-index: 22;
    bottom: 0;
    right: 150px;
    top: 260px;
}

.top .top_mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 0px;
}

.top .top_mobile img {
    margin-bottom: -100px;
}

.top_downland {
    position: absolute;
    left: 0px;
    bottom: 15px;
    top: 240px;
    z-index: 999;
}

.top_downland .qrcode {
    width: 150px;
    height: 150px;
    margin-left: 50px;
}

body.qrcodeHighlight .top_downland .qrcode {
    position: relative;
    box-shadow: 0 0 25px #fae737;
}

body.qrcodeHighlight .top_downland .qrcode:after{
    content: '';
    position: absolute;
    top: 45%;
    right: -25%;
    width: 0;
    height: 0;
    border-right: 15px solid #fae737;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

body.qrcodeHighlight:before {
    content: '';
    display: block;
    position: fixed;
    z-index: 917917917916;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.top_downland .buttons {
    float: left;
    margin-left: 25px;
    margin-top: -5px;
}

.top_downland .buttons a {
    display: block;
    width: 246px;
    height: 86px;
    background: url(../img/button.png) center center no-repeat;
    padding: 25px;
    text-align: center;
    color: #333333;
}

.top_downland .buttons .fa {
    font-size: 24px;
}
.qrcode img{
    width: 150px;
    height: 150px;
}

.top_downland .buttons .text {
    margin-left: .25em;
    font-size: 17px;
}

.top_downland .times span {
    font-size: 17px;
    color: #fffec7;
}

.top_downland .times span,
.top_downland .times i {
    display: inline-block;
    vertical-align: middle;
}

.top_downland .times i {
    background-color: #fffecd;
    color: #d34629;
    padding: 0 7.5px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 2;
    margin-left: .25em;
    margin-right: .25em;
}

.top_downland .times span:first-child {
    margin-right: .5em;
}

.top_downland .times span:last-child {
    margin-left: .5em;
}

.main {
    background: #fff7d2;
    width: 1260px;
    border-left: 10px solid #f5eeca;
    border-right: 10px solid #f5eeca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 25px 75px;
    margin-left: auto;
    margin-right: auto;
}

.main_item {
    margin-top: 0px;
}

.main_item_title {
    margin-bottom: 15px;
}

.main_item_title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_item_ts .img {
    float: left;
    margin-left: -125px;
    margin-top: -50px;
}

.main_item_ts .box_list {
    float: left;
    /*background-color: red;*/
}

.main_item_ts dl {
    margin-top: 15px;
}

.main_item_ts dl:first-child {
    margin-top: auto;
}

.main_item_ts dt,
.main_item_ts dd {
    display: inline-block;
    vertical-align: middle;
}

.main_item_ts dt {
    background-color: #ea6647;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    color: #ffffff;
}

.main_item_ts dd {
    margin-left: .5em;
}

.main_item_xz {
    margin-right: 100px;
    position: relative;
}

.main_item_xz:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    left: 50%;
    width: 1px;
    margin-left: -.5px;
    top: 100px;
    bottom: 35px;
    border-left: 1px dashed #ea6647;
}
.main_item_xz .th,
.main_item_xz .td{
    position: relative;
    z-index: 22;
}
.main_item_xz .thl,
.main_item_xz .thr {
    float: left;
    width: 40%;
    text-align: center;
}

.main_item_xz .thl span,
.main_item_xz .thr span {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 10px;
}

.main_item_xz .thl span {
    background-color: #ea6647;
}

.main_item_xz .thr span {
    background-color: #999796;
}

.main_item_xz .thc {
    width: 20%;
    float: left;
}

.main_item_xz .thc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_item_xz .td {
    padding: 5px 0;
    margin-top: 10px;
}

.main_item_xz .tdl,
.main_item_xz .tdr {
    float: left;
    width: 40%;
    text-align: center;
}

.main_item_xz .tdl,
.main_item_xz .tdr {
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px dashed #ea6647;
}

.main_item_xz .tdl {
    color: #ea6647;
}

.main_item_xz .tdr {
    color: #656565;
}

.main_item_xz .tdc {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 5px;
}

.main_item_xz .tdc span {
    width: 100px;
    height: 40px;
    display: inline-block;
    background: url(../img/xz_item.png) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    line-height: 40px;
    font-size: 17px;
}

.main_item_zs {
    margin-right: 0px;
    position: relative;
}

.box_app_pic img{
    width: 200px;
    margin-left: 2px;
}

.box_zt_pic img{
    width: 330px;
    margin-right: 10px;
}


.main_item_title {
    background: url("../img/ts_title.png");
    background-size: 100% 100%;
    text-align: center;
    letter-spacing: 2px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 30px;
}