.header .header-box a {
    color: #fff;
}
.header-style .header-box a {
    color: #808080;
}
.joinus-wrap .banner{
    width: 100%;
    min-width: 1200px;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.joinus-wrap .banner .title>div{
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: -250px;*/
    margin-right: 200px;
    opacity: 0;
}
.joinus-wrap .banner .title>div h1{
    color: #fff;
    font-size: 36px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
}

.joinus-wrap .banner .title>div img{
    width: 30px;
}

.joinus-wrap .banner .title>h2{
    color: #122332;
    text-align: right;
    font-size: 24px;
    margin: 10px 240px 0 20px;
    opacity: 0;
}

.joinus-wrap .banner .bottom{
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.joinus-wrap .banner .bottom h1{
    font-size: 20px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
}


.joinus-wrap .banner .bottom h2{
    margin-top: 10px;
    font-size: 16px;
    color: #c9262a;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.joinus-wrap .joinus-detail{
    width: 1000px;
    margin: 100px auto 130px;
}

.joinus-wrap .joinus-detail li{  
    cursor: pointer;
}

.joinus-wrap .joinus-detail .title{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #48413e;
    transition: all .3s;
}

.joinus-wrap .joinus-detail .title:hover{
    border-bottom: 1px solid #c9262a;
}

.joinus-wrap .joinus-detail .title>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joinus-wrap .joinus-detail .title>div img{
    width: 10px;
    margin-left: 15px;
}

.joinus-wrap .joinus-detail .info{ 
    display: none;
    margin-top: 50px;
}

.joinus-wrap .joinus-detail .info li{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #48413e;
}

.joinus-wrap .joinus-detail .info li .name{ 
    margin-right: 20px;
    min-width: 150px;
}

.joinus-wrap .next-bar{
    width: 100%;
    height: 170px;
    background-color: #f2f1f1;
    display: none;
}

.joinus-wrap .next-bar>div{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.joinus-wrap .next-bar .post{
    position: absolute;
    right: 0;
    top: -60px;
    color: #c9242a;
    font-size: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c9242a;
    cursor: pointer;
}

.joinus-wrap .next-bar .next>div:first-of-type{
    color: #c9242a;
    font-size: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.joinus-wrap .next-bar .next>div:last-of-type{
    color: #606060;
    font-size: 13px;
}

.border-strong {
    border-bottom: 3px solid #c9262a!important;
    padding: 30px 0 70px 0!important;
}



.rcln{
    width: 100%;
    margin-bottom: 60px;
}
.rcln h1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 4px solid #c9262a;
}
.rcln_hz{
    display: flex;
    width: 100%;
    margin-top: 30px;
}
.rcln_left{
    width: 25%;
    background: #A7A7A7;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    transition: all 0.2s linear;
}
.rcln_hz:hover .rcln_left{
    background: #D42329;
}
.rcln_right img{
    transition: all 0.2s linear;
}
.rcln_hz:hover .rcln_right img{
    transform: scale(1.1);
}
.rcln_right{
    width: 75%;
    overflow: hidden;
}
.rcln_hz img.rcln_icon{
    width: auto;
    height: 30px;
    margin-top: 20px;
    transition: all 0.2s linear;
}
.rcln_con{
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 21px;
    line-height: 18px;
    font-family: "微软雅黑";
}
.con_hz{
    position: absolute;
    bottom: 40px;
    left: 0;
    /*height: 250px;*/
    /*overflow:auto;*/
}
.rcln.secd .rcln_left{
    background: #D42329;
}
.rcln.secd  .rcln_hz:hover .rcln_left{
    background: #A7A7A7;
}
