@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;
    top: 27px;
    left: 6px;
}

.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: 32%;
    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: 1287px;
    background: url("../img/page3.jpg") 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: 300px;
    height: 174px;
    position: absolute;
    left:-46px;
    top: -52px;
    cursor: pointer;
	/* background: url(../img/shine_pic1.png) no-repeat; */
	-webkit-animation: zx-motion 2s steps(7) infinite;
    -moz-animation: zx-motion 2s steps(7) infinite;
    animation: zx-motion 2s steps(7) infinite;
}

.slideTxtBox .shine_box {
    width: 300px;
    height: 174px;
    z-index: 5;
    position: absolute;
    left: 262px;
    top: -34px;
	display:none;
	/* background: url(../img/shine_pic1.png) no-repeat; */
	-webkit-animation: zx-motion 2s steps(7) infinite;
    -moz-animation: zx-motion 2s steps(7) infinite;
    animation: zx-motion 2s steps(7) infinite;
}

.slideTxtBox .alert-price {
    width: 212px;
    height: 434px;
    position: absolute;
    left: 101.8%;
    top: -49px;
	display:none;
}

.slideTxtBox:hover .alert-price {
    display: block;
}

.slideTxtBox:hover .shine_box {
    display: block;
}

.slideTxtBox-down {
    width: 246px;
    height: 117px;
    position: absolute;
    left: -19px;
    top: 0;
    cursor: pointer;
}

.slideTxtBox-down .alert-price-down {
    width: 212px;
    height: 362px;
    position: absolute;
    left: 102.8%;
    top: -104px;
    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: -2408px 0;  }
}

@-moz-keyframes pf-motion {
    0% { background-position: 0 0  }
    100% {background-position: -2408px 0; }
}

@-ms-keyframes pf-motion {
    0% { background-position: 0 0   }
    100% { background-position: -2408px 0;}
}

@-o-keyframes pf-motion {
    0% { background-position: 0 0   }
    100% {background-position: -2408px 0;}
}

@keyframes pf-motion {
    0% { background-position: 0 0  }
    100% { background-position: -2408px 0; }
}

@-webkit-keyframes zx-motion {
    0% { background-position: 0 0}
    100% { background-position: -2100px 0; }
}
@-moz-keyframes zx-motion {
    0% { background-position: 0 0}
    100% {background-position: -2100px 0; }
}
@-ms-keyframes zx-motion {
    0% { background-position: 0 0}
    100% { background-position: -2100px 0;}
}
@-o-keyframes zx-motion {
    0% { background-position: 0 0   }
    100% { background-position: -2100px 0; }
}
@keyframes zx-motion {
    0% {background-position: 0 0}
    100% { background-position: -2100px 0;}
}



/*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: 700px;
    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%;
    margin-bottom: 24px;
	color:#ff3300;
	font:14px/24px \5FAE\8F6F\96C5\9ED1;
}

.faq li p {
    color: #80604f;
}

.faq li div {
    color: #80604f;
}
.fix{zoom:1;}.fix:after,.fix:before{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;} 
.act-list1{position:absolute; width:240px; left:470px; top:222px; text-align:center; z-index:2;}
.act-tit{color:#fec68a;}
.act-tit p{font:15px/21px \5FAE\8F6F\96C5\9ED1; color:#d17547;}
.act-list1 .act-tit{font:bold 30px/37px \5FAE\8F6F\96C5\9ED1;}
.act-list1 li{position:absolute; width:120px;}
.act-list1 li.act1,.act-list1 li.act6{width:210px;}
.act1{left:14px; top:88px;}
.act2{left:0; top:242px;}
.act3{left:120px; top:242px;}
.act4{left:0; top:371px;}
.act5{left:120px; top:371px;}
.act6{left:14px; top:489px;}
.act-img img{display:block; margin:0 auto;}
.act-list1 li.act1 .act-img{border:1px solid #b5574b; height:91px; background-color:#840d07; position:relative;}
.act-list1 li.act1 .act-img img{position:absolute; width:100%; bottom:0; left:0; display:block;}
.act-p{font:bold 14px/18px \5FAE\8F6F\96C5\9ED1; color:#ffedb6; padding-top:8px;}
.act-list1 li.act1 .act-p{font:bold 18px/30px \5FAE\8F6F\96C5\9ED1; padding-top:0;}

.act-list{position:absolute; width:208px; left:753px; top:272px; text-align:center;}
.act-list .act-tit{font:bold 22px/32px \5FAE\8F6F\96C5\9ED1;}
.act-list ul{padding-top:34px;}
.act-list li{float:left; display:inline; width:104px; height:144px;}
.act-list3{left:218px;}

.min-list{position:absolute; width:178px; left:6px; top:324px; text-align:center;}
.min-list .act-tit{font:bold 18px/22px \5FAE\8F6F\96C5\9ED1;}
.min-list ul{padding-top:27px;}
.min-list li{float:left; display:inline; width:89px; height:124px;}
.min-list .act-p{padding-top:6px;}

.act-list5{left:993px;}
.act-list5 li.min5{width:178px;}