@charset "UTF-8";
.rel-position {
    position: relative;
}

.follow-position {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ctc-banner .container-custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 14.323vw;
    color: #fff;
}

.ctc-banner .container-custom h1 {
    font-family: "SourceHanSansCN-Medium";
    font-size: calc(29px + (52 - 29) * ((100vw - 375px) / (768 - 375)));
    font-weight: 500;
    line-height: 1;
}

.ctc-banner .desc {
    padding-top: 3.125vw;
    font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (768 - 375)));
    line-height: 1.3;
    text-align: center;
}

.ctc-banner>img {
    width: 100%;
}

.ctc-main01 {
    padding-top: 10.417vw;
}

.ctc-main01 .cont {
    padding: 10.417vw 3.125vw;
    color: #fff;
    background-color: #1052fa;
}

.ctc-main01 .cont h2 {
    font-family: "SourceHanSansCN-Medium";
    font-size: calc(29px + (52 - 29) * ((100vw - 375px) / (768 - 375)));
    font-weight: 500;
    line-height: 1;
}

.ctc-main01 .cont i, .ctc-main02 .branch-list .box i {
    display: block;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.ctc-main01 .cont .addr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-size: calc(14px + (20 - 14) * ((100vw - 375px) / (768 - 375)));
}

.ctc-main01 .cont .addr i {
    background: url('../images/ctc_icon01.png') center/contain no-repeat;
}

.ctc-main01 .cont .tel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 14px;
    font-size: calc(14px + (20 - 14) * ((100vw - 375px) / (768 - 375)));
}

.ctc-main01 .cont .tel i {
    background: url('../images/ctc_icon02.png') center/contain no-repeat;
}

.ctc-main01 .cont .tel a {
    color: #fff;
}

.ctc-main01 .cont .wechat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px;
    margin-top: 40px;
}

.ctc-main01 .cont .wechat span {
    margin-top: 14px;
}

#mapCanvas {
    height: 60vh;
}

#mapCanvas img {
    max-width: none;
}

.ctc-main02 {
    padding-top: 7.813vw;
    padding-bottom: 10.417vw;
}

.ctc-main02 .branch-list li {
    margin-bottom: 24px;
 }

.ctc-main02 .branch-list .box {
    width: 96%;
    height: 100%;
    color: #000;
    border-bottom: 1px solid #b3b3b3;
}

.ctc-main02 .branch-list .box h3 {
    font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));
    font-weight: 400;
}

.ctc-main02 .branch-list .box .text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 24px;
}

.ctc-main02 .branch-list .box .text p {
    font-size: calc(14px + (20 - 14) * ((100vw - 375px) / (768 - 375)));
    line-height: 1.1;
}

.ctc-main02 .branch-list .box i {
    background: url('../images/ctc_icon01_biue.png') center/contain no-repeat;
}

@media (min-width: 992px) {
    .ctc-banner .container-custom {
        justify-content: center;
        align-items: flex-start;
        padding-top: 0;
    }

    .ctc-banner .container-custom h1 {
        font-size: calc(52px + (56 - 52) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .ctc-banner .desc {
        padding-top: 24px;
        font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024)));
        text-align: left;
    }

    .ctc-main01 {
        padding-top: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .ctc-main01 .container-custom .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .ctc-main01 .cont {
        padding: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024))) calc(30px + (64 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .ctc-main01 .cont h2 {
        font-size: calc(52px + (56 - 52) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .ctc-main01 .cont .addr {
        font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .ctc-main01 .cont .tel {
        font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    }

    #mapCanvas {
        height: 100%;
    }

    .ctc-main02 {
        padding-top: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024)));
        padding-bottom: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .ctc-main02 .branch-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .ctc-main02 .branch-list li {
        margin-bottom: 32px;
    }

    .ctc-main02 .branch-list .box h3 {
        font-size: calc(30px + (36 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .ctc-main02 .branch-list .box .text {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .ctc-main02 .branch-list .box .text p {
        font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    }
}

@media (min-width: 1920px) {
    .ctc-banner .container-custom h1 {
        font-size: 56px;
    }

    .ctc-banner .desc {
        padding-top: 32px;
        font-size: 24px;
    }

    .ctc-main01 {
        padding-top: 120px;
    }

    .ctc-banner .container-custom h1 {
        font-size: 56px;
    }

    .ctc-main01 .cont i, .ctc-main02 .branch-list .box i {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }

    .ctc-main01 .cont h2 {
        font-size: 56px;
    }

    .ctc-main02 .branch-list .box h3 {
        font-size: 36px;
    }

    .ctc-main01 .cont .addr {
        font-size: 24px;
    }

    .ctc-main01 .cont .tel {
        margin-top: 24px;
        font-size: 24px;
    }

    .ctc-main02 {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .ctc-main02 .branch-list li {
        margin-bottom: 48px;
    }

    .ctc-main02 .branch-list .box h3 {
        font-size: 36px;
    }

    .ctc-main02 .branch-list .box .text {
        padding-bottom: 48px;
    }

    .ctc-main02 .branch-list .box .text p {
        font-size: 24px;
    }
}
