@charset "UTF-8";
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-family:'Noto Sans SC', '思源黑体', sans-serif;
}
a,
i,
span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover,
a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
    text-decoration: none;
}

a i {
    -webkit-transition: none;
    transition: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button,
input {
    outline: none !important;
}

h1 a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a { color:#595757; }
a:hover { color:#c7000b; }


.body_min_width {
    max-width:1098px;
}


header .header_top {
    background-color:#F4F4F5;
}
header .header_top > .cus_container {

}

header .header_top > .cus_container > .cus_row {
    min-height:110px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header .header_top > .cus_container > .cus_row {
        height:110px;
    }
}
@media (max-width:767px) {
    header .header_top {
        background-color:#fff;
    }

    header .header_top > .cus_container > .cus_row {
        min-height:80px;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        header .header_top > .cus_container > .cus_row {
            height:80px;
        }
    }
}


header .header_top .cus_logo img {
    max-width:100%;
}
@media (max-width:575px) {
    header .header_top .cus_logo img {
        max-width:85%;
    }
}


header .header_top .navbar-toggler span {
    width: 20px;
    height: 2px;
    background: #222;
    margin-bottom: 4px;
    display: block;
}
header .header_top .navbar-toggler span:last-of-type {
    margin-bottom: 0;
}
header .header_top .navbar-toggler span:last-of-type {
    margin-bottom: 0;
}

header .header_top .navbar-toggler[aria-expanded=true] span {
    margin: 0;
}
header .header_top .navbar-toggler[aria-expanded=true] span:first-of-type {
    -webkit-transform: rotate(45deg) translate(3px);
    transform: rotate(45deg) translate(3px);
}
header .header_top .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0;
}
header .header_top .navbar-toggler[aria-expanded=true] span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(3px);
    transform: rotate(-45deg) translate(3px);
}


header .header_top > .cus_container .service_tel span {
    font-size:20px;
    color:#595757;
    margin-left:6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header .header_top > .cus_container .service_tel span {
        transition-duration:0s;
    }
}

header .header_top > .cus_container .header_search {
    margin-left:23px;
}
header .header_top > .cus_container .header_search .s_text {
    color:#595757;
    padding: 0 10px;
    border: 1px solid #d3d3d4;
    width: 260px;
    height: 25px;
    line-height:25px;
    font-size: 12px;
    vertical-align: top;
}
header .header_top > .cus_container .header_search .s_bth {
    background:url('../Images/btn_search.jpg');
    width:23px;
    height:25px;
    padding: 0;
    border: 1px solid #d3d3d4;
    border-left: 0;
    vertical-align: top;
}

header .header_top > .cus_container .header_lang {
    margin-left:23px;
    color:#595757;
}

.header_nav {
    background:#BE000A;
}
.header_nav > .cus_container {
    padding:0;
}

.header_nav .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.header_nav .nav-item:after {
    content: ' ';
    display: block;
    border-top: 3px solid #C8AA64;
    width: 0;
    margin-left: 50%;
    margin-top: -3px;
    transition: 0.3s;
}
.header_nav .nav-item:hover:after {
    display: block;
    width: 100%;
    margin-left: 0%;
    transform: scaleX(1.16);
}

.header_nav .navbar-nav a {
    color:#f4f4f5;
    font-size:16px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.header_nav .navbar-nav a:hover {
    color:#C8AA64;
}

@media (min-width:992px) and (max-width:1040px) {
    .header_nav .nav-item {
        margin-left: 19px !important;
        margin-right: 19px !important;
    }
}

@media (max-width:991px) {
    header .header_top > .cus_container .service_tel span {
        font-size:17px;
    }

    header .header_top > .cus_container .header_search {
        margin-left:0;
    }
    header .header_top > .cus_container .header_search form {
        width: 100%;
        display: flex;
    }
    header .header_top > .cus_container .header_search .s_text {
        flex-grow: 1;
    }

    header .header_top > .cus_container .cus_head_right {
        position: relative;
    }
    header .header_top > .cus_container .header_lang {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header_nav .navbar-nav a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


.owl-carousel .owl-item {
    overflow:hidden;
    text-align:center;
}

.owl-carousel .owl-item img {
    transform: scale(1.08);
    transition: 3s linear;
}
.owl-carousel .owl-item.active img {
    transform: scale(1);
}

.owl-carousel .owl-item a.s_link {
    position:relative;

    overflow: hidden;
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-item a.s_link .s_text {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.owl-carousel .owl-item a.s_link .s_text p {
    text-align:center;
    color:#f4f4f5;
    margin:0;
    line-height: 100%;
    transition:opacity 3s 2s;
    opacity:0;
}
.owl-carousel .owl-item a.s_link .s_text p:first-child {
    font-size:6.5116vw;
    margin-bottom: 1.317vw;
}
.owl-carousel .owl-item a.s_link .s_text p:nth-child(2) {
    font-size:2.7907vw;
}
.owl-carousel .owl-item.active a.s_link .s_text p {
    opacity:1;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 52px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    margin: 0 12.5px; outline:none;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #be000b;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    display: block;
    background: #ddddde;
    cursor: pointer;
    border-radius:100%;
}

@media only screen and (min-width:992px) {
    .owl-carousel .owl-item a.s_link .s_text p:first-child {
        font-size:84px;
        margin-bottom: 17px;
    }
    .owl-carousel .owl-item a.s_link .s_text p:nth-child(2) {
        font-size:36px;
    }
}

@media only screen and (max-width:991px) {
    .owl-carousel .owl-dots {
        bottom: 10px;
    }
    .owl-carousel .owl-dots .owl-dot {
        margin: 0 4.5px;
    }
    .owl-carousel .owl-dots .owl-dot span {
        width:8px;
        height:8px;
    }
    .main_layout .owl-carousel .owl-item img {
        height: 54.86111vw;
        width: auto;
    }
}


section.main_layout {
    background:#F4F4F6 url('../Images/main_back.jpg') repeat-x left bottom;
}


footer.main_footer {
    border-top:3px solid #be000b;
    background:#e6e7e7;
    color:#595757;
}

.main_footer a {
    font-size:15px;
    color:#595757;
}
.main_footer a:hover {
    color:#c7000b;
}

.main_footer .foot_link {
    padding-top:20px;
    padding-bottom:7px;
}
.main_footer .foot_link a {
    margin:0 2px;
}
.main_footer .foot_link a:first-child {
    margin-left:0;
}

.main_footer .foot_copyright {
    padding-bottom:28px;
}


.cus_pagination {
    margin-top:13px;
}

.cus_pagination .page-item {
    font-size:16px;
    margin: 0 7px;
}

.cus_pagination .page-link {
    background:#d1d1d1;
    color:#595757;
    border-radius:unset;
}

.cus_pagination .page-item.disabled .page-link {
    background:#e2e2e2;
    color:#595757;
}

.cus_pagination .page-item.active .page-link {
    background:#C7000A;
    color:#ffffff;
}

.cus_pagination .page-link:hover {
    z-index: 2;
    color: #8a8585;
    text-decoration: none;
    background-color: #e2e2e2;
    border-color: #dee2e6;
}