﻿@charset "utf-8";



/* 组件ID */
#cont_sub_1400_014 {
    font-size: 16px;
}

/* 组件样式 */
.cont_sub_1400_014 {}

/* 文字进入式下划线 */
.cont_sub_1400_014 .titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#166742, #166742);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 1s;
    font-weight: inherit;
}

.cont_sub_1400_014 a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

.cont_sub_1400_014 a:hover .titline {
    color: #166742;
}

.cont_sub_1400_014 .contsub14_14_bg {
    background: #fff url(../images/contsub14_14bg.png) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 40px;
}

.cont_sub_1400_014 .contsub14_14_wid {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 54px;
}


.cont_sub_1400_014 .contsub14_14_banner {
    background-position: center center;
    background-size: cover;
}

.cont_sub_1400_014 .contsub14_14_banner img {
    display: block;
    width: 100%;
}

.cont_sub_1400_014 .contsub14_14_c {
    display: flex;
    align-items: flex-start;
}

.cont_sub_1400_014 .contsub14_14_l {
    width: 260px;
    padding-left: 8px;
    padding-bottom: 8px;
    margin-right: 40px;
    position: relative;
    background: #004098;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    border: 1px solid #eee;
}


.cont_sub_1400_014 .contsub14_14_colm {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_sub_1400_014 .contsub14_14_colm h2 {
    text-align: center;
    padding: 0 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #FFFFFF
}

.cont_sub_1400_014 .contsub14_14_colm h2 span {
    display: none;
}

.cont_sub_1400_014 .contsub14_14_nav {
    position: relative;
    padding-left: 8px;
    /* padding-bottom: 8px; */
    padding-right: 25px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0 100%);
}

.cont_sub_1400_014 .contsub14_14_nav>ul {
    padding-top: 25px;
    position: relative;
    z-index: 9;

}

.cont_sub_1400_014 .contsub14_14_nav>ul>li {
    border-bottom: 1px dashed #E5E5E5;
    /* padding-left: 40px; */
    position: relative;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li:last-child {
    border: none;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li>a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 34px;
    color: #272727;
    flex: 1;
    min-width: 0;
    padding: 16px 10px;
    position: relative;
    text-align: center;
    /* z-index: 1; */
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    display: none;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li.active>a::before,
.cont_sub_1400_014 .contsub14_14_nav>ul>li:hover>a::before {
    display: block;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li>a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 33px;
    background: #ECC474;
    box-shadow: 0px 1px 1px 0px rgba(41, 41, 41, 0.4);
    border-radius: 10px;
    display: none;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li.active>a::after,
.cont_sub_1400_014 .contsub14_14_nav>ul>li:hover>a::after {
    display: block;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li:hover>a {
    color: #004098;
    font-weight: bold;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li>span {
    position: absolute;
    right: 0;
    top: 13px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/contsub14_14_nav_open.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: all 0.5s;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li.on>span,
.cont_sub_1400_014 .contsub14_14_nav>ul>li.active>span {
    transform: rotate(90deg);
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li ol {
    width: 100%;
    display: none;
    padding-: 0 15px;
    padding-bottom: 16px;
    text-align: center;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li ol li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 16px;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li ol li a:hover {
    color: #004098;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li.active {}

.cont_sub_1400_014 .contsub14_14_nav>ul>li.active>a {
    color: #004098;
    font-weight: bold;
    background: linear-gradient(270deg, #D8EBFF 0%, rgba(234, 244, 255, 0) 99%);
    border-radius: 0px 100px 100px 0px;
}

.cont_sub_1400_014 .contsub14_14_nav>ul>li.active ol {
    display: block;
}

.cont_sub_1400_014 .contsub14_14_r {
    flex: 1;
    min-width: 0;

}

.cont_sub_1400_014 .contsub14_14_position {
    display: flex;
    align-items: center;
    background: url(../images/contsub14_14rx.png) no-repeat right bottom;
    background-size: 100% auto;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.cont_sub_1400_014 .contsub14_14_position h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #004098;
    display: flex;
    align-items: center;
}


.cont_sub_1400_014 .contsub14_14_position h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/contsub14_14rzs.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.cont_sub_1400_014 .contsub14_14_position div {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cont_sub_1400_014 .contsub14_14_position div img {
    margin: 0 3px;
    max-width: 18px;
    max-height: 18px;
}

.cont_sub_1400_014 .contsub14_14_position div span {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: rgba(39, 39, 39, 0.3);
    margin: 0 3px;
}

.cont_sub_1400_014 .contsub14_14_position div a {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #272727;
    margin: 0 3px;
}

.cont_sub_1400_014 .contsub14_14_position div a.on,
.cont_sub_1400_014 .contsub14_14_position div a:hover {
    color: #004098;
}


@media screen and (max-width: 1500px) {
    .cont_sub_1400_014 .contsub14_14_wid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .cont_sub_1400_014 .contsub14_14_wid {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .cont_sub_1400_014 .contsub14_14_c {
        display: block;
    }

    .cont_sub_1400_014 .contsub14_14_l {
        width: auto;
        margin-right: 0;
        margin-top: 0;
        background: #004098;
        padding-left: 0;
        padding-bottom: 0;
    }

    .cont_sub_1400_014 .contsub14_14_colm {
        background: none !important;
        height: auto;
        position: relative;
        z-index: 9;
        display: block;
        padding: 0 20px;
    }

    .cont_sub_1400_014 .contsub14_14_nav::before {
        top: -60px;
        bottom: 0;
        left: -15px;
        right: -15px;
    }

    .cont_sub_1400_014 .contsub14_14_colm h2 {
        font-size: 24px !important;
        line-height: 56px !important;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .cont_sub_1400_014 .contsub14_14_colm h2 span {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/contsub14_14_wnav_open.svg) no-repeat center;
        background-size: 25px 25px;
    }

    .cont_sub_1400_014 .contsub14_14_nav {
        padding-left: 4px;

    }

    .cont_sub_1400_014 .contsub14_14_nav>ul {
        display: none;
        padding: 15px;
        background: #fff;
        background-size: auto 100%;
    }

    .cont_sub_1400_014 .contsub14_14_nav>ul>li {
        padding-left: 0;
    }

    .cont_sub_1400_014 .contsub14_14_nav>ul>li>a {
        font-size: 18px !important;
        padding: 10px 0;
    }

    .cont_sub_1400_014 .contsub14_14_nav>ul>li ol li a {
        font-size: 16px !important;
    }

    .cont_sub_1400_014 .contsub14_14_position {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .cont_sub_1400_014 .contsub14_14_position h3::after {
        display: none;
    }

    .cont_sub_1400_014 .contsub14_14_position div {
        margin-top: 15px;
        justify-content: flex-start;
    }

    .cont_sub_1400_014 .contsub14_14_position div::before {
        margin-right: 10px;
    }

    .cont_sub_1400_014 .contsub14_14_nav>ul>li>span {
        top: 7px;
    }

    .cont_sub_1400_014 .contsub14_14_nav>ul>li>a::before {
        left: -15px;
    }

    .cont_sub_1400_014 .contsub14_14_nav>ul>li>a::after {
        left: -15px;
    }

    .cont_sub_1400_014 .contsub14_14_r {
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .cont_sub_1400_014 .contsub14_14_position h3 {
        font-size: 20px;
    }

    .cont_sub_1400_014 .contsub14_14_position h3::before {
        width: 18px;
        height: 18px;
    }

}

@media screen and (max-width:768px) {
    .cont_sub_1400_014 .contsub14_14_bg {
        padding-bottom: 0;
    }

    .cont_intro_1400_008 {
        padding-bottom: 15px;
    }
}