// 公共部分

.list_ul {
    overflow: hidden;

    ul {
        display: flex;
        flex-wrap: wrap;


        li {

            box-sizing: border-box;

            a {
                display: block;

            }

        }
    }
}

@color: #0f5fb1;
@font-face{
    font-family: fontm;
    src: url(../font/060-CAI978.ttf);
}
@font-face{
    font-family: helv;
    src: url(../font/HelveticaObl-Heavy_0.ttf);
}
.transition {
    transition: all ease-in-out 0.3s;

}

.img-transform {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.big_img {
    .img {
        overflow: hidden;

        img,
        h1,
        h2,
        h3,
        h4,
        h5 {
            .transition;
        }
    }

    &:hover img {
        .img-transform;
    }

    &:hover h1,
    &:hover h2,
    &:hover h3,
    &:hover h4 &:hover h5 {
        color: @color;
    }
}
.con1400{
   max-width: 1400px;
   width: 100%;
    margin: 0 auto;
}
.con1300{
    max-width: 1300px;
   width: 100%;
    margin: 0 auto;
}
.con1200{
    max-width: 1200px;
   width: 100%;
    margin: 0 auto;
}
// 公共结束
.head{
    position: fixed;
        width: 100%;
        left: 50%;
        transform: translate(-50%);
        top: 0;
        z-index: 9999;
        background:rgba(255, 255, 255, 0.85);
    .nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 26px 0;
        
        .menu{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 36%;
            li{
                a{
                        font-size: 16px;
    color: #161616;
    text-transform: capitalize;
    padding: 0 25px;
                    &:hover,&.hover{
                        color: @color;
                    }
                }
            }
        }
        a.logo{
            width: 28%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}
#banner{
    margin-top: 107px;
    height: 100%;
    width: 100%;
    .swiper-container{
        height: 100%;
    }
    .img{
        width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .swiper-slide{
        overflow: hidden;
    }
}

.ban_main{
            position:relative;
            z-index: 10;
            height: 937px;
        }
        #banner{
            position: fixed;
           
        }
        .index_main{
            position: relative;
            z-index: 20;
            background-color: #fff;
        }
        #banner .ban_box{
                position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    font-family: "Mongolian Baiti";
        }





// 首页关于我们

.index_ab{
    display: flex;
    .ab_left{
        width: 48%;
        padding: 100px 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: url(../images/index_ab_bj2.jpg) repeat center;
    }
    .ab_rig{
        width: 52%;
        padding: 86px;
        box-sizing: border-box;
        background: url(../images/index_ab_bj.jpg) no-repeat center;
        .ab_main{
            .type{
                h1{
                    font-size: 44px;
                    color: #0f5fb1;
                    padding-left: 40px;
                    background: url(../images/ab_icon.jpg) no-repeat center left;
                }
                h2{
                    font-size: 34px;
                    font-weight: bold;
                }
            }
            .cont{
                padding-top: 30px;
                p{
                    font-size: 18px;
                    strong{
                        font-weight: bold;
                    }
                }
            }
            .sum{
                font-size: 14px;
                color: #666666;
                padding: 14px 0;
                line-height: 1.8;
            }
            a{
                display: block;
                width: 168px;
                line-height: 48px;
                text-align: center;
                border:1px solid #ccc;
                border-radius: 24px;
                margin-top: 4%;
                .transition;
                &:hover{
                    background-color: @color;
                    color: #fff;
                }
            }
        }
    }
}

// 产品中心

.index_pro{
    background: url(../images/index_pro_bj.jpg) no-repeat center;
    padding: 4% 0;
    .index_type{
        h1{
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }
    }

    .pro_main{
        .pro_type_list{
            padding: 3% 0;
            ul{
                display: flex;
                align-items: center;
                justify-content: center;
                li{
                    padding:0 1px;
                    &:last-child{
                        display: none;
                    }
                    a{
                        width: 144px;
                        line-height: 48px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background-color: #fff;
                        img{
                            display: block;
                            padding:0 9px;
                        }
                    }
                }
            }
        }
        
        
    
      .swiper-container {
        width: 100%;
        height: 100%;
      }
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
  
        /* Center slide text vertically */
        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;
        transition: 300ms;
        transform: scale(0.8);
      }
      .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(1);
      }
      .swiper-button-white{
          font-size: 30px;
          font-family: simsun;
      }
      .pro_icon{
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          max-width: 600px;
          margin: 0 auto;
          div{
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ccc;
            &:hover{
                background-color: @color;
                color: #fff;
                cursor: pointer;
            }
          }
      }
    
    }
}

// 荣誉资质

.honor{
    padding: 4% 0;
    background: url(../images/index_honor_bj1.jpg) no-repeat center;
    .index_type{
        padding-bottom: 3%;
        h1{
            font-size: 40px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }
    }
    ul{
        li{
            a{
                display: block;
                .img{
                    overflow: hidden;
                    img{
                        .transition;
                    }
                }
                &:hover img{
                    transform: scale(1.03);
                }
                &:hover h1{
                    font-weight: bold;
                }
            }
        }
    }
    .swiper-wrapper{
        align-items: center;
    }
    .swiper-slide{
        height: 100%;
        h1{
            text-align: center;
            color: #fff;
            padding:10px 0;
            width: 100%;
            overflow: hidden;text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
}

// 销售网络

.index_net{
    padding: 4% 0;
    .index_type{
        padding-bottom: 3%;
        h1{
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }
    }
    .net_list{
        margin-top: 2%;
        ul{
            display: flex;
            li{
                flex: 1;
               
                background-color: #0f5fb1;
                &:first-child{
                    background: none;
                }
                &:nth-child(3){
                    background-color: #317ecb;
                }
                .cont{
                    padding: 20px;
                    h1{
                        font-size: 24px;
                        color: #fff;
                        strong{
                            font-weight: bold;
                            font-size: 38px;
                        }
                    }
                    p{
                        color: #a1c6ec;
                        padding-top: 10px;
                        line-height: 26px;
                    }
                }
            }
        }
    }
}

// 企业优势

.index_advan{
    padding: 4% 0;
    background: url(../images/index_honor_bj.jpg) no-repeat center;
    .index_type{
        h1{
            font-size: 40px;
            text-align: center;
            color: #fff;
        }
        p{
            text-align: center;
            font-size: 20px;
            color: #b9dcff;
            padding: 24px 0;
        }
    }
    .advan_list{
        ul{
            display: flex;
            margin:0 -15px;
            li{
                width: 25%;
                padding: 15px;
                box-sizing: border-box;
                .box{
                    border:1px solid #fff;
                    height: 100%;
                    padding: 70px 0;
                    box-sizing: border-box;
                    .img{
                        text-align: center;
                        h3{
                            font-size: 20px;
                            color: #fff;
                            padding: 14px 0;
                        }
                    }
                    .num{
                        display: flex;
                        justify-content: center;
                        align-items: flex-end;
                        padding-top: 14%;
                        p{
                            display: flex;
                        }
                        strong{
                            font-size: 80px;
                            font-weight: bold;
                            color: #fff;
                            display: flex;
                        justify-content: center;
                        align-items: flex-start;
                        line-height: 74px;
                            i{
                                font-size: 30px;
                                font-weight: bold;
                                line-height: 30px;
                                padding: 0;
                            }
                        }
                        i{
                            color: #fff;
                            font-size: 20px;
                            padding:0 14px;
                        }
                    }
                }
            }
        }
    }
}

.footer{
    padding: 4% 0;
    .con1400{
        display: flex;
        justify-content: space-between;
        .tit{
            font-size: 40px;
            font-weight: bold;
        }
        .index_cont{
            .info{
                padding: 30px 0;
                p{
                    color: #999999;
                    font-size: 20px;
                }
            }
            .qd{
                display: inline-block;
                img{
                    max-width: 148px;
                }
                p{
                    text-align: center;
                    padding-top: 14px;

                }
            }
        }

        .message{
            width: 100%;
            max-width: 500px;
            .tit{
                margin-bottom: 30px;
            }
            input{
                
                border:none;
                line-height: 40px;
                padding:0 20px;
                margin:0 10px;
                margin-bottom: 14px;
                background-color: #f5f5f5;
            }
            p{
                display: flex;
                margin:0 -10px;
                input{
                    width: 50%;
                }
            }
            .text{

                textarea{
                    border:none;
                    background-color: #f5f5f5;
                    line-height: 40px;
                    padding:0 20px;
                    width: 100%;
                    height: 200px;
                    box-sizing: border-box;
                }
            }

          .submit{
              margin-top: 4%;
              input{
                  background-color: #0f5fb1;
                  color: #fff;
                  margin: 0;
                  width: 200px;
              }
          }  
        }
    }
}

.foo_bottom{
    background-color: #0f5fb1;
    .con1400{
        display: flex;
        justify-content: space-between;
        a{
            color: #fff;
            display: block;
            line-height: 40px;
        }
    }
}

#foo_wap{
    display: none;
}

// 生产流程

.index_process{
    padding: 4% 0;
    background: url(../images/equ_bj.jpg) no-repeat center;
    .index_type{
        h1{
            font-size: 40px;
            text-align: center;
            font-weight: bold;

        }
        margin-bottom: 3%;
    }
    .process_list{
        position: relative;
        padding-bottom: 86px;
        .box_bj{
            position: absolute;
            right: 0;
            bottom: 0;
            width: 870px;
            height: 520px;
            background-color: #0f5fb1;
            
            #thumbs2{
                position: absolute;
                bottom: 20px;
                width: 100%;
                box-sizing: border-box;
                padding:0 94px;
                overflow: hidden;
                // background: url(../images/process_icon.jpg) no-repeat center;
                h2{
                    font-size: 20px;
                    color: #fff;
                    text-align: center;
                    line-height: 40px;
                    cursor: pointer;
                    border-radius: 10px;
                    border:1px solid #ccc;
                }
                .swiper-slide {
                   
                    box-sizing: border-box;
                    &:nth-child(1){
                        width: 145px !important;
                        margin-right: 74px !important;
                    }
                    &:nth-child(2){
                        width: 120px !important;
                        margin-right: 75px !important;
                    }
                    &:nth-child(3){
                        width: 98px !important;
                        margin-right: 73px !important;
                    }
                    &:nth-child(4){
                        width: 98px !important;
                        
                    }
                }
                .swiper-slide-thumb-active h2{
                    font-size: 22px;
                    font-weight: bold;
                }
            }

            .process_icon{
                position: absolute;
                right:120px;
                bottom: 300px;
                display: flex;
                div{
                    margin:0 6px;
                    width: 50px;
                    height: 50px;
                    border:1px solid #fff;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 50px;
                    font-size: 30px;
                    font-weight: bold;
                    font-family: simsun;
                    color: #fff;
                    cursor: pointer;
                    .transition;
                    &:hover{
                        background-color: #fff;
                        color: #333;
                    }
                }
            }
        }
       .swiper-container{
           margin-left: 0;
           max-width: 1036px;
       } 
    }
}

.pub_left{
    margin-top: -80px;
    position: relative;
    z-index: 1111;
    background:#59b299;
    ul{
        display: flex;
        justify-content: center;
        // padding:10px 0;
        li{
            // padding-right: 74px;
            // background: url(../images/process_icon.jpg) no-repeat center;
            // background: url(../images/left_icon.png) no-repeat center right;
            
            border-right:1px solid #4f504b;
            &:first-child{
                border-left:1px solid #4f504b;
            }
            a{
                display: block;
                font-size: 18px;
                color: #fff;
                line-height: 80px;
                width: 150px;
                text-align: center;
                .transition;
                &.hover,
                &:hover{
                    background-color: @color;
                    color: #fff;
                }
            }
        }
    }
}

// 关于我们

.about{
    padding: 4% 0;
    .about_tit{
        display: flex;
        align-items: center;
        justify-content: space-between;
        .left_box{
            h1{
                font-size: 40px;
                font-weight: bold;
                color: @color;
                padding-left: 50px;
                background: url(../images/ab_icon.jpg) no-repeat center left;
            }
            h2{
                font-size: 34px;
                font-weight: bold;
                margin-bottom: 20px;
            }
            p{
                font-size: 22px;
                strong{
                    font-weight: bold;
                }
            }
        }
    }

    .company{
        padding-top: 2%;
        .content{
            font-size: 16px;
            color: #666666;
            line-height: 30px;
        }
    }
}

.ab_video{
    .video_box{
        display: flex;
        justify-content: space-between;
        .advan_list{
            width: 28%;
            ul{
                display: flex;
                margin:-10px;
                flex-wrap: wrap;
                li{
                    width: 50%;
                    padding: 10px;
                    box-sizing: border-box;
                    .box{
                        border:1px solid #fff;
                        height: 100%;
                        background: url(../images/advan_icon.jpg) repeat-y center;
                        padding: 20px 0;
                        box-sizing: border-box;
                        
                        .img{
                            text-align: center;
                            img{
                                max-width: 35px;
                            }
                            h3{
                                font-size: 16px;
                                color: #fff;
                                padding: 10px 0;
                            }
                        }
                        .num{
                            display: flex;
                            justify-content: center;
                            align-items: flex-end;
                           
                            p{
                                display: flex;
                            }
                            strong{
                                font-size: 40px;
                                font-weight: bold;
                                color: #fff;
                                display: flex;
                            justify-content: center;
                            align-items: flex-start;
                            line-height: 48px;
                                i{
                                    font-size: 30px;
                                    font-weight: bold;
                                    line-height: 30px;
                                    padding: 0;
                                }
                            }
                            i{
                                color: #fff;
                                font-size: 20px;
                                padding:0 6px;
                            }
                        }
                    }
                }
            }
        }
    }

    .sum{
        font-size: 16px;
        color: #666666;
        line-height: 30px;
        padding: 2% 0;
    }
}

.public_join{
    padding: 4% 0;
    background: url(../images/contact_bj.jpg) no-repeat center;
    .con1400{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .join{
        h1{
            font-size: 40px;
            font-weight: bold;
            color: #fff;
        }
        p{
            font-size: 16px;
            color: #d1d1d1;
        }
    }
    a{
        display: block;
        width: 180px;
        height: 60px;
        
        background: url(../images/contact_us_icon.png) no-repeat center;
        background-color: #fff;
        .transition;
        &:hover{
            box-shadow: 0 0 5px #000;
            background-color:  #f5f5f5;
        }
    }
}

.products{
    padding: 4% 0;
    background-color: #f5f5f5;
    .list_ul{
        ul{
            margin:0 -10px;
            li{
                padding: 10px;
                width: 25%;
                box-sizing: border-box;
                .title{
                    h3{
                        text-align: center;
                        line-height: 40px;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                }
            }
        }
    }
}

.rd{
    padding: 4% 0;
    .index_type{
        h1{
            font-size: 40px;
            text-align: center;
            font-weight: bold;
        }
        .sum{
            text-align: center;
            line-height: 26px;
            padding: 1% 0;
        }
    }
.list_ul{
    ul{
        margin:0 -20px;
        li{
            padding: 20px;
            .title{
                background-color: @color;
                display: flex;
                align-items: center;
                justify-content: center;
                i{
                    display: block;
                    width: 50px;
                    height: 2px;
                    background-color: #fff;
                }
                h3{
                    text-align: center;
                    font-size: 24px;
                    line-height: 70px;
                    color: #fff;
                    padding:0 20px;
                }
            }
        }
    }
}

}


// 生产设备

.equ{
    padding: 4% 0;
    background: url(../images/rd_bj.jpg) no-repeat center;
    .con1400{
        display: flex;
        .equ_left{
            width: 50%;
            padding: 40px;
            box-sizing: border-box;
            background-color: #fff;
            h1{
                font-size: 40px;
                font-weight: bold;
            }
            h5{
                font-size: 24px;
                color: #0f5fb1;
                font-weight: bold;
                padding-top: 4%;
                padding-bottom: 2%;
            }
            .sum{
                font-size: 16px;
                line-height: 28px;
                color: #666666;
            }
            i{
                display: block;
                width: 36px;
                height: 5px;
                background-color: @color;
                margin-top: 4%;
            }
        }
        .equ_img{
            width: 50%;
        }
        
    }
}

// 招聘信息

.join_cont{
    padding: 4% 0;
    background: #f5f5f5;
    .con1400{
        display: flex;
        .join_sum{
            width: 50%;
            padding: 50px;
            box-sizing: border-box;
            background-color: #fff;
            h1{
                font-size: 30px;
                font-weight: bold;
                line-height: 2;
                background:url(../images/ab_icon.jpg) no-repeat left bottom;
            }
            .cont_s{
                padding: 20px 0;
                font-size: 16px;
                line-height: 34px;
                color: #666666;
            }
        }
        .img{
            width: 50%;
        }
    }
}

// 招聘职位

.join_list{
    background: url(../images/join_bj.jpg) no-repeat center;
    padding: 4% 0;
    .con1300{
        .index_type{
            h1{
                text-align: center;
                font-size: 40px;
                font-weight: bold;
                color: #fff;
            }
        }
        .list{
            margin-top: 4%;
            ul{
                margin:0 -10px;
            }
            li{
                width: 33.33%;
                padding: 10px;
                a{
                    display: block;
                    border-radius: 18px 0;
                    padding: 20px;
                    background-color: #fff;
                    h1{
                        font-size: 30px;
                        font-weight: bold;
                        color:@color;
                        padding-left: 58px;
                        
                        background: url(../images/join_icon1.png) no-repeat center left;
                    }
                    .info{
                        margin-top: 40px;
                        border-top: 1px solid #c7e2ff;
                        h5{
                            font-size: 20px;
                            font-weight: bold;
                        }
                        p{
                            padding-left: 10px;
                            font-size: 14px;
                        }
                        .gender{
                            padding: 30px 0 10px 0;
                            display: flex;
                            align-items: center;
                        }
                        .salary{
                            display: flex;
                            align-items: center; 
                        }
                    }
                }
            }
        }
    }
}

// 员工须知

.notice{
    padding: 4% 0;
    background-color: #f5f5f5;
    .con1400{
        .index_type{
            h1{
                text-align: center;
                font-size: 40px;
                
            }
        }
        .list_ul{
            padding: 2% 0;
            ul{
                margin:0 -20px;

                li{
                    padding: 20px;
                    width: 50%;
                    box-sizing: border-box;
                    a{
                        display: flex;
                        align-items: center;
                        background-color: #fff;
                    }
                    h1{
                        width: 20%;
                        height: 120px;
                        text-align: center;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background: @color;
                        color: #fff;
                        font-weight: bold;
                        font-size: 50px;
                    }
                    .cont{
                        width: 80%;
                        height: 100%;
                        padding:0 30px;
                        display: flex;
                        align-items: center;
                        background-color: #fff;
                    }
                }
            }
        }
        .notice_info{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px 0;
            margin-top: 4%;
            border-top:1px solid #ccc;
            border-bottom:1px solid #ccc;
            h1{
                font-size: 30px;
            }
            p{
                font-weight: bold;
                font-size: 40px;
                color: @color;
                font-weight: bold;
                i{
                    color: #333;
                    font-weight: normal;
                }
            }
            
        }
    }
}
.news{
    background-color: #f5f5f5;
    padding: 4% 0;
    .news_main{
        .top_li{
            ul{
                li{
                    a{
                        display: flex;
                        padding: 15px;
                        background-color: #fff;
                        .img{
                            width: 50%;
                        }
                        
                        .cont{
                            width: 50%;
                            padding: 30px;
                            box-sizing: border-box;
                            .more{
                                font-size: 16px;
                                color: @color;
                                margin-top: 10%;
                            }
                            .time{
                                font-size: 24px;
                                font-weight: bold;
                            }
                            h1{
                                font-size: 26px;
                                font-weight: bold;
                                padding: 20px 0 14px 0;
                                width: 100%;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }
                            .sum{
                                line-height: 26px;
                                font-size: 16px;
                                color: #666666;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 4;
                                -webkit-box-orient: vertical;
                                word-break: break-all;
                            }
                        }
                        
                    }
                }
            }
        }
        .news_list{
            ul{
                margin:4% -10px;
                li{
                    width: 50%;
                    padding: 10px;
                    a{
                        display: block;
                        background-color: #fff;
                        .cont{
                            
                            padding: 30px;
                            box-sizing: border-box;
                            .more{
                                font-size: 16px;
                                color: @color;
                                margin-top: 10%;
                            }
                            .time{
                                font-size: 24px;
                                font-weight: bold;
                            }
                            h1{
                                font-size: 26px;
                                font-weight: bold;
                                padding: 20px 0 14px 0;
                                width: 100%;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }
                            .sum{
                                line-height: 26px;
                                font-size: 16px;
                                color: #666666;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 4;
                                -webkit-box-orient: vertical;
                                word-break: break-all;
                            }
                        }
                    }
                }
            }
        }
    }
}


.news_read {
    padding: 4% 0;
    // background-color: #f7f7f7;
  }
  .news_read .news_typename h1 {
    font-size: 22px;
    text-align: center;
  }
  .news_read .news_typename .time {
    text-align: center;
    color: #747474;
    padding: 14px 0;
  }
  .news_read .read_con {
    padding-bottom: 40px;
    line-height: 24px;
  }
  .news_read .cc_book {
    padding: 40px 0;
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }


  .contact{
      background-color: #f5f5f5;
      padding: 4% 0;
      .contact_info{
          background-color: #fff;
          ul{
              display: flex;
              li{
                  width: 50%;
                  box-sizing: border-box;
                  padding:0 60px;
                  a{
                      .title{
                          display: flex;
                          align-items: center;
                          justify-content: space-between;
                          padding: 20px 0;
                          border-bottom: 1px solid #ccc;
                          .tit_h{
                              h1{
                                  font-size: 30px;
                                  color: #0f5fb1;
                                  font-weight: bold;
                              }
                              p{
                                  font-size: 24px;
                                  color: @color;
                              }
                          }
                          
                      }
                      .sum{
                        font-size: 16px;
                        color: #666666;
                        padding: 30px 0;
                    }
                  }
              }
          }
      }
  }

  .head_wap{
      display: none;
  }

  .banner{
      padding-top: 0px;
  }

  .products_read{
      padding: 4% 0;
      background-color: #f5f5f5;
    .con1300{
        .pro_main{
            display: flex;
            justify-content: space-between;
            .main_left{
                width: 100%;
                max-width: 630px;
                h1{
                    font-size: 36px;
                    color: @color;

                }
                .feature{
                    h2{
                        font-size: 20px;
                        color: #797979;
                        margin: 2% 0 4% 0;
                    }
                    .f_cont{
                        line-height: 24px;
                    }
                }
            }
            .pro_img{
                width: 100%;
                max-width: 648px;
                // display: flex;
                .swiper_pro{
                    max-width: 480px;
                    border:1px solid #ccc;
                }
                #thumbs{
                    overflow: hidden;
                    max-width: 480px;
                    margin: 10px auto;
                    .swiper-slide{
                        border:1px solid #ccc;
                    }
                    .swiper-slide-thumb-active{
                        border:1px solid @color;
                    }
                }
                // #thumbs{
                //     width: 148px;
                //     &>div{
                //         flex-direction: column;
                //     }
                //     .swiper-wrapper{
                //         margin: -5px 0;
                //     }
                //     .swiper-slide{
                //         height: auto;
                //         padding:5px 0;
                //         img{
                //             border:1px solid #ccc;
                //         }
                //     }
                // }
            }
        }

        
    }
}
video{
    max-width: 100%;
}


.share{
    display: none;
    padding-top:10%;
    ul{
        display: flex;
        li{
            flex: 1;
            a{
                display: block;
                text-align: center;
                
            }
        }
    }
}