body{
    background: white;
}
.newaboutheader{
    width: 100%;
    height: 75px;
    background-color: #F5F5F5;
    margin-top: 100px;
}
.aboutwidth1440px{
    max-width: 1480px;
    padding: 0px 20px;
    margin: 0 auto;
}
.newathbox{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
}
.newathbox a{
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    color: #575757;
    height: 100%;
    display: block;
    line-height: 75px;
}
.newathbox a.active{
    color: #FF4105;
    border-bottom: 2px solid #FF4105;
}
.newthreemk1{
    position: relative;
}

.newthreemk1 img{
    width: 100%;
    height: auto;
    aspect-ratio: 192 / 85;
}

.newthreemk1 .title img{
    width: auto;
    height: auto;
    aspect-ratio: 979 / 130;
}

.newthreemk1 .title{
    width: 100%;
    position: absolute;
    top: 50%;
    font-family: 'Regular' !important;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    transform: translate(0px, -50%);
}

.lay1500px{
    max-width: 1320px;
    padding: 0px 20px;
    margin: 0 auto;
}

.newthreemk2{
    margin-top: 35px;
    margin-bottom: 70px;
}

.newthreemk2 .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 20px;
    color: black;
    line-height: 1.5;
}

.newthreemk3 .lay1500px{
    display: flex;
    justify-content: space-between;
}

.newthreemk3 .lay1500px .content{
    width: 49%;
    position: relative;
}

.newthreemk3 .lay1500px .content img{
    width: 100%;
}

.newthreemk3 .lay1500px .content .title{
    font-family: 'Regular' !important;
    font-weight: 700;
    font-size: 28px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    transition: all 0.5s;
}

.newthreemk3 .lay1500px .content:hover .title{
    color: #ff4d1b;
}

.newthreemk4 .title{
    font-family: 'Regular' !important;
    font-weight: bold;
    font-size: 48px;
    color: black;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
}

.newthreemk4 .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 20px;
    color: black;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5;
}

.newthreemk4 .videobox{
    margin-bottom: 75px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.newthreemk1 .btn{
    position: absolute;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Regular' !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    border: 1px solid #F05028;
    bottom: 75px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: all 0.5s;
    background: #F05028;
}

.newthreemk1 .btn:hover{
    background: white;
    color: #F05028;
}

.newthreemk5{
    margin-top: 35px;
    margin-bottom: 35px;
}

.newthreemk5 .lay1500px{
    display: flex;
    flex-wrap: wrap;
}

.newthreemk5 .contentbox.titleboxgs{
    font-family: 'Regular' !important;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    justify-content: center;
    color: black;
    background: none;
    line-height: 1.5;
}

.newthreemk5 .contentbox{
    background: #F3F3F3;
    width: 32%;
    margin: 0.6%;
    padding: 30px 50px;
    border-radius: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 283px;
    justify-content: center;
}

.newthreemk5 .contentbox .title{
    font-family: 'Regular' !important;
    font-weight: 600;
    font-size: 29px;
    line-height: 35px;
    color: black;
    text-align: center;
    padding: 0px 20px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.newthreemk5 .contentbox .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: black;
    text-align: center;
    line-height: 1.5;
    max-width: 500px;
}

.newthreemk5twobox{
    margin-top: 0px;
}

.newthreemk6 .lay1500px{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 1435px;*/
}

.newthreemk6 .contentbox{
    width: 19%;
}

.newthreemk6 .contentbox .imgbox{
    width: 135px;
    height: 135px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    left: 50%;
    top: 45px;
    transform: translate(-50%, 0px);
    transition: all 0.5s;
}

.newthreemk6 .contentbox:nth-child(1):hover .imgbox{
    top: 30px;
}

.newthreemk6 .contentbox .imgbox .imgboxgs{
    width: 113px;
    height: 113px;
    background: white;
    border: 3px solid #F05028;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.newthreemk6 .contentbox .contentsgs{
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newthreemk6 .contentbox .contentsgs .title{
    font-family: 'Regular' !important;
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.newthreemk6 .contentbox .contentsgs .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: black;
    text-align: center;
    margin-top: 10px;
    padding: 0px 20px;
}

.newthreemk7{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 75px;
}
.newthreemk7 .newthreemk7gs{
    width: 32%;
    transition: all 0.5s;
    position: relative;
}
.newthreemk7 img{
    width: 100%;
}
.newthreemk7 .newthreemk7gs span{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.newthreemk7two .newthreemk7gs{
    width: 24%;
}

.newthreemk7 .newthreemk7gs:hover{
    transform: translateY(-10px);
}

.newthreemk8 .lay1500px{
    display: flex;
    justify-content: space-between;
    max-width: 1190px;
}

.newthreemk8 .mk8content{
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
    width: 49%;
}

.newthreemk8 .mk8content .title{
    width: 100%;
    text-align: center;
    font-family: 'Regular' !important;
    font-weight: 700;
    font-size: 24px;
    color: black;
    background: #F4F4F4;
    padding: 20px 0px;
}

.newthreemk8 .mk8content .leftbox{
    width: 100%;
}

.newthreemk8 .mk8content .leftbox img{
    width: 100%;
    max-height: 370px;
    object-fit: cover;
}

.newthreemk8 .mk8content .rightbox{
    width: 100%;
    background: #F3F3F3;
    padding: 10px 45px;
    min-height: 180px;
}

.newthreemk8 .mk8content .rightbox .title{
    font-family: 'Regular' !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: black;
    margin-bottom: 25px;
    padding-right: 100px;
    white-space: break-spaces;
    word-break: break-word;
}

.newthreemk8 .mk8content .rightbox .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: black;
}

.newthreemk8 .mk8content .rightbox .content ul{
    padding-left: 25px;
}

.newthreemk8 .mk8content .rightbox .content ul li{
    list-style: disc;
    margin: 5px 0px;
    white-space: break-spaces;
    word-break: break-word;
}

.newthreemk9 .title{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #898989;
    text-align: center;
}

.newthreemk9 a{
    padding: 15px 32px;
    border-radius: 50px;
    font-family: 'Regular' !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    border: 1px solid #F05028;
    transition: all 0.5s;
    margin-bottom: 30px;
    background: #F05028;
}

.newthreemk9 a:hover{
    background: white;
    color: #F05028;
}

.newthreemk9 .lay1500px{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newthreemk10{
    margin-bottom: 75px;
}

.newthreemk10 .lay1500px{
    display: flex;
    justify-content: space-between;
}

.newthreemk10 .lay1500px .contentbox{
    width: 28%;
}

.newthreemk10 .lay1500px .contentbox .title{
    font-family: 'Regular' !important;
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-bottom: 35px;
    line-height: 1.5;
}

.newthreemk10 .lay1500px .contentbox .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: black;
    line-height: 1.5;
}

.newthreemk10 .lay1500px .line{
    width: 1px;
    height: 275px;
    background: #C2C2C2;
}


.newthreemk11{
    width: 100%;
    height: fit-content;
    position: relative;
    margin-top: 50px;
}

.newthreemk11 .lay1500px{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newthreemk11 .lay1500px .title{
    font-family: 'Regular' !important;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
}

.newthreemk11 .lay1500px .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.newthreemk11 .lay1500px .btn{
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Regular' !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    border: 1px solid #F05028;
    transition: all 0.5s;
    margin-top: 20px;
    background: #F05028;
    width: fit-content;
}

.newthreemk11 .lay1500px .btn:hover{
    background: white;
    color: #F05028;
}
.newthreemk12{
    margin-top: 35px;
}
.newthreemk12 .lay1500px{
    overflow: hidden;
}

.mySwipernewthreebox{
    width: 100%;
    margin-bottom: 75px;
    position: relative;
    padding-bottom: 50px;
}

.mySwipernewthreebox .imgbox{
    max-height: 300px;
    position: relative;
    height: 300px;
}

.mySwipernewthreebox .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwipernewthreebox .imgbox .type{
    width: 88px;
    height: 36px;
    border-bottom-right-radius: 20px;
    text-align: center;
    line-height: 36px;
    font-family: 'Regular' !important;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: #282828CC;
    z-index: 99;
}

.mySwipernewthreebox .swiper-slide{
    height: fit-content;
}

.mySwipernewthreebox .swiper-wrapper{
    height: fit-content;
}

.mySwipernewthreebox .content{
    width: 100%;
    height: fit-content;
    padding: 25px 25px;
    background: #F4F4F4;
}

.mySwipernewthreebox .content .time{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 14px;
    color: #575757;
    margin-bottom: 10px;
}

.mySwipernewthreebox .content .title{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mySwipernewthreebox .swiper-pagination{
    margin-top: 15px;
    width: 100%;
}

.mySwipernewthreebox .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0px 2px;
    background: #282828;
    opacity: 1;
}

.mySwipernewthreebox .swiper-pagination-bullet-active{
    background: #FF4D1B;
    opacity: 1;
}

.newthreemk11.pcshow{
    display: block;
}

.newthreemk11.ydshow{
    display: none;
}

.newthreemk6.pcshow{
    display: block;
}

.newthreemk6pcshow{
    display: block;
}
    
.newthreemk6.ydshow{
    display: none;
}

.newthreemk7.pcshow{
    display: flex;
}
    
.newthreemk7.ydshow{
    display: none;
}

.newthreemk5.pcshow{
    display: flex;
}
    
.newthreemk5.ydshow{
    display: none;
}
@media (max-width: 992px) {
    .newthreemk8 .mk8content .title{
        font-size: 18px;
    }
    .newthreemk1{
        margin-top: 75px;
    }
    
    .newthreemk5.pcshow{
        display: none;
    }
    
    .newthreemk5.ydshow{
        display: block;
    }
    
    .newthreemk7.pcshow{
        display: none;
    }
    
    .newthreemk7.ydshow{
        display: block;
    }
    
    .newthreemk6pcshow{
        display: none;
    }
    
    .newthreemk6.pcshow{
        display: none;
    }
    
    .newthreemk6.ydshow{
        display: block;
    }
    
    .newthreemk11.pcshow{
        display: none;
    }
    
    .newthreemk11.ydshow{
        display: block;
    }
    
    .newaboutheader{
        margin-top: 75px;
    }
    
    .newthreemk7 .newthreemk7gs span{
        display: block;
        font-size: 12px;
    }
    
    .newthreemk8 .mk8content{
        margin-bottom: 0px;
    }
    
    .newthreemk9 a{
        font-size: 12px;
    }
    
    .newthreemk11{
        margin-top: 0px;
        margin-bottom: 70px;
    }
    
    .newthreemk5{
        margin-top: 30px;
    }
    
    .newthreemk7 .lay1500px{
        width: 100%;
    }
    
    .newthreemk8 .mk8content{
        width: 100%;
    }
    
    .newthreemk8 .lay1500px{
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    
    .newthreemk6 .jiantou{
        transform: rotateZ(90deg);
    }
    
    .newthreemk6 .contentbox .contentsgs{
        min-height: 160px;
    }
    
    .newthreemk10 .lay1500px .contentbox .title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .newthreemk10 .lay1500px .contentbox .content{
        font-size: 12px;
    }
    
    .newthreemk11 .lay1500px .title{
        margin-bottom: 15px;
    }
    
    .newthreemk11 .lay1500px .title img{
        width: 25px;
        height: 25px;
    }
    
    .newthreemk11 .lay1500px .title span{
        color: black;
        font-size: 25px;
    }
    
    .newthreemk11 .lay1500px .content{
        color: black;
        font-size: 18px;
        max-width: 100%;
    }
    
    .newthreemk11 .lay1500px{
        position: static;
        transform: translate(0%, 0%);
        margin-top: 25px;
    }
    
    .newthreemk10{
        margin-bottom: 20px;
    }
    
    .newthreemk2{
        margin-bottom: 35px;
    }
    
    .newthreemk10 .lay1500px .line{
        display: none;
    }
    
    .newthreemk10 .lay1500px .contentbox{
        width: 100%;
        margin-bottom: 35px;
    }
    
    .newthreemk10 .lay1500px{
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    
    .newthreemk5 .contentbox .title,.newthreemk6 .contentbox .contentsgs .title{
        font-size: 24px;
    }
    
    .newthreemk5 .contentbox .content,.newthreemk6 .contentbox .contentsgs .content{
        font-size: 14px;
    }
    
    .newthreemk7 .newthreemk7gs{
        width: fit-content;
    }
    
    .newthreemk9{
        margin-bottom: 30px;
    }
    
    .newthreemk6{
        margin-bottom: 30px;
    }
    
    .newthreemk9 .title{
        margin-top: 0px;
    }
    
    .newthreemk8 .mk8content .rightbox .content{
        font-size: 12px;
    }
    
    .newthreemk8 .mk8content .rightbox .title{
        line-height: 1;
        padding-right: 0px;
        font-size: 24px;
    }
    
    .newthreemk8 .mk8content{
        flex-direction: column !important;
    }
    
    .newthreemk8 .mk8content .leftbox{
        width: 100%;
    }
    
    .newthreemk8 .mk8content .rightbox{
        width: 100%;
        padding: 25px;
    }
    
    .newthreemk2 .content{
        text-align: justify !important;
        font-size: 12px !important;
    }
    
    .newthreemk2 .content * {
        font-size: 12px !important;
    }
    
    .newthreemk2 .content span strong {
        font-size: 18px !important;
    }
    
    .newthreemk1 .btn{
        bottom: 10%;
        font-size: 12px;
        zoom: 0.5;
    }
    
    .newthreemk5 .lay1500px{
        flex-wrap: wrap;
    }
    
    .newthreemk5 .contentbox{
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    
    .newthreemk5twobox .contentbox{
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    
    .newthreemk6 .ydgs{
        transform: rotate(90deg);
    }
    
    .newthreemk6 .contentbox{
        margin-bottom: 25px;
    }
    
    .newthreemk6 img{
        margin-top: 0px !important;
    }
    
    .newthreemk6 .contentbox {
        width: 100%;
    }
    
    .newthreemk6 .lay1500px{
        flex-direction: column;
    }
    
    .newthreemk7{
        flex-direction: column;
        align-items: center;
    }
    
    .newthreemk7 img{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .newthreemk7two img{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .newthreemk1 .title{
        font-size: 20px;
    }
    
    .newthreemk3 .lay1500px{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    
    .newthreemk3 .lay1500px .content{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .newthreemk3 .lay1500px .content .title{
        font-size: 18px;
        left: 30px;
        bottom: 30px;
    }
    
    .newthreemk4 .title{
        font-size: 18px;
        margin-top: 30px;
    }
    
    .newthreemk4 .content{
        font-size: 12px;
    }
}