.pageBanner {
    width: 100%;
    height: 520px;
    position: relative;
    margin: auto;
}

.pageBanner .yy {
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    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;
}

/* Nav栏目 */
.pageSmallNav {
    margin: 35px 0;
}

.pageSmallNav ul {
    display: table;
    margin: auto;
    text-align: center;
    word-spacing: 0;
}

.pageSmallNav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 144px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #A4A19E;
}

.pageSmallNav ul .on {
    border: 1px solid #016825;
}

.pageSmallNav ul .on a {
    color: #016825;
}

.pageSmallNav ul li:hover {
    border: 1px solid #016825;
}

.pageSmallNav ul li:hover a {
    color: #016825;
}

/* pageProduct */
.pageProduct ul {
    width: 100%;
    display: table;
    text-align: left;
    word-spacing: 0;
}

.pageProduct ul li {
    display: inline-block;
    vertical-align: top;
    width: 383px;
    margin: 0 15px 15px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s ease;
    border: 1px solid #eee;
}

.pageProduct ul li .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.pageProduct ul li:hover .img img {
    transform: scale(1.1);
}

.pageProduct ul li .cont {
    display: flex;
    width: 100%;
    /* border: 1px solid #eee; */
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
}

.pageProduct ul li .cont h2 {
    font-size: 16px;
    width: 82%;
    font-weight: normal;
    color: #333333;
    transition: all 0.6s ease;
}

.num {
    line-height: 24px;
}

/* 页码 */
.pages {
    margin: 40px 0 30px;
    font-size: 14px;
    text-align: center;

}

.pages a {
    display: inline-block;
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*background: #fff;*/
    /*border: 1px solid #ddd;*/
    /*text-align: center;*/
    color: #333;
    padding: 0 12px;
    margin: 0 2px;
}

.pages span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #b9946a;
    color: #fff;
    text-align: center;
    padding: 0 14px;
    margin: 0 2px;
}
.weixin {
    position: absolute;
    right: 0px;
    top: -34px !important;
    bottom: 0px;
}

.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;
    font-size: 16px;
}