.headerBox .headerContent .headerLogo {
}

.bannerBox {
    width: 100%;
    height: 530px;
    background: url('/img/banner.png') no-repeat center center;
    min-width: 1200px;
    margin-top: -5px;
}

.menuBox {
    width: 100%;
    background: #6068b2;
    height: 54px;
    min-width: 1200px;
    text-align: center;
}

.menuBox section {
    width: 1200px;
    margin: auto;
}

.menuBox section a {
    width: 240px;
    float: left;
    color: #ffffff;
    cursor: pointer;
    line-height: 54px;
    transition: all 0.2s;
}

.menuBox section a:hover {
    width: 240px;
    float: left;
    color: #ffffff;
    cursor: pointer;
    line-height: 54px;
    background: #3c3fa8;
}

.menuBox section .active {
    background: #3c3fa8;
}

.memberyy {
    background-color: #f2f2f2;
    min-height: 300px;
    background-image: url("/img/member/flower.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1000px 361px;
    width: 100%;
    min-width: 1200px;
    padding-bottom: 80px;
    padding-top: 70px;
}

.memberyy .dis {
    font-size: 16px;
    color: #999999;
    font-weight: 100;
    line-height: 150%;
}

.memberyy .dis .subtitle {
    margin-bottom: 12px;
}

.memberyy .title {
    font-size: 28px;
    color: #3c3fa8;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.memberyy .title img {
    width: 30px;
    vertical-align: top;
    margin-right: 10px;
}

.levelBox {
    width: 100%;
    min-width: 1200px;
    background: url('/img/production/border.png') no-repeat center top;
    margin-top: -40px;
    min-height: 40px;
    padding-top: 80px;
}

.gray {
    background: #f2f2f2;
    padding-top: 40px;
    margin-top: 0;
}

.white {
    background: #ffffff;
    padding-top: 40px;
    margin-top: 0;
}


.levelBox .levelContent {
    width: 1200px;
    margin: auto;
    text-align: center;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
}

.levelBox .levelContent .title {
    font-size: 24px;
    position: relative;
    line-height: 30px;
}

.levelBox .levelContent .subtitle {
    font-size: 14px;
    line-height: 30px;
    margin-top: 6px;
    color: #999999;
}

.levelBox .levelContent .title .important {
    color: #3c3fa8;
}

.levelBox .levelContent .title a {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #3c3fa8;
}

.levelBox .levelContent .borderBox {
    position: relative;
    margin-bottom: 10px;
}

.levelBox .levelContent .borderBox img {
    margin-top: 0px;
}

.levelBox .levelContent .borderBox div {
    width: 570px;
    display: inline-block;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 15px;
    left: 50%;
}

.levelBox .levelContent .borderBox .borderRight {
    left: 50%;
    margin-left: -600px;
}

.levelBox .levelContent .borderBox .borderLeft {
    left: 50%;
    margin-left: 30px;
}

.levelBox .levelContent .levelItem {
    overflow: hidden;
    margin-top: 30px;
    padding: 60px 10px;
    border-bottom: 1px dotted #999999;
}

.levelBox .levelContent .levelItem:last-child {
    border-bottom: none;
}

.levelBox .levelContent .levelItem .leftBox {
    float: left;
    width: 400px;
    border-right: 1px dotted #999999;
}

.levelBox .levelContent .levelItem .leftBox img {
    margin-bottom: 20px;
}

.levelBox .levelContent .levelItem .rightBox {
    float: left;
    width: 780px;
    text-align: left;
    line-height: 160%;
    color: #999999;
    padding: 10px 0 0 60px;
}

.levelBox .levelContent .levelItem .rightBox div {
    margin-bottom: 12px;
}

.levelBox .levelContent .levelItem .rightBox section {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3c3fa8;
    margin-right: 5px;
}

.levelBox .levelContent .countBox {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.levelBox .levelContent .tipsBox {
    width: 100%;
    border: 1px solid #3c3fa8;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #ffffff;
    padding: 14px;
    overflow: hidden;
}

.white .levelContent .tipsBox {
    background: #f2f2f2;
}

.levelBox .levelContent .tipsBox .leftBox {
    width: 80px;
    float: left;
    color: #3c3fa8;
    font-size: 20px;
}

.levelBox .levelContent .tipsBox .rightBox {
    float: left;
    width: 1000px;
    color: #999999;
    text-align: left;
    font-size: 14px;
    line-height: 160%;
    padding: 5px;
}

.levelBox .levelContent .countBox .arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -30px;
}

.levelBox .levelContent .countBox .leftBox {
    float: left;
    position: relative;
}

.levelBox .levelContent .countBox .rightBox {
    float: right;
    position: relative;
}

.levelBox .levelContent .countBox .disBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    height: 110px;
}

.levelBox .levelContent .countBox .disBox .title {
    font-size: 18px;
    margin-bottom: 16px;
}

.levelBox .levelContent .countBox .disBox .dis {
    font-size: 16px;
}