/*body{
    padding: 0 0 0 0;
}*/
.home-banner{
    height: 900px;width: 100%;
}
.home-banner .banner-item{
    display: block;height: 900px;background-repeat: no-repeat;background-position: center;
}
.home-banner .swiper-button-prev,
.home-banner .swiper-button-next{
    left: 0;width: 44px;height: 77px;background: rgba(0, 0, 0, .2);
}
.home-banner .swiper-button-prev:hover,
.home-banner .swiper-button-next:hover{
    background: rgba(0, 0, 0, .6);
}
.home-banner .swiper-button-next{
    left: auto;right: 0;
}
.home-banner .swiper-button-prev::after,
.home-banner .swiper-button-next::after{
    color: white;font-size: 24px;
}
.home-title{
    text-align: center;
}
.home-title div.cn{
    font-size: 26px;color: #666;
}
.home-title div.en{
    font-size: 14px;color: #999;
}
.home-title div.hr{
    width: 104px;height: 2px;margin: 20px auto 0;background: #dbdbdb;
}
.home-product{
    overflow: hidden;padding: 50px 0 148px 0;background: #f8f8f8;
}
.home-product-main{
    display: flex;display: -webkit-flex;justify-content: center;height: 415px;overflow: hidden;flex-wrap: wrap;padding: 90px 0 0 0;
}
.home-product-main .product-item{
    flex: 0 0 168px;margin: 0 5px;
}
.home-product-main .product-item .item-thumb{
    height: 335px;
}
.home-product-main .product-item .item-thumb img.img{
    width: 100%;height: 100%;
}
.home-product-main .product-item:hover{
    text-decoration: none;background: white;transition: all .3s ease;transform: translateY(-10px);box-shadow: 0 0 10px #ccc;
}
.home-product-main .product-item:hover .item-text{
    background: #ff4200;color: white;
}
.home-product-main .product-item .item-text{
    height: 80px;text-align: center;display: flex;display: -webkit-flex;flex-direction: column;justify-content: center;line-height: 24px;
}
.home-product-main .product-item .item-text .cn,
.home-product-main .product-item .item-text .en{
    height: 24px;overflow: hidden;
}
.home-product-main .product-item .item-text .cn{
    font-size: 13px;
}
.home-product-main .product-item .item-text .en{
    font-size: 12px;
}
.home-about{
    width: 100%;
}
.home-about .about-item{
    display: flex;display: -webkit-flex;
}
.home-about .about-item .about-thumb{
    flex: 0 0 46%;height: 832px;
}
.home-about .about-item .about-thumb img.img{
    width: 100%;height: 100%;
}
.home-about .about-item .about-info{
    flex: 1;background: url('../images/home@pic02.jpg') no-repeat center bottom;background-size: 100%;
    padding: 0 10% 0 2%;
}
.home-about .about-item .about-info .info-top{
    padding: 40px 0 0 0;
}
.home-about .about-item .about-info .info-top span.text{
    font-size: 20px;color: #999;border-top: 2px #999 solid;
}
.home-about .about-item .about-info .info-title{
    font-size: 20px;padding: 40px 0 0 0;
}
.home-about .about-item .about-info .info-title .title{
    font-size: 36px;
}
.home-about .about-item .about-info .info-content{
    color: #999;line-height: 24px;font-size: 14px;padding: 30px 0 0 0;
}
.home-about .about-item .about-info .info-content p{
    padding: 0 0 15px 0;
}
.home-about .swiper-button-prev,
.home-about .swiper-button-next{
    left: 5%;width: 44px;height: 77px;background: rgba(0, 0, 0, .2);
}
.home-about .swiper-button-prev:hover,
.home-about .swiper-button-next:hover{
    background: rgba(0, 0, 0, .6);
}
.home-about .swiper-button-next{
    left: auto;right: 5%;
}
.home-about .swiper-button-prev::after,
.home-about .swiper-button-next::after{
    color: white;font-size: 24px;
}
.home-news{
    width: 100%;background: url('../images/home@news-bg.jpg') no-repeat center top;padding: 130px 0 210px 0;
}
.home-news-main{
    width: 100%;padding: 40px 0 0 0;
}
.home-news-main .news-list{
    display: flex;display: -webkit-flex;justify-content: center;
}
.home-news-main .news-list .news-item{
    flex: 0 0 362px;margin: 0 28px;transition: all .3s ease;
}
.home-news-main .news-list .news-item:hover{
    transform: translateY(-10px);box-shadow: 0 0 10px #ccc;
}
.home-news-main .news-list .news-item .item-thumb{
    position: relative;height: 204px;
}
.home-news-main .news-list .news-item .item-thumb img.img{
    width: 100%;height: 100%;
}
.home-news-main .news-list .news-item .item-thumb span.date{
    font-size: 12px;background: #ff4200;color: white;line-height: 26px;padding: 0 10px;position: absolute;
    left: 0;bottom: 0;
}
.home-news-main .news-list .news-item .item-content{
    padding: 20px;background: white;
}
.home-news-main .news-list .news-item .item-content .title{
    font-size: 16px;line-height: 24px;
}
.home-news-main .news-list .news-item .item-content .describe{
    font-size: 14px;line-height: 24px;height: 72px;overflow: hidden;padding: 10px 0 0 0;
}
.home-news-main .news-list .news-item .item-content .link{
    overflow: hidden;padding: 5px 0 0 0;
}
.home-news-main .news-list .news-item .item-content .detail{
    text-decoration: none;line-height: 32px;float: right;font-size: 12px;color: #ff4200;padding: 0 15px;
    border: 1px #e4e4e4 solid;
}
.home-news .home-news-pagination{
    margin: 30px 0 0;display: flex;display: -webkit-flex;justify-content: center;line-height: 30px;
    background: url('../images/home@new-pagination.png') no-repeat center;
}
.home-news .home-news-pagination .pagination-item{
    width: auto; height: auto;background: none;margin: 0 20px;font-size: 16px;color: #333;opacity: 1;
    outline: none;
}
.home-news .home-news-pagination .swiper-pagination-bullet-active{
    color: #ff4200;
}
.home-scene{
    padding: 50px 0 90px;
}
.home-scene-main{
    padding: 30px 0 0 0;
}
.home-scene-main .gallery-top{
    width: 880px;height: 493px;float: left;overflow: hidden;
}
.home-scene-main .gallery-top .img{
    width: 100%;height: 100%;
}
.home-scene-main .scene-right{
    width: 520px;float: right;
}
.home-scene-main .gallery-thumbs{
    width: 100%;height: 438px;
}
.home-scene-main .gallery-thumbs .thumbs-item{
    height: calc(100% / 3);position: relative;
}
.home-scene-main .gallery-thumbs .thumbs-item-position{
    display: none;
}
.home-scene-main .gallery-thumbs .thumbs-item-cover{
    position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #ff4200;opacity: .6;
}
.home-scene-main .gallery-thumbs .thumbs-item-info{
    position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: flex;display: -webkit-flex;flex-direction: column;
    justify-content: center;text-align: center;color: white;z-index: 1;font-size: 14px;line-height: 30px;
}
.home-scene-main .gallery-thumbs .thumbs-item-info .title{
    font-size: 18px;
}
.home-scene-main .gallery-thumbs img.img{
    width: 100%;height: 100%;
}
.home-scene-main .scene-right-bottom{
    height: 55px;line-height: 55px;display: flex;display: -webkit-flex;
}
.home-scene-main .scene-right-bottom .scene-pagination{
    flex: 0 0 260.66px;text-align: center;font-size: 24px;color: #666666;background: #f7f7f7;
}
.home-scene-main .scene-right-bottom .scene-pagination .swiper-pagination-current{
    color: #ff4200;
}
.home-scene-main .scene-right-bottom .scene-navigation{
    flex: 1;display: flex;display: -webkit-flex;background: #f7f7f7;
}
.home-scene-main .scene-right-bottom .scene-navigation .navigation-item{
    flex: 0 0 50%;text-align: center;font-size: 30px;color: #ccc;cursor: pointer;outline: none;
}
.home-scene-main .scene-right-bottom .scene-navigation .navigation-item:hover{
    background: #ff4200;color: white;
}
.home-service{
    width: 100%;background: url('../images/home@service-bg.jpg') no-repeat #e7ebee;padding: 140px 0 110px;
}
.home-service-main{
    display: flex;display: -webkit-flex;justify-content: center;padding: 50px 0 0 0;
}
.home-service-main .service-item{
    flex: 0 0 330px;height: 390px;margin: 0 50px;background: white;display: flex;display: -webkit-flex;
    flex-direction: column;justify-content: center;text-align: center;transition: all .3s ease;
}
.home-service-main .service-item:hover{
    transform: translateY(-10px);box-shadow: 0 0 10px #ccc;
}
.home-service-main .service-item .item-icon{
    height: 54px;
}
.home-service-main .service-item .item-icon img.img{
    height: 100%;
}
.home-service-main .service-item .item-mid{
    padding: 30px 0 40px;
}
.home-service-main .service-item .item-mid .cn{
    font-size: 24px;line-height: 40px;
}
.home-service-main .service-item .item-mid .en{
    font-size: 14px;line-height-step: 30px;color: #ccc;
}
.home-service-main .service-item .item-mid .hr{
    width: 20px;height: 3px;background: #ff4200;margin: 15px auto 0;
}
.home-service-main .service-item .item-note{
    font-size: 16px;line-height-step: 30px;
}
.home-video{
    width: 100%;background: #e7ebee;padding: 50px 0 0 0;overflow: hidden;
}
.home-video-main{
    width: 1000px;height: 528px;margin: 30px auto;
}
.home-video-main img.img{
    width: 100%;height: 100%;
}
.home-contact-info{
    width: 700px;padding: 100px 0 0 30px;box-sizing: border-box;
}
.home-contact-info .contact-info-main{
    position: relative;
}
.home-contact-info .contact-info-main .contact-title{
    overflow: hidden;
}
.home-contact-info .contact-info-main .contact-title .title{
    font-size: 36px;line-height: 50px;
}
.home-contact-info .contact-info-main .contact-title .hr{
    padding: 20px 0 0 0;overflow: hidden;
}
.home-contact-info .contact-info-main .contact-title .hr span{
    float: left;width: 44px;height: 3px;background: #ff4200;
}
.home-contact-info .contact-info-main .contact-text{
    padding: 40px 0 0 0;
}
.home-contact-info .contact-info-main .contact-text p.text{
    font-size: 16px;line-height: 30px;
}
.home-contact-info .contact-info-link{
    display: flex;display: -webkit-flex;line-height: 30px;padding: 60px 0 0 0;font-size: 16px;
}
.home-contact-info .contact-info-link .link-title{
    flex: 0 0 90px;color: #ff4200;
}
.home-contact-info .contact-info-link .link-list{
    flex: 1;
}
.home-contact-info .contact-info-link .link-list a.item{
    display: inline-block;margin: 0 10px 0 0;
}
.home-contact-info .contact-info-main .contact-mode{
    position: absolute;right: 50px;bottom: 0;
}
.home-contact-info .contact-info-main .mode-wechat{
    text-align: center;
}
.home-contact-info .contact-info-main .mode-wechat img.wechat-img{
    width: 112px;height: 112px;
}
.home-contact-info .contact-info-main .mode-wechat .wechat-text{
    font-size: 14px;line-height: 30px;
}
.home-contact-info .contact-info-main .mode-other{
    padding: 30px 0 0 0;font-size: 14px;line-height: 40px;
}
.home-contact-info .contact-info-main .mode-other a.other-icon{
    display: inline-block;margin: 0 5px;
}
.home-contact-info .contact-info-main .mode-other a.other-icon img{
    vertical-align: middle;
}
.home-contact-map{
    width: 700px;height: 686px;position: relative;
}
.home-contact-map img{
    width: 100%;height: 100%;
}
.home-float-navigation{
    position: fixed;right: 20px;top: 45%;z-index: 999;
}
.home-float-navigation .navigation-item{
    width: 12px;height: 12px;background: #bbbbbb;margin: 0 0 15px 0;border-radius: 50%;cursor: pointer;
    position: relative;
}
.home-float-navigation .navigation-item .item-text{
    width: 100px;background: #ff4200;border-radius: 10px;position: absolute;top: -7px;right: 20px;
    text-align: center;line-height: 26px;color: white;display: none;
}
.home-float-navigation .active{
    background: #ff4200;
}
.home-float-navigation .active .item-text{
    display: block;
}