* {
    margin: 0;
    padding: 0;
}

@-webkit-keyframes fadeInUps {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUps {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}


/* .fadeInUps {
    animation: fadeInUps 1s;
    -moz-animation: fadeInUps 1s;
    -webkit-animation: fadeInUps 1s;
    -o-animation: fadeInUps 1s;
} */

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

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

body * {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}

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

::-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;
}


/*顶部开始*/

.pc_header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    /* position: absolute; */
    opacity: 1;
    position: fixed;
    /* height: 72px;
    line-height: 72px; */
}

.pc_header_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3E3E3E;
}

.pc_header_ul {
    display: flex;
    width: 66%;
}

.pc_header_ul li {
    width: 12%;
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
    position: relative;
    margin-right: 0.5%;
    /* border-bottom: 1px solid #3E3E3E; */
}

.pc_header_ul li:last-child {
    margin-right: 0;
}

.pc_header_ul li:hover .head_zhe {
    display: flex;
}

.pc_header_ul li a {
    color: white;
    /* font-weight: 100; */
}

.pc_header_logo_img {
    height: 53px;
}

.active_this a {
    color: #F80202 !important;
}

.line_active_a {
    position: absolute;
    bottom: 0;
    width: 33px;
    height: 2px;
    background-color: #F80202;
    left: 50%;
    transform: translate(-50%, 0%);
}

.close_nav {
    display: none;
    width: 18px;
}

.pc_info {
    /* display: none; */
    position: fixed;
    left: 0;
    z-index: 9;
    top: 8.8%;
}

.head_zhe {
    display: none;
    /* position: absolute;
    left: 55%;
    transform: translate(-55%, 0px); */
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 30px;
    /* display: flex; */
    width: 70%;
    float: right;
    justify-content: space-between;
    min-height: 280px;
    transition: transform 500ms ease;
    text-align: left;
    box-shadow: 0px 6px 18px 0px rgba(102, 102, 102, 0.1);
}

.head_line {
    width: 1px;
    background: #ECECEC;
}

.head_zhe_left {
    width: 58%;
    text-align: left;
}

.head_zhe_right {
    width: 40%;
    padding: 37px 40px;
    color: #666666;
    font-size: 14px;
    text-align: left;
    /* display: flex;
    align-items: center; */
}

.head_zhe_right_all {
    display: flex;
    flex-wrap: wrap;
}

.head_zhe_right_all a {
    color: #666666 !important;
}

.head_zhe_right_o {
    width: 31%;
    margin-right: 3.5%;
    line-height: 40px;
    cursor: pointer;
    /* text-align: center; */
}

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

.head_zhe_left_h3 {
    font-weight: bold;
    color: #121212;
    font-size: 22px;
    line-height: 48px;
}

.head_zhe_left_p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    max-height: 300px;
    overflow-y: scroll;
}

.head_zhe_right_o:hover {
    font-weight: bold;
    color: #B50000 !important;
}


/* .active_this ::after {
    content: ' ';
    border-bottom: 1px solid #F80202;
} */


/*顶部结束*/


/*底部开始*/

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

.f_all {
    background-image: url('../image/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;
}

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

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

.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: 21px;
    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: 16px;
    line-height: 55px;
    font-weight: 500;
    color: #FFFFFF;
    transition: all 500ms ease;
}

.footer-widget__newsletter-text {
    color: #FFFFFF;
    font-size: 18px;
    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;
}

.footer-widget__contact-list li .text p {
    font-size: 16px;
    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 {
    max-width: 266px;
    font-size: 18px;
    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__newsletter {
    max-width: 306px;
}

.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: 26px;
    height: 60px;
    width: 60px;
    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__top-inner {
    padding: 132px 160px 90px !important;
}

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

.footer_f {
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    color: white;
}
.footer_f a{color:#fff}
.footer_f p {
    /* padding: 43px 0; */
}

.footer2 {
    margin-left: 140px;
    /* width: 30%; */
    width: 25%;
}

.footer4 {
    margin-left: 65px;
}


/*底部结束*/


/* .one_b {
    max-height: 100%;
} */

.m_footer,
.m_header {
    display: none;
}


/*分页*/

.page_f {
    display: flex;
    justify-content: center;
    margin-top: 61px;
    align-items: center;
}

.page_num {
    margin: 0 10px;
}

.page_prev,
.page_next {
    background: #B50000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    width: 90px;
    height: 34px;
    line-height: 34px;
}
.page_prev a,.page_next a{color:#fff}
.page_num_active {
    color: #B50000;
}

.page_num span {
    display: inline-block;
    width: 50px;
    text-align: center;
}

.m_type_list,
.m_show_info,
.page_f_m,
.m_text {
    display: none;
}
.page_f_pc {
    justify-content: flex-end;
}
@media(min-width:1024px) {
    /*右侧悬浮框*/
    .right_k {
        position: fixed;
        top: 50%;
        transform: translate(0, -50%);
        right: 8px;
        z-index: 90;
    }
    .right_k li {
        width: 89px;
        height: 89px;
        /* line-height: 89px; */
        background: #2A4772;
        opacity: 0.85;
        text-align: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        /* line-height: 28px; */
        color: #FFFFFF;
        display: flex;
        margin-bottom: 4px;
        cursor: pointer;
        position: relative;
        /* padding: 10px; */
    }
    .right_k_li_d_img {
        max-width: 35px;
        margin-bottom: 5px;
    }
    .right_k_li_d {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .fl_hover {
        display: none;
        position: absolute;
        top: 0;
        left: -155px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 241px;
        height: 60px;
        /* background-color: #009958; */
        color: white;
        line-height: 60px;
        text-align: center;
        /* padding: 20px; */
        background-color: #fff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    }
    .e_hover {
        width: auto !important;
        height: auto !important;
        /* left: -109px !important; */
    }
    .e_hover img {
        width: 140px;
        height: 140px;
    }
    /*悬停*/
    .right_k li:hover .fl_hover {
        display: block;
    }
    .goto_top {
        background: #C4A689 !important;
    }
    .show_m {}
    /*end*/
    .sl_con {
        /* padding: 0 160px; */
        padding-left: 160px;
        padding-right: 160px;
    }
    .sl_con2 {
        /* margin: 0 160px; */
        margin-left: 160px;
        margin-right: 160px;
    }
    /*电脑底部*/
    .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(max-width:1550px) and (min-width:1025px) {
    .sl_con {
        /* padding: 0 25px; */
        padding-left: 25px;
        padding-right: 25px;
    }
    .sl_con2 {
        /* margin: 0 25px; */
        margin-left: 25px;
        margin-right: 25px;
    }
    .banner_text {
        padding: 60px 25px !important;
    }
    .banner_text_all img {
        max-width: 45% !important;
    }
    .site-footer__top-inner {
        padding: 132px 25px 90px !important;
    }
}

@media(max-width:1117px) and (min-width:1025px) {
    .footer2 {
        margin-left: 55px;
    }
}

@media(max-width:1024px) {
    .pc_img,
    .pc_text {
        display: none;
    }
    .m_text {
        display: block;
    }
    /*手机分页*/
    .page_f_m {
        display: flex;
        justify-content: space-between;
        margin-top: 0.9rem;
    }
    .page_num {
        display: flex;
    }
    .page_num span {
        width: auto;
        font-size: 0.7rem;
    }
    .right_k,
    .page_f_pc {
        display: none;
    }
    .sl_con {
        /* padding: 0 18px; */
        padding-left: 18px;
        padding-right: 18px;
    }
    .sl_con2 {
        margin-left: 18px;
        margin-right: 18px;
    }
    .pc_header,
    .pc_footer {
        display: none;
    }
    .m_footer {
        display: block;
        background-image: url("../image/foot_bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #FFFFFF;
    }
    .m_footer_a {
        padding: 25px 25px 0;
    }
    .m_footer_logo {
        text-align: center;
        margin: 0 auto 30px;
        font-size: 14px;
    }
    .m_footer_logo img {
        width: 160px;
    }
    .m_footer_logo p {
        margin-top: 10px;
    }
    .m_footer_link_one {
        font-size: 13px;
        line-height: 25px;
        display: flex;
        align-items: center;
    }
    .m_footer_link_one img {
        width: 15px;
        margin-right: 7px;
    }
    .m_footer_link {
        margin: 0 5px 30px;
    }
    .footet_copyright {
        border-top: 1px solid #707070;
        padding-top: 13px;
        padding-bottom: 13px;
        text-align: center;
        font-size: 12px;
    }
    .footet_copyright a{
        color: #fff;
    }
    /*手机顶部*/
    .m_header {
        display: block;
        background-color: transparent;
        position: fixed;
        top: 0;
        /* position: absolute; */
        z-index: 99;
        width: 100%;
    }
    .m_header_t {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 9px 18px;
    }
    .m_header_t_logo {
        width: auto !important;
        height: 38px;
    }
    .m_header_t_mlist {
        width: 20px;
        /* height: 18px; */
    }
    .m_menu_box {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 53px;
        right: -100%;
        background: white;
        z-index: 10;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
    }
    .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;
        text-align: center;
    }
    .m_nav_ul li a {
        display: inline-block;
        width: 100%;
        line-height: 53px;
        font-size: 16px;
        color: #000;
    }
}