@import "style.css";

* {
    box-sizing: border-box;
}

.box-padding {
    padding: 50px 0;
}

.header {
    width: 100%;
    height: 420px;
    background: url("../images/mans-banner.jpg") no-repeat center center;
}

.header .header-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.header .head-bread {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.header .head-bread .bread-current {
    /* This class should have specific styles if needed */
}

.header .title-box .title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.header .title-box .desc {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.intro {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}

.intro .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    margin-bottom: 20px;
}

.intro .text {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    margin-bottom: 10px;
}

.intro .btn {
    display: inline-block;
    width: 256px;
    height: 62px;
    line-height: 62px;
    background: #9a8674;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    margin-top: 40px;
}

.module {
    background: #ebe7e3;
}

.module .module-content {
    width: 1200px;
    margin: 0 auto;
}

.module .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    text-align: center;
}

.module .desc {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.module .content {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.module .content .bigImg {
    width: 45%;
    flex-shrink: 0;
}

.module .content .right-wrap {
    width: calc(55% - 20px);
    margin-left: 60px;
}

.module .content .left-img {
    width: 100%;
    display: none;
}
.module .content .subtitle {
    width: 100%;
    display: none;
}
.module .content .subdesc {
    width: 100%;
    display: none;
}

.module .content .right-wrap .subtitle {
    font-weight: bold;
    font-size: 24px;
    color: #292929;
    line-height: 24px;
    margin-bottom: 10px;
}

.module .content .right-wrap .subdesc {
    font-weight: 400;
    font-size: 18px;
    color: #515151;
    line-height: 24px;
}

.module .content .img-list {
    display: flex!important;
    gap: 20px;
    margin-top: 40px;
    margin-left: -240px;
}

.module .content .img-list .img-item {
    width: 275px;
    position: relative;
}

.module .content .img-list .img-item img {
    width: 100%;
    height: 100%;
}

.module .content .img-list .img-item .img-text {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.module .content .img-list .img-item .pic{
    margin-left: 10px;
}
.img-item:hover .pic{
    display: block!important;
}

.processing {
    text-align: center;
}

.processing .processing-box {
    margin: 0 auto;
    width: 1200px;
}

.processing .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
}

.processing .desc {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 24px;
}

.processing .img-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 20px;
}

.processing .img-list .img-item {
    width: calc(25% - 15px);
}

.processing .img-list .img-item img {
    width: 100%;
}

.processing .img-list .name {
    margin-top: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #2B2B2B;
    line-height: 30px;
}

.product {
    background: #ffffff;
}

.product .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}

.product .img-list .img-item {
    cursor: pointer;
    width: 19.73%;
    margin-bottom: 10px;
}

.product .img-list .img-item img {
    width: 100%;
}

.product .img-list .img-head {
    width: 28.125%;
    position: relative;
}

.product .img-list .img-head .img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 60px;
}

.product .img-list .name {
    font-weight: bold;
    font-size: 22px;
    color: #212121;
    line-height: 24px;
    margin-top: 8px;
}

.product .img-list .desc {
    font-weight: 400;
    font-size: 18px;
    color: #474747;
    line-height: 24px;
}

.why {
    background: #ebe7e3;
}

.why .why-content {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.why .why-content .icon-group {
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin-right: 90px;
    margin-top: 80px;
    align-items: center;
}

/*.why .why-content .icon-group .icon1 {*/
/*    width: 38px;*/
/*    height: 62px;*/
/*}*/

/*.why .why-content .icon-group .icon2 {*/
/*    width: 70px;*/
/*    height: 40px;*/
/*}*/

/*.why .why-content .icon-group .icon3 {*/
/*    width: 46px;*/
/*    height: 58px;*/
/*}*/

.why .why-content .why-intro .name {
    /*font-family: MyCustomFont, Arial;*/
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    line-height: 76px;
}

.why .why-content .why-intro .desc {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 24px;
}

.why .why-content .why-intro .handle {
    margin-left: 60px;
    margin-top: 45px;
}

.why .why-content .why-intro .handle a {
    display: block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.why .why-content .why-intro .handle .btn-bg {
    width: 416px;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    height: 62px;
    line-height: 62px;
    background: #970005;
    margin-bottom: 20px;
    word-break: break-all;
}

.why .why-content .why-intro .handle .btn {
    width: 416px;
    font-weight: bold;
    font-size: 24px;
    color: #292929;
}

.get {
    background: #970005;
}

.get .get-content {
    width: 1200px;
    height: 228px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.get .get-content .get-text {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 76px;
}

.get .get-content .get-btn {
    flex: none;
    width: 259px;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}
.s2,.s3,.s4{
    display: none!important;
}
@media screen and (max-width: 1680px){
    .header .title-box .title {
    font-size: 30px;
}

.header .head-bread {
    font-size: 16px;
}

    .intro .title,
    .module .title,
    .processing .title,
    .product .img-list .img-head .img-text,
    .why .why-content .why-intro .name {
        font-size: 30px;
    }
    .intro .text,
    .module .text,
    .module .content .right-wrap .subdesc,
    .processing .desc,
    .product .img-list .desc,
    .why .why-content .why-intro .desc{
        font-size: 16px;
        line-height: 24px;
    }
    .intro .btn{
        height: 54px;
        line-height: 54px;
    }
    .module .subtitle{
        font-size: 20px;
    }
}
@media screen and (max-width: 1366px){
    .header .header-content,
    .intro,
    .module .module-content,
    .processing .processing-box{
        width: 1100px;
    }
    .product .img-list .img-head {
        width: 32.125%;
    }
}

@media screen and (max-width: 1200px){
    .header .header-content,
    .intro,
    .module .module-content,
    .processing .processing-box{
        width: 992px;
    }
    .product .img-list .img-head .img-text{
        font-size: 24px;
    }
    .why .why-content{
        width: 800px;
    }
    .why .why-content .why-intro .handle .btn {
        font-size: 18px;
    }
    .module .content .img-list {
        margin-left: -100px;
    }
    .processing .img-list .name {
        font-size: 16px;
    }

}

@media screen and (max-width: 768px) {

    .box-padding {
        padding: 25px 0 50px;
    }

    .header {
    width: 100%;
    padding: 0 20px;
    height: 420px;
    background: url("../images/mans-banner.jpg") no-repeat center center;
}

.header .header-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
}

.header .head-bread {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.header .title-box .title {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 46px;
}

.header .title-box .desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.intro {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.intro .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    margin-bottom: 20px;
}

.intro .text {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 10px;
}

.intro .btn {
    display: inline-block;
    width: 256px;
    height: 62px;
    line-height: 62px;
    background: #9a8674;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 40px;
}

.module {
    background: #DCDCDC;
}

.module .module-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.module .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    text-align: center;
}

.module .desc {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 15px;
}

.module .content {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.module .content .bigImg {
    width: 100%;
    display: none;
}

.module .content .left-img {
    width: 270px;
}

.module .content .right-wrap {
    margin-left: 0px;
    width: 100%;
}

.module .content .right-wrap .subtitle {
    font-weight: bold;
    font-size: 24px;
    color: #292929;
    line-height: 24px;
    margin-bottom: 10px;
}

.module .content .right-wrap .subdesc {
    font-weight: 400;
    font-size: 14px;
    color: #515151;
    line-height: 24px;
}

.module .content .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 40px;
    margin-left: 0;
}

.module .content .img-list .img-item {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.module .content .img-list .img-item img {
    width: 100%;
    height: 100%;
}

.module .content .img-list .img-item .img-text {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    text-align: center;
}

.box {
    /*width: 1200px;*/
    margin: 0 auto;
}

.processing {
    text-align: center;
}

.processing .processing-box {
    margin: 0 auto;
    width: 100%;
    padding: 0 5px;
}

.processing .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
}

.processing .desc {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
}

.processing .img-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 0;
}

.processing .img-list .img-item {
    width: 50%;
    padding: 10px;
}

.processing .img-list .img-item img {
    width: 100%;
}

.processing .img-list .name {
    margin-top: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #2B2B2B;
    line-height: 24px;
}

.product {
    background: #DCDCDC;
}

.product .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    text-align: center;
}

.product .img-list .img-item {
    cursor: pointer;
    padding: 0 10px;
    width: 100%;
}

.product .img-list .img-item img {
    width: 100%;
}

.product .img-list .img-head {
    width: 100%;
    position: relative;
}

.product .img-list .img-head .img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 54px;
}

.product .img-list .name {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    margin-top: 8px;
}

.product .img-list .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #474747;
    line-height: 24px;
}

.why {
    background: #DCDCDC;
}

.why .why-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
}

.why .why-content .icon-group {
    display: flex;
    flex-direction: column;
    gap: 82px;
    margin-right: 20px;
    margin-top: 100px;
}

/*.why .why-content .icon-group .icon1 {*/
/*    width: 38px;*/
/*    height: 62px;*/
/*}*/

/*.why .why-content .icon-group .icon2 {*/
/*    width: 70px;*/
/*    height: 40px;*/
/*}*/

/*.why .why-content .icon-group .icon3 {*/
/*    width: 46px;*/
/*    height: 58px;*/
/*}*/

.why .why-content .why-intro .name {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    line-height: 38px;
}

.why .why-content .why-intro .desc {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
}

.why .why-content .why-intro .handle {
    margin-left: 0px;
    margin-top: 15px;
}

.why .why-content .why-intro .handle a {
    display: block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.why .why-content .why-intro .handle .btn-bg {
    width: auto;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    height: 62px;
    line-height: 62px;
    background: #970005;
    margin-bottom: 20px;
}

.why .why-content .why-intro .handle .btn {
    width: auto;
    font-weight: bold;
    font-size: 18px;
    color: #292929;
}

.get {
    background: #970005;
}

.get .get-content {
    width: 100%;
    padding: 0 20px;
    height: 228px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.get .get-content .get-text {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
}

.get .get-content .get-btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}
    .s1{
        display: none!important;
    }
    .s2,.s3,.s4{
        display:flex!important;
    }
    .module .content .subtitle{
        display: block;
    }
    .module .content .subdesc{
        display: block;
    }
    .handle{
        display: none;
    }
}