@charset "utf-8";

/* @font-face {
font-family: 'Montserrat-Regular';
font-style: normal;
src: url(./HarmonyOS_Sans_SC_Medium.ttf);
font-weight: 300;
}

@font-face {
font-family: 'Roboto-Regular';
font-style: normal;
src: url(./Roboto-Regular.ttf);
font-weight: 400;
}

@font-face {
font-family: 'HarmonyOS_Sans_SC_Light';
font-style: normal;
src: url(./HarmonyOS_Sans_SC_Light.ttf);
font-weight: 500;
} */

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: none;
}

header,
nav,
footer,
menu {
    display: block;
}

dt {
    font-weight: 300;
}

img {
    border: none;
    max-width: 100%;
}

li {
    list-style-type: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #111111;
}

.block {
    display: block;
}

input {
    outline: none;
    border: 0;
}

input:focus-visible {
    border: none;
    outline: none;
}

body {
    font-family: "Microsoft YaHei", 'SimHei', "Heiti SC";

    font-size: 1.125rem;
    color: #111111;
    position: relative;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 600;
}

.clear {
    clear: both;
}

.textBeyondHidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.textBeyondHidden3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.swiper-container .swiper-pagination {
    font-size: 0;
    bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.375rem;
    background-color: #fff;
    position: relative;
    opacity: .5;
    border-radius: 100%;
    transition: width 400ms;
}


.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    /* width: 1.62rem; */
    background-color: #fff;
    opacity: 1;
}

.web_container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0 auto;
    position: relative;
}

/*******头部********/
header {
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    /* width: 100%; */
    z-index: 999;
}


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



.header_font {
    padding-right: 1.5rem;
    font-size: 1rem;
}


header .header-main {
    position: fixed;

    top: 1.25rem !important;
    /*width: 66.25rem;*/
    width: 64%;
    left: 50%;
    transform: translateX(-50%);
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent); */
    background-color: transparent;
    right: 0;
    transition: all 400ms;
    background-color: #000000;
    border-radius: 2.1875rem;

}

header .header-main.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}






header .display-flex {
    position: relative;
}

header .logo {
    position: relative;
}

header .logo a {
    display: block;
}

header .logo a .img {
    width: 8.125rem;
}

header .logo a .img .language2 {
    display: none;
}

/* .webHome.headerScollfox header .logo a .img .language1 {
display: none;
}

.webHome.headerScollfox header .logo a .img .language2 {
display: block;
} */



header .logo a .con {
    position: relative;
    color: #111111;
    line-height: 1;
    padding-left: 0.62rem;
}

header .logo a .con .title {
    font-size: 1.62rem;
    margin-bottom: 0.62rem;
}

header .logo a .con .text {
    font-size: 0.88rem;
}

header .header-nav {
    margin-left: 2.8vw;
    /*position: relative;*/
}

header .header-nav>ul>li {
    margin-right: 2.8vw;

    /* position: relative; */
}

header .header-nav>ul>li:hover~.header-main {
    border-radius: 0 !important;
}


header .header-nav>ul>li:last-child {
    /* margin-right: 0 !important; */
}

header .header-nav>ul>li .link {
    display: block;
    position: relative;
    padding: 1.25rem 0;
    color: #ffffff;
    font-size: 1.25rem;
}

/* .webHome.headerScollfox header .header-nav>ul>li .link {
color: #1d1412;
} */



header .header-nav>ul>li .link::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: transparent;
    bottom: 0;
    left: 0;
    transition: all 400ms;
}

header .header-nav>ul>li:hover .link::after {
    background-color: #B60005 !important;
}

/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
color: #0b4fb2 !important;

} */



header .header_language {
    position: relative;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 1.5rem;
    transition: all 400ms;
}

header .header_language img {
    width: 100%;
    height: 100%;
    display: block;
}

/* header .header_language::after {
content: '';
width: 1px;
height: 1rem;
position: absolute;
top: 50%;
left: -0.9688rem;
background: rgba(0, 0, 0, 0.2);
transform: translateY(-50%);

} */

header .header_language a {
    font-size: 0.88rem;
    color: #111111;
    display: flex;
    align-items: center;
}

header .header_language a img {
    margin-right: 0.62rem;
    width: 1.5rem;
}

header .header_button {
    width: 8.125rem;
    line-height: 2.5625rem;
    background-color: transparent;
    border: 1px solid #fceaca;
    border-radius: 1.3125rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;


}

header .header_button:hover ul {
    visibility: visible;
    opacity: 1;
}

header .header_button ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    font-size: 0.875rem;
    top: 103%;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: #000;
    line-height: 2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

header .header_button ul a {
    color: #fff;
}


header .header_button .bga {
    color: #fceaca;
    font-size: 0.875rem;
    position: relative;
    padding-right: 0.8rem;
}

header .header_button .bga::before {
    position: absolute;
    content: '';
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    border-top: 0.3125rem solid #fceaca;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid transparent;
}




header .header_search {
    width: 1.5rem;
    height: 1.5625rem;
    cursor: pointer;
    display: block;
    margin-right: 1.25rem;
    background-image: url('../images/search.svg');
    background-size: 100% 100%;
    transition: all 400ms;
}

header .header_search.active {

    background-image: url('../images/header_searchclose.png');
    background-size: 100% 100%;

}


.header_column .language2 {
    display: none;
}

/*.webHome.headerScollfox header .header_search .language1 {*/
/* display: none;*/

/*}*/

/*.webHome.headerScollfox header .header_search .language2 {*/
/* display: block;*/

/*}*/

/*.webHome.headerScollfox header .header_language .language1 {*/
/* display: none;*/

/*}*/

/*.webHome.headerScollfox header .header_language .language2 {*/
/* display: block;*/

/*}*/

.circle {
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: #f9aa29;
    pointer-events: none;
    opacity: 0.8;
    display: block;
    transition: transform 400ms;
}



/*搜索栏*/
.searchField {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    display: none;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 2rem 0;
}

.searchField_form {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.searchField_form .form-control {
    font-size: 1.125rem;
    /*border-radius: 6px;*/
    height: 2.5rem;
    box-shadow: none;
    border: 0;
    color: #FFFFFF;
    padding: 0 1rem 0 2.3125rem;
    font-weight: 400;
    background-color: #000000;
}

.searchField_form .form-control:placeholder {
    font-size: 1.125rem;
    color: #FFFFFF;
}

.searchField_form .btn {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    font-size: 1.12rem;
    box-shadow: none;
    color: #ffffff;
    padding: 0;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    text-indent: -999px;
}

.searchField_form .btn:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 8;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/search1.png);
    background-size: 1.5rem 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    transition: right 400ms;
}

.searchField_form .btn:hover:before {
    right: 0;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
    opacity: 1;
    visibility: visible;
}

/* header .header-nav ul li.link_item:hover .link::after {
width: 0;
} */

.headerDropDown.active {
    opacity: 1;
    visibility: visible;
}

.headerDropDown {
    position: absolute;
    top: 100%;
    /* left: 50%; */
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    /* width: 13.75rem; */
    /* margin-left: -6.88rem; */
    transition: all 400ms;
    display: flex;


}

/* .headerDropDown:before {
content: '';
position: absolute;
top: -0.56rem;
left: 50%;
margin-left: -0.56rem;
border-left: 0.56rem solid transparent;
border-right: 0.56rem solid transparent;
border-bottom: 0.56rem solid #ffffff;
} */
.headerDropDown .headerDropDownright {
    width: 28%;
}

.headerDropDown .headerDropDownList {
    background-color: #000000;

    overflow: hidden;
    border-bottom-left-radius: 2.1875rem;
    border-bottom-right-radius: 2.1875rem;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;

    width: 100%;
}

.headerDropDown .headerdrop_box {
    width: 72%;
    padding: 2.1875rem;
    padding-right: 0;
    padding-bottom: 0;
}

.headerDropDown .headerDropDownList .link_item_on {
    position: relative;
    /* padding-bottom: 1.25rem; */
    margin-bottom: 2.3125rem;
    width: 33%;
    padding-left: 3rem;
}

.headerDropDown .headerDropDownList .link_item_on .ico {
    position: absolute;
    width: 2.3125rem;
    height: 2.3125rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-size: 100% 100%;
    transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(1):hover .ico {
    background-image: url('../images/navico1.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(2):hover .ico {
    background-image: url('../images/navico2.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(3):hover .ico {
    background-image: url('../images/navico3.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(4):hover .ico {
    background-image: url('../images/navico4.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(5):hover .ico {
    background-image: url('../images/navico5.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(6):hover .ico {
    background-image: url('../images/navico6.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(7):hover .ico {
    background-image: url('../images/navico7.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(8):hover .ico {
    background-image: url('../images/navico8.1.png') !important;
}

.headerDropDown .headerDropDownList .link_item_on:nth-child(9):hover .ico {
    background-image: url('../images/navico9.1.png') !important;
}


.headerDropDown .headerDropDownList .link_item_on:last-child {
    padding-bottom: 0;
}


.headerDropDown .headerDropDownList ._link {
    color: #ffffff;
    font-size: 1.12rem;
    transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
    /*border-bottom: 1px solid #0b4fb2;*/
}


/**/
.menu_botton {
    position: absolute;
    right: 4.6875rem;
    top: 4.5625rem;
    display: block;
    cursor: pointer;
    z-index: 9999;
}

.menu_botton strong {
    display: inline-block;
    float: left;
    color: #2f318b;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: normal;
    margin-right: 0.75rem;
}

#menu_toggle1 {
    display: none;
}

.menu_botton span {
    position: relative;
    display: inline-block;
    width: 1.3125rem;
    height: 2px;
    background-color: #fceaca;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 2px;
    left: 0;
    background-color: #fceaca;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu_botton span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu_botton span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
    top: 0;
    background: #fceaca;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
    bottom: 0;
    background: #fceaca;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*********尾部************/

footer {
    background: #000000;
    /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
    position: relative;
}

footer .footer_main {
    position: relative;
    padding: 3.125rem 0;
}

footer .footer_box {
    /* width: 36.5%; */

}

footer .footer_logo .img {
    width: 10.5rem;
}

footer .footer_logo .con {
    position: relative;
    color: #333333;
    padding-top: 1.875rem;

}

footer .footer_logo .title {
    font-size: 1rem;
    color: #ffffff;

    margin-top: 2.5rem;
    line-height: 2rem;

}




footer .footer_nav {
    width: 38%
}

footer .footer_nav li {
    position: relative;

    color: #333333;
    /* padding-left: 1.875rem; */
    /* margin-right: 3.75rem; */
    /* border-left: 1px solid rgba(255, 255, 255, 0.1); */
}

footer .footer_nav li a {
    color: #888888;
    font-size: 1rem;
    font-weight: 500;
}

footer .footer_nav li p {
    margin-bottom: 0.625rem;
}

footer .footer_nav li p:last-child {
    margin-bottom: 0;
}

footer .footer_nav li p.title {
    /* margin-bottom: 1.25rem; */
}

footer .footer_nav li p.title a {
    font-size: 1.125rem;
    color: #ffffff;



}

footer .footer_navbox {
    padding-top: 1.25rem;

}

footer .footer_navbox .box {
    margin-right: 3.75rem;
}


footer .footer_nav li a:hover {
    color: #fff;
}

footer .footer_sharebox .ft_fff {
    margin-bottom: 1.25rem;
}

footer .footer_sharebox .box_l a {
    font-size: 1.125rem;
    color: #fff;
    margin-right: 1.875rem;
}



footer .footer_copyright {

    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #888888;
    font-size: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;

    font-weight: 500;

}

footer .footer_copyright .box {
    width: 100%;
}

.footer_copyright .fCopyleft,
footer .footer_copyright a,
.footer_copyright .fCopyleft a {
    color: #888888;
}

.footer_copyright .fCopyleft a:hover,
footer .footer_copyright .fCopyright a:hover {
    color: #ffffff;
}

.footer_copyright .fCopyleft a {
    line-height: 1;
    display: inline-block;
    padding-right: 0.625rem;
    margin-right: 0.625rem;
    border-right: 1px solid #888888;
}

.footer_copyright .fCopyleft a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

/* footer .footer_copyright .fCopyright a:hover {
text-decoration: underline;
} */

.footer_share {
    position: relative;
    display: flex;
    align-items: center;

}

.footer_share .fshare_items {
    margin-right: 1.25rem;
    position: relative;
}

.footer_share .fshare_items:last-child {
    margin-right: 0;
}

.footer_share .fshare_items a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b60005;

    border: 1px solid transparent;
    border-radius: 100%;
    width: 2.1875rem;
    height: 2.1875rem;
    transition: all 400ms;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_share .fshare_items a:hover {
    background-color: #b60005;
    border-color: #b8b8b8;
    background-color: transparent;
}

.footer_share .fshare_items a.douyin {

    background-image: url(../images/douyin1.png);
    background-size: 0.875rem 1.0625rem;
}

.footer_share .fshare_items a.shipinhaoico {


    background-image: url(../images/shipinhao1.png);
    background-size: 1.0625rem 0.875rem;
}

.footer_share .fshare_items a.xiaochengxu {
    background-image: url(../images/xiaochengxu1.png);
    background-size: 1rem 0.9375rem;
}



.fshare_model:hover .fshare_modelBox {
    opacity: 1;
    visibility: visible;
}

.fshare_modelBox {
    position: absolute;
    z-index: 99;
    top: calc(100% + 1rem);
    left: 50%;
    margin-left: -3.9rem;
    background-color: #ffffff;
    /* border-radius: 6px; */
    /*width: 9.25rem;*/
    /*padding: 0.62rem;*/
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease-in-out;
    box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
    content: '';
    position: absolute;
    top: -0.4375rem;
    left: 50%;
    margin-left: -0.375rem;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-bottom: 0.5rem solid #ffffff;
}

.fshare_modelBox .img {
    width: 8.0rem;
    text-align: center;
}








/*****主体开始*******/





#banner {
    width: 100vw;
    /* height: 100vh; */
    height: 92vh;
    position: relative;
}


.home_banner {
    width: 100%;
    height: 100%;
    position: relative;
}

/* .home_banner li.swiper-slide {
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
overflow: hidden;

} */




.home_banner li.swiper-slide .bg_cover1 {
    width: 100vw;
    height: 92vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.home_banner li.swiper-slide .bg_cover1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.home_banner li.swiper-slide a.bg_cover1::before{
    width: 0;
}

.bannnertitle {
    height: 100vh;
    position: absolute;
    width: 100%;
    opacity: 1;
}

.bannnertitle .bannertitle_swiprt {
    width: 100%;
    height: 100%;
}

.bannnertitle .bannerHeading {
    /* position: absolute;
top: 15%;
left: 6.25rem; */
    width: 100%;
    height: 100%;
    display: flex;

    /* padding-top: 5.62rem; */
    z-index: 99;
    padding-bottom: 3rem;
    flex-direction: column;
    justify-content: center;

}

.bannnertitle .bannerHeading .label {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.8;
    padding-bottom: 0.5rem;
}

.bannnertitle .bannerHeading .title {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 1.875rem;
    letter-spacing: 0.3875rem;
    font-weight: bold;
}



.home_banner .swiper-pagination {
    bottom: 9.5rem;
}

.home_banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;

}

.home_banner.swiper-container-horizontal>.swiper-scrollbar {
    width: 100%;
    left: 0;
    bottom: 0;
}

.home_banner .swiper-scrollbar-drag {
    background: #bd0100;
}

.bannefooter {
    position: absolute;
    bottom: -3.75rem;
    z-index: 1;


}

.bannerbox {
    position: relative;
}

.bannefooter .box {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 10.625rem;
}

.bannefooter .box .box_sm {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;

}

.bannefooter .box .box_sm .ico {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    background-size: 100% 100%;
}

.bannefooter .box .box_sm .ft_36 {
    line-height: 1.2;
}



/**/
.ft_50 {
    font-size: 3.125rem;
}

.ft_48 {
    font-size: 3rem;
}

.ft_40 {
    font-size: 2.5rem;
}

.ft_36 {
    font-size: 2.25rem;
}

.ft_34 {
    font-size: 2.125rem;
}

.ft_32 {
    font-size: 2rem;
}

.ft_30 {
    font-size: 1.875rem;
}

.ft_28 {
    font-size: 1.75rem;
}

.ft_26 {
    font-size: 1.625rem;
}

.ft_22 {
    font-size: 1.375rem;
}

.ft_20 {
    font-size: 1.25rem;
}

.ft_16 {
    font-size: 1rem;
}

.ft_fff {
    color: #fff !important;
}

.ft_999 {
    color: #999999;
}

.ft_b11a25 {
    color: #b11a25;
}

.ft_b {
    font-weight: bolder;
}

.mb_50 {
    margin-bottom: 3.125rem;
}



.pb_10 {
    padding-bottom: 0.625rem !important;
}

.pb_16 {
    padding-bottom: 1.0rem !important;
}

.pb_26 {
    padding-bottom: 1.62rem !important;
}

.pt_26 {
    padding-top: 1.62rem !important;
}

.pb_36 {
    padding-bottom: 2.25rem !important;
}

.pb_46 {
    padding-bottom: 2.88rem !important;
}

.pb_56 {
    padding-bottom: 3.5rem !important;
}

.pb_66 {
    padding-bottom: 4.12rem !important;
}

.pb_100 {
    padding-bottom: 6.25rem;
}

.pt_100 {
    padding-top: 6.25rem;
}

.bg_fff {
    background-color: #ffffff;
}

.bg_f6f3ee {
    background-color: #f6f3ee;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.img_scale_relative {
    position: relative;
    overflow: hidden;
}




.hMore {
    position: relative;
    z-index: 1;
}

.hMore a {
    width: 11.25rem;
    line-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    background-color: #b11a25;
    color: #fae7c5;
    position: relative;
    cursor: pointer;
    transition: all 400ms;
    margin: 0;
    margin-top: 1rem;
    border-radius: 1.75rem;
}

.container-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;

}

.hMore button {
    width: 11.25rem;
    line-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    background-color: #b11a25;
    color: #fae7c5;
    position: relative;
    cursor: pointer;
    transition: all 400ms;
    margin: 0;
    margin-top: 1rem;
    border-radius: 1.75rem;
    outline: none;
    border: 0;
}


/* ** */


.hProduct {
    background: #f6f3ee;

    padding-top: 10.625rem;
    padding-bottom: 10.625rem;

    width: 100%;


}

.hProduct .box {
    width: 87%;
    margin: 0 auto;
}







/**/
.hCasebox {
    height: 96vh;
    width: 100%;
    position: relative;

}

.hCasebox .swiper-slide .bg_cover {
    height: 96vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem;
}

.hCasebox .swiper-slide .bg_cover .box {
    height: 41.25rem;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.hCasebox .swiper-slide .bg_cover .box .position-relative {
    width: 53%;
    padding-right: 6.25rem;
    padding-top: 6.25rem;
}

.hCasebox .swiper-slide .bg_cover .box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/hCaseboxbg.png);
    background-size: 100% 100%;
}

.hCasebox .box_sm {
    display: flex;
    justify-content: space-between;
}

.hCasebox .box_sm .smal {
    width: 31%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.hCasebox .my_button {
    position: absolute;
    top: 22%;
    right: 13%;
}

.my_button .swiper-button-prev:after,
.my_button .swiper-container-rtl .swiper-button-next:after {
    content: '';
    width: 1.9375rem;
    height: 1.4375rem;
    background-image: url(../images/jsLeft.svg);
    background-size: 100% 100%;
}

.my_button .swiper-button-prev {
    left: -5.625rem;
}

.my_button .swiper-button-next:after,
.my_button .swiper-container-rtl .swiper-button-next:after {
    content: '';
    width: 1.9375rem;
    height: 1.4375rem;
    background-image: url(../images/jsRight.svg);
    background-size: 100% 100%;
}

.hCaseboxbottomjs {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
}

.hCaseboxbottomjs .swiper-slide {
    width: auto !important;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.hCaseboxbottomjs .swiper-slide.swiper-slide-thumb-active {
    border-color: #fff;
}






/**/
.hCustomer {
    background-color: #f6f3ee;

    padding-top: 6.25rem;
}

.hCustomer .container {
    display: flex;
    flex-direction: column;

    align-items: center;
    padding-bottom: 6.25rem;
}

.hCustomer .box {
    display: flex;
    justify-content: space-between;
    padding-left: 1.1%;
    padding-right: 1.1%;
    padding-bottom: 1.1%;
}

.hCustomer .box .box_sm {
    height: 18.125rem;
    width: 32.5%;
    position: relative;
    display: block;
}

.hCustomer .box .box_sm .bg_cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hCustomer .box .box_sm .bg_cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.hCustomer .box .box_sm .bg_cover::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.hCustomer .box .box_sm .text .ft_22 {
    margin-bottom: 0.3125rem;
}

.hCustomer .box .box_sm .text .icobox {
    margin-top: 0.625rem;
}

.hCustomer .box .box_sm .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.hCustomer .box .box_sm .text .mt_jt {
    position: relative;
    display: inline-block;
    padding-right: 1.375rem;
}

.hCustomer .box .box_sm .text .mt_jt::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0.625rem;
    height: 1rem;
    background-image: url(../images/rightIcon.svg);
    background-size: 100% 100%;
}

.hCustomer .box .box_sm:hover .bg_cover::after {
    background-color: rgba(177, 26, 37, 0.85);
}

.hCustomer .box .box_sm .icobox {
    display: flex;
    justify-content: space-between;
}

.hCustomer .box .box_sm .icobox .icopbxo {
    position: relative;
}

.hCustomer .box .box_sm .icobox .icopbxo:hover .fshare_modelBox {
    opacity: 1;
    visibility: visible;
}



.hCustomer .box .box_sm .icobox .icobox_sm {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.hCustomer .box .box_sm .icobox .icobox_sm.douyin {
    background-image: url(../images/douyin.png);
    background-size: 0.875rem 1.0625rem;


}

.hCustomer .box .box_sm .icobox .icobox_sm.shipinhao {
    background-image: url(../images/shipinhao.png);
    background-size: 1.0625rem 0.875rem;


}

.hCustomer .box .box_sm .icobox .icobox_sm.xiaochengxu {
    background-image: url(../images/xiaochengxu.png);
    background-size: 1rem 0.9375rem;


}

/* 首页侧边栏 */
.hsidebar {
    width: 12.5rem;
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 999;
}

.hsidebar .box1 {
    height: 6.25rem;
    background-image: url(../images/hsidebar.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;

}

.hsidebar .box {
    background-color: #b11a25;
    text-align: center;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    margin-top: 0.625rem;
    padding-left: 1.25rem;

}

.hsidebar .sm_font {
    font-size: 0.625rem;
}

.hsidebar .box a {
    color: #fceaca;
}

/* 搜索页 */
#search .sBanner {
    padding-top: 11.875rem;
    background-color: #ececec;
    padding-bottom: 6.875rem;
}

#search .searchField {
    display: block;
    position: relative;
}

#search .sBanner .searchField_form .form-control {
    font-weight: 300;
    font-size: 1.125rem;
    height: 3.75rem;
    border-radius: 2.3125rem;
    padding-left: 3.125rem;
}

#search .searchField_form .btn:before {
    background-color: #bd0100;
    border-radius: 100%;
    width: 3.75rem;
    right: 0;
    background-image: url(../images/search02_w.svg);
}

#search .search {
    margin-top: 2.5rem;
}

.sResult {
    padding-bottom: 6.875rem;
    padding-top: 6.875rem;
}

.sResult ul {
    border-top: 1px solid #e1e1e1;
}

.sResult li {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    position: relative;
}

.sResult li::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #bd0100;
    transition: all 400ms;
}

.sResult li:hover:after {
    width: 100%;
}

.sResult .time {
    font-size: 0.75rem;
    padding-bottom: 0.8rem;
    color: #767676;
}


/*二级导航*/
#sideNav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    opacity: 1;
    visibility: visible;
    transition: all 450ms linear;
}

#sideNav.isActive {
    opacity: 1;
    visibility: visible;
}

/* #sideNav.isActive .sideNavBox {
position: fixed;
border-top: 1px solid #dddddd;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

#sideNav .sideNavBox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
    position: relative;
}

#sideNav .sideNavBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sideNav .sideNavBox li {
    position: relative;
    width: 17%;
    display: flex;
    justify-content: center;
}

#sideNav .sideNavBox li a {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 1.0rem;
    color: #111111;
    font-size: 1.12rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 400ms linear;
}

#sideNav .sideNavBox li a span {
    position: relative;
    z-index: 1;
}


#sideNav .sideNavBox li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.1875rem;
    background: #b11a25;
    transition: all 400ms;
}




#sideNav .sideNavBox li.active a:before {
    width: 100%;
}



/*内页开始*/




/*分页一*/
.pagination {
    padding: 4px;
    display: flex;
    border-radius: 6.25rem;
    /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

/*
.pagination .page-link {
margin: 0 0 0 0.62rem;
font-size: 1rem;
color: #222222;
font-weight: 500;
padding: 0;
overflow: hidden;
position: relative;
background: #ffffff;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
text-align: center;
border-radius: 6.25rem;
border: none;
display: block;
font-weight: 600;
font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
color: #ffffff;
background: transparent;

}

.pagination .page-item {
position: relative;
}

.pagination .page-item.active::before {
content: '';
background: #6fb2ce;
position: absolute;
top: 0;
left: 0.375rem;
width: 100%;
height: 100%;
transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
text-indent: -999px;
border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
content: '';
position: absolute;
top: 50%;
height: 0.6rem;
width: 0.6rem;
margin-top: -0.3rem;
border-left: 2px solid #222222;
border-top: 2px solid #222222;
-webkit-transition: all .20s ease;
-moz-transition: all .20s ease;
-ms-transition: all .20s ease;
-o-transition: all .20s ease;
transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
right: 50%;
margin-right: -0.4rem;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
left: 50%;
margin-left: -0.4rem;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
    padding: 4px;
    display: flex;
    border-radius: 6.25rem;
    /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
    margin: 0 0 0 0.62rem;
    font-size: 1.125rem;
    color: #5e5e5e;
    font-weight: 400;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    border-radius: 6.25rem;
    border: none;
    display: block;
    font-weight: 400;

}

.pagination li.active span {
    color: #ffffff;
    background: #b11a25;

}

.pagination li {
    position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
    text-indent: -999px;
    border-radius: 6.25rem;
    background-color: transparent;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 0.6rem;
    width: 0.6rem;
    margin-top: -0.3rem;
    border-left: 2px solid #222222;
    border-top: 2px solid #222222;
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -ms-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
    right: 50%;
    margin-right: -0.4rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
    left: 50%;
    margin-left: -0.4rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*弹框*/
#teamModal .modal-dialog {
    max-width: 100%;

}

.webModal {
    background-color: rgba(27, 29, 31, 0.1);

}

.webModal .modalClose {
    /* position: absolute;
top: 0rem;
right: 0rem;
width: 3.5rem;
height: 3.5rem; */
    cursor: pointer;
    z-index: 10;
    /* background-color: #f0f7fa; */
}

.webModal .modalClose img {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
}

.webModal .modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.3);
    padding: 1.875rem;
}

.modalMain {
    position: relative;
    padding: 0;
}


.modalMain .modal-content {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    transform: translateY(50%);
}








/*内页banner*/
.w_baner {
    height: 36.8125rem;
    position: relative;
}

.w_baner .bg_cover {
    position: relative;
    width: 100%;
    height: 100%;

}

.w_baner .bg_cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.wBanner .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.wBanner .box .title {
    position: absolute;
    text-align: center;
    width: 40%;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*关于我们*/

.aboutUs .box .box_c {
    display: none;
}

.aboutUs .box .box_c.active {
    display: block;
}

.aboutUs .box_bt {
    display: flex;
    justify-content: space-between;
    padding-left: 1.1%;
    padding-right: 1.1%;
    padding-bottom: 1.1%;
}

.aboutUs .box_bt .box_sm {
    height: 14.375rem;
    width: 49%;
    position: relative;
}

.aboutUs .box_bt .box_sm.active::before {
    position: absolute;
    content: '';
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0.625rem solid #a72c38;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
}

.aboutUs .box_bt .box_sm .bg_cover {
    width: 100%;
    height: 100%;
    position: relative;
}

.aboutUs .box_bt .box_sm .bg_cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transition: all 400ms;

}

.aboutUs .box_bt .box_sm.active .bg_cover::before {

    background-color: rgba(177, 26, 37, 0.85);
}



.aboutUs .box_bt .box_sm .ft_fff {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.aboutCulture .box {
    display: flex;
    flex-wrap: wrap;
}

.aboutCulture .box .box_sm:first-child,
.aboutCulture .box .box_sm:nth-child(5n) {
    border-left: 1px solid #000000;
}

.aboutCulture .box .box_sm:first-child,
.aboutCulture .box .box_sm:nth-child(2),
.aboutCulture .box .box_sm:nth-child(3),
.aboutCulture .box .box_sm:nth-child(4) {
    border-top: 1px solid #000000;
}

.aboutCulture .box .box_sm {
    width: 25%;
    padding: 2.5rem;
    padding-bottom: 1.875rem;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 12.375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutCulture .box .box_sm .ft_b {
    padding-bottom: 0.625rem;
}

.aboutCulture .box .box_sm .text {
    font-size: 0.875rem;
    height: 4rem;
    overflow-y: scroll;
    display: none;
}

.aboutCulture .box .box_sm.active .ft_999,
.aboutCulture .box .box_sm.active {
    color: #fff !important;
}

.aboutCulture .box .box_sm.active {
    background-color: #b11a25;
    border-color: #b11a25;
}

.aboutCulture .box .box_sm.active .text {
    display: block;
}

.aboutCulture .box .box_sm .text::-webkit-scrollbar {
    display: none;
}

.aboutMission {
    height: 27.5rem;
    position: relative;
}

.aboutMission .bg_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutMission .bg_cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.aboutMission .boxx {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.aboutMission .boxx .box {
    display: flex;
}

.aboutMission .boxx .box_sm {
    width: 33.333%;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 0.625rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.aboutMission .boxx .box_sm:last-child {
    border-right: 0;
}

.aboutMission .boxx .box_sm .ft_30 {
    padding-bottom: 1rem;
}



.aboutBusiness .box {
    display: flex;
    justify-content: space-between;
}

.aboutBusiness .box .box_sm {
    width: 48%;
    cursor: pointer;
    overflow: hidden;
}

.aboutBusiness .box .box_sm:hover .bg_cover {
    transform: scale(1.1);
}

.aboutBusiness .box .img {
    height: 19.25rem;
    margin-bottom: 4%;
    width: 100%;
    overflow: hidden;
}

.aboutBusiness .box .img .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.aboutBusiness .box .box_bt .ft_30 span {
    position: relative;
}

.aboutBusiness .box .box_bt .ft_30 span::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -3.5rem;
    width: 1.9375rem;
    height: 1.4375rem;
    background-image: url(../images/jsRight.svg);
    background-size: 100% 100%;
}

.aboutSystem .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.aboutSystem .box span {
    display: inline-block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    background-color: #fff;
    width: 12.5rem;
    height: 3.5625rem;
    border-radius: 1.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.aboutSystem .box span.active {
    background-color: #b11a25;
    color: #fceaca;
}

.aboutSystem .box_cc {
    height: 18rem;
    position: relative;
}

.aboutSystem .box_cc .box_c {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.aboutSystem .box_cc .box_c.active {
    opacity: 1;
}


.aboutSystemjs .swiper-wrapper {
    height: 18rem;
}


.aboutSystemjs .swiper-slide {
    height: 7.5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.aboutSystemjs .bg_cover {
    /*width: 66%;*/
    width: 5rem;
    /*height: 7.5rem;*/
    background-size: 100%;
}

.my .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.my .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b60005;
    opacity: 1;
}

.aboutTeamjs .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.aboutTeamjs .ico {
    width: 6.6875rem;
    height: 6.625rem;
    border-radius: 100%;
    background-size: 100% 100%;
    margin-bottom: 0.9375rem;
}

.aboutTeamjs .box .ft_16 {
    width: 98%;
    padding-right: 1.5rem;
    height: 11rem;
    overflow-y: auto;
    padding-left: 1.5rem;
}

.aboutTeamjs .box .ft_16::-webkit-scrollbar {
    background-color: #f6f3ee;
    width: 3px;
}

.aboutTeamjs .box .ft_16::-webkit-scrollbar-thumb {
    background: #b11a25;
    /* 设置滚动条滑块的背景颜色 */
}

.my1 .swiper-pagination .swiper-pagination-bullet {
    background-color: #fce8c7;
}


.aboutCourse {
    height: 52.5rem;
    background-image: url(../images/aboutCourse.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.aboutCoursejs {
    width: 84%;
}

.aboutCoursejs .box {
    background-color: #fff;
    height: 33.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.25rem;
}

.aboutCoursejs .box .box_l {
    width: 50%;
}

.aboutCoursejs .box .box_l .bg_cover {
    height: 21.25rem;
}

.aboutCoursejs .box .box_r {
    width: 44%;
}

.my2.swiper-container .swiper-pagination {
    bottom: 0.9375rem;
}

.aboutCoursejs .my_button {
    position: absolute;
    top: 3.125rem;
    right: 3.75rem;
}



.hCaseboxbottomjs1 {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
}

.hCaseboxbottomjs1 .swiper-slide.swiper-slide-thumb-active {
    border-color: #fff;
}

.hCaseboxbottomjs1 .swiper-slide {
    width: auto !important;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.aboutHonor .title {
    padding-left: 13.54vw;
}

.aboutHonorjs {
    margin-left: 13.54vw;
}

.aboutHonorjs .swiper-slide {
    background-color: #f6f3ee;
    padding: 3.125rem;
    width: 41.875rem;
    height: 21.875rem;
}

.aboutHonorjs .swiper-slide .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.aboutHonorjs .swiper-slide .box .box_l {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.aboutHonorjs .swiper-slide .box .box_r {
    width: 13.125rem;
    height: 9rem;
}

.aboutHonorjs .swiper-slide .box .box_r .bg_cover {
    width: 100%;
    height: 100%;
}

.aboutHonorjs {
    padding-bottom: 3.75rem;
}

.my3.swiper-container .swiper-pagination {
    top: auto;
    bottom: 0;
    width: 42%;
    left: 22%;
    height: 0.1875rem;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f6f3ee;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #b11a25;
}


.aboutIntroduce {}

.aboutIntroduce .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.aboutIntroduce .box span {
    display: inline-block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    background-color: #fff;
    width: 15rem;
    height: 3.5625rem;
    border-radius: 1.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.aboutIntroduce .box span.active {
    background-color: #b11a25;
    color: #fceaca;
}

.aboutIntroduce .box_bt {
    height: 56.25rem;
    position: relative;
}

.aboutIntroduce .box_bt .box_btt {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutIntroduce .box_bt .box_btt.active {
    opacity: 1;
}

.aboutIntroducejs .swiper-wrapper,
.aboutIntroducejs1 .swiper-wrapper {
    height: 56.25rem;
}

.aboutIntroducejs .swiper-slide,
.aboutIntroducejs1 .swiper-slide {
    height: 26.25rem;
    background-color: #fff;
}

.aboutIntroduce .box_bt .box_sm {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}

.aboutIntroduce .box_bt .box_sm .avatar {
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    margin-bottom: 0.625rem;
}




/* 品牌 */

.brandlogo {
    display: flex;
    align-items: center;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

.brandlogo div:first-child {
    margin-left: 0;
}

.brandlogo div {
    margin-left: 3.125rem;
}

.brand {
    padding-bottom: 1.25rem;
}

.brand .box:last-child {
    margin-bottom: 0;
}

.brand .box {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 6.25rem;
    margin-bottom: 1.25rem;
}

.brand .box .box_l {
    width: 50%;
}

.brand .box .box_r {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand .boxjs1 .bg_cover {
    height: 21.25rem;
}

.brand .boxjs1 .ico {
    position: absolute;
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    left: 1.25rem;
    bottom: 1.25rem;
    background-size: 100% 100%;
}

.brand .box1 .boxjs1 .ico {
    left: auto;
    right: 1.25rem;
}

.brand .box .box_r .text {
    margin-bottom: 1.25rem;
}



/* 联系我们 */
.contactUs .box {
    width: 50%;
    margin: 0 auto;
    margin-top: 3.125rem;
}

.contactUs .box div {
    margin-bottom: 1.25rem;
    width: 100%;
}

.contactUs input {
    width: 100%;
    height: 3.75rem;
    padding: 1.875rem;
    background-color: #f7f7f7;
}

.contactUs #category {
    width: 100%;
    height: 3.75rem;
    border: 0;
    outline: 0;
    appearance: none;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-color: #f7f7f7;
    position: relative;
    z-index: 9;
    opacity: 0;
}

.contactUs .select.active #category {

    opacity: 1;
}



.contactstore {
    height: 36.25rem;
    position: relative;
}

.contactstore .bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contactstore .bg_cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}

.contactstore .box {
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contactstore .box .box_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.contactstore .box .box_b .box_sm {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.contactstore .box .box_b .ico {
    width: 5.625rem;
    height: 5.625rem;
    background-size: 100% 100%;
    margin-bottom: 1.25rem;
}

.contactstore .box .box_t {
    text-align: center;
}

















.select {
    position: relative;
    background-color: #f7f7f7;
}

.select .placeholder {
    position: absolute;
    top: 50%;
    left: 1.875rem;
    transform: translateY(-50%);
}

.select::before {
    position: absolute;
    content: '';
    width: 2rem;
    right: 1.875rem;
    top: 50%;
    height: 1.625rem;
    background-image: url(../images/bottomIcon.svg);
    transform: translateY(-50%);
    background-size: 2rem 1.625rem;
    transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
    z-index: 10;
}

.businessCooperation .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.businessCooperation .box_sm {
    background-color: #fff;
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
    padding: 3.125rem 3.75rem 3.125rem 2.5rem;
}

.businessCooperation .box_sm .box_l {
    width: 60%;
}

.businessCooperation .department {
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f6f3ee;
}

.businessCooperation .box_t {
    padding-top: 1rem;
}

.businessCooperation .box_t .position-relative {
    padding-left: 1.5625rem;
    margin-bottom: 0.5rem;
}

.businessCooperation .box_t .position-relative::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: 100% 100%;
}

.businessCooperation .box_t .position-relative.name::before {
    width: 0.9375rem;
    height: 1rem;
    background-image: url(../images/name.svg);

}

.businessCooperation .box_t .position-relative.telephone::before {
    width: 0.9375rem;
    height: 0.9375rem;
    background-image: url(../images/telephone.svg);

}

.businessCooperation .box_t .position-relative.mailbox::before {
    width: 1.0625rem;
    height: 0.75rem;
    background-image: url(../images/mailbox.svg);

}

.businessCooperation .box_sm .box_r {
    background-size: 100% 100%;
}

.businessCooperation .box_sm:first-child .box_r {
    width: 5.9375rem;
    height: 5.75rem;

}

.businessCooperation .box_sm:nth-child(2) .box_r {
    width: 8.3125rem;
    height: 5.0625rem;

}

.businessCooperation .box_sm:nth-child(3) .box_r {
    width: 8.3125rem;
    height: 5.6875rem;

}

.businessCooperation .box_sm:nth-child(4) .box_r {
    width: 6.5rem;
    height: 4rem;

}


/* 旅游 */
.travel .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.travel .box::after {
    content: '';
    flex-basis: 32%;
}

.travel .box .box_sm {
    width: 32%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2%;
}

.travel .box .box_sm:hover .box_t .bg_cover {
    transform: scale(1.1);
}

.travel .box .box_sm .box_t {
    height: 13.75rem;
    width: 100%;
    overflow: hidden;
}

.travel .box .box_sm .box_t .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.travel .box .box_sm .box_b {
    background-color: #fff;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;

}

.travel .box .box_sm .box_b .box_br {
    width: 70%;
}

.travel .box .box_sm .box_b .box_br .ft_20 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.travel .box .box_sm .box_b .box_bl {
    width: 33%;
    position: relative;
    z-index: 2;

}

.travel .box .box_sm .box_b .box_bl .ft_48 {
    line-height: 1.1;
}

.travel .box .box_sm::before {
    position: absolute;
    content: '';
    width: 15.125rem;
    height: 15.125rem;
    background-color: rgba(177, 26, 37, 0.9);
    border-radius: 50%;
    bottom: -7.5625rem;
    left: -7.5625rem;
    z-index: 1;
}

/* 旅游详情 */

.traveld .box_t {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.traveld .box_t .box_tl {
    width: 50%;
    height: 21.25rem;
}

.traveld .box_t .box_tl .bg_cover {
    width: 100%;
    height: 100%;
}

.traveld .box_t .box_tr {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.return a {
    width: 12.5rem;
    line-height: 3.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b11a25;
    color: #b11a25;
    border-radius: 1.8125rem;
}

.traveld .box_b {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    column-count: 5;
    padding-top: 3.125rem;

}





.traveld .box_b .box_sm {
    /*width: 14.6%;*/
    /*height: 9.0625rem;*/
    break-inside: avoid;
    /*width: 18%;*/
    border-radius: 0.6875rem;
    overflow: hidden;
    margin-bottom: 2%;
    margin-right: 2.48%;
    cursor: pointer;
}

/*.traveld .box_b .box_sm:nth-child(5n) {*/
/* margin-right: 0;*/
/*}*/

.traveld .box_b .box_sm:hover .bg_cover {
    transform: scale(1.1);
}


.traveld .box_b .box_sm .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.traveldmodalMain {
    width: 50rem;
    margin: 0 auto;
}

.modalMain .bg_img {
    background-color: #fff;
    width: 50rem;
    height: 33.3125rem;
}

.modalMain .bg_img .bg_cover {

    width: 100%;
    height: 100%;
}

#traveldModal {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.9);
}

#traveldModal.active {
    opacity: 1;
    z-index: 9999;
}

#traveldModal .modal-dialog {
    max-width: 100%;
    transform: translate(0);
}

.mymodalMainbox {
    background-color: #000000;
    border-radius: 4.875rem;
    padding: 1.25rem 5.9375rem;
    position: relative;
}

.mymodalMainjs {
    width: 100%;
    position: unset;

}

.mymodalMainjs .swiper-slide {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 1px solid transparent;
}

.mymodalMainjs .swiper-slide .bg_cover {
    height: 5rem;
    width: 100%;
}


.mymodalMainjs .swiper-slide.swiper-slide-thumb-active {
    border-color: #fff;
}

#traveldModal .modal-content {
    background-color: transparent
}

#traveldModal .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

#traveldModal .title .ft_30 {
    width: 85%;
    text-align: center;
}

#traveldModal .title .download a {
    color: #fff;
    position: relative;
    padding-left: 1.5625rem;

}

#traveldModal .title .download a::before {
    position: absolute;
    content: '';
    width: 1.0625rem;
    height: 1.125rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/xiazai.png);
    background-size: 100% 100%;
}

.mymodalMainjs .swiper-button-prev,
.mymodalMainjs .swiper-container-rtl .swiper-button-next {
    left: 2.4375rem;
    right: auto;
}

.mymodalMainjs .swiper-button-next,
.mymodalMainjs .swiper-container-rtl .swiper-button-prev {
    right: 2.4375rem;
    left: auto;
}

.mymodalMainjs .swiper-button-prev,
.mymodalMainjs .swiper-button-next {
    width: 1.5rem;
    height: 2.75rem;
    color: #fff;
}

.mymodalMainjs .swiper-button-prev:after,
.mymodalMainjs .swiper-button-next:after {
    font-size: 2.75rem;
}






.aboutHonorjs .swiper-slide .box .box_l .box_tsb {
    max-height: 7rem;
    overflow-y: auto;
}

.aboutHonorjs .swiper-slide .box .box_l .box_tsb::-webkit-scrollbar {
    background-color: #fff;
    width: 3px;
}

.aboutHonorjs .swiper-slide .box .box_l .box_tsb::-webkit-scrollbar-thumb {
    background: #b11a25;
    /* 设置滚动条滑块的背景颜色 */
}

.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutIntroducejs .mttet {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
}



footer .footer_copyright a.beian {
    position: relative;
    padding-left: 1.5rem;
    margin-left: 0.5rem;
}

footer .footer_copyright a.beian:before {
    position: absolute;
    content: '';
    width: 1.25rem;
    height: 1.35rem;
    left: 0rem;
    background-image: url(../images/beian.png);
    background-size: 100% 100%;
    bottom: 0;
}













/*二次开发*/
.storedbanner {
    height: 89vh;
    width: 100%;
}

.storedbanner .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.storedbanner .bannerHeading {
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.storedbanner .bannerHeading .title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    line-height: 1.3125rem;
}

.storedbanner .bannerHeading .text {
    font-weight: bold;
    font-size: 3.125rem;

    line-height: 3.6875rem;
}

.storedbanner .swiper-button-prev,
.storedbanner .swiper-button-next {
    height: 5rem;

    width: 5rem;
}

.storedbanner .swiper-button-prev:after,
.storedbanner .swiper-button-next:after {
    content: '';
    width: 5rem;
    height: 5rem;
    background-image: url(../images/Left.png);
    background-size: 100% 100%;
}

.storedbanner .swiper-button-next:after {
    transform: rotateZ(180deg);
}

.storedbanner .swiper-button-next,
.storedbanner .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.storedbanner .swiper-button-prev,
.storedbanner .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.paginationbox {
    position: relative;
}

.paginationbox {
    position: absolute;
    bottom: 6.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.40);
    padding: 0.6875rem;
    border-radius: 6.25rem;
}

.paginationbox .swiper-button-prev,
.paginationbox .swiper-button-next {
    position: relative;
    width: 1.4375rem;
    height: 1.375rem;
    left: auto;
    right: auto;
    margin: 0;
}

.paginationbox .swiper-button-prev:after,
.paginationbox .swiper-button-next:after {
    content: '';
    width: 1.4375rem;
    height: 1.375rem;
    background-image: url(../images/rightsm.png);
    background-size: 100% 100%;
}

.paginationbox .swiper-button-prev:after {
    transform: rotateZ(-180deg);
}

.paginationbox .swiper-button-next:after {
    transform: rotateZ(0deg);
}

.paginationbox .swiper-pagination {
    position: relative;
}

.paginationbox .swiper-button-prev {
    margin-right: 0.5rem;
}

.paginationbox .swiper-button-next {
    margin-left: 0.5rem;
}

.storedbanner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.6875rem;
    height: 0.6875rem;

}

.storedbanner.swiper-container .swiper-pagination .swiper-pagination-bullet {
    transition: width 0ms;
}

.videobutton {
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    background-size: 100% 100%;
    background-image: url(../images/videobutton.png);
    left: 50%;
    transform: translateX(-50%);
    bottom: 38vh;
    z-index: 99;


}


.storeInformation {
    background-color: #ECE7E1;
}

.Informationbox {
    padding-bottom: 8.125rem;
    padding-top: 3.125rem;
    padding-left: 5rem;
    padding-right: 5rem;


    margin-top: -4.375rem;
    position: relative;
    z-index: 98;

}

.Informationbox .box_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.Informationbox .name {
    width: 20%;
    font-weight: bold;
    font-size: 1.125rem;
    color: #111111;
    line-height: 1.625rem;
}

.Informationbox .title {
    width: 80%;
    font-weight: 400;
    font-size: 1.125rem;
    color: #111111;
    line-height: 1.5rem;
}


.Informationbox .box {
    width: 49%;
    display: flex;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    border-bottom: 1px solid #111111;
}


.storedbutton {
    padding-top: 0.5625rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 450ms linear;

}

.storedbutton.active {
    position: fixed;
    bottom: 0;
}

.storedbutton .hMore:hover a {
    color: #fff;
}


.storeFacilitiestitle {
    font-weight: bold;
    font-size: 2.5rem;
    color: #111111;
    line-height: 2.9375rem;
}

.storeFacilities {
    padding-top: 5rem;
}

.storeFacilities .box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
    padding-top: 1.5625rem;
}


.storeFacilities .box .ico {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 0.75rem;
}

.storeFacilities .box .box_sm {
    display: flex;
    align-items: center;
    width: 16.6666%;
    /*justify-content: center;*/
    margin-bottom: 1.25rem;

}

.storeFacilities .box .text {
    font-size: 1.125rem;
    color: #111111;
    line-height: 1.3125rem;
}

#container {
    width: 100%;
    height: 23.95vw;
}

#map {
    width: 100%;
    height: 23.95vw;
}

#mymapbuttom {
    cursor: pointer;
    position: absolute;
    width: 10rem;
    height: 2.875rem;
    background: #F6F3EE;
    border-radius: 6.25rem;
    border: 2px solid #B11A25;
    font-size: 1rem;
    color: #B11A25;
    line-height: 1.1875rem;
    top: auto !important;
    left: 50% !important;
    bottom: 1.25rem !important;
    transform: translateX(-50%);

    padding-left: 2.5rem;
    /*padding-top: 0.8125rem;*/
        display: flex;
    align-items: center;

}

#mymapbuttom:before {
    position: absolute;
    content: '';
    width: 0.6875rem;
    height: 1px;
    background-color: #B11A25;
       top: 50%;
    right: 2.25rem;
    transform: translateY(-50%);
}

#mymapbuttom:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 0.6875rem;
    background-color: #B11A25;
    top: 50%;
    right: 2.525rem;
    transform: translateY(-50%);
}

.nearby {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
}



.nearby .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nearby .box:after {
    content: '';
    flex-basis: 30%;
}

.nearby .box .box_sm {
    margin-top: 1.5625rem;
    width: 32%;
    padding: 1.25rem 1.875rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
}


.nearby .box .box_sm .title {
    font-weight: bold;
    font-size: 1.375rem;
    color: #111111;
    line-height: 2.125rem;
}

.nearby .box .box_sm .text {
    font-size: 1.125rem;
    color: #111111;
    line-height: 1.5rem;
}

.nearby .box .box_sm .text p {
    margin-top: 0.625rem;
}

.storedreason {
    height: 43rem;
    width: 100%;
    background-image: url(../images/storedreason.png);
    background-size: cover;
    display: flex;
    align-items: center;
}

.storedreason .box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5625rem;

}

.storedreason .box .box_sm {
    width: 33.333%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;

    align-items: center;
    padding: 2.1875rem;
}

.storedreason .box .box_sm .title {
    font-weight: bold;
    font-size: 1.375rem;
    color: #111111;
    line-height: 1.625rem;
    margin-bottom: 0.625rem;
}

.storedreason .box .box_sm .text {
    font-size: 1.125rem;
    color: #111111;
    line-height: 1.5rem;
}



.storedreason .box .box_sm .ico {
    width: 4.375rem;
    height: 4.375rem;
    background-size: cover;
    margin-bottom: 0.625rem;
}




.storedbrand .title {
    font-size: 1.375rem;
    color: #111111;
    line-height: 1.625rem;
    text-align: center;
    margin-top: 0.625rem;
}

.storedbrand .text {
    font-weight: 400;
    font-size: 1.125rem;
    color: #111111;
    line-height: 1.75rem;
    margin-top: 1.5625rem;
}





.storedbrand .hMore a {
    margin-top: 1.5625rem;
}

.storedbannefooter {
    position: relative;
    bottom: 0;
    height: 11.25rem;


}

.storedbannefooter .box {


    background-image: url(../images/storedbannefooter.png);
    background-size: cover;
    justify-content: space-between;
    height: 100%;
    color: #fff;
}

.storedbannefooter .box .box_sm {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
}


.storedsearch {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    align-items: center;

}

.storedsearch.active {
    opacity: 1;
    visibility: visible;
}
.storedsearch .searchField_form{
    width: 100%;
}







#teamModal .modal-dialog1 {
    max-width: 50%;
}

.storedvideobox {
    display: flex;
    justify-content: center;
}

.storedvideobox video {
    width: 100%;
}

.webModal .modal-dialog1 .modalClose {
    margin-bottom: 1rem;
}

#teamModal1 .modal-dialog {
    max-width: 100%;
}

#teamModal1 {
    padding-right: 0 !important;
}

#teamModal1 .modal-content {
    padding: 0;
    overflow: hidden;
    background-color: #F6F3EE;
    padding-bottom: 6.875rem;
}

.modalClosebox {
    position: relative;
    right: -3.75rem;
    top: -3.75rem;
}

#teamModal1 .modalClose {

    width: 7.5rem;
    height: 7.5rem;
    background-color: #B11A25;
    border-radius: 100%;

}

#teamModal1 .modalClose img {
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    top: 4.375rem;
    left: 1.3125rem;
}


.formbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.formbox .box_sm {
    height: 3.75rem;
    width: 32%;
    margin-top: 20px;
}

.formbox .box_smbg {
    height: 3.75rem;
    width: 66%;
    position: relative;
    margin-top: 20px;

}

#ID-laydate-range {
    display: flex;
}

#ID-laydate-range .layui-input-inline {
    width: 49%;
}

#ID-laydate-range .layui-form-mid {
    width: 2%;
    background-color: #fff;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

#ID-laydate-range .layui-form-mid:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 1.5rem;
    left: 50%;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);

}


.box_start,
.box_end {
    width: 50%;
}

.formbox .box_sm input {
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.5rem;
    padding: 1.125rem 1.25rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.formbox .box_smbg input {
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.5rem;
    padding: 1.125rem 1.25rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
}


.layui-input {
    border: 0 !important;
    border-radius: 0 !important;
}

.layui-input:focus,
.layui-textarea:focus {
    box-shadow: 0 0 0 0px rgba(22, 183, 119, 0)
}

.formbox .box_smp {
    position: relative;
}

.formbox .box_smp::before {
    position: absolute;
    content: "";
    width: 1.375rem;
    height: 1.375rem;
    background-image: url(../images/years.png);
    background-size: 100% 100%;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
}

.formbox .box_smbg::before {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/timejt.png);
    background-size: 100% 100%;
    top: 50%;
    right: 1.25rem;
     transform: translateY(-50%);
   
         z-index: 8;
}


#teamModal1 .hMore button{
    margin-top: 2.5rem;
}


.mapbuton{
    margin-top: 0.625rem;
}

.mapbuton a{
    display: flex;
       align-items: center;
    justify-content: center;
    font-weight: 400;
font-size: 0.75rem;
color: #B11A25;
line-height: 1.125rem;
width: 5rem;
height: 1.625rem;

border-radius: 6.25rem;
border: 0.125rem solid #B11A25;
transition: all 400ms;

}
.mapbuton a:hover{
    background-color: #B11A25;
    color: #fff;
}



.mapbuton span{
    display: flex;
       align-items: center;
    justify-content: center;
    font-weight: 400;
font-size: 0.75rem;
color: #B11A25;
line-height: 1.125rem;
width: 5rem;
height: 1.625rem;

border-radius: 6.25rem;
border: 0.125rem solid #B11A25;
transition: all 400ms;
cursor: pointer;

}
.mapbuton span:hover{
    background-color: #B11A25;
    color: #fff;
}



.mywBanner{
    height: 24.875rem;
}


.storedlistul{
    background-color: #fff;
    padding: 1.875rem 3.75rem;
}

.storedlistul li{
    display: flex;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom:  1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
}
.storedlistul li .box_ll{
    width: 80%;
        display: flex;
}
.storedlistul li:last-child{
    border-bottom: 0;
}

.storedlistul li .box_l{
    width: 25%;
}

.storedlistul li .box_c{
    width: 60%;
}

.storedlistul li .mapbuton{
    margin-top: 0.375rem;
}

.hMore1 a{
     display: flex;
     align-items: center;
justify-content: center;
width: 11.25rem;
height: 3.5rem;
background: #FFFFFF;
border-radius: 100px 100px 100px 100px;
border: 0.125rem solid #B11A25;
font-weight: 400;
font-size: 1.125rem;
color: #B11A25;
line-height: 1.3125rem;
transition: all 400ms;
    
    
    
}
 
 .hMore1 a:hover{
     background-color: #B11A25;
     color: #FFFFFF;
 }
 .mywBanner .bg_cover::before{
     background-color: transparent;
 }
 
 .storedsearchbox{
     padding: 0.9375rem 1.25rem;
     background-color: #000000;
     position: absolute;
     top: calc(100% + 1.0625rem);
     border-radius: 8px;
     color: #FFFFFF;
     font-size: 0.875rem;
     width: 102%;
     opacity: 0;
     visibility: hidden;
     
 }
 
  .storedsearchbox.active{
      opacity: 1;
      visibility: visible;
  }
 
 
  .storedsearchbox:before{
      position: absolute;
      content: '';
      border-bottom:  0.4375rem solid #000;
      border-left: 0.4375rem solid transparent;
      border-right: 0.4375rem solid transparent;
      top: -0.375rem;
  }
 
  .storedsearchbox .box{
      margin-bottom: 0.9375rem;
      display: flex;
     justify-content: space-between;
  }
  
  
    .storedsearchbox .box .search_title{
        width: 80%;
         overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    }
       .storedsearchbox .box .search_delete{
           width: 0.875rem;
           height: 0.875rem;
           background-image: url(../images//close_w.svg);
           background-size: 100% ;
           cursor: pointer;
       }
  
  .storedsearchbox .box:last-child{
      margin-bottom: 0;
  }
 .searchtext{
     padding-left: 3.75rem;
     padding-right: 3.75rem;
     font-size: 1.125rem;
     line-height: 1.875rem;
     margin-bottom: 0.625rem;
 }
 
 
 
 .mg_r1{
     margin-right: 1rem;
 }
 
 
 
.expandedts .mm-next{
    position: absolute;
    width: 100%;
}
  .hCasebox .swiper-slide .bg_cover .box .position-relative .mb_50{
        height: 11rem;
        overflow: auto;
    }
 
 .headerDropDownList #menuul1{
     display: flex;
     flex-wrap: wrap;
    padding: 2.1875rem;
 }
 
  .headerDropDownList #menuul1 a{
  color: #FFFFFF;
 }
  .headerDropDownList #menuul1 .expanded{
      width: 25%;
  }
 
 
.headerDropDownList #menuul1 .expanded a:hover {
    color: #FCE8C7;
}

.showbox{
        display: flex
;
    justify-content: center;
}

 .show{
     width: 64%;
     
 }
 
