// 公共部门
@font-face {
  font-family: hanyi;
  src: url(/templates/netskin/font/hanyi.TTF);
}
body {
    // -webkit-filter: grayscale(100%);
    // -moz-filter: grayscale(100%);
    // -ms-filter: grayscale(100%);
    // -o-filter: grayscale(100%);
    // filter: grayscale(100%);
    // filter: gray;
    font-family: pingfang !important;
}

.list_ul {
    overflow: hidden;

    ul {
        display: flex;
        flex-wrap: wrap;


        li {

            box-sizing: border-box;

            a {
                display: block;

            }

        }
    }
}


@color: #01449b;
@bjcolor:#eef2f6;


.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;
    }
}

.con1920 {
    
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

.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;
}

// 公共实现
.con1500{
    max-width: 1580px;
    width: 95%;
    margin: 0 auto;  
}

// 头部起头

.logo{
    display: flex;
    align-items: center;
    a{
        display: block;
        padding-right: 34px;
        max-width: 230px;
        &:last-child{
            max-width: 256px;
        }
    }
    
}

.head_pc{
    padding: 20px 0;
    
    .con1500{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .lng{
      color: #999;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-right: 28px;
      img{
        width:20px;
      }
      span{
        display: block;
        padding-left: 10px;
      }
    }
    .nav{
        display: flex;
        align-items: center;
        ul{
            display: flex;
            align-items: center;
            li{
                a{
                    display: block;
                    padding:0 28px;
                    font-size: 18px;
                    line-height: 60px;
                    text-transform: uppercase;
                    position: relative;
                    &.hover,&:hover{
                      color: @color;
                    }
                    // &::after{
                    //   content:'';
                    //   width: 80%;
                    //   height: 4px;
                    //   background-color: @color;
                    //   position: absolute;
                    //   left: 50%;
                    //   bottom: 0;
                    //   transform: translateX(-50%);
                    //   opacity: 0;
                    //   .transition;
                    // }
                    // &:hover::after,&.hover::after{
                    //     opacity: 1;
                    // }

                }
            }
            .ul2{
                display: none;
            }
        }
    }

    .lng{
      a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 36px;
        
       
        font-size: 18px;
        text-align: center;
        padding:0 10px;
        border-radius: 36px;
        img{
         max-width: 30px;
          object-fit: cover;
        }
        p{
          padding-left: 10px;
        }
      }
    }
}
.index_banner{
  position: relative;
  
    .swiper-pagination-bullet{
        background-color: #fff;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        background-color: @color;
    }
    .ban_icon{
      width: 27px;
      height: 83px;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
    }
}


.i_ab{
  padding:4% 0;
  .con1500{
    display: flex;
    justify-content: space-between;
    &>div{
      width: 49%;
      
    }
    .ab_cont{
      padding:54px 40px;
      background: url(/templates/netskin/images/bj1.png) no-repeat center;
      background-size: cover;
      .i_type{
       
       position: relative;
       .bj_word{
         font-size: 88px;
         font-weight: bold;
         color:#fff ;
         opacity: 0.04;
         line-height: 120px;
         text-transform: uppercase;
       }
        .type_tit{
          position: absolute;
          left: 0;
          bottom: 0;
          border-bottom: 1px solid #fff;
          width: 100%;
          padding:0 16px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          h1{
            font-size: 44px;
            font-weight: bold;
            color: #fff;
          }
          p{
            font-size: 16px;
            color: #fff;
          }
        }
      }

      .main{
        h3{
          color: #fff;
          font-size: 20px;
          padding: 6% 0 2% 0;
        }
        .sum{
          color: #fff;
          font-size: 16px;
          line-height: 30px;
          padding:0 20px;
        }
      }
      .more{
        margin:80px 20px 0 20px ;
      }
    }
  }
}

.more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  line-height: 40px;
  color: #fff;
  background-color: #e60012; 
}
.p_type{
  text-align: center;
  h3{
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: hanyi;
    line-height: 100px;
  }
  h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    
    p{
      padding:0 30px;
    }
    i{
      display: block;
      width: 80px;
      height: 10px;
      
    }
  }
  .sum{
    font-size: 18px;
    
    padding: 2% 0;
  }
}
.i_par{
  padding: 4% 0;
  margin-top:4% ;
  background: url(/templates/netskin/images/bj2.jpg) no-repeat center;
  .p_type{
    h3,
    h1{
      color: #fff;
    }
    i{
      border-top:1px solid #fff;
      border-bottom:1px solid #fff;
    }
    .sum{
      color: #fff;
    }
  }
  .list_ul{
    // margin-top: 4%;
    ul{
      margin: -8px;
    }
    li{
      width: 20%;
      padding: 8px;
    }
    a{
      border-radius: 10px;
      overflow: hidden;
      padding:10px;
      background-color: #fff;
    }
  }
}

.i_pro{
  padding: 4% 0;
  .p_type{
    text-align: center;
    h3{
      font-size: 70px;
      font-weight: bold;
      color: @color;
      font-family: hanyi;
      line-height: 100px;
    }
    h1{
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 50px;
      font-weight: bold;
      line-height: 60px;
     
      span{
        color: @color;
      }
      
    }
    .sum{
      font-size: 18px;
      padding: 2% 0;
    }
  }
  .list_ul{
    ul{
      margin: -10px;
    }
    li{
      padding: 10px;
      width: 50%;
    }
    a{
      background-color: #f3f3f3;
      padding:0 20px;
      display: flex;
      align-items: center;
      height: 100px;
      p{
        display: block;
        width: 15px;
        height: 15px;
        margin:0 30px;
        background-color: @color;
        transform: rotate(-45deg);
      }
      h2{
        font-size: 24px;
        font-weight: bold;
      }
      i{
        display: block;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 50%;
        margin:0 20px;
      }
      h5{
        font-size: 18px;
      }
    }
    li:nth-child(3) a,
    li:nth-child(4) a,
    li:nth-child(7) a,
    li:nth-child(8) a{
      background-color: #fff;
    }
    strong{
      padding-left: 80px;
    }
    
  }
}


.i_equ{
  display: flex;
  .i_pic{
      img{
        // height: 100%;
      }
  }
  .equ_rig{
    background-color: #00449b;
    // width: 100%;
    
    max-width: 1160px;
  }
  .box{
    max-width: 1000px;
    padding: 20px 0px 60px 60px;
  }
  .i_type{
     height: auto !important;  
    position: relative;
    .bj_word{
      font-size: 88px;
      font-weight: bold;
      color:#fff ;
      opacity: 0.04;
      line-height: 120px;
      text-transform: uppercase;
    }
     .type_tit{
    //   position: absolute;
       left: 0;
        top: 30px;
       width: 100%;
      
     
       h1{
         font-size: 44px;
         font-weight: bold;
         color: #fff;
       }
       p{
         font-size: 16px;
         color: #fff;
         padding: 20px 0;
       }
       i{
         display: block;
         width: 80px;
         height: 10px;
         margin: 14px 0;
         border-top:1px solid #fff;
         border-bottom:1px solid #fff;
       }
     }
   }
   .list_ul{
     ul{
       margin:0 -8px;
     }
     li{
       padding: 8px;
       width: 33.33%;
     }
   }

   .link_ul{
     ul{
       display: flex;
       align-items: center;
     }
     a{
       display: block;
      width: 170px;
    line-height: 46px;
       text-align: center;
     }
     li:first-child{
      border:1px solid #fff;
      color: #fff;
      margin-right: 30px;
     }
     li:last-child{
       color: #fff;
       a{
         background-color: #c40514;
         border:1px solid #c40514;
       }
    }
   }
}


.i_news{
  padding: 4% 0 0 0 ;
  .i_type{
    
   position: relative;
   .bj_word{
     font-size: 88px;
     font-weight: bold;
     color:#01449b;
     opacity: 0.08;
     line-height: 120px;
     text-transform: uppercase;
   }
    .type_tit{
      position: absolute;
      left: 0;
       top: 60px;
      width: 100%;
     display: flex;
     align-items: flex-end;
     justify-content: space-between;
      ul{
        display: flex;
        align-items: center;
      }
      h1{
        font-size: 44px;
        font-weight: bold;
        color: @color;
      }
      p{
        font-size: 16px;
        color: #fff;
        padding: 40px 0;
      }
      i{
        display: block;
        width: 80px;
        height: 10px;
        margin: 14px 0;
        border-top:1px solid #fff;
        border-bottom:1px solid #fff;
      }
    }
  }
  .list_ul{
    margin: 4% 0 0 0;
    ul{
      margin: -16px;
    }
    li{
      width: 25%;
      padding: 16px;
    }
    h3{
      font-size: 18px;
      font-weight: bold;
      padding: 10px 0;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .sum{
      color: #999999;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient: vertical;
      word-break: break-all;
    }

    .icon{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding-top: 14px;
      border-bottom: 1px solid #ccc;
      i{
        text-transform: uppercase;
        color: @color;
        border-bottom: 4px solid @color;
        display: block;
        line-height: 40px;
      }
      p{
        line-height: 40px;
      }
    }
  }
}


.index_ct{
  padding-bottom:4%;
  background-image:linear-gradient(to bottom,#f5f5f5,#fff);

.img{
        padding: 0 100px;
    }
  .list_one{
    margin-top: -30px;
    ul{
      justify-content: center;
      margin: -12px;
    }
    li{
      padding: 12px;
      a{
        display: block;
        width: 60px;
        height: 60px;
        padding: 20px;
        background-color: @color;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
      }
    }
  }

  .list_two{
    padding: 10px;
    li{
      margin-top: 20px;
      text-align: center;
      width: 33.33%;
      
    }
    h3{
      font-size: 20px;
      padding: 10px 0;
      font-weight: bold;
       display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}












.footer{
  padding:1% 0;
  margin-top: 4%;
  background-color: #333;
  .con1500{
    display: flex;
    color: #cccccc;
    &>div{
      width: 33.33%;
    }
  }
  .foo_left{
    
    .foo_logo{
        // display: flex;
        text-align: center;
         img{
                max-width: 200px;
            }
        a{
            display: block;
            // margin-bottom: 40px;
           
        }
      p{
        font-size: 14px;
        padding: 20px 0;
      }
    }
  }

  .foo_nav{
    // padding:10px 0;
    ul{
      display: flex;
      flex-wrap: wrap;
      margin:0 -20px;
    }
    li{
      width: 33.33%;
      padding:0 20px;
    }
    a{
      display: block;
      line-height: 50px;
      border-bottom: 1px solid #ccc;
    }
  }


  .foo_center{
    padding:0 76px;
    border-right: 1px solid #575454;
    border-left: 1px solid #575454;
    h5{
      font-size: 18px;
      padding-bottom: 10px;
      position: relative;
      &::after{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 30px;
        height: 1px;
        background-color: #ccc;
      }
    }
    .tel{
      font-size: 18px;
      font-weight: bold;
      padding-top: 10px;
    }
    .c_info{
      line-height: 30px;
      padding: 4px 0;
    }
    .list_ul{
      margin-top: 14px;
      ul{
        margin: -10px;
      }
      li{
        padding: 10px;
      }
      img{
        width: 30px;
      }
    }
  }

  .foo_rig{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    .qd{
        width: 61%;
        img{
            max-width: 100px;
        }
      ul{
        display: flex;
        justify-content: space-around;
      }
      li{
       
        display: flex;
        flex-direction: column;
        &:nth-child(1){
            margin: ;
        }
      }
      p{
        line-height: 40px;
        text-align: center;
        
      }
    }
  }



}


.foo_bottom{
  color: #ccc;
  padding-top: 0px;
  background: #000;
  .con1500{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  a{
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #eee;
    flex: 1;
    text-align: center;
    // &:nth-child(1){
    //     text-align: left;
    // }
    // &:nth-child(3){
    //     text-align: right;
    // }
  }
}






   



        


// 公共二级

.pub_left{
 
  width: 100%;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    ul{
        display: flex;
      justify-content: center;
      
        li{
            a{
                display: block;
                padding:0 56px;
                position: relative;
                line-height: 60px;
                font-size: 16px;
                text-transform: capitalize;
                &::after{
                    content: '';
                    width: 1px;
                    height: 14px;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    background-color: #cfd8e0;
                    transform: translateY(-50%);
                }
                &.hover,&:hover{
                    background-color: @color;
                    color: #fff;
                }
            }
            &:last-child a::after{
                display: none;
            }
            
        }

    }
}



// 关于bifa必发集团
.about{
  padding-top: 4%;
  .con1500{
      width: 80%;
  }
  .com_name{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .content{
      display: block;
    font-size: 16px;
    line-height: 34px;
    padding-top: 2%;
    align-items: center;
    .cont{
        p{
            padding-bottom: 10px;
            &:last-child,&:nth-last-child(2){
                padding-bottom: 0;
            }
        }
    }
    &>div{
        flex:1;
    }
    .img{
        text-align: center;
    }
  }
  .list_ul{
    margin: 40px 0;
    ul{
      margin: -10px;
    }
    li{
      padding: 10px;
      width: 50%;
    }
  }
}

.culture{
  padding-top: 4%;
  ul{
    margin: -7px;
  }
  li{
    width: 25%;
    padding: 7px;
  }
  a{
    position: relative;

  }
  .main{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:100px 20px;
    h1{
      font-size: 30px;
      text-align: center;

    }
    i{
      display: block;
      margin: 10px auto 0 auto;
      height: 2px;
      width: 40px;
      background-color: #333;
    }
    .sum{
      padding: 30px;
      text-align: center;
      font-size: 20px;
    }

  }
}

.busin{
  padding-top: 4%;
  ul{
    margin: -7px;
  }
  li{
    width: 33.33%;
    padding: 7px;
  }
  a{
    position: relative;

  }
}










.link_ul{
    margin-top:30px ;
}




.honor{
  padding-top: 4%;
  .list_ul{
    margin:0 0 4% 0;
  }
  ul{
    margin: -16px;
  }
  li{
    width: 25%;
    padding: 16px;
    a{
      display: block;
    //   border:1px solid #ccc;
    }
    .img{
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}

.index_type{
  text-align: center;
  line-height: 70px;
  h1{
    font-size: 70px;
    font-weight: bold;
    font-size: hanyi;
    text-transform: uppercase;
    color: @color;
    
  }
  h2{
    font-size: 45px;
    font-weight: bold;

    strong{
      color: @color;
    }
  }
}
.products{
  padding-top: 4%;
  background-color: #f4f4f4;
  sub{
      font-size: 80%;
  }
  .pro_ul{
    margin-top: 3%;
    li{
      margin-bottom: 30px;
    }
    a{
      display: flex;

      &:hover .main,
      &:hover{
        background-color: @color;
        color: #fff;
      }
    }
    .main{
      display: flex;
      padding:10px 40px;
      background-color: #fff;
      flex:1;
      align-items:center;
      justify-content: space-between;
      .transition;
    }
    h2{
      width: 248px;
      border-right: 1px solid #ccc;
      strong{
        font-size: 30px;
        font-weight: bold;
      }
      span{
        display: block;
        font-size: 18px;
      }
    }
    .sum{
      padding:0 48px;
      flex: 1;
      h5{
        font-size: 18px;
      }
      .cont_s{
        //   height: 80px;
              text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;
      }
      p{
        padding-top: 5px;
        float: left;
        padding-right: 10px;
      }
    }
    .icon{
      width: 158px;
      line-height: 40px;
      text-align: center;
      border-radius: 20px ;
      border:1px solid #ccc;
    }
    .no-img{
      max-width: 256px;
      background-color: #9f9f9f;
    }
  }
}






.pro_read{
    background-color: #f5f5f5;
    padding: 4% 0;
    .pro_info{
        display: flex;
        background-color: #fff;
        .img{
            width: 30%;
            a{
                display: flex;
                align-items: center;
                height: 100%;
            }
        }
        .rig{
            padding: 60px;
            
            width:70%;
            box-sizing: border-box;
            
            h1{
                font-size: 26px;
                font-weight: bold;
            }
            .line{
                height: 1px;
                margin: 4% 0;
                background-color: @bjcolor;
            }

            .sum_box{
                h5{
                    font-size: 20px;
                    font-weight: bold;
                    // padding-left: 30px;
                    background: url(/templates/netskin/images/p_icon1.png) no-repeat left center;
                   
                }
                .sum{
                    line-height: 32px;
                    color: #666666;
                    padding: 20px 0;
                }
                
            }
            .box{
                height: 100%;
                position: relative;
            }
            .more{
                display: block;
               margin: 0;
                width: 150px;
                line-height: 58px;
                text-align: center;
                background-color: @color;
                color: #fff;
                font-size: 16px;
            }
        }
    }

 

    .detail_tit{
      padding: 4% 0 2% 0;
      // background-color: #fff;
      ul{
        display: flex;
        justify-content: space-between;
        margin: -5px;
        li{
          width: 16.66%;
          padding: 5px;
          &.on a{
            background-color: @color;
            color: #fff;
          }
        }
        a{
          display: block;
          line-height: 46px;
          // padding:0 20px;
          border:1px solid #ccc;
          text-align: center;
          background-color: #f5f5f5;
        }
      }
    }
.detail_cont{
  .content{
    line-height: 26px;
    font-size: 14px;
    display: none;
    img{
      max-width: 100%;
    }
  }
}
    
}


.cc_pro{
  border-top:1px solid #ccc;
  padding: 2% 0;
  margin-top: 2%;
  ul{
      display: flex;
      justify-content: space-between;
      align-items: center;
      a{
          display: block;
          width: 158px;
          line-height: 56px;
          text-align: center;
          color: #fff;
          background-color: #ccc;
          font-size: 16px;
      }
  }
}







// 新闻中心

.news {
    padding: 3% 0;
    .news_list {
        ul {
            li {
                a {
                    display: flex;
                    justify-content: space-between;
                    padding: 2% 0;
                    border-bottom: 1px solid #ccc;
                    background-color: #fff;

                    .img {
                        width: 27%;
                    }

                    .cont {
                        width: 68%;

                        h1 {
                            font-size: 16px;
                        }

                        .time {
                            padding: 10px 0;
                            color: #6e6e6e;
                        }

                        .sum {
                            line-height: 28px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            word-break: break-all;
                        }
                    }

                    p.more {
                        width: 124px;
                        line-height: 40px;
                        text-align: center;
                        border: 1px solid #ccc;
                        margin-top: 14px;
                        .transition;
                    }

                    &:hover .more {
                        background-color: @color;
                        color: #fff;
                    }
                }
            }
        }
    }
}

.news_read{
    background-color: @bjcolor;
  padding: 4% 0;
    .news_typename h1{
        font-size: 24px;
        text-align: center;
    }
    .time{
        text-align: center;
        line-height: 50px;
    }
    .line{
        height: 1px;
        background-color: #ccd4db;
        margin: 2% 0;
    }
    .read_con{
        line-height: 26px;
        img{
            width: auto;
            max-width: 100%;
        }
    }
}


.equipment{
  padding-top: 4%;
.p_type{
  
  h3{
    color: @color;
  }
  i{
    border-top:1px solid @color;
    border-bottom:1px solid @color;
  }
  strong{
    color: @color;
  }
}
.list_ul{
  margin-top: 2%;
}
  ul{
    margin: -12px;
    li{
      padding: 12px;
      width: 33.33%;
    }
    a{
      display: block;
      position: relative;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      &:hover{
        h3{
          color: #fff;
          background-color: @color;
        }
      }
    }
    h3{
     .transition;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
   
    background: #f5f5f5;
    text-transform: uppercase;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  }
}
// 人力资源

.rlzy{
  padding: 4% 0 0 0;
  .list{
    margin-top: 4%;
  }
  li{
    overflow: hidden;
    &:nth-child(even){
      a{
        flex-direction: row-reverse;
      }
    }
  }
  a{
    display: flex;
    margin:0 -40px;
    &>div{
      width: 50%;
      padding: 40px;
    }
  }

  .icon{
    width: 70px;
    height: 70px;
    background-color: @color;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  h2{
    font-size: 24px;
    padding: 2% 0 2% 0;
  }
  .sum{
    line-height: 28px;
  }
}


// 招聘

.join{
  padding-top: 4%;
    // background-color: @bjcolor;
    .uls1{
        li.wow{
            border-bottom: 1px solid #ccc;
        }
        a{
            display: block;
        }
        .tit_info{
            color: #666666;
            background-color: #f5f5f5;
            display: flex;
            align-items: center;
            padding:0 30px;
            justify-content: space-between;
            
            h3{
              padding: 10px 0;
                strong{
                  width: 20%;
                font-size: 18px;
                // color: #fff;
                }
            }
            .info{
                width: 60%;
                font-size: 16px;
                ul{
                    display: flex;
                li{
                    flex:1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    p{
                        padding:0 10px;
                    }
                }
                }
            }
            .icon{
                width: 20%;
                text-align: right;
                font-size: 30px;
                color: #666666;
            }
        }
        .cont{
            padding:20px 30px;
            background-color: #fff;
            display: none;
            .tit{
                font-size: 16px;
                font-weight: bold;
                padding: 1% 0;
                border-bottom: 1px solid #ccc;
            }
            .content{
                padding: 2% 0;
                line-height: 26px;
            }
        }
        .img2{
            display: none;
        }
        .active{
            .tit_info{
                background:url(/templates/netskin/images/join_bj.jpg) no-repeat center ;
                background-size: cover;
                color: #333;
                h3{
                    // color: #fff;
                }
                .img1{
                    display: none;
                }
                .img2{
                    display: block;
                }
                .icon{
                    color: #fff;
                }
            }
            // .cont{
            //     display: block;
            // }
        }
    }
    .info2{
        display: none;
        width: 100%;
                font-size: 16px;
                ul{
                    // display: flex;
                li{
                    flex:1;
                    display: flex;
                    align-items: center;
                    margin-top: 14px;
                    // justify-content: center;
                    p{
                        padding:0 10px;
                        font-size: 14px;
                    }
                }
                }
    }
}

.contact{
    
    .con1400{
      .amap_box{
        position: relative;
      }
      #amap_container{
        width: 100%;
        height: 400px;
      }
     
    
       
    }
}
.contact_list{
  padding: 10px;
  padding-bottom: 6%;
  li{
    margin-top: 20px;
    text-align: center;
    width: 33.33%;
    
  }
  h3{
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
  }
}
.leave {
    .con1400{
        display: flex;
        align-items: center;
        
    }
    form{
        width: 50%;
        // padding-left:100px;
        h1{
            font-size: 36px;
            text-align: center;
        }
    }
.info{
     width: 50%;
     padding-left:60px;
      h1{
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        line-height: 60px;
      }
      .sum{
        padding: 20px 0;
        line-height: 26px;
        
        font-size: 16px;
        p{
            padding:10px 0;
        }
      }
    }
    padding-top: 2%;
    .p_type{
      h3{
        color: @color;
      }
      margin-bottom: 2%;
    }
    .mess_form {
        width: 100%;
      overflow: hidden;
        //   margin: 3% auto;
        p {
            display: flex;
            margin-bottom: 34px;
            align-items: center;
            justify-content: space-between;
            margin:0 -5px;

            input {
               flex:1;
               margin:10px 5px;
                padding: 0 8px;
                line-height: 40px;
                border: 1px solid #ccc;
            }
        }

        textarea {
            width: 100%;
            border: 1px solid #ccc;
            box-sizing: border-box;
            padding: 8px;
            line-height: 40px;
            height: 140px;
            margin-top: 10px;
        }



    }

    .submit input {
        display: block;
        width: 120px;
        line-height: 36px;
        text-align: center;
        background-color: @color;
        color: #fff;
        margin: 20px auto 6% auto;
    }
}
.pro_list_wap{
  display: none;
  .img{
    padding: 14px 0;
    background-color: #f5f5f5;
  }
  h2{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pro_k{
    display: flex;
    justify-content: center;
    align-items: center;
    &>div{
      width: 40px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px;
    }
  }
}




// 放大镜

 div.zoomDiv {
      z-index: 999;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 200px;
      height: 200px;
      background: #ffffff;
      border: 1px solid #CCCCCC;
      display: none;
      text-align: center;
      overflow: hidden;
    }

    div.zoomMask {
      position: absolute;
      background: url("/templates/netskin/css/images/mask.png") repeat scroll 0 0 transparent;
      cursor: move;
      z-index: 1;
    }

div.zoomDiv img{
    max-width:none;
}


// 企业党建

.party{
  padding-top: 4%;
  .con1500{
    display: flex;
  }
  .party_cont{
    flex:1;
    margin-left: 80px;
    // background: url(/templates/netskin/images/dh.png) no-repeat right bottom;
    background-color: #f5f5f5;
    padding: 40px;
    img{
        max-width:400px;
    }
    h2{
        padding-bottom: 18px;
        font-size: 18px;
        position: relative;
        &::after{
            position: absolute;
            left: 0;
            bottom:9px;
            content: '';
            height: 2px;
            width: 30px;
            background: @color;
        }
    }
  }
}
.party_left{
  width: 220px;
  li{
    margin-bottom: 10px;
  }
  a{
    display: block;
    line-height: 50px;
    background-color: #f5f5f5;
    text-align: center;
  }
}


.party_list{
  flex:1;
  margin-left: 80px;
  a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  h1{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 50px;
    flex:1;
    i{
      display: block;
      width: 7px;
      height: 7px;
      background-color: #333;
      margin-left: 40px;
      margin-right: 20px;
    }
  }
  p.time{
    width: 80px;
  }
}

.party_list_read{
 
  margin-left: 80px;
  background-color: #f5f5f5;
  padding: 40px;
  .tit{
    text-align: center;
    font-size: 18px;
  }
  .time{
    text-align: center;
    padding: 14px 0;
  }
}

.active_list{
  flex:1;
  margin-left: 80px;
  ul{
    margin: -10px;
  }
  li{
    width: 33.33%;
    padding: 10px;
  }
  .main_tit{
    padding: 5px 10px;
    background-color: #f5f5f5;
    .time{
      padding: 5px 0;
    }
    h1{
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 16px;
    }
  }
}
.index_banner_wap{
  display: none;
}
.ban_list img:last-child{
  display: none;
}



#footer {
  width: 100%;
  height: 70px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 102;
  display: none;
}

#footer a {
  display: block;
  padding-top: 13px;
  width: 25%;
  height: 70px;
  float: left;
  background: url(/templates/netskin/images/public/footer.png) right center no-repeat;
  overflow: hidden;
  position: relative;
  
  &::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    transform: translateY(-50%);
  }
}

#footer a img {
  display: block;
  height: 20px;
  margin: 0 auto;
}

#footer a p {
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 28px;
}

#slideup{
  background: url('/templates/netskin/images/public/slideup.png') center center no-repeat;
  float: right;
  width: 40px;
  height: 40px;
  bottom: 70px;
  right: 0;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  display: none;
}

#footer a:last-child::after{
  display: none;
}


// 企业发展 


.deve .con1500{
    display: flex;
    justify-content: center;
}
#history{
    width: 1000px;
}
#history .top{
	height: 128px;
	background: url('/templates/netskin/images/public/l1.png') 100px top repeat-y;
}
#history .bottom{
	height: 60px;
	background: url('/templates/netskin/images/public/icon1.png') 74px top no-repeat;
	background-size: contain;
}
#history ul{
	background: url('/templates/netskin/images/public/l2.png') 100px top repeat-y;
}
#history ul li{
	padding-bottom: 5%;
	overflow: hidden;
	display: flex;
}
#history ul li .t{
	width: 115px;
	float: left;
	background: url('/templates/netskin/images/public/pot.png') right top no-repeat;
	padding-right: 40px;
}
#history ul li .t p{
	line-height: 30px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
}
#history ul li .c{
	flex:1;
	padding-left: 40px;
}
#history ul li .c p{
	line-height: 26px;
	font-size: 16px;
	color: #333;
}
#map{
    height: 400px;
    margin-top:4% ;
    img{
        width: auto;
    }
}
.BMap_shadow,
.BMapLabel{
    display: none!important;
}
<!--耗时1789693040.0464秒-->