.banner img
{
    width: 100%;
    margin-bottom: 30px;
}
.join-model{
    background: url(../images/join/bg1.png) no-repeat;
    background-size: 105%;
    background-position: 79% center;
    height: 500px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 50px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* 浅浅的阴影 */
}

.join-model  div,
.contact-type div
{
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 21px;
}
.join-model  div{
    margin-bottom: 30px;
}
.join-model  div span,
.contact-type div span
{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #191818;
    transform: rotate(45deg);
    border-left: none;
    border-bottom:none;
    vertical-align: middle;
}

.join-model  p,
.contact-type p
{
    font-size: 16px;
    margin-top: 20px;
}
.contact-type{
    background: url(../images/join/bg2.png) no-repeat;
    background-size: 105%;
    background-position: 56% center;
    height: 300px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* 浅浅的阴影 */
    margin-bottom: 50px;
}
.contact-type p:nth-of-type(3)
{
    display: inline-block;
    width: 68px;
    font-size: 16px;
    margin-top: 55px;
}
.contact-type img{
    width: 80px;
}

