/* Theme Name: 中喜 */
html,body{
    margin: 0;
    padding: 0;
    font-family: FZLTCHJW--GB1-0;
    position: relative;
  
}

a{
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.elementor-widget-text-editor>.elementor-widget-container>p{
 
    margin: 0;
}
.home-page {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.home-bk {
    background-size: 100% 100%;
    background-position: center;
    transition: background-size 7s;
}

.bk-zoom {
    background-size: 120% 120%;
}

.home-main-logo {
    margin: auto;
    align-self: center;


}

.home-main-logo img {
    width: 250px;
}

.hover-show-text {
    display: none;
    position: absolute;
    top: 0px;
    right: 3vw;
}

.right-sidebar-coloum {
    position: fixed;
    right: 4vw;
    bottom: 10vh;
}

.r-item-icon {
    width: 1.92vw;
}

.r-item {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}

.r-item:hover .hover-show-text {
    display: block;
}

.hover-show-text p {
    padding: 15px 25px;
    background-color: rgb(195 36 31 / 0.8);
    /* opacity: 0.8; */
    border-radius: 10px;
    white-space: nowrap;
    font-size: 24px;
    color: white;
    position: relative;
    margin: 0;
}

.hover-show-text p::before {
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    transform: rotate(90deg);
    top: 21px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgb(194 36 30 / 80%);
}

.header {
    position: absolute;
    width: 100%;
    z-index: 99;

}
.elementor-section.elementor-section-boxed>.elementor-container,.header-container {
       max-width: 1560px;
    padding-left: 20px;
    padding-right: 20px;

}
.header-container.my-header {  
    padding-top: 30px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
}

.my-header .menus {
    display: flex;
    letter-spacing: 0.3px;
}

.my-header .menu-item {
    position: relative;
}

.my-header .menu-item>a {
    color: white;
    font-size: 20px;
    padding: 10px 25px;
    cursor: pointer;
    margin: 0 15px;
    position: relative;

}
.my-header .menu-item:hover>a:after {
    content: "";
    width: calc(100% - 50px);
    position: absolute;
    height: 3px;
    background-color: #ec3b3b;
    display: block;
    left: 25px;
    bottom: 3px;
}
.my-header .menu-item:hover>a {
    /* background-color: #c3241f80; */
}

.my-header .web-logo {
    margin-right: 100px;
    width: 110px;
}
.my-header .web-logo img{
    width: 100%;
}
.my-header .sub-menus-container{
    justify-content: center;
    position: absolute;
    display: none;
}

.my-header .menu-item:hover>.sub-menus-container{
    display: flex;
    width: 0;
    left: 50%;
}
.my-header .sub-menus {
    /* justify-content: center; */
    bottom:-2.9vw;
  
}
.my-header .menus a{
    display: block;
}
.my-header .menu-item:hover>.sub-menus {
    display: flex;
}
.my-header .sub-menus{
    flex-shrink: 0;
    background-color: #00000054;
    min-width: 7vw;
    justify-content: center;
    padding: 0 15px;
}


.my-header .sub-menu-item>a {
    padding: 20px 12px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    position: relative;
}
.my-header .sub-menu-item>a:after{
    display: none;
    content: "";
    width: calc(100% - 24px);
    bottom: 12px;
    position: absolute;
    height: 2px;
    background-color: white;
    left: 12px;
    border-radius: 2px;
}
/* .sub-menu-item>a:hover::after{
    display: block;
} */
.my-header .sub-menu-item>a:hover {
    color: #ec3b3b;
}
.swiper-container-horizontal>.swiper-pagination-bullets.white-swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: white;
    margin: 0 10px;
}

.white-swiper-pagination {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container-horizontal .white-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
}
.elementor-location-header{
    position: absolute;
    width: 100%;
    z-index: 10;
}
.list-111 ul.elementor-icon-list-items li:before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 15px;
    left: 7px;
}
.wrap-hover .hover-hide,.wrap-hover .elementor-background-overlay {
    transition:opacity 0.5s;
}
.wrap-hover:hover .hover-hide,.wrap-hover:hover .elementor-background-overlay  {
    opacity: 0!important;
}


.content-2{
    display: none;
}

.hover-box-12:hover .content-1{
    display: none;
}
.hover-box-12:hover .content-2{
     display: block;
}
.hover-box-12 .elementor-widget-container p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}
