* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.page {
    width: 100%;
    /*min-width: 1440px;*/
    /*padding-bottom: 171px;*/
}

/* 轮播图样式 */
.carousel {
    position: relative;
    width: 100%;
    margin: auto;
}

.carousel-item {
    width: 100%;
    display: none;
    transition: opacity 0.8s ease;
}

.carousel-item.active {
    display: block;
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel .indicator {
    position: absolute;
    width: 43.2143rem;
    height: 8.2857rem;
    bottom: -2.2143rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    z-index: 10;
}

.indicator .left {
    position: absolute;
    top: 51%;
    left: 3rem;
}

.indicator .dot {
    width: 1.1429rem;
    height: 1.1429rem;
    margin-left: 0.5714rem;
    border: 0.1429rem solid rgba(255, 255, 255, 0.5);
    border-radius: 1.1429rem;
    background: #eb6100;
    transition: all 0.3s ease;
}

.dot.active, .dot:hover {
    background: white;
    transform: scale(1.2);
}

.indicator .right {
    background: black;
}

.indicator .right button {
    position: absolute;
    top: 51%;
    border: none;
    width: 1.1786rem;
    height: 1.1786rem;
    cursor: pointer;
    background: transparent;
}

.indicator .right .prev {
    right: 4.8571rem;
    transition: all 0.3s ease;
}

.indicator .right .next {
    right: 2.2143rem;
    transition: all 0.3s ease;
}

.indicator .right .prev img,
.indicator .right .next img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product {
    width: 100%;
    /*max-width: 75rem; !* 1200px *!*/
    background: #f4f6f8;
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    height: 40rem;
}

.product .left {
    flex: 1;
    background: #fda63f;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    padding-left: 15rem;
    padding-top: 6.8rem;
    height: 40rem;
}

.product .left .name {
    width: 30rem;
    font-weight: 500;
    font-size: 3rem; /* 48px */
    color: #ffffff;
    line-height: 2.75rem; /* 44px */
    min-height: 5.5rem; /* 88px */
    margin-bottom: 12.5rem;
}

.product .left .more {
    height: 2.5rem; /* 40px */
    line-height: 2.5rem; /* 40px */
    font-weight: 500;
    font-size: 1.125rem; /* 18px */
    color: #ffffff;
    display: flex;
    align-items: center;
}

.product .left .more img {
    width: 2.5rem; /* 40px */
    height: 2.5rem; /* 40px */
    margin-right: 1rem; /* 16px */
}

.product .right {
    display: inline-block;
    height: 100%;
    flex: 1;
}

.product .right .pic {
    height: 100%;
}

.product .right .pic img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.product .tabs {
    position: absolute;
    bottom: 2.125rem; /* 34px */
    width: 100%;
    min-height: 4.5rem; /* 72px */
    display: flex;
    justify-content: center;
}

.product .tabs div {
    width: 21.375rem; /* 342px */
    min-height: 4.5rem; /* 72px */
    padding: 1.5rem 0; /* 24px */
    line-height: 1.5rem; /* 24px */
    text-align: center;
    background: #ffffff;
    margin: 0 1.75rem; /* 28px */
    font-size: 1rem; /* 16px */
    color: #1a1a1a;
    cursor: pointer;
}

.product .tabs div.active {
    color: #FFFFFF;
    background: #EA5B15;
}

/* 公司介绍区域样式 */
.introduce {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.introduce .left,
.introduce .right {
    flex: 1;
    justify-content: center;
    padding: 0.7143rem;
}

.introduce .left {
    padding-left: 2.6429rem;
}

.introduce .left .name {
    margin: 0 auto;
    margin-top: 5.7143rem;
    width: 37.3571rem;
    font-size: 3.4286rem;
    color: #1A1A1A;
    height: 3.1429rem;
    line-height: 3.1429rem;
}

.introduce .left .details {
    margin: 0 auto;
    margin-top: 3.2143rem;
    width: 37.3571rem;
    height: 9.2857rem;
    padding-top: 0.7143rem;
    box-sizing: border-box;
    font-size: 1rem;
    color: #999999;
    line-height: 1.4286rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.introduce .left .more {
    margin: 0 auto;
    margin-top: 4.2857rem;
    width: 37.3571rem;
    height: 2.8571rem;
    line-height: 2.8571rem;
    font-weight: 500;
    font-size: 1.2857rem;
    color: #1A1A1A;
}

.introduce .left .more img {
    width: 2.8571rem;
    height: 2.8571rem;
    vertical-align: middle;
    transform: translateY(-0.2143rem);
    margin-right: 1.1429rem;
}

.introduce .right {
    padding-top: 18.5rem;
    padding-right: 3.4286rem;
}

.introduce .right .dataItem {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37.1429rem;
    min-height: 6.5714rem;
    border-bottom: 0.0714rem solid #E5E5E5;
}

.introduce .right .dataItem .num {
    font-weight: bold;
    font-size: 3rem;
    color: #EA5B15;
    width: 17.1429rem;
}

.introduce .right .dataItem .Size {
    width: 20rem;
    font-size: 2rem;
    color: #1A1A1A;
}

.introduce .right .dataItem:last-child {
    border-bottom: none;
}

/* 资讯区域样式 */
.information {
    max-width: 100rem;
    margin: 0 auto;
    padding-top: 3.4286rem;
}

.information .name {
    margin: 0 auto;
    margin-bottom: 3.4286rem;
    text-align: center;
    font-size: 2.2857rem;
    color: #000000;
    width: 25rem;
    height: 5.7143rem;
    line-height: 5.7143rem;
}

.information .content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.4286rem;
}

.information .today {
    width: 40rem;
}

.information .today .img-placeholder {
    width: 100%;
    height: 30rem;
}

.information .today .img-placeholder img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.information .today .title {
    margin: 1.7143rem 0;
    height: 5.1429rem;
    font-weight: 500;
    font-size: 1.7143rem;
    color: #333333;
    line-height: 2.5714rem;
}

.information .today .intro {
    font-size: 1.1429rem;
    color: #999999;
    line-height: 1.7143rem;
    height: 3.4286rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.information .today .time_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.7143rem;
}

.information .today .time {
    width: 7.1429rem;
    height: 5.1429rem;
    border-left: 0.0714rem solid #EA5B15;
    padding-left: 1.7143rem;
}

.information .today .time .day {
    font-size: 2.2857rem;
    color: #333333;
    line-height: 3.1429rem;
    height: 3.1429rem;
}

.information .today .time .month {
    height: 2rem;
    font-size: 1.2857rem;
    color: #999999;
    line-height: 2rem;
}

.information .today .link img {
    width: 8.5714rem;
    height: 4.5714rem;
}

.information .pastList {
    display: flex;
    flex-direction: column;
    width: 57.1429rem;
}

.information .pastItem {
    width: 100%;
    height: 16.2857rem;
    padding: 0 3.4286rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: white;
    border-bottom: 0.0714rem solid #E5E5E5;
}

.information .pastItem .time {
    width: 7.1429rem;
    height: 7.1429rem;
    padding-top: 0.7143rem;
    text-align: center;
    background: #F7F8FA;
    box-sizing: border-box;
}

.information .pastItem .time .day {
    width: 100%;
    font-size: 2.2857rem;
    color: #333333;
    line-height: 3.1429rem;
    height: 3.1429rem;
    margin-bottom: 0.5714rem;
}

.information .pastItem .time .month {
    width: 100%;
    height: 2rem;
    font-size: 1.2857rem;
    color: #999999;
    line-height: 2rem;
}

.information .pastItem .middle {
    flex: 1;
    margin-left: 2.8571rem;
    margin-right: 2.8571rem;
}

.information .pastItem .middle .title {
    font-size: 1.2857rem;
    color: #333333;
    line-height: 2rem;
    height: 2rem;
    margin-bottom: 0.5714rem;
}

.information .pastItem .middle .intro {
    font-size: 1rem;
    color: #999999;
    line-height: 1.4286rem;
    height: 2.8571rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.information .pastItem .link img {
    width: 3.4286rem;
    height: 3.4286rem;
}

@media (max-width: 1440px) {
    .introduce .right {
        padding-top: 13rem;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 15px !important;
    }

    .product .left {
        padding-left: 10rem;
    }

    .introduce .left .name,
    .introduce .left .details,
    .introduce .left .more {
        width: auto;
    }

    .introduce .left .name {
        margin-top: 1rem;
    }

    .introduce .left .more {
        margin-top: 1rem;
    }


    .introduce .right {
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .information .pastList {
        width: 55.1429rem;
    }

    .information .content {
        padding-left: 2rem;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 11px !important;
    }

    .product .left {
        padding-left: 5rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 9px !important;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 7px !important;
    }
}