@charset "utf-8";
/*顶部*/

.join-top {
    height: 40px;
    line-height: 40px;
    background: #0B1D5B;
    color: #fff;
    font-size: 13px;
}

.join-top a {
    color: #fff;
}

.join-top-nav li {
    float: left;
}

.join-line {
    padding: 0 10px;
    opacity: 0.5;
}

/*导航*/
.join-nav {
    float: left;
    width: 173px;
    height: 96px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
}

.join-nav {
    border-bottom: 4px solid #fff;
}

.join-nav:hover {
    border-bottom: 4px solid #0B1D5B;
}

.join-nav:hover a {
    color: #0B1D5B;
}

.j-active {
    border-bottom: 4px solid #0B1D5B;
}

.j-active a {
    color: #0B1D5B;
}

.join-logo {
    width: 117px;
    height: 70px;
    padding: 15px 0;
}

.join-logo img {
    width: 100%;
    height: 100%;
}

.join-banner {
    width: 100%;
    height: 300px;
}

.join-banner img {
    width: 100%;
    height: 100%;
}

.join-bg-1 {
    background: #f6f9fb;
}

.join-block {
    padding: 60px 0;
}

.join-b-top {
    text-align: center;
}

.join-b-top h3 {
    font-size: 26px;
    font-weight: normal;
}

.join-b-t-en-wrap {
    width: 528px;
    margin: 20px auto;
}

.join-b-top-line {
    width: 164px;
}

.join-b-t-en {
    width: 200px;
    font-size: 18px;
    color: #c1c1c1;
}

.join-b-main {
    padding-top: 28px;
}

.a-intro {
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
    text-indent: 2em;
    line-height: 2em;
}

.j-ad-wrap {
    width: 1185px;
}

.j-ad-item {
    float: left;
    width: 321px;
    margin-right: 30px;
    background: #fff;
    padding: 22px 22px 40px;
}

.j-ad-item:hover {
    box-shadow: 0px 0px 10px #0B1D5B;
}

.j-ad-img {
    width: 100%;
    height: 224px;
}

.j-ad-item img {
    width: 100%;
    height: 224px;
}

.j-ad-des {
    padding-top: 22px;
}

.j-ad-des h3 {
    font-weight: normal;
    font-size: 18px;
    background: #0B1D5B;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

.j-ad-des ul {
    margin-top: 12px;
}

.j-ad-des li {
    line-height: 2em;
}

.j-s-wrap {
    width: 1100px;
    margin: 0 auto;
}

.j-s-img {
    width: 500px;
    height: 500px;
}

.j-s-wrap img {
    width: 100%;
    height: 100%;
}

.j-s-des {
    width: 500px;
}

.j-s-des li {
    line-height: 2.5em;
}

.j-join-wrap {
    width: 900px;
    margin: 0 auto;
}

.j-join-wrap > div {
    width: 390px;
    height: 250px;
    padding: 25px 30px;
}

.j-j-l {
    background: #fff;
}

.j-j-l-title {
    font-size: 20px;
    font-weight: normal;
}

.j-j-l-tel {
    font-size: 30px;
    padding: 28px 0;
    color: #0B1D5B;
}

.j-j-l-addr {
    font-size: 16px;
}

.j-j-r {
    background: #0B1D5B;
    color: #fff;
    font-size: 16px;
}

.j-r-title {
    margin-bottom: 20px;
}

.j-r-f {
    margin-bottom: 20px;
    margin-left: 14px;
    border-bottom: 1px solid #fff;
}

.j-r-field {
    width: 50px;
    height: 38px;
    line-height: 38px;
}

.j-r-input input {
    width: 250px;
    height: 30px;
    padding: 2px 10px;
    border: none;
    outline: none;
    background: #0B1D5B;
    color: #fff;
}

.j-r-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin:  0 auto;
    cursor: pointer;
    background: #fff;
    color: #0B1D5B;
    border-radius: 20px;
    text-align: center;
}