/* --------------------------------join-picwords-box---------------------------------------------- */

.join-picwords-box{
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.join-picwords{
    width: 1280px;
    margin: 0 auto;
}

.join-picwords ul li{
    width: 50%;
    float: left;
    height: 460px;
    overflow: hidden;
}
.join-picwords ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.2s;
}
.join-picwords ul li:hover img{
    transform: scale(1.1);
}

.join-picwords ul li:nth-child(2){
    padding: 54px 60px 0 60px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.join-picwords ul li:nth-child(2) h4{
    font-size: 36px;
    color: #000;
    font-weight: 900;
}
.join-picwords ul li:nth-child(2) i{
    width: 44px;
    height: 1px;
    background-color: #333;
    display: block;
    margin-top: 16px;
}
.join-picwords ul li:nth-child(2) p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 40px;
}

.join-applylist-box{
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0 0;
    background-color: #f5f5f5;
}

.join-applylist{
    width: 1280px;
    margin: 0 auto;
}

.join-applylist-search{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 4px;
}

.join-applylist-search input{
    width: 100%;
    height: 70px;
    border: none;
    -moz-box-shadow: 0 2px 6px 3px #e5e5e5;
    -webkit-box-shadow: 0 2px 6px 3px #e5e5e5;
    box-shadow: 0 2px 6px 3px #e5e5e5;
    font-size: 16px;
    color: #333;
    padding: 0 16px;
}
.join-applylist-search input::-webkit-input-placeholder {color: rgb(190, 190, 190);}
.join-applylist-search input:-moz-placeholder {color: rgb(190, 190, 190);}
.join-applylist-search input::-moz-placeholder {color: rgb(190, 190, 190);}
.join-applylist-search input:-ms-input-placeholder {color: rgb(190, 190, 190);}


.join-applylist-search button{
    width: 100px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 10px;
    text-align: center;
    border: none;
    background-color: #fff;
    transition: all .4s;
}

.join-applylist-search button i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("../images/join/join_search.png")/*tpa=http://www.cayalight.com.cn/APP/Public/Home/images/join/join_search.png*/;
    margin-top: 4px;
    transition: all .4s;
}
.join-applylist-search button:hover{
    background-color: #37a808;
}
.join-applylist-search button:hover i{
    background-image: url("../images/join/join_searchH.png")/*tpa=http://www.cayalight.com.cn/APP/Public/Home/images/join/join_searchH.png*/;
}

.join-applylist-form{
    width: 100%;
    overflow: hidden;
    padding: 0 0 16px 0;
}
.join-applylist-form ul{
    width: 100%;
    margin-left: -1%;
}
.join-applylist-form ul li{
    width: 31.333333333%;
    margin-left: 2%;
    margin-top: 2%;
    height: 370px;
    padding: 30px 20px 0 20px;
    background-color: #fff;
    float: left;
}

.join-applylist-ftitle{
    width: 100%;
    overflow: hidden;
}
.join-applylist-ftitle h6{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.join-applylist-ftitle h6 i{
    width: 23px;
    height: 28px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/join/join_man.png")/*tpa=http://www.cayalight.com.cn/APP/Public/Home/images/join/join_man.png*/;
    margin: -6px 6px 0 0;
}

.join-applylist-fmes{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    padding: 24px 0 0 0;
    border-top: 1px solid #e5e5e5;
    font-size: 0;
}
.join-applylist-fmes span{
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin: 0 20px 0 0;
}
.join-applylist-fwords{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.join-applylist-fwords h6{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.join-applylist-fwords p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.join-applylist-fclick{
    width: 132px;
    height: 38px;
    cursor: pointer;
    background-color: #b2b2b2;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    margin-top: 24px;
}
.join-applylist-fclick:hover {
    background-color: #37a808;
}


/* ---------------------------------join-shade-box--------------------------------------------- */
.join-shade-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
}
.join-shade-words{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 480px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    overflow: auto;
    padding: 40px 24px 24px 24px;
}

.join-shade-words h6{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.join-shade-more{
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
    padding: 16px 0 24px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.join-shade-mtop{
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.join-shade-mtop span{
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin: 0 20px 0 0;
}
.join-shade-mbot{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.join-shade-mbot h5{
    font-size: 14px;
    color: #666;
}
.join-shade-mbot p{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.join-shade-apply{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.join-shade-apply button{
    border: none;
    background-color: #37a808;
    color: #fff;
    width: 180px;
    height: 44px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
}
.join-shade-apply button:hover{
    background-color: #2b8505;
}
.join-shade-apply button i{
    width: 27px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url("../images/join/apply_fj.png")/*tpa=http://www.cayalight.com.cn/APP/Public/Home/images/join/apply_fj.png*/;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 12px 0 0;
}

.join-shade-close{
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.join-shade-close:hover{
    background-color: #d61717;
}
.join-shade-close i{
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("../images/join/apply_close.png")/*tpa=http://www.cayalight.com.cn/APP/Public/Home/images/join/apply_close.png*/;
    margin-top: 11px;
}



/* ------------------------------------------------------------------------------ */

@media all and (max-width:1380px) {
    .join-picwords {
        width: 94%;
        margin-left: 3%;
    }
    .join-applylist {
        width: 94%;
        margin-left: 3%;
    }
    .join-applylist-fmes {
        margin-top: 16px;
        padding: 16px 0 0 0;
    }
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .join-picwords-box {
        padding: 24px 0;
    }
    .join-picwords ul li {
        width: 100%;
        height: auto;
    }
    .join-picwords ul li:nth-child(2) {
        padding: 24px 16px 24px 16px;
        border-top: none;
        border-left: 1px solid #e5e5e5;
    }
    .join-picwords ul li:nth-child(2) h4 {
        font-size: 24px;
    }
    .join-picwords ul li:nth-child(2) p {
        margin-top: 18px;
    }
    .join-applylist-box {
        padding: 24px 0 0 0;
    }
    .join-applylist-search input{height: 44px;}
    .join-applylist-search button{height: 44px;width: 60px;}
    .join-applylist-form ul{margin-left: 0%;}
    .join-applylist-form ul li {
        width: 100%;
        margin-left: 0%;
        height: 370px;
        padding: 24px 20px 0 20px;
    }
    .join-shade-words {
        width: 96%;
        height: 400px;
        padding: 24px 16px 24px 16px;
    }
    .join-shade-words h6 {
        font-size: 22px;
    }
    .join-shade-more {
        margin-top: 10px;
        padding: 10px 0 16px 0;
    }
    .join-shade-mbot {
        margin-top: 18px;
    }
    .join-shade-apply {
        margin-top: 20px;
    }
}














