/* 2021-01-07 s */
/* ===============
    common
========================================================== */


.csAdd_join_tit {
    margin-bottom: 28px;
    letter-spacing: 1px;
    color: #f15a29;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
/* ===============
    8
========================================================== */
/* .csAdd_join_five {
    padding: 100px 0;
} */

.csAdd_join_btn {
    position: relative;
    z-index: 11;
    text-align: center;
}

.csAdd_join_btn_div {
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ea5a34, #f4a84d);
    padding: 12px 35px;
    border-radius: 38px;
}



.csAdd_join_btn_div::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #d24e21;
    border-radius: 38px;
    z-index: -1;
}

.csAdd_join_btn_img {
    position: absolute;

}

.csAdd_join_btn_img1 {
    width: 12%;
    top: 8px;
    left: 24px;
}

.csAdd_join_btn_div:hover .csAdd_join_btn_img1 {
    animation: img1 2s alternate infinite linear;
}

@keyframes img1 {
    0% {
        left: 18px;
    }

    100% {
        left: calc(100% - 50px);
    }
}

.csAdd_join_btn_img2 {
    width: 26%;
    bottom: 7px;
    right: 24px;
}

.csAdd_join_btn_div:hover .csAdd_join_btn_img2 {
    animation: img2 2s alternate infinite linear;
    -webkit-animation: img2 2s alternate infinite linear;
}

@keyframes img2 {
    0% {
        right: 18px;
    }

    100% {
        right: calc(100% - 90px);
    }
}


.joRBox{
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}
.indText{
    overflow: hidden;
    margin-top: 50px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.indTIcon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.indTItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.indTItem svg,.indTItem img{
    width: 40%;
    height: 40%;
}
.indTItem svg path{
    fill: #f15a29;
}
.joRBox .indText span{
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
}


.joRList{
   display: flex;
   margin-top: 70px;
}
.joRItem{
    position: relative;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    background: #fff;
}
.joRItem .imgBox{
    width: 100%;
    padding-top: 50%;
    position: relative;
}
.joRItem .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.joRItem .Tbox {
    padding: 30px;
}
.joRItem .Tbox .tit{
    font-size: 24px;
    color: #f15a29;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.joRItem .Tbox .text{
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 0;
}
.joRItem .btn{
    border-radius: 50%;
    border: 1px solid #aaa;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.joRItem .btn img{
    width: 6px;
}





.joQBox{
    position: relative;
}
.joQBox .inner{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    position: relative;
}
.joQTBox{
    width: 70%;
}
.joQTBox .text{
    width: 70%;
    font-size: 17px;
    line-height: 1.8;
}


.joQTList{
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.joQTItem{
    padding: 0 50px;
    border-radius: 16px;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    */-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
}
.joQTItem::before{
    width: 1px;
    height: 50px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #eee;
    transform: translateY(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
}
.joQTItem:first-child{
    padding: 0 30px 0 0;
}
.joQTItem:first-child::before{
  height: 0;
}
.joQTItem .num{
    display: flex;
    margin: 20px 0;
}
.joQTItem .num b{
    font-size: 48px;
    color: #f15a29;
}
.joQTItem .num i{
    font-size: 20px;
    color: #f15a29;
}
.joQTItem p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.joQTItem .icon{
    height: 40px;
    object-fit: contain;
    opacity: .5;
}
.joQBox .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.joQBox .imgBox{
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    display: none;
}
.joQBox .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}


.joJBox{
    position: relative;
    overflow: hidden;
}
.joJList{
    display: flex;
   flex-wrap: wrap;
   margin-top: 70px;
}

.joJItem .imgbox {
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.joJItem .imgbox::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,.2);
}
.joJItem .imgbox .icon{
    transition: all 0.48s;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.joJItem .imgbox video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.joJItem .imgbox .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.joJItem:hover .imgbox .bg{
    opacity: 0;
}
.joJItem .imgbox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.joJItem .Tbox{
    padding: 20px 0;
}
.joJItem .Tbox h4{
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}
/* .joJItem:hover .icon{
    opacity: 0;
} */
.joJList{
    position: relative;
}
.joJbtn{
    border-radius: 50%;
    background: #f15a29;
    /*border: 1px solid #fff;
    */height: 40px;
    width: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.joJbtn img{
    width: 6px;
}
.joJ_prev {
    left: -70px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}
.joJ_next {
    right: -70px;
}





.joHBox{
    position: relative;
    background: #f7f8f9;
}
.joHList{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
 .joHItem{
    width: calc(33.3% - 20px);
    margin-right: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    margin-bottom: 30px;
}
.joHItem:nth-child(3n){
    margin-right: 0;
}
.joHItem .imgBox{
    width: 100%;
    padding-top: 55%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.joHItem .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.joHItem .Tbox{
    margin-top: 20px;
}
.joHItem .tit{
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.joHItem .time{
    font-size: 16px;
    margin-bottom: 10px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.joHItem:hover .tit{
    color: #f15a29;
}

.newsshowBox{
    padding: 88px 0 60px 0;
}
.detailed img{
    width: 100%;
    margin-bottom: 50px;
}
.detailed h4{
   font-size: 20px;
   margin-bottom: 10px;
   color: #333;
}
.detailed h4 a{
    margin-left: 20px;
    font-size: 12px;
    color: #fff;
    padding: 12px 40px;
    background: #f15a29;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
}
.shadowBox{
    position: relative;
    height: 550px;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 30px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    z-index: 100;
    display: none;
}
.shadowBox video{
    height: 100%;
}

.shadowBox svg{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.shadowBox path{
    fill: #fff;
}












@media (max-width: 1680px) {
    .joRItem .icon{
        width: 36px;
    }
    .joRItem .Tbox .tit {
        font-size: 22px;
    }
    .csAdd_join_tit{
        font-size: 32px;
    }
    .joRItem .Tbox .text {
        font-size: 14px;
    }
}
@media (max-width: 1468px) {
    .csAdd_join_tit{
         font-size: 32px;
    }
    .joRItem .icon{
        width: 30px;
    }
    .joRItem .Tbox .tit {
        font-size: 20px;
    }
    .joQTItem p {
        font-size: 15px;
    }
    .joQTItem .num b {
        font-size: 44px;
    }
    .shadowBox{
        height: 500px;
    }
    .shadowBox svg {
        width: 40px;
        height: 40px;
        bottom: -60px;
    }
    .joHItem .tit {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .joJ_next {
    right: -40px;
}
.joJ_prev {
    left: -40px;
}
 .csAdd_join_tit{
          font-size: 28px;
    }
    .joQTBox .text{
    width: 90%;
    font-size: 16px;
}
.joQTBox{
    width: 100%;
}
.joQTItem .num b {
    font-size: 36px;
}
}
@media (max-width: 1200px) {
    .joHItem{
        width: calc(50% - 15px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .joHItem:nth-child(3n) {
        margin-right: 20px;
        }
         .joHItem:nth-child(2n) {
        margin-right: 0;
        }
        .joJbtn{
            z-index: 6;
        }
        .joRBox .text{
            font-size: 16px;
        }
        .joHItem .time {
            font-size: 15px;
        }
}
@media (max-width: 1024px) {
    .joQTBox .text{
        width: 100%;
    }
    .joQTItem p {
    font-size: 14px;
}
.joQTItem .num b {
    font-size: 32px;
}
.joQTItem .icon {
    height: 33px;
}
.joQTItem {
    padding: 0 30px;
}
.joRcList{
    display: block;
}
.indTIcon{
    width: 85px;
    height: 85px;
}
.joRBox .indText span{
    font-size: 16px;
}
.indText{
    margin-top: 50px;
}
}
@media (max-width: 900px) {
    .joRBox .indText {
        font-size: 15px;
    }
    .joQBox{
        background: #f7f8f9;
    }
    .joQBox .bg{
        opacity: 0;
    }
     .csAdd_join_tit{
          font-size: 24px;
    }
    .csAdd_join_btn_div {
        font-size: 14px;padding: 10px 30px;
}
.joHList,.joHList,.joQTList{
    margin-top: 50px;
}
.joQTItem {
    padding: 0 20px;
}
.joQTItem:first-child{
    padding: 0 20px 0 0;
}
.joRcItem .Tbox{
    padding: 50px 30px;
}
.joQBox .imgBox{
    display: block;
    margin-top: 50px;
}
.shadowBox {
    height: auto;
    width: 90%;
}
.shadowBox video {
    height: auto;
    width: 100%;
}
}
@media (max-width: 768px) {
    .joQTItem{
        padding: 30px !important;
        margin-bottom: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
.joQTItem .num{
    margin: 10px 0;
}
.joQTItem p{
    font-size: 12px;
}
 .joRBox .text{
            font-size: 15px;
        }
        .joHItem .tit {
            font-size: 17px;
        }
        .joHItem .time {
            font-size: 14px;
        }
        .joQTItem .num b {
            font-size: 28px;
        }
}
@media (max-width: 680px) {
    .joHItem{
        width: 100%;
        margin-right: 0 !important;
    }
     .csAdd_join_tit{
          font-size: 18px;
    }
     .csAdd_join_btn_div {
        font-size: 13px;
    padding: 8px 30px;
}
.joJ_next {
    right: -26px;
}
.joJ_prev {
    left: -26px;
}
.joRcItem .Tbox .text strong {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
.joRcItem .Tbox .text span{
    font-size: 14px;
}
.joRcItem .Tbox .tit {
    font-size: 22px;
}
.joQTItem .num b {
    font-size: 24px;
}
.joQTItem p{
    margin-top: 0;
}
.joQTItem .icon{
    height: 30px;
}
.joQBox .imgBox{
    margin-top: 20px;
}
.indTIcon{
    width: 80px;
    height: 80px;
}
.joRBox .indText span{
    font-size: 15px;
}
}
@media (max-width: 500px) {
    .joJ_next {
        right: -15px;
    }
    .joJ_prev {
        left: -15px;
    }
    .joQTItem{
        padding: 12px !important;
    }
    .joQTItem::before{
        height: 0;
    }
}