﻿/*车间*/
.PageWorkshop{
    width:100%;
    height:auto;overflow:hidden;
}
.PageWorkshopLeft{
    width:20%;float:left;
}
.PageWorkshopLeft div{
    width:80%;float:right;
    background:#f39500;
    border-bottom:10px solid #000;
    font-size:30px;
    font-weight:bold;
    height:120px;overflow:hidden;
    line-height:120px;
    text-align:center;
    color:#fff;
}
.PageWorkshopRight{
    width:80%;float:left;
}
.PageWorkshopRight li{
    width:48%;float:left;
    margin:0 1% 10px 1%;
    text-align:center;
}
.PageWorkshopRight li img{
    width:100%;
    max-width:800px;
    height:350px;
}

/*核心力*/
.PageAdvantage{
    height:auto;overflow:hidden;
    padding:50px 0;
}
.PageAdvantage li{
    width:28%;float:left;
    height:auto;overflow:hidden;
    border:1px solid #9b9b9b;
    background:rgba(0,0,0,0.9);
    margin:40px 2% 20px 2%;
    border-radius:10px;
    text-align:center;
    color:#fff;
    padding:20px 0;
    transition:all 0.5s;
}
.PageAdvantage li:hover{
    background:#c9a063;
}
.PageAdvantage li h2{
    width:100%;
    height:50px;line-height:50px;overflow:hidden;
    font-size:30px;
}
.PageAdvantage li h3{
    width:100%;
    height:20px;line-height:20px;overflow:hidden;
    font-family:Arial;
    font-size:18px;
}
.PageAdvantage li s{
    display:inline-block;
    width:60px;
    height:1px;
    background:#fff;
    margin:5px auto;
}
.PageAdvantage li div{
    width:100%;
    height:60px;overflow:hidden;
    line-height:30px;

}

/*品牌远景*/
.PageProspect{
    width:100%;
    height:auto;overflow:hidden;
}
.PageProspect h2{
    font-size:30px;
    font-weight:bold;
    color:#f39500;
    line-height:50px;
}
.PageProspect h3{
    font-size:24px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    margin:10px auto;
}

/*单页*/
.pageAboutOneList{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 35px;
    color:#666;
}
.pageAboutOneList span{
    color:#c9a063;
    font-weight:bold;
}
.pageAboutParam{
    width:100%;
    height: auto;overflow: hidden;
    margin:40px auto;
}
.pageAboutParam li{
    width:33.33%;float: left;
    text-align: center;
    height: auto;overflow: hidden;
    margin-bottom: 30px;
}
.pageAboutParam li h2{
    width:100%;
    height:60px;line-height:60px;overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color:#c9a063;
}
.pageAboutParam li h2 sup{
    font-size: 24px;
}
.pageAboutParam li h3{
    font-size:18px;
    color:#666;
    line-height: 30px;
}
.pageAboutTitle{
    width:100%;
    height: 60px;line-height: 60px;
    font-weight: bold;
    font-size: 30px;
    color:#c9a063;
    position: relative;
    padding-left: 40px;
    border-top:1px solid #eee;
    padding-top:20px;
}
.pageAboutTitle::before{
    content:'';
    display: inline-block;
    width:25px;
    height:40px;
    background-color: #c9a063;
   position: absolute;
   top:32px;
   left: 0;
}
.pageAboutCompany{
    width:100%;
    height: auto;overflow: hidden;
    margin:30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageAboutCompanyWord{
    width:48%;float: left;
    margin:0 1%;
    align-items: center;
    color:#666;
    line-height: 35px;
}
.pageAboutCompanyPic{
    width:48%;float: left;
    margin:0 1%;
}
.pageAboutCompanyPic img{
    width:100%;
}
.pageAboutPicList{
    width:100%;
    height: auto;overflow: hidden;
    margin:10px auto 40px auto;
}
.pageAboutPicList li{
    width:31.33%;float: left;
    margin:0 1%;
}
.pageAboutPicList li img{
    width: 100%;
}

.PageBrand{
    width:100%;
}
.PageBrandLeft{
    width:55%;float:left;
    margin-right:5%;
    padding-top:60px;
}
.PageBrandLeft img{max-width:100%;}
.PageBrandRight{
    width:40%;float:left;
}
.PageBrandRight img{max-width:100%;}
.PageBrandContent{
    width:100%;
    height:auto;overflow:hidden;
    line-height:50px;
    font-size:18px;
    margin:20px auto;
}

.PageSceneList{
    width:100%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
.PageSceneList li{
    width:20%;float:left;
    margin:10px 0;
    text-align:center;
}
.PageSceneList li img{max-width:100%;}
.PageSceneList li h2{
    width:100%;
    height:40px;line-height:40px;
    font-size:18px;
    color:#c9a063;
    font-weight:bold;
}
.pageContact{
    width:100%;
    height:auto;overflow:hidden;
}
.pageContactLeft{
    width:50%;float:left;
    margin-right:3%;
}
.pageContactLeft img{max-width:100%;}
.pageContactRight{
    width:47%;float:left;
}


.pageHonor{
    width:100%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
.pageHonor li{
    width:22%;float:left;
    margin:20px 1.5%;
    box-shadow:0 0 10px #ccc;
    text-align:center;
}
.pageHonor li img{max-width:100%;}
/*单页*/


@media screen and (max-width:950px) {
    .PageWorkshopLeft{
        width:100%;float:left;
        margin-bottom:20px;
    }
    .PageWorkshopLeft div{
        width:100%;float:right;
        background:#f39500;
        border-bottom:10px solid #000;
        font-size:30px;
        font-weight:bold;
        height:120px;overflow:hidden;
        line-height:120px;
        text-align:center;
        color:#fff;
    }
    .PageWorkshopRight{
        width:100%;float:left;
    }
    .PageWorkshopRight li{
        width:100%;float:left;
        margin:0 0 10px 0;
        text-align:center;
    }
    .PageWorkshopRight li img{
        width:100%;
        height:auto;
    }


    .PageAdvantage li{
        width:95%;margin:10px 2% 10px 2%;
    }

    .pageAboutParam li{
        width:50%;
        margin-bottom: 20px;
    }
    .pageAboutParam li h2{
        height:50px;line-height:50px;
        font-size: 24px;
        font-weight: bold;
        color:#c9a063;
    }
    .pageAboutParam li h2 sup{
        font-size:16px;
    }
    .pageAboutParam li h3{
        line-height: 25px;
    }
    .pageAboutTitle{
        width:100%;
        height: auto;line-height: 50px;
        font-weight: bold;
        font-size: 18px;
        color:#c9a063;
        position: relative;
        padding-left: 20px;
        border-top:1px solid #eee;
        padding-top:20px;
    }
    .pageAboutTitle::before{
        content:'';
        display: inline-block;
        width:15px;
        height:30px;
        background-color: #c9a063;
       position: absolute;
       top:30px;
    }
    .pageAboutCompany{
        display: block;
        margin:10px auto;
    }
    .pageAboutCompanyWord{
        width:100%;
        margin:10px 0;
    }
    .pageAboutCompanyPic{
        width:100%;
        margin:0 0;
    }
    .pageAboutCompanyPic img{
        width:100%;
    }
    .pageAboutPicList{
        width:100%;
        height: auto;overflow: hidden;
        margin:10px auto 40px auto;
    }
    .pageAboutPicList li{
        width:31.33%;float: left;
        margin:0 1%;
    }
    .pageAboutPicList li img{
        width: 100%;
    }


    


    .PageBrandLeft{
        width:100%;float:left;
        margin-right:0;
        padding-top:10px;
    }
    .PageBrandRight{
        width:100%;float:left;
    }
    .PageSceneList li{
        width:40%;float:left;
        margin:10px 5%;
        text-align:center;
    }
    
    .pageContactLeft{
        width:100%;
        margin-right:0;
    }
    .pageContactRight{
        width:100%;
        margin-top:20px;
    }
    
    .pageHonor li{
        width:46%;float:left;
        margin:20px 2%;
        box-shadow:0 0 10px #ccc;
    }



}