/*轮播*/
.swiper-container {
    width: 100%;
    height: 100%
}
.swiper-wrapper {
    width: 100%;
    height: 100%
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}
.page_other {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    z-index: 100
}
.nav-chanpin-wrap {
    display: none;
}
.nav-chanpin-pc {
    display: block;
}
.nav-chanpin-view {
    display: none;
}
.nav-chanpin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 0 50px;
    align-items: center;
    background: rgba(221, 221, 221, 0.85);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    color: #808080;
    font-size: 14px;
}
.nav-chanpin-menu {
    font-size: 21px;
    color: #000;
    position: relative;
    width: 33.33%;
    font-family: Colfax-Regular;
}
.nav-chanpin-menu img {
    width: 16px;
    height: 8px;
    margin-left: 11px;
}
.nav-chanpin-menus {
    display: flex;
    /*justify-content: center;*/
    height: 60px;
    align-items: center;
    cursor: pointer;

}
.nav-chanpin-menus-txt{
    padding-left: 7px;
}
.nav-chanpin-menus-list {
    min-width: 185px;
    position: absolute;
    top: 60px;
    left: 0px;
    background: rgba(221, 221, 221, 0.85);
    display: none;
    font-family: SourceHanSansCN-Light;
}
.nav-chanpin-menus-list li {
    display: block;
    height: 50px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 50px;
    padding:0 8px;
    cursor: pointer;
}
.nav-chanpin-menus-list li:last-child{
    border-bottom: 0;
}
.nav-chanpin-menus-list li:hover {
    background: #fff;
}
.nav-chanpin-list{
    width: 33.33%;
    display: flex;
    justify-content: center;
}
.nav-chanpin-list ul {
    display: flex;
    width:100%;
    justify-content: space-between;
    cursor: pointer;
    font-family: Colfax-Regular
}
.nav-chanpin-list ul li:hover {
    color: #050505;
}
.nav-chanpin-list ul li.active {
    color: #050505;
}
.nav-chanpin-gouwuche {
    cursor: pointer;
    width:33.33%;
    display: flex;
    justify-content: flex-end;
}
.nav-chanpin-gouwuche img{
    width: 25px;
    height: 25px;
}
.chanpin-wrap{
    height: 100%;
}
.cp-section1{
    position: relative;
    height: 100%;
}
.cp_bgs{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    display: none;

}
.cp_bgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.cp_bgs{*/
    /*width: 100%;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: 100vh;*/
    /*z-index: 1;*/
    /*display: none;*/
    /*overflow: hidden;*/

/*}*/
/*.cp_bgs img{*/
    /*width: auto;*/
    /*height: 100%;*/

/*}*/


.content-video{
    height: 100vh;
    background: #000;
    position: relative;
}

.content-video video{
    width: 100%;
    height: 100vh;
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.videotxt{
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -11px;
    color: #fff;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    transition:all 0.5s ease-in-out 1.5s;

}
.videotxt img{
    width: 28px;
    height: 28px;
}
.cp_bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
}
.cp_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.con-main {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
}
.zonglan{
    padding-top: 198px;
    min-height: 1080px;
    background: rgba(0,0,0,0);
    position: relative;
}
.zonglan-top{
    position: relative;
}
.zonglan-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.show-before{
    opacity: 0;
    transform: translate(0,150px);
}
.show-after{
    opacity: 1;
    transform: translate(0,0);
    transition: transform .75s,opacity .9s
}
.zonglan-con {
    width: 100%;
    text-align: center;
    padding-bottom: 240px;
}
.zonglan-con-tit{
    color: #F28435;
    font-size: 60px;
    line-height: 86px;
}
.zonglan-con-textarea {
    text-align: center;
    font-size: 31px;
    line-height: 48px;
    color: #fff;
    margin-top: 77px;
    font-family: Colfax-Regular;
}
/*产品简介轮播*/
.zonglanSwiper{
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 134px;

}
.page_other_zl {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom:30px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    z-index: 100
}
.zonglanSwiper .swiper-pagination {
    display: inline-block;
    position: static !important
}
.zonglanSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 14px;
    background: rgba(0, 0, 0, 0);
}
.zonglanSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
}
.page-button-zl {
    display: block;
}
.page-button-zl .swiper-button-next-page-zl, .page-button-zl .swiper-button-prev-page-zl {
    background: 0;
    width: 300px;
    height: 500px;
    margin-top: -206px;
    /*background: #f00;*/
}
.page-button-zl .swiper-button-next-page-zl{
    margin-right: -100px;

}
.page-button-zl .swiper-button-prev-page-zl {
    margin-left: -100px;

}
.swiper-slide-zl{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-slide-zl-img{
    width: 423px;
    height: 253px;
    margin: 0 auto ;
}
.swiper-slide-zl-list{
    display: flex;
    color: #fff;
    font-size: 32px;
    justify-content: center;

}
.swiper-slide-zl-list li {
    border-right: 1px dashed #fff;
    padding:  0 75px;
    width: 410px;
    text-align: center;
    font-family: Colfax-Medium;
}
.swiper-slide-zl-list li:last-child{
    border-right: 0;
}
.swiper-slide-zl-list li p:nth-child(2){
    font-size: 14px;
    margin-top: 13px;
    font-family: Colfax-Regular;
}
.swiper-slide-zl-down{
    margin: 88px auto 50px;
    width: 205px;
    height: 36px;
    background: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    font-family: Colfax-Regular;
}
/*产品优势*/
.chanpinyoushi{
    position: relative;
}
.chanpinyoushi-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    width: 100%;
    height: 100%;
}

.chanpinyoushi-lists{
   display: flex;
    flex-wrap: wrap;
    padding: 360px 0 207px;
}
.chanpinyoushi-list{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom:102px ;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-family: Colfax-Light;

}
.chanpinyoushi-list img{
    width: 80px;
    height: 80px;

}
.chanpinyoushi-list p:nth-of-type(1){
    font-size: 32px;
    line-height: 42px;
    margin: 11px 0 24px;
    font-family: Colfax-Medium;

}
.xiazaiquanxian {
    padding-bottom: 100px;

}
.yingyongCon{
    padding: 121px 0 100px;
    position: relative;
    width: 100%;
}
.con-bg-img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.cp-dingzhi-con{
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
}

.cp-dingzhi-con .cp-dingzhi-con-top {
    font-size:36px;
    line-height: 62px;
    color: #fff;
    text-align: center;
}

.cp-dingzhi-con .cp-dingzhi-con-lists{
    margin-top: 85px;
    padding: 0 277px;
}
.cp-dingzhi-con-list:first-child{
    border-top: 1px solid #fff;
}
.cp-dingzhi-con-list{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    align-items: center;
    padding: 20px 0;
    font-size: 24px;
    color: #808080;
}
.cp-dingzhi-con-list-r{
    display: flex;
    font-size: 12px;
    color: #fff;
    align-items: center;
}
.cp-dingzhi-con-list-r p{
    margin-left: 50px;
    cursor: pointer;
    line-height: 30px;
}
.cp-dingzhi-con-list-r span{
    margin-left: 11px;
}
.cp-dingzhi-con-list-r img{
    width: 30px;
    height: 30px;

}
.yingyongSwiper{
    height: 504px;
}

.yingyongSwiper  .swiper-slide img{
    width: 100%;
    height: 100%;
}

.yingyongSwiper .swiper-pagination {
    display: inline-block;
    position: static !important
}

.yingyongSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 14px;
    background: rgba(0, 0, 0, 0);
}

.yingyongSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
}
.yingyongSwiper{
    position: relative;
}
.page-button {
    display: block;
}

.page-button .swiper-button-next-page, .page-button .swiper-button-prev-page {
    background: 0;
}

.page-button .swiper-button-next-page, .page-button .swiper-button-prev-page {
    width: 240px;
    height: 280px;
    margin-top: -100px;
}
.cp-content-bot{
    margin: 150px auto;
    display: flex;
    color: #fff;
    width: 80%;
    justify-content: space-between;
}
.cp-content-bot-list{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right:0.5px solid #fff ;
}
.cp-content-bot-list:last-child{
    border: 0;
}

.yingyongBots{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 67px 0 100px;
}
/*.yingyongBot{*/
    /*margin: 0 auto 67px;*/
    /*width: 984px;*/
    /*font-size: 24px;*/
    /*color: #000;*/
    /*position: relative;*/
/*}*/
.yingyongBot{
    margin:0 auto 67px;
    width: 984px;
    font-size: 24px;
    color: #000;
    position: relative;
}
.yingyongBot .swiper-slide p{
    width: 100%;
    text-align: center;
    border-left:1px solid rgba(0,0,0,0.3);
    border-right:1px solid rgba(0,0,0,0.3) ;
    cursor: pointer;
    color: rgba(0,0,0,0.3);
    font-family: Colfax-Regular;
}
.yingyongBot .swiper-slide.swiper-slide-active p{
    color: rgba(0,0,0,1);
    font-family: Colfax-Medium;

}

.page2-button {
    display: block;
}

.page2-button .swiper-button-next-page2, .page2-button .swiper-button-prev-page2 {
    /*background: 0;*/
    height: 44px;
    display: flex;
    align-items: center;
    color: rgba(0,0,0,0.3);
}

.page2-button .swiper-button-next-page2{
    margin-right: -50px;
    background: #fff;

}
.page2-button .swiper-button-prev-page2 {
    margin-left: -40px;
    background: #fff;
}
.yingyongBottom{
    width: 895px;
    margin: 0 auto;
    text-align: center;
    font-family: Colfax-Light;
}
.yingyongBottom p:first-child{
    font-size: 18px;
    line-height: 30px;

}

/*视频弹窗*/
.modal-video-wrap-hy{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0,1);
    z-index: 9999;
    display: none;


}
.video-hy-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-hy{
    width: 977px;
    height: 549px;
}
.modal-xiazai-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.modal-xiazai-img{
    width: 25px;
    height: 25px;
}


.modal-xiazai {
    width: 1200px;
    height: 500px;
    background: #fff;
    margin: 300px auto 0;
}

.modal-xiazai .modal-xiazai-txt {
    padding-top: 80px;
    font-family: SourceHanSansCN-Normal;
}

.modal-xiazai .modal-xiazai-txt p {
    text-align: center;
    font-size: 36px !important;
    line-height: 60px;
    color: #000;
}

.modal-xiazai .modal-xiazai-txt p:nth-child(4) {
    width: 205px;
    height: 36px;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 36px;
    font-size: 19px !important;
    margin: 40px auto 0;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular;
}
/*发现更多*/
.faxian-content {
    padding: 50px 0;
    background: #fff;
}
.faxian-content-top {
    text-align: center;
    font-size: 36px;
    line-height: 48px;

    /*letter-spacing: 3px;*/
    margin-bottom: 52px;
    font-family: Colfax-Regular;
}
.fx-jiangxiang.faxian-content-list {
    padding: 20px 0;
    border-top: 1px solid #808080;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 50px;
}
.fx-jiangxiang .fx-con-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fx-con-top-l {
    font-size: 24px;
    line-height: 32px;
    color: #3C3C3C;
    font-family: Colfax-Medium;
}
.fx-con-top-r {
    cursor: pointer;
    width: 25px;
    display: flex;
    justify-content: center;

}
.fx-con-top-r img:first-child{
    width: 22px;
    height: 22px;
}
.fx-con-top-r img:nth-child(2){
    width: 25px;
    height: 25px;
}
.fx-con-top-r p{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}
.fx-closes{
    display: none;
    color: #FF6F00;
}
.fx-opens{
    color:  #808080;

}
/*销售地图*/
.fx-xiaoshou {
    position: relative;
}
.fx-xiaoshou .fx-con-main{
    display: none;
}
.fx-xiaoshou.up .fx-con-top-xiaoshou {
    position: absolute;
    top: 0;
    z-index: 1000;
    height: 32px;
    bottom: 20px;
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    width: calc(100% - 100px);

}
.fx-con-top-xiaoshou{
    margin: 0  50px;
    padding: 20px 0;
    border-top: 1px solid #808080;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fx-xiaoshou.up .fx-con-top-l {
    color: #fff;
}
.xiaoshou-con {
    width: 100%;
    height: 720px;
}

.xiaoshou-con-bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.xiaoshou-con-txt {
    width: 100%;
    position: absolute;
    bottom: 66px;
    font-size: 36px;
    line-height: 48px;
    color: #E97F31;
    text-align: center;
}
/*最新奖项*/

.fx-jiangxiang .fx-con-main{
    width: 886px;
    display: none;
    padding: 90px 0 108px
}
.fx-con-main-jiangxiang {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    font-family:Colfax-Regular;
}

.fx-con-main-jiangxiang div {
    width: 25%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    margin-bottom: 26px;

    color: #3C3C3C;
    font-size: 14px;
    line-height: 19px;
}

.fx-con-main-jiangxiang div img {
    width: 205px;
    height: 144px;
}

.fx-con-main-jiangxiang div p:nth-of-type(1) {
    font-size: 12px;
    line-height: 14px;
    margin: 10px auto 2px;
    text-align: center;
    color: #808080;
}
.fx-con-main-jiangxiang div p:nth-of-type(2) {
    padding: 0 5px;
    box-sizing: border-box;
}
