/* 
* @Author: wzl
* @Date:   2019-08-14 09:47:55
* @Last Modified by:   wzl
*/
@charset "utf-8";

.smart-travel .desc {
    margin-top: 20px;
    padding: 10px 20px; 
    line-height: 28px;
    font-size: 18px;
    text-align: center;
}

.smart-service {
    margin-bottom: 20px;
}

.smart-service .service-cards-swiper {
    margin-top: 20px;
    background-color: #f2f2f2;
    height: 520px;
}

.smart-service .service-cards-swiper .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.service-cards .service-card {
    height: 500px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.service-cards .service-card .service-card-top {
    height: 75%;
}

.service-cards .service-card .service-card-bottom {
    height: 25%;
    border: 1px solid #ccc;
}

.service-cards .service-card .service-card-bottom .card-bottom-top {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 50px;
}

.service-cards .service-card .service-card-bottom .card-bottom-bottom {
    font-size: 16px;
    padding: 0 10px;
    line-height: 20px;
}

.smart-environment {
    margin-bottom: 20px;
}

.smart-environment .environment-container {
    margin-top: 20px;
    height: 500px;
    line-height: 500px;
    text-align: center;
}

.smart-ensure {
    margin-bottom: 20px;
}

.part2-content {
    width: 1080px;
    height: 328px;
    margin: 20px auto;
}

.part2-content .part2-content-small {
    width: 25%;
    height: 50%;
    float: left;
}

.part2-content .part2-content-small .part2-content-small-top {
    margin-top: 10px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 13px;
}

.part2-content .part2-content-small .part2-content-small-p {
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
}

.smart-marketing {
    margin-bottom: 20px;
}

.marketing-container {
    height: 500px;
}

.marketing-swiper {
    height: 100%;
}

.marketing-container .swiper-slide {
    margin-top: 140px;
}

.marketing-container .marketing-card {
    height: 250px;
    width: 100%;
    background-color: #216dad;
    padding-top: 100px;
    position: relative;
}

.marketing-container .marketing-card .image-container {
    position: absolute;
    width: 100%;
    height: 200px;
    top: -100px;
    text-align: center;
    line-height: 200px;
}

.marketing-container .marketing-card .marketing-card-content {
    padding: 0 20px;
    color: #fff;
}

.marketing-container .marketing-card .marketing-card-content .title {
    font-size: 18px;
}

.marketing-container .marketing-card .marketing-card-content .split {
    margin: 20px 0;
    width: 60px;
    border-bottom: 4px solid #f4a03e;
}

.marketing-container .marketing-card .marketing-card-content .txt {
    font-size: 16px;
    line-height: 24px;
}

.supervise-container {
    height: 500px;
    margin: 20px 0;
    text-align: center;
    line-height: 500px;
}

.smart-ai .part-title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 40px;
}

.smart-ai .part-title .spot {
    width: 10px;
    height: 10px;
    background-color: #216dad;
    display: block;
    float: left;
    border-radius: 50%;
    margin: 16px 20px 0 0;
}

.smart-ai .part-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

.smart-ai .part-content .image-container {
    height: 350px;
    text-align: center;
    line-height: 350px;
}

.smart-ai .part-content .image-container img {
    height: 300px;
    width: auto;
}

.jiagou {
    margin-bottom: 20px;
}

.jiagou .image-container {
    margin-top: 40px;
    height: 600px;
}

.jiagou .image-container img {
    height: 600px;
    width: auto;
}

.travel-cases {
    margin-bottom: 80px;
}

.travel-cases .case-cards {
    height: 500px;
    width: 1166px;
    margin: 40px auto;
}

.travel-cases .case-cards .case-card {
    float: left;
    width: 360px;
    height: 450px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}

.travel-cases .case-cards .case-card:hover {
    transform: scale(1.05);
} 

.travel-cases .case-cards .case-card .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    width: 340px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: left;
    color: #fff;
    padding: 10px;
}

.travel-cases .case-cards .case-card .mask .p1 {
    font-size: 18px;
}

.travel-cases .case-cards .case-card .mask .p2 {
    font-size: 14px;
    line-height: 22px;
}

.travel-cases .case-cards .case-card .mask .split {
    margin: 10px 0;
    width: 50px;
    border-bottom: 4px solid #b1493a;
}