/* 
* @Author: anchen
* @Date:   2016-11-01 15:10:19
* @Last Modified by:   anchen
* @Last Modified time: 2016-11-11 16:40:24
*/
.header{
    width:100%;
    height: 96px;
    background: #f7f7f7;
    overflow: hidden;
}
.header ul{
    width:300px;
    margin:0 auto;
    margin-top: 20px;
    overflow:hidden;
}
.header ul li a{
    float: left;
    display: block;
    margin:0 10px;
}
.header ul li:first-child a{
    margin-top: 6px;
    border-right: solid 2px #595656;
}
nav{
    overflow:hidden;
    width:100%;
    height:60px;
    padding-top:130px;
    background:url(../img/new7.jpg) no-repeat 50% 26%;
}
nav ul{
    overflow:hidden;
    width:1000px;
    height:60px;
    margin:0 auto;
}
nav ul li a{
    float:left;
    width:16%;
    color: #808281;
    border-right: 1px solid #808281;
    text-align: center;
}
nav ul li:first-child a{
    border-left: 1px solid #808281;
}
nav ul li a:hover{
    color: #808281;
}

.page_1{
    width:100%;
    height:670px;
}
.gif_1{
    width:1000px;
    height:auto;
    margin:0 auto;
    position:relative;
}

/*动图*/
.min_1 {
    position: absolute;
    bottom: 85px;
    left: 72px;
    width: 74px;
    animation:first 1s linear 0.1s infinite alternate;
}
@keyframes first {
    to{
        bottom:75px;
    }
}
.min_2 {
    position: absolute;
    top: 24px;
    left: 104px;
    width: 58px;
    animation: two 1s linear 0.1s infinite alternate;
}
@keyframes two {
    to{
        top: 27px;
        left: 98px;
    }
}
.min_3 {
    position: absolute;
    bottom: 120px;
    left: 43.5%;
    width: 53px;
    animation: three 1s linear 0.1s infinite alternate;
}
@keyframes three {
    to{
        left: 45%;
    }
}
.min_4 {
    position: absolute;
    bottom: 52px;
    right: 147px;
    width: 154px;
    animation: fore 1s linear 0.1s infinite alternate;
}
@keyframes fore {
    to{
        bottom:47px;
        right:136px;
    }
}
.min_5 {
    position: absolute;
    top: 4px;
    left: 407px;
    width: 194px;
    animation: five .6s linear 0.1s infinite alternate;
}
@keyframes five {
    to{
        left: 412px;
    }
}
.min_6 {
    position: absolute;
    top: 18px;
    left: 62%;
    width: 60px;
    animation: six 1s linear 0.1s infinite alternate;
        -webkit-transform: rotate(-6deg);
           -moz-transform: rotate(-6deg);
            -ms-transform: rotate(-6deg);
             -o-transform: rotate(-6deg);
                transform: rotate(-6deg);
}
@keyframes six {
    to{
        -webkit-transform: rotate(6deg);
           -moz-transform: rotate(6deg);
            -ms-transform: rotate(6deg);
             -o-transform: rotate(6deg);
                transform: rotate(6deg);
    }
}
.min_7 {
    position: absolute;
    top: 2px;
    left: 35%;
    width: 52px;
    animation: seven 1s linear 0.1s infinite alternate;
        -webkit-transform: rotate(-8deg);
           -moz-transform: rotate(-8deg);
            -ms-transform: rotate(-8deg);
             -o-transform: rotate(-8deg);
                transform: rotate(-8deg);
}
@keyframes seven {
    to{
        -webkit-transform: rotate(8deg);
           -moz-transform: rotate(8deg);
            -ms-transform: rotate(8deg);
             -o-transform: rotate(8deg);
                transform: rotate(8deg);
    }
}
.min_8 {
    position: absolute;
    top: 38px;
    left: 27%;
    width: 58px;
    animation: eight 1s linear 0.1s infinite alternate;
        -webkit-transform: rotate(-8deg);
           -moz-transform: rotate(-8deg);
            -ms-transform: rotate(-8deg);
             -o-transform: rotate(-8deg);
                transform: rotate(-8deg);
}
@keyframes eight {
    to{
        -webkit-transform: rotate(8deg);
           -moz-transform: rotate(8deg);
            -ms-transform: rotate(8deg);
             -o-transform: rotate(8deg);
                transform: rotate(8deg);
    }
}
.min_9 {
    position: absolute;
    top: 16px;
    right: 159px;
    width: 150px;
    z-index: 998;
}
.min_9 .white_bg{
    width:70px;
    height:80px;
    background:#fff;
    position:absolute;
    top:0;
    right:-10px;
    animation: nine 3s linear 0.1s infinite;
}
@keyframes nine {
    0%{width:70px;}
    25%{width:50px;}
    50%{width:30px;}
    75%{width:10px;}
    100%{width:0;}
}
.min_10 {
    position: absolute;
    top: 40px;
    right: 67px;
    width: 269px;
    z-index: 999;
}
.min_11 {
    position: absolute;
    top: 223px;
    left: 376px;
    width: 58px;
    display: none; 
}
.min_12 {
    position: absolute;
    top: 130px;
    right: 242px;
    width: 27px;
    z-index: 999;
}



.page_2{
    width:100%;
    height:800px;
    overflow:hidden;
    background:url(../img/7day2.jpg) no-repeat center top;
    background-size: cover;
    animation:gogo 6s linear 3s infinite;
}
/*.page_2:hover{
    animation-play-state: paused;
}*/
@keyframes gogo {
            0%{ background:url(../img/7day2.jpg) no-repeat center top;background-size: cover; }
            25%{ background:url(../img/7day2.jpg) no-repeat center top;background-size: cover; }
            50%{ background:url(../img/7day_night.jpg) no-repeat center top;background-size: cover; }
            75%{ background:url(../img/7day_night.jpg) no-repeat center top;background-size: cover; }
            100%{ background:url(../img/7day2.jpg) no-repeat center top;background-size: cover; }
        }

.page_2 .refresh_zuo {
    width:80%;
    max-width: 1200px;
    height: 500px;
    margin:0 auto;
    padding-top:80px;
}
.refresh_zuo h3{
    color:#009fe9;
    font-size: 36px;
    padding: 20px 0;
}
.refresh_zuo p{
    font-size: 20px;
    line-height: 50px;
    color:#555;
}
.refresh_zuo p b{
    font-size: 28px;
    color:#555;
}
.page_3{
    width:100%;
    height:740px;
    background:url(../img/page3.jpg) no-repeat 80% 0;
    background-size: cover;
    padding-top:60px;
}
.text_3{
    width:80%;
    max-width: 1200px;
    margin:0 auto;
    line-height: 50px;
    font-size: 20px;
    color:#555;
}
.text_3>img {
    width: 387px;
    height: auto;
    margin-left: -47px;
    margin-top: 36px;
}

/*banner*/
.lifestyle_banner{
    width:100%;
    overflow:hidden;
    position:relative;
    height:470px;
}
.lifestyle_banner ul{
    overflow:hidden;
}
.lifestyle_banner ul li{
    width:100%;
    position:absolute;
    top: 0;
    left: 0;
    display:none;
}
.lifestyle_banner ul li a{
    display:block;
}
.lifestyle_banner ul li a img{
    display:block;
    width:100%;
    height:auto;
}
.lifestyle_banner .prev_l {
    width: 6.2rem;
    height: 6.2rem;
    position: absolute;
    top: 42%;
    left: 2%;
    color: #fff;
    font-size: 6rem;
    font-family: serif;
    text-align: center;
}
.lifestyle_banner .prev_r{
    width:6.2rem;
    height:6.2rem;
    position:absolute;
    top:42%;
    right: 2%;
    color:#fff;
    font-size: 6rem;
    font-family: serif;
    text-align: center;
}

.page_5{
    width:100%;
    height:725px;
    background:url(../img/page4.jpg) no-repeat 50% 0;
    background-size: cover;
    padding-top:60px;
}
.view{
    width:80%;
    max-width: 1200px;
    height:725px;
    margin:0 auto;
    color:#fff;
}
.view h3{
    font-size: 36px;
    padding:50px 0 30px;
    font-weight: 400;
}
.view p{
    font-size: 20px;
    line-height: 50px;
}
.view .play{
    width:110px;
    height:110px;
    background:#fff;
    border-radius: 200%;
    display:block;
    position:relative;
    color:#fff;
    font-size: 16px;
    margin-top: 30px;
    box-shadow:0 0 0 2px #a0a0a0;
}
.view .play:before{
    content:'点击观看';
    position:absolute;
    top:46px;
    left:120px;
    width:120px;
}
.view .play:after{
    content: '';
    position: absolute;
    top: 34px;
    left: 30px;
    width: 0;
    height: 0;
    border-bottom: 40px solid #7b7b7b;
    border-left: 40px solid transparent;
    transform: rotate(-45deg);
}
.page_6{
    width:100%;
    height:300px;
    background:#e8e7e5;
    padding-top:40px;
}
.page_6 ul{
    width:80%;
    max-width: 1200px;
    min-width: 1000px;
    margin:0 auto;
}
.page_6 ul li{
    float:left;
    color:#FFF;
    width:25%;
    text-align: center;
    color:#333;
    border-right: 1px solid #999;
    box-sizing: border-box;
}
.page_6 ul li:last-child{
    border:none;
}
.page_6 ul li span{
    width:120px;
    height:120px;
    display:block;
    margin:0 auto;
    background:url(../img/a7.jpg) no-repeat;
}
.page_6 ul li span.pic_2{
    background-position:-135px 0;
}
.page_6 ul li span.pic_3{
    background-position:-267px 0;
}
.page_6 ul li span.pic_4{
    background-position:-398px 0;
}
.page_6 ul li h3 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: 400;
}
.page_6 ul li p {
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
}
.page_7{
    width:100%;
    height:567px;
    min-width: 1000px;
}
.page_7 .zuo {
    width: 50%;
    height: 567px;
    float: left;
    background: #fff000;
    padding:8% 8% 0 15%;
    box-sizing: border-box;
    overflow:hidden;
}
.page_7 .zuo h3{
    font-size: 36px;
    font-weight: 400;
    padding:0 0 20px;
}
.page_7 .zuo ul li{
    font-size: 16px;
    width:100%;
    line-height: 30px;
    margin-top: 20px;
    position:relative;
    padding-left: 40px;
}
.page_7 .zuo ul li span{
    width:30px;
    height:30px;
    display:inline-block;
    background:#333;
    color:#FFF;
    border-radius:200%;
    line-height: 30px;
    text-align: center;
    position:absolute;
    top:2px;
    left:0;
}
.page_7 .you{
    width:50%;
    height:567px;
    float:right;
    background:url(../img/a1.jpg) no-repeat;
    background-size: cover;
}
.page_8{
    width:100%;
    height:567px;
    min-width: 1000px;
}
.page_8 .zuo{
    width:50%;
    height:567px;
    float:left;
    background:url(../img/a2.jpg) no-repeat 50% 0;
    background-size: cover;
}
.page_8 .you{
    width:50%;
    height:567px;
    float:right;
    background:#e8e7e5;
    padding:8% 15% 0 8%;
    box-sizing: border-box;
    overflow:hidden;
}
.page_8 .you h3{
    font-size: 36px;
    font-weight: 400;
    padding:0 0 20px;
}
.page_8 .you ul li{
    font-size: 16px;
    width:100%;
    line-height: 30px;
    margin-top: 20px;
    position:relative;
    padding-left: 40px;
}
.page_8 .you ul li span{
    width:30px;
    height:30px;
    display:inline-block;
    background:#333;
    color:#FFF;
    border-radius:200%;
    line-height: 30px;
    text-align: center;
    position:absolute;
    top:2px;
    left:0;
}
.page_9 .zuo{
    background:#00a0ea;
    color:#fff;
}
.page_9 .zuo ul li span{
    background:#fff100;
    color:#00a0e9;
}
.page_9 .you{
    background:url(../img/a3.jpg) no-repeat 50% 0;
}
.page_10 .zuo{
    background:url(../img/a4.jpg) no-repeat 50% 0;
}
.page_11 .zuo{
    background:#f2e82f;
}
.page_11 .you{
    background:url(../img/a5.jpg) no-repeat 50% 0;
}
.page_12{
    width:100%;
    height:567px;
    background:#f4f4f4;
}
.page_12 .ditu{
    width:100%;
    height:567px;
    background:url(../img/a6.jpg) no-repeat 55% 0;
}
.future{
    width:80%;
    max-width: 1200px;
    margin:0 auto;
    padding-top:30px;
}
.future h3{
    font-size: 36px;
    font-weight: 400;
    color:#01a1e9;
    padding:40px 0;
}
.future p{
    font-size: 20px;
    line-height: 40px;
    width:25%;
}
.future span{
    font-size: 20px;
    color:#01a1e9;
}
.footer{
    width:100%;
    height: 270px;
    background:#e8e7e5;
}
.footin{
    width:1000px;
    margin:0 auto;
    padding: 44px 0;
    font-size: 18px;
}
.erweima {
    width: 50%;
    height: 100px;
    display: inline-block;
    background: url(../img/erweima.jpg) no-repeat 0 0;
    background-size: 20%;
    padding-left: 130px;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 18px;
}
.red{
    color:red;
}