.nibiaoqi_maodian{
        height:50px;
        /*background: #f4f5f9;*/
    }
.maodian_position p{
        line-height: 50px;
    }
.banner{
    width:100%;
    height:500px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner h2{
    font-size:32px;
    margin-bottom:30px;
    color:#fe6e00;
}
.banner p{
    line-height:40px;
    color:#fe6e00;
}
.banner_text{
    width:400px;
    margin:0 auto;
    padding-top:100px;
    box-sizing: border-box;
}
.puduct{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.puduct_list:hover{
    border-radius:10px;
    box-shadow: 0px 0px 1px 1px #fe6e00;
    transition: all 0.7s;
}
.puduct_list{
    width:380px;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    margin-bottom:30px;
    overflow: hidden;
}
.puduct_list img{
    max-width: 380px;
    height:380px;
    width:100%;
}
.puduct_list_text{
    border-top:solid 1px #e5e5e5;
}

.pudut_lianxi_acc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.pudut_lianxi_acc p{
    text-align: center;
}
.pudut_lianxi_acc p:nth-child(1){
    width:280px;
    line-height: 30px;
    font-size:12px;
    text-align: left !important;
    padding-left:20px;
    color:#a5a4a4;
}
.pudut_lianxi_acc p:nth-child(2){
    width:80px;
    display: block;
    height:30px;
    line-height: 30px;
    background: blue;
    color:#fff;
}
.pudut_lianxi_acf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.pudut_lianxi_acf p{
    width:140px;
    padding:10px 10px;
    box-sizing: border-box;
    text-align: center;
}
.pudut_lianxi_acg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.pudut_lianxi_acc a{
    color:#FFF;
}
.puduct_list_img{
    position: relative;
}
.puduct_list_ytname{
    position: absolute;
    top:0;
    left:0;
    z-index: 99;
    display: block;
    padding:5px;
    box-sizing: border-box;
    background: #fe6e00;
    color:#FFF;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-left:20px;
    margin-top:20px;
}
.puduct_page_fenlei{
    position: absolute;
    left:0;
    /*top:49%;*/
    width:200px;
    display: none;
    text-align: center;
}

.puduct_page_fenlei h2{
    background: #fe6e00;
    color:#FFF;
    padding:10px;
    box-sizing: border-box;
}
.puduct_page_fenlei ul{
    border:solid 1px #fe6e00;
}
.puduct_page_fenlei ul li{
    margin:0 10px;
    line-height: 50px;
    border-bottom:solid 1px #fe6e00;
}
.puduct_page_fenlei ul li:last-child{
    border-bottom:none;
}
.puduct_page_fenlei ul li a:hover{
    color:#fe6e00;
}

@media (min-width: 1200px) {
   .puduct_page_fenlei{
    display: block;
} 
    .puduct_page_fenlei h2{
        font-size:20px;
    }
}