﻿.hot-airLine {
    background: #f4f7fd;
    padding: 100px 0;
}

.hot-airLine-bg {
    background: url("../images/common/ams_hot_airLine.png") no-repeat right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
}

.hot-airLine-box {
    width: 700px;
    background: #ffffff;
    -webkit-box-shadow: -1px 1px 5px 1px #ccc;
    box-shadow: -1px 1px 5px 1px #ccc;
    border-radius: 8px;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hot-airLine-title {
    text-align: center;
    color: #182689;
    margin-bottom: 20px;
}

.hot-airLine-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .hot-airLine-list li {
        width: 48%;
        margin-right: 4%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .hot-airLine-list li:nth-child(even) {
            margin-right: 0;
        }

        .hot-airLine-list li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 10px;
        }

            .hot-airLine-list li a:hover {
                background: #e5e5e5;
            }

.hot-airLine-icon {
    width: 40px;
    height: 40px;
    background: #182689;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

    .hot-airLine-icon i {
        font-size: 36px;
    }

.hot-airLine-site {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hot-airLine-site-right {
    text-align: right;
}

.hot-airLine-site-line {
    width: 50px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 8px;
    left: 75px;
}

.hot-airLine-site-times, .hot-airLine-site-price {
    color: #777;
}

.hot-airLine-locale {
    width: 580px;
    position: relative;
}

.hot-airLine-locale-icon {
    position: absolute;
    top: -13%;
    left: -3%;
}

    .hot-airLine-locale-icon span {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

.hot-airLine-locale-tips {
    width: 300px;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 28%;
    left: 20%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.hot-airLine-locale-line {
    width: 40px;
    height: 1px;
    background: #333;
    margin: 0 10px;
}

.hot-airLine-locale-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.hot-airLine-locale-content {
    font-size: 13px;
    color: #777777;
}

.service-introduce {
    background: url("../images/common/ams_service_bg.png") no-repeat 0 60px;
}

.service-introduce-more {
    text-align: center;
    padding-top: 60px;
}

    .service-introduce-more a {
        color: #182689;
        font-size: 16px;
    }

        .service-introduce-more a i {
            display: inline-block;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.downloads-contact {
    background: #f4f7fd;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.downloads-contact-list {
    width: 1000px;
    margin: 0 auto;
    /* padding: 60px 0;*/
}

.downloads-contact-item {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    background: #ffffff;
    margin-bottom: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .downloads-contact-item:last-child {
        margin-bottom: 0;
    }

    .downloads-contact-item:hover {
        -webkit-box-shadow: -2px 2px 5px 2px #ccc;
        box-shadow: -2px 2px 5px 2px #ccc;
    }

    .downloads-contact-item > div {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.downloads-contact-item-title i {
    color: #182689;
    font-size: 48px;
    margin-right: 10px;
}

.downloads-contact-item-title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.downloads-contact-item-text {
    padding: 80px 40px 20px 40px;
}

.downloads-bgImg {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 63px -163px;
}

.contact-bgImg {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.news-video-box {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
