@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

video {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next1,
.swiper-button-prev1 {
    outline: none;
}

body * {
    box-sizing: border-box;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    /* font-family: Microsoft YaHei; */
}

video {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: fill; */
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 0;
}


/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}

p,
li,
div {
    /* 
	line-height: 20px;*/
}


/* 标题样式 */

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

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}


/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}


/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}


/* 链接样式 */

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.safety_width {
    width: 100%;
    max-width: 1836px;
    margin: 0 auto;
    padding: 0 20px;
}

.pc_header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    /* padding: 15px 0; */
    align-items: center;
    justify-content: center;
    display: flex;
}

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

.pc_header_ul {
    display: flex;
    width: 55%;
    justify-content: end;
}

.pc_header_ul_li {
    width: 20%;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    /* line-height: normal; */
    display: flex;
    justify-content: center;
    /* padding: 15px 0; */
    line-height: 83px;
}

.pc_header_ul_li:last-child {
    margin-right: 0;
}

.nav_a {
    color: white;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.nav_a a{color:#fff}*/
.pc_header_logo_img {
    height: 53px;
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 236px 0 120px;
    z-index: 1;
}


/*底部*/

.footer {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer_all {
    display: flex;
    padding-top: 231px;
}

.footer_1 {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.footer_div h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.footer_div p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.footer_2_d {
    margin-top: 20px;
}

.footer_2_d a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}

.footer_div {
    width: 23%;
    color: white;
    margin-left: 110px;
}

.footer_div:first-child {
    margin-left: 0;
}

.icon_f {
    display: flex;
    align-items: center;
}

.f_title {
    margin-top: 34px;
    margin-bottom: 35px;
}

.footer_1>img {
    margin-bottom: 10px;
}

.icon_f img {
    margin-right: 7px;
}

.footer_2 {
    margin-left: 163px;
}

.footer_3 {
    margin-left: 0;
}


/* @media (min-width:1024px) {
    .footer_2_d a:hover {
        transition: all 500ms ease;
        color: white;
    }
    .footer_2_d a::after {
        transform: scale(1, 1);
        transform-origin: right center;
    }
    .footer_2_d a::after {
        content: '';
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 1px;
        transform: scale(0, 1);
        transform-origin: left center;
        background-color: currentColor;
        transition: transform 500ms ease;
    }
} */

.row {
    --bs-gutter-x: 30px;
    display: flex;
}

.footer-widget__about {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    font-size: 12px;
    color: #FFFFFF;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
}

.footer-widget__about-social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footer-widget__about-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: white;
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-widget__title {
    font-size: 18px;
    color: white;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}

.footer-widget__links-list {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    color: #FFFFFF;
    transition: all 500ms ease;
}

.footer-widget__newsletter-text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    padding-bottom: 23px;
    padding-top: 5px;
}

.footer-widget__links-list li a::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background-color: currentColor;
    transition: transform 500ms ease;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    display: flex;
}

.footer-widget__contact-list li .icon {
    /*display: flex;*/
    align-items: center;
    position: relative;
    top: 2px;
}

.footer-widget__contact-list li .icon span {
    font-size: 13px;
    color: white;
}

.footer-widget__contact-list li .text {
    margin-left: 10px;
    width: 200px;
}

.footer-widget__contact-list li .text p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

.footer-widget__contact-list li .text p a {
    color: white;
    transition: all 500ms ease;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box input {
    font-size: 12px;
    color: #7b7981;
    font-weight: 500;
    text-transform: capitalize;
    height: 60px;
    width: 100%;
    background: white;
    border: none;
    border-radius: 8px;
    padding-right: 95px;
    outline: none;
    padding-left: 20px;
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0096DB;
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white;
    transition: all 500ms ease;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .2em;
}

.footer-widget__contact-text {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 3px;
}

.footer-widget__links-list li a::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background-color: currentColor;
    transition: transform 500ms ease;
}

.fa-twitter:before {
    content: "\f099";
}

.fab,
.far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.footer-widget__about-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #100d16;
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    width: 50px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    margin-right: 10px;
}

.site-footer__bottom {
    display: block;
    z-index: 2;
    /* top: 227px; */
    /* transform: translate(0px, 228%); */
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); */
}

.site-footer__bottom-container {
    position: relative;
    display: block;
    max-width: 1595px;
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #100d16;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 100px;
    line-height: 100px;
}

.footer_f {
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    color: white;
}

.footer_f p {
    /* padding: 43px 0; */
}

.footer2 {
    /* margin-left: 120px; */
    /* width: 32%; */
    /* width: 16%; */
    width: 27%;
    margin-left: 6vw;
}


/*0411新增*/

.footer3 {
    margin-left: 39px;
}

.fa_a {
    position: relative;
}

.fa_a:hover .show_code {
    display: flex;
}

.show_code {
    position: absolute;
    bottom: -110px;
    display: none;
    width: 100px;
    height: 100px;
}

.show_code img {
    width: 100%;
    height: 100%;
    margin: 0 3px;
}


/*0411新增结束*/

.fa-douy:before {
    content: " ";
    background-image: url(../images/douy1.png);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45%;
    height: 45%;
    margin: 0 auto;
    /* border: 1px solid; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.footer-widget__about-social a:hover .fa-douy:before {
    background-image: url(../images/douy2.png);
}

.footer4 {
    margin-left: 65px;
}


/*电脑顶部下拉框*/

.subMenu {
    position: absolute;
    left: 50%;
    width: 180px;
    padding: 25px 0;
    top: 83px;
    margin-left: -90px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.nav_a2 {
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #333;
    padding: 15px 10px;
    position: relative;
}

.pc_header_ul li {
    position: relative;
}

.pc_header_ul li:hover .subMenu {
    opacity: 1;
    visibility: visible;
}

.nav_a2 {
    color: #222222 !important;
}

.nav_a2:hover {
    background: #005FD5;
    color: #FFF !important;
}

.nav_a:hover:after {
    left: 0;
    width: 100%;
}

.nav_a:after {
    content: "";
    height: 3px;
    background: #005FD5;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.pop_white::after {
    background: white !important;
}

.pop_black::after {
    background: black !important;
}


/*手机顶部*/

.close_nav {
    display: none;
}

.m_header_all {
    display: none;
}

.m_menu_box {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    right: -100%;
    background: white;
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
}

.m_head_info {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    /* padding-top: 58px; */
}

.m_nav_ul {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    height: 100%;
    list-style: none;
    overflow: auto;
    background: #fff;
}

.m_nav_ul li {
    display: inline-block;
    width: 100%;
    /* line-height: 52px; */
    padding: 0 20px;
    /* border-bottom: 1px solid #ececec; */
    position: relative;
}

.m_nav_ul li a {
    display: inline-block;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #000;
}

.m_footet_bottom {
    padding: 20px 13px;
    line-height: 20px;
}

.m_footet_top {
    padding: 25px 30px 10px;
}

.right_ti {
    display: none;
}

.m_footer {
    display: none;
}

.sl_con2 {
    padding: 0 260px;
}

.right_f1 {
    padding: 0 260px 0 40px;
}

.left_f1 {
    padding: 0 40px 0 260px;
}

.sl_con3 {
    margin: 0 260px;
}

.sl_con4 {
    margin: 0 125px;
}

.sl_con5 {
    margin: 0 240px;
}

.clear {
    clear: both;
}

.content_con1 {
    background-color: #F7F7F7;
}

.p_80 {
    padding: 80px 0;
}


/*产品导航*/

.cp_show:hover .c_dao {
    display: flex;
}

.c_dao {
    position: fixed;
    top: 80px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 44px 60px;
    /* background-image: url(../images/back_c1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    width: 76%;
    display: none;
    justify-content: space-between;
    border-radius: 7px;
    left: 12%;
}

.d_left_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0096DB;
}

.d_left {
    width: 68%;
    margin-right: 70px;
}

.d_lt_left {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    width: 78%;
}

.d_lt_left .d_lt_left_one {
    position: relative;
    margin-right: 5%;
    position: relative;
    padding: 0px 5% 0px 0;
    letter-spacing: 1px;
}

.d_lt_left .d_lt_left_one::after {
    content: " ";
    color: #D3D3D3;
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    background: #D3D3D3;
}

.d_lt_left .d_lt_left_one:last-child {
    margin-right: 0;
}

.d_lt_left .d_lt_left_one:last-child::after {
    display: none;
}

.d_lt_right img {
    max-width: 191px;
}

.active_d {
    color: #0096DB !important;
}

.line_d {
    background-color: #0096DB;
    height: 4px;
    position: absolute;
    bottom: 0;
    min-width: 73%;
}

.d_left_list {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}

.dl_li {
    width: 30.66%;
    margin-right: 4%;
    /* padding: 16px 0; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    text-align: left;
    display: block;
}

.dl_li:nth-child(3n) {
    margin-right: 0;
}

.dl_li_a_n {
    opacity: 0;
    display: none;
    transition: all 0.5s ease-in-out;
}

.dl_li_aj {
    margin-left: 5px;
}

.dl_li_a,
.dl_li_a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #333333 !important;
}

.d_lt_left_one:hover {
    color: #333333;
}

.dl_o_span {
    display: inline-block;
    width: 100%;
}

.dl_li:hover .dl_li_a_n {
    opacity: 1;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.dl_li:hover .dl_li_a,
.dl_li:hover .dl_li_a span {
    color: #0096DB !important;
}

.dl_li:hover .dl_li_a::after {
    width: 100%;
}


/* .dl_li:hover .dl_li_a {
    border-bottom: 1px solid #0096DB;
} */

.dl_li_a {
    display: inline-flex;
    align-items: center;
    padding: 16px 0;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.dl_li_a::after {
    content: "";
    height: 1px;
    background: #0096DB;
    position: absolute;
    left: 0%;
    width: 0%;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.dl_li_a_img {
    margin-right: 7px;
}


/*0520新增*/

.none_show {
    display: none;
}

.back_img {
    background: no-repeat center/cover;
}

.ry_zz video,
.banner-background video,
.banner-background img,
.banner-backgroundimg,
.banner-background {
    height: 100%;
    width: 100%;
}

.banner-backgroundimg img {
    opacity: 0;
}

.z_all {
    overflow: hidden;
}


/*0520 end*/

@media (min-width:1024px) {
    .footer-widget__links-list li:hover>a::after {
        transform: scale(1, 1);
        transform-origin: right center;
    }
    .footer-widget__about-social a:hover {
        color: black;
        transform: rotate(360deg);
    }
    .footer-widget__about-social a:hover:before {
        transform: scaleX(1.0);
    }
}

@media(min-width:1671px) and (max-width:1850px) {
    .sl_con2,
    .safety_width {
        padding-left: 11.3% !important;
        padding-right: 11.3% !important;
    }
    .right_f1 {
        padding: 0 11.3% 0 40px;
    }
    .left_f1 {
        padding: 0 40px 0 11.3%;
    }
    .sl_con3,
    .sl_con4,
    .sl_con5 {
        /* margin: 0 7.3% !important; */
        margin-left: 11.3% !important;
        margin-right: 11.3% !important;
    }
}

@media(min-width:1500px) and (max-width:1670px) {
    .sl_con2,
    .safety_width {
        /* padding: 0 7.3% !important; */
        padding-left: 7.3% !important;
        padding-right: 7.3% !important;
    }
    .right_f1 {
        padding: 0 7.3% 0 40px;
    }
    .left_f1 {
        padding: 0 40px 0 7.3%;
    }
    .sl_con3,
    .sl_con4,
    .sl_con5 {
        /* margin: 0 7.3% !important; */
        margin-left: 7.3% !important;
        margin-right: 7.3% !important;
    }
}

@media(min-width:1025px) and (max-width:1500px) {
    .sl_con2,
    .safety_width {
        /* padding: 0 3% !important; */
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    .right_f1 {
        padding: 0 3% 0 40px;
    }
    .left_f1 {
        padding: 0 40px 0 3%;
    }
    .sl_con3,
    .sl_con4,
    .sl_con5 {
        /* margin: 0 3% !important; */
        margin-left: 3% !important;
        margin-right: 3% !important;
    }
    /* .about_ry_all {
        margin: 2.5% 0 !important;
    } */
    .about_ln_info {
        margin-top: 10px !important;
    }
    .about_sp {
        padding: 50px 0 !important;
    }
    .about_ln {
        margin: 50px 0 !important;
    }
    .site-footer__top-inner {
        padding: 10% 0 8%;
    }
}

@media(min-width:1025px) and (max-width:1200px) {
    .pc_header_ul {
        width: 70% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media(max-width:1024px) {
    .sl_con2 {
        padding: 26px 15px;
    }
    .sl_con3,
    .sl_con4,
    .sl_con5 {
        margin: 0 15px;
    }
    .pc_show{display:none!important}
    .pc_header {
        display: none;
    }
    .m_header_all {
        display: block;
        background-color: white;
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    }
    .m_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 9px 10px;
        /* height: 59px;
        line-height: 59px; */
    }
    .footer {
        display: none;
    }
    .m_header img {
        width: 20px;
    }
    .block_sj_img_logo {
        width: auto !important;
        height: 33px;
    }
    .site-footer__top-inner {
        padding: 35px 0 20px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .row {
        display: block;
    }
    .footer2,
    .footer4 {
        width: 100%;
        margin-left: 0;
    }
    .m_footer {
        display: block !important;
    }
    .dis_f {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }
    .site-footer__bottom-container {
        height: auto;
        line-height: normal;
    }
    .footer-widget__about-text {
        padding: 15px 0;
    }
    .footer-widget__title {
        margin-bottom: 10px;
        line-height: normal;
    }
    .footer-widget__links-list li a {
        line-height: 32px;
    }
    .footer-widget__contact-text {
        margin-bottom: 0;
        line-height: 20px;
    }
    .footer-widget__newsletter-text {
        padding-bottom: 10px;
    }
    .footer_f {
        display: block;
        padding: 22px 0;
    }
    .footer {
        background: url(../images/footer_m.png) no-repeat center/cover;
    }
    .footer-widget__about-social a {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }
    .tel {
        color: #FFFFFF;
        margin-top: 30px;
    }
    .tel div {
        margin-bottom: 10px;
    }
    .footer_f p {
        text-align: center;
        line-height: 20px;
        font-size: 14px;
    }
    .container1 {
        padding: 0 20px;
    }
    .footer_f p:last-child {
        margin-top: 5px;
    }
    /*手机导航下拉*/
    .mToggle,
    .mToggle_a,
    .mToggle_c {
        height: 61px;
        width: 61px;
        position: absolute;
        top: 0px;
        right: 0px;
        background: url(../images/z_add.png) no-repeat center center;
        cursor: pointer;
        /* display: none; */
        background-size: 16px auto;
    }
    .mToggle2,
    .mToggle2_a,
    .mToggle_c2 {
        background: url(../images/z_j.png) no-repeat center center;
        background-size: 16px auto;
    }
    .mMenu_dd2 {
        transition: all 0.5s ease-in-out;
        height: 0;
        overflow: hidden;
        position: relative;
    }
    .mMenu_a2 {
        font-size: 14px;
        color: #fff;
        line-height: 61px;
        display: block;
        border-bottom: 1px solid #ececec;
        padding-left: 25px;
    }
    /* .on .mMenu_a2 {
        height: 61px;
    } */
    .on .mMenu_dd2 {
        height: 61px;
    }
    .on2 {
        height: auto !important;
    }
    .mMenu_1 {
        border-bottom: 1px solid #ececec;
    }
    .mMenu_dd2_c .mMenu_a2 {
        border: none;
    }
    .on .mMenu_dd2_c {
        border-bottom: 1px solid #ececec;
    }
    .c_list_o {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }
    .c_list_o a {
        font-size: 14px !important;
        line-height: 40px !important;
    }
}
    /*右侧悬停*/
    .right_ti {
        width: 90px;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 99;
        transform: translate(0, -50%);
        display: block;
    }

    .right_ti ul .right_ti li {
        width: 100%;
    }

    .right_ti li {
        background: #0071BC;
        opacity: 0.85;
        border-bottom: 1px solid white;
        /* line-height: 80px;
        height: 80px; */
    }

    .right_ti li a {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        /* line-height: 32px; */
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* height: 80px; */
        padding: 16px;
    }

    .back_to {
        background-color: #C3A384 !important;
        border: none !important;
    }

    .right_ti_ul img {
        max-width: 30px;
        margin-bottom: 8px;
    }
.fix_rone:hover .fix_otext {
    opacity: 1;
    width: auto;
    transform: translateX(-50%);
    transition: all 0.4s ease-out;
}

.fix_otext {
    position: absolute;
    left: -90px;
    top: 0;
    height: auto;
    width: 0;
    transform: translateX(-80%);
    opacity: 0;
    transition: all 0.4s ease-out;
}
.fix_otext_number {
    height: 0;
    left: -110px;
    width: 200px !important;
    font-size: 16px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0s ease-out;

}
.fix_rone:hover .fix_otext.fix_otext_number {

    padding: 13px 15px;
    min-height: 100px;

}

.fix_otext_number span {
    color: #F9582D;
    font-size: 24px;
    font-weight: bold;
}

