/*å³è¾¹çš„çº¢è‰²æŒ‰é’®*/
.section {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.arrow-down {
    position: absolute;
    z-index: 30;
    bottom: 5%;
    left: 50%;
    margin-left: -10px;
    width: 30px;
    height: 22px;
    background: url(../images/arrow_down_white.png) no-repeat 0 0;
    background-size: 100%;
    -webkit-animation: arrow 1.5s infinite ease-in-out;
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(0, 5px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 4px !important;
    width: 8px !important;
    height: 8px !important;
    border: none !important;
    background: url(../images/dot-gray.png) no-repeat 0 0 !important;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    width: 14px !important;
    height: 14px !important;
    left: 2px !important;
    border: none !important;
    background: url(../images/dot-active.png) no-repeat 0 0 !important;
}
/*å³è¾¹çš„çº¢è‰²æŒ‰é’®*/
/*.back_to_page1 {*/
    /*position: absolute;*/
    /*right: 17px;*/
    /*bottom: 50px;*/
    /*z-index: 11;*/
    /*background: url(../images/icon_back_to_top.png) no-repeat center center;*/
    /*width: 28px;*/
    /*height: 30px;*/
/*}*/

.page-title {
    padding-top: 7%;
    text-align: center;
}

.page-title h3 {
    font-size: 36px;
    background: url(../images/icon-line.png) no-repeat center bottom;
    padding-bottom: 20px;
}

.page-title h3 span {
    color: #ff4d49;
}

.page-title .page-small {
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 35px;
}

.page-title .page-small-black {
    color: #333;
}

.fullpage-wrapper {
    height: 100%;
    position: relative;
    /*touch-action: none;*/
    transform: translate3d(0px, -476px, 0px);
    transition: all 700ms ease;
}

/* 3Ã¥Ë†â€ Ã©â€™Å¸Ã¨Â£â€¦Ã¤Â¿Â® */
.head-nav {
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0;
    right: 0;
    height: 70px;
}

.head-nav .wrapper {
    position: relative;
}

.head-nav .header-content {
    height: 60px;
    padding-top: 10px;
    background-color: #FFF;
}

.head-nav .active {
    margin-top: 20px;
    background-color: transparent !important;
}

.head-nav .logo {
    display: block;
    width: 172px;
    height: 38px;
    float: left;
    margin-top: 8px;
}

.head-nav .logo img {
    width: 100%;
}

.head-nav .phone-wei {
    float: right;
    margin-top: 7px;
}

.head-nav .phone-wei .tel {
    display: block;
    float: left;
    margin-right: 45px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    font-size: 18px;
    background: url(../images/icon-phone.png) no-repeat left center;
}

.head-nav .phone-wei .weixin {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}

.head-nav .phone-wei .weixin:hover .weiChat {
    background: url(../images/icon-weixin-active.png) no-repeat 0 0;
}

.head-nav .phone-wei .weixin .weiChat {
    display: block;
    width: 24px;
    height: 20px;
    background: url(../images/icon-weixin.png) no-repeat 0 0;
}

.head-nav .phone-wei .weixin .weixin-code {
    display: none;
    position: absolute;
    z-index: 40;
    top: 24px;
    left: -51px;
    width: 100px;
    height: 110px;
    background: url(../images/bg_tips_white.png) no-repeat 0 0;
    background-size: 100%;
    overflow: hidden;
    opacity: 1 !important;
}

.head-nav .phone-wei .weixin .weixin-code img {
    display: block;
    margin: 15px auto 0;
    width: 86px;
    height: 86px;
}

.head-nav .phone-wei .weibo {
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    width: 24px;
    height: 20px;
    background: url(../images/icon-weibo.png) no-repeat 0 0;
}

.head-nav .phone-wei .weibo:hover {
    background: url(../images/icon-weibo-active.png) no-repeat 0 0;
}
/*ç¬¬ä¸€æ¨¡å—å¼€å§‹*/
.page-one {
    width: 100%;
    background: url(../images/banner.jpg) no-repeat 0 0;
    background-size: cover;
}

.img-time {
    display: block;
    width: 539px;
    height: 162px;
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: 26%;
    margin: auto;
}

.img-time-bd {
    width: 539px;
    height: 162px;
    position: relative;
}

 .img-time-bd .img {
    width: 539px;
    height: 162px;
}

.second-hand {
    position: absolute;
    z-index: 30;
    background: url(../images/second-hand.png) no-repeat 0 0;
    width: 49px;
    height: 26px;
    top: 71px;
    left: 90px;
    -webkit-animation: tick-tock 1s steps(60, end) infinite;
    animation: tick-tock 1s steps(60, end) infinite;
    transform-origin: left bottom;
}

@keyframes tick-tock {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes tick-tock {
    to {
        transform: rotate(360deg) translate3d(0, 0, 0);
    }
}
/*ç¬¬ä¸€æ¨¡å—ç»“æŸ*/
/*ç¬¬äºŒæ¨¡å—å¼€å§‹*/
.page-two {
    background: url(../images/bg01.png) repeat center center;
    background-size: cover;
    width: 100%;
}

.page-img-hide {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    bottom: 26%;
    margin: 0 auto;
    width: 996px;
    height: 358px;
    background: url(../images/img01.png) no-repeat center center;
    /*background-size: 60%;*/
    display: none;
}

.page-circle {
    position: relative;
}

.page-circle-white {
    position: absolute;
    z-index: 23;
    width: 12px;
    height: 12px;
    background: url(../images/dot-white.png) no-repeat 0 0;
    -webkit-animation: dot-animate 1s infinite ease-in-out;
}

.circle-white1 {
    left: 403px;
    top: 92px;
}

.circle-white2 {
    right: 410px;
    top: 215px;
}

.page-two .txt {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    bottom: 15%;
}

.page-two h5 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}

.page-two .page-offer {
    display: block;
    color: #FFF;
    font-size: 14px;
    width: 300px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background: #FF890B;
    cursor: pointer;
}

.page-two .page-offer:hover {
    background: #f17c00;
}

@-webkit-keyframes dot-animate {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.8);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
    }
}
/*ç¬¬äºŒæ¨¡å—ç»“æŸ*/
.page-three {
    background: url(../images/bg02.jpg) repeat 0 0;
    background-size: cover;
    width: 100%;
}

.page-three-img1{
    position: absolute;
    z-index: 11;
    left: 50%;
    margin-left: -490px;
    top: -600px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.page-three-img1 img {
    width: 301px;
    height: 397px;
}

.page-three-img2{
    position: absolute;
    z-index: 11;
    left: 50%;
    margin-left: -155px;
    bottom: -600px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.page-three-img2 img {
    width: 324px;
    height: 465px;
}

.page-three-img3{
    position: absolute;
    z-index: 11;
    right: 50%;
    margin-right: -520px;
    top: -600px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.page-three-img3 img {
    width: 301px;
    height: 397px;
}
/*ç¬¬ä¸‰éƒ¨åˆ†ç»“æŸ*/
/*ç¬¬å››éƒ¨åˆ†å¼€å§‹*/
.hided {
    display: none;
}

.page-fore {
    background: url(../images/bg07.png) repeat center center;
    background-size: cover;
    width: 100%;
}

.page-fore-content{
    position: absolute;
    z-index: 11;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    margin-top: 200px;
}

.page-fore-rotate {
    background: url(../images/img04.png) no-repeat center center;
    width: 1135px;
    height: 467px;
    margin: 0 auto;
    position: relative;
}

.page-fore-word01 {
    top: 265px;
    left: 10px;
    cursor: pointer;
}
.page-fore-header {
    width: 40px !important;
    height: 26px !important;
    font-size: 20px;
    color: #000;
}
.page-fore-word01 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 4px;
    right: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}

.page-fore-word02 {
    top: 126px;
    left: 122px;
    cursor: pointer;
}
.page-fore-word02 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 3px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}
.page-fore-word03 {
    top: 25px;
    left: 280px;
    cursor: pointer;
}
.page-fore-word03 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 0px;
    right: 13px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}
.page-fore-word04 {
    top: -25px;
    left: 455px;
    cursor: pointer;
}
.page-fore-word04 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 2px;
    right: 21px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}
 .page-fore-word05 {
    top: -25px;
    left: 640px;
    cursor: pointer;
}
.page-fore-word05 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 0px;
    right: 32px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}
.page-fore-word06 {
    top: 25px;
    right: 254px;
    cursor: pointer;
}
.page-fore-word06 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: -2px;
    right: 42px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}
.page-fore-word07 {
    top: 135px;
    right: 98px;
    cursor: pointer;
}
.page-fore-word07 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 8px;
    right: 57px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}
.page-fore-word08 {
    top: 283px;
    right: -14px;
    cursor: pointer;
}
.page-fore-rotate .page-fore-word08 .page-fore-circle {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 11px;
    right: 53px;
    width: 20px;
    height: 20px;
    background: url(../images/dot-yellow.png) no-repeat 0 0;
}
.page-fore-rotate .page-fore-word {
    position: absolute;
    z-index: 22;
    width: 60px;
    height: 50px;
}

.page-fore-rotate .page-fore-word .page-fore-circle {
    display: none;
}

.page-fore-rotate .current .page-fore-circle {
    display: block;
}

.flow-rotate1 {
    transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    -moz-transform: rotate(-62deg);
    -webkit-transform: rotate(-62deg);
    -o-transform: rotate(-62deg);
}

.flow-rotate2 {
    transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
}

.flow-rotate3 {
    transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -webkit-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
}

.flow-rotate4 {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.flow-rotate5 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

.flow-rotate6 {
    transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    -o-transform: rotate(26deg);
}

.flow-rotate7 {
    transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    -o-transform: rotate(47deg);
}

.flow-rotate8 {
    transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    -moz-transform: rotate(57deg);
    -webkit-transform: rotate(57deg);
    -o-transform: rotate(57deg);
}

.page-fore-details .page-fore-photo {
    position: absolute;
    z-index: 15;
    display: none;
}

.page-fore-details .page-fore-photo01 {
    margin-left: -150px;
    left: 50%;
    top: 47px;
}

.page-fore-details .page-fore-photo02 {
    margin-left: -150px;
    left: 50%;
    top: 60px;
}

.page-fore-details .page-fore-photo03 {
    margin-left: -126px;
    left: 50%;
    top: 51px;
}

.page-fore-details .page-fore-photo04 {
    margin-left: -150px;
    left: 50%;
    top: 72px;
}

.page-fore-details .page-fore-photo05 {
    margin-left: -163px;
    left: 50%;
    top: 50px;
}

.page-fore-details .page-fore-photo06 {
    margin-left: -365px;
    left: 50%;
    top: 49px;
}

.page-fore-details .page-fore-photo07 {
    margin-left: -331px;
    left: 50%;
    top: 44px;
}

.page-fore-details .page-fore-photo08 {
    margin-left: -150px;
    left: 50%;
    top: 66px;
}

.page-fore-details .img01 {
    width: 240px;
    height: 232px;
}

.page-fore-details .img02 {
    width: 262px;
    height: 245px;
}

.page-fore-details .img03 {
    width: 195px;
    height: 345px;
}

.page-fore-details .img04 {
    width: 307px;
    height: 215px;
}

.page-fore-details .img05 {
    width: 496px;
    height: 283px;
}

.page-fore-details .img06 {
    width: 686px;
    height: 294px;
}

.page-fore-details .img07 {
    width: 664px;
    height: 290px;
}

.page-fore-details .img08 {
    width: 436px;
    height: 267px;
}

.page-fore-details .txt {
    display: block;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    /* bottom: 0; */
    top: 70%;
    width: 470px;
    margin: auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
}
/*ç¬¬å››éƒ¨åˆ†ç»“æŸ*/
/*ç¬¬äº”éƒ¨åˆ†å¼€å§‹*/
.page-five {
    background: url(../images/bg03.jpg) repeat 0 0;
    background-size: cover;
    width: 100%;
}

.page-five-content{
    width: 1080px;
    margin: 0 auto;
    margin-top: 100px;
}

.page-five-content ul {
    width: 1260px;
}

.page-five-content ul li {
    float: left;
    margin-right: 30px;
}

.page-five-content ul li img {
    width: 344px;
    height: 443px;
}

.page-five-one{
    margin-top: -1000px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.page-five-two{
    margin-left: -1000px;
}

.page-five-three{
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    margin-top: -1000px;
}
/*ç¬¬äº”éƒ¨åˆ†ç»“æŸ*/
/*ç¬¬å…­éƒ¨åˆ†å¼€å§‹*/
.page-six {
    background: url(../images/bg04.jpg) repeat;
    background-size: cover;
    width: 100%;
}

.page-six-cntent {
    margin-top: 130px;
    height: 260px;
    position: relative;
}

.page-six-img1{
    position: absolute;
    z-index: 11;
    left: -200px;
    margin-left: -620px;
    top: 0;
}

.page-six-img1 img {
    width: 525px;
    height: 280px;
}

.page-six-img2{
    position: absolute;
    z-index: 11;
    left: 50%;
    margin-left: -58px;
    top: -50px;
    margin-top: -75px;
}

.page-six-img2 img {
    width: 117px;
    height: 151px;
}

.page-six-img3{
    position: absolute;
    z-index: 11;
    right: -200px;
    margin-right: -630px;
    top: 0;
}

.page-six-img3 img {
    width: 529px;
    height: 280px;
}
/*ç¬¬å…­éƒ¨åˆ†ç»“æŸ*/
/*ç¬¬ä¸ƒéƒ¨åˆ†å¼€å§‹*/
.page-senven {
    background: url(../images/bg05.jpg) repeat;
    background-size: cover;
    width: 100%;
    position: relative;!important;
}

.page-senven-content {
    position: absolute;
    z-index: 11;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    margin-top: 200px;
}

.page-senven-build {
    margin-bottom: 70px;
}

.page-senven-title {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.page-senven-list {
    text-align: center;
    margin-bottom: 50px;
}

.page-senven-list ul li {
    display: inline-block;
    margin: 0 5px;
}

.page-senven-word {
    font-size: 16px;
}

.page-senven-list ul li .icon {
    display: block;
    height: 120px;
}

.page-senven-list ul li .icon:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: .3s linear;
    -webkit-transition: .3s linear;
}

.page-senven-list ul li .icon01 {
    width: 120px;
    background: url(../images/icon01.png) no-repeat center center;
}

.page-senven-list ul li .icon02 {
    width: 135px;
    background: url(../images/icon02.png) no-repeat center center;
}

.page-senven-list ul li .icon03 {
    width: 120px;
    background: url(../images/icon03.png) no-repeat center center;
}

.page-senven-list ul li .icon04 {
    width: 105px;
    background: url(../images/icon04.png) no-repeat center center;
}

.page-senven-list ul li .icon05 {
    width: 105px;
    background: url(../images/icon05.png) no-repeat center center;
}

.page-senven-list ul li .icon06 {
    width: 187px;
    background: url(../images/icon06.png) no-repeat center center;
}

.page-senven-list ul li .icon07 {
    width: 100px;
    background: url(../images/icon07.png) no-repeat center center;
}

.page-senven-list ul li .icon08 {
    width: 120px;
    background: url(../images/icon08.png) no-repeat center center;
}

.page-senven-list ul li .icon09 {
    width: 190px;
    background: url(../images/icon09.png) no-repeat center center;
}

.page-senven-list ul li .icon10 {
    width: 121px;
    background: url(../images/icon10.png) no-repeat center center;
}

.page-senven-list ul li .icon11 {
    width: 150px;
    background: url(../images/icon11.png) no-repeat center center;
}

.page-senven-list ul li .icon12 {
    width: 85px;
    background: url(../images/icon12.png) no-repeat center center;
}

.page-senven-list ul li .icon13 {
    width: 130px;
    background: url(../images/icon13.png) no-repeat center center;
}
/*ç¬¬ä¸ƒéƒ¨åˆ†ç»“æŸ*/
/*ç¬¬å…«éƒ¨åˆ†å¼€å§‹*/
.page-eight {
    background: url(../images/bg06.png) repeat;
    background-size: cover;
    width: 100%;
}

.page-eight-content {
    margin-top: 35px;
}

.page-eight-content h5 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.page-eight-icon {
    text-align: center;
    padding: 20px 0;
}

.page-eight-icon ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.page-eight-icon ul li .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.page-eight-icon ul li .icon01 {
    background: url(../images/icon-bar01.png) no-repeat 0 0;
}

.page-eight-icon ul li .icon02 {
    background: url(../images/icon-bar02.png) no-repeat 0 0;
}

.page-eight-icon ul li .icon03 {
    background: url(../images/icon-bar03.png) no-repeat 0 0;
}

.page-eight-icon ul li .icon04 {
    background: url(../images/icon-bar04.png) no-repeat 0 0;
}

.page-eight-icon ul li .icon05 {
    background: url(../images/icon-bar05.png) no-repeat 0 0;
}
.page-eight-icon ul li .icon06 {
    background: url(../images/icon-bar06.png) no-repeat 0 0;
}

.page-eight-hand {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    height: 428px;
    background: url(../images/img-hand.png) no-repeat center 0;
}

.page-eight-information {
    margin: -10px auto 20px;
    text-align: center;
    position: relative;
    z-index: 20;
    overflow: hidden;
    width: 400px;
}


.page-eight-footer{
    text-align: center;
    font-size: 14px;
    clear: both;
}

.page-eight-footer span {
    color: #ff4d49;
}

.page-eight-list {
    width: 360px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 20;
}

.page-eight-list h6 {
    color: #999;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.page-eight-list h6 span {
    color: #ff890b;
}

.page-eight-list h6 strong {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}

.page-eight-form {
    margin: 15px auto;
}

.page-eight-form li {
    margin-bottom: 7px;
    overflow: hidden;
}

.page-eight-form input:focus {
    border: 1px solid #ff890b;
}

.page-eight-word {
    display: block;
    width: 348px;
    border: 1px solid #eee;
    height: 14px;
    line-height: 14px;
    outline: none;
    padding: 13px 5px;
    font-size: 12px;
}

.page-eight-word:focus {
    border: 1px solid #ff890b;
}

.page-eight-word02 {
    width: 248px;
    float: left;
}

.page-eight-code {
    height: 42px;
    line-height: 42px;
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    background: #f0f0f0;
    width: 100px;
    font-size: 12px;
}

.page-eight-code:hover {
    background: #d6d6d6;
}

.page-eight-list .state {
    color: #999;
    line-height: 24px;
    font-size: 12px;
}

.page-eight-list .state span {
    color: #ff9900;
}

.page-eight-apply {
    background: #ff890b;
    text-align: center;
    color: #fff;
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    margin-bottom: 5px;
}

.page-eight-apply:hover {
    background: #f74a0d;
}

.page-eight-list .tera {
    overflow: hidden;
    color: #999;
    min-height: 70px;
    width: 288px;
    border: 1px solid #ccc;
    padding: 5px;
}

.page-eight-list .tera:focus {
    border: 1px solid #ff890b;
}

.page-eight-list .lookStep_download {
    height: 36px;
    line-height: 36px;
}

.page-eight-list .lookStep_download a {
    color: #666;
    padding-left: 15px;
}

.page-eight-list .lookStep_download a:hover {
    color: #d6162d;
}

.page-eight-list .lookStep_download .lookStep {
    background: url(../images/l_icon_01.png) no-repeat left center;
    margin-right: 20px;
}

.page-eight-list .lookStep_download .download {
    background: url(../images/l_icon_01.png) no-repeat left center;
}

.page-eight-share {
    margin-left: 20px;
}

.page-eight-share a {
    width: 90px !important;
    height: 80px !important;
    display: inline-block;
}

.page-eight-share a.page-eight-chat {
    background: url(../images/weixin.png) no-repeat 0 0 !important;
}

.page-eight-share a.page-eight-sina {
    background: url(../images/weibo.png) no-repeat 0 0 !important;
}

.page-eight-share a.page-eight-tencent {
    background: url(../images/tx_weibo.png) no-repeat 0 0 !important;
}

.page-eight-share a.page-eight-qq {
    background: url(../images/qq.png) no-repeat 0 0 !important;
}

/*ç¬¬å…«éƒ¨åˆ†å§ç»“æŸ*/

/*åº•éƒ¨å¼€å§‹*/
.check-code {
    background: transparent url(../images/input_tupian.png) no-repeat scroll 0 0 !important;
    display: none;
    height: 64px;
    padding: 15px;
    position: absolute;
    right: -25px;
    top: -97px;
    width: 136px;
}

.check-code span {
    display: initial !important;
    height: initial !important;
    line-height: initial !important;
}

.check-code span a {
    color: #ff6929;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 40px;
}

.check-code span input {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    padding-left: 5px;
    width: 65px;
}

.check-code span input:focus {
    border: 1px solid #ff6929;
}

.check-code span button {
    background: #ff6929 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 22px;
    line-height: 20px;
    margin-top: 7px;
    width: 50px;
}

.zhaobiao-focus {
    background-color: #ffffcd !important;
}

.bottom-float {
    height: 120px;
    width: 100%;
    min-width: 1230px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    /*display: none;*/
    background: rgba(0, 0, 0, 0.8);
}

.bottom-float .float-body {
    margin: 0 auto;
    width: 1230px;
    height: 120px;
    position: relative;
}

.bottom-float .float-body .explain {
    float: left;
    /*margin: 13px 10px 0px 0px;*/
    margin-right: 10px;
}

.bottom-float .float-body .forms {
    float: left;
    height: 100px;
    margin: 10px 25px 0px 30px;
    padding: 0px;
    background-color: transparent;
}

.bottom-float .float-body .forms .form-area {
    height: 80px;
    position: relative;
}

.bottom-float .float-body .forms .form-area .col1 {
    margin: 0px 80px 0px 0px;
    height: 80px;
}

.bottom-float .float-body .forms .form-area .col1 .s1 {
    float: left;
    width: 120px;
    margin: 0px 5px 0px 0px;
    height: 80px;
}

.bottom-float .float-body .forms .form-area .col1 .s2 {
    float: left;
    margin: 0px 10px 0px 0px;
    height: 80px;
}

.bottom-float .float-body .forms .form-area .col1 .ele {
    height: 35px;
    position: relative;
}

.bottom-float .float-body .forms .form-area .col1 .ele input {
    border: 0px;
    width: 120px;
    text-indent: 7px;
    height: 15px;
    line-height: 15px;
    padding: 10px 0;
    font-size: 12px;
    border: 0px;
    background: #FFFFFF;
    *padding: 10px 5px;
    *height: 15px;
    color: #999;
    display: block;
    float: left;
}

.bottom-float .float-body .forms .form-area .col1 .ele input.area {
    width: 85px;
}

.bottom-float .float-body .forms .form-area .col1 .ele .area-tips {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #888;
    background: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}

.bottom-float .float-body .forms .form-area .col1 .ele select {
    border: 0px;
    background: #fff;
    display: inline-block;
    height: 34px;
    margin: 0px;
    margin-right: 5px;
    padding: 6px 0 8px 0;
    font-size: 12px;
    color: #999;
    width: 116px;
    *width: 100px;
    _width: 100px;
    *height: 15px;

}

.bottom-float .float-body .forms .form-area .col1 .ele select.select1 {
    float: left;
}

.bottom-float .float-body .forms .form-area .col1 .ele.t {
    margin: 0px 0px 10px 0px;
}

.bottom-float .float-body .forms .form-area .col1 .ele.t .mobilecode {
    width: 90px;
    margin-left: 5px;
}

.bottom-float .float-body .forms .form-area .col1 .ele.t .get_tupian_box {
    height: 35px;
    display: block;
    border: medium none;
    outline: medium none;
    cursor: pointer;
    float: right;
    width: 80px;
}

.bottom-float .float-body .forms .form-area .col1 .ele.t .check-code .picturecode {
    height: 20px;
    width: 72px;
    border: 1px solid gray;
    padding: 0 !important;
}

.bottom-float .float-body .forms .form-area .col3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 58px;
    color: #FFFFFF;
    font-size: 14px;
    background: #FF8A00;
    text-align: center;
    line-height: 18px;
    padding: 22px 0px 0px;
}

.bottom-float .float-body .forms .form-area .col3 input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.bottom-float .float-body .forms .num-text {
    height: 20px;
    line-height: 28px;
    color: #E98003;
    font-size: 12px;
}

.bottom-float .float-body .close1 {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
}

.bottom-float .float-body .qrcode {
    position: relative;
    width: 80px;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.bottom-open {
    position: fixed;
    height: 135px;
    background-color: rgba(0, 0, 0, .8);
    bottom: -30px;
    left: -60px;
    z-index: 13;
    cursor: pointer;
    display: none;
}

.bottom-open img {
    position: absolute;
    margin: -8px 0px 0px -5px;
}

.bottom-float .float-body .forms .form-area .col3 .submitFabu {
    cursor: pointer;
}
.bottom-picture{
    width: 400px;
    height: 120px;
    float: left;
}
.bottom-list{
    width: 100px;
    height: 100%;
    float: left;
    padding: 0px 15px;
}
.bottom-list-img{
    width: 54px;
    height: 54px;
    margin: 0 auto;
    margin-top: 15px;
}
.bottom-list-word{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
/*åº•éƒ¨ç»“æŸ*/
@media screen and (min-width: 1360px) and (max-width: 1366px){
    .page-two .img { background-size: 60%; bottom: 18%; }
    .page-img-hide{background-size: 60%;bottom: 18%;}
    .circle-white1 {
        left: 443px;
        top: 123px;
    }
    .circle-white2 {
        right: 447px;
        top: 198px;
    }
    .page-three .page-three-img .page-three-img1 img { width: 200px; height: 255px; }
    .page-three .page-three-img .page-three-img1 { margin-left: -300px; }
    .page-three .page-three-img .page-three-img2 { margin-left: -50px; }
    .page-three .page-three-img .page-three-img3 { margin-right: -400px; }
    .page-three .page-three-img .page-three-img2 img { width: 220px; height: 316px; }
    .page-three .page-three-img .page-three-img3 img { width: 180px; height: 237px; }
    .page-five .page-five-content ul li img { width: 200px; height: 258px; }
    .page-five .page-five-content { width: 620px; }
    .page-six .page-six-cntent .page-six-img1 img { width: 400px; height: 213px; }
    .page-six .page-six-cntent .page-six-img2 img { width: 80px; height: 103px; }
    .page-six .page-six-cntent .page-six-img3 img { width: 400px; height: 212px; }
}