.yunsu p {
    color: #666;
    font-size: 18px;
    line-height: 1.95em;
    margin-bottom: 30px;
}

.yunsu span {
    color: #000;
    font-size: 24px;
    height: 250px;
    line-height: 250px;
}

.yunsu {
    position: relative;
}

.yunsu span:after {
    content: '';
    width: 5px;
    height: 25px;
    background: #213663;
    position: absolute;
    top: 112px;
    left: 115px;
}

.vip,
.yunsu,
.contactus {
    padding: 65px 0 60px;
}

.vip .wx {
    border: 1px solid #ddd;
    height: 180px;
    padding: 45px 60px;
}

.vip .wx .icon {
    float: left;
    width: 105px;
    height: 105px;
    margin-right: 60px;
    background: url(../images/wx.png) no-repeat;
}

.vip .wx .wxtext {
    float: left;
    width: 930px;
}

.vip .wx .wxtext h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
}

.vip .wx .wxtext p {
    font-size: 14px;
    color: #666;
}

.vip .stype {
    margin-top: 20px;
}

.vip .stype ul {
    height: 220px;
    display: flex;
    justify-content: space-between;
}

.vip .stype ul li {
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    width: 338px;
    height: 188px;
    padding: 30px 25px 0;
}

.stype ul li h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
}

.stype ul li span {
    display: inline-block;
    width: 110px;
    height: 94px;
    margin: 0 0 20px;
    background: url(../images/qq.png) no-repeat;
}

.stype ul li .stype2 {
    background: url(../images/ipone.png) no-repeat;
}

.stype ul li .stype3 {
    background: url(../images/ren.png) no-repeat;
}

.company .contactus {
    padding: 80px 0 10px;
    overflow: hidden;
    min-width: 1220px;
}

.contactus {
    background-color: #fafafa;
}

.module-title {
    font-size: 30px;
    color: #000;
    margin: 0 0 55px;
    text-align: center;
}

.module-title p {
    font-size: 14px;
    margin: 13px 0 0;
    color: #666666;
}

.contactus {
    font-size: 18px;
}

.contactus .mobile ul {
    display: flex;
    justify-content: space-between;
}

.contactus .mobile li {
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    width: 360px;
    height: 410px;
    background: url(../images/color2.jpg) left;
    color: #525050;
}

.contactus .mobile li div {
    width: 360px;
    height: 410px;
    transition: all .5s;
    background: rgba(42, 43, 43, 0.1);
}

.contactus .mobile li div:hover {
    color: #333;
    background: rgba(55, 115, 172, 0.5);
}

.contactus .mobile ul li i {
    font-size: 24px;
    display: inline-block;
    padding-top: 80px;
    font-style: normal;
}

.contactus .mobile ul li h3 {
    display: inline-block;
    margin-top: 30px;
    display: block;
    font-size: 18px;
}

.contactus .mobile ul li:hover h3 {
    display: block;
}

.contactus .mobile ul div:hover i {
    padding-top: 80px;
    transition: all .5s;
    color: #333;
}


/* lunbo */

.zz {
    padding-top: 60px;
}

.zz .slider_four_in_line {
    width: 97vw;
    height: 32.5vw;
    position: relative;
    margin: 0 auto;
    user-select: none;
}


/* 人才招聘 */

.job {
    padding: 60px 0 0px;
}

.job img {
    position: relative;
}

.job .recruit {
    position: absolute;
    width: 150px;
    top: 70px;
    left: 50px;
    font-size: 20px;
}

.job .recruit p {
    margin-bottom: 20px;
}

.job .recruit p:first-child {
    text-align: center;
    margin-bottom: 35px;
    font-size: 24px;
}


/* 评价 */

.evaluate .khxx {
    font-size: 20px;
}

.evaluate .name {
    font-size: 20px;
    margin-top: 30px;
}

.evaluate .duihua img {
    position: relative;
}

.evaluate .duihua span {
    position: absolute;
    width: 245px;
    height: 140px;
    top: 80px;
    left: 100px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}