@charset= "UTF-8";

/*sub33_nav*/
.sub3_nav ul li:nth-child(7):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    background: rgba(115, 51, 97, 1);
    transform: translateX(-50%);
}
.sub3_nav ul li:nth-child(7):hover:after {
    animation: sub3_nav 0.5s forwards;
}
@keyframes sub3_nav {
    0% {
        width: 0px;
    }
    100% {
        width: 100px;
    }
}
.sub3_nav ul li:nth-child(7):hover {
    background: rgba(115, 51, 97, 0);
}
.sub3_nav ul li:nth-child(7):hover a {
    color: #333;
}

/*sub35_a1*/
.sub35_a1_wrap .sub_mtitle span {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    letter-spacing: -1.5px;
    line-height: 50px;
}

/*sub35_a2*/
.sub35_a2_wrap {
    background: url(../../../images/sub3_images/sub35_a2_bg.jpg) 50% 50%
        no-repeat;
    background-size: cover;
}
.sub35_a2_wrap .sub_content {
    padding: 230px 0;
}
.sub35_a2_content p,
.sub35_a2_content li {
    color: #363642;
    text-align: center;
}

.sub35_a2_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
}
.sub35_a2_content .sub_title {
    margin-left: 50px;
    font-size: 36px;
}
.sub35_a2_content .sub_title .back {
    color: #fff;
    background: #363642;
    padding: 0 10px 3px 10px;
    line-height: 70px;
    font-weight: 500;
}
.sub35_a2_content .sub_title .bright {
    font-size: 28px;
    font-weight: 500;
}

.sub35_a2_content ul {
    margin-top: 20px;
}
.sub35_a2_content ul li {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

/*sub35_a3*/
.sub35_a3_wrap .sub_title {
    margin-bottom: 0;
}
.sub35_a3_wrap .sub_mtitle {
    font-size: 22px;
    color: #363642;
    letter-spacing: -0.5px;
    padding-top: 10px;
}
/*table*/
table.tg {
    width: 100%;
}
.tg {
    border-collapse: collapse;
    border-spacing: 0;
}
.tg td {
    border-color: #656565;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
}
.tg th {
    border-color: #656565;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
}
.tg .tg-kigb {
    background-color: #363642;
    border-color: #656565;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.tg .tg-4a17 {
    background-color: #eeeeee;
    border-color: #656565;
    color: #363642;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.tg .tg-4a17 br {
    display: none;
}

.tg .tg-0464 {
    border-color: #656565;
    color: #363642;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -0.5px;
}
.tg .tg-0464 span {
    font-size: 15px;
    line-height: 20px;
    color: #656565;
    font-weight: 400;
}
.tg .tg-0464 span.td_lasts {
    position: relative;
    bottom: 8px;
}
.tg .tg-0464_2 {
    padding-top: 16px;
}
/*//table*/

.hexa_tabel_m {
    display: none;
}
.hexa_tabel_m img {
    width: 100%;
}
.hexa_table {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 0 20px 0;
}
.hexa_table li {
    width: 35%;
    position: relative;
    height: 340px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.hexa_table li:first-child {
    align-items: flex-end;
    width: 35%;
}
.hexa_table li:last-child {
    align-items: flex-start;
    width: 35%;
}
.hexa_table li p {
    background: #585864;
    color: #fff;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.hexa_table li p.L1:after {
    position: absolute;
    content: '';
    background: url(../../../images/sub3_images/sub35_a3_Lline1.png) no-repeat;
    width: 140px;
    height: 51px;
    top: 50%;
    z-index: -1;
    left: 92%;
}
.hexa_table li p.L2:after {
    position: absolute;
    content: '';
    background: url(../../../images/sub3_images/sub35_a3_Lline2.png) no-repeat;
    width: 140px;
    height: 51px;
    bottom: 50%;
    z-index: -1;
    left: 92%;
}
.hexa_table li p.R1:after {
    position: absolute;
    content: '';
    background: url(../../../images/sub3_images/sub35_a3_Rline1.png) no-repeat;
    width: 140px;
    height: 51px;
    top: 50%;
    z-index: -1;
    right: 92%;
}
.hexa_table li p.R2:after {
    position: absolute;
    content: '';
    background: url(../../../images/sub3_images/sub35_a3_Rline2.png) no-repeat;
    width: 140px;
    height: 51px;
    bottom: 50%;
    z-index: -1;
    right: 92%;
}

.hexa_table .hexa_bg {
    background: url(../../../images/sub3_images/sub35_a3_hexa.png) no-repeat;
    width: 300px;
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 36px;
}

/*sub35_a4*/
.sub35_a4_wrap {
    overflow: hidden;
    padding-bottom: 100px;
}
.sub35_a4_wrap .sub_title span {
    background: #363642;
    color: #fff;
    font-weight: 500;
    padding: 5px 40px 5px 40px;
}
.sub35_a4_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
}
.sub35_a4_wrap ul li {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 22px;
    color: #434351;
}
.sub35_a4_wrap ul li span {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}

.sub35_a4_wrap ul li:nth-child(2),
.sub35_a4_wrap ul li:nth-child(4) {
    text-align: right;
    padding-left: 0;
}
.sub35_a4_wrap ul li:nth-child(2) span,
.sub35_a4_wrap ul li:nth-child(4) span {
    padding-left: 0;
    padding-right: 20px;
}

.sub35_a4_wrap .a4c_left:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #434351;
    border-radius: 50%;
    top: 11px;
    left: -7px;
}
.sub35_a4_wrap .a4c_right:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #434351;
    border-radius: 50%;
    top: 11px;
    right: -8px;
}

.sub35_a4_wrap .a4c_left:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 95px;
    background: #434351;
    border-radius: 50%;
    top: 22px;
    left: 0px;
}
.sub35_a4_wrap .a4c_right:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 95px;
    background: #434351;
    border-radius: 50%;
    top: 22px;
    right: -1px;
}
.sub35_a4_wrap .a4c_right_last:before {
    height: 200px;
}

.sub35_a4_wrap ul li .blank {
    width: 50%;
}
.sub35_a4_wrap ul li span {
    width: 50%;
}

@media (max-width: 1100px) {
    .sub34_a3_wrap ul {
        width: 74%;
    }
    .sub34_a3_wrap ul li {
        margin-bottom: 6%;
    }
} /*1100*/

@media (max-width: 960px) {
    /*a1*/
    .sub3_a1_texts .sub_mtitle_second br {
        display: block !important;
    }
    /*a2*/
    .sub35_a2_wrap .sub_content {
        padding: 150px 0;
    }
    .sub35_a2_content .sub_title .bright {
        font-size: 26px;
    }
    .sub35_a2_content .sub_title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 0;
        margin-left: 38px;
    }
    .sub35_a2_content ul {
        margin-top: 30px;
    }
    .sub35_a2_content ul li {
        font-size: 18px;
    }

    /*a3*/
    .sub35_a3_wrap .sub_mtitle {
        font-size: 20px;
    }
    article .sub_mtitle {
        padding-bottom: 40px;
    }
    .tg .tg-kigb {
        font-size: 20px;
    }
    .tg .tg-4a17,
    .tg .tg-0464 {
        font-size: 18px;
        word-break: keep-all;
    }
    .tg .tg-0464 span {
        font-size: 14px;
        line-height: 29px;
    }

    .hexa_table {
        padding: 100px 0 10px 0;
    }
    .hexa_table .hexa_bg {
        transform: scale(0.8);
    }
    .hexa_table li:first-child {
        align-items: flex-start;
    }
    .hexa_table li:last-child {
        align-items: flex-end;
    }
    .hexa_table li p.L1:after,
    .hexa_table li p.L2:after {
        left: 90%;
    }
    .hexa_table li p.R1:after,
    .hexa_table li p.R2:after {
        right: 91%;
    }
    .hexa_table li p {
        font-size: 17px;
        width: 250px;
        line-height: 27px;
        padding: 20px 5px;
    }

    /*a4*/
    .sub35_a4_wrap ul li {
        font-size: 20px;
    }
    .sub35_a4_wrap .a4c_left:after,
    .sub35_a4_wrap .a4c_right:after {
        top: 9px;
    }
} /*960*/

@media (max-width: 840px) {
    /*a3*/
    .hexa_table .hexa_bg {
        transform: scale(0.7);
    }
    .hexa_table li p {
        font-size: 16px;
        width: 212px;
    }
} /*840*/

@media (max-width: 768px) {
    /*a3*/
    .tg .tg-0464 span {
        line-height: 22px;
    }
    .tg .tg-0464 span.td_lasts {
        bottom: 0;
    }

    .hexa_table {
        padding: 60px 0 0px 0;
    }
    .hexa_table li p.L1:after,
    .hexa_table li p.L2:after {
        left: 72%;
    }
    .hexa_table li p.R1:after,
    .hexa_table li p.R2:after {
        right: 72%;
    }
} /*768*/

@media (max-width: 680px) {
    /*a3*/
    .hexa_table li {
        height: 270px;
    }
    .hexa_table li:last-child {
        margin-top: -44px;
    }
    .hexa_table li p {
        width: 156px;
        font-size: 14px;
        padding: 10px 3px;
    }
    .hexa_table li p br {
        display: none;
    }
    .hexa_table li p.L1:after,
    .hexa_table li p.L2:after {
        left: 82%;
    }
    .hexa_table li p.R1:after,
    .hexa_table li p.R2:after {
        right: 82%;
    }
} /*680*/

@media (max-width: 640px) {
    /*a2*/
    .sub35_a2_wrap .sub_content {
        padding: 60px 0;
    }
    .sub35_a2_content {
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.7);
        padding: 30px 0;
        border-radius: 50px;
    }
    .sub35_a2_content .sub_title .bright {
        font-size: 21px;
    }
    .sub35_a2_content .sub_title {
        font-size: 28px;
        margin-bottom: 30px;
        margin-left: 0;
        text-align: center;
        line-height: 35px;
        margin-bottom: 0;
    }
    .sub35_a2_content .sub_title .back {
        line-height: 58px;
    }
    .sub35_a2_content ul {
        margin-top: 20px;
    }

    /*a3*/
    .sub35_a3_wrap .sub_mtitle {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 24px;
    }
    .tg .tg-kigb {
        font-size: 18px;
    }
    .tg .tg-4a17,
    .tg .tg-0464 {
        font-size: 16px;
    }

    .hexa_table {
        display: none;
    }
    .hexa_tabel_m {
        display: block;
        margin-top: 70px;
    }
    .sub35_a2_content ul li {
        font-size: 17px;
        margin-bottom: 6px;
    }

    /*a4*/
    .sub35_a4_wrap {
        padding-bottom: 80px;
    }
    .sub35_a4_wrap ul li {
        font-size: 18px;
        height: 80px;
    }
    .sub35_a4_wrap .a4c_left:after,
    .sub35_a4_wrap .a4c_right:after {
        width: 14px;
        height: 14px;
    }
    .sub35_a4_wrap .a4c_left:before {
        left: -0.3px;
    }
    .sub35_a4_wrap .a4c_right:before {
        right: -1.3px;
    }
} /*640*/

@media (max-width: 480px) {
    /*a2*/
    .sub35_a2_wrap .sub_content {
        padding: 50px 0;
    }
    .sub35_a2_content .sub_title .bright {
        font-size: 18px;
    }
    .sub35_a2_content .sub_title {
        font-size: 24px;
        line-height: 28px;
    }
    .sub35_a2_content .sub_title .back {
        line-height: 49px;
    }
    .sub35_a2_content ul {
        margin-top: 15px;
    }
    .sub35_a2_content ul li {
        font-size: 16px;
    }

    /*a3*/
    .sub35_a3_wrap .sub_mtitle {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .tg .tg-kigb {
        font-size: 17px;
    }
    .tg .tg-4a17,
    .tg .tg-0464 {
        font-size: 15px;
        line-height: 18px;
    }
    .tg .tg-0464 span {
        font-size: 12px;
        line-height: 17px;
    }

    .sub35_a4_wrap .sub_title span {
        padding: 5px 15px;
        line-height: 35px;
    }
    .hexa_tabel_m {
        margin-top: 40px;
    }

    /*a4*/
    .sub35_a4_wrap ul li {
        font-size: 16px;
    }
    .sub35_a4_wrap ul li span {
        line-height: 21px;
    }
    .sub35_a4_wrap .a4c_left:after,
    .sub35_a4_wrap .a4c_right:after {
        top: 4px;
    }
    .sub35_a4_wrap .a4c_left:after {
        left: -6px;
    }
    .sub35_a4_wrap .a4c_right:after {
        right: -7.56px;
    }
    .sub35_a4_wrap .a4c_left:before {
        top: 17px;
    }
} /*480*/

@media (max-width: 380px) {
    .sub34_a3_wrap ul {
        width: 100%;
    }
} /*380*/
