.banner{
    width: 100%;
    height: 530px;
}
.banner .wrap{
    position: relative;
}
.banner .wrap .banner-slider{
    height: 100%;
}
.banner .wrap .introduce{
    width: 425px;
    height: 165px;
    position: absolute;
    left: 75px;
    top: 291px;
    background-color: rgba(0,0,0,.5);
}
.banner .wrap .introduce .hd{
    width: 425px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}
.banner .wrap .introduce .hd .title{
    color: #fff;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    padding: 0 22px;
    display: inline-block;
    vertical-align: -4px;
}
.banner .wrap .introduce .hd .left-square,
.banner .wrap .introduce .hd .right-square{
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
}
.banner .wrap .introduce .con{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 0 30px;
    text-align: center;
}
.count{
    height: 200px;
    width: 100%;
    margin-top: 36px;
}
.count .wrap .count-item{
    float: left;
    width: 355px;
    height: 100%;
    padding-top: 40px;
    border-right: 1px #eee solid;
    padding-left: 157px;
}
.count .wrap .count-item.bg1{
    background-image: url("../images/bg-area1.png");
    background-repeat: no-repeat;
    background-position: 30px 38px;
}
.count .wrap .count-item.bg2{
    background-image: url("../images/bg-area2.png");
    background-repeat: no-repeat;
    background-position: 40px 38px;
}
.count .wrap .count-item.bg3{
    background-image: url("../images/bg-area3.png");
    background-repeat: no-repeat;
    background-position: 37px 38px;
}
.count .wrap .count-item.bg4{
    background-image: url("../images/bg-area4.png");
    background-repeat: no-repeat;
    background-position: 18px 38px;
}
.count .wrap .count-item:last-of-type{
    border: none;
}
.count .wrap .count-item .number{
    display: inline;
    font-size: 48px;
    line-height: 1.5em;
}
.count .wrap .count-item .number.color1{
    color: rgb(0, 153, 204);
}
.count .wrap .count-item .number.color2{
    color: #88ba88;
}
.count .wrap .count-item .number.color3{
    color: #0099cc;
}
.count .wrap .count-item .number.color4{
    color: #d78b27;
}
.count .wrap .count-item .unit{
    color: #036;
    font-size: 18px;
}
.count .wrap .count-item .description{
    color: #999;
    font-size: 14px;
}
.panorama{
    margin-top: 55px;
    width: 100%;
    height: 460px;
}
.panorama .wrap .title,
.recommend .wrap .title,
.raiders .wrap .title,
.news .wrap .title{
    font-size: 30px;
    color: #333;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    display: none;
}
.panorama .wrap .subtitle,
.recommend .wrap .subtitle,
.raiders .wrap .subtitle,
.news .wrap .subtitle{
    font-size: 14px;
    color:#666;
    width: 100%;
    text-align: center;
    height: 17px;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 46px;
    display: none;
}
.panorama .wrap .panorama-main{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
/* .panorama .wrap .panorama-main::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    transform-origin: right center;
}
.panorama .wrap .panorama-main::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    transform-origin: left center;
} */
@-webkit-keyframes piccircleshow{
    0%{
        transform: rotate(0);
        z-index: 1;
    }
    40%{
        opacity: 1;
    }
    99%{
        transform: rotate(90deg);
        opacity: 0;
    }
    100%{
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-moz-keyframes piccircleshow{
    0%{
        transform: rotate(0);
        z-index: 1;
    }
    40%{
        opacity: 1;
    }
    99%{
        transform: rotate(90deg);
        opacity: 0;
    }
    100%{
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-o-keyframes piccircleshow{
    0%{
        transform: rotate(0);
        z-index: 1;
    }
    40%{
        opacity: 1;
    }
    99%{
        transform: rotate(90deg);
        opacity: 0;
    }
    100%{
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-ms-keyframes piccircleshow{
    0%{
        transform: rotate(0);
        z-index: 1;
    }
    40%{
        opacity: 1;
    }
    99%{
        transform: rotate(90deg);
        opacity: 0;
    }
    100%{
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes piccircleshow{
    0%{
        transform: rotate(0);
        z-index: 1;
    }
    40%{
        opacity: 1;
    }
    99%{
        transform: rotate(90deg);
        opacity: 0;
    }
    100%{
        transform: rotate(90deg);
        opacity: 0;
    }
}
.panorama .wrap .panorama-main image{
    width: 100%;
    height: 350px;
}
.panorama .wrap .panorama-main .left-btn,
.panorama .wrap .panorama-main .right-btn{
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,.5);
}
.panorama .wrap .panorama-main .panorama-main-description{
    color:#fff;
    font-size: 16px;
    line-height: 32px;
    width: 500px;
    position: absolute;
    bottom: 36px;
    left: 460px;
    text-align: center;
    
}
.panorama .wrap .panorama-main .left-btn{
    left: 0;
}
.panorama .wrap .panorama-main .right-btn{
    right: 0;
}
.panorama .wrap .panorama-main .left-btn img,
.panorama .wrap .panorama-main .right-btn img{
    width: 37px;
    height: 37px;
    margin-top: 156px;
    margin-left: 21px;
}
.recommend{
    margin-top: 60px;
    width: 100%;
    height: 556px;
}
.recommend .recommend-main .left{
    width: 911px;
    height: 451px;
    font-size: 0;
}
.recommend .recommend-main .left .recommend-item{
    display: inline-block;
    position: relative;
}
.recommend .recommend-main .recommend-item{
    opacity: 0.9;
    overflow: hidden;
}
.recommend .recommend-main .recommend-item:hover{
    opacity: 1;
}
/* .recommend .recommend-main  .left .recommend-item::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 130%;
    left: -150px;
    top: -100px;
    background-color: hsla(50, 50%, 100%, 0.6);
    opacity: 0.4;
    transform: rotate(30deg);
}
.recommend .recommend-main .left .recommend-item:hover::after{
    animation: picshine 0.4s 1;
} */
@-webkit-keyframes picshine{
    0%{
        left: -150px;
    }
    99%{
        left: 625px;
        top: -80px;
    }
    100%{
        left: -150px;
        top: -100px;
        opacity: 0.9;
    }
}
@-moz-keyframes picshine{
    0%{
        left: -150px;
    }
    99%{
        left: 625px;
        top: -80px;
    }
    100%{
        left: -150px;
        top: -100px;
        opacity: 0.9;
    }
}
@-ms-keyframes picshine{
    0%{
        left: -150px;
    }
    99%{
        left: 625px;
        top: -80px;
    }
    100%{
        left: -150px;
        top: -100px;
        opacity: 0.9;
    }
}
@-o-keyframes picshine{
    0%{
        left: -150px;
    }
    99%{
        left: 625px;
        top: -80px;
    }
    100%{
        left: -150px;
        top: -100px;
        opacity: 0.9;
    }
}
@keyframes picshine{
    0%{
        left: -150px;
    }
    99%{
        left: 625px;
        top: -80px;
    }
    100%{
        left: -150px;
        top: -100px;
        opacity: 0.9;
    }
}
.recommend .recommend-main .left .recommend-item:nth-of-type(1){
    margin-right: 30px;
    width: 400px;
    height: 450px;
}
.recommend .recommend-main .left .recommend-item:nth-of-type(2){
    width: 480px;
    height: 450px;
}

.recommend .recommend-main .left .recommend-item  img{
    width: 100%;
    height: 100%;
}

.recommend .recommend-main .left .recommend-item .image-title,
.recommend .recommend-main .right .recommend-item .image-title{
    font-size: 30px;
    color: #fff;
    padding-left: 35px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 0;
    bottom: 60px;
}
.recommend .recommend-main .left .recommend-item .image-description,
.recommend .recommend-main .right .recommend-item .image-description{
    font-size: 16px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 30px;
    padding-left: 35px;
}
.recommend .recommend-main .right{
    width: 479px;
    height: 451px;
}
.recommend .recommend-main .right .recommend-item{
    width: 479px;
    height: 210px;
    position: relative;
}
.recommend .recommend-main .right .recommend-item:nth-of-type(1){
    margin-bottom: 30px;
}
.recommend .recommend-main .right .recommend-item:nth-of-type(1) a img,
.recommend .recommend-main .right .recommend-item:nth-of-type(2) a img{
    width: 479px;
    height: 210px;
}
.recommend .recommend-main .right .recommend-item .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}
.recommend .recommend-main .right .recommend-item .play{
    width: 72px;
    height: 72px;
    position: absolute;
    left: 203px;
    top: 69px;
    z-index: 3;
    background: url('../images/ico_play.png') 0 0 no-repeat;
    cursor: pointer;
}
.recommend .recommend-main .right .recommend-item .play:hover{
    transform: scale(1.2);
    transition: transform 0.2s linear;
}
.recommend .recommend-main .right .recommend-item .video-word{
    z-index: 3;
}
.raiders{
    width: 100%;
    height: 306px;
    margin-top: 48px;
}
.raiders .wrap .subtitle{
    margin-bottom: 41px;
}
.raiders .wrap .raiders-list{
    height: 200px;
    width: 100%;
    background: url('../images/bg_raiders.png') 0 0 no-repeat;
    padding: 0 52px;
}
.raiders .wrap .raiders-list .raiders-list-item{
    width: 185px;
    height: 100%;
    float: left;
    position: relative;
}
.raiders .wrap .raiders-list .raiders-list-item img{
    position: absolute;
    top: 57px;
    left: 62px;
    cursor: pointer;
}
.raiders .wrap .raiders-list .raiders-list-item:nth-of-type(2) img{
    left: 64px;
    top: 60px;
}
.raiders .wrap .raiders-list .raiders-list-item:nth-of-type(3) img{
    top: 62px;
}
.raiders .wrap .raiders-list .raiders-list-item:nth-of-type(4) img{
    top: 62px;
    left: 58px;
}
.raiders .wrap .raiders-list .raiders-list-item:nth-of-type(5) img{
    top: 76px;
    left: 58px;
}
.raiders .wrap .raiders-list .raiders-list-item:nth-of-type(6) img{
    top: 66px;
    left: 46px;
}
.raiders .wrap .raiders-list .raiders-list-item:nth-of-type(7) img{
    top: 64px;
    left: 68px;
}
.raiders .wrap .raiders-list .raiders-list-item .title{
    text-align: center;
    color: #003300;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 122px;
    cursor: pointer;
}

.news{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 58px;
}
.news .wrap .subtitle{
    margin-bottom: 35px;
}
.news .wrap .news-list{
    width: 100%;
    /* height: 150px; */
    /* padding: 0 12px; */
    display: none;
}
.news .wrap .news-list .news-list-item{
    width: 400px;
    /* height: 150px; */
    margin-right: 110px;
    float: left;
}
.news .wrap .news-list .news-list-item:last-of-type{
    margin-right: 0px;
}
.news .wrap .news-list .news-list-item .image{
    margin-right: 10px;
    width: 400px;
    height: 130px;
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    transition: opacity 0.3s ease-in-out;
}
.news .wrap .news-list .news-list-item .image:hover{
    opacity: 1;
}
.news .wrap .news-list .news-list-item .news-contain{
    margin-top: 16px;
}
.news .wrap .news-list .news-list-item .news-title{
    display: inline;
    line-height: 32px;
    font-size: 20px;
    color: #036;
    margin-bottom: 6px;
    cursor: pointer;
}
.news .wrap .news-list .news-list-item .news-title:hover{
    color: #00a4c0;
}
.news .wrap .news-list .news-list-item .news-time{
    color:#999;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    cursor: default;
    text-align: right;
    padding-right: 10px;
}
.news .wrap .news-list .news-list-item .news-more{
    color: #ff9d00;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.news .wrap .news-list .news-list-item .news-more span{
    position: absolute;
    font-size: 16px;
    left: 70px;
    top: -4px;
}
.news .wrap .news-list .news-list-item .news-more:hover span{
    animation: arrowmove 1s ease-out infinite;
}
@keyframes arrowmove{
    0%{
        transform: translate(0);
    }
    100%{
        transform: translate(10px);
    }
}
