html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Montserrat-Medium-7.otf");
}

@font-face {
    font-family: "Light";
    src: url("../fonts/Montserrat-Light-6.otf");
}
@font-face {
    font-family: "Regular";
    src: url("../fonts/Montserrat-Regular-8.otf");
}

@font-face {
    font-family: "SemiBold";
    src: url("../fonts/Montserrat-SemiBold-9.otf");
}

@font-face {
    font-family: "ExtraBold";
    src: url("../fonts/Orbitron-ExtraBold.ttf");
}

@font-face {
    font-family: "ETHNOCENTRIC_RG";
    src: url("../fonts/ETHNOCENTRIC_RG.OTF");
}

@font-face {
    font-family: "RUBIK";
    src: url("../fonts/RUBIK-VARIABLEFONT_WGHT.TTF");
}

* {
    font-family: 'Regular' !important;
}

.layout1750px {
    width: 1750px;
    margin: 0 auto;
}

.layout1400px {
    width: 1400px;
    margin: 0 auto;
}

.header .inner .flex {
    padding: 14px 0px;
}

.header.active .inner,
.header.cur .inner {
    background: none !important;
    box-shadow: none !important;
}

.layout1750px .logo img {
    width: 95px !important;
    height: auto;
}

.header .inner nav ul li>a {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.header .layout1750px {
    display: flex;
    justify-content: space-between;
}

.header .layout1750px .leftbox {}

.header .layout1750px .rightbox {
    display: flex;
    align-items: center;
    height: 90px;
}

.header .inner nav ul {
    height: 100%;
}

.header .inner nav ul li {
    height: 100%;
    line-height: 95px;
}

.header .inner .index-search {
    margin-left: 57px;
    margin-right: 27px;
}

.header .headerbtngs {
    display: block;
    margin-left: 27px;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 41px;
    border: 1px solid white;
    border-radius: 25px;
    transition: all 0.5s;
}

.header .headerbtngs:hover {
    background: #C40C24;
    color: white;
    border: 1px solid #C40C24;
}

.header .inner .index-search .content .fa-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jg-index-mk1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
}

.jg-index-mk1 .title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 59px;
}

.jg-index-mk1 .jg-index-mk-box {
    display: flex;
    justify-content: space-between;

}

.jg-index-mk1 .jg-index-mk-box .leftbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 49.5%;
    height: 500px;
    position: relative;
}

.jg-index-mk1 .jg-index-mk-box .leftbox img {
    position: absolute;
    bottom: 0px;
    right: 62px;
    transition: all 0.5s
}

.jg-index-mk1 .jg-index-mk-box .leftbox:hover img {
    transform: scale(1.1);
}

.jg-index-mk1 .jg-index-mk-box .rightbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 49.5%;
    height: 500px;
    position: relative;
}

.jg-index-mk1 .jg-index-mk-box .rightbox img {
    position: absolute;
    bottom: 11px;
    right: 84px;
    transition: all 0.5s
}

.jg-index-mk1 .jg-index-mk-box .rightbox:hover img {
    transform: scale(1.1);
}

.jg-index-mk1 .jg-index-mk-box .leftbox .content .content-title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 42px;
}

.jg-index-mk1 .jg-index-mk-box .rightbox .content .content-title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 42px;
}

.jg-index-mk1 .jg-index-mk-box .leftbox .content .content-btn {
    display: block;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 41px;
    border: 1px solid white;
    width: fit-content;
    border-radius: 25px;
    transition: all 0.5s;
}

.jg-index-mk1 .jg-index-mk-box .leftbox .content .content-btn:hover {
    background: #C40C24;
    color: white;
    border: 1px solid #C40C24;
}

.jg-index-mk1 .jg-index-mk-box .leftbox .content {
    position: absolute;
    bottom: 59px;
    left: 59px;
}

.jg-index-mk1 .jg-index-mk-box .rightbox .content {
    position: absolute;
    bottom: 59px;
    left: 59px;
}

.jg-index-mk1 .jg-index-mk-box .rightbox .content .content-btn {
    display: block;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 41px;
    border: 1px solid white;
    width: fit-content;
    border-radius: 25px;
    transition: all 0.5s;
}

.jg-index-mk1 .jg-index-mk-box .rightbox .content .content-btn:hover {
    background: #C40C24;
    color: white;
    border: 1px solid #C40C24;
}

.header .inner nav ul li .child {
    background-image: url('../images/headerhover.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: fit-content;
    height: fit-content;
    z-index: 999;
    padding: 0px;
}

.header .inner nav ul li .child .title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 30px;
    color: #C40C24;
    margin-top: 51px;
    margin-left: 54px;
    margin-bottom: 62px;
    margin-right: 71px;
}

.header .inner nav ul li .child .childbox {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
    margin-bottom: 59px;
    position: relative;
}

.header .inner nav ul li .child .childbox .childtwoleva {
    padding-right: 56px;
}

.header .inner nav ul li .child .childbox .twochildbox {
    position: absolute;
    right: -115%;
    background: #000000;
    padding: 49px 54px;
    top: -38px;
    display: none;
    min-height: 377px;
}

.twochildbox .threechildbox {
    position: absolute;
    right: -85%;
    background: #000000;
    padding: 49px 54px;
    top: 0;
    display: none;
    border-left: 1px solid #E4E4E420;
    min-height: 377px;
}

.childthreeleva a {
    border-bottom: none !important;
}

.header .inner nav ul li .child .childbox a {
    font-family: 'Medium' !important;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 55px;
    border-bottom: 1px solid #E4E4E420;
    display: block;
    min-width: 286px;
    transition: all 0.5s;
}

.header .inner nav ul li .child .childbox a:hover {
    color: #C40C24;
}

.header .inner nav ul li .child.type25676 {
    left: -265px;
}

.header .inner nav ul li .child.type25677 {
    left: -265px;
}

.header .inner nav ul li .child.type25678 {
    left: -235px;
}


.newfooter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
}

.newfooter .layout1400px {
    display: flex;
}

.newfooter .layout1400px .leftbox {
    padding-right: 157px;
    padding-bottom: 147px;
    border-right: 1px solid #FFFFFF50;
    margin-right: 81px;
}

.newfooter .rightbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newfooter .rightbox .footerlistbox {
    display: flex;
    flex-direction: column;
}

.newfooter .rightbox .footerlistbox .footertitle {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.newfooter .rightbox .footerlistbox a {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    transition: all 0.5s;
}

.newfooter .rightbox .footerlistbox a:hover {
    color: #C40C24;
}

.newfooter .rightbox .footerlistbox .contactbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.newfooter .rightbox .footerlistbox .contactbox a {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.newfooter .rightbox .footerlistbox .contactbox a:hover {
    color: #C40C24;
    text-decoration: underline;
}

.newfooter .sharebox a:hover svg path {
    fill: white;
}

.newfooterbottom {
    width: 100%;
    height: fit-content;
    background: #0B0B0B;
    padding-bottom: 10px;
}

.newfooterbottom .layout1400px {
    display: flex;
    justify-content: space-between;
}

.newfooterbottom .layout1400px .leftbox {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 72px;
}

.newfooterbottom .layout1400px .right {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 72px;
}

.newfooterbottom .layout1400px .right a {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 72px;
    transition: all 0.5s;
}

.newfooterbottom .layout1400px .right a:hover {
    color: #C40C24;
    text-decoration: underline;
}

.newfooterbottom .tagsgs {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.newfooterbottom .tagsgs a {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    transition: all 0.5s;
}

.newfooterbottom .tagsgs a:hover {
    color: #C40C24;
    text-decoration: underline;
}

#col-index-banner {
    position: relative;
}

#col-index-banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 200px;
}

#col-index-banner .content .bannertitlebox {
    display: flex;
    align-items: flex-start;
}

#col-index-banner .content .bannertitlebox .title {
    font-family: 'ExtraBold' !important;
    font-weight: 800;
    font-size: 100px;
    color: #FFFFFF;
    line-height: 72px;
    background: linear-gradient(0deg, #FA8140 0.3662109375%, #F1C168 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#col-index-banner .content .bannertitlebox .ctitle {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 25px;
    color: #F1C168;
    padding: 3px 19px;
    border-radius: 5px;
    border: 1px solid #F1C168;
    width: fit-content;
    margin-left: 22px;
}

#col-index-banner .content .content-ms {
    max-width: 627px;
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 42px;
    line-height: 30px;
}
#col-index-banner .content .content-ms strong{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 72px;
}
#col-index-banner .content .content-ms span{
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

#col-index-banner .content .content-ms p{
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

#col-index-banner .content .bannerbtn {
    display: block;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 41px;
    border: 1px solid white;
    width: fit-content;
    border-radius: 25px;
    transition: all 0.5s;
}

#col-index-banner .content .bannerbtn:hover {
    background: #C40C24;
    color: white;
    border: 1px solid #C40C24;
}

#col-index-banner .bannercontentimg {
    position: absolute;
    bottom: -240px;
}

.banner-container {
    position: relative;
}

.banner-container .swiper-pagination {
    position: absolute;
    top: auto;
    bottom: 0px;
}

.banner-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #C40C24;
}

.banner-container .swiper-button-next:before {
    display: none;
}

.banner-container .swiper-button-prev:before {
    display: none;
}

.banner-container .swiper-button-next {
    opacity: 1;
    border-radius: 50%;
    z-index: 66;
    width: 36px;
    height: 36px;
    right: 2%;
    bottom: 39px;
    top: auto;
    background: none;
}

.banner-container .swiper-button-next:hover svg path {
    fill: #C40C24;
}

.banner-container .swiper-button-prev {
    opacity: 1;
    border-radius: 50%;
    z-index: 66;
    width: 36px;
    height: 36px;
    right: 5%;
    left: auto;
    bottom: 39px;
    top: auto;
    background: none;
}

.banner-container .swiper-button-prev:hover svg path {
    fill: #C40C24;
}

.jg-index-mk2 {
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jg-index-mk2 .mySwipermk2bigbox {
    position: relative;
    margin-bottom: 35px;
}

.jg-index-mk2 .mySwipermk2smimg {
    padding: 0px 5%;
}

.jg-index-mk2 .mySwipermk2smimg .swiper-slide {
    background: #333333a6;
    border: 1px solid #636161;
    height: 165px;
    padding: 20px;
    cursor: pointer;
}

.jg-index-mk2 .mySwipermk2smimg .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jg-index-mk2 .mySwipermk2smimg .swiper-slide-thumb-active {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #C40C24 !important;
}


.jg-index-mk2 .mySwipermk2bigbox .mk-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jg-index-mk2 .mySwipermk2bigbox .mk-content .title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
}

.jg-index-mk2 .mySwipermk2bigbox .mk-content .content {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 58px;
    margin-top: 5px;
    margin-bottom: 38px;
}

.jg-index-mk2 .mySwipermk2bigbox .mk-content .swiperbtn {
    display: block;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 41px;
    border: 1px solid white;
    width: fit-content;
    border-radius: 25px;
    margin-bottom: 50px;
    transition: all 0.5s;
}

.jg-index-mk2 .mySwipermk2bigbox .mk-content .swiperbtn:hover {
    background: #C40C24;
    color: white;
    border: 1px solid #C40C24;
}

.jg-index-mk2 .mySwipermk2bigbox .swiper-button-next:before {
    display: none;
}

.jg-index-mk2 .mySwipermk2bigbox .swiper-button-prev:before {
    display: none;
}

.jg-index-mk2 .mySwipermk2bigbox .swiper-button-next {
    opacity: 1;
    border-radius: 50%;
    z-index: 66;
    width: 66px;
    height: 66px;
    top: 70%;
    background: #cccccc5e;
}

.jg-index-mk2 .mySwipermk2bigbox .swiper-button-next:hover {
    background: #C40C24;
}

.jg-index-mk2 .mySwipermk2bigbox .swiper-button-prev {
    opacity: 1;
    border-radius: 50%;
    z-index: 66;
    width: 66px;
    height: 66px;
    top: 70%;
    background: #cccccc5e;
}

.jg-index-mk2 .mySwipermk2bigbox .swiper-button-prev:hover {
    background: #C40C24;
}

.jg-index-mk2 .mk2searchbox {
    display: flex;
    justify-content: center;
}

.jg-index-mk2 .mk2searchbox .inputbox {
    width: 70%;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 29px;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
}

.jg-index-mk2 .mk2searchbox .inputbox input {
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0px 25px;
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 16px;
    color: #A3A3A3;
    outline: none;
}

.jg-index-mk2 .mk2searchbox {
    margin-top: 110px;
}

.jg-index-mk2 .mk2searchbox .searchbtn {
    display: flex;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 17px 66px;
    border: 1px solid #C40C24;
    width: fit-content;
    border-radius: 50px;
    transition: all 0.5s;
    align-items: center;
    background: #C40C24;
}

.jg-index-mk2 .mk2searchbox .searchbtn svg path {
    fill: white !important;
}

.jg-index-mk2 .mk2searchbox .searchbtn:hover {
    background: white;
    color: #C40C24;
    border: 1px solid white;
}

.jg-index-mk2 .mk2searchbox .searchbtn:hover svg path {
    fill: #C40C24 !important;
}

.jg-index-mk3 {
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jg-index-mk3 .newstitle {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.jg-index-mk3 .seamless02-swiper {
    margin-bottom: 108px;
}

.jg-index-mk3 .seamless02-swiper .swiper-slide {
    position: relative;
}
.jg-index-mk3 .seamless02-swiper .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #C40C2450;
    display: none;
}

.jg-index-mk3 .seamless02-swiper .swiper-slide .title {
    position: absolute;
    bottom: 30px;
    left: 25px;
    max-width: 90%;
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    /* 超出部分隐藏 */
    white-space: nowrap;
    /* 禁止换行 */
    text-overflow: ellipsis;
    /* 使用省略号表示溢出部分 */
}

.jg-index-mk3 .seamless02-swiper .swiper-slide .newsbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: .8rem;
    color: #FFFFFF;
    padding: 13px 41px;
    border: 1px solid white;
    width: fit-content;
    border-radius: 25px;
    transition: all 0.5s;
}

.jg-index-mk3 .seamless02-swiper .swiper-slide .newsbtn:hover {
    background: #C40C24;
    color: white;
    border: 1px solid #C40C24;
}
.jg-index-mk3 .seamless02-swiper .swiper-slide:hover:before{
    display: block;
}
.jg-index-mk3 .seamless02-swiper .swiper-slide:hover .newsbtn {
    display: block;
}

.jg-index-mk3 .mk3-aboutbox {
    width: 100%;
    height: fit-content;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-position: top;
}

.jg-index-mk3 .mk3-aboutbox .aboutfamile {
    margin-bottom: 60px;
}

.jg-index-mk3 .mk3-aboutbox-content {
    display: flex;
    justify-content: space-between;
}

.jg-index-mk3 .mk3-aboutbox-content .leftbox {
    width: 50%;
}

.jg-index-mk3 .mk3-aboutbox-content .rightbox {
    width: 43%;
}

.jg-index-mk3 .mk3-aboutbox-content .leftbox .title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.jg-index-mk3 .mk3-aboutbox-content .leftbox .content {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}

.jg-index-mk3 .mk3-aboutbox-content .leftbox .content * {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}

.jg-index-mk3 .mk3-aboutbox-content .rightbox .title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.jg-index-mk3 .mk3-aboutbox-content .rightbox .content {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}

.jg-index-mk3 .mk3-aboutbox-content .rightbox .content * {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}

.jg-index-mk3 .mk3-btn-red {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 41px;
    background: #C40C24;
    border-radius: 25px;
    transition: all 0.5s;
}

.jg-index-mk3 .mk3-btn-red:hover {
    background: white;
    color: #C40C24;
}

.jg-index-mk3 .mk3-btn-white {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #C40C24;
    padding: 13px 41px;
    background: white;
    border-radius: 25px;
    transition: all 0.5s;
}

.jg-index-mk3 .mk3-btn-white:hover {
    background: #C40C24;
    color: white;
}

.jg-index-mk4 {
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.jg-index-mk4 .newstitle {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
}

.jg-index-mk4 .mk4-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.jg-index-mk4 .mk4-content .mk4-hoverbox {
    width: 17.5%;
    height: 700px;
    position: relative;
    transition: all 1s;
    filter: grayscale(1)
}

.jg-index-mk4 .mk4-content .mk4-hoverbox .content {
    position: absolute;
    bottom: 60px;
    left: 30px;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jg-index-mk4 .mk4-content .mk4-hoverbox.active {
    width: 45%;
    filter: none;
}

.jg-index-mk4 .mk4-content .mk4-hoverbox .content .title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 34px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.jg-index-mk4 .mk4-content .mk4-hoverbox .content .contentbox {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    overflow: hidden;
    max-height: 0;
    transform:scaleY(0);
    transition: all 0.5s ease-out;
    transition-delay: 0.45s;
}

.jg-index-mk4 .mk4-content .mk4-hoverbox.active .content {
    align-items: flex-start;
}

.jg-index-mk4 .mk4-content .mk4-hoverbox.active .content .title {
    text-align: left;
}

.jg-index-mk4 .mk4-content .mk4-hoverbox.active .content .contentbox {
    max-height: max-content;
    transform:scaleY(1);
}

#col-banner .swiper-slide .img {
    position: relative;
}

#col-banner .swiper-slide .img .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#col-banner .swiper-slide .img .content .title {
    font-family: "SemiBold" !important;
    font-weight: 600;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

#col-banner .swiper-slide .img .content .crums {
    display: flex;
    align-items: center;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #F8F8F8;
    justify-content: center;
    margin-top: 39px;
}

.jg-bigproduct {
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jg-bigproduct .jg-bigproduct-title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
}

.jg-bigproduct .jg-bigproduct-content {
    margin-top: 28px;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
}

.jg-bigproduct .jg-bigproduct-tags {
    display: flex;
    padding: 0px 45px;
    margin-top: 105px;
    border-bottom: 1px solid #ffffff30;
}

.jg-bigproduct .jg-bigproduct-tags a {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 24px;
    padding: 0px 10px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    top: 1.187px;
}

.jg-bigproduct .jg-bigproduct-tags a.active {
    color: #C40C24;
    border-bottom: 2px solid #C40C24;
}

.jg-bigproduct .jg-bigproduct-tagscontent {
    margin-top: 50px;
    position: relative;
    height: fit-content;
    min-height: 626px;
}

.jg-bigproduct .jg-bigproduct-tagscontent .flimgbox {
    position: absolute;
    left: 0;
    top: 0;
}

.jg-bigproduct .jg-bigproduct-tagscontent .content {
    position: absolute;
    top: 105px;
    left: 175px;
}

.jg-bigproduct .jg-bigproduct-tagscontent .content .title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.jg-bigproduct-tagscontent .content .content-typelist {
    display: flex;
    margin-top: 68px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist {
    display: flex;
    flex-direction: column;
    margin-top: 13px;
    margin-right: 13px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF50;
    padding: 25px;
    min-width: 270px;
    min-height: 302px;
    transition: all 0.5s;
    justify-content: space-between;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist .typelist-imgbox {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 168px;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist .typelist-title {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist:hover {
    background: white;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist:hover .typelist-title {
    color: black;
    margin-top: 52px;
}

.jg-bigproduct-typelist-content .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jg-bigproduct-typelist-content .titlebox svg path {
    fill: white !important;
}

.jg-bigproduct-typelist-content .contentbox {
    display: none;
    flex-direction: column;
    padding-top: 21px;
    border-top: 1px solid #1D283440;
}

.jg-bigproduct-typelist-content .contentbox a {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    transition: all 0.5s;
}

.jg-bigproduct-typelist-content .contentbox a:hover {
    color: #C40C24 !important;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist:hover .jg-bigproduct-typelist-content .contentbox {
    margin-top: 24px;
    display: flex;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist:hover .jg-bigproduct-typelist-content .titlebox svg {
    margin-top: 52px;
}

.jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist:hover .jg-bigproduct-typelist-content .titlebox svg path {
    fill: black !important;
}

.main_hd .page_title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #C40C24;
}


.main_hd {
    border-bottom: none;
}

.side-tit-bar .side-tit {
    background: #C40C24;
    color: white;
}

.side-cate {
    background: white;
    padding: 22px;
    border-radius: 10px;
}

.aside {
    width: 350px;
}

.main {
    width: calc(100% - 385px);
}

.items_list .product_item {
    max-width: 33%;
    width: 33%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF50;
    padding: 25px;
    margin: 1px;
    transition: all 0.5s;
}

.items_list .product_item:hover {
    background: white;
}

.item_title a {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
}

.item_title a:hover {
    color: #C40C24;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    color: white;
}

.side-cate li .icon-cate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-view .product-image {
    background: white;
}

.product-view .image-additional li img {
    background: white;
}

.product-view .image-additional li.current>a {
    border: 2px solid #C40C24;
}

.page_title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #C40C24;
    line-height: 60px;
}


.product-summary .product-meta {
    color: white;
}

.productcontentbtn {
    display: block;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 13px 41px;
    border: 1px solid #C40C24;
    width: fit-content;
    background: #C40C24;
    border-radius: 25px;
    margin-bottom: 135px;
    transition: all 0.5s;
}

.productcontentbtn:hover {
    color: #C40C24 !important;
}

.product-detail .tab-panel-content {
    padding: 25px 50px;
    display: block;
    overflow: hidden;
    background: white;
    border-radius: 0px 0px 25px 25px;
}

.side-widget .cate-type-list>li {
    line-height: 40px;
}

.side-widget .cate-type-list>li>a:before {
    top: 16px;
}

.jg-about-contentmk1 {
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jg-about-contentmk1 .jg-aboutcontentmk1-title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 60px;
}

.jg-about-contentmk1 .jg-aboutcontentmk1-content {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 58px;
}

.jg-aboutcontentmk1-numdancebox {
    display: flex;
    justify-content: space-between;
    padding: 110px 0px;
    align-items: center;
}

.jg-aboutcontentmk1-numdancebox .numdancebox {
    display: flex;
    align-items: center;
}

.jg-aboutcontentmk1-numdancebox .numdancebox .leftbox {
    margin-right: 30px;
}

.jg-aboutcontentmk1-numdancebox .numdancebox .rightbox .num {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
}

.jg-aboutcontentmk1-numdancebox .numdancebox .rightbox .title {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

.jg-aboutcontentmk1-leftrightbox {
    display: flex;
    background: #1F2025;
    align-items: center;
    margin-top: 20px;
}

.jg-aboutcontentmk1-leftrightbox .rightbox {
    padding: 0px 63px;
}

.jg-aboutcontentmk1-leftrightbox .rightbox .title {
    font-family: 'Medium' !important;
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 72px;
}

.jg-aboutcontentmk1-leftrightbox .rightbox .content {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justify;
}

.jg-about-contentmk2 {
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jg-aboutcontentmk2-title {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
}

.jg-about-contentmk2 .mySwiperhis {
    width: 100%;
    position: relative;
    margin-top: 145px;
    margin-bottom: 142px;
}

.mySwiperhis .swiper-button-next:before,
.mySwiperhis .swiper-button-prev:before {
    display: none;
}

.jg-about-contentmk2 .mySwiperhis .swiper-slide {
    display: flex;
    align-items: center;
}

.jg-about-contentmk2 .mySwiperhis .swiper-slide .leftbox {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jg-about-contentmk2 .mySwiperhis .swiper-slide .rightbox {
    width: 50%;
    padding-right: 23px;
}

.jg-about-contentmk2 .mySwiperhis .swiper-slide .rightbox .year {
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 100px;
    color: #C40C24;
}

.jg-about-contentmk2 .mySwiperhis .swiper-slide .rightbox .title {
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.jg-about-contentmk2 .mySwiperhis .swiper-slide .rightbox .content {
    font-family: 'Light' !important;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
}

.jg-about-contentmk2 .mySwiperhis .swiper-pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10%;
    position: relative;
    top: 142px;
}

.jg-about-contentmk2 .mySwiperhis .swiper-pagination-bullet {
    width: fit-content;
    height: fit-content;
    background: none;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    opacity: 1;
}

.jg-about-contentmk2 .mySwiperhis .swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    margin-bottom: 22px;
}

.jg-about-contentmk2 .mySwiperhis .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #C40C24;
}

.jg-about-contentmk2 .mySwiperhis .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #C40C24;
}

.jg-about-contentmk2 .line {
    width: 100%;
    height: 1px;
    background: #FFFFFF20;
    opacity: 0.2;
    position: relative;
    top: -63px;
}

.mySwiperhis .swiper-button-next,
.mySwiperhis .swiper-button-prev {
    opacity: 1;
    z-index: 999;
    top: auto;
    bottom: -105px;
    background: none;
}

.mySwiperhis .swiper-button-next:hover svg path,
.mySwiperhis .swiper-button-prev:hover svg path {
    fill: #C40C24 !important;
}

.jg-about-contentmk3 {
    width: 100%;
    height: fit-content;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jg-bigproduct-content {
    display: none;
}

.jg-bigproduct-content.active {
    display: block;
}

.mySwiperzs1,
.mySwiperzs2 {
    position: relative;
    margin-top: 62px;
    padding: 0px 45px;
}

.mySwiperzs2 .swiper-slide,
.mySwiperzs1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 76px 65px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #F8F8F8;
    min-height: 405px;
}

.mySwiperzs1 .swiper-button-next,
.mySwiperzs1 .swiper-button-prev {
    opacity: 1;
    background: none;
}

.mySwiperzs1 .swiper-button-next:before,
.mySwiperzs1 .swiper-button-prev:before {
    display: none;
}

.mySwiperzs1 .swiper-button-next:hover svg path,
.mySwiperzs1 .swiper-button-prev:hover svg path {
    fill: #C40C24 !important;
}

.mySwiperzs2 .swiper-button-next,
.mySwiperzs2 .swiper-button-prev {
    opacity: 1;
    background: none;
}

.mySwiperzs2 .swiper-button-next:before,
.mySwiperzs2 .swiper-button-prev:before {
    display: none;
}

.mySwiperzs2 .swiper-button-next:hover svg path,
.mySwiperzs2 .swiper-button-prev:hover svg path {
    fill: #C40C24 !important;
}

.blog-item .item-info .item-title {
    word-break: break-all;
}

.page_title {
    line-height: 50px;
}

@media screen and (max-width:1800px) {
    #col-index-banner .content {
        zoom: 0.8;
    }
}

@media screen and (max-width:1775px) {
    .layout1750px {
        width: 100%;
        padding: 0px 2%;
    }

    .header .inner .flex {
        padding: 14px 2% !important;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent .flimgbox{
        width: 100%;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent .content{
        zoom: 0.8;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
}
@media screen and (max-width:1550px) {
    .jg-bigproduct .jg-bigproduct-tagscontent .content{
        zoom: 0.6;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent{
        min-height: 526px;
    }
}
@media screen and (max-width:1425px) {
    .jg-index-mk3 .mk3-aboutbox .aboutfamile{
        width: 100%;
    }
    #col-index-banner .content {
        zoom: 0.65;
        width: 80%;
    }

    .header .inner nav ul li {
        margin-right: 25px;
    }

    .header .headerbtngs {
        display: none;
    }

    .header .inner nav ul li .child {
        zoom: 0.7;
    }

    .layout1400px {
        width: 100%;
        padding: 0px 2%;
    }
    .jg-aboutcontentmk1-leftrightbox .leftbox{
        width: 50%;
    }
    .jg-aboutcontentmk1-leftrightbox .leftbox img{
        width: 100%;
    }
    .jg-aboutcontentmk1-leftrightbox .rightbox{
        width: 50%;
    }
}

@media screen and (max-width:1365px) {
    .newfooter {
        zoom: 0.8;
    }

    #col-banner .swiper-slide .img .content {
        zoom: 0.65;
    }
}

@media screen and (max-width:1250px) {
    .jg-index-mk1 .jg-index-mk-box .rightbox img {
        zoom: 0.8;
    }

    .jg-index-mk1 .jg-index-mk-box .leftbox img {
        zoom: 0.8;
    }
    .jg-aboutcontentmk1-numdancebox{
        zoom: 0.8;
    }
    .jg-aboutcontentmk1-leftrightbox .rightbox{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent .content{
        zoom: 0.6;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent{
        min-height: 416px;
    }
    .jg-bigproduct .layout1400px{
        zoom: 0.8;
    }
}

@media screen and (max-width:1100px) {
    .mk3-aboutbox-content .btnbox{
        zoom: 0.6;
    }
    .newfooter {
        zoom: 0.7;
    }

    #col-index-banner .content {
        zoom: 0.45;
    }
}
.ydnewsbox{
    display: none;
}
@media screen and (max-width:992px) {
    .jg-bigproduct,.jg-about-contentmk1{
        padding-top: 50px;
    }
    .product-btn-wrap{
        zoom: 0.5;
    }
    .newfooterbottom .layout1400px .leftbox,.newfooterbottom .layout1400px .right a,.newfooterbottom .tagsgs,.newfooterbottom .tagsgs a{
        font-size: 12px;
        line-height: 1.5;
    }
    .ydnewsbox{
        display: block;
    }
    .ydnewsbox a{
        width: 95%;
        display: block;
        margin: 0 auto;
        margin-bottom: 75px;
    }
    .ydnewsbox .title{
        font-family: 'Light' !important;
        font-weight: 300;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 24px;
        margin-top: 15px;
    }
    .jg-index-mk3 .seamless02-swiper{
        display: none;
    }
    .header{
        background: black;
    }
    #col-index-banner{
        padding-top: 80px;
    }
    #col-banner{
        padding-top: 80px;
    }
    .page_title,.jg-about-contentmk1 .jg-aboutcontentmk1-title{
        font-size: 35px;
    }
    .jg-about-contentmk2 .mySwiperhis .swiper-slide .rightbox .year{
        font-size: 50px;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent .flimgbox {
        width: 100%;
        min-height: 716px;
        object-fit: cover;
    }
    .jg-bigproduct-tagscontent:nth-child(1){
        min-height: 716px;
    }
    .jg-bigproduct-tagscontent:nth-child(2){
        min-height: 516px;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent:nth-child(2) .flimgbox {
        width: 100%;
        min-height: 536px;
        object-fit: cover;
    }
    .jg-bigproduct-tagscontent:nth-child(3){
        min-height: 536px;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent:nth-child(3) .flimgbox {
        width: 100%;
        min-height: 536px;
        object-fit: cover;
    }
    .jg-bigproduct-tagscontent:nth-child(4){
        min-height: 536px;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent:nth-child(4) .flimgbox {
        width: 100%;
        min-height: 516px;
        object-fit: cover;
    }
    .jg-bigproduct-tagscontent:nth-child(5){
        min-height: 536px;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent:nth-child(5) .flimgbox {
        width: 100%;
        min-height: 536px;
        object-fit: cover;
    }
    .jg-bigproduct .jg-bigproduct-tagscontent .content .title{
        line-height: 40px;
    }
    .jg-bigproduct-tagscontent .content .content-typelist{
        justify-content: space-between;
    }
    .jg-bigproduct-tagscontent .content .content-typelist .jg-bigproduct-typelist{
        width: 49%;
        margin-right: 0px;
        min-width: 49%;
    }
    .jg-about-contentmk2{
        padding: 50px 0px;
    }
    .mySwiperhis .swiper-button-next, .mySwiperhis .swiper-button-prev{
        bottom: 40px;
    }
    .jg-about-contentmk2 .mySwiperhis .swiper-pagination{
        top: 20px;
    }
    .jg-about-contentmk2 .mySwiperhis{
        margin: 50px 0px;
    }
    .jg-about-contentmk2 .mySwiperhis .swiper-pagination-bullet{
        zoom: 0.5;
    }
    .jg-about-contentmk2 .mySwiperhis .swiper-slide{
        align-items: center;
        flex-direction: column;
        padding: 25px;
    }
    .jg-about-contentmk2 .mySwiperhis .swiper-slide .leftbox{
        width: 100%;
    }
    .jg-about-contentmk2 .mySwiperhis .swiper-slide .leftbox img{
        width: 100%;
    }
    .jg-about-contentmk2 .mySwiperhis .swiper-slide .rightbox{
        width: 100%;
        padding-right: 0px;
        margin-top: 25px;
    }
    .jg-aboutcontentmk2-title{
        font-size: 40px;
    }
    .jg-aboutcontentmk1-leftrightbox .rightbox{
        padding: 25px;
    }
    .jg-aboutcontentmk1-leftrightbox{
        flex-direction: column !important;
        align-items: center !important;
    }
    .jg-aboutcontentmk1-leftrightbox .leftbox{
        width: 100%;
    }
    .jg-aboutcontentmk1-leftrightbox .rightbox{
        width: 100%;
    }
    .jg-aboutcontentmk1-numdancebox{
        zoom: 0.6;
    }
    .jg-index-mk2 .mySwipermk2bigbox .mk-content .content{
        text-align: center;
    }
    .jg-index-mk4 .newstitle{
        font-size: 35px;
    }
    .jg-index-mk4{
        padding: 50px 0px;
    }
    .jg-index-mk3 .mk3-aboutbox-content .leftbox{
        width: 100%;
    }
    .jg-index-mk3 .mk3-aboutbox-content .rightbox{
        width: 100%;
        margin-top: 35px;
    }
    .jg-index-mk3 .mk3-aboutbox-content{
        flex-direction: column;
        align-items: center;
    }
    .product-detail .tab-panel-content {
        overflow: auto;
        padding-bottom: 10px;
    }

    .detail-tabs {
        display: flex;
        flex-wrap: wrap;
        zoom: 0.6;
    }
    .tab-panel-wrap{
        padding-top: 0px;
    }
    .detail-tabs .title {
        border-radius: 0px !important;
    }

    .blog-item .item-wrap {
        display: flex;
        flex-direction: column;
    }

    #col-banner .swiper-slide .img .content {
        zoom: 0.5;
    }

    .items_list ul {
        justify-content: center !important;
    }

    .items_list .product_item {
        max-width: 49%;
        width: 49%;
        padding: 10px;
    }

    .item_title a {
        font-size: 12px;
    }

    .jg-index-mk2 .mk2searchbox .searchbtn {
        zoom: 0.5;
    }

    .jg-index-mk1 .jg-index-mk-box .leftbox img {
        zoom: 0.35;
    }

    .jg-index-mk1 .jg-index-mk-box .leftbox .content {
        zoom: 0.5;
    }

    .jg-index-mk1 .jg-index-mk-box .rightbox img {
        zoom: 0.35;
    }

    .jg-index-mk1 .jg-index-mk-box .rightbox .content {
        zoom: 0.5;
    }

    .jg-index-mk1 .jg-index-mk-box {
        flex-direction: column;
        align-items: center;
    }

    .jg-index-mk1 .jg-index-mk-box .leftbox {
        width: 100%;
        height: 225px;
    }

    .jg-index-mk1 .jg-index-mk-box .rightbox {
        width: 100%;
        height: 225px;
    }

    .jg-index-mk1 {
        padding: 50px 0px;
    }

    .jg-index-mk1 .title,.jg-index-mk3 .newstitle{
        font-size: 35px;
    }

    .fl-node-586baa625d12e>.fl-row-content-wrap {
        padding: 50px 0px !important;
    }

    .main_hd .page_title {
        text-align: center;
        padding-right: 0px;
    }

    .blog-item .item-img {
        max-width: 100%;
        margin-right: 0px;
    }

    .blog-item .item-info .item-title a {
        margin-top: 15px;
        display: block;
    }

    .main {
        width: 100%;
    }

    .jg-bigproduct .jg-bigproduct-title {
        text-align: center;
        font-size: 35px;
    }

    .newfooterbottom .layout1400px .leftbox {
        line-height: 34px;
    }

    .newfooterbottom .layout1400px .right,
    .newfooterbottom .layout1400px .right a {
        line-height: 34px;
    }

    .newfooterbottom .layout1400px {
        display: flex;
        flex-wrap: wrap !important;
        flex-direction: row !important;
    }

    .newfooter .rightbox .footerlistbox .contactbox a {
        max-width: calc(100% - 15%) !important;
    }

    .newfooter .rightbox .footerlistbox {
        margin-top: 25px;
    }

    .newfooter .rightbox .footerlistbox .footertitle {
        margin-bottom: 15px;
    }

    .newfooter .rightbox {
        display: flex;
        flex-direction: column;
    }

    .newfooter .layout1400px .leftbox {
        padding-right: 15px;
        padding-bottom: 15px;
        border-right: none;
        zoom: 0.7;
    }

    .newfooter .layout1400px {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .newfooter {
        zoom: 1;
        padding: 50px 0px;
    }

    .layout1750px .logo img {
        width: 55px !important;
    }

    .header .inner .index-search {
        display: none !important;
    }
}

@media screen and (max-width:860px) {
    .jg-index-mk4 .mk4-content .mk4-hoverbox{
        width: 100% !important;
    }
    #col-index-banner .content {
        zoom: 0.3;
    }
    .jg-index-mk4 .mk4-content{
        flex-direction: column;
        align-items: center;
    }
    .jg-index-mk4 .mk4-content .mk4-hoverbox.active{
        width: 100%;
    }
    .jg-index-mk4 .mk4-content .mk4-hoverbox{
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .jg-index-mk4 .mk4-content .mk4-hoverbox .content{
        zoom: 0.65;
    }
    .jg-index-mk4 .mk4-content .mk4-hoverbox{
        height: 300px;
    }
}
@media screen and (max-width:700px) {
    .jg-aboutcontentmk1-numdancebox{
        zoom: 0.4;
    }
    .jg-aboutcontentmk1-numdancebox .numdancebox{
        align-items: center;
        flex-direction: column;
    }
    .jg-aboutcontentmk1-numdancebox .numdancebox .leftbox{
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .jg-aboutcontentmk1-numdancebox .numdancebox .rightbox .num{
        text-align: center;
    }
    .jg-aboutcontentmk1-numdancebox .numdancebox .rightbox .title{
        text-align: center;
    }
}
@media screen and (max-width:500px) {
    .jg-index-mk3 .seamless02-swiper .swiper-slide .title{
        bottom: 10px;
        font-size: 12px;
        max-width: 75%;
    }
    .jg-index-mk3 .seamless02-swiper .swiper-slide .newsbtn{
        zoom: 0.5;
    }
    .jg-index-mk2 .mk2searchbox{
        display: none;
    }
    .jg-index-mk2,.jg-index-mk3{
        padding: 50px 0px;
    }
    .jg-index-mk2 .mySwipermk2smimg{
        display: none;
    }
    
    .jg-index-mk2 .mySwipermk2bigbox .mk-content .swiperbtn,.jg-index-mk2 .mySwipermk2bigbox{
        margin-bottom: 35px;
    }
    
    .jg-index-mk2 .mySwipermk2bigbox .mk-content .title{
        font-size: 30px;
    }
    
    .jg-index-mk2 .mySwipermk2bigbox .mk-content .content{
        text-align: center;
        line-height: 35px;
    }
    
    .jg-index-mk2 .mySwipermk2bigbox .mk-content img{
        width: 100%;
        padding: 2.5%;
        max-height: 225px;
        object-fit: contain;
    }
    
    #col-index-banner .content {
        zoom: 0.2;
    }

    #col-banner .swiper-slide .img .content {
        zoom: 0.2;
    }
    
}
#col-index-banner .content .bannertitlebox .title.banner1title{
    font-family: 'ETHNOCENTRIC_RG' !important;
    font-size: 100px !important;
}
#col-index-banner .content .bannertitlebox .title.banner2title{
    font-family: 'RUBIK' !important;
    font-size: 80px !important;
    background: linear-gradient(0deg, #4b88df 0.3662109375%, #9bc6eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}