#content-Products-part{
    margin-top: 74px;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    transform-origin: top center;
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
}
#content-Products-part .wrap{
    width: 1080px;
    margin: auto;
}
#content-Products-part .wrap:after {
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    float: none;
}
#part-menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
#part-menu>a.A {
    color: #F19919;
}
#part-menu>a {
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    position: relative;
}
#part-menu>a.A:after {
    bottom: -1px;
    filter: alpha(opacity=100);
    opacity: 1;
}
#part-menu>a:after {
    height: 3px;
    background: #F19919;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    display: block;
    content: '';
    transition: all .16s;
    filter: alpha(opacity=0);
    opacity: 0;
}
#content-Products-main{
    margin: 0px auto 0 auto !important;
    font-size: 13px;
    width: 1080px;
}
#content-Products-items{
    margin: 0px auto 0 auto !important;
    font-size: 13px;
    width: 1080px;
    padding-top: 124px;
}
.productOneDivOutboard{
    width: 25%;height:270px;background-color: #FFFFFF;display: inline-block;float: left;padding: 10px;margin-top: 30px;
}
.productOneDivOutboardTop{
    width: 25%;height:270px;background-color: #FFFFFF;display: inline-block;float: left;padding: 10px;
}
.productsClass{
    width: 100%;line-height: 60px;height: 60px;font-weight: 700;font-size: 30px;
}
.productOneDiv{
    width: 100%;height: 100%;background-color: #F6F6F6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.productsImg{
    width: 250px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}
.productOneName{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.productOneDetails{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #b0b0b0;
}
.clear{
    clear: both;
}

.hiddenEmptyBox{
    width: calc(25% - 15px);
    text-align: center;
    height: 346px;
    background-color: #F5F5F5;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding:20px 32.5px;
}
.productOneImg{
    width: 190px;
}
.productsOneImgBox{
    width: 190px;
    height: 190px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ytCheng{
    color: #F19919;
}
.productOneBox{
    width: calc(25% - 15px);
    text-align: center;
    height: 346px;
    background-color: #FFFFFF;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding:20px 32.5px;
    transition: all .2s linear;
    margin-bottom: 15px;
    cursor: pointer;
}
.productOneBox:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    cursor: pointer;
}
.productOneBoxBottom{
    width: calc(25% - 15px);
    text-align: center;
    height: 346px;
    background-color: #FFFFFF;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding:20px 32.5px;
    transition: all .2s linear;
    cursor: pointer;
}
.productOneBoxBottom:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    cursor: pointer;
}
.productClass{
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
}