/* 修改选中文字的背景的颜色 start */

::selection {
    background: #d6a540;
    color: #fff;
}

::-moz-selection {
    background: #d6a540;
    color: #fff;
}

::-webkit-selection {
    background: #d6a540;
    color: #fff;
}

/* 修改选中文字的背景的颜色 end */

/* 页面字体 start */

@font-face {
    font-family: 'PavilionBlack';
    /* 方正兰亭黑（中） */
    src: url(https://res.q14.cn/mlsw/Public/fonts/PavilionBlack.TTF);
}

@font-face {
    font-family: 'fzltdh';
    /* 方正兰亭大黑简体（中） */
    src: url(https://res.q14.cn/mlsw/Public/fonts/fzltdh.ttf);
}

body * {
    font-family: 'PavilionBlack' !important;
}

@font-face {
    font-family: 'condBlack';
    /* DINOT-CondBlack（英） */
    src: url(https://res.q14.cn/mlsw/Public/fonts/DINOT-CondBlack.otf);
}

body.has-en-box * {
    font-family: 'condBlack' !important;
}

/* 页面字体 end */

body.has-en-box .layui-icon {
    font-family: layui-icon !important;
}

.menu-box-pc .logo-box .caa img,
.menu-box-pc .logo-box .education img {
    width: 100%;
    height: 100%;
}

/* 内页banner图 start*/

.top-banner {
    display: block;
    width: 1920px;
    margin: 0 auto;
    height: 230px;
    background-position: left;
}

.top-banner img {
    width: 100%;
    height: auto;
}

/* 内页banner图 end*/

.none {
    display: none;
}

.cont {
    width: 1840px;
    margin: 0 auto;
}

.header-cont {
    padding: 0 40px;
    height: 49px;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.header-cont .left {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.header-cont .left .lang {
    min-width: 168px;
    font-size: 0;
    line-height: 40px;
    float: left;
    position: relative;
    cursor: pointer;
}

.header-cont .left .lang-text {
    position: relative;
}

.header-cont .left .lang-text::after {
    content: " ";
    position: absolute;
    top: 12px;
    right: 0;
    background-color: #7a7a7a;
    width: 1px;
    height: 16px;
}

.header-cont .left .lang .box-img {
    padding-left: 40px;
    margin-right: 6px;
    width: 18px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.header-cont .left .lang .box-img .icon,
.header-cont .header-cont .left .lang .icon-size {
    font-size: 18px;
}

.header-cont .left .lang .lang-text,
.header-cont .left .lang .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    padding-right: 10px;
}

.header-cont .left .lang .title {
    padding-left: 10px;
}

.header-cont .left .lang .icon {
    width: 12px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.header-cont .lang.active .av-lang {
    padding: 5px 0;
    height: auto;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -ms-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}

.header-cont .lang .av-lang {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 46px;
    left: 100px;
    z-index: 11;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.header-cont .lang .av-lang li {
    font-size: 14px;
}

.header-cont .lang .av-lang li a {
    display: block;
    padding: 0 20px;
    width: 60px;
    text-align: center;
}

.header-cont .lang .av-lang li:hover {
    background-color: #f2f2f2;
}

.header-cont .right {
    width: 380px;
}

.header-cont .right .menu {
    justify-content: flex-end;
    font-size: 16px;
}

.header-cont .right .menu .login {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 0 9px;
    height: 30px;
    font-size: 17px;
    color: #ffffff;
    border-radius: 15px;
    background: #09A9FB;
}

.header-cont .right .menu .login>img {
    margin-right: 4px;
    width: 24px;
    height: 22px;
}

.header-cont .right .menu .login::after {
    content: " ";
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #7a7a7a;
    width: 1px;
    height: 16px;
}

.header-cont .right .menu .register {
    display: inline-block;
    padding-left: 6px;
    margin-right: 20px;
}

.header-cont .right .menu .faq {
    padding-right: 20px;
    vertical-align: bottom;
}

.header-cont .right .menu .phone,
.header-cont .right .menu .wechat,
.header-cont .right .menu .micro-blog {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-right: 10px;
}

.header-cont .right .menu .wechat img,
.header-cont .right .menu .micro-blog img {
    width: 30px;
    height: 30px;
}

/* 导航 start */

.menu-box-pc {
    height: 90px;
    line-height: 90px;
}

.menu-box-pc.scroll {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.menu-box-pc .logo {
    width: 750px;
    height: 100%;
}

.menu-box-pc .logo .img-wamp {
    display: inline-block;
    width: 100%;
    height: 100%
}

.menu-box-pc .logo .img-wamp img {
    width: 100%;
    height: auto;
}

.menu-box-pc .logo .logo-img {
    display: inline-block;
    width: 368px;
    height: 54px;
    line-height: 54px;
}

.menu-box-pc .logo-box {
    padding-left: 25px;
}

.menu-box-pc .logo-box,
.menu-box-pc .logo-box>li {
    display: inline-block;
}

.menu-box-pc .logo-box>li a {
    display: inline-block;
    height: 54px;
    line-height: 54px;
}

.menu-box-pc .logo-wamp {
    display: inline-block;
    height: 100%;
}

.menu-box-pc .logo-wamp .marathon {
    width: 104px;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    height: 60%;
    line-height: 60%;
}

.menu-box-pc .logo-wamp .marathon::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7a7a7a;
    width: 1px;
    height: 100%;
}

.menu-box-pc .logo-wamp .life {
    width: 74px;
    padding-left: 10px;
    margin-right: 15px;
}

.menu-box-pc .logo-box .caa,
.menu-box-pc .logo-box .education {
    width: 54px;
}

.menu-box-pc .menu {
    width: 1000px;
    margin-left: 60px;
}

.menu-box-pc .menu>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.menu-box-pc .menu>ul>li>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.menu-box-pc .menu>ul>li>.line {
    position: absolute;
    width: 0;
    height: 3px;
    background: #0068B7;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.menu-box-pc .menu .active a,
.menu-box-pc .menu>ul>li:hover>a {
    font-weight: bold;
    color: #0068B7;
}

.menu-box-pc .menu>ul>li .child-nav li:hover a {
    color: #09A9FB !important;
}

.menu-box-pc .menu>ul>.active .line,
.menu-box-pc .menu>ul>li:hover .line {
    width: 100%;
}

.menu-box-m {
    display: none;
}

.menu-box-pc .menu>ul>li:hover .child-nav {
    display: block;
}

.menu-box-pc .menu>ul>li .child-nav {
    display: none;
    position: absolute;
    top: 90px;
    left: 50%;
    min-width: 190px;
    padding: 0 20px;
    z-index: 99;
    box-sizing: border-box;
    background: #FFFFFF;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
}

.menu-box-pc .menu>ul>li .child-nav li {
    line-height: 42px
}

.menu-box-pc .menu>ul>li .child-nav li a {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
    font-weight: bold;
    color: #424242;
}

/* 导航 end */

/* 底部 start */

.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    width: 100%;
    background-color: #09A9FB;
    padding: 48px 0;
    box-sizing: border-box;
}

.footer .info {
    display: flex;
    margin: 0 auto;
    max-width: 1600px;
}

.footer .mr-97 {
    margin-right: 30px;
    min-width: 140px;
}

.footer .info p,
.footer .qr-code p,
.footer p a {
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.footer .info p.title {
    font-size: 16px;
}

.footer .info .icp-info {
    margin-bottom: 0;
}

.footer .code-img img {
    width: 130px;
    height: 130px;
}

.footer .qr-code .code-title {
    text-align: center;
    margin: 20px 0 0;
}

.footer .qr-code {
    width: 130px;
    display: inline-block;
}

.footer .right-box {
    max-width: 500px;
    text-align: right;
    margin-left: auto;
}

.footer .info .links li {
    flex-shrink: 0;
}

.footer .info .links li>a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

.footer .info .links li:nth-child(1)>a {
    font-size: 16px;
    padding-bottom: 30px;
    cursor: default;
    color: #fff;
}

.footer .icp-info {
    text-align: center;
    margin: 0 auto;
    max-width: 1600px;
    color: #ffffff;
}

.footer .copyright {
    display: none
}

/* 底部 end */

@media screen and (max-width: 1920px) {
    .cont {
        width: calc(100% - 80px);
    }
    .top-banner {
        width: 100%;
    }
    .menu-box-pc.scroll {
        margin: 0;
        min-width: 1366px;
    }
    .menu-box-pc .menu {
        flex: 1;
    }
    .menu-box-pc .logo {
        width: 722px;
    }
    .menu-box-pc .logo-box {
        padding-left: 15px;
    }
    .menu-box-pc .logo-box .life {
        padding-left: 10px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .footer {
        min-height: 300px;
    }
    .footer .content {
        width: 1120px;
    }
    .menu-box-pc {
        height: 90px;
        line-height: 90px;
        margin-bottom: 0;
    }
    .header-cont {
        height: 40px;
    }
    .menu-box-pc .menu ul li .line {
        bottom: 25px;
    }
    .menu-box-pc.scroll {
        margin: 0;
        min-width: 1200px;
    }
    .menu-box-pc .menu {
        margin-left: 20px;
    }
    .menu-box-pc .logo {
        width: 54%;
    }
    .menu-box-pc .logo .logo-img {
        width: 48%;
        height: auto;
    }
    .menu-box-pc .logo a img {
        width: 100%;
    }
    .menu-box-pc .logo-box .marathon {
        width: 86px;
    }
    .menu-box-pc .logo-box .life {
        width: 60px;
    }
    .menu-box-pc .logo-box .caa,
    .menu-box-pc .logo-box .education {
        width: 50px;
    }
    .has-en-box .menu-box-pc .menu ul li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .cont {
        width: 1120px;
        margin: 0 40px;
    }
    .top-banner {
        width: 1200px;
    }
    .footer {
        width: 1200px;
    }
}

@media screen and (max-width: 750px) {
    .details-box {
        margin: 10px 0;
    }
    .cont {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .top-banner {
        width: calc(100% - 40px);
        margin: 98px 20px 0;
    }
    .header-cont {
        display: none;
    }
    .menu-box-pc {
        display: none;
    }
    /* 手机导航 start */
    .menu-box-m .logo {
        display: inline-block;
        width: calc(100% - 65px);
        padding-left: 10px;
    }
    .menu-box-m .logo .logo-img {
        display: inline-block;
        width: 45%;
    }
    .menu-box-m .logo img {
        width: 100%;
    }
    .menu-box-m .logo a,
    .menu-box-m .logo ul,
    .menu-box-m .logo ul li {
        display: inline-block;
    }
    .menu-box-m .logo-box {
        width: calc(55% - 20px);
    }
    .menu-box-m .logo-box li:nth-child(1) {
        width: 55%;
    }
    .menu-box-m .logo-box li:nth-child(2) {
        width: 35%;
    }
    .menu-box-m .logo-box .marathon {
        width: 45%;
        padding-right: 5px;
    }
    .menu-box-m .logo-box .life {
        width: 35%;
        padding: 0;
        margin: 0;
    }
    .menu-box-m .logo-box .caa,
    .menu-box-m .logo-box .education {
        width: 45%;
    }
    .menu-box-m .logo-box .marathon::after {
        top: 15%;
        height: 70%;
    }
    .menu-box-m {
        display: block;
        width: 100%;
        background-color: #fff;
        transition: all 0.3s;
        height: 88px;
        line-height: 88px;
    }
    .menu-box-m .menu-bg {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #000;
        opacity: 0.8;
        top: 60px;
        left: 0;
        z-index: 999;
    }
    .menu-box-m.scroll {
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .menu-box-m .menu-box {
        display: none;
        position: fixed;
        top: 88px;
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        width: 100vw;
        z-index: 9999;
        background-color: rgba(255, 295, 295, .7);
        border-top: 1px solid #e1e1e1;
    }
    .menu-box-m .menu-box-shadow {
        display: none;
        position: fixed;
        top: 88px;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        width: 100vw;
        z-index: 9998;
        background-color: rgba(255, 295, 295, .9);
        height: 100vh;
    }
    .menu-box-m .menu-box li div.list>a:last-child {
        border-bottom: 0;
    }
    .menu-box-m .menu-box li>i {
        display: inline-block;
    }
    .menu-box-m .menu-box li {
        margin-right: 0;
        align-items: center;
    }
    .menu-box-m .menu-box li {
        position: relative;
        margin-right: 1px;
    }
    .menu-box-m .menu-box li div.list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #f3f3f3;
        z-index: 555;
        box-sizing: border-box;
    }
    .menu-box-m .menu-box li div.list a:active {
        color: #fff;
        background: #608dcc;
    }
    .menu-box-m .menu-box li:hover div.list {
        display: block;
    }
    .menu-box-m .menu-box>li:hover,
    .menu-box-m .menu-box>li.active {
        background: #608dcc;
    }
    .menu-box-m .menu-box li:last-child:hover {
        background: #fff;
    }
    .menu-box-m .menu-box>li:hover>a,
    .menu-box-m .menu-box li.active a {
        color: #fff;
    }
    .menu-box-m .menu-box li:last-child:hover a,
    .menu-box-m .menu-box li:last-child.active a {
        color: #333;
    }
    .menu-box-m .menu-box li>a {
        color: #333;
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        width: calc(100% - 40px);
        padding: 0 20px;
        border-bottom: 1px solid #b5b5b5;
        font-size: 14px;
    }
    /* 二级菜单.start */
    .menu-box-m .menu-box .child-nav {
        display: none;
        background-color: #e1e1e1;
    }
    .menu-box-m .menu-box .child-nav {
        font-size: 14px;
        color: #333;
    }
    .menu-box-m .menu-box .child-nav>li a {
        border-bottom: 1px dashed #bdbdbd;
    }
    .menu-box-m .menu-box .child-nav li:hover {
        background-color: #608dcc;
    }
    .menu-box-m .menu-box .child-nav li:hover a {
        color: #ffffff;
        border-bottom: 1px dashed #ffffff;
    }
    /* 二级菜单.end */
    .menu-box-m .menu-box li.language {
        text-align: center;
    }
    .menu-box-m .menu-box li.language>a {
        display: inline-block;
        width: inherit;
        text-align: center;
        border: none;
    }
    .menu-box-m .menu-box li.language a.active {
        color: #4eaaff;
    }
    .menu-box-m .menu-box li div.list a {
        padding: 15px 20px;
        border-bottom: 1px dashed #e1e1e1;
        display: block;
        color: #000;
        font-size: 14px;
    }
    .menu-box-m .menu-box i.arrow-down {
        position: absolute;
        right: 15px;
        top: 15px;
        background-image: url(https://riav3.ihuipao.com/site/2025/hengqin/web/images/mlsw/arrow_down_666.png?v=000012);
        background-repeat: no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }
    .menu-box-m .menu-m {
        position: fixed;
        right: 10px;
        margin-top: 25px;
        z-index: 9999;
        width: 35px;
        height: 35px;
        background-image: url(https://riav3.ihuipao.com/site/2025/hengqin/web/images/mlsw/menu.png?v=000012);
        background-repeat: no-repeat;
        background-size: 40px;
    }
    .menu-box-m .menu-close {
        background-image: url(https://riav3.ihuipao.com/site/2025/hengqin/web/images/mlsw/close_40.png?v=000012);
        background-size: 30px;
        width: 30px;
        height: 30px;
        right: 10px;
    }
    /* 手机导航 end */
    /* 底部 start */
    .footer {
        width: 100%;
        height: inherit;
    }
    .footer .content {
        width: 100%;
        flex-direction: column;
        padding: 44px 5px 65px;
    }
    .footer .info p,
    .footer .qr-code p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .footer p a {
        font-size: 12px;
        margin-bottom: 0;
        display: block;
    }
    .footer .copyright .icp-info {
        display: block;
    }
    .footer .copyright {
        display: block;
    }
    .footer .icp-info {
        display: none;
    }
    .footer .info p {
        text-align: center;
        line-height: 28px;
    }
    .footer .info p>span {
        display: block;
    }
    .footer .info {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .footer .info .links {
        text-align: center;
    }
    .footer .mr-97 {
        margin-right: 0;
    }
    .footer .right-box {
        text-align: center;
        max-width: 100%;
        margin-left: 0;
    }
    .footer .qr-code .code-title {
        margin: 18px 0 0;
    }
    .footer .right-box .links {
        margin-top: 20px;
    }
    .footer .info .links li:nth-child(1)>a {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .footer .info .links li a {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .footer .copyright p a {
        margin-bottom: 20px;
    }
    /* 底部 end */
    /* 返回顶部 start */
    .br_box_top {
        background-image: url(https://riav3.ihuipao.com/site/2025/hengqin/web/images/mlsw/to-top.png?v=000012);
        background-size: 35%;
        background-color: #78a3cc;
        border-radius: 50px;
        padding: 5px;
        width: 20px;
        height: 20px;
    }
    /* 返回顶部 end */
}

@media screen and (max-width:480px) {
    .cont {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .top-banner {
        width: calc(100% - 20px);
        margin: 70px 10px 0;
        height: 130px;
    }
    .menu-box-m {
        height: 60px;
        line-height: 60px;
    }
    .menu-box-m .menu-m {
        margin-top: 12px;
    }
    .menu-box-m .menu-box {
        top: 60px;
    }
    .menu-box-m .menu-box-shadow {
        top: 60px;
    }
}