ol,
ul {
    list-style: none;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.header {
    width: 100%;
    background-image: url(../img/topbg.png);
    background-size: 90px;
}

.header-inner {
    display: flex;
    height: 100%;
    background-repeat: no-repeat;
    backdrop-filter: blur(2px);
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.logo {
    display: flex;
    width: 700px;
    height: 142px;
    background: url(../img/logo.svg) no-repeat;
    background-position-y: 45%;
    background-size: 50%;
    margin-left: 5%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.topsearch {
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(2px);
    display: flex;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff00;
    width: 18%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: solid 1px #d0d0d07a;
}

.topsearch:hover {
    transform: scale(1.03);
    box-shadow: #8b8b8b9c 0px 0px 5px 0px;
}

#wp_nav_w1 .wp_nav .nav-item {
    width: 160px !important;
}

.tittle {
    /* -webkit-background-clip: text; */
    /* background: linear-gradient(to bottom,red,#850505); */
    position: absolute;
    font-size: 31px;
    color: #af0e0e;
    right: -87%;
    top: 50px;

}

.tittle::before {
    content: attr(text);
    position: absolute;
    /* color: #ff4040; */
    -webkit-mask-image: linear-gradient(to bottom, red, transparent);
}

.nav {
    box-shadow: #00000040 0px 0px 2px 2px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: fit-content;
    background-color: white;
}

.nav-ul {
    display: block;
    padding: 0;

}

.nav-item {
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 95px;
}

.navbanner {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: fit-content;
    background-repeat: no-repeat;
    background-position-x: 50%;
    margin: 0 auto;
}

#jigou {
    position: relative;
}

.nav-item>a {
    text-align: center !important;
    padding: 15px 5px;
    font-size: 16px;
    color: #d60813;
}

.sub-nav {
    display: none;
    padding: 10px 0px 14px 0px;
    position: absolute;
    top: 38px;
    left: -50px;
    text-align: center;
    width: 200px;
    color: #fff;
    z-index: 10;
}

.sub-nav:after {
    display: block;
    content: '';
    position: absolute;
    top: -16px;
    left: 45%;
}

.sub-item {
    display: block;
    width: 100%;
    padding: 9px 2px;
}

.sub-item>a {
    color: #ececec;
    font-size: 15px;
}

.sub-item:hover {
    background-color: #e65151;
}

.main_body {
    display: block;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.banner {
    margin-bottom: 10px;
}

#slider {
    height: auto;

}

.clj {
    display: flex;
    position: relative;
    transform: translateY(-30px);
    z-index: 2;
    width: 100%;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.clj ul {
    overflow: hidden;
    display: flex;
    width: 45%;
    height: 5rem;
    list-style: none;
    float: left;
    margin: 0 auto;
    background: #ffffff;
    align-items: center;
    border-radius: 5rem;
    border: solid 1px #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.clj ul:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.25);
}

.clj li {
    transition: all 0.3s ease-in-out;
    list-style: none;
    display: flex;
    height: 60%;
    width: 33.33%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.clj li table {
    border-bottom: solid 2px transparent;
    transition: all 0.3s ease-in-out;
}

.clj li table:hover {
    border-bottom-color: #96373d !important;
}

.clj hr {
    border: 0.07rem solid #e4e4e4;
    height: 2rem;
}

.clj span {

    color: #9f1e2a;
    font-size: 18px;
    font-family: "Microsoft Yahei";

}

.clj ul>li>a>img {
    margin-top: 15px;
    width: 40px;
}

.clj2 {
    position: absolute;
    top: 460px;
}

.clj2 ul {
    list-style: none;
    float: left;
    margin: 0 auto;
}

.clj2 li {
    list-style: none;
    flex: 2;
    display: inline-block;
    height: 50px;
    width: 250px;
    background: #9f1e2a;
    line-height: 50px;
}

.clj2 span {
    padding: 7px 18px;
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    line-height: 50px;
}

.clj3 {}

.clj3 ul {
    list-style: none;
    float: left;
    margin: 0 auto;
}

.clj3 li {
    list-style: none;
    flex: 2;
    display: inline-block;
    height: 50px;
    width: 250px;
    background: #9f1e2a;
    line-height: 50px;
}

.clj3 span {
    padding: 7px 18px;
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    line-height: 50px;
}

.lbt {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.right-body {
    float: right;
    width: 30%;
    height: 800px;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0 2px;
}

.right-box {
    margin-top: 15px;
    height: 29%;
    background-color: #eee;
    position: relative;
}

.links {
    margin-top: 14px;
}

.links>select {
    width: 70%;
    margin-top: 8px;
    border: 2px solid #ececec;
    height: 25px;
}

.left-body {
    display: flex;
    position: relative;
    z-index: 2;
    border-radius: 2px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.color-fix {
    background: linear-gradient(to bottom, #e6d0d5, #f3edef);
    height: 25px;
}

.left-box {
    margin: 0 0 10px 0px;
    background-color: #ffffff;
    float: left;
    display: block;
    height: 350px;
    width: 400px;
    height: 30%;
    position: relative;
}

.left-box2 {
    width: 440px;
    height: 270px;
}

.left-box21 {
    margin: 1%;
    width: 45%;
    height: fit-content;
    border: solid 2px #ccc;
    padding-bottom: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.left-box21:hover {
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
}

.left-box3 {
    width: 61%;
    height: 410px;
    border: solid 2px #ccc;
    margin: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.left-box3:hover {
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
}

/*.left-box4 {*/
/*    width: 1362px;*/
/*    height: 400px;*/
/*    border: solid 2px #ccc;*/
/*}*/

.left-box4:hover {
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
}

.left-box4 {
    width:92%;
    height: 480px;
    border: solid 2px #ccc;
    margin: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.news-header {
    text-align: left;
    font-size: 18px;
    margin-top: 3px;
    color: #89026b;
    background-repeat: no-repeat;
    border-bottom: #9c1d2a 1px solid;
}

.news-headerRL {
    text-align: center;
    font-size: 18px;
    color: #89026b;
    background-repeat: no-repeat;
    background-color: #9f1e2a;
    border-bottom: #9c1d2a 1px solid;
    padding: 0.7rem;
}

.news-header-span {
    padding: 15px 25px 15px 25px;
    margin-right: 10px;
    color: #9c1d2a;
    font-size: 18px;
    border-bottom: #9c1d2a;
    font-family: "Microsoft Yahei";
    font-weight: bold;
}

.news-header-span-img {
    width: 13px;
    padding-right: 15px;
}

.news2-span {
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    width: 500px;
}

.xyjs {
    text-align: left;
    padding-left: 66px;
}

.yqlj {
    font-size: 18px;
    text-align: left;
    padding-left: 80px;
}

.yqlj2 {
    text-align: center;
    width: 100%;
    margin: 0;
    padding-bottom: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.yqlj2 li a {
    transition: all 0.3s ease-in-out;
}

.yqlj2 li a:hover {
    color: #0e61cb;
    transition: all 0.3s ease-in-out;
}

.left-div1 {
    font-size: 20pt;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #9c1d2a;
}

.listcol-table {
    border-bottom: solid 2px #9c1d2a;
    background-color: #fff;
    width: 1060px;
}

.listcol-table-td {
    text-align: left;
    color: #9c1d2a;
    font-size: 19px;
    font-weight: bold;
    padding-top: 20px;
    width: 200px;
}

.nh2 {
    /* width: 110px; */
    text-align: left;
    padding-left: 10px;
    /* padding-top: 10px; */
}

.nh3 {
    padding: 5px 8px;
}

.box-hr {
    background-color: #ca2035;
    height: 3px;
    width: 56%;
    position: absolute;
    border-radius: 2px;
    top: 15px;
    left: 100px;
}

.news-more {
    background-image: url(../img/more3.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 55px;
    border-radius: 3px;
    margin-left: 90%;
}

.more:hover {
    box-shadow: 1px 1px 3px #ececec;
    background-color: #f9f6f6;
}

.news_l {
    margin: 0;
    padding: 2px 3px;
}

.news_r {
    margin: 0;
    padding: 0 15px;
}

.news-tr {
    border-bottom: 1px dotted #d6d6d6;
    padding: 6px 6px;
    font-size: 1rem;
}

.pic-news {
    width: 45%;
    height: fit-content;
    margin: 1%;
    border: solid 2px #ccc;
    padding-bottom: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
}

.pic-news:hover {
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
}

.pic-news2 {
    width: 30%;
    border: solid 2px #ccc;
    margin: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.pic-news2:hover {
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
}

.pic-news2-1 {
    width: 195px;
    height: 260px;
}

.lis {
    border: 1px dashed #89026b;
    height: 40px;
    width: 185px;
    margin-bottom: 10px;
}

.imgs {
    width: 1150px;
    height: 200px;
}

.sys-box {
    border-top: 12px solid #b42335;
}

#sys-list {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

#sys-list>li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    background-color: #f3edef;
    margin-bottom: 2px;
}

#sys-list>li:hover {
    background-color: #efd2d2;
}

#sys-list>li>a {
    color: #a62038;
}

.bottom-body {
    display: block;
    height: 60px;
    /* margin-top: 10px;
    padding-top: 10px; */
    clear: right;
    /* background-image: url(../img/bottom01.png); */
    background-color: #89026b;
    background-position: 100%;
    background-repeat: repeat-x;
}

.money {
    width: 500px;
    background-color: #b42335;
    background-image: url(../img/money.png);
    background-position: 430px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 45px;
    color: #fff;
    float: left;
    height: 100px;
    border-radius: 2px;
    position: relative;
}

.phone {
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    float: left;
    height: 70px;
    width: 50px;
    position: absolute;
    bottom: 3px;
    left: 8px;
}

.search-box {
    width: 25%;
    margin: 40px 0 0 25px;
    float: left;
    position: relative;
}

.search2 {
    border: 0;
    height: 2rem;
    width: 2rem;
    background: url(../img/sous2.svg) 5px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.s-icon {
    border: 0;
    position: absolute;
    background-image: url(../img/sous.png);
    background-repeat: no-repeat;
    background-color: #fff;
    top: 3px;
    right: 8px;
    width: 30px;
    height: 90%;
    cursor: pointer;
}

.money>a {
    position: relative;
    left: -10px;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}

.footer {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    box-shadow: black 0px 1px 3px 0px;
    text-align: center;
    padding: 30px 0 0 0;
    clear: both;
    background-image: url("../img/topbg.png");
    background-size: 90px;
    height: auto;
}

.footer p {
    color: white;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    margin-block-start: 1px;
    margin-block-end: 1px;
    padding-top: 3px;
}

.mail {
    font-size: 18px;
    float: left;
    padding-left: 150px;
}

.phone-title {
    font-size: 35px;
    padding-bottom: 6px;
}

.bottomsty {
    clear: both;
    background: #FFF;
    width: 92%;
    margin: 0 auto 10px auto;
    line-height: 40px;
    border: solid 2px #ccc;
    transition: all 0.3s ease-in-out;
}

.bottomsty:hover {
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.bottomsty img {
    width: 10px;
    margin-left: 15px;
}

.bottomsty3 {
    clear: both;
    border-top: solid white 1px;
    backdrop-filter: blur(2px);
    background: #f5f7f700;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
}

.bottomsty3 li {
    display: inline;
    margin: 0px 20px 0px 20px;
    width: 200px;
    transition: all 0.3s ease-in-out;
}

.bottomsty3 li:hover {
    transform: translateY(-6px);
}

.bottomsty3 img {
    width: 130px;
}

.bottomsty2 {
    clear: both;
    background: #a9a9a9d1;
    margin: 0 auto 10px auto;
    line-height: 40px;
}

.bottomsty li {
    display: inline-flex;
    margin: 5px 5px 5px 5px;
    width: 195px;
    background-color: #e0e0e0;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.bottomsty li:hover {
    background-color: #9c1d2a;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.bottomsty li span {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.bottomsty li span:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.box ul,
li {
    list-style: none;
}

.box ul {
    position: relative;
    display: flex;
    width: 100%;
    float: right;
    margin-top: 0px;
}

.box ul li {
    width: 50%;
    height: 100%;
}

/* inputéšè— */
.box input {
    display: none;
}

/* è®¾ç½®inputçš„ä¸‹ä¸€ä¸ªèŠ‚ç‚¹labelçš„æ ·å¼ */
.box input+label {
    display: block;
    height: 100%;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #9c1d2a;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.box input+label:hover {
    background-color: #9c1d2a;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transform: translateY(-3px);

}

/* è®¾ç½®divå†…å®¹çš„åŸºç¡€æ ·å¼ éšè—å†…å®¹div*/
.box input+label+div {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
}

/* inputé€‰ä¸­çŠ¶æ€æ—¶å€™å¯¹åº”çš„labelçš„æ ·å¼ */
.box input:checked+label {
    transform: scale(1.02);
    color: #fff;
    font-weight: bold;
    background: #9c1d2a;
    font-family: "Microsoft Yahei";
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);

}

/* inputé€‰ä¸­æ—¶å€™æ˜¾ç¤ºå¯¹åº”çš„div */
.box input:checked+label+div {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
}


.box2 ul,
li {
    list-style: none;
}

.box2 ul {
    position: relative;
    display: flex;
    width: 100%;
    float: right;
    margin-top: 0px;
}

.box2 ul li {
    width: 25% !important;
    height: 100%;
    flex: none;
    /* 禁止flex拉伸，保持固定宽度 */
}

/* inputéšè— */
.box2 input {
    display: none;
}

/* è®¾ç½®inputçš„ä¸‹ä¸€ä¸ªèŠ‚ç‚¹labelçš„æ ·å¼ */
.box2 input+label {
    display: block;
    height: 100%;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #9c1d2a;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.box2 input+label:hover {
    background-color: #9c1d2a;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transform: translateY(-3px);
}

/* è®¾ç½®divå†…å®¹çš„åŸºç¡€æ ·å¼ éšè—å†…å®¹div*/
.box2 input+label+div {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
}

/* inputé€‰ä¸­çŠ¶æ€æ—¶å€™å¯¹åº”çš„labelçš„æ ·å¼ */
.box2 input:checked+label {
    transform: scale(1.02);
    color: #fff;
    font-weight: bold;
    background: #9c1d2a;
    font-family: "Microsoft Yahei";
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);

}

/* inputé€‰ä¸­æ—¶å€™æ˜¾ç¤ºå¯¹åº”çš„div */
.box2 input:checked+label+div {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
}

#cysj {
    float: left;
    width: 270px;
}

/* 就业处增加样式 */
.logotext1 {
    padding-left: 0.7rem;
    border-left: solid white 2px;
    font-size: 30px;
    color: white;
    float: right;
}

.logotext2 {
    font-size: 22px;
}

.xyjs-font {
    letter-spacing: 1px;
    padding-left: 10px;
}

.Column_Position a {
    transition: all 0.3s ease-in-out;
    color: #696767;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
}

.Column_Position a:hover {
    color: #9c1d2a;
}

@media screen and (max-width:1366px) {
    .navbanner {
        padding-left: 14%;
        height: fit-content;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }
}

@media screen and (max-width:1024px) {
    .navbanner {
        padding-left: 0%;
        height: fit-content;
        background-repeat: no-repeat;
        background-position-x: 1%;
    }
}

.search input {
    height: 34px;
    line-height: 34px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #a4a4a4;
    padding: 0 0 0 7px;
    border: 1px solid #bfbfbf;
}

.search input.notxt1 {
    width: 15%;
    height: 34px;
    right: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #fff;
    border: none;
    background-color: #0e61cb;
    border: 1px solid #0e61cb;
    height: 36px;
}

.mobile {
    display: none;
}

.mobileonly {
    display: none;
}

@media screen and (max-width:767px) {
    .main_body {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        min-width: 404px;
    }


    #a3 {
        margin-left: 0;
    }

    #w5imgShow {
        width: 400px !important;
    }

    .dtjt10_div_text {
        width: 400px !important;
    }

    .mobileimg {
        width: 400px !important;
    }

    .topsearch {
        display: none;
    }

    .nav {
        width: 30px;
        height: fit-content;
        border-top: 1px solid rgb(9 172 246 / 45%);
        /* background-image: url(../img/banner.png); */
        background-repeat: repeat-x;
        background: aqua;
        display: none;
    }

    .lbt {
        display: none;
        height: 350px;
        margin-bottom: 10px;
    }

    .left-box {
        margin: 0 0 10px 5px;
        background-color: #ffffff;
        float: none;
        display: block;
        height: 350px;
        width: 400px;
        height: 30%;
        position: relative;
        border: #e5e6e6 1px solid;
    }

    .pic-news {
        width: 75%;
    }

    .pic-news2 {
        width: 430px;
    }

    .pic-news2-1 {
        width: 400px;
    }

    .left-box21 {
        width: 400px;
    }

    .left-box3 {
        height: 350px !important;
    }

    .left-box3>div>ul>li>div>ul {
        width: 400px !important;
    }

    #news4 {
        display: none;
    }

    .imgs {
        display: none;
        width: 830px;
        height: 200px;
    }

    #news5 {
        display: none;
    }

    .navbanner {
        padding-left: 0%;
        padding-top: 1px;
        height: fit-content;
        background-repeat: no-repeat;
        background-position-x: 1%;
        display: none;
    }

    .mobile {
        width: 100%;
        position: absolute;
        height: 42px;
        display: block;
        top: 0;
        right: 0;
        z-index: 99991;
    }

    .mobileonly {
        display: block !important;
    }



    .mobile-inner-header {
        width: 100%;
        height: 40px;
        position: absolute;
        top: 8px;
        right: 0px;
    }

    .mobile-inner-header-icon {
        color: #fff;
        padding-top: 5px;
        height: 35px;
        line-height: 28px;
        text-align: left;
        float: right;
        width: 40px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        font-weight: bold;
        text-align: right;
        z-index: 9999;
        background: #ad268d;
    }

    .mobile-inner-nav {
        background-color: #FFFFFF;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 0px;
        padding-top: 10px;
        padding-bottom: 25px;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
    }

    .mobile_search {
        clear: both;
        position: relative;
        height: 36px;
        margin: 10px 30px 0;
        border: 1px solid #d3d3d3;
        border-radius: 30px;
        overflow: hidden;
    }

    /*0331ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª*/
    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - -13px) / 3);
        width: 26px;
        height: 2px;
        background-color: rgba(255, 255, 255, 1);
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon {
        color: #fff;
        height: 31px;
        text-align: left;
        float: right;
        width: 50px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        font-weight: bold;
        text-align: right;
    }

    .mobile-inner-header-icon-out span {
        width: 22px;
        height: 2px;
        background-color: #fff;
        display: block;
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outthird;
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(3) {
        transform: translateY(12px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon-click span:nth-child(3) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickthird;
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    .mobile-inner-header-icon-out span:nth-child(3) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outthird;
    }



    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);

        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }

    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    @keyframes clickthird {
        0% {
            opacity: 0
        }

        100% {
            opacity: 0
        }
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }



    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    @keyframes outthird {
        0% {
            transform: translateY(0) rotate(90deg);
        }

        100% {
            transform: translateY(12px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: #FFFFFF;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 0px;
        padding-top: 10px;
        padding-bottom: 25px;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
    }

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 45px;
        text-decoration: none;
        width: 100%;
        font-size: 1.4rem;
        border-bottom: solid 1px #d3d3d3;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .mobile-inner-nav a:hover {
        color: #0e61cb;
    }

    .mobile-inner-nav li {
        position: relative;
        padding: 0 20px;
    }

    .mobile-inner-nav li a {
        text-indent: 15px;
    }

    .mobile-inner-nav li strong {
        color: #aaa;
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 2.5rem;
        cursor: pointer;
        width: 40px;
        height: 45px;
        text-align: center;
        line-height: 40px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .mobile-inner-nav a {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal;
    }

    @-webkit-keyframes returnToNormal {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes returnToNormal {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .mobile_subNav {
        display: none;
        padding-left: 10px;
    }

    .mobile-inner-nav dd a {
        height: 35px;
        line-height: 35px;
        border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
        font-size: 1.2rem;
    }

    .mobile_search {
        clear: both;
        position: relative;
        height: 36px;
        margin: 10px 30px 0;
        border: 1px solid #d3d3d3;
        border-radius: 30px;
        overflow: hidden;
    }

    .mobile_search input.notxt {
        width: 90%;
        color: #333;
        margin-left: 55px;
        border: none;
    }

    .mobile_search input.notxt1 {
        width: 55px;
        background-color: #fff;
        right: auto;
        left: 0;
        background: url(../img/serBtn.png) no-repeat center center #ad268d;
        border: none;
    }

    .mobile-links {
        width: auto;
        margin: 0 20px 10px;
        overflow: hidden;
        border-bottom: solid 1px #d3d3d3;
        padding: 6px 0;
    }

    .mobile-links span {
        float: left;
        padding: 0 15px;
    }

    .mobile-links span a {
        border: none;
        line-height: 25px;
        padding: 4px 0;
    }

}

.invite {
    backdrop-filter: blur(2px);
    background-color: transparent;
    background-image: url(../img/xfoff.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 75%;
    box-shadow: #00000040 0px 0px 8px 0px;
    width: 6rem;
    height: 6rem;
    border-radius: 10%;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.invite:hover {
    background-image: url(../img/xfon.svg);
    color: #a4312a;
    transform: translateY(-0.5rem);
}

.in-text {
    margin-top: 3.8rem;
    font-size: 0.8rem;
}

.backtop {
    border: none;
    backdrop-filter: blur(2px);
    background-color: transparent;
    background-image: url(../img/backtop.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 75%;
    box-shadow: #00000040 0px 0px 8px 0px;
    width: 3rem;
    height: 3rem;
    border-radius: 10%;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.backtop:hover {
    color: #a4312a;
    transform: translateY(-0.5rem);
}

.bk-text {
    font-weight: bold;
    margin-top: 2rem;
    font-size: 0.56rem;
}

.navlist {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    height: 2.5rem;
    background: white;
}

.no1 {
    gap: 1.05rem;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    height: 2.5rem;
}

.no1 .lp1 {
    height: 2.5rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 15px;
}

.no1 .lp1:hover {
    background: #8f2a2e;
    height: fit-content;
}

.no1 .lp1 a {
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;

}

.no1 .lp1 a:hover {}

.no1 .lp1 span {
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
    color: #000000d1;
    font-weight: bold;
    cursor: pointer;
}

.no1 .lp1 span:hover {
    background: #8f2a2e;
    color: white;
}


.no2 {
    width: 100%;
    transition: all 0.3s ease-in-out;

}

.no2 .lp2 {}

.no2 .lp2 a {
    border-bottom: solid 1px transparent;
    color: white;
}

.no2 .lp2 a:hover {
    transform: translateY(-4px);
    border-bottom: solid 1px #ffffff;
}

.wenav {
    position: relative;
    box-shadow: #00000040 0px 0px 2px 2px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 4.5rem;
    background-color: white;
    z-index: 9999;
}

.wenavbanner {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    margin: 0 auto;
}