
/* numList */
.numList > li {
    display: flex;
    align-items: flex-start;
}
.numList.dept1 > li > .num {
    width: 3.5rem;
}
.numList.dept1 > li > .num p {
    display: inline-block;
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #454f5d;
    color: #fff;
    border-radius: 50%;
}
.numList.dept1 > li > .con {
    width: calc(100% - 3.5rem);
}
.numList.dept2 > li > .num {
    width: 2rem;
}
.numList.dept2 > li > .con {
    width: calc(100% - 2rem);
}

/* company */
@media (max-width:768px) {
    #company .fbox > div {
        width: 100%;
    }
    #company .fbox .rt {
        margin-top: 3rem;
    }
    #company .fbox .rt img {
        width: 100%;
    }
}

/* history */
.history .contxt {
    border-top: 1px solid #ddd;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}
@media (min-width:992px) {
    .history .contxt {
        max-width: 70%;
    }
}

/* ftList */
.ftList .item {
    border: 1px solid #ddd;
    padding: 4rem 0;
    border-radius: 10px;
}
.ftList .item .txt {
    margin-top: 1.5rem;
}
@media (max-width:500px) {
    .ftList > li {
        width: 100%;
    }
    .ftList .item {
        display: flex;
        padding: 2rem;
        align-items: center;
    }
    .ftList .item .icon {
        width: 10vw;
    }
    .ftList .item .txt {
        text-align: left;
        margin-top: 0px;
        padding-left: 1rem;
    }
    .ftList .item .txt br {
        display: none;
    }
}


/* sideTit */
.sideTit {
    position: relative;
    padding-left: 10px;
}
.sideTit::after {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(24, 54, 224, 0.05);
}
.sideTit > span {
    position: relative;
    z-index: 3;
}

/*table_basic*/
.table.table_basic {
    border-top: 2px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.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: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.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,
.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;
	    text-align: center;
}
.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: #fcfcfc;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.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.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .tableWrp {
        width: 100%;
        overflow-x: scroll;
    }
    .tableWrp > .table_basic {
        width: 600px;
    }
    .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: 15px;
        padding: 10px;
    }
}

/* promotion */
#promotion .sec1 {
    background: url(../img/promotion_bg.jpg)  center center no-repeat;
    background-size: cover;
    background-color: #080808;
}
#promotion .sec1 .row {
    margin: 0 -5px;
}
#promotion .sec1 .row > li {
    padding: 5px;
}
#promotion .sec1 .item {
    background-color: #121212;
    position: relative;
    border-radius: 15px;
    text-align: center;
    padding: 40px 15px;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
/* #promotion .sec1 .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(../img/deco.png)  right top no-repeat;
} */
#promotion .sec1 .item .txt {
    margin-top: 10px;
    height: 50px;
}
#promotion .sec1 .item strong {
    font-weight: 600;
}
@media (max-width:768px) {
    #promotion .sec1 .item {
        padding: 30px 0;
    }
    #promotion .sec1 .item::after {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    #promotion .sec1 .item .icon img {
        width: 80px;
    }
    #promotion .sec1 .item .txt {
        height: 40px;
    }
}





/* mvConBox */
.mvConBox .centerCicle {
    width: 260px;
    height: 260px;
    max-width: 55vw;
    max-height: 55vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-shadow: 15px 15px 30px rgba(19, 14, 58, 0.2);
    border: 4px solid rgba(114, 114, 114, 0.4);
}
.mvConBox .centerCicle .ccFront {
    position: relative;
    z-index: 8;
}
.mvConBox .centerCicle .ccBack,
.mvConBox .centerCicle .ccBack::before{
/* .mvConBox .centerCicle .ccBack::after { */
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 53, 127, 0.05);
    z-index: 1;
}
.mvConBox .centerCicle .ccBack {
    transform: translate3d(-50%, -50%, 0) scale(1.4);

    -webkit-animation: ani_cc1 2.5s linear infinite;
    -moz-animation: ani_cc1 2.5s linear infinite;
    -ms-animation: ani_cc1 2.5s linear infinite;
    -o-animation: ani_cc1 2.5s linear infinite;
    animation: ani_cc1 2.5s linear infinite;
}
@keyframes ani_cc1 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    50% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0.1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0;
    }  
}
.mvConBox .centerCicle .ccBack::before {
    transform: translate3d(-50%, -50%, 0) scale(1.4);
    background-color: rgba(3, 53, 127, 0.03);

    -webkit-animation: ani_cc2 2.5s linear infinite;
    -moz-animation: ani_cc2 2.5s linear infinite;
    -ms-animation: ani_cc2 2.5s linear infinite;
    -o-animation: ani_cc2 2.5s linear infinite;
    animation: ani_cc2 2.5s linear infinite;
}
@keyframes ani_cc2 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    60% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 0;
    }  
}
.mvConBox .centerCicle .ccBack::after {
    transform: translate3d(-50%, -50%, 0) scale(1.9);
    background-color: rgba(3, 53, 127, 0.03);

    -webkit-animation: ani_cc3 2.5s linear infinite;
    -moz-animation: ani_cc3 2.5s linear infinite;
    -ms-animation: ani_cc3 2.5s linear infinite;
    -o-animation: ani_cc3 2.5s linear infinite;
    animation: ani_cc3 2.5s linear infinite;
}
@keyframes ani_cc3 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 1;
    }
    80% {
        transform: translate3d(-50%, -50%, 0) scale(2.1);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 0;
    }  
}
.mvConBox .centerCicle .ccFront img {
    width: 90px;
}
@media (max-width:768px){
    .mvConBox .centerCicle .ccFront .com_logo_w {
        max-width: 50vw;
    }
}
/* centerCicleBt */
.centerCicleBt {
    position: relative;
    z-index: 5;
}
/* mvItem */
.mvItem {
    border: 1px solid #03347f;
    border-radius: 0px;
    background-color: #fff;
    padding: 40px 20px 25px;
    text-align: center;
    position: relative;
    margin-top: 60px;
    z-index: 5;
}
.mvItem .tt {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.mvItem .tt span {
    display: inline-block;
    padding: 10px;
    width: 60%;
    background-color: #03347f;
    color: #fff;
    border-radius: 100px;
    max-width: 250px;
}
@media (min-width:768px){
    .mvItem:after {
        content: "";
        position: absolute;
        height: 0;
        bottom: 120%;
        left: 67%;
        border-right: 1px dashed #aaa;
        transform: skewX(-49deg);
        transition: all 1.5s;
        -o-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -webkit-transition: all 1.5s;
    }
    .aos-animate .mvItem:after {
        height: 130px;
        transition-delay: 1s;
    }
    .mvItem.mvItem2:after {
        transform: skewX(49deg);
        left: auto;
        right: 67%;
    }
}
@media (max-width:1200px){
    .aos-animate .mvItem:after {
        height: 115px;
    }
}
@media (max-width:992px){
    .aos-animate .mvItem:after {
        height: 80px;
    }
}
@media (max-width:768px){
    .mvItem {
        border-radius: 10px;
        padding: 40px 20px 25px;
        margin-top: 40px;
    }
    .mvItem:after {
        content: "";
        position: absolute;
        height: 40px;
        bottom: 100%;
        left: 50%;
        border-right: 1px dashed #aaa;
        z-index: 1;
    }
    .mvItem .dft {
        z-index: 4;
    }
    .mvItem .tt span {
        padding: 5px;
    }
}

/* vmIcons */
.vmIcons .item {
    padding: 40px 20px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 8px 8px 20px rgba(115, 169, 168, 0.15);
}
.vmIcons .item .icon img {
    width: 90px;
}
.vmIcons .item .txt {
    margin-top: 5px;
}
@media (min-width:768px){
    .vmIcons .item .txt .btTxt {
        height: 80px;
    }
}
@media (max-width:768px){
    .vmIcons .item {
        display: flex;
        align-items: center;
        padding: 20px 20px 20px 35px;
        border-radius: 8px;
    }
    .vmIcons .item .icon {
        width: 40px;
        order: 2;
    }
    .vmIcons .item .txt {
        width: calc(100% - 60px);
        padding-right: 30px;
        margin-top: 0;
        text-align: left;
        order: 1;
    }
    .vmIcons .item .txt br {
        display: none;
    }
}


/* rcBtBox */
.rcBtBox {
    border-left: 1px solid #ddd;
    padding: 0 30px;
}

/* whyHdBox */
.whyHdBox {
    padding: 60px 60px;
    border-radius: var(--sub-border-radius20);
    background-color: #fff;
    box-shadow: 8px 8px 15px rgba(0,0,0,0.05);
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
.whyHdBox .icon {
    width: 220px;
    background-color: #fcfcfc;
    border-radius: 20px;
    padding: 15px;
}
.whyHdBox .icon img {
    mix-blend-mode: darken;
}
.whyHdBox .tcon {
    width: calc(100% - 220px);
    text-align: left;
    padding-right: 30px;
}
@media (max-width: 768px) {	
    .whyHdBox {
        display: flex;
        align-items: center;
        padding: 20px;
        flex-wrap: wrap;
    }
    .whyHdBox .icon {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
    }
    .whyHdBox .icon img {
        width: 120px;
    }
    .whyHdBox .tcon {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
}

/* company */
#company .sec3 {
    background-color: #f4f7f7;
}
#company .sec3 .row > div {
    padding: 15px;
}