:root {
    --black: #000000;
    --white: #ffffff;
    --theme: #293C8F;

    --border: #000000;

    --text: #333333;
    --text2: #828282;

    --bg1: #3a3a3a;
    --bg2: #F5CC26;

    --transition: all .2s linear;
}

/* all  */
.space {
    height: 500px;
    background-color: var(--white);
}

.box404 {
    height: 600px;
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.box404 .adm-glyphicon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.box404 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

html,
body {
    font-family: "Lexend Deca", sans-serif;
    color: var(--text);
    font-weight: 400;
    position: relative;
}

body {
    top: 0px !important;
}

body.over {
    position: fixed !important;
    top: 0;
    width: 100%;
}

html.stop {
    overflow: hidden;
    -webkit-overflow-scrolling: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.svg-div {
    display: none;
}

.wrap {
    max-width: 1590px;
    margin: 0 auto;
}

.adm-glyphicon span {
    background: url('./img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100 img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.img-100 iframe {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.wrap-img {
    padding-bottom: 100%;
}

button,
input,
a {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

a {
    transition: var(--transition);
    color: var(--text);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--text);
}

input,
button,
textarea,
select {
    outline: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.seo-h1 {
    width: 0;
    height: 0;
    opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.padding-in {
    padding: 0 15px;
}

/* all end  */

/* header  */
.login-wrap {
    max-width: 1820px;
    margin: 0 auto;
}

.header {
    position: absolute;
    width: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 99;
    transition: var(--transition);
}

.logo {
    padding: 10px 0;
    width: 140px;
    float: left;
}

.logo img {
    height: 80px;
    width: auto;
}

.menu {
    float: left;
    width: calc(100% - 690px);
    text-align: center;
}

.lv1>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
}

.lv1>li>.link {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    display: inline-block;
}

.lv1>li>svg {
    color: var(--white);
    transform: translateY(-3px);
    margin-left: 4px;
}

.lv2 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
}

.tool {
    float: left;
    width: 550px;
    text-align: right;
}

.tool .tool-item {
    display: inline-block;
    vertical-align: middle;
    padding: 28px 0;
    position: relative;
}

.tool .tool-item .text {
    display: inline-block;
}

.tool .tool-item:not(:first-child) {
    margin-left: 10px;
}

.tool-type1 {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--white);
    position: relative;
}

.tool-type1:hover {
    color: var(--white);
    transform: translateY(-5px);
}

.tool-type1 img {
    max-width: 50%;
    height: auto;
}

.tool-type1 img,
.tool-type1 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
}

.tool-phone {
    display: block;
    height: 44px;
    border: 1px solid var(--white);
    border-radius: 30px;
    padding: 10px 18px 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
}

.tool-phone:hover {
    color: var(--white);
    transform: translateY(-5px);
}

.tool-phone svg {
    transform: translateY(3px);
    margin-right: 5px;
}

.tool-openacc {
    display: block;
    height: 44px;
    border: 1px solid var(--white);
    border-radius: 30px;
    background: linear-gradient(180deg, #579AFF 0%, #293C8F 100%);
    padding: 10px 18px 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
}

.tool-openacc:hover {
    color: var(--white);
    transform: translateY(-5px);
}

.header.affix {
    position: fixed;
    z-index: 999;
    background-color: var(--white);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    animation: slide-down 0.5s linear;
}

.header.affix .lv1>li>.link {
    color: var(--text);
}

.header.affix .lv1>li>svg {
    color: var(--text);
}

.header.affix .tool-type1 {
    border: 1px solid var(--theme);
}

.header.affix .tool-type1 img,
.header.affix .tool-type1 svg {
    color: var(--theme);
}

.header.affix .tool-phone {
    border: 1px solid var(--theme);
    color: var(--theme);
}

.search-box {
    position: absolute;
    top: 100%;
    background: var(--white);
    right: 0;
    min-width: 300px;
    padding: 10px;
    border-radius: 5px;
    z-index: 9;
    border: 1px solid #f2f2f2;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.search-box input {
    width: 100%;
    height: 46px;
    border: none;
    padding: 0 5px;
    font-size: 16px;
}

.search-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: var(--theme);
    color: var(--white);
    border: none;
}

.search-box button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-box.active {
    opacity: 1;
    visibility: visible;
}

.search_btn .icon-search {
    opacity: 1;
    visibility: visible;
}

.search_btn .icon-close {
    opacity: 0;
    visibility: hidden;
}

.search_btn.active .icon-close {
    opacity: 1;
    visibility: visible;
}

.search_btn.active .icon-search {
    opacity: 0;
    visibility: hidden;
}

.mb-menu {
    display: none;
}

.congnghe-mboff {
    display: block;
}

.congnghe-mbon {
    display: none;
}

.lv2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
}

.lv1>li:hover .lv2 {
    opacity: 1;
    visibility: visible;
}

.lv2 li {
    border-bottom: 1px solid #938c8cc2;
}

.lv2 .link {
    font-size: 16px;
    display: block;
    padding: 20px;
    text-align: left;
}

.lv2 .link:hover {
    background: #f2f2f2;
    color: #3956d4 !important;
}

/* header end */

/* home  */

.home-banner .owl-dots {
    transition: var(--transition);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 10;
}

.home-banner .owl-dots .owl-dot.active span {
    background-color: var(--white);
    width: 30px;
    opacity: 1;
}

.owl-dots button:hover span {
    opacity: 1;
    background-color: var(--white);
}

.home-banner .owl-dots button span {
    border: none;
    background-color: var(--white);
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 5px;
    border-radius: 30px;
    opacity: 0.7;
    transition: var(--transition);
}

.unser-banner {
    margin-top: -70px;
    position: relative;
    z-index: 10;
    margin-bottom: 120px;
}

.under-bitem {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    padding: 35px 32px;
    height: 100%;
    position: relative;
    transition: var(--transition);
}

.under-bitem:hover {
    background: linear-gradient(180deg, #579AFF 0%, #293C8F 100%);
}

.under-bitem img {
    height: 70px;
    position: absolute;
    top: 35px;
    left: 32px;
}

.under-bitem:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.under-bitem .under-bitem-text {
    margin-left: 100px;
    min-height: 70px;
}

.under-bitem .under-bitem-text .title {
    color: var(--theme);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 11px;
}

.under-bitem:hover .under-bitem-text .title {
    color: var(--white);
}

.under-bitem .under-bitem-text .des {
    font-size: 18px;
    color: var(--text);
}

.under-bitem:hover .under-bitem-text .des {
    color: var(--white);
}

.main-title {
    position: relative;
    margin: 0 0 6px 15px;
}

.main-title::after {
    position: absolute;
    content: "";
    top: 0;
    /* left: 0; */
    left: -15px;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #42E6E0 0%, #293C8F 100%);
}

.main-title .title {
    position: relative;
    background: linear-gradient(90deg, #293C8F 0%, #AB218E 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    width: fit-content;
}

.main-des {
    font-size: 16px;
}

.new-featured {
    padding-bottom: 120px;
}

.new-featured .news_featured_slide {
    padding: 30px 0 0px;
}

.new-featured .news_featured_slide .owl-stage {
    padding: 5px 0 10px;
}

.news-item {
    display: block;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.news-item .wrap-img {
    padding-bottom: 75%;
}

.news-item:hover img {
    transform: scale(1.1);
}

.news-item .news-text {
    padding: 30px;
}

.news-item .news-text .date {
    font-weight: 300;
    color: var(--text2);
    margin-bottom: 6px;
}

.news-item .news-text .date svg {
    transform: translateY(2px) scale(0.9);
}

.news-item .news-text .title {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: var(--theme);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-featured .item {
    padding: 0 15px;
}

.nav-type1 .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.nav-type1 .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme) !important;
    position: relative;
    background: var(--white) !important;
    transition: var(--transition);
    color: var(--theme) !important;
}

.nav-type1 .owl-nav button:hover {
    background: linear-gradient(90deg, #293C8F 0%, #AB218E 100%) !important;
    color: var(--white) !important;
    border: none;
}

.nav-type1 .owl-nav button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-type1 .owl-nav .owl-next {
    margin-left: 10px;
}

.congnghe {
    padding-top: 170px;
    position: relative;
}

.congnghe .congnghe-right {
    position: relative;
}

.congnghe .congnghe-right .background {
    position: absolute;
    top: -400px;
    right: 0;
}

.congnghe .main-des {
    margin-bottom: 60px;
}

.congnghe-left {
    position: relative;
}

.congnghe-left .background {
    width: 100%;
    height: auto;
}

.cn-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    text-align: center;
}

.cn-hover.active {
    opacity: 1;
    visibility: visible;
}

.cn-hover img {
    display: inline-block;
    position: relative;
}

.cn-hover .phone1 {
    transform: translateY(-60px);
    -webkit-animation: upimg 3s ease-in-out 1s infinite;
    animation: upimg 3s ease-in-out 1s infinite;
    width: 30%;
}

.cn-hover .phone2 {
    transform: translateY(60px);
    margin-left: -75px;
    -webkit-animation: downimg 3s ease-in-out 1s infinite;
    animation: downimg 3s ease-in-out 1s infinite;
    width: 30%;
}

@keyframes upimg {

    0%,
    100% {
        transform: translate(0px, -60px) rotate(0deg)
    }

    50% {
        transform: translate(0px, -90px) rotate(0deg)
    }
}

@keyframes downimg {

    0%,
    100% {
        transform: translate(0px, 60px) rotate(0deg)
    }

    50% {
        transform: translate(0px, 90px) rotate(0deg)
    }
}

.cn-in {
    margin-bottom: 35px;
    transition: var(--transition);
}

.cn-in:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.cn-in img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cn-in .cn-in-text {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    color: var(--theme);
}

.mobile-qr {
    border-radius: 20px;
    background: linear-gradient(180deg, #293C8F 0%, #AB218E 100%);
    padding: 10px;
    width: fit-content;
    margin-top: 50px;
}

.mobile-qr p {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.mobile-qr:hover p {
    padding-top: 6px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.hd-dv {
    padding: 66px 0 150px;
    margin-top: 32px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hd-dv .hddv_slide {
    padding-top: 30px;
}

.hd-dv .hddv_slide .owl-stage {
    padding-bottom: 20px;
}

.hd-dv .main-title {
    margin-bottom: 20px;
}

.hddv-item {
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background: linear-gradient(180deg, #579AFF 0%, #293C8F 100%);
    overflow: hidden;
}

.hddv-item::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(29, 177, 227, 0.22) 40.58%, #000C4B 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 2;
}

.hddv-item .wrap-img {
    padding-bottom: 145%;
}

.hddv-item .hddv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
    z-index: 5;
    color: var(--white);
}

.hd-dv .item {
    padding: 0 15px;
}

.hddv-text .title {
    font-size: 24px;
    font-weight: 600;
    transition: var(--transition);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hddv-text .des {
    font-size: 16px;
    transition: var(--transition);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    height: 0;
    margin-top: 0px;
}

.hddv-text .link {
    display: block;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    transition: var(--transition);
    height: 0;
    overflow: hidden;
    margin-top: 0px;
}

.hddv-text .link svg {
    transform: translateY(3px) scale(0.8);
}

.hddv-item:hover .des {
    height: auto;
    margin-top: 10px;
}

.hddv-item:hover .link {
    height: auto;
    margin-top: 10px;
}

.quanhe {
    margin-top: 80px;
    padding: 80px 0 70px;
    position: relative;
}

.quanhe::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #4093C2 0%, #293C8F 100%);
    border-radius: 100px 0 0 100px;
    opacity: 0.07;
}

.quanhe-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.quanhe-title .main-link {
    background: linear-gradient(90deg, #293C8F 0%, #AB218E 100%);
    position: relative;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 18px;
    color: var(--white);
    margin-left: auto;
}

.quanhe-title .main-link svg {
    transform: translateY(2px) scale(0.9);
}

.stat-item {
    padding: 20px 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
}

.stat-top {
    font-size: 20px;
    color: var(--theme);
}

.stat-bot .big-text {
    font-size: 34px;
    color: #eb5757;
    float: left;
}

.stat-bot .big-text img {
    transform: translateY(-3px);
    width: auto !important;
    display: inline-block;
}

.stat-bot .small-text {
    font-size: 16px;
    color: #eb5757;
    margin-left: auto;
    float: right;
    float: right;
    padding-top: 12px;
}

.stat-box {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.stat-box .owl-stage {
    padding: 30px 0;
}

.stat-box .item {
    padding: 0 15px;
}

.quanhe-bot {
    position: relative;
    z-index: 2;
}

.quanhe-bot .owl-stage {
    padding: 15px 0;
}

.quanhe-bot .item {
    padding: 0 15px;
}

.qhbot-item {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 2px 6px 10px 5px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    overflow: hidden;
    position: relative;
}

.qhbot-item .wrap-img {
    padding-bottom: 167%;
}

.qhbot-item .title {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    z-index: 5;
    transition: all .5s;
}

.qhbot-item:hover .title {
    bottom: 50%;
    transform: translateY(50%);
}

.qhbot-item .nav {
    position: absolute;
    bottom: 25px;
    right: 30px;
    color: var(--white);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    /* border: 1px solid var(--white); */
    z-index: 5;
}

.qhbot-item:hover .nav {
    border: 1px solid var(--white);
}

.qhbot-item .nav svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qhbot-item::after {
    position: absolute;
    bottom: 25px;
    right: 30px;
    content: "";
    background: linear-gradient(180deg, #579AFF 0%, #293C8F 100%);
    width: 40px;
    height: 40px;
    border-radius: 30px;
    transition: all .5s;
    z-index: 3;
}

.qhbot-item:hover:after {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 20px;
}

.hotro {
    margin-top: 50px;
    padding: 90px 0 120px;
}

.hotro-box {
    position: relative;
}

.hotro-box .ht-back1 {
    position: absolute;
    top: 0;
    left: 0;
}

.hotro-box .ht-back2 {
    position: absolute;
    right: 0;
    top: 0;
}

.hotro-in {
    position: relative;
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    background: var(--white);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    text-align: center;
    padding: 70px 50px;
}

.hotro-in .title {
    max-width: 840px;
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(90deg, #293C8F 0%, #AB218E 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}

.hotro-in .des {
    color: #AB218E;
    font-size: 20px;
    max-width: 840px;
    width: fit-content;
    margin: 0 auto 35px;
}

.hotro-in form {
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
}

.hotro-in form input {
    padding: 12px 15px;
    border-radius: 30px;
    border: 1px solid #BDBDBD;
    background: var(--white);
    width: 100%;
    font-size: 16px;
}

.hotro-in form button {
    background: linear-gradient(90deg, #293C8F 0%, #AB218E 100%);
    display: inline-block;
    padding: 12px 18px;
    text-align: center;
    border: none;
    border-radius: 30px;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

.footer {
    padding: 120px 0 0;
    background: var(--theme);
}

.footer img {
    margin: 0 0 16px;
}

.flogo p {
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 30px;
    display: block;
}

.ftitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 20px;
}

.ftext p {
    color: rgba(255, 255, 255, 0.70);
    margin: 0 0 30px;
    font-size: 16px;
}

.ftext p a {
    color: rgba(255, 255, 255, 0.70);
}

.ftext2 p {
    position: relative;
    padding-left: 30px;
}

.ftext2 .ficon {
    position: absolute;
    top: 0;
    left: 0;
}

.flink {
    display: block;
    padding-top: 10px;
}

.flink svg {
    transform: scale(0.8) translateY(3px);
}

.fmenu {
    margin-bottom: 30px;
}

.fmenu .link {
    color: rgba(255, 255, 255, 0.70);
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.copyright {
    border-top: 1px solid #ffffff80;
    margin-top: 100px;
    padding: 58px 0;
    color: var(--white);
    text-align: center;
    font-size: 16px;
}

/* home end */

/* toiuu  */

.toiuu .owl-carousel {
    display: block;
}

.toiuu .owl-carousel .item {
    display: none;
}

.toiuu .owl-carousel .item:first-child {
    display: block !important;
}

/* toiuu end */
.home-banner .wrap-img {
    padding-bottom: 41.66%;
}

.fixed-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.fixed-top.scroll {
    opacity: 1;
    visibility: visible;
}

.fixed-top .link {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #3e52b4;
    color: var(--white);
    position: relative;
    display: block;
}

.fixed-top .link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mbmenu-box {
    height: calc(100vh - 64px);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--white);
    padding: 20px 15px;
    transition: var(--transition);
    transform: translateX(-100%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.mbmenu-box.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.mb-lv1>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.mb-lv1>li>.link {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.mb-lv2 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
    padding-left: 17px;
}

.mb-lv2 li {
    list-style: disc;
}

.mb-lv2 .link {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.mbtool-btn {
    display: block;
    width: fit-content;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #293C8F 0%, #AB218E 100%);
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    z-index: 1;
    border: 1px solid var(--white) !important;
    color: var(--white);
    padding: 13px 18px;
}

@media only screen and (max-width: 1710px) {
    .lv1>li {
        padding: 0 2px;
    }
}

@media only screen and (max-width: 1620px) {
    .tool .tool-item .text {
        display: none;
    }

    .tool-phone svg {
        margin: 0;
    }

    .tool-phone {
        padding: 10px 13px 5px;
        border-radius: 50%;
    }

    .tool {
        width: 410px;
    }

    .menu {
        width: calc(100% - 550px);
    }

    .lv1>li>.link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1450px) {
    .tool-type1 {
        width: 35px;
        height: 35px;
    }

    .tool-phone {
        padding: 5px 9px 5px;
        border-radius: 50%;
        height: 35px;
    }

    .tool-openacc {
        height: 35px;
        padding: 6px 16px 5px;
        font-size: 14px;
    }

    .tool {
        width: 355px;
    }

    .menu {
        width: calc(100% - 495px);
    }
}

@media only screen and (max-width: 1350px) {
    .lv1>li>.link {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .header {
        background-color: var(--white);
        position: relative;
    }

    .menu {
        display: none;
    }

    .tool-type1 {
        border: 1px solid var(--theme);
    }

    .tool-type1 img,
    .tool-type1 svg {
        color: var(--theme);
    }

    .mb-none {
        display: none !important;
    }

    .logo img {
        height: 50px;
    }

    .tool .tool-item {
        padding: 14px 0;
    }

    .logo {
        padding: 7px 0;
        width: calc(100% - 260px);
        text-align: center;
    }

    .mb-menu {
        display: block;
        width: 130px;
        float: left;
        padding-top: 23px;
    }

    .tool .tool-item:not(:first-child) {
        margin-left: 7px;
    }

    .tool {
        width: 130px;
    }

    .mb-open {
        color: var(--theme);
    }

    .mb-open svg {
        color: var(--theme);
    }

    .unser-banner {
        margin: 0;
        padding: 32px 0;
    }

    .under-bitem img {
        height: 50px;
        top: 15px;
        left: 20px;
    }

    .under-bitem .under-bitem-text {
        margin-left: 64px;
        min-height: 50px;
    }

    .under-bitem .under-bitem-text .title {
        font-size: 18px;
    }

    .under-bitem .under-bitem-text .des {
        font-size: 16px;
    }

    .under-bitem {
        padding: 15px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .main-title .title {
        font-size: 20px;
        line-height: 28px;
    }

    .nav-type1 .owl-nav {
        display: none;
    }

    .new-featured {
        padding-bottom: 48px;
    }

    .news-item .news-text .title {
        font-size: 18px;
    }

    .news-item .news-text {
        padding: 15px 20px;
    }

    .news-item {
        border-radius: 10px;
    }

    .congnghe .congnghe-right .background {
        display: none;
    }

    .congnghe {
        padding: 0;
    }

    .congnghe-mboff {
        display: none;
    }

    .congnghe-mbon {
        display: block;
    }

    .cn-hover .phone1 {
        width: 30%;
    }

    .cn-hover .phone2 {
        width: 30%;
        margin-left: -10%;
    }

    @keyframes upimg {

        0%,
        100% {
            transform: translate(0px, -20px) rotate(0deg)
        }

        50% {
            transform: translate(0px, -40px) rotate(0deg)
        }
    }

    @keyframes downimg {

        0%,
        100% {
            transform: translate(0px, 20px) rotate(0deg)
        }

        50% {
            transform: translate(0px, 40px) rotate(0deg)
        }
    }

    .cn-in img {
        height: 50px;
    }

    .cn-in .cn-in-text {
        font-size: 18px;
    }

    .congnghe .main-des {
        margin-bottom: 40px;
    }

    .hd-dv {
        padding: 0;
        margin: 0;
    }

    .hd-dv .hddv_slide {
        padding-top: 10px;
    }

    .padding-in {
        padding: 0;
    }

    .new-featured .item,
    .hd-dv .item,
    .stat-box .item,
    .quanhe-bot .item {
        padding: 0;
    }

    .quanhe-title .main-link {
        display: none;
    }

    .quanhe {
        margin-top: 0px;
        padding: 32px 0 30px;
    }

    .quanhe-title {
        margin-bottom: 10px;
    }

    .stat-item {
        box-shadow: 2px 6px 15px 2px rgba(41, 60, 143, 0.10), 1px 1px 2px 1px rgba(41, 60, 143, 0.15);
        border-radius: 10px;
    }

    .hddv-item {
        border-radius: 10px;
    }

    .stat-box {
        margin-bottom: 15px;
    }

    .hotro {
        margin-top: 0;
        padding: 0 0 40px;
    }

    .qhbot-item {
        border-radius: 10px;
    }

    .qhbot-item .wrap-img {
        padding-bottom: 104%;
    }

    .hotro-in {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .hotro-in .title {
        font-size: 20px;
    }

    .hotro-in .des {
        font-size: 16px;
    }

    .hotro-in form input {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .hotro-in form button {
        margin-top: 5px;
    }

    .home-banner .owl-dots .owl-dot.active span {
        width: 20px;
    }

    .home-banner .owl-dots {
        bottom: 10px;
    }

    .qhbot-item:hover:after {
        border-radius: 10px;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer img {
        height: 60px;
    }

    .copyright {
        margin-top: 0px;
        padding: 10px 0;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-menu {
        width: 30px;
    }

    .logo {
        width: calc(100% - 160px);
    }
}