.pageBanner {
    width: 100%;
    height: 520px;
    position: relative;
    margin: auto;
}

.pageBanner .yy {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 2;
}

.pageBanner h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding-top: 0;
    width: 100%;
    margin-top: 230px;
    box-sizing: border-box;
    position: relative;
    z-index: 99999;
}

.pageBanner p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: Novah;
    text-transform: uppercase;
    margin-top: 5px;
}
/* 详情 */
.pageProductD h5 {
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
    margin-top: 80px;
    text-align: center;
}
.pageProductD h5 p{
    color: #A4A19E;
    font-size: 14px;
}
.pageProductD .detailCont {
    margin-top: 40px;
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 28px;
}


.pageNewsD .cont {
    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}
.pageNewsD .cont img {
    max-width: 87%;
}
 .link {
    /*width: 100%;*/
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
}
 .link .left,.right{
    line-height: 40px;
    margin: 20px 0;
    height: 40px;
    font-size: 16px;
}