/* 差旅解决方案 */
.travel-solution .ss-title {
    padding-bottom: 0;
}
.tsol-list {
    width: 100%;
    height: 563px;
    background: url(../image/ts-service.png) no-repeat center;
    position: relative;
}
.tsol-item {
    overflow: hidden;
    position: absolute;
}
.tsol-item-text {
    float: left;
    width:272px;
    height:48px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
}
.tsol-item-diamond {
    float: left;
    width:80px;
    height:94px;
    padding: 22px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.tsol-item1 {
    top: 70px;
    left: 116px;
}
.tsol-item2 {
    top: 210px;
    left: 10px;
}
.tsol-item3 {
    top: 365px;
    left: 90px;
}
.tsol-item4 {
    top: 70px;
    right: 106px;
}
.tsol-item5 {
    top: 210px;
    right: 0px;
}
.tsol-item6 {
    top: 365px;
    right: 80px;
}
.tsol-item1 .tsol-item-diamond {
    background: url(../image/ts-service01.png) no-repeat;
}
.tsol-item2 .tsol-item-diamond {
    width: 90px;
    height: 106px;
    padding-top: 28px;
    background: url(../image/ts-service02.png) no-repeat;
}
.tsol-item3 .tsol-item-diamond {
    background: url(../image/ts-service03.png) no-repeat;
}
.tsol-item4 .tsol-item-diamond {
    width: 90px;
    height: 106px;
    padding-top: 28px;
    background: url(../image/ts-service04.png) no-repeat;
}
.tsol-item5 .tsol-item-diamond {
    background: url(../image/ts-service05.png) no-repeat;
}
.tsol-item6 .tsol-item-diamond {
    width: 90px;
    height: 106px;
    padding-top: 28px;
    background: url(../image/ts-service06.png) no-repeat;
}
.tsol-list .tsol-item-diamond {
    background-size: 100% 100%;
}
.tsol-item1 .tsol-item-text {
    margin-top: 20px;
}
.tsol-item2 .tsol-item-text {
    margin-top: 26px;
}
.tsol-item3 .tsol-item-text {
    margin-top: 22px;
}
.tsol-item4 .tsol-item-text {
    margin-top: 22px;
}
.tsol-item5 .tsol-item-text {
    margin-top: 20px;
}
.tsol-item6 .tsol-item-text {
    margin-top: 24px;
}
.mr10 {
    margin-right: 10px;
}
.tsol-item-center {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 核心优势 */
.core-advantage {
    width: 100%;
    height: 288px;
    background:rgba(247,247,247,1);
    box-sizing: border-box;
}
.ca-title {
    font-size:30px;
    font-weight:bold;
    color:#666;
    text-align: center;
    padding: 50px 0;
}
.ca-list {
    width: 100%;
    overflwo: hidden;
}
.ca-list li {
    float: left;
    width: 25%;
    text-align: center;
}
.ca-list li p {
    font-size: 16px;
}
.ca-list li i {
    display: block;
    width: 40px;
    height: 42px;
    margin: 0 auto 20px;
}
.ca-item1 i.spirit {
    background-position: 0 -128px;
}
.ca-item2 i.spirit {
    width: 50px;
    background-position: -125px -124px;
}
.ca-item3 i.spirit {
    width: 44px;
    height: 43px;
    background-position: -257px -128px;
}
.ca-item4 i.spirit {
    background-position: -380px -128px;
}
/* 差旅服务项目 */

/* 火车票，签证，保险，汽车票 */
.sp-four {
    width: 100%;
    margin: 80px 0;
    overflow: hidden;
}
.sp-four-item {
    float: left;
    width: 50%;
    height: 225px;
}
.sp-four-item .sp-four-img {
    float: left;
    width: 50%;
    height: 100%;
}
.sp-four-item .sp-four-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.sp-four-item .sp-four-text {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px 42px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}
.sp-four-item .sp-four-text h3 {
    font-size: 24px;
    font-weight: bold;
}
.sp-four-item .sp-four-text p {
    font-size: 14px;
    line-height: 24px;
}
.sp-four-item .sp-four-text>div {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 42px;
}
.bgblue {
    background: #499BFC;
}
.bgorange {
    background: #F98850;
}
.sp-four-item .sp-four-text .sp-four-triangle1 {
    left: -14px;
}
.sp-four-item .sp-four-text .sp-four-triangle2 {
    right: -14px;
}
.sp-four-item2 .sp-four-text {
    background: #F98850;
}
@media only screen and (max-width: 1200px){
    .core-advantage{
        height: auto;
        padding-bottom: 30px;
    }
    .ca-list{
        display: flex;
        flex-wrap: wrap;
    }
    .ca-list li{
        width: 50%;
        margin-bottom: 40px;
    }
    .ca-list li p{
        font-size: 20px;
    }
    .tsol-list{
        margin-top: 30px;
        height: auto;
        padding-bottom: 30px;
        padding-top: 376px;
        background: url(../image/ts-service.png) no-repeat top;
    }
    .tsol-item-center{
        top: 17%;
    }
    .tsol-item{
        position: initial;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        align-items: center;
    }
    .tsol-item1,.tsol-item2,.tsol-item3{
        flex-direction: row-reverse;
    }
    .tsol-item-text{
        width: calc(100% - 100px);
        font-size: 20px;
        line-height: 2;
        height: auto;
        margin-top: 0!important;
    }
    .sp-four-item{
        width: 100%;
        height: auto;
    }
    .sp-four-item .sp-four-text p{
        font-size: 18px;
        line-height: 1.6;
    }
}