.main_two {
    width: 100vw;
    margin-top: 140px;
}

.main-con {
    width: 100vw;
    position: relative;
}

.main_head {
    width: 100vw;
    overflow: hidden;
    position: relative;
}

/* .main_head::before {
    content: '';
    display: block;
    margin-top: calc(100vh - 2rem);
} */

/* .main_head::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
} */

.main_head_bg {
    transform: none;
    transition: all 2s ease-out;
    width: 100%;
    height: 100%;
    /* left: 0;
    top: 0;
    position: absolute; */
    transition: all 0.3s ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    transform-origin: 50% 100%;
}

.main_head_bgTwo {
    width: 100%;
    height: 100%;
    /* left: 0;
    top: 0;
    position: absolute; */
    transition: all 0.3s ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    transform-origin: 50% 100%;
    transform: scale(1.2);
    transition: all 2s ease-out;
    transform: none;
    display: none;
    margin-top: 48px;
}

.richText {
    /* width: 1200px; */
    /* margin: 0 auto; */
    width: 100vw;
    margin-top: 60px;
    /* background-color: #f8f9f9; */
    padding: 0 150px;
    box-sizing: border-box;
}

.main_head_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: .22rem;
    box-sizing: border-box;
    z-index: 5;
}

.main_head_title_con {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 62.5%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
}

.main_head_title_left {
    box-shadow: 9px 15px 50px 1px rgb(7 0 2 / 18%);
    transform: translate(-50%, -50%) rotate(405deg) skewX(0);
    opacity: 1;
    border-radius: 8px;
    width: 1.8rem;
    height: 1.8rem;
    transition: all 0.3s ease-out 0.2s;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    background-color: rgba(214, 3, 26, 0.6);
}

.main_head_title_right {
    color: #fff;
}

.main_head_title_right_text {
    opacity: 1;
    transform: none;
    transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s;
    line-height: 1;
    margin-bottom: .27rem;
    letter-spacing: .06em;
    color: #fff;
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;

}

.f-bold {
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}

.f-60 {
    font-size: 60px;
}

.main_head_title_right_en {
    opacity: 1;
    transform: none;
    transition: opacity 0.5s ease-out 0.8s, transform 0.5s ease-out 0.8s;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #fff;
    /* font-family: en; */
    line-height: 1;
}

.warp {
    width: 100%;
    /* padding-top: 48px; */
}

.slideMenus {
    height: 60px;
    line-height: 60px;
    /* background: #424242; */
    background: #d2e8f6;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 2;
    font-size: 14px;
    display: none;
}

.slideMenus .slideContents {
    padding-left: 199px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.slideMenus .slideContents ul {
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: 1500px;
    overflow-y: hidden;
}

/* .slideMenus .slideContents .ul1 li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
} */

.slideMenus .slideContents ul li {
    float: left;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 30px;
    /* margin: 15px 15px 15px 0; */
    padding: 0 14px;
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
}

.slideMenus .slideContents ul li::after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

/*滚动条整体样式*/
.slideMenus .slideContents ul::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 10px;
    height: 8px;
}

/*滚动条里面小方块*/
.slideMenus .slideContents ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--lordColor);
}

/*滚动条里面轨道*/
.slideMenus .slideContents ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.slideMenus .slideContents li a {
    padding-left: 11px;
    box-sizing: border-box;
    /* color: #fff; */
    width: auto;
    font-size: 12px;
    display: inline-block;
    opacity: .7;
}

.slideMenus .slideContents li img {
    width: 24px;
    display: block;
    height: 24px;
}

.slideMenus .slideContents .ul1 li:nth-last-child(2) {
    border: none;
}

.ul1_active {
    /* background-color: var(--lordColor); */
    font-family: 'FangZhengBold', sans-serif;
    font-weight: bold;
}

.slideMenus .slideContents li a:hover {
    opacity: 1;
}

.slideMenus .slideContents .ul1_active a {
    opacity: 1;
}

/* 分类商品 */
.headList {
    width: 100%;
    /* height: 327px; */
    margin-top: 60px;
    background: #fff;
    display: none;
}

.headList .listBody {
    width: 1100px;
    /* height: 238px; */
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: none;
}

.headList .listBody ul {
    width: 1100px;
    display: inline-block;
}

.headList .listBody ul li {
    width: 162px;
    /* height: 238px; */
    display: inline-block;
    margin-right: 41px;
}

.headList ul li a {
    display: inline-block;
}

.headList ul li img {
    display: inline-block;
    width: 162px;
    height: 162px;
}

.headList .listTitle {
    width: 162px;
    height: 20px;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
}

.headList ul li a p {
    text-align: center;
    font-size: 14px;
}

.headList .listSeries {
    width: 162px;
    /* height: 22px; */
    line-height: 22px;
    padding: 2px 6px;
    box-sizing: border-box;
    text-align: center;
    color: #aaaaaa !important;
    font-weight: 400 !important;
    border: 1px solid #aaaaaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headList ul li a:hover {
    color: var(--lordColor);
    font-family: 'FangZhengBold', sans-serif;
    font-weight: 600;
}

/* 更多 */
.headList .listBody ul li:last-child {
    width: 30px;
    height: 238px;
    /* padding-top: 85px; */
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
}

.headList .listBody .linkButton {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff !important;
    font-weight: 400 !important;
    background-color: #d2d2d2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* 商品列表 */
.main {
    padding-top: 20px;
    box-sizing: border-box;
    background: #fafafa;
}

.proMenu {
    padding: 25px 0 25px 0;
    box-sizing: border-box;
    height: 76px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
}

.animated {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* animation-name: fadeInUp; */
}

.proMenu .tabs {
    float: right;
}

.proMenu .tabs ul li.actives {
    border-bottom: 2px solid #ed2336;
}

.proMenu .tabs ul li a {
    color: #222;
    display: flex;
    align-content: center;
}

.proMenu .tabs ul li img {
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 14px;
}

.proMenu .tabs ul li span {
    line-height: 22px;
    font-size: 12px;
}

.proMenu .icon {
    float: left;
    padding: 0px 0 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    top: -12px;
    color: #000;
    display: flex;
    align-items: center;
}

.proMenu .icon img {
    float: left;
    width: 36px;
    height: 36px;
}

.proMenu .icon span {
    float: left;
    margin-left: 10px;
}

.proMenu .tabs ul li {
    float: left;
    margin-right: 28px;
    color: #000;
    font-size: 12px;
    padding-bottom: 10px;
    box-sizing: border-box;
    line-height: 18px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
}

.proMenu .tabs {
    float: right;
}

.proListMain {
    max-width: 1240px;
    position: relative;
    left: -20px;
}

.listItem {
    padding-bottom: 20px;
    box-sizing: border-box;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.proListMain .bigItem {
    width: 50%;
    float: left;
    height: 340px;
    overflow: hidden;
    padding: 0;
    background: #FFF;

}

.color5 {
    background: #FFF;
}

.proListMain .bigItem .col {
    padding: 53px 0 52px;
    box-sizing: border-box;
    text-align: center;
    /* background: -webkit-linear-gradient(#bec6cd, #dcdee2); */
    /* background: linear-gradient(#bec6cd, #dcdee2); */
}

.proListMain .bigItem .num {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    padding-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 2px solid #000;
}

.proListMain .bigItem h2 {
    font-size: 32px;
    margin-bottom: 22px;
}

.proListMain .bigItem .secondTitle {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 50px;
}

.proListMain .bigItem .greenBtn {
    color: #fff;
    width: 145px;
    height: 46px;
    background: var(--lordColor);
    background-size: 100%;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 46px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

.proListMain .bigItem .activeTwo .moreBtn {
    display: none;
}

.proListMain .bigItem .greenBtn .icon-inside {
    display: inline-block;
    width: 10px;
    height: 14px;
    background-size: 100%;
    position: absolute;
    right: 12px;
    top: 16px;
}

.proListMain .bigItem .greenBtn.activeTwo .icon-inside {
    background-size: 100%;
}

.proListMain .proItem {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 40px;
    color: #000;
    width: 25%;
    float: left;
    height: 340px;
    overflow: hidden;
}

.proListMain .proItem>div {
    margin: 0 20px;
}

.proListMain .proItem>div,
.proListMain .proItem>div:hover {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.proListMain .proItem>div {
    cursor: pointer;
}

.proListMain .proItem>div .img {
    height: 270px;
    overflow: hidden;
}

.proListMain .proItem>div .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.proListMain .proItem>div h2,
.proListMain .proItem span {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.proListMain .proItem span {
    display: inline-block;
    padding-bottom: 23px;
    box-sizing: border-box;
}

.proListMain .bigItem .activeTwo .moreBtn {
    display: none;
}

.proListMain .bigItem .greenBtn .hideBtn {
    display: none;
}

.listBox {
    display: none;
}

.listItem,
.listBox {
    overflow: hidden;
    width: 100%;
}

.proListMain .bigItem .activeTwo .hideBtn {
    display: block;
}

.proListMain .proItem>div,
.proListMain .proItem>div:hover {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.proListMain .proItem>div:hover {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 8%);
}

/* 移动端 */
.warpTwo {
    padding: 0 15px;
    padding-top: 48px;
    box-sizing: border-box;
    display: none;
    width: 100vw;
    flex-direction: column;
}

.switch-content {
    /* width: 100vw; */
}

.switch {
    width: 100%;
    height: 50.6px;
    /* background: #000; */
    background: rgba(33, 139, 211, 0.5);
    border-radius: 5.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13.2px;
    color: #fff;
    padding: 0 12.1px;
    margin-bottom: 27.5px;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.switch .title,
.switch .status {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.switch .title img {
    display: block;
    height: 20px;
}

.switch .title span {
    margin-left: 8.25px;
    font-size: 14px;
    color: #fff;
}

.switch .status span {
    margin-right: 8.25px;
    color: #fff;

}

.switch .status img {
    display: block;
    width: 8.8px;
    height: 12.1px;
}

.switch-popup {
    display: none;
}

.switch-popup .mask {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.switch-popup .wraps {
    position: fixed;
    width: 100%;
    left: 0;
    top: 48px;
    z-index: 1000000;
    background: #000;
    display: none;
}

.showSwitch.switch-popup .wraps h1,
.showSwitch.switch-popup .wraps li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    list-style: none;
}

.switch-popup .wraps h1,
.switch-popup .wraps li {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.switch-popup .wraps h1 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 27.5px 0;
}

.showSwitch.switch-popup .wraps li:nth-of-type(1) {
    -webkit-transition-delay: 100ms, 100ms;
    transition-delay: 100ms, 100ms;
}

.switch-popup .wraps li {
    padding: 16.5px;
    box-sizing: border-box;
    position: relative;
}

.switch-popup .wraps li a {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13.2px;
    color: #fff;
}

/* .switch-popup .wraps li:nth-of-type(1) p {
    background: url(../../img/product/nav1.png)left center no-repeat;
    background-size: 14.3px 20.35px;
    padding-left: 24.2px;
} */
.switch-popup .wraps li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(102, 102, 102, .5);
    color: rgba(102, 102, 102, .5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}

.container-text {
    display: flex;
    align-items: center;

}

.container-text img {
    height: 21px;
    display: block;
    flex: 0 0 auto;
}

.container-text p {
    margin-left: 7px;
    font-size: 14px;
    color: #fff;
}

.switch-popup .wraps li i {
    display: block;
    width: 25.85px;
    height: 28.6px;
    transition: all .3s ease;
    flex: 0 0 auto;
    margin-left: 20px;
}

.switch-popup .wraps li.actives i {
    background-size: 25.85px 28.6px;
    transition: all .3s ease;
}

.menu-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 27px;
}

.menu-content li.activez {
    border-bottom: 2px solid #c70019;
}

.menu-content li {
    padding-bottom: 11px;
    box-sizing: border-box;
}

.menu-content li span {
    font-size: 13.2px;
    color: #000;
}

.menu-content li:nth-of-type(1) span {
    background-size: 14.3px 12.65px;
}

.menu-content li:nth-of-type(2) span {
    background-size: 12.65px 12.65px;
    padding-left: 20.35px;
    box-sizing: border-box;
}

.fold .trigger {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 22px;
    box-sizing: border-box;
    height: 82.5px;
    position: relative;
    margin-bottom: 18.7px;
    border-radius: 5.5px;
    color: #fff;
}

.fold .trigger .title {
    color: #000;
    flex: 1;
    -webkit-flex: 1;
    min-width: 0;
}

.fold .trigger .title p {
    font-size: 17.6px;
    margin-bottom: 11px;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fold .trigger .title span {
    display: block;
    font-size: 13.2px;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fold .trigger .creat {
    color: #000;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fold .trigger:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c9c9c9;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 11px;
}

.fold .trigger .creat p {
    font-size: 13.2px;
    /* margin-right: 16.5px; */
}

.fold .trigger .creat .icon {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.fold .trigger.activez .creat .icon i:first-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fold .trigger .creat .icon i:first-child {
    display: block;
    width: 12.1px;
    height: 6.6px;
    background-size: 100% 100%;
    margin-bottom: 4.4px;
}

.fold .trigger .creat .icon i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.fold .trigger.activez .creat .icon i:last-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fold .trigger .creat .icon i:last-child {
    display: block;
    width: 12.1px;
    height: 6.6px;
    background-size: 100% 100%;
}

/* 产品列表 */
.fold .list-content {
    display: none;
}

.list-content .pack {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.list-content .list {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 18.7px;
    min-width: 0;
    box-sizing: border-box;
}

.list-content .list:nth-child(2n+1) {
    padding-right: 9.35px;
    box-sizing: border-box;
}

.list-content .list .wraps {
    padding-bottom: 25.85px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5.5px;
    color: #fff;
}

.list-content .list .pic {
    width: 100%;
    height: 170.5px;
    overflow: hidden;
}

.list-content .list .pic img {
    width: 100%;
    height: auto;
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
}

.list-content .list p:nth-of-type(1) {
    padding: 6.6px;
    box-sizing: border-box;
    height: 35.2px;
}

.list-content .list p {
    font-size: 13.2px;
    color: #000;
}

.list-content .list p:nth-of-type(2) {
    padding: 0 6.6px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-content .list .wraps:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c9c9c9;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 11px;
}


@media screen and (max-width: 1500px) {
    .main_two {
        margin-top: 120px;
    }
}

@media screen and (max-width: 700px) {
    .main_two {
        margin-top: 0;
    }

    .warp {
        display: none;
    }

    .warpTwo {
        display: flex;
    }

    .main_head_bgTwo {
        display: block;
    }

    .main_head_bg {
        display: none;
    }

    .main_head_title_right_text {
        font-size: 20px;
    }

    .main_head_title_right_en {
        font-size: 14px !important;
    }

    .main_head_title_left {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1680px) {
    .slideMenus .slideContents {
        padding-left: 165px;
        box-sizing: border-box;
    }

    .slideMenus .slideContents ul {
        width: 1400px;
    }
}

@media screen and (max-width: 1650px) {
    .slideMenus .slideContents {
        padding-left: 150px;
        box-sizing: border-box;
    }

    .slideMenus .slideContents ul {
        width: 1380px;
    }
}

@media screen and (max-width: 1600px) {
    .slideMenus .slideContents ul {
        width: 1300px;
    }
}

@media screen and (max-width: 1550px) {
    .slideMenus .slideContents ul {
        width: 1220px;
    }
}

@media screen and (max-width: 1500px) {
    .slideMenus {
        top: 60px;
    }

    .slideMenus .slideContents ul {
        width: 1140px;
    }
}

@media screen and (max-width: 1450px) {
    .slideMenus .slideContents {
        padding-left: 170px;
        box-sizing: border-box;
    }

    .slideMenus .slideContents ul {
        width: 1060px;
    }
}

@media screen and (max-width: 1400px) {
    .slideMenus .slideContents {
        padding-left: 150px;
        box-sizing: border-box;
    }

    .slideMenus .slideContents ul {
        width: 1080px;
    }
}

@media screen and (max-width: 1366px) {
    .f-60 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .f-60 {
        font-size: 40px;
    }

    /* .main_head::before {
        margin-top: 62.5vw;
    } */
}

@media screen and (max-width: 1350px) {
    .slideMenus .slideContents {
        padding-left: 120px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1300px) {
    .slideMenus .slideContents ul {
        width: 1000px;
    }
}

@media screen and (max-width: 1250px) {
    .slideMenus .slideContents {
        padding-left: 110px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {
    .slideMenus .slideContents {
        padding-left: 90px;
        box-sizing: border-box;
    }

    .slideMenus .slideContents ul {
        width: 960px;
    }
}

@media screen and (max-width: 1150px) {
    .slideMenus .slideContents ul {
        width: 920px;
    }
}

@media screen and (max-width: 1100px) {
    .slideMenus .slideContents ul {
        width: 900px;
    }
}