/* banner */
.index-banner {
    position: relative;
    width: 100%;
}
.index-banner img {
    max-height: 70vh;
}
.index-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    text-align: center;
}
.posi-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.index-banner-content>div {
    width: 100%;
}
.index-banner-content-big {
    font-size: 4.5rem;
    color: #fff;
    line-height: 5.937rem;
    font-weight: bold;
}
.index-banner-content-big+p {
    padding-top: 0.937rem;
    font-size: 1rem;
    color: #fff;
    line-height: 1.8rem;
}
.index-banner-content a {
    color: #fff;
}

/* 1 */
.index-new {
    background: #fff;
    padding: 6rem 0;
}
.max-width {
    max-width: 1200px;
    margin: 0 auto;
}
.page-container {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
}
.page-content {
    display: grid;
    grid-template-columns: 260px auto;
    column-gap: 1.312rem;
}
.page-content-right, .page-content-left {
    align-self: flex-start;
}
.page-content-contact {
    background: #FBFBFB;
    border: 1px solid #F0F0F0;
}
.page-content-contact-title {
    position: relative;
    padding: 1.25rem 0.625rem 0.937rem 1.25rem;
}
.page-content-contact-title::after, .page-content-contact-title::before {
    position: absolute;
    bottom: 0;
    display: block;
    content: ' ';
    height: 2px;
}
.page-content-contact-title::before {
    left: 1.25rem;
    width: 11.25rem;
    background: #4EA54A;
    left: calc(1.25rem + 3.125rem);
}
.page-content-contact-title h3 {
    font-size: 1.312rem;
    color: #4EA54A;
    padding-right: 0.937rem;
    cursor: default;
}
.page-content-contact-title p {
    font-size: 16px;
    color: #CDCCCC;
    align-self: flex-end;
    cursor: default;
}
.page-content-contact-title::after {
    left: 1.25rem;
    width: 3.125rem;
    background: #4EA54A;
    opacity: 0.49;
}
.page-content-contact ul {
    padding: 1.562rem 1.25rem;
}
.page-content-contact ul li {
    display: grid;
    grid-template-columns: 4.5rem auto;
    font-size: 0.8rem;
    color: #656666;
    padding-bottom: 1rem;
}

.page-content-right-content {
    padding: 1.875rem 10px 3.125rem;
    border: 1px solid #F0F0F0;
}
.product-detail-head {
    display: grid;
    grid-template-columns: 18% auto;
    column-gap: 2.187rem;
}
.product-detail-head-swiper {
    align-self: flex-start;
}
.product-detail-head-swiper img{
    width: 10rem;
    height: 10rem;
}
.product-detail-head-text h2 {
    font-weight: bold;
    color: #000;
    font-size: 1rem;
}
.product-detail-head-text p {
    padding-top: 1rem;
    font-size: 1.5rem;
    color: #d30000;
}
.product-detail-head-text .p1{
    font-size: 0.8rem;
    background: #bfbfbf;
    padding: 1rem 0.5rem;
    margin: 1rem 0;
    color: #000;
}
.product-detail-desc {
    padding-top: 3.125rem;
}
.product-detail-desc-title {
    position: relative;
    padding-bottom: 1.125rem;
}
.product-detail-desc-title p {
    padding-left: 18px;
    font-size: 16px;
    color: #4EA54A;
    font-weight: bold;
}

