
/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    border-radius: 100px;
}
#site_config .site .home {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #c2c2c2;
    display: inline-block;
    height: 16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 2px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    line-height: 1em;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: rgba(255,255,255,0.5);
}
#site_config .site .home.home3 > span {
    color: #fff;
    font-weight: 600;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(10px);
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 10px;
    color: rgba(255,255,255,0.5);
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #fff;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* subTop */
.subTop {
    background-color: #001a37;
}
/* subtabs */
.subtabs ul {
    display: flex;
    gap: 1.5vw;
}
.subtabs ul a {
    font-size: 20px;
    text-decoration: none;
    display: block;
    color: rgba(255,255,255,0.5);
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 500;
}
.subtabs ul a.act {
    color: #001a37;
    font-weight: 700;
    background-color: #fff;
}
@media (max-width:768px){
    .subtabs {
        border-bottom: 0px;
    }
    .subtabs ul {
        gap: 1.5vw;
        row-gap: 1vw;
        flex-wrap: wrap;
    }
    .subtabs ul a {
        font-size: 15px;
        padding: 4px 8px 4px 0;
    }
    .subtabs ul a.act {
        padding: 4px 15px;
    }
}



/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}
#sub_tabs ul {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 3vw;
}
#sub_tabs ul li a {
    display: block;
    text-decoration: none;
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
#sub_tabs ul li:hover a {
    background-color: transparent;
}
#sub_tabs ul li.act a {
    border-bottom-color: #111;
    color: #111;
    font-weight: 500;
}
@media (max-width:500px) {
    #sub_tabs ul {
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 5px;
        padding: 15px 0;
        justify-content: center;
    }
    #sub_tabs ul li a {
        padding: 5px 0;
        font-size: 13px;
        margin-bottom: 0;
    }
    #sub_tabs ul li.act a {
        border-color: #111;
        color: #111;        
        font-weight: 600;
    }
}

/* comInfoBoxs */
.comInfoBoxs {
    border: 1px solid #ddd;
    text-align: center;
    border-top: 0px;
}
.comInfoBoxs li {
    border-top: 1px solid #ddd;
}
.comInfoBoxs li:not(:nth-child(4n), :last-child){
    border-right: 1px solid #ddd;
}
.comInfoBoxs li .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
@media (max-width:768px){
    .comInfoBoxs li .item {
        height: 110px;
    }
    .comInfoBoxs.comInfoBoxs1 li:nth-child(2n){
        border-right: 0px;
    }
}


/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 4rem 0;
}
.dvdHr.big {
    margin: 8rem 0;
}

/* br30 */
.br30 {
    border-radius: 30px;
}
@media (max-width:768px){
    .br30 {
        border-radius: 10px;
    }
}
/* stit */
.stit .dotTit {
    position: relative;
    padding-left: 10px;
}
.stit .dotTit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #0562ae;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* hBox */
.hBox {
    position: relative;
    overflow: hidden;
}
.hBox > .container {
    position: relative;
    z-index: 5;
}
.hBox > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}

/* company2 */
#company2 .sec2 .bg {
    background: url(../img/com2_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#company2 .sec2 .item {
    transition: background-color 0.4s,transform 0.4s 0.2s;
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(255,255,255,0.05);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    padding: 50px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.1);
}
#company2 .sec2 .item .numTo {
    color: #fff;
}
#company2 .sec2 .item .numTo .per {
    font-size: .65em;
}
@media (max-width:768px){
    #company2 .sec2 .item {
        padding: 30px 5px;
        border-radius: 10px;
    }
}

/*table_basic*/
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    color: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 400;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th {
    font-weight: 700;
    background-color: #F8F8F8;
    color: #111;
    border-top: 1px solid #111 !important;
}
.table.table_basic tbody tr th {
    font-weight: 600;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    /* background-color: #fefefe; */
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fffdf1;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #f6fbf0;
    font-weight: 500;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}


/* his */
.his {
    position: relative;
}
.his:after {
    content: "";
    position: absolute;
    left: 400px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #a5b3bb;
    z-index: 1;
}
.his > li {
    padding-left: 400px;
    padding-top: 60px;
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 3;
}
.his > li .txt {
    width: 60%;
}
.his > li .imgBox {
    width: 40%;
    text-align: right;
}
.his > li .imgBox img {
    border-radius: 20px;
}
.his > li h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    text-align: right;
    padding-right: 20px;
    z-index: 3;
}
.his > li h1::after {
    content: "";
    position: absolute;
    right: -7px;
    top: calc(50% - 7px);
    background-color: #0865b2;
    width: 13px;
    height: 13px;
    z-index: 3;
    border-radius: 50%;
}
.his > li .hisYbox > li {
    margin-top: 30px;
}
.his > li .hisItem {
    position: relative;
}
.his > li .hisItem h4,
.his > li .hisItem h5 {
    position: relative;
    padding-left: 60px;
}
.his > li .hisItem h4::after {
    content: "";
    position: absolute;
    left: -6px;
    top: calc(50% - 3px);
    background-color: #fff;
    border: 3px solid #333;
    width: 11px;
    height: 11px;
    z-index: 3;
    border-radius: 50%;
}
@media (max-width:992px){
    .his:after {
        left: 200px;
    }
    .his > li {
        padding-left: 200px;
        padding-top: 30px;
    }
    .his > li h1 {
        width: 200px;
    }
    .his > li .hisYbox > li {
        margin-top: 30px;
    }
    .his > li .hisItem h4,
    .his > li .hisItem h5 {
        position: relative;
        padding-left: 20px;
    }
}
@media (max-width:992px){
    .his:after {
        left: 0px;
    }
    .his > li {
        padding-left: 0;
        padding-top: 30px;
    }
    .his > li h1 {
        text-align: left;
        position: relative;
        padding-left: 20px;
        padding-right: 0;
    }
    .his > li h1::after {
        left: -5px;
        width: 11px;
        height: 11px;
        top: calc(50% - 6px);
    }
    .his > li .hisYbox > li {
        margin-top: 30px;
    }
    .his > li .hisItem h4,
    .his > li .hisItem h5 {
        position: relative;
        padding-left: 20px;
    }
    .his > li .imgBox {
        padding-left: 20px;
    }
}
@media (max-width:600px){
    .his > li {
        display: block;
    }
    .his > li .txt {
        width: 100%;
    }
    .his > li .imgBox {
        width: 100%;
        text-align: center;
        padding: 10px;
        margin-top: 20px;
    }
}

/* company4 */
@media (max-width:768px){
    .conWrp > div {
        width: 100%;
    }
}

/* vsList */
.vsList .item {
    padding: 40px 20px;
    background-color: #f0f4fa;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.5);
}
.vsList .item .tbox {
    position: relative;
    z-index: 3;
    width: calc(100% - 70px);
    padding-left: 15px;
}
.vsList .item .ibox {
    position: relative;
    z-index: 1;
    width: 70px;
}
.vsList .item .ibox img {
    border-radius: 25px;
    background-color: #fff;
}
@media (max-width:768px) {
    .vsList .item {
        padding: 20px 15px;
        border-radius: 5px;
    }
    .vsList .item .txt br {
        display: none;
    }
    .vsList .item .txt .fbox {
        margin-bottom: 10px;
    }
    .vsList .item .icon img {
        width: 55px;
    }
    .vsList .item .tbox {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
    .vsList .item .ibox {
        width: 40px;
    }
    .vsList .item .ibox img {
        border-radius: 5px;
    }
}
@media (max-width:500px){
    .vsList > li {
        width: 100% !important;
    }
}
/* con_Wrp */
.con_Wrp {
    background: url(../img/bg.png) center bottom no-repeat;
}
@media (max-width:1300px) {
    .con_Wrp {
        background-size: 100%;
        background-position-y: 90%;
    }
}
/* aimTxtWrp */
.aimTxtWrp {
    border: 1px dashed #0b4396;
    border-radius: 30px;
    padding: 50px;
    background-color: rgba(255,255,255,0.5);
}
@media (max-width:768px) {
    .aimTxtWrp {
        border-radius: 10px;
        padding: 20px;
    }
}
/* aimTxt */
.aimTxt {
    font-size: 90px;
}
.aimTxt .odometer-inside {
    display: flex;
}
.aimTxt .odometer-inside span {
    letter-spacing: 0px !important;
}
@media (max-width:768px) {
    .aimTxt {
        font-size: 10vw;
    }
}


/* moreImg */
.moreImg {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
    text-decoration: none;
}
.moreImg .ext {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 41px;
    height: 41px;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    padding-left: 1px;
    padding-bottom: 1px;
    z-index: 3;
}
@media (max-width:768px){
    .moreImg {
        border-radius: 10px;
    }
    .moreImg .ext {
        right: 7px;
        bottom: 7px;
        width: 31px;
        height: 31px;
    }
}