/* banner */
.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;
}

/* conter */
.center {
    width: 800px;
    margin: 60px auto 40px;
    background-color: #F0F0F0;
    position: relative;
}

.c-header {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 1px 1px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(to top, #006a30, #3d9c68);
}
.c-conter{
    padding: 10px 28px 37px 28px;
    height: 460px;
}
.c-conter p{
    line-height: 30px;
    font-weight: 400;
    color: #666;
}
.b-box{
    width: 51%;
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translate(-50%);
}
button{
    width: 416px;
    height: 52px;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(to top, #006a30, #3d9c68);
}
button a{
    color: white;
    display: inline-block;
    width: 100%;
}
#img-p{
    font-size: 14px;
    line-height:22px;
}
.c-conter img{
    width: 100%;
}