header {
    /* display: none; */
}

.mainCover .cover {
    height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.25) 30%), url(../img/index/main_cover.jpg) center bottom no-repeat; */
    background: url(../img/index/main_cover.jpg) center 80% no-repeat;
    background-size: cover;
}

.mainCover .cover .slogan {
    flex: 0 1 25%;
    margin: 120px 5% 0;
    align-self: flex-start;
    /* background: #ccc; */
}

.mainCover .cover .slogan img {
    width: 100%;
}

.mainCover .ctx {
    width: 100%;
    padding: 0;
}

.mainCover .ctx .captionBack {
    width: 100%;
    background: #a3f080;
}

.mainCover .ctx .captionBack .caption {
    width: 1200px;
    margin: auto;
    padding: 10px 0 5px;
    box-sizing: border-box;
}

.mainCover .ctx .captionBack .caption h1 {
    margin: 0;
    display: inline-block;
    font-size: 20px;
}

.mainCover .ctx .announce {
    padding: 40px 20px;
    box-sizing: border-box;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    background: #fff;
}

.mainCover .ctx .announce h2 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

.mainCover .ctx .announce .join {
    margin: 10px 0 0;
    padding: 6px 50px 8px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 100px;
    line-height: 1em;
    letter-spacing: 3px;
    font-size: 14px;
    color: #000;
    background: #a3f080;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .mainCover .cover {
        background: url(../img/index/main_cover.jpg) center 80% no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .mainCover .cover .slogan {
        flex: 0 1 35%;
        margin: 100px auto 0 5%;
    }

    .mainCover .ctx .captionBack .caption {
        padding: 10px 40px 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mainCover .cover .slogan {
        flex: 0 1 50%;
        margin: 100px auto 0 5%;
    }

    .mainCover .ctx .captionBack .caption {
        padding: 10px 40px 5px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .mainCover .cover {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%), url(../img/index/main_cover.jpg) center bottom no-repeat;
        background-size: cover;
    }

    .mainCover .cover .slogan {
        flex: 0 1 60%;
        margin: 70px 0 0 15px;
    }

    .mainCover .ctx .captionBack .caption {
        padding: 10px 20px 5px;
    }
    
    .mainCover .ctx .announce {
        padding: 20px;
        line-height: 1.6em;
        text-align: justify;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .mainCover .ctx .announce h2 {
        font-size: 16px;
    }

    .mainCover .ctx .announce .phoneMerge {
        display: inline;
    }

    .mainCover .ctx .announce .phoneMerge::before {
        content: "，";
    }

    .mainCover .ctx .announce .join {
        margin: 20px 0 0;
        float: right;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Cover (End) --------------------*/


/*-------------------- Section1 (Start) --------------------*/
.sect1 .ctx {
    width: 100%;
    padding: 0;
    background: #a3f080;
}

.sect1 .ctx .captionBack {
    width: 100%;
    background: #fff;
}

.sect1 .ctx .captionBack .caption {
    width: 1200px;
    margin: auto;
    padding: 10px 0 5px;
    font-size: 20px;
}

.sect1 .ctx .stronghold {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect1 .ctx .stronghold .item {
    flex: 0 0 32.5%;
    height: 250px;
    margin: 30px 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-self: stretch;
    position: relative;
    background-size: cover;
}

.sect1 .ctx .stronghold .item .opacityCover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.sect1 .ctx .stronghold .item:hover .opacityCover {
    background-color: rgba(163, 240, 128, 0.5);
}

.sect1 .ctx .stronghold .item .name {
    flex: 0 0 100%;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    transition: color 0.3s;
}

.sect1 .ctx .stronghold .item:hover .name {
    color: #000;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect1 .ctx .captionBack .caption {
        width: 100%;
        padding: 10px 40px 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect1 .ctx .captionBack .caption {
        width: 100%;
        padding: 10px 40px 5px;
    }

    .sect1 .ctx:nth-child(2) {
        padding: 0 40px;
    }

    .sect1 .ctx .stronghold {
        width: 100%;
    }

    .sect1 .ctx .stronghold .item .name {
        font-size: 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .ctx:nth-child(2) {
        padding: 0 20px;
    }

    .sect1 .ctx .captionBack .caption {
        padding: 10px 20px 5px;
    }

    .sect1 .ctx .stronghold {
        width: 100%;
    }

    .sect1 .ctx .stronghold .item {
        flex: 1 1 100%;
        margin: 10px 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section1 (End) --------------------*/

/*-------------------- Section2 (Start) --------------------*/
.sect2 .ctx .divLine {
    margin: 10px 0;
    border-bottom: solid 2px #a3f080;
}

.sect2 .ctx .cont {
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
}

.sect2 .ctx .cont.cont1 {
    margin: 0 0 50px;
}

.sect2 .ctx .cont .sign {
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #a3f080;
}

.sect2 .ctx .cont .desp {
    font-weight: bold;
}

.sect2 .ctx .cont .modeList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sect2 .ctx .cont .modeList .item {
    flex: 0 0 40%;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.sect2 .ctx .cont .modeList .item .left {
    flex: 0 0 100px;
}

.sect2 .ctx .cont .modeList .item .left img {
    height: 90px;
}

.sect2 .ctx .cont .modeList .item .right {
    flex: 1 1 auto;
}

.sect2 .ctx .cont .modeList .item .right .divLine {
    flex: 1 0 100%;
    width: 100%;
    margin: 5px 0 0;
    border-bottom: solid 1px #a3f080;
}

.sect2 .ctx .cont .modeList .item .right .itemNote {
    font-weight: 300;
    color: #808080;
}

.sect2 .ctx .cont .modeList .item .right .itemNote i {
    margin: 0 5px 0 0;
    color: #a3f080;
    transform: scale(1.1);
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect2 .ctx .cont .modeList .item {
        flex: 0 0 47%;
    }

    .sect2 .ctx .cont .modeList .item .left {
        flex: 0 0 80px;
    }
    
    .sect2 .ctx .cont .modeList .item .left img {
        height: 70px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect2 .ctx .cont .modeList .item {
        flex: 1 1 100%;
        margin: 20px 0 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section2 (End) --------------------*/

/*-------------------- Section3 (Start) --------------------*/
.sect3 .ctx .divLine {
    margin: 10px 0;
    border-bottom: solid 2px #a3f080;
}

.sect3 .ctx .desp {
    margin: 0 0 10px;
}

.sect3 .ctx .screen {
    width: 90%;
    display: block;
    margin: auto;
}

.sect3 .ctx .alert {
    padding: 30px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #c00;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect3 .ctx .screen {
        width: 100%;
    }
    
    .sect3 .ctx .alert {
        text-align: left;    
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect3 .ctx .screen {
        width: 100%;
    }
    
    .sect3 .ctx .alert {
        text-align: left;    
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section3 (End) --------------------*/