* {
    margin: 0;
    padding: 0;
}


.footer_box {
    width: 100%;
    background-color: #EDEDED;
    padding-top: calc(38px + 5rem);
}

.footer_box .footer {
    max-width: 1600px;
    width: 85%;
    margin: auto;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: calc(1px + 3rem);
}

.footer_box .footer .footer_logo {
    width: calc(32px + 10rem);
}

.footer_box .footer .footer_logo img {
    width: 100%;
}

.footer_box .footer .footer_main_box {
    display: flex;
    justify-content: space-between;
    margin-top: calc(3px + 1.5rem);
}

.footer_box .footer .footer_main_box .footer_left {
    width: calc(16px + 20rem);
}

.footer_box .footer .footer_main_box .footer_left p {
    font-family: Source_Han_Light;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #04131E;
    line-height: calc(10px + 1.5rem);
}

.footer_box .footer .footer_main_box .footer_left .footer_left_icon {
    display: flex;
    justify-content: flex-start;
    gap: calc(10px + 1rem);
    margin-top: calc(3px + 1rem);
}

.footer_box .footer .footer_main_box .footer_left .footer_left_icon img {
    width: max-content;
}

.footer_box .footer .footer_main_box .footer_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1rem);
}

.footer_box .footer .footer_main_box .footer_nav .foooter_nav_item a {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #04131E;
    line-height: calc(3px + 1rem);
}

.footer_box .footer .footer_main_box .footer_nav .foooter_nav_item:hover a {
    color: #00398C;
}

.footer_box .footer .footer_main_box .footer_center {
    width: calc(45px + 15rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1rem);
}

.footer_box .footer .footer_main_box .footer_center p {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #444444;
    line-height: calc(3px + 1rem);
    text-transform: uppercase;
}

.footer_box .footer .footer_main_box .footer_right {
    width: calc(95px + 15rem);
}

.footer_box .footer .footer_main_box .footer_right .p1 {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #04131E;
    line-height: calc(3px + 1rem);
}

.footer_box .footer .footer_main_box .footer_right .p2 {
    font-family: Source_Han_Light;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #04131E;
    line-height: calc(3px + 1rem);
    margin-top: calc(3px + 1rem);
}

.footer_box .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(10px + 0.5rem) 0;
}

.footer_box .copyright p {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
}

.footer_yx{
    width: 100%;
    border-bottom: 1px solid #04131E;
    margin-top: calc(1px + 1.5rem);
}

.footer_yx .form-horizontal{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_yx .form-control  {
    height: calc(10px + 1.5rem);
background-color: transparent;
border: none;
outline: medium;

font-family: Source_Han_Light;
font-weight: 300;
font-size: calc(4px + 0.5rem);
color: #04131E;
line-height: calc(10px + 1.5rem);

}
label{
    display: none;
}
@media (max-width: 1100px) {
    .footer_box .footer {
        padding-bottom: calc(10px + 10rem);
    }
    .footer_box .footer .footer_logo {
        width: calc(32px + 30rem);
    }
    .footer_box .footer .footer_main_box{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 5rem);
    }
    .footer_box .footer .footer_main_box .footer_left{
        width: 100%;
    }
    .footer_box .footer .footer_main_box .footer_left p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .footer_box .footer .footer_main_box .footer_nav{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foooter_nav_item{
        width: 31%;
    }
    .footer_box .footer .footer_main_box .footer_nav .foooter_nav_item a{
        font-size: calc(10px + 1rem);
    }
    .footer_box .footer .footer_main_box .footer_center{
        width: 100%;
    }
    .footer_box .footer .footer_main_box .footer_center p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .footer_box .copyright p{
        font-size: calc(10px + 1rem);
    }
    .footer_box .footer .footer_main_box .footer_right{
        width: 100%;
    }
    .footer_box .footer .footer_main_box .footer_right .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .footer_box .footer .footer_main_box .footer_right .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .footer_yx .form-control{
        height: calc(10px + 8rem);
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .form-actions div{
        width: calc(10px + 2rem) !important;
        height: calc(10px + 1rem) !important;
    }
    .footer_yx{
        margin-top: calc(10px + 3rem);
    }
}