html, body {
    height: 100%;
}

body {
    background: #ff4200 url(../img/pc/bg.png) top center no-repeat;
    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: 0;
    left: -175px;
}

.top .top_good {
    position: absolute;
    z-index: 22;
    bottom: 0;
    right: 150px;
}

.top .top_mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.top .top_mobile img {
    margin-bottom: -100px;
}

.top_downland {
    position: absolute;
    left: 10px;
    bottom: 15px;
}

.top_downland .qrcode {
    float: left;
    width: 150px;
    height: 150px;
    border: 7.5px solid #fff;
}

body.qrcodeHighlight .top_downland .qrcode {
    position: relative;
    z-index: 917917917917;
    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/pc/button.png) center center no-repeat;
    padding: 25px;
    text-align: center;
    color: #333333;
}

.top_downland .buttons .fa {
    font-size: 24px;
}

.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: 1100px;
    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: 25px;
}

.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 .list {
    float: left;
}

.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/pc/xz_item.png) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    line-height: 40px;
    font-size: 17px;
}

.main_item_zs {
    margin-right: 100px;
    padding-bottom: 50px;
    position: relative;
}

.main_item_zs .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.main_item_zs .swiper-pagination {
    bottom: 10px;
    left: 0;
    right: 0;
}

.main_item_zs .swiper-pagination-bullet {
    background-color: #ea6647;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 5px;
}

.main_item_zs .swiper-pagination-bullet-active {
    width: 20px;
}

.main_bottom{
    text-align: center;
}