.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;
}

.brandAbout {
    width: 100%;
    margin: 100px 0 80px;
}

.brandAbout .img {
    float: left;
    width: 550px;
    height: 380px;
    overflow: hidden;
}

.brandAbout .img img {
    width: 550px;
    height: 380px;
}

.brandAbout .cont {
    width: 590px;
    float: right;
}

.brandAbout .cont h2 {
    font-size: 36px;
    color: #01884c;
    margin: 20px 0 10px;
}

.brandAbout .cont h3 {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    position: relative;
    padding-bottom: 28px;
    box-sizing: border-box;
}

.brandAbout .cont h3::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #b9946a;
    position: absolute;
    bottom: 0;
    left: 0;
}

.brandAbout .cont .txt {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin-top: 30px;
}

.brandIntroduce {
    width: 100%;
}

.brandIntroduce .introduceBox {
    width: 100%;
    height: 460px;
    position: relative;
}

.brandIntroduce .introduceBox .img {
    width: 50%;
    height: 460px;
}

.brandIntroduce .introduceBox:nth-of-type(2n-1) .img {
    position: absolute;
    top: 0;
    left: -1px;
}

.brandIntroduce .introduceBox .c1200 {
    padding-top: 160px;
    box-sizing: border-box;
}

.brandIntroduce .introduceBox .txt {
    width: 520px;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    padding-top: 24px;
    box-sizing: border-box;
    position: relative;
}

.brandIntroduce .introduceBox:nth-of-type(2n-1) .txt {
    float: right;
}

.brandIntroduce .introduceBox .txt::after {
    content: '';
    width: 24px;
    height: 4px;
    background-color: #b9946a;
    position: absolute;
    top: 0;
    left: 0;
}

/* 侧边导航 */
.customer {
    position: fixed;
    top: 53%;
    right: 2px;
    z-index: 999;
    margin-top: -104px;
}

.customer li {
    width: 52px;
    margin-bottom: 10px;
    height: 52px;
    position: relative;
}

.customer li .a {
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #01884c;
    background: #01884c url(../image/sidebar-icon.png) no-repeat;
    position: relative;
    z-index: 10000;
    transition: all 0.6s ease;
}

.customer li .a.kefu {
    background-position: 0 0;
}

.customer li .a.tel {
    background-position: -50px 0;
}

.customer li .a.wx {
    background-position: -100px 0;
}

.customer li .a.gotop {
    background-position: -150px 0;
}

.customer li .a:hover {
    background-image: url(../image/sidebar-icon1.png);
    background-color: #fff;
}

.weixin {
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 0px;
}

.weixin img {
    width: 90px;
    height: 90px;
}

.weixin p {
    text-align: center;
    font-size: 16px;
    color: #9C9C9C;
}

.pageHonor {
    width: 100%;
    background: #fff url(../image/brand-honor-bg3.jpg) center bottom no-repeat;
    padding: 65px 0 100px 0;
    box-sizing: border-box;
}

.pageHonor .developTitle {
    margin-bottom: 40px;
}

.developTitle h1 {
    font-size: 36px;
    color: #01884c;
    text-align: center;
}

.pageHonor .list li:first-child {
    margin-left: 0;
}

.pageHonor .list li.l1 img {
    width: 310px;
    height: 450px;
    padding: 15px;
    background: url(../image/brand-honor-bg1.jpg) no-repeat;
    background-size: 100% 100%;
    margin-left: 42px;
}

.pageHonor .list li img:hover {
    transform: translateY(-10px);
}

.pageHonor .list li.l2 img {
    width: 310px;
    height: 450px;
    padding: 15px;
    background: url(../image/brand-honor-bg1.jpg) no-repeat;
    background-size: 100% 100%;
    margin-left: 42px;

}