body {
    background: #f5f6f7
}

.banner {
    height: 100vh
}

.banner .img {
    height: 100%
}

.banner .img img {
    display: block;
    max-height: unset;
    max-width: unset;
    height: 100%;
    width: 100%
}

.banner .pro_text {
    text-align: center;
    left: 50%;
    top: 6.7708333333vw;
    transform: translate(-50%, 0)
}

.banner .pro_text h1 {
    font-weight: bold;
    font-size: 44px;
    color: #f44d00
}

.banner .pro_text p {
    font-weight: 400;
    font-size: 20px;
    color: #e0e0e1;
    margin-bottom: 15px
}

.pro_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.pro_link a {
    font-weight: 500;
    font-size: 16px;
    color: #999;
    padding: 0 10px;
    width: fit-content;
    transition: .6s;
    position: relative;
    line-height: 60px
}

.pro_link a:not(:nth-last-child(1)) {
    margin-right: 80px
}

.pro_link a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f44d00;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .6s
}

.pro_link a:hover,
.pro_link a.on {
    color: #f44d00
}

.pro_link a:hover:after,
.pro_link a.on:after {
    transform: scaleX(1)
}

.sec1 {
    padding: 120px 0 0
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between
}

.sec1 .wrap .item {
    width: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec1 .wrap .item h1 {
    font-weight: bold;
    font-size: 28px;
    color: #111
}

.sec1 .wrap .item p {
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 24px;
    width: 233px;
    margin: 20px auto 26px
}

.sec1 .wrap .item .img {
    border-radius: 15px;
    overflow: hidden
}

.sec1 .wrap .item .img img {
    display: block;
    width: 100%;
    transition: 3s
}

.sec1 .wrap .item .img:hover img {
    transform: scale(1.1)
}

.sec2 {
    padding: 150px 0 135px
}

.sec2 .wrap .title {
    margin: 0 0 50px
}

.sec2 .wrap .title p {
    font-weight: 400;
    font-size: 24px;
    color: #f44d00;
    margin: 0 0 20px
}

.sec2 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111
}

.sec2 .wrap .content {
    display: flex
}

.sec2 .wrap .content .item {
    width: 274px;
    background: #fff;
    border-radius: 15px;
    padding: 40px 0 69px
}

.sec2 .wrap .content .item:not(:nth-last-child(1)) {
    margin: 0 7px 0 0
}

.sec2 .wrap .content .item .img {
    width: 140px;
    height: 183px;
    margin: 0 auto 44px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec2 .wrap .content .item h5 {
    font-weight: bold;
    font-size: 24px;
    color: #111;
    text-align: center
}

.sec2 .wrap .content .item .line {
    width: 220px;
    height: 1px;
    background: #f44d00;
    margin: 48px auto 47px
}
.sec2 .wrap .content table {
    width: 100%;
    text-align: center;
}
.sec2 .wrap .content table tr th {
    font-size: 24px;
    line-height: 65px;
    background: #D4D4D4;
    border-radius: 12px 12px 0 0;
    border: 1px solid #f5f6f7;
}
.sec2 .wrap .content table tr td {
    border: 1px solid #eee;
    font-size: 16px;
    height: 40px;
    background: #F7F7F7;
    font-weight: 500;
}

.sec2 .wrap .content table tr:nth-child(2n-1) td {
    background: #FFFFFF;
}
.sec2 .wrap .content table tr:nth-child(2n) td:nth-child(1) {
    background: #EDEDED;
}
.sec2 .wrap .content table tr:nth-child(2n-1) td:nth-child(1) {
    background: #F5F5F5;
}
.sec2 .wrap .content table tr:nth-child(2) td:nth-child(1) {
    background: #F7F7F7;
}
/*.sec2 .wrap .content .item table {*/
/*    width: 100%*/
/*}*/

/*.sec2 .wrap .content .item table tr:last-child td {*/
/*    padding: 0*/
/*}*/

/*.sec2 .wrap .content .item table tr td {*/
/*    text-align: center;*/
/*    padding: 0 0 34px*/
/*}*/

/*.sec2 .wrap .content .item table tr td p {*/
/*    font-size: 18px;*/
/*    color: #111;*/
/*    line-height: 1;*/
/*    margin: 0 0 10px*/
/*}*/

/*.sec2 .wrap .content .item table tr td p span {*/
/*    display: block;*/
/*    font-weight: 400;*/
/*    font-size: 12px;*/
/*    color: #111*/
/*}*/

.sec2 .wrap .content .item .part {
    text-align: center
}

.sec2 .wrap .content .item .part:not(:nth-last-child(1)) {
    margin-bottom: 40px
}

.sec2 .wrap .content .item .part p {
    font-weight: bold;
    font-size: 18px;
    color: #111;
    line-height: 1;
    margin: 0 0 10px
}

.sec2 .wrap .content .item .part span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #111
}

.sec2 .wrap .content .item{
    padding: 0 10px;
}
.sec2 .wrap .content .item table tr td p{
    line-height: 1.6;
}
.sec2 .wrap .content.PE{
    display: none;
}
.sec1 {
    padding: 0;
}
.sec1 .part {
    width: 100%;
    position: relative;
}
.sec1 .part .img {
    width: 100%;
}
.sec1 .part .img img {
    display: block;
    width: 100%;
}
html[lang='en'] .sec1 .part .img {
    filter: brightness(0.8);
}
.sec1 .part .text {
    position: absolute;
    top: 50%;
    left: 8.3333vw;
    transform: translateY(-50%);
}
.sec1 .part .text .label {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}
.sec1 .part .text .part_title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin: 30px 0;
}
.sec1 .part .text .part_text {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    line-height: 24px;
}
@media screen and (max-width: 1920px) {
    .banner {
        height: 100vh
    }

    .banner .img {
        height: 100%
    }

    .banner .img img {
        display: block;
        max-height: unset;
        max-width: unset;
        height: 100%;
        width: 100%
    }

    .banner .pro_text {
        text-align: center;
        left: 50%;
        top: 6.7708333333vw;
        transform: translate(-50%, 0)
    }

    .banner .pro_text h1 {
        font-weight: bold;
        font-size: 2.2916666667vw;
        color: #f44d00
    }

    .banner .pro_text p {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #e0e0e1;
        margin-bottom: 0.78125vw
    }

    .pro_link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.125vw;
        border-bottom: 0.0520833333vw solid rgba(0, 0, 0, .1)
    }

    .pro_link a {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #999;
        padding: 0 0.5208333333vw;
        width: fit-content;
        transition: .6s;
        position: relative;
        line-height: 3.125vw
    }

    .pro_link a:not(:nth-last-child(1)) {
        margin-right: 4.1666666667vw
    }

    .pro_link a:after {
        content: "";
        width: 100%;
        height: 0.1041666667vw;
        background: #f44d00;
        transform: scaleX(0);
        position: absolute;
        left: 0;
        bottom: -0.0520833333vw;
        transition: .6s
    }

    .pro_link a:hover,
    .pro_link a.on {
        color: #f44d00
    }

    .pro_link a:hover:after,
    .pro_link a.on:after {
        transform: scaleX(1)
    }

    .sec1 .wrap {
        display: flex;
        justify-content: space-between
    }

    .sec1 .wrap .item {
        width: 23.4375vw;
        text-align: center
    }

    .sec1 .wrap .item h1 {
        font-weight: bold;
        font-size: 1.4583333333vw;
        color: #111
    }

    .sec1 .wrap .item p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #444;
        line-height: 1.25vw;
        width: 12.1354166667vw;
        margin: 1.0416666667vw auto 1.3541666667vw
    }

    .sec1 .wrap .item .img {
        border-radius: 0.78125vw;
        overflow: hidden
    }

    .sec1 .wrap .item .img img {
        display: block;
        width: 100%;
        transition: 3s
    }

    .sec1 .wrap .item .img:hover img {
        transform: scale(1.1)
    }

    .sec2 {
        padding: 7.8125vw 0 7.03125vw
    }

    .sec2 .wrap .title {
        margin: 0 0 2.6041666667vw
    }

    .sec2 .wrap .title p {
        font-weight: 400;
        font-size: 1.25vw;
        color: #f44d00;
        margin: 0 0 1.0416666667vw
    }

    .sec2 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111
    }

    .sec2 .wrap .content {
        display: flex
    }

    .sec2 .wrap .content .item {
        width: 14.2708333333vw;
        background: #fff;
        border-radius: 0.78125vw;
        padding: 2.0833333333vw 0 3.59375vw
    }

    .sec2 .wrap .content .item:not(:nth-last-child(1)) {
        margin: 0 0.3645833333vw 0 0
    }

    .sec2 .wrap .content .item .img {
        width: 7.2916666667vw;
        height: 9.53125vw;
        margin: 0 auto 2.2916666667vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sec2 .wrap .content .item h5 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111;
        text-align: center
    }

    .sec2 .wrap .content .item .line {
        width: 11.4583333333vw;
        height: 0.0520833333vw;
        background: #f44d00;
        margin: 2.5vw auto 2.4479166667vw
    }

    .sec2 .wrap .content .item .part {
        text-align: center
    }

    .sec2 .wrap .content .item .part:not(:nth-last-child(1)) {
        margin-bottom: 2.0833333333vw
    }

    .sec2 .wrap .content .item .part p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111;
        line-height: 1;
        margin: 0 0 0.5208333333vw
    }

    .sec2 .wrap .content .item .part span {
        display: block;
        font-weight: 400;
        font-size: 0.625vw;
        color: #111
    }
    .sec1 .part .text .label{
        font-size: 1.1458333333vw;
    }
    .sec1 .part .text .part_title{
        font-size: 2.5vw;
        margin: 1.5625vw 0px;
    }
    .sec1 .part .text .part_text{
        font-size: 1.0416666667vw;
        line-height: 1.25vw;
    }
    /*.sec2 .wrap .content .item table tr td p{*/
    /*    font-size: 0.9375vw;*/
    /*}*/
    /*.sec2 .wrap .content .item{*/
    /*    padding: 2.0833333333vw 0.520833333vw 3.59375vw;*/
    /*}*/
    /*.sec2 .wrap .content .item table tr td{*/
    /*    padding-bottom: 1.77083333vw;*/
    /*}*/

}
@media screen and (max-width: 1024px) {
    .pro_link{
        height: 50px;
    }
    .pro_link a{
        font-size: 14px;
        height: 100%;
        line-height: 50px;
    }
    .banner .pro_text{
        top: 20vw;
    }
    .pro_link a:not(:nth-last-child(1)){
        margin-right: 30px;
    }
    .wrap{
        width: 90%;
        gap: 20px;
    }
    .sec1 .wrap .item{
        width: 48%;
    }
    .sec1 .wrap .item h1{
        font-size: 20px;
    }
    .sec1 .wrap .item p{
        font-size: 14px;
        line-height: 2;
        width: 100%;
    }
    .sec1 .wrap{
        flex-wrap: wrap;
    }
    .sec2 .wrap .content.PC{
        display: none;
    }
    .sec2 .wrap .content.PE{
        display: flex;
        justify-content: space-between;
    }
    .sec2 .wrap .content .trem{
        width: 48%;
    }
    .sec2 .wrap .content .trem .swiper .item,
    .sec2 .wrap .content .trem .swiper{
        width: 100%;
    }
    .sec2 .wrap .content .item table tr td p{
        font-size: 14px;
    }
    .sec2 .wrap .content .item .img{
        width: 60%;
        height: auto;
    }
    .sec2 .wrap .content .item{
        padding: 20px;
    }
    .sec2 .wrap .content .item h5{
        font-size: 18px;
    }
    .sec2 .wrap .content .item .line{
        width: 100%;
        margin: 20px 0;
    }
    .sec2 .wrap .content .down_pull {
        margin-bottom: 30px;
        display: block;
        width: 100%;
        height: 40px;
        background-color: #fff;
        line-height: 40px;
        font-size: 16px;
        cursor: pointer;
      }
      .sec2 .wrap .content  .down_pull .text {
        display: flex;
        justify-content: space-between;
        padding-right: 10px;
        padding-left: 20px;
      }
      .sec2 .wrap .content .down_pull .text.on .icon {
        transform: rotate(-90deg);
      }
      .sec2 .wrap .content .down_pul .txt {
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
        color: #111;
      }
      .sec2 .wrap .content .down_pull .txt a {
        color: #111;
      }
      .sec2 .wrap .content .down_pull .text .icon {
        transition: all 0.5s;
      }
      .sec2 .wrap .content .down_pull .text.on .icon{
        transform: rotate(90deg);
      }
      .sec2 .wrap .content .down_pull .text .icon span {
        font-size: 16px;
      }
      .sec2 .wrap .content .down_pull .pull p a {
        color: #333;
        display: block;
        width: 100%;
      }
      .sec2 .wrap .title h1{
        font-size: 28px;
      }
      .sec2 .wrap .title p{
        font-size: 14px;
      }
      .banner .pro_text{
        left: 5vw;
        /* bottom: 40px; */
        top: 32%;
        transform: none;
        text-align: left;
    }
    .banner .pro_text h1{
        font-size: 28px;
    }
    .banner .pro_text p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .banner .pro_text h1{
        margin-bottom: 0;
    }
    .sec1 .part .text .label{
        font-size: 16px;
    }
    .sec1 .part .text .part_title{
        font-size: 28px;
        margin: 20px 0px;
    }
    .sec1 .part .text .part_text{
        font-size: 14px;
        line-height: 1.4;
    }
    .sec2 .wrap .content table tr td{
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .sec1 .wrap .item{
        width: 100%;
    }
    .sec2 .wrap .title h1 {
        font-size: 24px;
    }
    .banner .pro_text h1{
        font-size: 24px;
    }
    .banner .img{
        transform: scale(1);
    }
    .sec1 .part .img .pc-img {
        display: none;
    }
    .sec1 .part .img .ph-img {
        display: block !important;
    }
    .sec1 .part .text {
        width: 90%;
        left: 5vw;
        text-align: center;
        top: 65px;
        transform: unset;
    }
    .sec1 .part .text .part_title{
        font-size: 26px;
        margin: 15px 0px;

    }
}
@media screen and (max-width: 540px) {
    .sec2 .wrap .content .trem:last-child{
        display: none;
    }
    .sec2 .wrap .content .trem{
        width: 100%;
    }
}
