.type_box{
    overflow: hidden;
    background-color: #fff;
}
.type_box .type{
    padding: 40px 0;
}
.type_box .type header{
    text-align: center;
}
.type_box .type header h3{
    font-size: 36px;
}
.type_box .type header p{
    font-size: 18px;
}
.type_box .type ul{
    position: relative;
    margin: 0 auto;
    max-width: 1120px;
}
.type_box .type ul:before{
    position: absolute;
    content:"";
    top: 0;
    left: -50%;
    width: 3000px;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.type_box .type ul li{
    position: relative;
    float: left;
    /*padding: 6px 15px;*/
    background-color: #fff; height: 9rem; line-height: 9rem;
    text-align: center;
}
.type_box .type ul li:after{
    position: absolute;
    content: "";
    left: -3000px;
    right: -3000px;
    top: 0px;
    height: 1px;
    background: #EAEBEF;
}
.type_box .type a.join_in{
    display: block;
    margin: 40px auto;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    border-radius:24px;
    background-color: #009FE5;
}
.type_box .type a.join_in:hover{
    background-color: #009fe5;
    color: #fff;
}
@media screen and (min-width: 768px){
    .type_box .type ul li:not(:nth-child(4n)){
        border-right: 1px solid #EAEBEF;
    }
}
@media screen and (min-width: 992px){
    .type_box .type ul li{
        /*width: 224px;*/
        height: 168px;
        line-height: 168px;
    }
}
@media screen and (min-width: 1201px){
    .type_box .type ul li:not(:nth-child(4n)){
        border-right: 1px solid #EAEBEF;
    }
}
@media screen and (max-width: 1200px){
    .type_box .type ul{
        max-width: 896px;
    }
}
@media screen and (max-width: 1200px) and (min-width:769px){
    .type_box .type ul li:not(:nth-child(4n)){
        border-right: 1px solid #EAEBEF;
    }
}
@media screen and (max-width: 767px) {
    .type_box .type header h3{
        font-size: 28px;
    }
    .type_box .type header p{
        font-size: 16px;
    }
    .type_box .type ul li:not(:nth-child(3n)){
        border-right: 1px solid #EAEBEF;
    }
    .type_box .type{
        padding: 0;
        padding-top: 20px;
    }
}