﻿.c_nav_bg_none {
    background-color: unset !important;
}

.c_sub_nav_bg{
    background-color: #e1140aad !important;
}

.c_nav_bg_white {
    background-color: #fff !important;
}

.c_logo {
    width: 280px;
    margin: -20px;
    padding-left: 20px;
}

.c_logo1 {
}
.c_logo2 {
    display: none;
}

.c_menu {
    font-size: 20px;
}

.c_header_video1 {
    display: block;
    width: 100%;
}

.c_header_video2 {
    display: none;
    width: 100%;
}

.c_hr {
    border: 1.5px solid red;
    width: 200px;
}

.c_red_strong {
    color: red;
    font-weight: bold;
}

.c_jjfa {
    background: url(../images/bw.png) no-repeat #0f1f39;
    background-size: 100% 100%;
    padding: 0px 150px;
}

.c_jjfa_title {
    color: red;
    font-weight: 500 !important;
}

.c_jjfa_title_img {
    width: 500px;
}

.c_jjfa_remark {
    font-size: 22px;
}

.c_jjfa_col {
    padding: 0px 40px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.c_jjfa_col:hover {
    background-color: #efeeee;
    border-color: #efeeee;
    cursor: pointer;
    border-radius: 20px;
    z-index: 1;
}

.c_jjfa_col_img {
    padding-bottom: 30px;
}

.c_jjfa_img {
    width: 148px;
    height: 149px;
}

.c_jjfa_row {
    text-align: center;
}

.c_jjfa_row h4 {
    color: #0173c9;
    padding-bottom: 10px;
}

.c_jjfa_row p {
    text-align: left;
    text-indent: 2em;
}

.c_gyxd {
    background: url(../images/gyxd/three_bg.jpg) no-repeat #0f1f39;
    background-size: 100% 100%;
    padding: 0px 400px;
}

.c_gyxd_title {
    color: red;
    font-weight: 500 !important;
}

.c_gyxd_title_img {
    width: 250px;
}

.c_gyxd_remark {
    font-size: 20px;
    color: #fff;
    text-indent: 2rem;
    line-height: 3rem;
    text-align: left !important;
}

.c_gyxd_fill {
    fill: #0f2a46 !important;
}

.c_cgal {
}

.c_cgal_title {
    color: red;
    font-weight: 500 !important;
}

.c_cgal_button {
    padding: 20px;
}

.c_cgal_button a {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    width: 158px;
    line-height: 46px;
    border: 1px solid #2884f6;
    color: #2884f6 !important;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c_cgal_button a.active {
    background-color: #2884f6;
    color: #fff !important;
}

.c_cgal_button a.active_mouse {
    background-color: #2884f6;
    color: #fff !important;
}

.c_cgal_img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.c_cgal_img_list_app {
    display: none;
}

.c_cgal_img_list1 {
    padding: 30px 400px 0px;
}

.c_cgal_img_list2 {
    display: none;
    padding: 30px 300px 0px;
}

.c_cgal_img5 {
    width: calc((100% - 40px) / 5 - 20px);
    height: 0;
    padding-bottom: calc((100% - 40px) / 5 - 20px);
    margin: 10px;
    box-shadow: 0 2px 10px 0px #CCCBCB;
    overflow: hidden;
    transition: transform 0.3s ease;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.c_cgal_img6 {
    width: calc((100% - 40px) / 6 - 20px);
    height: 0;
    padding-bottom: calc((100% - 40px) / 6 - 20px);
    margin: 10px;
    box-shadow: 0 2px 10px 0px #CCCBCB;
    overflow: hidden;
    transition: transform 0.3s ease;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.c_cgal_img_blank {
    box-shadow: unset;
}

.c_cgal_img5:hover {
    transform: translateY(-5px);
    z-index: 1;
}

.c_cgal_img6:hover {
    transform: translateY(-5px);
    z-index: 1;
}

.c_footer {
    padding: 0px 200px;
}

.c_footer_icon {
    width: 30px;
    margin-right: 10px;
}

.c_footer_gzh {
    width: 30%;
}

.svg-offset-u10 {
    transform: translateY(-10px);
}
.svg-offset-d10 {
    transform: translateY(10px);
}


.c_sub_banner {
    width: 100%;
}
.c_sub {
    padding: 0px 150px;
}
.c_sub_title {
    font-weight: 500 !important;
}
.c_sub_remark {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .c_nav_bg_none {
        background-color: #091216 !important;
    }

    .c_nav_bg_white {
        background-color: #fff !important;
    }

    .c_logo {
        width: 200px;
    }

    .c_menu {
        font-size: 1rem;
    }

    .c_header_video1 {
        display: none;
    }

    .c_header_video2 {
        display: block;
    }

    .c_jjfa {
        padding: 0px 30px;
    }

    .c_jjfa_remark {
        font-size: 18px;
    }

    .c_jjfa_row {
        display: unset;
    }

    .c_jjfa_col:nth-child(n+2) {
        padding-top: 3rem !important;
    }

    .c_jjfa_img {
        width: 100px;
        height: 101px;
    }

    .c_gyxd {
        padding: 0px 30px;
    }

    .c_gyxd_remark {
        font-size: 18px;
        color: #fff;
        text-indent: 2rem;
        line-height: 2.2rem;
    }

    .c_cgal_button a {
        font-size: 12px;
        line-height: 30px;
        width: 85px;
    }

    .c_cgal_img_list1 {
        padding: 20px 50px 0px;
    }

    .c_cgal_img_list2 {
        padding: 20px 50px 0px;
    }

    .c_cgal_img_list_pc {
        display: none;
    }

    .c_cgal_img_list_app {
        display: flex;
    }

    .c_cgal_img5 {
        width: calc((100% - 20px) / 3 - 5px);
        padding-bottom: calc((100% - 20px) / 3 - 5px);
        margin: 5px;
    }

    .c_cgal_img6 {
        width: calc((100% - 20px) / 3 - 5px);
        padding-bottom: calc((100% - 20px) / 3 - 5px);
        margin: 5px;
    }

    .c_footer {
        padding: 0px 20px;
    }

    .c_footer_col {
        padding-top: 20px;
    }

    .c_sub_banner {
        height: 300px;
    }
    .c_sub {
        padding: 0px 30px;
    }
    .c_sub_sec1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .c_sub_remark {
        padding-top: 1rem !important;
    }
}