header .header-box {
    border-width: 4px;
    position: relative;
}

header .header-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: #005096;
    transition: all 0.3s ease-in-out;
    transform: scale3d(0, 1, 1);
    transform-origin: 50% 0;
}

header .header-box.on::after {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
}

header .row-top {
    margin-bottom: 15px;
    background-color: #005096;
}

header .row-top .eng-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

header .row-top a {
    font-size: 12px;
    font-family: 'DM Sans-Regular';
    line-height: 14px;
    color: #ffffff;
}

header .row-top a:hover {
    color: #FFC819;
}

header .company {
    display: flex;
    align-items: center;
}

header .company a:first-child {
    padding-right: 10px;
    position: relative;
    line-height: 1;
}

header .company a:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #ffffff;
}

header .company a:last-child {
    padding-left: 10px;
    line-height: 1;
}

header .jump {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: -10px;
}

header .jump .a-img {
    display: flex;
    align-items: center;
}

header .jump .a-img img {
    margin-right: 8px;
    width: 17px;
    height: 16px;
}

header .jump a {
    display: flex;
    align-items: center;
    color: #ffffff;
}

header .jump a img {
    margin-right: 8px;
    width: 17px;
    height: 16px;
}

header .jump .jump-left {
    margin-right: 16px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: 'DM Sans-Regular';
    line-height: 14px;
    color: #ffffff;
}

header .jump .jump-left img {
    margin-right: 10px;
}

header .jump i {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #cacaca;
    opacity: 0.88;
}

header .jump .language {
    position: relative;
}

header .jump .language .english {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding-left: 14px;
    padding-right: 10px;
}

header .jump .language .english:hover a {
    color: #FFC819;
}

header .jump .language .english em {
    background: url("../assets/images/common/icon-header-1.png") no-repeat center;
    width: 6px;
    height: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -4px;
    transition: all .3s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    cursor: pointer;
}

header .jump .language .china {
    background-color: #00437D;
    position: absolute;
    top: 36px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    height: 36px;
    display: none;
}

header .jump .language .china a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    line-height: 36px;
}

header .jump.on i {
    opacity: 0;
}

header .jump.on .language .english {
    background-color: #00437D;
}

header .jump.on .language .english em {
    transition: all .3s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    margin-top: -6px;
}

header .header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    align-items: inherit;
}

header .header-bottom .logo-img img {
    width: 156px;
    height: 34px;
    margin-top: 16px;
}

header .header-bottom .nav-right {
    display: flex;
    align-items: center;
}

header .header-bottom .nav-list li {
    display: inline-block;
}

header .header-bottom .nav-list li a {
    display: inline-block;
    font-family: 'DM Sans-Regular';
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding-right: 27px;
    padding-left: 27px;
    padding-top: 27px;
    padding-bottom: 27px;
}

header .header-bottom .nav-list li.on {
    background-color: #005096;
    position: relative;
    z-index: 1000;
}

header .header-bottom .nav-list li.on a {
    color: #ffffff;
}

header .header-bottom .nav-list li.active a {
    position: relative;
    transition: all 0.3s;
}

header .header-bottom .nav-list li.active a::after {
    content: "";
    width: 80%;
    height: 4px;
    background-color: #005096;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}

header .header-bottom .search-bnt {
    margin-left: 42px;
}

header .header-bottom .search-bnt .icon-switch {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background: url("../assets/images/common/search_1.png") no-repeat;
}

header .header-bottom .search-bnt.on .icon-switch {
    background: url("../assets/images/common/search-2.png") no-repeat;
}

header .header-aub {
    position: relative;
    z-index: 1000;
}

header .header-aub .sub-columns {
    position: relative;
}

header .header-aub .sub-columns li {
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translatex(50%);
    width: 100%;
}

header .header-aub .sub-columns li .li-box {
    display: flex;
    justify-content: space-between;
}

header .header-aub .sub-columns li .li-box .right-li {
    display: flex;
}

header .header-aub .sub-columns li .sub-name {
    width: 212px;
    padding-right: 10px;
    font-size: 24px;
    font-family: 'DM Sans-Bold';
    color: #333333;
    line-height: 46px;
    border-right: 1px solid #dcdfe6;
}

header .header-aub .sub-columns li .sub-a {
    width: 366px;
    padding-left: 61px;
    padding-right: 10px;
}

header .header-aub .sub-columns li .sub-a a {
    text-align: left;
    display: block;
    font-size: 18px;
    font-family: 'DM Sans-Regular';
    color: #666666;
    line-height: 45px;
    margin-bottom: 15px;
}

header .header-aub .sub-columns li .sub-a a:hover {
    font-weight: bold;
    color: #005096;
}

header .header-aub .sub-columns .swiper-button-prev {
    background: url("../assets/images/common/left-2.png") no-repeat;
    left: 0;
}

header .header-aub .sub-columns .swiper-button-prev.swiper-button-disabled {
    background: url("../assets/images/common/left-1.png") no-repeat;
}

header .header-aub .sub-columns .swiper-button-next {
    background: url("../assets/images/common/right-2.png") no-repeat;
    right: 0;
}

header .header-aub .sub-columns .swiper-button-next.swiper-button-disabled {
    background: url("../assets/images/common/right-1.png") no-repeat;
}

header .header-aub .sub-columns .swiper-button-next,
header .header-aub .sub-columns .swiper-button-prev {
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-top: -88px;
}

header .header-aub .sub-columns .swiper-button-next.swiper-button-disabled,
header .header-aub .sub-columns .swiper-button-prev.swiper-button-disabled {
    cursor: not-allowed;
    pointer-events: auto;
    opacity: 1;
    background-size: 100%;
}

header .header-aub .sub-columns .swiper-box {
    flex: 1;
    position: relative;
}

header .header-aub .sub-columns .swiper-container {
    position: static;
    width: 562px;
}

header .header-aub .sub-columns .swiper-container .swiper-slide {
    width: 271px !important;
}

header .header-aub .sub-columns .swiper-container .swiper-slide a .img {
    height: 150px;
    margin-bottom: 20px;
}

header .header-aub .sub-columns .swiper-container .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .header-aub .sub-columns .swiper-container .swiper-slide a .title {
    font-family: 'DM Sans-Bold';
    font-size: 18px;
    line-height: 26px;
    color: #005096;
}

header .header-aub .sub-columns .swiper-container .swiper-slide a .txt {
    font-family: 'DM Sans-Regular';
    font-size: 14px;
    line-height: 22px;
    color: #20242B;
    margin-top: 17px;
}

header .search-box {
    font-size: 18px;
    font-family: 'DM Sans-Regular';
    color: #20242B;
    line-height: 26px;
    position: relative;
}

header .search-box .search-slidetoggle {
    display: none;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 50%;
    transform: translatex(50%);
    z-index: 1000;
}

header .search-box .search-line:not(:last-child) {
    border-bottom: 1px solid #DADADA;
}

header .search-box .search-input {
    height: 46px;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .search-box .search-input .icon-search {
    margin-right: 20px;
}

header .search-box .search-input img {
    width: 20px;
    height: 20px;
}

header .search-box .search-input input {
    border: 1px solid #dadada;
    border-width: 1px;
    padding-left: 52px;
    padding-right: 52px;
    width: 100%;
    height: 100%;
    border-right: 0;
    outline-style: none;}

header .search-box .search-input .input-box {
    flex: 1;
    height: 100%;
    position: relative;
}

header .search-box .search-input .input-box::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../assets/images/common/search-1.png");
    left: 20px;
}

header .search-box .search-input .input-box::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 58%;
    animation: blink 1s infinite steps(1, start);
    position: absolute;
    z-index: 1;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes blink {
    0%,
    100% {
        background-color: #fff;
        color: #aaa;
    }
    50% {
        background-color: #bbb;
        color: #fff;
    }
}

header .search-box .search-input .input-box.on::before {
    width: 0;
}

header .search-box .search-input .input-box .icon-fork {
    background: url("../assets/images/common/search-2.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

header .search-box .bnt-search {
    width: 200px;
    height: 100%;
    line-height: 46px;
    background-color: #FFC819;
    text-align: center;
    font-family: 'DM Sans-Bold';
    color: #000;
}

header .search-box .bnt-search:hover {
    opacity: .88;
}

header .search-box .bnt-search:hover a {
    color: #000;
}

header .search-box .special-all {
    color: #666666;
    margin-top: 30px;
    margin-bottom: 10px;
}

header .search-box .txt-all {
    margin-top: 10px;
}

header .search-box .see-all {
    font-size: 16px;
    color: #005096;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
}

header .search-box .bnt-all {
    width: 328px;
    height: 46px;
    line-height: 46px;
    background-color: #005096;
    text-align: center;
    font-family: 'DM Sans-Bold';
    color: #FFFFFF;
    margin-top: 30px;
    cursor: pointer;
}

header .search-box .bnt-all:hover {
    opacity: .88;
}

header .search-box .bnt-all:hover a {
    color: #FFFFFF;
}
.e-float-panel__box{
    position: relative;
    width: calc(50rem / 14);
    height: calc(50rem / 14);
    text-align: center;
    line-height: calc(56rem / 14);
    background: #ffffff;
    border: 1px solid #b0b0b0;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 99;
}

.e-icon-to-top {
    display: inline-block;
    width: 15px;
    height: 17px;
    background: url("../assets/images/common/icon_to_top.png") no-repeat;
}
.to_top_button {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.to_top_button.is-to-top-show {
    opacity: 1;
    pointer-events: all;
}
