.top-nav{
    background-color: #ffd700;
}

.nav-all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2d2d2d;
    padding: 80px 0 60px 0;
}

.nav-left{
    font-size: 35px;
}

.nav-left span{
    border-bottom: 10px solid #2d2d2d;
    letter-spacing: 4px;
    padding-bottom: 5px;
}

.nav-right ul{
    display: flex;
    padding-top: 35px;
}

.nav-right ul li a{
    color: #2d2d2d;
    font-size: 15px;
}

@media(max-width: 1120px){
    .nav-all{
        display: block;
    }
}

@media(max-width: 512px){
    .nav-right ul li a{
        padding: 0 5px;
    }
}

@media(min-width:1120px){
    .about .container{
        width: 964px;
    }
}

@media(min-width:1280px){
    .top-banner .container{
        width: 1280px;
    }
}



.h1{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
.h6{
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    letter-spacing: 3px
}

.about-top-title{
    padding: 100px 0;
}

.abo-line,.join-line,.phone-line{
    width: 60px;
    height: 8px;
    background-color: #ffd700;
    margin-top: 10px;
}

.abo-title,.join-title,.phone-title{
    font-size: 28px;
    padding-top: 5px;
    letter-spacing: 3px;
    transform: scale(1,1.05);
}

.abo-content{
    line-height: 35px;
    font-size: 18px;
    padding: 30px 0;
}

.abo-desc{
    line-height: 35px;
    font-size: 18px;
}

.abo-top-banner{
    padding: 100px 0;
}


.abo-center-all{
    padding: 30px 0;
}















/* phone */

.pho-all-con{
    padding: 20px 15px;
}

.phone-img{
    overflow: hidden;
}

.phone-img img{
    transition: .5s;
}

.phone-img:hover img{
    transform: scale(1.1);
}

.pho-title{
    font-size: 18px;
    padding: 20px 0;
    padding-top: 30px;
}

.pho-dizhi{
    font-size: 13px;
    line-height: 23px;
}

.pho-dizhi2{
    font-size: 13px;
    line-height: 23px;
    height: 69px;
}

.pho-more{
    padding-top: 40px;
}

.pho-more a{
    padding-bottom: 5px;
    border-bottom: 1px solid #2d2d2d;
}

.phone-all{
    padding-top: 20px;
}

.phone-line{
    margin-top: 60px;
}

.phone-input{
    padding: 60px 0;
    line-height: 40px;
}

.phone-input-all p{
    font-size: 18px;
    letter-spacing: 2px;
}

.phone-input-all p:nth-child(3){
    padding-top: 15px;
}

.phone-input-all>input{
    border: none;
    background-color: #dcdddd;
    width: 85%;
    height: 40px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
}

.phone-input-all>textarea{
    border: none;
    background-color: #dcdddd;
    width: 100%;
    height: 135px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    resize: none;
    line-height: 20px;
}






input[type=checkbox] {
    cursor: pointer;
    font-size: 14px;
    width: 23px;
    height: 23px;
    position: relative;
}

input[type=checkbox]:after {
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 23px;
    top: 0;
    content: " ";
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    border: 2px solid #2d2d2d;
    padding: 0px 3px;
    border-radius: 5px;
}

input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 18px;
    font-weight: bold;
}


.phone-input-all div label{
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.phone-input-all span{
    padding-left: 15px;
}

.phone-input-all .liuyan{
    display: block;
    background-color: #ffd700;
    width: 140px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    float: right;
    margin-top: 20px;
}


.phone-desc{
    padding-bottom: 60px;
}



@media(min-width:996px){
    .pho-dizhi2 {
        height: 69px;
    }
}

@media(max-width:996px){
    .pho-dizhi2 {
        height: 67px;
    }
}

@media(max-width:624px) and (min-width:480px){
    .pho-dizhi2 {
        height: 40px;
    }
}





@media(max-width:521px){
    .nav-all {
        padding: 20px 0 20px 0;
    }
    .nav-left{
        font-size: 20px;
    }
    .nav-left span{
        border-bottom: 5px solid #2d2d2d;
    }
    .about-top-title,.abo-top-banner{
        padding: 10px 0;
    }
    .h1{
        font-size: 22px;
    }
    .h6{
        font-size: 16px;
        padding-top: 0;
        letter-spacing: 0px;
    }
    .abo-title, .join-title, .phone-title{
        font-size: 20px;
    }
    .abo-content {
        line-height: 25px;
        font-size: 16px;
        padding: 10px 0;
    }
    .abo-center-all{
        padding: 10px 0;
    }
    .abo-line, .join-line, .phone-line {
        width: 50px;
        height: 6px;
    }
    .abo-desc {
        line-height: 20px;
        font-size: 16px;
    }
    .nav-right ul {
        padding-top: 15px;
    }
    .nav-right ul li a{
        padding: 0;
    }
}










/* join */
.join-line{
    margin-top: 60px;
}

.join-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.join-title div:last-child{
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 10px;
}

@media(max-width:1120px){
    .join-title{
        display: block;
    }
}



.join-num{
    text-align: right;
    font-size: 16px;
    padding: 30px 0;
    padding-top: 60px;
}

.fenye{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shang,.xia{
    background-color: #ffd700;
    width: 140px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 80px;
    border-radius: 10px;
}

.ren_box{

	margin-top:40px;

	padding-bottom:50px;

}

.position span.zptit.row {

    background: #2e2e2e;
    
    height: 100px;

	color: #fff;

    font-size: 15px;
    
    display: block;

}


.position .zptit h2 {
    
    line-height: 100px;

    font-size: 20px;

}

.zwxq .clearfix {

	padding: 12px 0 25px 0;

	margin: 0 5.83%;

	text-align: left;

	border-bottom: 1px solid #e6e6e6;

}



.zwxq .clearfix p {

	line-height: 30px;

}



.zptit {

	background: #fff;

    line-height: 53px;
    
    border: 1px solid #ccc;

    border-top: none;

    margin: 0;

}



.zptit h2:first-child{
    padding-left: 40px;
}



.zwxq {

    border: 1px solid #e6e6e6;
    
    border-top: none;

}



.gwzz {

	padding: 55px 100px;

    border-bottom: 1px solid #e6e6e6;
    
    border-top: none;

}

.position.ac .zptit{
    cursor: pointer;
    background: transparent;
    color: #2e2e2e;
}

.position.ac .zptit{
    height: 65px; 
}

.position.ac .zptit h2{
    line-height: 65px;
    font-size: 16px;
    font-weight: normal;
}



.gwzz p {

    line-height: 30px;
    
    display: flex;

    padding-bottom: 60px;

}





.gwzz span:first-child {

    font-size: 20px;
    
    color: #2e2e2e;

    padding-bottom: 48px;

    display: block;

}

.gwzz p span:first-child{
    font-size: 16px;
    
    width: 10%;
}

.gwzz p span:last-child{
    width: 90%;
    font-size: 16px;
    padding-left: 50px;
    text-align: justify;
}

.position.ac i:last-child {

	display: block;

}



.position.ac i:first-child {

	display: none;

}



.position .zwxq {

	display: none;

}



.position h4 i:last-child {

	display: none;

}



.position:nth-child(2) .zwxq {

	display: block;

}














@media(max-width:705px){

    .gwzz{
        padding: 50px 15px;
    }
    .gwzz p{
        display: block;
    }
    .gwzz span:first-child,.gwzz p{
        padding-bottom: 30px;
    }
    .gwzz p span:last-child{
        padding: 0;
    }
    .zptit h2:first-child{
        padding-left: 15px;
    }
    .position.ac .zptit h2:last-child,.position .zptit h2:last-child{
        text-align: center;
    }
    .join-line{
        margin-top: 0;
    }
    #join-pc .zptit h2:last-child{
        display: none;
    }
    .ren_box .container{
        overflow: hidden;
    }
    #join-pc {
        overflow-x: auto;
        white-space: nowrap;
    }
    #join-pc .position{
        width: 880px;
    }
    .join-title2{
        font-size: 16px;
        padding-bottom: 5px;
    }
}