@charset "utf-8";

:root {
    --main-: #01472D;
    --secondary: #48675b;
    --sub-: #EDE7D1;
    --Lora-: 'Lora', serif;
    --mine: "minerva-modern", sans-serif;
}

.type1-menu a {
    position: relative;
    padding-bottom: 1px;
}

.type1-menu a::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    background: #000;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.type1-menu a:hover::after {
    width: 100%;
}


/* sub cm bnn */
.sec_cmbnn01 .inner {
    position: relative;
    height: 520px;
    background: url(../images/sub/footer_cmbnn.png) center center no-repeat;
    background-size: cover !important;
}

.sec_cmbnn01 .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0, 0, 0, .3);
    z-index: 1;
}

.sec_cmbnn01 .inner .df {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.sec_cmbnn01 .inner .df .txt {
    position: relative;
    z-index: 2;
}

.sec_cmbnn01 .inner .df .txt h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
}

.sec_cmbnn01 .inner .df .txt h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.sec_cmbnn01 .inner .df .txt a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    width: 180px;
    background: #2fa2d1;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    transition: all .5s;
}

.sec_cmbnn01 .inner .df .txt a:hover {
    background: #2645a0;
}

.sec_cmbnn01 .list {
    padding: 24px;
    background: #30447e;
    overflow: hidden;
    border-radius: 12px;
    margin: 32px auto 40px;
}

.sec_cmbnn01 .list ul li {
    color: #fff;
}

.sec_cmbnn01 .list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.sec_cmbnn01 .list ul li span {
    margin-right: 2px;
}

.sec_cmbnn01 .list ul li span img {
    width: 14px;
    transform: translateY(-1px);
}

@media (max-width:1200px) {
    .sec_cmbnn01 .inner .df .txt h2 {
        font-size: 36px;
    }

    .sec_cmbnn01 .inner .df .txt h3 {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .sec_cmbnn01 .inner .df .txt h2 {
        font-size: 28px;
    }
}

.sec_cmbnn02 .inner {
    position: relative;
    height: 520px;
    background: url(../images/sub/footer_cmbnn.png) no-repeat;
    background-size: cover !important;
    ;
}

.sec_cmbnn02 .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0, 0, 0, .3);
    z-index: 1;
}

.sec_cmbnn02 .inner .df {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.sec_cmbnn02 .inner .df .txt {
    position: relative;
    z-index: 2;
}

.sec_cmbnn02 .inner .df .txt h2 {
    font-size: 48px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 40px;
}

.sec_cmbnn02 .inner .df .txt a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    width: 180px;
    background: #3a5dc2;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    transition: all .5s;
}

@media (max-width:1200px) {
    .sec_cmbnn02 .inner .df .txt h2 {
        font-size: 36px;
    }

    .sec_cmbnn02 .inner .df .txt h3 {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .sec_cmbnn02 .inner .df .txt h2 {
        font-size: 28px;
    }
}

.sec_cmbnn02 .inner .df .txt a:hover {
    background: #2645a0;
}


/*    footer    */

#footer {}

#footer .inner .banner .dflx {
    display: flex;
    height: 220px;
}

#footer .inner .banner .dflx .left,
#footer .inner .banner .dflx .right {
    width: 50%;
    height: 100%;
}

#footer .inner .banner .dflx a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover !important;
    transition: all 1.5s;
    transform: scale(1.05);
}

#footer .inner .banner .dflx .left a .bg {
    background: url(../images/main/left_bg.png) top center no-repeat;
}

#footer .inner .banner .dflx .right a .bg {
    background: url(../images/main/right_bg.png) top center no-repeat;
}

#footer .inner .banner .dflx a:hover .bg {
    transform: scale(1);
}

#footer .inner .banner .dflx a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
}

#footer .inner .banner .dflx a:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(90deg, rgb(0, 0, 0, .3) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

#footer .inner .banner .dflx a .df {
    padding-left: 60px;
    position: relative;
    z-index: 3;
}

#footer .inner .banner .dflx a .df h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 600;

}

#footer .inner .banner .dflx .left a .df h2 {
    font-family: var(--mine);
}

#footer .inner .banner .dflx a .df p {
    font-weight: 400;
    color: #fff;
}

#footer .inner .mid {
    display: flex;
    flex-direction: column;

}

#footer .inner .mid .top {
    padding: 24px 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#footer .inner .mid .top .top_df {
    display: flex;
    justify-content: space-between;

}

#footer .inner .mid .top .top_df .top_left ul {
    display: flex;
}

#footer .inner .mid .top .top_df .top_right {
    display: flex;
    justify-content: flex-end;
}

#footer .inner .mid .top .top_df .top_right ul {
    display: flex;
}

#footer .inner .mid .top .top_df .top_left ul li a span {
    color: #666;
}

#footer .inner .mid .top .top_df .top_left ul li:first-child a span {
    font-weight: bold;
    color: #000;
}

#footer .inner .mid .top .top_df .top_left ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .mid .top .top_df .top_right ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .mid .top .top_df span img {
    width: 20px;
}

#footer .inner .mid .bot {
    padding: 24px 60px;
    display: flex;
    justify-content: space-between;
}

#footer .inner .mid .bot .bot_left ul {
    display: flex;
}

#footer .inner .mid .bot .bot_left ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .mid .bot .bot_left ul li p {
    font-size: 14px;
    color: #666;
}

#footer .inner .mid .bot .bot_left ul li p span {
    color: #333;
}

#footer .inner .mid .bot .bot_left ul li:first-child p {
    color: #000;
}


#footer .inner .mid .bot .bot_right {
    display: flex;
    justify-content: flex-end;
}

#footer .inner .mid .bot .bot_right p {
    font-size: 13px;
    color: #888;
}

@media (max-width:1320px) {
        #footer .inner .mid .bot {
        flex-direction: column;
    }
    
        #footer .inner .mid .bot .bot_right {
        display: block;
        margin-top: 16px;
    }
}

@media (max-width:1024px) {
    #footer .inner .mid .bot .bot_left ul {
        flex-wrap: wrap;
    }
}

@media (max-width:768px) {

    #footer .inner .mid .top,
    #footer .inner .mid .bot {
            padding: 24px 20px;
    }
    
    
    #footer .inner .mid .bot .bot_left ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    
    #footer .inner .banner .dflx {
        height: 400px;
        flex-direction: column;
    }

    #footer .inner .banner .dflx .left,
    #footer .inner .banner .dflx .right {
        width: 100%;
        height: 100%;
    }

    #footer .inner .banner .dflx a .df {
        padding-left: 24px;
    }

    #footer .inner .banner .dflx a .df h2 {
        font-size: 24px;
    }
    
    #footer .inner .mid .top .top_df .top_left ul li:first-child a span {
        font-size: 14px;
    }
    
    #footer .inner .mid .top .top_df .top_left ul li:not(:last-child) {
        margin-right: 6px;
    }
    
    #footer .inner .mid .bot .bot_left ul li:first-child p {
        font-size: 13px;
    }

}





















