    @charset "UTF-8";
    /*banner strat*/
    .banner {
        height: 500px;
        background: url("../images/join-banner.png") no-repeat center -150px;
        /*width:100%;*/
        /*height: 100%;*/
        /*background-size:100% 100%;*/
    }
    .banner h1 {
        font-size:50px;
        color: #fff;
        font-family: microsoft yahei;
        line-height: 500px;
        text-align: center;
    }
    /*baner end*/

    /*main strat*/
    .main h2 {
        text-align: center;
        font: 400 30px "microsoft yahei";
        padding: 100px 0 0;
        color: #2e2e2e;
    }
    .box {
        width: 822px;
        margin: 0 auto;
    }
    .title {
        width: 822px;
        height: 37px;
        padding-top: 70px;
    }
    .box h3 {
        font: 400 22px/37px "microsoft yahei";
        color: #161616;
        padding-left: 20px;
        border-left: 3px solid #367df4;
    }
    .title p,
    .box-bottom p {
        font: 400 16px/37px "microsoft yahei";
        color: #2f97cb!important;
        cursor: pointer;
    }
    .box-con {
        margin-left: 20px;
        display: none;
    }
    .box-con h4 {
        font: 400 16px "microsoft yahei";
        padding: 30px 0;
        color: #121212;
    }
    .box-con p {
        font: 400 14px/25px "microsoft yahei";
        color: #626262;
    }
    .box-bottom {
        padding: 50px 0 50px 20px;
    }
    .box-bottom button {
        /*width: 160px;*/
        /*height: 40px;*/
        /*background-color: #476a30;*/
        /*border-radius: 5px;*/
        /*color: #fff;*/
        /*font: 400 14px/40px "microsoft yahei";*/
        margin-top: 0!important;
    }
    .last {
        padding-bottom: 80px;
    }
    /*main end*/