/*成功案例*/
.service-menu{
     margin: 3rem 0;
     background-color: #e9f4fe;
     padding: 1rem 1.5rem 6rem 1.5rem;
     min-height: 600px;
 }
.service-menu h3{
    font-size: 1.25rem;
    padding: 1rem 0 1.5rem 0;
    font-family: "Source Han Sans CN Regular";
}
.service-menu a{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    margin: 5px 0;
}
.service-content{
    margin: 3rem 0;
    padding: 0 2rem;
}
.service-content h2{
    text-align: center;
    color: #288feb;
    font-weight: bold;
    font-size: 1.5rem;
}
.service-content p{
    margin: 1.5rem 0;
    text-align: justify;
    text-indent: 2em;
    line-height: 28px;
    font-size: 15px;
}
.service-content img{
    width: 100%;
}
.service-content ul{
    margin: 2rem 1rem;
}
.service-content ul>li{
    padding: .5rem;
}
.service-content ul>li>span{
    margin-left: 2rem;
}
/*最新动态*/
.news{
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
    /*margin: 1rem 1rem;*/
}
.news-border{
    border: 2px solid #288feb;
    border-radius: 5px;
    border-top-left-radius: 0px;
    margin-bottom:6rem;
    padding: 1.5rem 2rem 3rem 2rem;
}
.news-title {
    width: 160px;
    border-top-left-radius: .25rem;
    background: linear-gradient(-120deg, transparent 26px, #288feb 0) top right;
    padding: 2px 2px 0 2px;
    position: relative;
    bottom: -1px;
    margin-top: 2rem;
}
.news-title h2{
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    color: #fff;
    padding: .25rem .75rem;
    border-top-left-radius: .25rem;
    background: linear-gradient(-120deg, transparent 26px, #288feb 0) top right;
}
.news-title h2 i{
    vertical-align: middle;
    font-weight: 400;
    margin-right: 5px;
}
.news-pic img{
    width: 100%;
}
.news-content{
    font-size: 1.25rem;
}
.news-content h3{
    font-weight: 600;
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.news-content a{
    color: #333;
    font-size: 18px;
}
.news-content a:hover{
    color: #288feb;
    margin-top: 1rem;
}
.news-content span{
    background-color: #288feb;
    display: inline-block;
    height: 24px;
    width: 4px;
    margin-right: .5rem;
    vertical-align: middle;
}
.news-content label{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
/*人才招聘*/
.recruit-box{
    background-color: #eef6fd;
}
.recruit{
    padding: 1.5rem 2rem 2rem 2rem ;
    background-color: #fff;
    min-height: 640px;
}
.recruit-tab{
    background-color: #fff;
    padding: 3rem 2rem 1rem 2rem;
}
.recruit h2{
    padding:0 0 1rem 0;
    font-size: 1.125rem;
    color: #288feb;
    font-weight: 600;
}
.recruit>ul>li{
    padding: 5px 0;
    font-size: 14px;
}
.recruit>ul>li>span{
    font-weight: 600;
    padding-right: .5rem;
}
.recruit-content{
    margin-left: 78px;
}
.recruit-content li{
    line-height: 32px;

}
/*联系我们*/
.contact-box{
    background-color: #fbfbfb;
}
.contact{
    /*width: 100%;*/
    padding: 4rem 0 6rem 0;
}
.contact-pic{
    width: 100%;
}
.contact-pic img{
    width: 100%;
    padding: 2.5rem;
}
.contact-content span{
    display: block;
    height: 3px;
    width: 56px;
    background-color: #00a4ff;
    margin: .5rem 0;
}
.contact-content ul{
    margin-top: 1.5rem;
}
.contact-content ul>li{
    line-height: 2;
}
.contact-map-box{
    position: relative;
    right: 0;
}
.contact-map{
    width: 90%;
    height: 260px;
    border: 2px dashed rgba(40,143,235,0.6);
    margin-top: 3rem;
}
@media (max-width: 1200px) {
    .contact-pic img{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 200px;
    }
    .news-content h3{
        margin-bottom: .5rem;
    }
}
@media (max-width: 992px) {
    .contact{
        padding: 3rem 0 4rem 0;
    }
    .contact-pic img{
        margin-top: 2rem;
    }
    .contact-map{
        width: 100%;
        margin-top: 1.5rem;
    }
    .service-content ul>li>span{
        margin-left: 0;
    }
    .service-content {
        margin: 3rem 0;
        padding: 0 1rem;
    }
    .contact-content{
        margin-top: 2rem;
    }
    .service-content ul {
        margin: 1.5rem 0rem;
    }
}

@media (max-width: 576px)  {
    .recruit-tab {
        padding: 2rem 1rem 1rem 1rem;
    }
    .recruit-content{
        margin-top: .5rem;
        margin-left: 0px;
    }
    .recruit {
        padding: 1rem 1.5rem 2rem 1.5rem;
        background-color: #fff;
        min-height: 640px;
    }
    .service-menu{
        margin: 0;
        min-height: 0;
        padding: 1rem 1.5rem 2rem 1.5rem;
    }
    .news-content a{
        color: #333;
        font-size: 14px;
    }
    .news-content h3{
        font-size: 1.125rem;
    }
    .news-border{
        margin-bottom:3rem;
        padding: 1rem .5rem 2rem .5rem;
    }
}