html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body, p {
    margin: 0 !important
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button] -moz-focusring, [type=reset] -moz-focusring, [type=submit] -moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

body {
    line-height: 1.7;
    background-color: #fff;
    font-family: Tahoma, Arial, Hiragino Sans GB, STHeiti, Microsoft YaHei, Sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    width: 100%;
    height: 100%
}

a {
    text-decoration: none;
    outline: none;
    outline: 0;
    color: #fff
}

a, div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    background-clip: padding-box;
    min-height: 28px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb
}

#app {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.actvie {
    color: #e0be7f
}

.swiper-pagination-bullet {
    width: 24px;
    height: 24px
}

.swiper-pagination-bullet-active {
    background: #e0be7f
}

body {
    background: #fff
}

.body-box, .footer-box, .header-box, .mainer-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #31313d
}

.w1200 {
    width: 1200px
}

.w100, .w1200 {
    margin: 0 auto
}

.w100 {
    width: 100%
}

.shadow {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

a {
    cursor: pointer;
    color: #31313d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    color: #e0be7f
}

.swiper-button-prev {
    background-image: none !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    outline: 0 none
}

.swiper-button-prev i {
    font-size: 50px;
    color: hsla(0, 0%, 100%, .8)
}

.swiper-button-next {
    background-image: none !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    outline: 0 none
}

.swiper-button-next i {
    font-size: 50px;
    color: hsla(0, 0%, 100%, .8)
}

.fixed-hongbao-box {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002
}

.fixed-hongbao-box .maks {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.fixed-hongbao-box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 680px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.fixed-hongbao-box .content .bg {
    width: 450px;
    height: 680px
}

.fixed-hongbao-box .content .close {
    position: absolute;
    top: 60px;
    right: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 909
}

.fixed-hongbao-box .content .hongbaoForm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.fixed-hongbao-box .content .hongbaoForm .tel {
    bottom: 221px
}

.fixed-hongbao-box .content .hongbaoForm .hongbaoSubmit, .fixed-hongbao-box .content .hongbaoForm .tel {
    position: absolute;
    left: 61px;
    width: 325px;
    height: 45px;
    border: none;
    outline: none;
    text-align: center;
    background-color: transparent
}

.fixed-hongbao-box .content .hongbaoForm .hongbaoSubmit {
    bottom: 160px
}

.fixed-box {
    position: fixed;
    top: 34%;
    right: 220px;
    z-index: 99
}

.fixed-box .fixed-box-item {
    margin-top: 2px;
    cursor: pointer
}

.fixed-box .fixed-box-item, .fixed-box .fixed-box-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-box .fixed-box-item a {
    width: 80px;
    height: 80px
}

.fixed-box .fixed-box-item a span {
    font-size: 16px
}

.fixed-box .fixed-box-item a i {
    font-size: 34px
}

.fixed-box .fixed-box-item .back_top, .fixed-box .fixed-box-item .baojia {
    background: rgba(224, 190, 127, .8);
    color: #fff
}

.fixed-box2 {
    position: fixed;
    top: 25.5%;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99
}

.fixed-box2 .weixin-s {
    width: 160px;
    height: 180px
}

.fixed-web-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 165px;
    height: 100%;
    background: rgba(8, 6, 17, .6);
    z-index: 999
}

.fixed-web-box .list-web {
    height: 100%
}

.fixed-web-box .list-web, .fixed-web-box .list-web a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-web-box .list-web a {
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.fixed-web-box .list-web a:first-child {
    border-top: none
}

.fixed-web-box .list-web a .img i {
    font-size: 42px;
    color: hsla(0, 0%, 100%, .8);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.fixed-web-box .list-web a .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-web-box .list-web a .text span {
    color: hsla(0, 0%, 100%, .8);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.fixed-web-box .list-web a .text .cn {
    font-size: 16px
}

.fixed-web-box .list-web a .text .en {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.fixed-web-box .list-web .act {
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.fixed-web-box .list-web .act:first-child {
    border-top: none
}

.fixed-web-box .list-web .act .img i {
    font-size: 42px;
    color: #e0be7f;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.fixed-web-box .list-web .act .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-web-box .list-web .act .text span {
    color: #e0be7f;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.fixed-web-box .list-web .act .text .cn {
    font-size: 16px
}

.fixed-web-box .list-web .act .text .en {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.fixed-bottom-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #31313d;
    z-index: 99
}

.fixed-bottom-box .fixed-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto
}

.fixed-bottom-box .fixed-bottom img {
    width: auto;
    height: 80px
}

.fixed-bottom-box .fixed-bottom .yuan {
    padding: 0 20px;
    background: #828282;
    text-align: center;
    border-radius: 25px
}

.fixed-bottom-box .fixed-bottom .yuan i, .fixed-bottom-box .fixed-bottom .yuan span {
    font-size: 24px;
    color: #828282
}

.fixed-bottom-box .fixed-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100%
}

.fixed-bottom-box .fixed-bottom a i {
    font-size: 30px;
    color: #e0be7f
}

.fixed-bottom-box .fixed-bottom a span {
    font-size: 20px;
    color: #e0be7f
}

.am-modal .am-modal-dialog {
    width: auto !important;
    background: none
}

.am-modal .am-modal-dialog .am-modal-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.am-modal .am-modal-dialog .am-modal-box, .am-modal .am-modal-dialog .msg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.am-modal .am-modal-dialog .msg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 600px;
    height: auto;
    background: #31313d;
    border-radius: 15px
}

.am-modal .am-modal-dialog .msg .text-box {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 10px;
    width: 100%;
    height: 100%
}

.am-modal .am-modal-dialog .msg .text-box, .am-modal .am-modal-dialog .msg .text-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.am-modal .am-modal-dialog .msg .text-box .top {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px
}

.am-modal .am-modal-dialog .msg .text-box .top .style {
    font-size: 20px;
    color: #fff
}

.am-modal .am-modal-dialog .msg .text-box .top .time {
    font-size: 30px;
    color: #fff
}

.am-modal .am-modal-dialog .msg .text-box .mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 20px
}

.am-modal .am-modal-dialog .msg .text-box .mid .con {
    text-align: left;
    font-size: 18px;
    color: #fff
}

.am-modal .am-modal-dialog .msg .text-box .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px
}

.am-modal .am-modal-dialog .msg .text-box .bottom .yuan {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
    background-size: cover !important
}

.am-modal .am-modal-dialog .msg .text-box .bottom .name {
    font-size: 18px;
    color: #fff
}

.am-modal .am-modal-dialog .msg .bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e0be7f;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.am-modal .am-modal-dialog .msg .bottom-box span {
    font-size: 20px;
    color: #31313d
}

.am-modal .am-modal-dialog .msg .bottom-box i {
    font-size: 24px;
    color: #31313d
}

.common-mp4-box .common-mp4 {
    height: 950px;
    background: #000
}

.common-mp4-box .common-mp4 .mp4-box {
    position: relative;
    height: 950px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -1%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text img {
    display: inline-block;
    vertical-align: middle
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin-bottom: 80px;
    margin-left: -500px;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll .logo {
    margin-top: 50px;
    width: 286px;
    height: 259px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll .en {
    margin-top: 50px;
    height: 22px;
    margin-bottom: 140px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll a {
    display: block;
    margin-bottom: 10px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll a img {
    width: 100%;
    height: 100%
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll .mouse {
    width: 64px;
    height: 64px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll .down {
    width: 32px;
    height: 32px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll .text-en {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .scroll .text-cn {
    font-size: 20px;
    color: #fff
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .sp1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .sp1 .sp_l {
    width: 200px;
    height: 18px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .sp1 .sp_c {
    margin: 0 10px;
    width: 60px;
    height: 60px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .sp1 .sp_r {
    width: 200px;
    height: 18px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .sp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .sp2 h2 {
    font-size: 34px;
    font-family: DINCond-Bold;
    color: #fff;
    letter-spacing: 5px
}

.common-mp4-box .common-mp4 .mp4-box .mp4-text .sp2 h3 {
    font-size: 14px;
    color: #fff
}

.common-pages-box {
    padding: 20px 0
}

.common-pages-box .common-pages {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.common-pages-box .common-pages, .common-pages-box .common-pages .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-pages-box .common-pages .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.common-pages-box .common-pages .pagination li {
    margin: 0 5px;
    width: 50px;
    height: 40px;
    background: #e0be7f;
    border: 1px solid #e0be7f
}

.common-pages-box .common-pages .pagination li, .common-pages-box .common-pages .pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-pages-box .common-pages .pagination li a {
    width: 100%;
    height: 100%;
    color: #e0be7f;
    background: #31313d
}

.common-pages-box .common-pages .pagination li a span {
    font-size: 18px;
    color: #e0be7f
}

.common-pages-box .common-pages .pagination .disabled {
    background: #e0be7f
}

.common-pages-box .common-pages .pagination .disabled span {
    font-size: 18px;
    color: #31313d
}

.common-pages-box .common-pages .pagination .active {
    background: #e0be7f
}

.common-pages-box .common-pages .pagination .active span {
    font-size: 18px;
    color: #31313d
}

.common-subnav-box {
    padding: 20px 0;
    background: #080611
}

.common-subnav-box .common-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-subnav-box .common-subnav i {
    font-size: 20px;
    margin-right: 5px;
    color: #828282
}

.common-subnav-box .common-subnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.common-subnav-box .common-subnav a span {
    font-size: 18px;
    color: #828282
}

.common-subnav-box .common-subnav .line:before {
    color: #828282;
    content: "- ";
    padding: 0 10px
}

.common-subnav-box .common-subnav .act span {
    color: rgba(224, 190, 127, .9)
}

.common-title-box {
    padding: 40px 0;
    width: 100%;
    height: 600px;
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden
}

.common-title-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px
}

.common-title-box .title-box .big-img {
    margin-top: -130px;
    width: 800px;
    height: 750px
}

.common-title-box .title-box .img-box, .common-title-box .title-box .text-col-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -4px
}

.common-title-box .title-box .img-box .text-cn, .common-title-box .title-box .text-col-box .text-cn {
    display: inline-block;
    font-size: 36px;
    background-image: -webkit-linear-gradient(-90deg, #fff, #fff,);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: tb-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr
}

.common-title-box .title-box .img-box .text-en, .common-title-box .title-box .text-col-box .text-en {
    padding: 20px 2px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #e0be7f;
    z-index: 10;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: tb-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr
}

.common-title-box .title-box .img-box .text-en-line, .common-title-box .title-box .text-col-box .text-en-line {
    position: absolute;
    top: 70px;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -20.3%;
    width: 40%;
    content: " ";
    background: #31313d;
    height: 1px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: tb-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr
}

.common-title-box .title-box .img-box .logo, .common-title-box .title-box .text-col-box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: auto;
    border: 1px solid #fff;
    background: rgba(49, 49, 61, .6);
    padding: 30px 0;
    margin-right: 10px
}

.common-title-box .title-box .img-box .logo img, .common-title-box .title-box .text-col-box .logo img {
    width: 120px;
    height: 50px
}

.common-title-box .title-box .img-box .logo span, .common-title-box .title-box .text-col-box .logo span {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.common-title-box .title-box .text-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 160px
}

.common-title-box .title-box .text-box .text-cn {
    display: inline-block;
    font-size: 40px;
    background-image: -webkit-linear-gradient(-90deg, #fff, #fff,);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
    text-transform: uppercase
}

.common-title-box .title-box .text-box .text-en {
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #e0be7f;
    z-index: 10
}

.common-title-box .title-box .text-box .text-en-line {
    position: absolute;
    top: 70px;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -20.3%;
    width: 40%;
    content: " ";
    background: #31313d;
    height: 1px
}

.common-title-box .title-box .text-box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 650px;
    margin-top: 20px;
    height: 50px;
    border: 1px solid #fff;
    background: #31313d
}

.common-title-box .title-box .text-box .logo img {
    width: 120px;
    height: 50px
}

.common-title-box .title-box .text-box .logo span {
    margin-left: 10px;
    color: #fff;
    font-size: 14px
}

.part1 {
    background-image: url(/static/index/img/bg-20.jpg)
}

.part2 {
    background-image: url(/static/index/img/bg-32.jpg)
}

.part3 {
    background-image: url(/static/index/img/bg-18.jpg)
}

.part4 {
    background-image: url(/static/index/img/bg-27.jpg)
}

.part5 {
    padding: 40px 0;
    width: 100%;
    height: 600px
}

.common-adv-box .common-adv img {
    width: 100%;
    height: auto
}

@-webkit-keyframes "warn" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

::selection {
    background: #bda775
}

::-moz-selection {
    background: #bda775
}

div.highlight1::selection {
    background: #bda775
}

div.highlight1::-moz-selection {
    background: #bda775
}

div.highlight2::selection {
    background: #bda775
}

div.highlight2::-moz-selection {
    background: #bda775
}

#date-wrapper {
    z-index: 9999 !important
}

#d-confirm, #date-wrapper h3 {
    color: #fff !important;
    background: #e0be7f !important
}

.error-body {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.error-body .mainer-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/static/index/img/404.jpg) no-repeat 50%;
    background-size: cover
}

.error-body .mainer-box .error-text {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 500px;
    background: rgba(49, 49, 61, .3);
    z-index: 1
}

.error-body .mainer-box .error-text h1 {
    font-size: 145px;
    font-weight: 700
}

.error-body .mainer-box .error-text span {
    font-size: 26px;
    color: #000
}

.error-body .mainer-box .error-text .alink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-body .mainer-box .error-text .alink a {
    display: inline-block;
    margin-left: 10px;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #e0be7f;
    background: #31313d
}

@-webkit-keyframes wave {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1000px 0
    }
}

@keyframes wave {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1000px 0
    }
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.header-box {
    background: #fff
}

.header-box .header-top-box .header-top {
    height: 30px;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-box .header-top-box .header-top, .header-box .header-top-box .header-top .header--top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-box .header-top-box .header-top .header--top-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #31313d
}

.header-box .header-top-box .header-top .header--top-left span {
    font-size: 12.8px
}

.header-box .header-top-box .header-top .header--top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #31313d
}

.header-box .header-top-box .header-top .header--top-right i {
    font-size: 14px
}

.header-box .header-top-box .header-top .header--top-right span {
    font-size: 12px;
    padding: 0 6px
}

.header-box .header-nav-box {
    background: #31313d;
    border-bottom: 2px solid #e0be7f
}

.header-box .header-nav-box .header-nav {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px
}

.header-box .header-nav-box .header-nav, .header-box .header-nav-box .header-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-box .header-nav-box .header-nav .nav-item, .header-box .header-nav-box .header-nav .nav-item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-box .header-nav-box .header-nav .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 80px;
    color: #fff
}

.header-box .header-nav-box .header-nav .nav-item a .text-cn {
    font-size: 16px;
    font-weight: 600
}

.header-box .header-nav-box .header-nav .nav-item a .text-en {
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase
}

.header-box .header-nav-box .header-nav .nav-item .act {
    color: #e0be7f
}

.header-box .header-nav-box .header-nav .logo {
    margin-top: 47px;
    width: 140px;
    -webkit-transform: translat(-50%, -50%);
    -ms-transform: translat(-50%, -50%);
    transform: translat(-50%, -50%)
}

.header-box .header-nav-box .header-nav .logo img {
    width: 140px;
    z-index: 999 !important
}

.mainer-box {
    overflow: hidden
}

.mainer-box .toproll {
    width: 1920px;
    height: 580px
}

.mainer-box .toproll .swiper-wrapper, .mainer-box .toproll .swiper-wrapper .swiper-slide, .mainer-box .toproll .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%
}

.mainer-box .index-xuan-box {
    padding: 5px 0;
    background: #31313d;
    border-top: 2px solid #e0be7f;
    border-bottom: 2px solid #e0be7f
}

.mainer-box .index-xuan-box .index-xuan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item {
    width: 300px
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item, .mainer-box .index-xuan-box .index-xuan .index-xuan-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item a {
    position: relative;
    padding: 0 10px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item a span {
    padding: 0 10px;
    font-size: 20px;
    color: #e0be7f;
    opacity: 1
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item a i {
    font-size: 30px;
    color: #e0be7f;
    opacity: 1
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item a img {
    position: absolute;
    bottom: -24px;
    left: 0;
    display: none;
    width: auto;
    height: 100px;
    opacity: 1
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item a:hover i, .mainer-box .index-xuan-box .index-xuan .index-xuan-item a:hover span {
    color: #e0be7f
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item .weixin:hover i, .mainer-box .index-xuan-box .index-xuan .index-xuan-item .weixin:hover span {
    opacity: 0
}

.mainer-box .index-xuan-box .index-xuan .index-xuan-item .weixin:hover img {
    display: block;
    opacity: 1
}

.mainer-box .index-xuan-box .index-xuan .tel {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.mainer-box .index-xuan-box .index-xuan .tel, .mainer-box .index-xuan-box .index-xuan .tel .yuan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-xuan-box .index-xuan .tel .yuan {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #31313d;
    border-radius: 100%;
    border: 5px solid #e0be7f;
    z-index: 10
}

.mainer-box .index-xuan-box .index-xuan .tel .yuan i {
    margin-top: 10px;
    font-size: 40px;
    color: #e0be7f
}

.mainer-box .index-xuan-box .index-xuan .tel .text-num {
    margin-top: 15px;
    font-size: 30px;
    color: #e0be7f
}

.mainer-box .index-xuan-box .index-xuan .tel .text-cn {
    font-size: 14px;
    color: #e0be7f
}

.mainer-box .index-part-box {
    padding: 60px 0;
    background: #080611
}

.mainer-box .index-part-box .part-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    overflow: hidden
}

.mainer-box .index-part-box .part-box .part-left {
    width: 300px;
    height: 600px;
    overflow: hidden
}

.mainer-box .index-part-box .part-box .part-right {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 600px;
    overflow: hidden
}

.mainer-box .index-part-box .part-box .part-right, .mainer-box .index-part-box .part-box .part-right .part-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 900px
}

.mainer-box .index-part-box .part-box .part-right .part-top {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 300px
}

.mainer-box .index-part-box .part-box .part-right .part-top a.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-part-box .part-box .part-right .part-top a.left img {
    width: 300px;
    height: 300px
}

.mainer-box .index-part-box .part-box .part-right .part-top a.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-part-box .part-box .part-right .part-top a.right img {
    width: 600px;
    height: 300px
}

.mainer-box .index-part-box .part-box .part-right .part-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 900px;
    height: 300px
}

.mainer-box .index-part-box .part-box .part-right .part-bottom, .mainer-box .index-part-box .part-box .part-right .part-bottom a.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-part-box .part-box .part-right .part-bottom a.left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mainer-box .index-part-box .part-box .part-right .part-bottom a.left img {
    width: 600px;
    height: 300px
}

.mainer-box .index-part-box .part-box .part-right .part-bottom a.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-part-box .part-box .part-right .part-bottom a.right img {
    width: 300px;
    height: 300px
}

.mainer-box .index-ask-box {
    height: 670px;
    background: #31313d
}

.mainer-box .index-ask-box .ask-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center
}

.mainer-box .index-ask-box .ask-box span {
    display: block
}

.mainer-box .index-ask-box .ask-box .ask-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
}

.mainer-box .index-ask-box .ask-box .ask-title span {
    font-size: 52px;
    letter-spacing: 1px;
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-position: 50%;
    background-size: cover
}

.mainer-box .index-ask-box .ask-box .ask-h1 {
    margin-top: 30px;
    padding: 0 0 8px;
    font-size: 5em;
    color: #e0be7f;
    font-weight: 700;
    letter-spacing: 5px
}

.mainer-box .index-ask-box .ask-box .ask-h3 {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 5px
}

.mainer-box .index-ask-box .ask-box .ask-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px;
    width: 1200px
}

.mainer-box .index-ask-box .ask-box .ask-list a {
    display: block;
    width: 230px;
    height: 60px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #31313d;
    color: #e0be7f;
    border: 1px solid #e0be7f;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.mainer-box .index-ask-box .ask-box .ask-list a:hover {
    background: #e0be7f;
    color: #31313d
}

.mainer-box .index-ask-box .ask-box .ask-h4 {
    margin-top: 30px;
    color: #fff
}

.mainer-box .index-ask-box .ask-box .ask-bnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.mainer-box .index-ask-box .ask-box button {
    display: block;
    margin-left: 40px;
    width: 230px;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700px;
    color: #31313d;
    background: #e0be7f;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mainer-box .index-ask-box .ask-box button:hover {
    font-size: 24px
}

.mainer-box .index-list-box {
    margin-top: -65px;
    padding-bottom: 40px
}

.mainer-box .index-list-box .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-list-box .list-box .movie-item {
    position: relative;
    width: 595px;
    height: 270px;
    margin-bottom: 6px;
    overflow: hidden;
    z-index: 10;
    -webkit-box-shadow: 0 0 0 0 #bda775;
    box-shadow: 0 0 0 0 #bda775
}

.mainer-box .index-list-box .list-box .movie-item:hover {
    -webkit-box-shadow: 0 0 10px 3px #bda775;
    box-shadow: 0 0 10px 3px #bda775
}

.mainer-box .index-list-box .list-box .movie-item:hover .img .l {
    left: -298px
}

.mainer-box .index-list-box .list-box .movie-item:hover .img .r {
    right: -297px
}

.mainer-box .index-list-box .list-box .movie-item .img {
    position: relative
}

.mainer-box .index-list-box .list-box .movie-item .img img {
    width: 595px;
    height: 270px;
    border: 6px solid #080611
}

.mainer-box .index-list-box .list-box .movie-item .img .make {
    position: absolute;
    top: 0;
    width: 595px;
    height: 270px;
    background: rgba(8, 6, 17, .6);
    z-index: 3px
}

.mainer-box .index-list-box .list-box .movie-item .img .l {
    width: 298px;
    height: 270px;
    left: 0;
    background: url(/static/index/img/movie-make-l.png);
    background-size: cover;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.mainer-box .index-list-box .list-box .movie-item .img .r {
    width: 297px;
    height: 270px;
    right: 0;
    background: url(/static/index/img/movie-make-r.png);
    background-size: cover;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.mainer-box .index-list-box .list-box .movie-item .item-make {
    position: absolute;
    top: 0;
    left: 595px;
    background: rgba(224, 190, 127, .6);
    cursor: pointer
}

.mainer-box .index-list-box .list-box .movie-item .item-make, .mainer-box .index-list-box .list-box .movie-item .item-make a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 595px;
    height: 270px
}

.mainer-box .index-list-box .list-box .movie-item .item-make a img {
    width: 570px;
    height: auto
}

.mainer-box .index-list-box .list-box .movie-item .item-make a p {
    font-size: 14px;
    color: #fff
}

.mainer-box .index-list-box .list-box .list-item {
    position: relative;
    width: 295px;
    height: 370px;
    margin-bottom: 6px;
    overflow: hidden;
    border: 6px solid #080611
}

.mainer-box .index-list-box .list-box .list-item img {
    width: 295px;
    height: 370px
}

.mainer-box .index-list-box .list-box .list-item .make {
    position: absolute;
    top: -30px;
    left: -5px
}

.mainer-box .index-list-box .list-box .list-item .make i {
    font-size: 70px;
    color: #ee192d
}

.mainer-box .index-list-box .list-box .list-item .item-make {
    position: absolute;
    top: 0;
    left: 295px;
    background: rgba(224, 190, 127, .6);
    cursor: pointer
}

.mainer-box .index-list-box .list-box .list-item .item-make, .mainer-box .index-list-box .list-box .list-item .item-make a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: 370px
}

.mainer-box .index-list-box .list-box .list-item .item-make a img {
    width: 270px;
    height: auto
}

.mainer-box .index-list-box .list-box .list-item .item-make a p {
    font-size: 14px;
    color: #fff
}

.mainer-box .index-list-box .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

.mainer-box .index-list-box .more a:hover span {
    background: #e0be7f;
    color: #31313d
}

.mainer-box .index-list-box .more a span {
    padding: 10px 30px;
    background: #31313d;
    color: #e0be7f;
    border: 2px solid #e0be7f
}

.mainer-box .index-title-box {
    padding: 40px 0 60px;
    background: #080611
}

.mainer-box .index-title-box .roll {
    margin-top: 40px
}

.mainer-box .index-title-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.mainer-box .index-title-box .title-box .fonts-wave {
    font-size: 40px;
    color: hsla(0, 0%, 100%, .3);
    background-image: url(/static/index/img/water.png);
    background-size: 100% 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-background-clip: text;
    font-weight: 500;
    -webkit-animation: wave 30s linear infinite;
    animation: wave 30s linear infinite
}

.mainer-box .index-title-box .title-box .text-h1 {
    display: inline-block;
    font-size: 40px;
    background-image: -webkit-linear-gradient(-90deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
    text-transform: uppercase
}

.mainer-box .index-title-box .title-box .text-en {
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    background: #e0be7f
}

.mainer-box .index-title-box .title-box .text-cn {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    width: 650px;
    height: 50px;
    border: 1px solid #fff;
    background: #31313d;
    margin-top: 20px
}

.mainer-box .index-title-box .about-box {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mainer-box .index-title-box .about-box, .mainer-box .index-title-box .about-box .about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-title-box .about-box .about-item {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url(/static/index/img/ppys-2.png);
    width: 260px;
    height: 400px;
    padding: 30px 0;
    margin-bottom: 20px
}

.mainer-box .index-title-box .about-box .about-item .yuan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #31313d;
    border-radius: 100%;
    border: 2px solid #e0be7f
}

.mainer-box .index-title-box .about-box .about-item .yuan i {
    font-size: 44px;
    color: #e0be7f
}

.mainer-box .index-title-box .about-box .about-item .text-en {
    color: #e0be7f;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 20px 0
}

.mainer-box .index-title-box .about-box .about-item .text-cn {
    padding: 0 25px;
    color: #e0be7f;
    font-size: 16px;
    margin-bottom: 40px;
    height: 120px;
    text-align: justify
}

.mainer-box .index-title-box .about-box .about-item a:hover span {
    background: #e0be7f;
    color: #31313d
}

.mainer-box .index-title-box .about-box .about-item a span {
    padding: 5px 20px;
    font-size: 16px;
    background: #31313d;
    color: #e0be7f;
    border: 1px solid #e0be7f
}

.mainer-box .index-title-box .sale-box {
    position: relative;
    width: 1200px;
    height: 460px;
    background: url(/static/index/img/sale-bg.png) no-repeat;
    background-size: cover
}

.mainer-box .index-title-box .sale-box .sale-con {
    position: absolute;
    top: 42px;
    left: 85px;
    width: 1024px;
    height: 360px
}

.mainer-box .index-title-box .sale-box .sale-con .sale-img {
    width: 645px;
    height: 360px;
    overflow: hidden;
    z-index: 99
}

.mainer-box .index-title-box .sale-box .sale-con .sale-img a {
    display: block;
    width: 100%;
    height: 100%
}

.mainer-box .index-title-box .sale-box .sale-con .sale-img a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.mainer-box .index-title-box .sale-box .sale-con .sale-img a img {
    width: 645px;
    height: 360px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 378px;
    height: 400px;
    overflow: hidden
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px;
    height: 400px
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text i {
    font-size: 66px;
    color: #ffd302
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text .text-h1 {
    margin-top: -20px;
    font-size: 26px;
    color: #fff
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text .text-num {
    margin-top: -20px;
    font-size: 66px;
    color: #ffd302;
    text-shadow: 2px 3px 1px #080611
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text .text-cn {
    margin-top: -10px;
    font-size: 16px;
    color: #fff
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text .text-cn del {
    color: #828282
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text a:hover span {
    background: #080611;
    color: #fff
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text a:hover .icon {
    background: #ffd302
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text a:hover .icon i {
    color: #31313d
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text a span {
    padding: 10px 50px;
    background: #ffd302;
    color: #31313d;
    font-size: 22px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text a .icon {
    padding: 10px 20px;
    background: #080611;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mainer-box .index-title-box .sale-box .sale-con .sale-text-box .sale-text a .icon i {
    font-size: 21px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mainer-box .index-title-box .dz-list-box {
    padding: 20px 0;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.mainer-box .index-title-box .dz-list-box, .mainer-box .index-title-box .dz-list-box .dz-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-title-box .dz-list-box .dz-item {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 380px;
    height: 460px;
    padding: 10px 20px;
    background: #31313d;
    border-right: 1px solid #828282
}

.mainer-box .index-title-box .dz-list-box .dz-item:last-child {
    border-right: none
}

.mainer-box .index-title-box .dz-list-box .dz-item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainer-box .index-title-box .dz-list-box .dz-item .text span {
    color: #fff
}

.mainer-box .index-title-box .dz-list-box .dz-item .text .text-num {
    font-size: 14px;
    color: #e0be7f
}

.mainer-box .index-title-box .dz-list-box .dz-item .text .text-en {
    font-size: 24px;
    text-transform: uppercase
}

.mainer-box .index-title-box .dz-list-box .dz-item .text .text-cn {
    font-size: 30px;
    color: #e0be7f
}

.mainer-box .index-title-box .dz-list-box .dz-item .text .text-line {
    margin: 15px 0;
    height: 1px;
    width: 80px;
    background: #fff
}

.mainer-box .index-title-box .dz-list-box .dz-item .text-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    padding: 0 40px;
    position: relative
}

.mainer-box .index-title-box .dz-list-box .dz-item .text-con p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 0 !important
}

.mainer-box .index-title-box .dz-list-box .dz-item .text-con img {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 126px;
    height: 126px;
    opacity: .2
}

.mainer-box .index-title-box .dz-list-box .dz-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 60px;
    background: #31313d;
    border: 1px solid #e0be7f
}

.mainer-box .index-title-box .dz-list-box .dz-item a:hover {
    background: #e0be7f
}

.mainer-box .index-title-box .dz-list-box .dz-item a:hover i, .mainer-box .index-title-box .dz-list-box .dz-item a:hover span {
    color: #31313d
}

.mainer-box .index-title-box .dz-list-box .dz-item a span {
    font-size: 16px;
    color: #e0be7f
}

.mainer-box .index-title-box .dz-list-box .dz-item a i {
    margin-left: 10px;
    font-size: 26px;
    color: #e0be7f
}

.mainer-box .index-title-box .dz-list-box .item01, .mainer-box .index-title-box .dz-list-box .item02, .mainer-box .index-title-box .dz-list-box .item03, .mainer-box .index-title-box .dz-list-box .item04 {
    background: rgba(49, 49, 61, .4)
}

.index-msg, .item05 {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.index-msg, .index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item, .item05, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 295px;
    height: auto
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item:hover, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item:hover {
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3)
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item:hover .msg-top .text-con, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item:hover .msg-top .text-con {
    color: #e0be7f
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px 60px;
    background: #31313d
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-date, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-date {
    font-size: 30px;
    color: #656565
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-name, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-name {
    font-size: 24px;
    color: #e0be7f
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-style, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-style {
    font-size: 14px;
    color: #fff
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-con, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-con {
    display: block;
    padding-top: 50px;
    height: 210px;
    font-size: 14px;
    color: #fff
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-con:after, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-con:after {
    position: absolute;
    bottom: -20px;
    right: 20px;
    content: ' " ';
    font-size: 80px;
    color: #ddd
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-con:before, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-con:before {
    position: absolute;
    top: -20px;
    left: 20px;
    content: ' " ';
    font-size: 80px;
    color: #ddd
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-button, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e0be7f
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-button span, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-button span {
    font-size: 20px;
    color: #080611
}

.index-msg .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-button i, .item05 .msgroll .swiper-wrapper .swiper-slide .index-msg-item .msg-top .text-button i {
    font-size: 24px;
    color: #080611
}

.news-index-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-index-box .news-img {
    width: 595px;
    height: 406px
}

.news-index-box .news-img .newsimg .swiper-wrapper .swiper-slide a {
    width: 595px;
    height: 405px
}

.news-index-box .news-img .newsimg .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.news-index-box .news-list {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.news-index-box .news-list, .news-index-box .news-list .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-index-box .news-list .news-item {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 595px;
    height: 130px;
    margin-bottom: 8px;
    padding: 10px;
    background: #31313d;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-index-box .news-list .news-item:hover {
    background: #e0be7f
}

.news-index-box .news-list .news-item:hover .news-item-right .news-item-con, .news-index-box .news-list .news-item:hover .news-item-right .news-item-title .text-time, .news-index-box .news-list .news-item:hover .news-item-right .news-item-title h1, .news-index-box .news-list .news-item:hover .news-item-right .news-item-title i {
    color: #31313d
}

.news-index-box .news-list .news-item .news-item-left {
    width: 120px;
    height: 110px
}

.news-index-box .news-list .news-item .news-item-right {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 475px;
    margin-left: 10px;
    padding: 10px
}

.news-index-box .news-list .news-item .news-item-right, .news-index-box .news-list .news-item .news-item-right .news-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-index-box .news-list .news-item .news-item-right .news-item-title {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 435px
}

.news-index-box .news-list .news-item .news-item-right .news-item-title h1 {
    font-size: 20px;
    color: hsla(0, 0%, 100%, .8);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-index-box .news-list .news-item .news-item-right .news-item-title h1 i {
    margin-left: 10px;
    font-size: 42px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-index-box .news-list .news-item .news-item-right .news-item-title i {
    font-size: 18px;
    color: hsla(0, 0%, 100%, .6)
}

.news-index-box .news-list .news-item .news-item-right .news-item-title .text-time {
    margin-left: 5px;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .6)
}

.news-index-box .news-list .news-item .news-item-right .news-item-con {
    text-indent: 30px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.style-list-box {
    padding: 20px 0
}

.style-list-box .style-subnav-box {
    padding: 0 0 40px
}

.style-list-box .style-subnav-box .subnav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.style-list-box .style-subnav-box .subnav-box a span {
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #e0be7f
}

.style-list-box .style-subnav-box .subnav-box .act span {
    padding: 15px 30px;
    font-size: 16px;
    color: #31313d;
    background: #e0be7f
}

.style-list-box .style-box {
    padding: 40px 0;
    background: #31313d
}

.style-list-box .style-box .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.style-list-box .style-box .list-box .list-left {
    margin-right: 6px
}

.style-list-box .style-box .list-box .list-left, .style-list-box .style-box .list-box .list-left .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px
}

.style-list-box .style-box .list-box .list-left .list-nav {
    border-top: 10px solid #080611
}

.style-list-box .style-box .list-box .list-left .list-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center
}

.style-list-box .style-box .list-box .list-left .list-nav a:hover span {
    color: #080611;
    background: #e0be7f
}

.style-list-box .style-box .list-box .list-left .list-nav a span {
    display: block;
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    color: #fff;
    background: #080611;
    border-bottom: 1px solid #31313d
}

.style-list-box .style-box .list-box .list-left .list-nav .act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.style-list-box .style-box .list-box .list-left .list-nav .act span {
    display: block;
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    color: #080611;
    background: #e0be7f
}

.style-list-box .style-box .list-box .list-left .img {
    margin-top: 6px;
    width: 295px;
    height: 550px;
    border: 6px solid #080611
}

.style-list-box .style-box .list-box .list-left .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: auto;
    padding: 20px 0;
    background: #080611;
    color: #e0be7f
}

.style-list-box .style-box .list-box .list-left .title i {
    font-size: 54px;
    color: #fff;
    margin-top: 5px
}

.style-list-box .style-box .list-box .list-left .title .text-en {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase
}

.style-list-box .style-box .list-box .list-left .title .text-h1 {
    font-size: 24px
}

.style-list-box .style-box .list-box .list-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.style-list-box .style-box .list-box .list-right .list-item {
    position: relative;
    width: 295px;
    height: 370px;
    margin-right: 4px;
    margin-bottom: 5px;
    overflow: hidden;
    border: 6px solid #080611
}

.style-list-box .style-box .list-box .list-right .list-item .make {
    position: absolute;
    top: -30px;
    left: -5px
}

.style-list-box .style-box .list-box .list-right .list-item .make i {
    font-size: 70px;
    color: #ee192d
}

.style-list-box .style-box .list-box .list-right .list-item img {
    width: 100%;
    height: 100%
}

.style-list-box .style-box .list-box .list-right .list-item .item-make {
    position: absolute;
    top: 0;
    left: 295px;
    background: rgba(224, 190, 127, .6);
    cursor: pointer
}

.style-list-box .style-box .list-box .list-right .list-item .item-make, .style-list-box .style-box .list-box .list-right .list-item .item-make a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: 370px
}

.style-list-box .style-box .list-box .list-right .list-item .item-make a img {
    width: 270px;
    height: auto
}

.style-list-box .style-box .list-box .list-right .list-item .item-make a p {
    font-size: 14px;
    color: #fff
}

.case-list-box {
    padding: 40px 0;
    background: #31313d
}

.case-list-box .case-box .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.case-list-box .case-box .list-box .list-item {
    position: relative;
    width: 295px;
    height: 370px;
    margin-bottom: 6px;
    overflow: hidden;
    border: 6px solid #080611
}

.case-list-box .case-box .list-box .list-item img {
    width: 295px;
    height: 370px
}

.case-list-box .case-box .list-box .list-item .make {
    position: absolute;
    top: -30px;
    left: -5px
}

.case-list-box .case-box .list-box .list-item .make i {
    font-size: 70px;
    color: #ee192d
}

.case-list-box .case-box .list-box .list-item .item-make {
    position: absolute;
    top: 0;
    left: 295px;
    background: rgba(224, 190, 127, .6);
    cursor: pointer
}

.case-list-box .case-box .list-box .list-item .item-make, .case-list-box .case-box .list-box .list-item .item-make a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: 370px
}

.case-list-box .case-box .list-box .list-item .item-make a img {
    width: 270px;
    height: auto
}

.case-list-box .case-box .list-box .list-item .item-make a p {
    font-size: 14px;
    color: #fff
}

.global-list-box {
    padding: 40px 0;
    background: #31313d
}

.global-list-box, .global-list-box .list-box .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.global-list-box .list-box .item-box {
    margin-bottom: 30px;
    overflow: hidden
}

.global-list-box .list-box .item-box a {
    position: relative;
    display: block;
    width: 1200px;
    height: 300px;
    overflow: hidden;
    background: #828282
}

.global-list-box .list-box .item-box a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.global-list-box .list-box .item-box a img {
    width: 1200px;
    height: 300px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.global-list-box .list-box .item-box a .make {
    position: absolute;
    top: -31px;
    right: 0
}

.global-list-box .list-box .item-box a .make i {
    font-size: 100px;
    color: #ee192d
}

.global-list-box .list-box .item-box .text-box {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    background: #080611;
    border-bottom: 10px solid #ffd302
}

.global-list-box .list-box .item-box .text-box, .global-list-box .list-box .item-box .text-box .text-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.global-list-box .list-box .item-box .text-box .text-title {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px
}

.global-list-box .list-box .item-box .text-box .text-title .text-cn {
    font-size: 24px;
    color: #e0be7f
}

.global-list-box .list-box .item-box .text-box .text-title .text-en {
    font-size: 18px;
    color: #e0be7f;
    letter-spacing: 2px;
    text-transform: uppercase
}

.global-list-box .list-box .item-box .text-box .text-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 860px;
    text-align: justify;
    border-left: 1px solid #828282
}

.global-list-box .list-box .item-box .text-box .text-desc p {
    font-size: 16px;
    color: #fff
}

.sale-list-box {
    padding: 40px 0
}

.sale-list-box .list-box {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sale-list-box .list-box, .sale-list-box .list-box .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sale-list-box .list-box .item-box {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 595px;
    margin-bottom: 10px;
    overflow: hidden
}

.sale-list-box .list-box .item-box a {
    position: relative;
    display: block;
    width: 595px;
    height: 332px;
    overflow: hidden;
    background: #828282
}

.sale-list-box .list-box .item-box a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sale-list-box .list-box .item-box a img {
    width: 595px;
    height: 332px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.sale-list-box .list-box .item-box a .make {
    position: absolute;
    top: -31px;
    right: 0
}

.sale-list-box .list-box .item-box a .make i {
    font-size: 100px;
    color: #ffd302
}

.sale-list-box .list-box .item-box .text-box {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    border-bottom: 4px solid #ffd302;
    background: #080611
}

.sale-list-box .list-box .item-box .text-box, .sale-list-box .list-box .item-box .text-box .text-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 595px
}

.sale-list-box .list-box .item-box .text-box .text-title {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px
}

.sale-list-box .list-box .item-box .text-box .text-title .text-cn {
    font-size: 18px;
    color: #bda775
}

.sale-list-box .list-box .item-box .text-box .text-title .text-cn .text-num {
    font-size: 18px;
    color: #ee192d
}

.sale-list-box .list-box .item-box .off-img {
    position: relative;
    width: 595px;
    height: 332px;
    overflow: hidden
}

.sale-list-box .list-box .item-box .off-img img {
    width: 595px;
    height: 332px
}

.sale-list-box .list-box .item-box .off-img .img-make {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .8)
}

.sale-list-box .list-box .item-box .off-img .img-make i {
    font-size: 140px;
    color: #828282
}

.sale-list-box .list-box .item-box .off-text {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    border-bottom: 4px solid #828282;
    background: #080611
}

.sale-list-box .list-box .item-box .off-text, .sale-list-box .list-box .item-box .off-text .text-make {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 595px
}

.sale-list-box .list-box .item-box .off-text .text-make {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px
}

.sale-list-box .list-box .item-box .off-text .text-make .text-h1 {
    font-size: 18px;
    color: #828282
}

.movie-list-box {
    padding: 40px 0;
    background: #31313d
}

.movie-list-box .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    overflow: hidden
}

.movie-list-box .list-box .movie-item {
    width: 595px;
    height: auto;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 0 0 #828282;
    box-shadow: 0 0 0 0 #828282;
    overflow: hidden
}

.movie-list-box .list-box .movie-item:hover {
    -webkit-box-shadow: 0 0 10px 3px #828282;
    box-shadow: 0 0 10px 3px #828282
}

.movie-list-box .list-box .movie-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 595px;
    height: auto;
    overflow: hidden
}

.movie-list-box .list-box .movie-item a:hover .img .l {
    left: -298px
}

.movie-list-box .list-box .movie-item a:hover .img .r {
    right: -297px
}

.movie-list-box .list-box .movie-item a .img {
    position: relative
}

.movie-list-box .list-box .movie-item a .img img {
    width: 595px;
    height: 270px;
    border: 6px solid #fff
}

.movie-list-box .list-box .movie-item a .img .make {
    position: absolute;
    top: 0;
    width: 595px;
    height: 270px;
    background: rgba(8, 6, 17, .6);
    z-index: 3px
}

.movie-list-box .list-box .movie-item a .img .l {
    width: 298px;
    height: 270px;
    left: 0;
    background: url(/static/index/img/movie-make-l.png);
    background-size: cover;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.movie-list-box .list-box .movie-item a .img .r {
    width: 297px;
    height: 270px;
    right: 0;
    background: url(/static/index/img/movie-make-r.png);
    background-size: cover;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.movie-list-box .list-box .movie-item a .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 5px 20px;
    background: #080611;
    border-bottom: 10px solid #ffd302
}

.movie-list-box .list-box .movie-item a .text i {
    font-size: 22px;
    color: #fff;
    margin-right: 20px
}

.movie-list-box .list-box .movie-item a .text span {
    font-size: 22px;
    color: #fff
}

.news-list-box {
    padding: 40px 0;
    background: #31313d
}

.news-list-box .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-list-box .news-list .news-list-left {
    background: #080611
}

.news-list-box .news-list .news-list-left, .news-list-box .news-list .news-list-left .news-list-top {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto
}

.news-list-box .news-list .news-list-left, .news-list-box .news-list .news-list-left .news-list-top, .news-list-box .news-list .news-list-left .news-list-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 895px
}

.news-list-box .news-list .news-list-left .news-list-top a {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 130px;
    border-bottom: 1px dashed #31313d;
    padding: 10px;
    background: #080611;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-list-box .news-list .news-list-left .news-list-top a:last-child {
    border-bottom: none
}

.news-list-box .news-list .news-list-left .news-list-top a:hover {
    background: #e0be7f
}

.news-list-box .news-list .news-list-left .news-list-top a:hover .news-item-right .news-item-title h1, .news-list-box .news-list .news-list-left .news-list-top a:hover .news-item-right .news-item-title h1 i {
    color: #31313d
}

.news-list-box .news-list .news-list-left .news-list-top a:hover .news-item-right .news-item-con {
    color: rgba(8, 6, 17, .8)
}

.news-list-box .news-list .news-list-left .news-list-top a .news-item-left {
    width: 120px;
    height: 110px
}

.news-list-box .news-list .news-list-left .news-list-top a .news-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 775px;
    margin-left: 10px;
    padding: 10px
}

.news-list-box .news-list .news-list-left .news-list-top a .news-item-right .news-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 735px
}

.news-list-box .news-list .news-list-left .news-list-top a .news-item-right .news-item-title h1 {
    font-size: 20px;
    color: hsla(0, 0%, 100%, .8);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news-list-box .news-list .news-list-left .news-list-top a .news-item-right .news-item-title i {
    font-size: 18px;
    color: hsla(0, 0%, 100%, .8)
}

.news-list-box .news-list .news-list-left .news-list-top a .news-item-right .news-item-title i .text-time {
    margin-left: 5px;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .8)
}

.news-list-box .news-list .news-list-left .news-list-top a .news-item-right .news-item-con {
    text-indent: 30px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .8)
}

.news-list-box .news-list .news-list-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

.news-list-box .news-list .news-list-right, .news-list-box .news-list .news-list-right .news-list-right-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 295px
}

.news-list-box .news-list .news-list-right .news-list-right-item-box {
    margin-bottom: 10px;
    background: #080611
}

.news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    padding: 10px 20px;
    border-bottom: 1px dashed #31313d
}

.news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot span {
    font-size: 10px;
    color: hsla(0, 0%, 100%, .8)
}

.news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 20px
}

.news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot-list a {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .8);
    line-height: 30px;
    padding-left: 12px;
    background: url(/static/index/img/lid.jpg) no-repeat 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot-list a:first-child, .news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot-list a:hover, .news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot-list a:nth-child(2), .news-list-box .news-list .news-list-right .news-list-right-item-box .news-list-hot-list a:nth-child(3) {
    color: #e0be7f
}

.news-list-box .news-list .news-list-right .news-list-adv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: auto
}

.news-list-box .news-list .news-list-right .news-list-adv-box .adv-item {
    padding: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background: #080611;
    overflow: hidden
}

.news-list-box .news-list .news-list-right .news-list-adv-box .adv-item a img {
    width: 100%;
    height: auto
}

.roll-box {
    padding: 40px 0;
    background: #31313d
}

.roll-box .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.roll-box .list-box .list-item {
    position: relative;
    width: 295px;
    height: 370px;
    margin-bottom: 6px;
    overflow: hidden;
    border: 6px solid #080611
}

.roll-box .list-box .list-item img {
    width: 295px;
    height: 370px
}

.roll-box .list-box .list-item .make {
    position: absolute;
    top: -30px;
    left: -5px
}

.roll-box .list-box .list-item .make i {
    font-size: 70px;
    color: #ee192d
}

.roll-box .list-box .list-item .item-make {
    position: absolute;
    top: 0;
    left: 295px;
    background: rgba(224, 190, 127, .6);
    cursor: pointer
}

.roll-box .list-box .list-item .item-make, .roll-box .list-box .list-item .item-make a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: 370px
}

.roll-box .list-box .list-item .item-make a img {
    width: 270px;
    height: auto
}

.roll-box .list-box .list-item .item-make a p {
    font-size: 14px;
    color: #fff
}

.news-con-box {
    padding: 60px 0;
    background: #31313d
}

.news-con-box .news-con {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-con-box .news-con, .news-con-box .news-con .news-con-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-con-box .news-con .news-con-left {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 895px;
    height: auto;
    background: #fff
}

.news-con-box .news-con .news-con-left .text-title {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0
}

.news-con-box .news-con .news-con-left .text-qita {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px dashed #f1f2f3
}

.news-con-box .news-con .news-con-left .text-qita span {
    margin-left: 20px;
    font-size: 12px;
    color: #c4c4c4
}

.news-con-box .news-con .news-con-left .text-con {
    width: 855px;
    height: auto;
    padding: 20px;
    text-align: justify;
    line-height: 30px;
    overflow: hidden
}

.news-con-box .news-con .news-con-left .text-con p {
    font-size: 16px !important
}

.news-con-box .news-con .news-con-left .text-con p img {
    margin: 0 auto;
    max-width: 815px;
    width: auto !important;
    height: auto !important
}

.news-con-box .news-con .news-con-left .text-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px
}

.news-con-box .news-con .news-con-left .text-next span {
    font-size: 18px;
    color: #16171b
}

.news-con-box .news-con .news-con-left .text-next span a {
    color: #16171b
}

.news-con-box .news-con .news-con-left .text-roll-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.news-con-box .news-con .news-con-left .text-roll-title span {
    z-index: 2;
    padding: 20px 5px;
    background: #fff
}

.news-con-box .news-con .news-con-left .text-roll-title .line {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f1f2f3;
    z-index: 1
}

.news-con-box .news-con .news-con-left .text-roll-title .cn {
    font-size: 20px;
    color: #e0be7f
}

.news-con-box .news-con .news-con-left .text-roll-title .en {
    font-size: 14px
}

.news-con-box .news-con .news-con-left .text-roll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 855px;
    padding: 0 20px 20px
}

.news-con-box .news-con .news-con-left .text-roll a {
    display: inline-block;
    width: 400px;
    font-size: 14px;
    color: #979797;
    line-height: 30px;
    padding-left: 12px;
    background: url(/static/index/img/lid.jpg) no-repeat 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-con-box .news-con .news-con-left .text-roll a:hover {
    color: #e0be7f
}

.news-con-box .news-con .news-con-left .textx-only {
    position: relative;
    height: 146px;
    background: url(/static/index/img/online.jpg) no-repeat 50%
}

.news-con-box .news-con .news-con-left .textx-only p {
    position: absolute;
    display: block;
    font-size: 14px;
    line-height: 24px;
    top: 38px;
    left: 185px;
    width: 448px
}

.news-con-box .news-con .news-con-left .textx-only p a {
    color: #e0be7f
}

.news-con-box .news-con .news-con-left .textx-only .text-btn {
    position: absolute;
    width: 137px;
    top: 30px;
    right: 70px
}

.news-con-box .news-con .news-con-left .textx-only .text-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px
}

.news-con-box .news-con .news-con-left .textx-only .text-btn a i {
    font-size: 20px;
    margin-right: 10px
}

.news-con-box .news-con .news-con-left .textx-only .text-btn a span {
    font-size: 18px
}

.news-con-box .news-con .news-con-left .textx-only .text-btn .online1_1, .news-con-box .news-con .news-con-left .textx-only .text-btn .online1_2 {
    background: #e0be7f
}

.news-con-box .news-con .news-con-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto
}

.news-con-box .news-con .news-con-right, .news-con-box .news-con .news-con-right .news-adv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px
}

.news-con-box .news-con .news-con-right .news-adv-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    background: #fff
}

.news-con-box .news-con .news-con-right .news-adv-box img {
    width: 295px;
    height: auto
}

.news-con-box .news-con .news-con-right .news-con-right-item-box {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background: #fff
}

.news-con-box .news-con .news-con-right .news-con-right-item-box, .news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 295px
}

.news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px dashed #f1f2f3
}

.news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot h2 {
    font-size: 18px;
    font-weight: 700;
    color: #31313d
}

.news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot span {
    font-size: 10px;
    color: #c4c4c4
}

.news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 20px
}

.news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot-list a {
    font-size: 14px;
    color: #979797;
    line-height: 30px;
    padding-left: 12px;
    background: url(/static/index/img/lid.jpg) no-repeat 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot-list a:first-child, .news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot-list a:nth-child(2), .news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot-list a:nth-child(3) {
    color: #e0be7f
}

.news-con-box .news-con .news-con-right .news-con-right-item-box .news-con-hot-list a:hover {
    color: #31313d
}

.sale-con-box {
    padding: 20px 0;
    background: #31313d
}

.sale-con-box .sale-con {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #080611
}

.sale-con-box .sale-con, .sale-con-box .sale-con .sale-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sale-con-box .sale-con .sale-top {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    height: auto;
    padding: 20px
}

.sale-con-box .sale-con .sale-top .sale-img, .sale-con-box .sale-con .sale-top .sale-img img {
    width: 645px;
    height: 360px
}

.sale-con-box .sale-con .sale-top .sale-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    margin-right: 50px
}

.sale-con-box .sale-con .sale-top .sale-button form .am-input-group {
    width: 350px;
    margin-top: 10px;
    text-align: center
}

.sale-con-box .sale-con .sale-top .sale-button form .am-input-group span i {
    font-size: 18px
}

.sale-con-box .sale-con .sale-top .sale-button form .am-input-group .text-cn {
    font-size: 20px;
    color: #e0be7f
}

.sale-con-box .sale-con .sale-top .sale-button form .am-input-group .text-en {
    margin-left: 10px;
    font-size: 12px;
    color: #828282
}

.sale-con-box .sale-con .sale-top .sale-button form .am-input-group .text-en del {
    color: #828282
}

.sale-con-box .sale-con .sale-top .sale-button form .am-input-group:first-child {
    margin-top: 0
}

.sale-con-box .sale-con .sale-top .sale-button form .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.sale-con-box .sale-con .sale-top .sale-button form .form-btn a {
    display: block;
    margin-right: 20px;
    padding: 5px 20px;
    background: #31313d;
    font-size: 16px;
    text-align: center;
    color: #fff
}

.sale-con-box .sale-con .sale-top .sale-button form .form-btn button {
    background: #e0be7f;
    border-color: #080611
}

.sale-con-box .sale-con .sale-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    background: #e0be7f
}

.sale-con-box .sale-con .sale-title .title {
    font-size: 20px;
    color: #080611;
    letter-spacing: 2px
}

.sale-con-box .sale-con .sale-title .cn {
    font-size: 16px;
    color: #080611
}

.sale-con-box .sale-con .sale-title .cn .num {
    font-size: 14px;
    color: #fff
}

.sale-con-box .sale-con .sale-title .time {
    font-size: 16px;
    color: #080611
}

.sale-con-box .sale-bottom {
    line-height: 40px;
    background: #fff
}

.sale-con-box .sale-bottom span {
    display: block;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    background: #828282
}

.sale-con-box .sale-roll {
    margin: 20px auto 0;
    background: #080611
}

.sale-con-box .sale-roll span.title {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    background: #828282
}

.sale-con-box .sale-roll .sale-con-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px
}

.sale-con-box .sale-roll .sale-con-show p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    margin: 0 !important
}

.sale-con-box .sale-roll .sale-con-show p img {
    display: block;
    vertical-align: bottom;
    border: none
}

.sale-list-box {
    padding: 60px 0;
    background: #31313d
}

.sale-list-box .sale-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sale-list-box .sale-list .sale-item {
    position: relative;
    width: 645px;
    height: 360px;
    margin-bottom: 10px;
    overflow: hidden
}

.sale-list-box .sale-list .sale-item:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3)
}

.sale-list-box .sale-list .sale-item .make {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(49, 49, 61, .8)
}

.sale-list-box .sale-list .sale-item .make i {
    font-size: 84px;
    color: #ddd
}

.sale-list-box .sale-list .sale-item .make .h1 {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: #000;
    font-size: 16px;
    text-align: center;
    color: #ddd
}

.sale-list-box .sale-list .sale-item a {
    position: relative;
    display: inline-block;
    width: 645px;
    height: 360px
}

.sale-list-box .sale-list .sale-item a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.sale-list-box .sale-list .sale-item a img {
    width: 645px;
    height: 360px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sale-list-box .sale-list .sale-item a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 5px 20px;
    background: rgba(224, 190, 127, .6)
}

.sale-list-box .sale-list .sale-item a .text .title {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.sale-list-box .sale-list .sale-item a .text .cn {
    font-size: 14px;
    color: #fff
}

.sale-list-box .sale-list .sale-item a .text .num {
    font-size: 14px;
    color: #fdd100
}

.msg {
    padding: 30px 0 60px;
    background: url(/static/index/img/msg-bg.jpg);
    background-size: cover
}

.world-list-box {
    margin-top: -60px;
    padding-bottom: 40px
}

.world-list-box .list-box {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.world-list-box .list-box, .world-list-box .list-box .list-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 615px
}

.world-list-box .list-box .list-left {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 360px
}

.world-list-box .list-box .list-left a, .world-list-box .list-box .list-left a img {
    width: 360px;
    height: auto
}

.world-list-box .list-box .list-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 360px;
    height: 615px
}

.world-list-box .list-box .list-mid a, .world-list-box .list-box .list-mid a img {
    width: 360px;
    height: auto
}

.world-list-box .list-box .list-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 470px;
    height: 615px
}

.world-list-box .list-box .list-right a, .world-list-box .list-box .list-right a img {
    width: 230px;
    height: 305px
}

.world-list-box .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px
}

.world-list-box .more a:hover span {
    background: #e0be7f;
    color: #31313d
}

.world-list-box .more a span {
    padding: 10px 30px;
    background: #31313d;
    color: #e0be7f;
    border: 2px solid #e0be7f
}

.style-nav-box {
    background: #080611;
    border-bottom: 2px solid rgba(224, 190, 127, .3);
    z-index: 98 !important
}

.style-nav-box .nav-box {
    height: 160px
}

.style-nav-box .nav-box, .style-nav-box .nav-box .nav-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.style-nav-box .nav-box .nav-box-item {
    width: 100%;
    height: 100%
}

.style-nav-box .nav-box .nav-box-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #e0be7f
}

.style-nav-box .nav-box .nav-box-item a:hover {
    color: #fff;
    background: rgba(224, 190, 127, .6)
}

.style-nav-box .nav-box .nav-box-item a:hover .nav-box-item-img {
    background: #fff
}

.style-nav-box .nav-box .nav-box-item a:hover .nav-box-item-img i {
    color: #e0be7f
}

.style-nav-box .nav-box .nav-box-item a .nav-box-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    line-height: 120px;
    background: #e0be7f;
    border-radius: 100%
}

.style-nav-box .nav-box .nav-box-item a .nav-box-item-img i {
    font-size: 24px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #fff
}

.style-nav-box .nav-box .nav-box-item a .nav-box-item-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%
}

.style-nav-box .nav-box .nav-box-item a span {
    font-size: 16px
}

.baojia-con-box {
    background-image: url(/static/index/img/jsj-bg.jpg);
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.baojia-con-box .baojia-con {
    padding: 70px 0
}

.about-con-box {
    padding: 60px 0;
    background: #31313d
}

.about-con-box .about-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #080611;
    padding: 40px
}

.about-con-box .about-con p {
    margin: 0 !important;
    line-height: 0px;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.footer-box {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background: rgba(49, 49, 61, .8);
    background-image: url(/static/index/img/map.jpg);
    background-size: cover
}

.footer-box, .footer-box .footer-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-box .footer-tel {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    height: 120px;
    background: #e0be7f
}

.footer-box .footer-tel .yuan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #e0be7f;
    border-radius: 100%;
    border: 5px solid #31313d
}

.footer-box .footer-tel .yuan i {
    margin-top: 10px;
    font-size: 40px;
    color: #31313d
}

.footer-box .footer-tel .num {
    font-size: 40px;
    color: #31313d;
    margin: 0 15px
}

.footer-box .footer-tel a:hover span, .footer-box .footer-tel a span {
    background: #e0be7f;
    color: #31313d
}

.footer-box .footer-tel a span {
    padding: 10px 30px;
    border: 2px solid #31313d
}

.footer-box .footer-top {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.footer-box .footer-top, .footer-box .footer-top .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-box .footer-top .logo {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 345px;
    height: 260px;
    border-right: 1px solid hsla(0, 0%, 100%, .1)
}

.footer-box .footer-top .logo img {
    width: 275px;
    height: 220px
}

.footer-box .footer-top .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 495px;
    height: 260px;
    padding: 0 40px
}

.footer-box .footer-top .nav .text-h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff
}

.footer-box .footer-top .nav .text-en {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff
}

.footer-box .footer-top .nav .nav-list-item {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    height: 260px
}

.footer-box .footer-top .nav .nav-list-item, .footer-box .footer-top .nav .nav-list-item .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-box .footer-top .nav .nav-list-item .nav-item a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 50px
}

.footer-box .footer-top .nav .nav-list-item .nav-item a:hover .text-cn {
    color: #e0be7f
}

.footer-box .footer-top .nav .nav-list-item .nav-item a .text-cn {
    color: #fff
}

.footer-box .footer-top .nav .nav-list-item .nav-item a .text-en {
    color: #828282
}

.footer-box .footer-top .ewm-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 360px;
    height: 260px
}

.footer-box .footer-top .ewm-box .text-h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff
}

.footer-box .footer-top .ewm-box .text-en {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff
}

.footer-box .footer-top .ewm-box .ewm-img {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 360px;
    height: 260px
}

.footer-box .footer-top .ewm-box .ewm-img, .footer-box .footer-top .ewm-box .ewm-img .ewm-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-box .footer-top .ewm-box .ewm-img .ewm-item {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.footer-box .footer-top .ewm-box .ewm-img .ewm-item img {
    width: 140px;
    height: 140px
}

.footer-box .footer-top .ewm-box .ewm-img .ewm-item .text-cn {
    color: #828282
}

.footer-box .footer-top .ewm-box .ewm-img .ewm-item .text-con {
    color: #fff
}

.footer-box .footer-top .ewm-box .ewm-img .ewm-item .text-con span {
    color: #e0be7f
}

.footer-box .footer-logo {
    padding: 10px 0
}

.footer-box .footer-logo .list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 50px
}

.footer-box .footer-logo .list-title span {
    font-size: 16px;
    color: #e0be7f
}

.footer-box .footer-logo .list-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 1000px;
    height: auto
}

.footer-box .footer-logo .list-logo .logo-item {
    width: 200px;
    margin-bottom: 4px
}

.footer-box .footer-logo .list-logo .logo-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-box .footer-logo .list-logo .logo-item a i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px
}

.footer-box .footer-logo .list-logo .logo-item a span {
    font-size: 16px;
    color: #fff
}

.footer-box .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 20px;
    width: 100%
}

.footer-box .footer-bottom .copyright .copyright-cn {
    font-size: 14px;
    color: #828282
}
