// 公共部分
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:#ea5504;

@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_pc{
    position: initial;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    border-top:3px solid @color;
    .con1200{
        display: flex;
        justify-content: space-between;
        align-items: center;
        a.logo{
            display: block;
            width:230px;
        }
        .nav{
            padding-left:4%;
            margin: 0 auto;
        
            ul{
                display: flex;
              
        
                
                li{
                    a{
                        display: block;
                        padding:0 20px;
                        line-height: 90px;
                        font-size: 18px;
                       
                        .transition;
                        &.hover,
                        &:hover{
                            background-color: @color;
                            color: #fff;
                           
                        }
                    }
                }
            }
        }
       
       
    }
}
#banner{
    background-color: #f5f5f5;
}
.slog_list{
    transform: translateY(-50%);
    position: relative;
    z-index: 3333;
    ul{
        display: flex;
        li{
            flex: 1;
            &:nth-child(1) .box{
                background-color: #e67538;
            }
            &:nth-child(2) .box{
                background-color: #e5631d;
            }
            &:nth-child(3) .box{
                background-color: @color;
            }
            .box{
                display: flex;
                justify-content: center;
                align-items: flex-start;
                padding: 30px;
                height: 100%;
                box-sizing: border-box;
            }
            .num{
                display: flex;
                align-items: flex-end;
                strong{
                    font-size: 100px;
                    color: #fff;
                    line-height:90px;
                    font-family: "SimHei";
                }
                i{
                    font-size: 33px;
                    color: #fff;
                }
            }
            .cont{
                padding-left: 26px;
                .tit{
                    border-bottom: 1px solid #fff;
                    
                    h1{
                        font-size: 18px;
                        color: #fff;
                    }
                    h5{
                        font-size: 12px;
                        color: #fff;
                        line-height: 28px;
                        text-transform: uppercase;
                    }
                }
                .img{
                    padding: 24px 0;
                }
            }
        }
    }
}
// 首页公共头部

.i_type{
    padding-top: 4%;
    h1{
        font-size: 40px;
        text-align: center;
    }
    h5{
        font-size: 20px;
        color: #cccccc;
        text-align: center;
    }
    i{
        display: block;
       
        position: relative;
        margin:10px auto;
        
        &::before{
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 500px;
            height: 1px;
            background-color: #ccc;
         
            transform: translate(-50%,-50%);
        }
        &::after{
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 14px;
        height: 14px;
        background-color: @color;
        transform: translate(-50%,-50%);
       
        }
    }
}

.i_pro{
    background-color: #f5f5f5;
    margin-top: -110px;
    padding-bottom: 4%;
    .type_ul{
        padding: 4% 0;
        ul{
            justify-content: center;
            margin: -6px;
            li{
                padding: 6px;
                a{
                    display: block;
                    line-height: 32px;
                    text-align: center;
                    padding:0 20px;
                    border:1px solid #ccc;
                }
            }
        }
    }
    .con_list{
        ul{
            margin: -15px;
            li{
                width: 33.33%;
                padding: 15px;
                a{
                    display: block;
                    .img{
                        border:14px solid @color;
                    }
                    h1{
                        text-align: center;
                        line-height: 40px;
                        background-color: #fff;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                }
            }
        }
    }
}

.i_news{
  .news_main{
      padding: 4% 0;
      ul{
          margin: -15px;
          li{
              width: 50%;
              padding: 15px;
              a{
                  display: flex;
                  margin:0 -10px;
                  padding: 20px 40px;
                  background-color: #f7f7f7;
                  .img{
                      width: 164px;
                    padding: 10px;
                  }
                  .cont{
                      padding: 10px;
                      flex:1;
                      width: 72%;

                      h1{
                        font-size: 16px;
                        line-height: 40px;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                      }
                      .sum{
                          color: rgb(136, 136, 136);
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        word-break: break-all;
                      }
                  }
              }
          }
      }
  }  
}

.icon_more{
    display: flex;
    width: 140px;
    justify-content: center;
    margin: 0 auto;
    box-shadow:  0 0 14px #ccc;
    strong{
        width: 106px;
        line-height: 36px;
        text-align: center;
    }
}

.i_about{
    margin-top: 4%;
    background: url(../images/ab_bj.jpg) no-repeat center top;
    padding-top: 4%;
    .ab_cont{
        
        display: flex;
        padding:10% 26px 26px 26px;
        background: url(../images/ab_bj2.jpg) repeat-x center bottom;
        .img{
            width: 40%;
        }
        .cont{
            width: 60%;
            padding-top: 4%;
            color: #fff;
            padding-left: 40px;
            box-sizing: border-box;
            h1{
                font-size: 40px;
            }
            .sum{
                padding-top: 2%;
            }
            a{
                display: block;
                float: right;
                width: 84px;
                height: 34px;
                border:1px solid #fff;
                background:url(../images/icon.png) no-repeat center;
            }
        }
    }
}

.i_honor{
    padding: 2% 0;
    .pic_list{
        padding:4% 0;
        position: relative;
        a{
            display: block;
            padding: 10px;
            background-color: #f5f5f5;
        }
    }
    .hon_left,.hon_rig{
        font-size: 24px;
        color: #ccc;
        font-family: "simsun";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .hon_left{
        left: -50px;
    }
    .hon_rig{
        right: -50px;
    }
}

.i_contact{
    background:url(../images/i_con_bj.jpg) repeat-x top center;
    .type_tit{
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        h1{
            font-size: 40px;
            line-height: 100px;
        }
        p{
            font-size: 18px;
        }
    }
    ul{
        margin: -13px;
        li{
            width: 50%;
            padding: 13px;
            a{
                display: flex;
                padding: 18px;
                background-color: #fff;
                .img{
                    width: 170px;

                }
                .info_con{
                    flex: 1;
                    padding-left: 10px;
                    .tit{
                        padding-top: 20px;
                       
                        align-items: flex-end;
                        h1{
                            font-size: 20px;
                        }
                        p{
                            // padding: 0 10px;
                            color: #cccccc;
                        }
                    }
                    .sum{
                        padding-top: 24px;
                        font-size: 16px;
                        color: #ccc;
                        line-height: 30px;
                    }
                }
            }
        }
    }
}


.i_info{
    background-color: #f5f5f5;
    .con1200{
        display: flex;
        padding: 1% 0;
        .uls1{
            display: flex;
            flex-wrap:wrap;
            li{
                width: 100%;

            }
            .lis1{
                align-self: flex-start;
                
            }
            .lis2{
                align-self: flex-end;  
            }
        }
        ul{
            width: 50%;
            padding: 12px;
            box-sizing: border-box;
            li{
                display: flex;
                padding: 5px 0;
                .img{
                    width: 32px;
                    height: 32px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #fff;
                    border-radius: 50%;
                    margin-right: 14px;
                }
                
                p{
                    color: #666666;
                    line-height: 32px;
                }
            }
        }
    }
}

.foo_bottom{
    background-color: @color;
    .con1200{
        display: flex;
        justify-content: space-between;
        align-items: center;
        a{
            display: block;
            line-height:42px;
            color: #fff;
            margin-right: 30px;
        }
    }
}
.public{
    .con1200{
        display: flex;

    }
}
.pub_left{
    width: 220px;
    position: relative;
    margin-top: -60px;
    margin-bottom: 4%;
    .typename{
        h1{
            padding: 20px 0;
            display: flex;
            align-items: center;
            text-align: center;
            line-height: 48px;
            justify-content: center;
            font-size: 40px;
            color: #fff;
            background-color: @color;
        }
    }
    ul{
        background-color: #f8b101;
        padding: 4% 16px;
        li{
            a{
                display: block;
                padding: 10px 0;
                color: #fff;
                font-size: 16px;
                text-transform: capitalize;
                border-bottom: 1px solid rgba(255,255,255,0.5);
                &:hover,
                &.hover{
                    color: @color;
                }
            }
        }
    }
}

.public_cont{
    flex: 1;
    padding : 42px 0 0 42px;

}

.about{
    .content{
        line-height: 26px;
    }
    .ab_list{
        padding: 6% 0;
        ul{
            display: flex;
            margin: -30px;
            li{
                padding: 30px;
                width: 33.33%;
                box-sizing: border-box;
                .box{
                    background-color: #f5f5f5;
                    display: flex;
                align-items: center;
               border-radius: 60px 0 0 60px;
               height: 80px;
                }
                .icon{
                    border:4px solid #fff;
                    overflow: hidden;
                    border-radius: 50%;
                    width: 84px;
                    height: 84px;
                    i{
                       width: 100%;
                       height: 100%;
                        background:@color;
                        color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 36px;
                        
                    }
                    
                    
                }
                h3{
                    font-size: 18px;
                    text-transform: capitalize;
                    padding: 10px;
                    flex: 1;
                }
            }
        }
    }
}
#history{
    padding: 6% 6%; 
}


#history .top{
	height: 128px;
	background: url('../images/l2.png') 100px top repeat-y;
}
#history .bottom{
	height: 88px;
	background: url('../images/icon1.png') 61px top no-repeat;
}
#history ul{
	background: url('../images/l2.png') 100px top repeat-y;
}
#history ul li{
	padding-bottom: 40px;
	overflow: hidden;
    display: flex;
}
#history ul li .t{
	width: 115px;

	background: url('../images/pot.png') right top no-repeat;
}
#history ul li .t p{
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
}
#history ul li .c{
	width: 690px;
	padding-left: 40px;
   
}
#history ul li .c p{
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.honor{
    ul{
        margin: -14px 0;
        li{
            width: 25%;
            padding: 14px;
        }
    }
}

.products{
    ul{
        margin: -14px 0;
        li{
            width:33.33%;
            padding: 14px;
            .img{
                padding: 10px;
                background-color: #f5f5f5;
            }
            h3{
                text-align: center;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 32px;
                background-color: @color;
                color: #fff;
            }
        }
    }
}


.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;
        }
    }
    .swiper_pro{
        border:1px solid #ccc;
    }
    .pro_img{
        width: 44%;
        overflow: hidden;
        
        #thumbs{
            padding: 14px 0;
            .swiper-slide-thumb-active img{
                border:1px solid @color;
            }
        }
    }
}

.leave{
    // padding-top: 4%;
    .mess_form{
      width: 870px;
    //   margin: 3% auto;
      p{
        display: flex;
        margin-bottom: 34px;
        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: 200px;
      }
  
  
  
  }
  .submit input {
      display: block;
      width: 120px;
      line-height: 36px;
      text-align: center;
      background-color: @color;
      color: #fff;
      margin: 20px auto 6% auto;
  }
  }



  // 新闻中心

.news{
    .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 {
    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;
  }



  
.service{
    .service_list{
        ul{
            li{
                margin-bottom: 20px;
                a{
                    display: flex;
                    align-items: center;
                    padding: 1% 0;
                   
                    background-color: #f5f5f5;
                    i{
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        overflow: hidden;
                        margin: 0 20px;
                        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;
                    }
                }
            }
        }
    }
}




.i_contact2{
  
    ul{
        margin: -13px;
        li{
            width: 50%;
            padding: 13px;
            a{
                display: flex;
                padding: 18px;
               border:1px solid #ccc;
                .img{
                    width: 150px;

                }
                .info_con{
                    flex: 1;
                    .tit{
                        padding-top: 20px;
                        display: flex;
                        align-items: flex-end;
                        h1{
                            font-size: 20px;
                        }
                        p{
                            padding: 0 10px;
                            color: #cccccc;
                        }
                    }
                    .sum{
                        padding-top: 24px;
                        font-size: 16px;
                        color: #ccc;
                        line-height: 30px;
                    }
                }
            }
        }
    }
}


.i_info2{
    
        display: flex;
        padding: 1% 0;
        .uls1{
            display: flex;
            flex-wrap:wrap;
            li{
                width: 100%;

            }
            .lis1{
                align-self: flex-start;
                
            }
            .lis2{
                align-self: flex-end;  
            }
        }
        ul{
            width: 50%;
            padding: 12px;
            box-sizing: border-box;
            li{
                display: flex;
                padding: 5px 0;
                .img{
                    width: 32px;
                    height: 32px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #fff;
                    border-radius: 50%;
                    margin-right: 14px;
                }
                
                p{
                    color: #666666;
                    line-height: 32px;
                }
            }
        }
    
}

div.info-top div{
    width: 350px;
}

.head_wap{
    display: none;
}

.products .big_img:hover h3{
    color: #fff;
}

.slog_wap{
    display: none;
    padding:10% 60px;
    ul{
        // display: flex;
        li{
            // flex: 1;
            &:nth-child(1) .box{
                background-color: #e67538;
            }
            &:nth-child(2) .box{
                background-color: #e5631d;
            }
            &:nth-child(3) .box{
                background-color: @color;
            }
            .box{
                display: flex;
                justify-content: center;
                align-items: flex-start;
                padding: 10px 20px;
                height: 100%;
                box-sizing: border-box;
            }
            .num{
                display: flex;
                align-items: flex-end;
                strong{
                    font-size: 100px;
                    color: #fff;
                    line-height:90px;
                    font-family: "SimHei";
                }
                i{
                    font-size: 33px;
                    color: #fff;
                }
            }
            .cont{
                padding-left: 26px;
                .tit{
                    border-bottom: 1px solid #fff;
                    
                    h1{
                        font-size: 18px;
                        color: #fff;
                    }
                    h5{
                        font-size: 12px;
                        color: #fff;
                        line-height: 28px;
                        text-transform: uppercase;
                    }
                }
                .img{
                    padding: 24px 0;
                }
            }
        }
    }
    .slog_box{
        position: relative;
    }
    .swiper-slide{
        height: auto;
    }
}
.swiper-button-prev1{
     position: absolute;
    
    top:40%;
    right:-35px;
    // transform: translateY(-50%);
}
.swiper-button-next1{
      position: absolute;
    left: -35px;
    top:40%;
    // transform: translateY(-50%);
}
.swiper-button-prev1::before{
    content:'>';
    font-size: 30px;
    color: #ccc;
    font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
    position: absolute;
    
    top:0;
    right: 0;
    z-index: 8888;
}
.swiper-button-next1::before{
    content:'<';
    font-size: 30px;
    color: #ccc;
    font-family:"Microsoft YaHei","黑体","宋体",sans-serif;
    position: absolute;
    left:0;
    top:0;
     z-index: 8888;
}