@charset "utf-8";

/*-----------------初始化---------------------*/

* {
    padding: 0;
    margin: 0;
    border: none;
}

html,
body {
    color: #333;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    min-width: 1200px;
}

ul,
ol,
li {
    list-style: none;
}

var,
em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    display: inline;
    border: 0 none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-size: 12px;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


/*page1*/

.page1 {
    position: relative;
    height: 1394px;
    background: url("../img/page1.jpg") no-repeat center top;
    overflow: hidden;
}

.logo {
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 108px;
    top: 27px;
    left: 6px;
    background: url("../img/logo.png") no-repeat;
}

.nav {
    width: 168px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 91px;
    line-height: 28px;
    text-align: center;
    background: url(../img/nav.png) no-repeat;
}

.nav a {
    color: #a47f6b;
    font-size: 12px;
    margin: 0 7px;
}

.nav a:hover {
    text-decoration: underline;
    color: #B6671A;
}

.time {
    color: #ffba58;
    text-align: center;
    width: 430px;
    position: absolute;
    left: 33%;
    top: 368px;
    height: 28px;
    line-height: 26px;
    font-size: 18px;
    background: -webkit-linear-gradient(left, #ffba58, #fff1bd, #ffba58);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rank li {
    position: absolute;
    text-align: center;
    width: 130px;
    color: #eca252;
}

.rank li h3 {
    font-weight: normal;
    font-size: 14px;
}

.rank li p {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
}

.rank li.rank1 h3,
.rank li.rank2 h3,
.rank li.rank3 h3 {
    font-weight: normal;
    font-size: 16px;
}

.rank li.rank1 p,
.rank li.rank2 p,
.rank li.rank3 p {
    font-weight: bold;
    font-size: 18px;
    color: #fffd85;
    line-height: 26px;
    margin-top: 0;
}

.rank li.rank1 {
    width: 260px;
    top: 864px;
    left: 468px;
}

.rank li.rank2 {
    width: 260px;
    top: 805px;
    left: 139px;
}

.rank li.rank3 {
    width: 260px;
    top: 805px;
    left: 798px;
}

.rank li.rank4 {
    top: 1098px;
    left: 8px;
}

.rank li.rank5 {
    top: 1158px;
    left: 185px;
}

.rank li.rank6 {
    top: 1218px;
    left: 360px;
}

.rank li.rank7 {
    top: 1278px;
    left: 535px;
}

.rank li.rank8 {
    top: 1218px;
    left: 711px;
}

.rank li.rank9 {
    top: 1158px;
    left: 886px;
}

.rank li.rank10 {
    top: 1098px;
    left: 1061px;
}


/*page2*/

.page2 {
    position: relative;
    height: 741px;
    background: url("../img/page2.jpg") no-repeat center top;
    overflow: hidden;
}

.ta {
    position: absolute;
    top: 84px;
    left: 134px;
    border-collapse: collapse;
    color: #d19c69;
}

.ta tr td {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.ta tr th {
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}


/*page3*/

.page3 {
    position: relative;
    height: 1303px;
    background: url("../img/page3.jpg?v=20181221") no-repeat center top;
    overflow: hidden;
}

.hdjl-txt {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #80604f;
    font-size: 16px;
    line-height: 28px;
    top: 80px;
}

.hdjl-sm {
    line-height: 28px;
    position: absolute;
    left: 130px;
    top: 1033px;
    color: #80604f;
    font-size: 14px;
}

.slideTxtBox {
    width: 257px;
    height: 117px;
    position: absolute;
    left: 41%;
    top: 299px;
    cursor: pointer;
}

.slideTxtBox .shine_box {
    width: 200px;
    height: 200px;
    background: url(../img/shine_pic.png) no-repeat 0 0;
    z-index: 5;
    -webkit-animation: pf-motion 2s steps(7) infinite;
    -moz-animation: pf-motion 2s steps(7) infinite;
    animation: pf-motion 2s steps(7) infinite;
    position: absolute;
    left: 8px;
    top: -50px;
}

.slideTxtBox .alert-price {
    width: 212px;
    height: 363px;
    position: absolute;
    left: 91.8%;
    top: -49px;
    background: url("../img/alert-price.png");
    display: none;
}

.slideTxtBox:hover .alert-price {
    display: block;
}

@-webkit-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@-moz-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@-ms-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@-o-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

.slideTxtBox-down {
    width: 257px;
    height: 117px;
    position: absolute;
    left: 39%;
    top: 771px;
    cursor: pointer;
}

.slideTxtBox-down .alert-price-down {
    width: 212px;
    height: 362px;
    position: absolute;
    left: 102.8%;
    top: -104px;
    background: url("../img/alert-price1.png");
    display: none;
    z-index: 999;
}

.slideTxtBox-down:hover .alert-price-down {
    display: block;
}

@-webkit-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@-moz-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@-ms-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@-o-keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}

@keyframes pf-motion {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1400px 0;
    }
}


/*.slideTxtBox .hd { height: 115px; width: 100%; position: relative; }
.slideTxtBox .hd ul { height: 115px; width: 1020px; position: relative; left: 99px; }
.slideTxtBox .hd ul li { float: left; height: 115px; cursor: pointer; width: 200px; text-align: center; }
.slideTxtBox .hd ul li.on { background: url(../img/nav_on.png) no-repeat; }
.slideTxtBox .hd ul li em { color: #fec68a; font-size: 22px; float: left; width: 100%; padding-top: 13px; font-weight: bold; line-height: 26px; }
.slideTxtBox .hd ul li span { float: left; width: 100%; color: #c36c42; font-size: 16px; }
.slideTxtBox .bd { margin: 30px auto 0; width: 795px; height: 275px; overflow: hidden; }
.slideTxtBox .bd ul { height: 275px; margin: 0 auto; text-align: center; }
.slideTxtBox .bd li { height: 237px; width: 138px; float: left; background: url(../img/li.png) no-repeat; }
.slideTxtBox .bd li+li { margin-left: 26px; }
.slideTxtBox .bd li em { width: 100%; display: block; height: 138px; margin-bottom: 3px; }
.slideTxtBox .bd li em.a1 { background: url("../img/jp02.png") no-repeat center center; }
.slideTxtBox .bd li em.a2 { background: url("../img/jp06.png") no-repeat center center; }
.slideTxtBox .bd li em.a3 { background: url("../img/jp03.png") no-repeat center center; }
.slideTxtBox .bd li em.a4 { background: url("../img/jp04.png") no-repeat center center; }
.slideTxtBox .bd li em.a5 { background: url("../img/jp05.png") no-repeat center center; }
.slideTxtBox .bd li em.a6 { background: url("../img/jp06.png") no-repeat center center; }
.slideTxtBox .bd li em.b1 { background: url("../img/jp09.png") no-repeat center center; }
.slideTxtBox .bd li em.b2 { background: url("../img/jp11.png") no-repeat center center; }
.slideTxtBox .bd li em.b3 { background: url("../img/jp03.png") no-repeat center center; }
.slideTxtBox .bd li em.b4 { background: url("../img/jp04.png") no-repeat center center; }
.slideTxtBox .bd li em.b5 { background: url("../img/jp05.png") no-repeat center center; }
.slideTxtBox .bd li em.b6 { background: url("../img/jp06.png") no-repeat center center; }
.slideTxtBox .bd li em.c1 { background: url("../img/jp13.png") no-repeat center center; }
.slideTxtBox .bd li em.c2 { background: url("../img/jp03.png") no-repeat center center; }
.slideTxtBox .bd li em.c3 { background: url("../img/jp04.png") no-repeat center center; }
.slideTxtBox .bd li em.c4 { background: url("../img/jp13.png") no-repeat center center; }
.slideTxtBox .bd li em.c5 { background: url("../img/jp05.png") no-repeat center center; }
.slideTxtBox .bd li em.c6 { background: url("../img/jp06.png") no-repeat center center; }
.slideTxtBox .bd li em.d1 { background: url("../img/jp11.png") no-repeat center center; }
.slideTxtBox .bd li em.d2 { background: url("../img/jp04.png") no-repeat center center; }
.slideTxtBox .bd li em.d3 { background: url("../img/jp13.png") no-repeat center center; }
.slideTxtBox .bd li em.d4 { background: url("../img/jp08.png") no-repeat center center; }
.slideTxtBox .bd li em.d5 { background: url("../img/jp05.png") no-repeat center center; }
.slideTxtBox .bd li em.e1 { background: url("../img/jp05.png") no-repeat center center; }
.slideTxtBox .bd li em.e2 { background: url("../img/jp04.png") no-repeat center center; }
.slideTxtBox .bd li em.e3 { background: url("../img/jp14.png") no-repeat center center; }
.slideTxtBox .bd li em.e4 { background: url("../img/jp08.png") no-repeat center center; }
.slideTxtBox .bd li span { font-weight: bold; font-size: 14px; color: #fec68a; display: block; text-align: center; line-height: 18px; }
.slideTxtBox .bd li p { color: #e98a4b; font-size: 12px; width: 124px; margin: 0 auto; text-align: center; line-height: 16px; margin-top: 2px }*/


/*page4*/

.page4 {
    position: relative;
    height: 739px;
    background: url("../img/page4.jpg") no-repeat center top;
    overflow: hidden;
}

.oldTop {
    position: relative;
    top: 105px;
    left: 145px;
}

.oldTop li {
    background: url("../img/sjhg-li.png") no-repeat;
    width: 220px;
    height: 220px;
    position: absolute;
    text-align: center;
}

.oldTop li.i1 {
    left: 118px;
    top: 0px;
}

.oldTop li.i2 {
    left: 348px;
    top: 0px;
}

.oldTop li.i3 {
    left: 578px;
    top: 0px;
}

.oldTop li.i4 {
    left: 0px;
    top: 118px;
}

.oldTop li.i5 {
    left: 233px;
    top: 118px;
}

.oldTop li.i6 {
    left: 463px;
    top: 118px;
}

.oldTop li.i7 {
    left: 693px;
    top: 118px;
}

.oldTop li.i8 {
    left: 118px;
    top: 234px;
}

.oldTop li.i9 {
    left: 348px;
    top: 234px;
}

.oldTop li.i10 {
    left: 578px;
    top: 234px;
}

.oldTop li i {
    font-size: 16px;
    color: #b15700;
    display: block;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
}

.oldTop li span {
    color: #e98a4b;
    font-size: 24px;
    display: block;
    font-weight: 700;
    padding: 12px 0;
    line-height: 38px;
}

.oldTop li em {
    color: #fec68a;
    font-size: 14px;
    display: block;
    line-height: 22px;
}

.oldTop li p {
    color: #fec68a;
    font-size: 18px;
    display: block;
    line-height: 22px;
    font-weight: bold;
}


/*page5*/

.page5 {
    position: relative;
    height: 678px;
    background: url("../img/page5.jpg") no-repeat center top;
    overflow: hidden;
}

.faq {
    position: absolute;
    top: 246px;
    left: 550px;
    width: 520px;
}

.faq li {
    float: left;
    width: 100%;
    line-height: 26px;
    margin-bottom: 16px;
    font-size: 14px;
}

.faq li p {
    color: #ff3300;
}

.faq li div {
    color: #80604f;
}


/*底部*/

.cyou_bottom {
    background: #1b1103;
}

.cyou_bottom .cyou_bottom_cont p {
    color: #5c463a;
}

.cyou_bottom .cyou_bottom_cont a {
    color: #5c463a;
}

.cyou_bottom .cyou_bottom_cont a:hover {
    color: #B6671A;
}

.link_list1 {
    margin-top: 20px;
}

.footer p {
    padding-top: 5px;
}