:root {
    --color: #125fad;
}

a {
    color: inherit;
}

@font-face {
    font-family: 'Inter_24pt';
    src: url('../font/Inter_24pt-Regular.ttf');
}


* {
    word-break: break-word !important;
}

body {
    font-family: 'Inter_24pt';
}

.wrap {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.con_tit {
    color: #111;
    font-weight: bold;
    line-height: 1.28;
}

.conmore {
    width: 200px;
    height: 52px;
}

.conmore a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 50px;
    background-color: transparent;
    transition: all .5s;

}

.conmore a:hover {
    color: #fff !important;
    background-color: #125fad !important;
    border-color: #125fad !important;
}

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    transition: all .6s;
}

.header.hides {
    transform: translateY(-100%);
}

.header .wrap {
    display: flex;
    height: 80px;
    align-items: center;
}

.header .header-logo {
    width: 166px;
}

.header .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.header .header-logo img:nth-child(2) {
    display: none;
}

.header .head-nav {
    display: flex;
    margin-left: auto;
}

.header .headnav1 {
    line-height: 80px;
    color: #fff;
    transition: all .6s;
}

.header .headnav-item {
    flex: none;
    margin: 0 20px;
    position: relative;
}

.header .headnav2 {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-32%);
    padding-top: 1px;
    display: none;
}

.header .headnav2box {
    display: flex;
    width: 570px;
    padding-left: 55px;
    padding-right: 20px;
    background-color: #fff;

}

.header .hnav2lf {
    flex: 1;
}

.header .hnav-tit {
    line-height: 1.25;
    color: #333;
    font-weight: bold;
}

.header .hnav-des {
    line-height: 1.5;
    margin-top: 12px;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.header .hnavimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .hnav2rg {
    flex: 0 0 50%;
    margin-left: 7%;
    padding-left: 6%;
    border-left: 1px solid #d6d6d6;
}

.header .hnav2-item {
    line-height: 1;
}

.header .hnav2-item a {
    color: #333;
    transition: all .5s;
}

.header .hnav2-item a:hover {
    color: var(--color);
}

.header .head-rg {
    display: flex;
    height: 100%;
    margin-left: 4.58vw;
}

.header .search {
    height: 100%;
    align-items: center;
    display: flex;
}

.header .search a {
    height: 20px;
}

.header .search svg {
    width: 20px;
    height: 20px;
}

.header .language {
    display: flex;
    padding-left: 0px;
    position: relative;
    margin-left: 20px;
    flex-wrap: wrap;
}

.header .language:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    transform: translateY(-50%);
    background-color: #fff;
    transition: all .6s;
}

.header .language a {
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin-left: 14px;
    color: #fff;
    transition: all .6s;
}

.header .language a img {
    width: 20px;
    object-fit: contain;
    margin-right: 6px;
}

.header.head_act {
    background-color: #fff;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    border-bottom: 1px solid #b2b2b2;
}

.header.head_act1 {
    background-color: #fff;
    border-bottom: 1px solid #b2b2b2;
}

.header.head_act .header-logo img:nth-child(1),
.header.head_act1 .header-logo img:nth-child(1) {
    display: none;
}

.header.head_act .header-logo img:nth-child(2),
.header.head_act1 .header-logo img:nth-child(2) {
    display: block;
}

.header.head_act .headnav1,
.header.head_act1 .headnav1,
.header.head_act .language a,
.header.head_act1 .language a {
    color: #333;
}
.header .headnav1:hover {
    color: var(--color)!important;
}
.header.head_act .search svg path,
.header.head_act1 .search svg path {
    fill: #333;
}

.header.head_act .language:before,
.header.head_act1 .language:before {
    background-color: #333;
}

.footer {
    background-color: #333b45;
}

.footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footer-logo {
    width: 166px;
}

.footer .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .social {
    display: flex;
}

.footer .social-item {
    flex: none;
    margin-left: 24px;
}

.footer .social-item a {
    display: block;
    height: 24px;
}

.footer .social svg {
    width: 24px;
    height: 24px;
}

.footer .footer-nav {
    display: flex;
    justify-content: space-between;
}

.footer .fnav-item {
    flex: none;
    flex-shrink: 1;
}

.footer .fnav1-item {
    color: #fff;
    line-height: 1.5;
}

.footer .fnav2-item {
    line-height: 34px;
}

.footer .fnav2-item a {
    color: rgba(255, 255, 255, .2);
    transition: all .5s;
}

.footer .fnav2-item a:hover {
    color: #fff;
}

.footer .footer-btm {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer .copyright {
    color: rgba(255, 255, 255, .16);
    line-height: 16px;
}

.footer .other {
    display: flex;

}

.footer .other-item {
    margin-left: 18px;
    padding-left: 19px;
    position: relative;
    line-height: 16px;
}

.footer .other-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .16);
}

.footer .other-item:first-child:after {
    content: none;
}

.footer .other-item a {
    color: rgba(255, 255, 255, .16);
    line-height: 16px;
    transition: all .5s;
}

.footer .other-item a:hover {
    color: rgba(255, 255, 255, 1);
}


.inbanner {
    position: relative;
}

.inbanner:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
   background: rgba(0,0,0,.2);
}

.inbanner .banner-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inbanner>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.inbanner .banner-tit {
    font-weight: bold;
    color: #fff;
    line-height: 1.069;
    width: 32%;
}

.inbanner .banner-des {
    color: rgba(255, 255, 255, .6);
    line-height: 1.375;
    width: 45%;
}

.thumb {
    border-bottom: 1px solid #f4f4f4;
}

.thumb ul {
    display: flex;
    flex-wrap: wrap;
}

.thumb li {
    line-height: 60px;
    color: #666;
    position: relative;
}

.thumb li:first-child a {
    display: flex;
    align-items: center;
    color: #666;
}

.thumb li a {
    color: #666;
    transition: all .5s;
}

.thumb li a:hover {
    color: #062659;
}

.thumb li:first-child a svg {
    margin-right: 16px;
}

.thumb li:not(:first-child):before {
    content: '/';
    color: #666;
    display: inline-block;
    margin-left: 14px;
    margin-right: 14px;
}

.mohead {
    display: none;
}

@media screen and (max-width:1600px) {
    .wrap {
        width: 80%;
    }

    .header .wrap {
        width: 90%;
    }
    
    .conmore{
        width: 180px;
        height: 48px;
 
    }
    .conmore a{
           line-height: 46px;
    }

}
@media screen and (max-width:1600px){
    .header .headnav1{
        font-size: 16px;
    }
}
@media screen and (max-width:1440px) {
    
    .header .headnav-item {
        margin: 0 15px;

    }

    .header .head-rg {
        margin-left: 2.5vw;
    }
    .conmore{
        width: 160px;
        height: 44px;
        line-height: 42px;
    }
        .conmore a{
           line-height: 42px;
    }
}

@media screen and (max-width:1320px) {
    .header .headnav1 {
        font-size: 14px;
    }

    .header .header-logo {
        width: 140px;
    }
}

@media screen and (max-width:1200px) {
    .wrap {
        width: 90%;
    }

    .header .wrap {
        width: 95%;
    }

    .header .headnav-item {
        margin: 0 10px;

    }

}

@media screen and (max-width:1024px) {

    .conmore{
        width: 140px;
        height: 40px;
           
    }
    .conmore a{
         line-height: 38px;
    }
    .header {
        display: none;
    }

    .mohead {
        display: block;
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        transition: all .6s;
        height: 60px;
        background-color: #fff;
        border-bottom: 1px solid #b2b2b2;
    }

    .mohead .wrap {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .mohead .header-logo {
        width: 130px;
    }

    .mohead .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .mohead .search svg {
        width: 22px;
        height: 22px;
    }

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

    .mohead .search a {
        display: block;
        height: 22px;
    }

    .mohead .search svg path {
        fill: #333;
    }

    .phone_menu {
        display: block;
        width: 24px;
        height: 14px;
        position: relative;
        margin-left: 20px;
    }




    .phone_menu span {
        background: #333;
        height: 2px;
        display: block;
        transition: 0.5s;
        width: 100%;
    }

    .phone_menu span:first-child {
        transition: 0.5s;
        position: absolute;
        transform: translateY(6px);
    }

    .phone_menu span:last-child {
        transition: 0.5s;
        position: absolute;
        transform: translateY(12px);
        top: 0;
    }

    .menu_act span:first-child {
        transition: 0.5s;
        transform: translateY(8px) rotate(45deg);
    }


    .menu_act span:nth-child(2) {
        opacity: 0;
        transition: 0.5s;
    }

    .menu_act span:last-child {
        transition: 0.5s;
        transform: translateY(8px) rotate(135deg);
    }

    .moheadnav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        height: calc(100% - 60px);
        overflow-y: auto;
        display: none;
    }


    .xuan:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto 0;
        display: block;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border-right: 2px solid rgba(0, 0, 0, 0.2);
        border-top: 2px solid rgba(0, 0, 0, 0.2);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.5s;

    }

    .xuan {
        position: relative;
    }

    .xuan_act:after {
        transform: rotate(135deg);
    }

    .mohead .nav1 {
        color: #333;
        line-height: 2;
    }




    .moheadnav .headnav-item {
        padding: 5px 0;
        border-bottom: 1px solid #b2b2b2;
    }

    .moheadnav .nav2 {
        padding: 10px 0;
        display: none;
    }

    .nav2 a {
        width: 100%;
        padding: 5px 15px;
        color: rgba(0, 0, 0, 0.6);
        display: block;
        font-size: 14px;
        line-height: 1.5;
    }

    .mohead .language {
        display: flex;
        margin-top: 30px;
        align-items: center;
        justify-content: center;
    }

    .mohead .language a:nth-child(2) {
        margin-left: 16px;
    }

    .mohead .language a {
        display: flex;
        align-items: center;
        line-height: 1.5;
        color: #333;

    }

    .mohead .language a img {
        width: 20px;
        object-fit: contain;
        margin-right: 6px;
    }

    .footer .footer-nav {
        flex-wrap: wrap;
    }

    .footer .fnav-item {
        flex: 0 0 100%;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footer .fnav1-item.xuan:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto 0;
        display: block;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border-right: 2px solid rgba(255, 255, 255, .8);
        border-top: 2px solid rgba(255, 255, 255, .8);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.5s;
    }

    .footer .fnav1-item.xuan.act:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .footer .fnav2-item {
        line-height: 28px;
    }

    .footer .fnav2 {
        padding-top: 10px;
        margin-top: 0;
        display: none;
    }

    .footer .fnav1-item {
        font-size: 16px;
        line-height: 2;
        position: relative;
    }

}

@media screen and (max-width:768px) {

    .mohead .header-logo {
        width: 110px;
    }

    .mohead {
        height: 50px;
    }

    .moheadnav {
        top: 50px;
        height: calc(100% - 50px);
    }

    .conmore {
        width: 120px;
        height: 36px;
    }

    .conmore a {
        line-height: 34px;
    }
 .thumb{
     padding: 10px 0;
 }
    .thumb li {
        line-height: 30px;
    }

    .thumb li:first-child a svg {
        margin-right: 8px;
    }

    .thumb li:not(:first-child):before {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .footer-btm {
        flex-wrap: wrap;
    }

    .footer .other {
        flex: 0 0 100%;
        margin-top: 10px;
    }

    .footer .other-item {
        padding-left: 0;
        margin-left: 0;
        padding-right: 15px;
        margin-right: 14px;
    }

    .footer .other-item::after {
        right: 0;
        left: auto;
    }

    .footer .other-item:first-child:after {
        content: "";
    }

    .footer .other-item:last-child:after {
        content: none;
    }

    .footer .footer-logo {
        width: 120px;
    }

    .footer .social-item {
        margin-left: 16px;
    }


}




.header .search-drop-down {
    position: absolute;
    top: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 10rem;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.header .search-drop-down .search-wrapper {
    width: 100%;
    max-width: 83rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.header .search-drop-down .search-wrapper span {
    display: flex;
    height: 32px;
    align-items: center;
}

.header .search-drop-down .search-wrapper span #search-btn {
    padding-right: 2rem;
    cursor: default;
    display: flex;
    position: relative;
    top: 2px;
}

.header .search-drop-down .search-wrapper span #search-btn i {
    font-size: 2rem;
    color: #eeeeee;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span #search-btn.active {
    cursor: pointer;
}

.header .search-drop-down .search-wrapper span #search-btn.active i {
    color: #640000;
}

.header .search-drop-down .search-wrapper span#close {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    top: 2px;
    cursor: pointer;
    margin-left: 0.5rem;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span#close .top-hr {
    position: absolute;
    top: 50%;
    margin-top: -0.05rem;
    width: 100%;
    height: 0.1rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close .bottom-hr {
    position: absolute;
    top: 50%;
    margin-top: -0.05rem;
    width: 100%;
    height: 0.1rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close.active,
.header .search-drop-down .search-wrapper span#close:hover {
    opacity: 1;
}

.header .search-drop-down .search-wrapper span#close.active .top-hr,
.header .search-drop-down .search-wrapper span#close:hover .top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.header .search-drop-down .search-wrapper span#close.active .bottom-hr,
.header .search-drop-down .search-wrapper span#close:hover .bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.header .search-drop-down .search-wrapper input {
    width: 50rem;
    color: #FFFFFF;
    font-size: 16px;
    height: 32px;
    padding: 0.5rem 0;
    border: none;
    background: none;
    border-bottom: 1px solid #eeeeee;
}

.header .search-drop-down .search-wrapper input::-webkit-input-placeholder {
    color: #ffffff;
}

.header .search-drop-down .search-wrapper input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}



.laypage_main{
    display: flex;
    align-items: center;
    justify-content: center;
}

.laypage_main a, .laypage_main span{
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #333;
    margin: 0 2.5px;
    font-size: 14px;
    border-radius: 50%;
    border:1px solid #d5d5d5;
    background-color: #fff;
}
.laypage_main a:hover{
    border-color: var(--color);
    color: var(--color);
    
}
.laypage_main .laypage_prev{
        width: auto;
    border-radius: 20px;
    padding: 0 20px;
    margin-right: 8px;
}
.laypage_main .laypage_next{
    width: auto;
    border-radius: 20px;
    padding: 0 20px;
    margin-left: 8px;
}
 .laypage_main .laypage_curr{
     color: #fff;
     border-color: var(--color);
     background-color: var(--color);
}
@media screen and (max-width:768px){
        .laypage_main a, .laypage_main span{
        height: 28px;
        width: 28px;
        line-height: 26px;
        font-size: 12px;
    }
    .laypage_main .laypage_prev,
.laypage_main .laypage_next{
    padding: 0 10px;
 
}
}



  /* Cookie弹窗容器 */
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #2c3e50;
            color: #ffffff;
            padding: 20px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            z-index: 9999; /* 确保弹窗在最上层 */
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
        }

        /* 弹窗文本区域 */
        .cookie-banner__text {
            flex: 1;
            min-width: 280px;
            font-size: 14px;
            line-height: 1.5;
        }

        .cookie-banner__text h3 {
            font-size: 16px;
            margin-bottom: 8px;
            font-weight: 600;
        }

        /* 按钮区域 */
        .cookie-banner__buttons {
            display: flex;
            gap: 10px;
        }

        /* 通用按钮样式 */
        .cookie-btn {
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: background-color 0.2s ease;
        }

        /* 同意按钮 */
        .cookie-btn--accept {
            background-color:#125fad;
            color: white;
        }

        .cookie-btn--accept:hover {
            background-color: #125fad;
        }

        /* 拒绝/设置按钮 */
        .cookie-btn--settings {
            background-color: #ffffff;
            color: #2c3e50;
        }

        .cookie-btn--settings:hover {
            background-color: #f1f1f1;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .cookie-banner {
                padding: 15px;
                flex-direction: column;
                align-items: flex-start;
            }

            .cookie-banner__buttons {
                width: 100%;
                justify-content: flex-end;
            }
        }

