#body-content {
    width: 1920px;
    background-color: #fff;
}

#banner {
    width: 1920px;
    height: 378px;
    background: url("../image/banner.png") no-repeat center;
}

.coo-box {
    margin: 46px auto;
}

.coo-box .title {
    height: 115px;
    background: url("../image/title.png") no-repeat center;
    background-size: contain;
}

.coo-box .coo-list {
    margin: 30px auto;
}

.coo-box .coo-list li {
    margin-bottom: 50px;
    position: relative;
}

.coo-box .coo-list li.line {
    height: 349px;
    border: 2px solid #b6ecc1;
    margin-top: 30px;
}

.coo-box .coo-list li.line .fl.info {
    margin-top: 20px;
}

.coo-box .coo-list li.line .img {
    margin-top: -40px;
}

.coo-box .coo-list li.line .img4 {
    margin: 9px;
    width: 490px;
}

.coo-box .coo-list li.box {
    height: 295px;
    background: #e5f8e8;
    margin-top: 120px;
}

.coo-box .coo-list li.box .fl.info {
    margin-top: 0;
}

.coo-box .coo-list li.box .img {
    margin-top: -60px;
}

.coo-box .coo-list li .fl.img {
    width: 555px;
}

.coo-box .coo-list li .fr {
    width: 600px;
}

.coo-box .coo-list li .img {
    text-align: center;
}

.coo-box .coo-list li .fl.info {
    width: 390px;
    margin: 50px 0 0 118px;
}

.coo-box .coo-list li .fr.info {
    width: 390px;
    margin: 30px 118px 0 0;
}

.coo-box .coo-list li p {
    font-size: 24px;
    font-weight: 400;
    color: #434343;
    line-height: 48px;
}

.coo-box .coo-list li h5 {
    font-size: 40px;
    font-weight: bold;
    color: #21a23a;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

.coo-box .coo-list li h5::after {
    content: "";
    width: 265px;
    height: 19px;
    background: #e8fbc9;
    position: absolute;
    left: 79px;
    top: 100px;
    z-index: -1;
}

.coo-box .coo-list li h5 em {
    font-size: 90px;
    font-weight: 400;
    font-style: italic;
    color: #434343;
    line-height: 157px;
    margin-right: 30px;
    position: relative;
    top: 15px;
}

.win-box {
    height: 642px;
    background: url("../image/wbg.png") no-repeat center;
    background-size: contain;
    overflow: hidden;
}

.win-box .top {
    text-align: center;
    margin: 94px 0 68px;
}

.win-box .top h5 {
    font-size: 60px;
    font-weight: bold;
    color: #32F357;
    margin-bottom: 29px;
}

.win-box .top h6 {
    font-size: 30px;
    font-weight: 400;
    color: #87e358;
}

.win-box ul {
    display: flex;
    justify-items: center;
}

.win-box ul li {
    flex: 1;
}

.join-box {
    margin: 50px 0 40px;
}

.join-box .title {
    height: 50px;
    background: url("../image/jt.png") no-repeat center;
    background-size: contain;
    margin-bottom: 70px;
}

.join-box .main {
    width: 1209px;
    margin: 0 auto;
}

.join-box li {
    width: 185px;
    float: left;
    text-align: center;
    margin-right: 65px;
    margin-bottom: 66px;
    height: 70px;
    overflow: hidden;
}

.join-box li img {
    width: 100%;
}

.join-box li.item {
    height: 140px;
    margin-top: -40px;
    text-align: center;
}

.join-box li.item img {
    width: auto;
}

.join-box li:nth-child(5n) {
    margin-right: 0;
}
