.fotbox .fot1 .fxlj {
    position: absolute;
    bottom: 0;
    right: 15rem;
    display: flex;
}

.fotbox .fot1 .fxlj .fxli {
    margin: 0 12px 0;
    width: 42px;
    height: 42px;
    background: #656565;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}

.fotbox .fot1 .fxlj .fxli:last-child {
    margin-right: 0px;
}

.fotbox .fot1 .fxlj .fxli:first-child {
    margin-left: 0px;
}

.fotbox .fot1 .fxlj .fxli i {
    font-size: 1.5rem;
}

.fotbox .fot1 .jut .gt .fen:nth-child(3) {
    position: relative;
    width: 200%;
}

.fotbox {
    position: relative
}

.fotbox .fot1 {
    background-size: cover;
    position: relative;
    background: #1E2026
}

.fotbox .fot1 .contain {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .fotbox .fot1 .contain {
        display: block
    }
}

.fotbox .fot1 .jut {
    width: calc(35% - 20px)
}

@media (max-width: 767px) {
    .fotbox .fot1 .jut {
        width: 100%
    }

    .fotbox .fot1 .jut .left-box {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end
    }

    .fotbox .fot1 .jut .lt {
        width: 100%
    }

    .fotbox .fot1 .jut .select {
        margin-top: .5rem
    }
}

.fotbox .fot1 .jut .lt .logo {
    display: block;
    overflow: hidden
}

.fotbox .fot1 .jut .lt .logo img {
    max-height: 55px
}

.fotbox .fot1 .jut .select {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 8px 20px;
    border-radius: 22px;
    max-width: 200px;
    line-height: 44px;
    height: 44px
}

.fotbox .fot1 .jut .select:hover, .fotbox .fot1 .jut .select.on {
    background: #E62129;
    border: 0
}

.fotbox .fot1 .jut .select:hover .tit, .fotbox .fot1 .jut .select.on .tit {
    color: #fff
}

.fotbox .fot1 .jut .select .tit {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    user-select: none;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.fotbox .fot1 .jut .select .tit span {
    padding: 0 8px
}

.fotbox .fot1 .jut .select .tit i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative
}

.fotbox .fot1 .jut .select .hover1, .fotbox .fot1 .jut .select .hover2 {
    position: absolute;
    display: none;
    z-index: 4
}

.fotbox .fot1 .jut .select .hover1 {
    top: 100%;
    width: 100%;
    left: 0;
    overflow: auto
}

.fotbox .fot1 .jut .select .hover1 a {
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #f7f7f7;
    border-radius: 22px;
    margin-top: 5px;
    line-height: 42px
}

.fotbox .fot1 .jut .select .hover1 a:hover {
    background: #fff
}

.fotbox .fot1 .jut .select .hover2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fotbox .fot1 .jut .select .hover2 .container {
    position: relative
}

.fotbox .fot1 .jut .select .hover2 .bgimg, .fotbox .fot1 .jut .select .hover2 .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fotbox .fot1 .jut .select .hover2 .c-cont {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.3rem 0 1rem
}

.fotbox .fot1 .jut .select .hover2 .tit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: .25rem
}

@media (max-width: 767px) {
    .fotbox .fot1 .jut .select .hover2 .tit {
        padding-bottom: .4rem
    }
}

.fotbox .fot1 .jut .select .hover2 .tit .div2 {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.fotbox .fot1 .jut .select .hover2 .tit .div2:hover img, .fotbox .fot1 .jut .select .hover2 .tit .div2:hover svg {
    transform: rotate(90deg)
}

.fotbox .fot1 .jut .select .hover2 .tit .div2 img, .fotbox .fot1 .jut .select .hover2 .tit .div2 svg {
    width: .2rem;
    height: .2rem;
    min-width: 15px;
    min-height: 15px
}

.fotbox .fot1 .jut .select .hover2 .link-box {
    display: flex;
    flex-wrap: wrap;
    max-height: 3.8rem;
    overflow-y: auto;
    margin-top: .35rem
}

@media (max-width: 767px) {
    .fotbox .fot1 .jut .select .hover2 .link-box {
        max-height: 8.5rem;
        margin-top: .4rem
    }
}

.fotbox .fot1 .jut .select .hover2 .link-box::-webkit-scrollbar {
    width: 2px;
    height: 1px
}

.fotbox .fot1 .jut .select .hover2 .link-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #999
}

.fotbox .fot1 .jut .select .hover2 .link-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #f5f5f5
}

.fotbox .fot1 .jut .select .hover2 .link-box .c-li {
    width: 25%;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .fotbox .fot1 .jut .select .hover2 .link-box .c-li {
        width: 50%
    }
}

.fotbox .fot1 .jut .select .hover2 .link-box .c-li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    transition: all .3s
}

.fotbox .fot1 .jut .select .hover2 .link-box .c-li a:hover {
    color: #fff
}

.fotbox .fot1 .jut .gt {
    margin: 33px 0 0px;
}

.fotbox .fot1 .jut .gt .fz_nei {
    display: grid;
    gap: 14px;
}

@media (max-width: 767px) {
    .fotbox .fot1 .jut .left-box{
        margin-bottom: 20px;
    }
    .fotbox .fot1 .jut .gt {
        width: calc(50% - 10px)
    }
    .fotbox .fot1 .cont{
        color: #fff;
    }
    .fotbox .fot1 .fxlj {
        position: absolute;
        bottom: 0;
        right: 1rem;
        display: flex;
    }
}

@media (min-width: 768px) {
    .fotbox .fot1 .jut .gt .select1 {
        display: none
    }
}

.fotbox .fot1 .jut .gt .fen {
    color: #D2D2D3;
    font-weight: 400;
}
/* 前台公共语言弹框内容 */
.language_con{display:flex;flex-wrap:wrap;}
.language_modal_a{width:16.6666%;display:flex;padding:15px 10px;color:inherit;}
.language_modal_a img{width:30px;height:30px;display:block;min-width:30px;border-radius:50%;}
.language_modal_a span{display:block;padding-left:6px;overflow:hidden;text-overflow:ellipsis;line-height:30px;white-space:nowrap;}
.language_modal_a img[lans-src]{display:none;}
.language_modal_blade .lang_head{font-size:38px!important;}
@media (max-width:1025px){
    .language_modal_blade .language_con{width:240px!important;float:right;color:#fff;}
    .language_modal_a{width:100%;}
    .language_modal_blade{background: rgba(0,0,0,.7)!important;}
    .language_modal_blade .lang_head{color:#fff;}
    .language_modal_blade .lang_head{font-size:30px!important;}
}

.language_modal_blade {display: none}
.language_modal_mask_body {overflow: hidden !important;width: 100%;height: 100%}
body.language_modal_mask_body .language_modal_blade {display: block}
.language_modal_mask {display: none}

@media (min-width:1025px) {
    .language_modal_blade {position: fixed;width: 1000px;max-width: 100%;height: 80%;background: #fff;border-radius: 15px;box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75);z-index: 1021;left: 0;right: 0;margin: auto;top: 10%;color: #000;display: none}
    .language_modal_blade .lang_head {height: 100px;line-height: 98px;font-size: 48px;overflow: hidden;padding: 0 30px;border-bottom: 1px solid #ddd;font-weight: 700}
    .language_modal_blade .lang_head .head_close_box {float: right;line-height: 98px}
    .language_modal_blade .lang_head .head_close {width: 50px;height: 50px;display: inline-block;line-height: 50px;text-align: center;cursor: pointer}
    .language_modal_blade .lang_head .head_close:hover {opacity: .4}
    .language_modal_blade .language_con {padding: 30px;position: absolute;top: 100px;left: 0;right: 0;bottom: 0;overflow: hidden;overflow-y: auto}
    .language_modal_blade .lan_ul {overflow: hidden;margin-left: -10px;margin-right: -10px}
    .language_modal_blade .lan_ul li {float: left;width: 16.6666%;padding: 0 10px;margin-bottom: 30px;color: #444}
    .language_modal_blade .lan_ul li.active {color: inherit;font-weight: 700}
    .language_modal_blade .lan_ul li:hover a {color: #000}
    .language_modal_blade .lan_ul .lan_img {float: left;display: block;width: 30px;height: 30px}
    .language_modal_blade .lan_ul .lan_img img {display: block;width: 100%;height: 100%;border-radius: 50%}
    .language_modal_blade .lan_ul .lan_txt {line-height: 30px;margin-left: 36px;font-size: 12px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
    .language_modal_mask {display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .4);z-index: 999}
    body.language_modal_mask_body .language_modal_mask {display: block}
}

@media (max-width:1025px) {
    .language_modal_blade {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .6);z-index: 999;padding-top: 60px}
    .language_modal_blade .lang_head {position: absolute;right: 0;top: 0;line-height: 50px;height: 50px;padding-right: 50px;font-size: 40px}
    .language_modal_blade .lang_head>span {display: none}
    .language_modal_blade .language_con {height: 100%;width: 100%;overflow: auto;padding-bottom: 50px}
    .language_modal_blade .language_con .lan_ul {float: right;padding: 0 20px}
    .language_modal_blade .language_con .lan_ul a {color: inherit;display: block}
    .language_modal_blade .language_con .lan_ul li {color: #fff;overflow: hidden;margin-bottom: 10px}
    .language_modal_blade .language_con .lan_ul li.active {color: inherit}
    .language_modal_blade .language_con .lan_img {display: block;float: left;width: 40px;height: 40px}
    .language_modal_blade .lan_ul .lan_img img {display: block;width: 100%;height: 100%;object-fit: contain}
    .language_modal_blade .language_con .lan_txt {line-height: 40px;margin-left: 50px;font-size: 16px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 200px}
}


div.language_modal_blade .language_con{display:block;}
div.language_modal_blade .active_locale_v{position:absolute;left:0;bottom:0;width:100%;height:40px;line-height:40px;text-align:center;box-shadow:0 0 4px 0 rgba(0,0,0,.1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media (min-width: 1025px){
    div.language_modal_blade .language_con{bottom:40px;display:block;}
    .language_modal_a{float:left;display:block;}
    .language_modal_a img{margin:auto;}
    .language_modal_a span{padding-left:0;text-align:center;}
}
.language_modal_a img{width:50px;height:auto;;border-radius:0;min-width:50px;}
@media (max-width: 1025px){div.language_modal_blade{padding-bottom:40px;}div.language_modal_blade .active_locale_v{color:#fff;}}

@media (max-width: 1580px) {
}

@media (min-width: 768px) {
    .fotbox .fot1 .cont {
        display: flex;
        justify-content: space-between;
        width: calc(65% - 20px)
    }

    @media (max-width: 767px) {
        .fotbox .fot1 .cont {
            flex-wrap: wrap;
            width: 100%
        }
    }.fotbox .fot1 .cont .item {
         margin-right: 20px
     }

    @media (max-width: 767px) {
        .fotbox .fot1 .cont .item {
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0
        }

        .fotbox .fot1 .cont .item:last-child {
            margin-bottom: 0
        }
    }.fotbox .fot1 .cont .item .tit {
         display: flex;
         align-items: center;
         justify-content: space-between;
         color: #fff
     }

    .fotbox .fot1 .cont .item .tit i {
        padding-left: 10px;
        opacity: .5
    }

    @media (min-width: 1200px) {
        .fotbox .fot1 .cont .item.on .tit i img {
            transform: rotate(180deg)
        }

        @media (max-width: 1199px) {
        }@media (max-width: 767px) {
    }.fotbox .fot2 {
         padding: 0 0 30px;
         background: #1E2026;
         color: #A3A3A3;
         line-height: 22px;
         font-weight: 400;
     }

        @media (max-width: 767px) {
            .fotbox .fot2 {
                padding: 20px 0
            }
        }.fotbox .fot2 .container {
             width: 1200px;
             padding-top: 39px;
             border-top: 1px solid #5D5E68;
             display: flex;
             justify-content: center;
         }

        @media (max-width: 767px) {
            .fotbox .fot2 .container {
                flex-wrap: wrap;
                text-align: center;
                justify-content: flex-start
            }
        }.fotbox .fot2 .container span, .fotbox .fot2 .container a {
             display: inline-block;
             transition: all .3s linear;
             opacity: .5
         }

        .fotbox .fot2 .container a:hover {
            /*background: -webkit-linear-gradient(to left, #b8d200, #00913a);*/
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            opacity: 1
        }

        .fotbox .fot2 .container .lt {
            display: flex;
            flex-wrap: wrap
        }

        @media (max-width: 1199px) {
            .fotbox .fot2 .container .lt {
                width: 60%
            }
        }@media (max-width: 767px) {
        .fotbox .fot2 .container .lt {
            justify-content: center;
            margin-bottom: 5px;
            width: 100%;
            flex-direction: column;
            align-items: flex-start
        }
        }.fotbox .fot2 .container .lt a {
             display: flex;
             align-items: center
         }

        .fotbox .fot2 .container .lt a:nth-of-type(1) {
            margin-left: 20px
        }

        @media (max-width: 1199px) {
            .fotbox .fot2 .container .lt a:nth-of-type(1) {
                margin-left: 10px
            }
        }@media (max-width: 767px) {
        .fotbox .fot2 .container .lt a:nth-of-type(1) {
            margin-left: 0
        }
        }.fotbox .fot2 .container .gt {
         display: flex
        }

        .fotbox .fot2 .container .gt a {
            margin: 0 10px
        }

        @media (max-width: 1199px) {
            .fotbox .fot2 .container .gt a {
                margin: 0 5px
            }
        }@media (max-width: 767px) {
        .fotbox .fot2 .container .gt a:nth-of-type(1) {
            margin-left: 0
        }
        }.sideBar-wrapper {
         position: fixed;
         z-index: 999;
         right: 23px;
         top: 50%;
         transform: translateY(-50%);
         display: flex;
         flex-direction: column;
         align-items: flex-end;
         width: 50px;
         max-height: 180px;
         gap: 10px
     }

        .sideBar-wrapper a {
            display: flex;
            align-items: center;
            color: #fff;
            margin-top: 2px;
            background: #5e5c5d;
            border-radius: 50%;
            transition: all .4s ease;
            width: 50px;
            text-decoration: none
        }

        .sideBar-wrapper a i {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem
        }

        .sideBar-wrapper a:hover {
            background: #E62129;
            transform: translateX(0)
        }



        .popMessage,.Ewm,.Phone,.Ewm2 {
            position: fixed;
            display: none;
            z-index: 9999;
            width: 434px;
            box-shadow: 0 4px 16px 2px rgba(0, 0, 0, .1);
            right: 80px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 10px;
            background: #fff;
            padding: 58px 50px;
            overflow: hidden
        }

        .popMessage-close,.Ewm-close,.Phone-close,.Ewm2-close {
            width: 50px;
            height: 50px;
            position: absolute;
            cursor: pointer;
            background: url(/template/cn/image/popIE.svg) no-repeat center/18px auto;
            right: 0;
            top: 0;
            transition: all .4s ease
        }

        .popMessage-close:hover,.Ewm-close:hover,.Phone-close:hover,.Ewm2-close:hover {
            transform: rotate(90deg)
        }

        .popMessage-title .name {
            color: #333;
            line-height: 28px
        }

        .popMessage-title .desc {
            color: #888;
            line-height: 18px;
            margin-top: 8px
        }

        .popMessage-form {
            width: 100%;
            margin-top: 28px
        }

        .popMessage-form li {
            margin-top: 12px;
            border: 1px solid #e6e6e6;
            border-radius: 2px
        }

        .popMessage-form li:last-child {
            border: none;
            margin-top: 20px
        }

        .popMessage-form li input, .popMessage-form li textarea {
            width: 100%;
            display: block;
            border: none;
            font-size: 15px;
            color: #000;
            padding: 0 16px;
            height: 40px;
            font-family: SamsungOne300
        }

        .popMessage-form li textarea {
            padding: 12px 16px;
            height: 90px
        }

        .popMessage-form li input::-webkit-input-placeholder, .popMessage-form li textarea::-webkit-input-placeholder {
            color: #a8adb6;
            font-size: 15px;
            font-family: SamsungOne300
        }

        .popMessage-form li.code {
            display: flex;
            justify-content: space-between
        }

        .popMessage-form li.code input {
            width: calc(100% - 96px)
        }

        .popMessage-form li.code span {
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer
        }

        .popMessage-form li.code span img, .popMessage-form li.code span canvas {
            height: 100%
        }

        .popMessage-form li button {
            width: 100%;
            height: 48px;
            border-radius: 24px;
            background: #E62129;
            font-size: 15px;
            color: #fff;
            cursor: pointer;
            font-family: SamsungOne600;
            transition: all .4s ease
        }

        @media (max-width: 1599px) {
            .popMessage,.Ewm,.Phone,.Ewm2 {
                width: 390px;
                padding: 40px 30px
            }
        }@media (max-width: 1439px) {
        .popMessage-form li input, .popMessage-form li textarea {
            height: 32px
        }

        .popMessage-form li {
            margin-top: 10px
        }

        .popMessage-form li:last-child {
            margin-top: 14px
        }

        .popMessage-form li button {
            height: 40px
        }

        .popMessage-form {
            margin-top: 16px
        }

        .popMessage-title .desc {
            margin-top: 2px
        }

        .popMessage,.Ewm,.Phone,.Ewm2 {
            width: 350px
        }

        .popMessage-form li textarea {
            height: 80px
        }
    }@media (max-width: 640px) {
        .popMessage,.Ewm,.Phone,.Ewm2 {
            width: 300px;
            padding: 20px 16px;
            top: auto;
            bottom: 20px;
            transform: none;
            right: 50px
        }

        .popMessage-title .name {
            line-height: 24px
        }

        .popMessage-title .desc {
            line-height: 16px;
            margin-top: 4px
        }

        .popMessage-form li {
            margin-top: 6px
        }

        .popMessage-form li input, .popMessage-form li textarea {
            padding: 0 10px;
            height: 34px
        }

        .popMessage-form {
            margin-top: 12px
        }

        .popMessage-form li textarea {
            padding: 6px 10px;
            height: 66px
        }

        .popMessage-form li.code span {
            height: 34px
        }

        .popMessage-form li:last-child {
            margin-top: 10px
        }

        .popMessage-form li button {
            height: 36px;
            border-radius: 18px
        }
    }