// 公共部分
body{
    // -webkit-filter: grayscale(100%);
    // -moz-filter: grayscale(100%);
    // -ms-filter: grayscale(100%);
    // -o-filter: grayscale(100%);
    // filter: grayscale(100%);
    // filter: gray;
}
.list_ul {
    overflow: hidden;

    ul {
        display: flex;
        flex-wrap: wrap;


        li {

            box-sizing: border-box;

            a {
                display: block;
                
            }

        }
    }
}

@color:#24afc9;

@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;
    }
}

.con1500{
    max-width: 1500px;
   width: 100%;
    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;
}
// 公共结束


// 头部开始

.head{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    .con1400{
        display: flex;
        justify-content: space-between;
        align-items: center;
        a.logo{
            display: block;
            width: 146px;
        }
        .nav{
            padding:0 4%;
            margin: 0 auto;
            flex: 1;
            ul{
                display: flex;
                justify-content: space-between;
              
                
                li{
                    a{
                        display: block;
                        padding:0 20px;
                        line-height: 100px;
                       
                        font-size: 18px;
                        background: url(../images/nav_icon1.png) no-repeat center 60px;
                        .transition;
                        &.hover,
                        &:hover{
                            // background-color: @color;
                            // color: #fff;
                            background: url(../images/nav_icon.png) no-repeat center 60px;
                        }
                    }
                }
            }
        }
        .lng{
            width: 146px;
            ul{
                display: flex;
                justify-content: flex-end;
                li{
                    padding: 5px;
                    a{
                        display: block;
                        width: 30px;
                        line-height: 30px;
                        text-align: center;
                        
                    }
                    &:first-child a{
                        border:1px solid #ccc;
                    }
                    &:last-child a:hover{
                        border:1px solid #ccc;
                    }
                }
            }
        }
       
    }
}
.panels{
    padding-top: 100px;

}
#banner{
    margin-top: -60px;
}

.panels2{
    background-color: #f8f8f8;
}

.i_about{
    
    .con1400{
        .type{
            padding: 3% 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            h1{
                font-size: 36px;
            }
            .tel{
                width: 195px;
                line-height: 36px;
                background-color: #f2f2f2;
                border-radius:18px;
                display: flex;
                justify-content: center;
                p{
                    padding-left: 30px;
                    background:url(../images/tel.png) no-repeat left center;
                    color: #7b7b7b;
                }
            }
        }

        .main{
            display: flex;
            .img{
                width: 40%;
            }
            .cont{
                width: 56%;
                padding-left: 80px;
                box-sizing: border-box;
                .num_list{
                    ul{
                        display: flex;
                        justify-content: space-between;
                        li{
                            .icon{
                                span{
                                    font-size: 48px;
                                }
                            }
                            p{
                                color: #a2a2a2;
                                text-align: center;
                            }
                        }
                    }
                }
                .summary{
                    line-height: 26px;
                    font-size: 14px;
                    padding: 2% 0;
                }

               

                .color{
                    padding-top: 4%;
                    ul{
                        display: flex;
                        margin:0 -30px;
                        li{
                            padding:0 30px;
                            p{
                                color: #797979;
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }
    }
}
a.more{
    display: block;
    width: 196px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: url(../images/more.png) no-repeat center;
}

.i_type{
    display: flex;
    padding: 2% 0;
    justify-content: space-between;
    align-items: center;
    .tit{
        h1{
          font-size: 36px;  
        }
        p{
            font-size: 20px;
            color: #5a5a5a;
            padding-top: 12px;
        }
    }
    }
.i_pro{
    height: 100%;
    background: url(../images/i_pro_bj.jpg) no-repeat center;
    
   
.list_ul{
    ul{
        margin:0 -20px;
        li{
            width: 33.33%;
            padding: 20px;
            a{
                overflow: hidden;
                display: block;
                border-radius: 20px;
                position: relative;
                .bj{
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 1px;
                    box-shadow: 0 0 100px 70px #333;
                }
                h1{
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    text-align: center;
                    font-size: 18px;
                    color: #fff;
                    padding: 40px 0;
                    
                }
            }
        }
    }
}

}


.i_puxin{
    height: 100%;
    background: url(../images/i_puxin.jpg) no-repeat center;
}



.i_news{
    height: 100%;
    background: url(../images/news_bj.jpg) no-repeat center;
    .news_main{
        display: flex;
        max-width: 1380px;
        background:rgba(255,255,255,0.5);
        .img{
            width: 37%;
        }
        ul{
            width: 63%;
            padding:0 40px;
            box-sizing: border-box;
            li{
                a{
                    padding: 16px 0;
                    border-bottom: 1px solid #ccc;
                    display: block;
                    h1{
                        font-size: 20px;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    .sum{
                        color: #7c7c7c;
                        line-height: 26px;
                        padding: 10px 0;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                }
            }
        }

    }
    a.icon_more{
        margin-top: 4%;
    }
}

div.more{
    width: 100px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    background: url(../images/more.png) no-repeat center;
}

a.icon_more{
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/icon_bj.png) no-repeat center;
}


// 底部

  
.i_footer .amap_box{
    padding: 4% 0;
}
  #amap_container {
         height: 300px;
      width: 100%;
  }

  .content-window-card {
      position: relative;
      box-shadow: none;
      bottom: 0;
      left: 0;
      width: auto;
      padding: 0;
      background-color: #fff;
  }

  .content-window-card p {
      height: 2rem;
  }

  .custom-info {
      /*border: solid 1px silver;*/
  }

  div.info-top {
      position: relative;
      /*background: none repeat scroll 0 0 #F9F9F9;*/
      /*border-bottom: 1px solid #CCC;*/
      padding-right: 14px;
      border-radius: 5px 5px 0 0;
  }

  div.info-top div {
      display: inline-block;
      color: #333333;
      font-size: 14px;
      font-weight: bold;
      line-height: 31px;
      padding: 0 10px;
  }

  div.info-top img {
      position: absolute;
      top: 10px;
      right: 10px;
      transition-duration: 0.25s;
  }

  div.info-top img:hover {
      box-shadow: 0px 0px 5px #000;
  }

  div.info-middle {
      font-size: 12px;
      /* padding: 10px 6px;
            line-height: 20px;*/
  }

  div.info-bottom {
      height: 0px;
      width: 100%;
      clear: both;
      text-align: center;
  }

  div.info-bottom img {
      position: relative;
      z-index: 104;
  }

 /* span {
      margin-left: 5px;
      font-size: 11px;
  }*/

  .info-middle img {
      float: left;
      margin-right: 6px;
  }

  .i_footer{
      background-color: #fbfbfb;
      height: 100%;
      .i_type{
          padding-top: 0;
      }

  }


  .foo_main{
    display: flex;
    width: 100%;
    .info{
        width: 50%;
        display: flex;
        .i_type{
            width: 50%;
            align-items: flex-start;


        }
        .i_cont{
            width: 50%;
            h1{
                font-size: 24px;
            }
            .sum{
                line-height: 26px;
                padding: 10px 0;
            }
            ul{
                display: flex;
                margin:0 -10px;
                li{
                    padding: 10px;
                    a{
                        width: 48px;
                        height: 48px;
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background: url(../images/icon_bj.png) no-repeat center;
                    }
                }
            }
        }
    }
}
//   留言

.leave{
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    .mess_form{
    
      p{
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        justify-content: space-between;
        input{
          width: 46%;
          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;
      }
  
  
  
  }
  .submit input {
      display: block;
      width: 120px;
      line-height: 36px;
      text-align: center;
      background: url(../images/more.png) no-repeat center;
      color: #fff;
      border:none;
      margin: 20px auto 6% auto;
      border-radius: 10px;
  }
  }


  .foo_bottom{
    display: flex;
    justify-content: space-between;
    border-top:1px solid #eee;
    padding-top: 2%;
}
.about{
    height: 100%;
    background-color: #f5f5f5;
    .con1400{
        padding:2% 0;
        .ab_summary{
            
            background-color: #fff;
            .img{
                display: flex;
                img{
                    width: 50%;
                }
                .sum{
                    width: 50%;
                    padding: 30px;
                    box-sizing: border-box;
                    line-height: 28px;
                    color: #636363;
                }
            }
            h5{
                line-height: 40px;
                padding-left: 42px;
                font-size: 16px;
            }
        }

        .list_ul{
            padding: 2% 0 0 0 ;
            ul{
                margin:-30px;
                li{
                    width: 33.33%;
                    padding: 30px;
                    .sum{
                        line-height: 26px;
                        padding-top: 10px;
                    }
                }
            }
        }
 
 
    }
}

.advan_type{
    h1{
        font-size: 36px;

    }
    .sum{
        font-size: 20px;
        color: #8a8a8a;
        padding-top: 12px;
    }
}
.advan{
    height: 100%;
    padding: 3% 0;
    background: url(../images/ab_bj.jpg) no-repeat center; 
    
    .advan_main{
        display: flex;
        align-items: center;
    
    .advan_left{
        width: 50%;
        .advan_list{
            padding: 6% 0;
            ul{
                li{
                    margin-bottom: 10px;
                    a{
                        display: flex;
                    align-items: center;
                    }
                    i{
                        display: block;
                        width: 68px;
                        height: 68px;
                        font-size: 30px;
                        color: #fff;
                        font-weight: bold;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background:url(../images/icon_bj.png) no-repeat center;
                        background-size: cover;
                    }
                    .sum{
                        line-height: 30px;
                        font-size: 16px;
                        padding-left: 20px;
                        flex: 1;
                    }

                    &:nth-child(2){
                        padding-left: 60px;
                    }
                    &:nth-child(3){
                        padding-left: 60px;
                    }
                }
            }
        }

        .pic_list{
            position: relative;
            width: 100%;
            box-sizing: border-box;
            padding:0 50px;
            
            .equ_left,.equ_rig{
                width: 40px;
                height: 100%;
                background:url(../images/icon_more.png) no-repeat center;
                background-color: #ccc;
                position: absolute;
                top: 50%;
                cursor: pointer;
                &:hover{
                    background-color: @color;
                }
                
            }
            .equ_left{
                left: 0;
                transform: translateY(-50%) rotate(180deg);
                
            }
            .equ_rig{
                right: 0;
                transform: translateY(-50%);
            }
        }
        .swiper_equ{
            width: 100%;
        }
    }
}

.advan_rig{
    width: 50%;
}

}


.honor{
    padding: 4% 0;
    height: 100%;
    background: #f5f5f5;
    .advan_type{
        position: relative;
        h1{
            text-align: center;

        }
        .sum{
            text-align: center;
            max-width: 1000px;
            margin: 0 auto;
        }
        .fx{
            position: absolute;
            right: 0;
            bottom: 0;
            display: flex;
            
        }
    }

    .swiper_honor{
        padding: 4% 0;
        .img{
            padding: 12px;
            background-color: #ccc;
        }
    }
}
.honor_left,.honor_rig{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    margin-left: 10px;
    cursor: pointer;
    .transition;
    i{
        display: block;
        width: 100%;
        height: 100%;
        background:url(../images/icon_more.png) no-repeat center;
    }
}
.honor_left i{
    transform: rotate(180deg);
}
.honor_left:hover,.honor_rig:hover{
    background:url(../images/icon_bj.png) no-repeat center;
}
.pro_ban{
    height: 100%;
    position: relative;
    .pro_nav{
        position: absolute;
        bottom: 0;
        width: 100%;
        ul{
            display: flex;
            margin: -10px;
            justify-content: flex-end;
            li{
                padding: 10px;
                a{
                    display: block;
                    position: relative;
                    overflow: hidden;
                    .bj{
                        position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 100px 70px #333;
                    }
                    h1{
                        position: absolute;
                        width: 100%;
                        text-align: center;
                        bottom: 0;
                        color: #fff;
                        font-size: 16px;
                        padding: 14px 0;
                        .transition;
                    }
                    &:hover h1{
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background:rgba(0,0,0,0.2);
                    }
                    &:hover .bj{
                        display: none;
                    }
                }
            }
        }
    }
}
.pub_left{
    width: 20%;
    h1{
        font-size: 36px;
    }
    ul{
        padding-top: 6%;
        li{
            a{
                display: block;
                line-height: 28px;
                padding:10px 0;
                font-size: 18px;
                border-bottom: 1px solid #ccc;
                &.hover,
                &:hover{
                    color: @color;
                    
                }
            }
        }
    }
}
.products{
    padding: 4% 0;
    .con1400{
        display: flex;
    }
    

    .list_ul{
        width: 80%;
        padding-left: 40px;
        box-sizing: border-box;
        ul{
            margin:0 -10px;
            li{
                padding: 10px;
                a{
                    display: block;
                    position: relative;
                    overflow: hidden;
                    .title{
                        position: absolute;
                        left: 0;
                        top: 400px;
                        width: 100%;
                        height: 100%;
                        padding: 14px;
                        box-sizing: border-box;
                        .transition;
                        h3{
                            height: 100%;
                            display: flex;
                        
                            justify-content: center;
                            align-items: center;
                            font-size: 18px;
                            width: 100%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            background:rgba(255,255,255,0.6);
                        }
                    }
                    &:hover .title{
                        top: 0;
                    }
                }
            }
        }
    }
}



.pro_main{
    display: flex;
    padding: 4% 0;
    justify-content: space-between;
    .main_left{
        width: 50%;
        h1{
            font-size: 30px;
            padding: 4% 0;
        }
        .feature{
            line-height: 28px;
        }
    }
    .pro_img{
        width: 44%;
        overflow: hidden;
        #thumbs{
            padding: 14px 0;
            .swiper-slide-thumb-active img{
                border:1px solid @color;
            }
        }
    }
}

.strength{
    height: 100%;
    background: url(../images/strength.jpg) no-repeat center;
    .list_ul{
        ul{
            margin:0 -11px;
            li{
                width: 25%;
                padding: 11px;
                a{
                    display: block;
                    height: 100%;
                }
                .cont{
                    background-color: #258dd8;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    .sum{
                        color: #fff;
                        line-height: 20px;
                        padding: 10px;
                        

                    }
                }
                &:nth-child(odd) .cont{
                    background-color: #21c0c0;
                }
            }
                
            
        }
    }
}

.metam{
    height: 100%;
    background-color: #f5f5f5;
    .contrast{
        padding: 4% 0;
        background: url(../images/metam_bj.jpg) no-repeat center;
        .con1400{
            display: flex;
            h1{
                font-size: 20px;
            }
            p{
                padding: 12px 0;
                line-height: 26px;
            }
            .sum{
                padding: 4% 0;
            }
            .c_left{
                width: 42%;
                padding-right: 20px;
            }
            .c_center{
                width: 16%;
            }
            .c_rig{
                width: 42%;
                padding-left: 20px;
            }
        }
    }
}


// 新闻中心


.news {
    padding: 2% 0;
    .con1400{
        display: flex;
        .news_list{
            width: 80%;
            padding-left: 40px;
            li{
                a{
                    display: block;
                    padding: 14px 0;
                    border-bottom: 1px solid #ccc;
                    h1{
                        font-size: 20px;
                    }
                    .time{
                        padding: 10px 0;
                    }
                    .sum{
                        line-height: 26px;

                    }
                    p.more{
                        margin-top: 10px;
                            display: block;
                            width: 120px;
                            line-height: 36px;
                            color: #fff;
                            border-radius: 10px;
                            text-align: center;
                            background: url(http://puxin.com/templates/specialty/images/more.png) no-repeat center;
                        
                    }
                }
            }

        }
    }
}



.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;
  }


  .join{
      padding: 4% 0;
      .con1400{
          display: flex;
          .join_left{
              width: 18%;
              h1{
                  font-size: 36px;
              }
              .sum{
                font-size: 20px;
                color: #5a5a5a;
                padding-top: 12px;
              }

              .join_dre{
                  display: flex;
                //   justify-content: space-between;
                  &>div{
                      margin: 0;
                      margin-right: 18px;
                  }
              }
          }
          .join_rig{
              width: 82%;
              .main{
                  .join_list{
                      width: 100%;
                      ul{
                        width: 100%;
                        display: flex;
                          li{
                            flex: 1;
                            text-align: center;
                          }
                      }
                      ul.th{
                          background-color: #636363;
                          color: #fff;
                          line-height: 40px;
                      }
                      ul.td{
                          line-height: 40px;
                          text-align: center;
                          li:last-child{
                              font-family: "simsun";
                              font-size: 24px;
                          }
                          
                          &:hover a{
                            color: @color;
                          }
                      }
                      .main_cont:nth-child(odd) .td{
                          background-color: #e6e6e6;
                          
                      }
                      .box{
                          display: none;
                      }
                      .cont{
                          display: flex;
                          border-top:1px solid #ccc;
                          line-height: 26px;
                          h1{
                              font-size: 16px;
                              font-weight: bold;
                              padding: 10px 0;
                          }
                          .cont_left{
                              width: 50%;
                            padding: 10px;
                          }
                          .cont_rig{
                              width: 50%;
                              padding: 10px;
                          }
                      }
                  }
              }
          }
      }
  }

  .contact{
      .con1400{
          display: flex;

      }
  }