
body{
    background: #f1f0f5;
    color: #333333;
    font-size: 14px;
}
.banner{
    font-size: 0;
}
.banner img{
    width: 100%;
}
.contact{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top:50px;
    padding-bottom: 50px;
    background-color: white;
}
.contact_left{
    width: 50%;
    padding-left: 40px;
    line-height: 26px;
}
.contact_left_bottom{
    margin-top: 50px;
}
.contact_left h3{
    color: #0e6eb8;
}
.contact_left p{
    margin-top: 10px;
}
.contact_left .span1{
    color: #0e6eb8;
}
.contact_right{
    width: 50%;
    padding-right: 40px;
}
/*----------------------销售网络---------------------*/
.sales{
    margin-top: 50px;
    margin-bottom: 50px;
    padding:50px 40px ;
    background-color: white;
}
.sales_left{
    width: 50%;
    margin-top: 50px;
    text-align: center;
}
.sales_left p{
    margin-top: 26px;
    line-height: 26px;
}
.sales_right{
    width: 50%;
}
/*------------------------招聘中心------------------------*/
.join{
    margin-top: 50px;
    margin-bottom: 50px;
}
.join_1{
    padding:50px 40px ;
    margin-bottom: 20px;
    background-color: white;
}
.join_left h2{
    color: #0e6eb8;
    margin-bottom: 20px;
    font-size: 18px;
}
.join_left h3{
    margin-bottom: 15px;
}
.join_left p{
    margin-bottom: 10px;
}
/*-------------------------下载中心------------------------*/
.download{
    margin-top: 50px;
    margin-bottom: 50px;
}
.download_ul li{
    padding: 10px 20px 5px 20px;
    background-color: white;
    margin-bottom: 10px;
}
.file li{
    float: left;
}
.file .file_name_a{
    color: #0e6eb8;
    font-size: 16px;
}
.download_btn span{
    display: block;
    width: 100px;
    height: 39px;

    text-align: center;
    line-height: 39px;
    background-color: #0e6eb8;
}
.download_btn span a{
    color: white;
}
/*--------------------页数-----------------------*/
.pages {
    margin:50px auto 30px auto;
    color: #221815;
}
.all_page{
    margin-top: 5px;
    margin-right: 20px;
}
.pagelist .thisclass {
    background: #f0f2f5;
    border: 0;
    font-weight: bold;
}
.pagelist li {
    float: left;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 3px;
    background: #fff;
}
.pagelist li a{
    color: #221815;
@media screen and (max-width:1200px) {
    /*----------------------分页面导航部分   开始------------------------*/
    .about_title_left {
        width: 333px;
    }
    /*----------------------分页面导航部分   结束------------------------*/
    #dituContent{
        width: 100%;
    }
    /*---------------------------------------------*/
    .sales_left img{
        width: 100%;
    }
    /*----------------------人才招聘-----------------------*/
    .join_left{
        width: 60%;
    }
    .join_right{
        width: 40%;
    }
    .join_right img{
        width:100%;
    }
}
@media screen and (max-width:750px) {
    .contact_left {
        width: 100%;
        padding:0 20px;
    }
    .contact_right {
        width: 100%;
        padding: 20px;
    }
    .sales_left{
        width: 100%;
        margin-top: 0px;
    }
    .sales_right{
        width: 100%;
    }
    /*----------------------人才招聘-----------------------*/
    .join_left{
        width: 100%;
    }
    .join_right{
        width: 100%;
    }
}
@media screen and (max-width:709px) {
    /*----------------------分页面导航部分   开始------------------------*/
    .about_title_right{
        float: left;
        margin-top: 20px;
    }
    .title_out img{
        width: 100px;
        height: 102px;
    }
    .about_title_left .title_out p {
        top: 60px;
        font-size: 12px;
        left: 24px;
    }
    .about_title_left .bread .span1 {
        margin-top: 43px;
    }
    .about_title_left .bread .p1 {
        font-size: 16px;
    }
    .about_title_left .bread {
        height: 52px;
        line-height: 89px;
    }
    .about_title_right .about_title_ul li {
        line-height: 40px;
    }
    /*--------------------分页面导航部分   结束------------------------*/
}
@media screen and (max-width:500px) {
    #dituContent{
        height: 300px;
    }
}




