/* äº§å“å†…é¡µæ ·å¼ */

@media (min-width: 1921px) {
}
@media (max-width: 1540px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* è¿‡æ¸¡é¡µ */
.product_cover {
    padding: 5% 0;
}
.product_cover ul {
    flex-wrap: wrap;
}
.product_cover li {
    width: 18.5%;
    margin-right: 1.875%;
}
.product_cover li:nth-child(5n) {
    margin-right: 0;
}
.product_cover li:nth-child(n+6) {
    margin-top: 3%;
}
.product_cover li a {
    display: block;
}
.product_cover li .imgs {
    padding-top: calc(640 / 800 * 100%);
}

.product_cover li h4 {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 5%;
}
.product_cover li:hover h4 {
    color: #06428B;
}



@media (min-width: 1921px) {
    .product_cover li h4 {
        font-size: 1vw;
    }
}
@media (max-width: 1540px) {
    .product_cover li h4 {
        font-size: 1.3vw;
    }
}
@media (max-width: 1200px) {
    .product_cover li h4 {
        font-size: 15px;
    }
}
@media (max-width: 990px) {
    .product_cover li:nth-child(n+1) {
        width: 23.5%;
        margin-right: 2%;
    }
    .product_cover li:nth-child(4n) {
        margin-right: 0;
    }
    .product_cover li:nth-child(n+5) {
        margin-top: 2%;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .product_cover {
        padding: 24px 0;
    }
    .product_cover li:nth-child(n+1) {
        width: 48.5%;
        margin-right: 3%;
    }
    .product_cover li:nth-child(2n) {
        margin-right: 0;
    }
    .product_cover li:nth-child(n+3) {
        margin-top: 20px;
    }
}

/* åˆ—è¡¨é¡µ */
.page_product_cont {
	background-color: #f6f6f6;
    padding: 60px 0;
}

.page_product_sort {
	background-color: #ffffff;
    display: none;
}
.page_product_sort ul {
    padding: 1.75% 3.78%;
    flex-wrap: wrap;
}
.page_product_sort li {
    min-width: 130px;
    margin-right: 1%;
}
.page_product_sort li a {
    display: block;
}
.page_product_sort li h4 {
    display: block;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.4;
	letter-spacing: 0px;
	color: #666666;
}
.page_product_sort li:hover h4,
.page_product_sort li.acts h4 {
    color: #06428B;
}

.page_product_list {
    margin-top: 4.4%;
}
.page_product_list ul {
    flex-wrap: wrap;
}
.page_product_list li {
    /* width: 23.5%;
    margin-bottom: 2.7%;
    margin-right: 2%; */
	background-color: #ffffff;

    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.page_product_list li:hover {
    outline: 1px solid #06428B;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.02));
}
/* .page_product_list li:nth-child(4n) {
    margin-right: 0;
} */
.page_product_list li:nth-child(3n) {
    margin-right: 0;
}
.page_product_list li:nth-child(n+5) {
}
.page_product_list li .imgs {
}
.page_product_list li .imgs .fixed_ratio {
    display: block;
    padding-top: calc(640 / 800 * 100%);
}
.page_product_list li .text {
    padding: 8% 7.7% 9.4%;
}
.page_product_list li .text h4 {
    display: block;
    text-align: center;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_product_list li:hover .text h4 {
    color: #06428B;
}
.page_product_list li .text .text_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8%;
}
.page_product_list li .text .text_a a {
    display: block;
    text-align: center;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.75;
	letter-spacing: 0px;
	color: #06428B;
    width: 8.75em;
	border: solid 1px transparent;
}
.page_product_list li .text .text_a a:first-child {
	border: solid 1px #06428B;
	background-color: #ffffff;
}
.page_product_list li .text .text_a a:first-child:hover {
    background-color: #06428B;
    color: #ffffff;
}
.page_product_list li .text .text_a a:last-child {
	background-color: #06428B;
    color: #ffffff;
}
.page_product_list li .text .text_a a:last-child:hover {
    background-color: #06428B;
}


@media (min-width: 1921px) {
    .page_product_sort li h4 {
        font-size: 0.9vw;
    }
    .page_product_list li .text h4 {
        font-size: 0.9vw;
    }
}
@media (max-width: 1540px) {
    .page_product_sort li h4 {
        font-size: 1.2vw;
    }
    .page_product_list li .text h4 {
        font-size: 1.2vw;
    }
    .page_product_list li .text .text_a a {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .page_product_cont {
        padding: 50px 0;
    }
    .page_product_sort li h4 {
        font-size: 14px;
    }
    .page_product_list li .text h4 {
        font-size: 15px;
    }
    .page_product_list li .text .text_a a {
        font-size: 14px;
    }
}
@media (max-width: 990px) {
    .page_product_cont {
        padding: 40px 0;
    }
    .page_product_sort {
        display: none;
    }
    .page_product_list {
        margin-top: 0;
    }
    .page_product_list ul {
        justify-content: space-between;
    }
    .page_product_list li {
        width: 48.5%;
        margin-right: 0;
    }
    .page_product_list li:nth-child(n+3) {
        margin-top: 20px;
    }
    .page_product_list li .text .text_a {
        justify-content: center;
    }
    .page_product_list li .text .text_a a {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_product_cont {
        padding: 30px 0;
    }
    .page_product_list li .text h4 {
        font-size: 14px;
    }
    .page_product_list li .text .text_a a {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .page_product_list li {
        width: 100%;
    }
    .page_product_list li:nth-child(n+2) {
        margin-top: 20px;
    }
    .page_product_list li .text {
        padding: 20px;
    }
    .page_product_list li .text h4 {
        font-size: 17px;
    }
    .page_product_list li .text .text_a {
        margin-top: 15px;
    }
    .page_product_list li .text .text_a a {
        font-size: 13px;
    }
}

/* è¯¦æƒ…é¡µ */
.page_peoduct_detail {
    padding: 70px 0 100px;
}

.page_peoduct_detail .page-product-detail-effect {
    width: 48.4%;
    float: left;
}
.page_peoduct_detail .page-product-detail-effect .big-img {
    width: 100%;
    padding-top: calc(640 / 800 * 100%);
}
.page_peoduct_detail .page-product-detail-effect .big-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page_peoduct_detail .page-product-detail-effect .big-img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_peoduct_detail .page-product-detail-right {
    width: 45%;
    float: right;
}
.detail_right_tit {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}
.detail_right_tit h1 {
    display: block;
    font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
}
.detail_right_tit a {
    display: block;
    width: 6em;
	background-color: #06428B;
	border-radius: 2em;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.3;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 1.1em center;
    background-size: auto 1em;
    background-image: url("../imgs/bfff995e129045f12439f2062b1046a5ca310d7f.png");
    padding-left: 2.9em;
    flex-shrink: 0;
    margin-left: 1em;
    margin-top: 4px;
}
.detail_right_description {
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0px;
	color: #999999;
    width: 100%;
	background-color: #f6f6f6;
    padding: 1.35em 1.9em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.25em;
}
.page_peoduct_detail .product-detail-slick {
    margin-top: 6%;
}
.page_peoduct_detail .product-detail-slick a.slick-item {
    height: auto;
    display: block;
}
.page_peoduct_detail .product-detail-slick a.slick-item .imgs {
    padding-top: calc(640 / 800 * 100%);
}
.page_product_inquiry {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 6.5%;
}
.page_product_inquiry a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.1;
	letter-spacing: 0px;
	color: #06428B;
    border: 1px solid #06428B;
    width: 12.2em;
    text-align: center;
}
.page_product_inquiry a:first-child {
	background-color: #06428B;
	color: #ffffff;
}
.page_product_inquiry a:first-child::before {
    content: "";
    display: inline-block;
    width: calc(22 / 18 * 1em);
    height: calc(22 / 18 * 1em);
    background-image: url("../imgs/2887184d6649107fd3dba7101634f1f93dfadcc2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0.6em;
}
.page_product_inquiry a:first-child:hover {
    background-color: #06428B;
    border-color: #06428B;
}
.page_product_inquiry a:first-child:hover::before {
    /* background-image: url("../imgs/3eed0373b8c09778bee8eeb84ec3d327d970c8ba.png"); */
}

.page_product_inquiry a:last-child {
    margin-left: 1em;
}
.page_product_inquiry a:last-child::before {
    content: "";
    display: inline-block;
    width: calc(22 / 18 * 1em);
    height: calc(22 / 18 * 1em);
    background-image: url("../imgs/70452adae67932ec2bea075f60254e3c7eba06ef.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0.6em;
}
.page_product_inquiry a:last-child:hover {
    background-color: #06428B;
    color: #ffffff;
}
.page_product_inquiry a:last-child:hover::before {
    background-image: url("../imgs/25eae67fcb97a6fca88dc5bcbbd1b22d060679b4.png");
}


/* è¯¦æƒ…å†…å®¹ */
.product_detail_cont {
    justify-content: space-between;
    margin-top: 4.5%;
}

.product_detail_left {
    width: 232px;
    flex-shrink: 0;
    position: relative;
    z-index: 80;
}
.product_detail_left ul {
    width: 232px;
}
.product_detail_left ul.abos {
   position: absolute;
   top: 0;
   left: 0;
}
.product_detail_left li {
    margin-bottom: 1.3%;
}
.product_detail_left li a {
    display: flex;
    font-size: 18px;
    padding: 0 2.7em;
	background-color: rgba(238, 238, 238, 0.6);
    position: relative;
}
.product_detail_left li.acts a {
	background-color: #06428B;
}
.product_detail_left li a::before {
    content: "";
    display: block;
    width: 6px;
	height: 6px;
	background-color: #ffffff;
    position: absolute;
    left: 1.4em;
    top: 1.28em;
    opacity: 0;
    border-radius: 3px;
}
.product_detail_left li.acts a::before {
    opacity: 1;
}
.product_detail_left li h4 {
    display: block;
    font-size: inherit;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.9;
	letter-spacing: 0px;
	color: #666666;
}
.product_detail_left li.acts h4 {
    color: #ffffff;
}

.product_detail_right {
    width: calc(94% - 232px);
}

.product_detail_right_text {
    padding-bottom: 5px;
}
.product_detail_right_text_ul {
    position: relative;
    padding: 5% 0;
    z-index: 10;
}
.product_detail_right_text_ul::before {
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    left: calc(50% - 100vw);
    top: 0;
    z-index: -1;
    background-color: #edf1fa;
}
.product_detail_right_text_ul:first-child {
    /* padding-top: 0; */
}
.product_detail_right_text_ul:nth-child(2n):before {
    background-color: #ffffff;
}

.product_detail_right_tit {}
.product_detail_right_tit h5 {
    margin: 0;
    font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
}
.product_detail_right_tit:nth-child(n+2) {
    margin-top: 5%;
}

.product_detail_right_lis {
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #666666;
    text-align: justify;
    margin-top: 3.5%;
}
.product_detail_right_lis:nth-child(2) {
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: #666666;
    text-align: justify;
}
.product_detail_right_lis img,
.product_detail_right_lis video {
    max-width: 100%;
    height: auto !important;
}
.product_detail_right_lis table {
    background-color: #ffffff;
}


@media (min-width: 1921px) {
    .detail_right_tit h1 {
        font-size: 1.5vw;
    }
}
@media (max-width: 1540px) {
    .page_peoduct_detail {
        padding: 4.5vw 0 6vw;
    }
    .detail_right_tit h1 {
        font-size: 1.9vw;
    }
    .detail_right_description {
        font-size: 15px;
    }
    .page_product_inquiry a {
        font-size: 1.2vw;
    }
    .product_detail_right_tit h5 {
        font-size: 2.3vw;
    }
    .product_detail_right_lis:nth-child(2) {
        font-size: 17px;
    }
}
@media (max-width: 1200px) {
    .page_peoduct_detail {
        padding: 50px 0 60px;
    }
    .detail_right_tit h1 {
        font-size: 24px;
    }
    .detail_right_tit a {
        margin-top: 2px;
        font-size: 13px;
    }
    .detail_right_description {
        font-size: 14px;
    }
    .page_product_inquiry a {
        font-size: 14px;
    }
    .product_detail_right_lis:nth-child(2) {
        font-size: 16px;
    }
    .product_detail_right_tit h5 {
        font-size: 26px;
    }
}
@media (max-width: 990px) {
    .page_peoduct_detail {
        padding: 40px 0 50px;
    }
    .product_detail_left {
        display: none;
    }
    .product_detail_right {
        width: 100%;
    }
    .product_detail_right_tit h5 {
        font-size: 24px;
    }
    .product_detail_right_lis {
        font-size: 15px;
    }
    .product_detail_right_lis:nth-child(2) {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .xypg-right-content {
        font-size: 14px;
    }
    .page_peoduct_detail {
        padding: 30px 0 36px;
    }
    .page_peoduct_detail .page-product-detail-effect {
        width: 100%;
    }
    .page_peoduct_detail .page-product-detail-right {
        width: 100%;
    }
    .detail_right_tit h1 {
        font-size: 22px;
    }
    .detail_right_tit a {
        font-size: 12px;
    }
    .page_product_inquiry a {
        font-size: 13px;
    }
    .product_detail_cont {
        margin-top: 24px;
    }
    .product_detail_right_tit h5 {
        font-size: 20px;
    }
    .product_detail_right_lis {
        font-size: 14px;
        margin-top: 0.8em;
    }
    .product_detail_right_lis:nth-child(2) {
        font-size: 14px;
    }
}


/* åˆ—è¡¨é¡µå·¦ä¾§æ›´æ”¹ */
.page_product_cont .page_wh {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page_product_sort_left {
    width: 280px;
    margin-right: 3%;
}

.page_product_sort_left {}
.sort_left_tit {
    text-align: center;
    background-color: #06428B;
    padding: 16px;
}
.sort_left_tit h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    color: #ffffff;
}
.sort_left_tit h4 {
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    font-weight: normal;
}

.sort_left_list {
}
.sort_left_list li {
    margin-top: 6px;
}
.sort_left_list li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 17px;
    line-height: 3;
    font-weight: normal;
    background-color: #ffffff;
    color: #666666;
    padding: 0 1.5em 0 2em;
    position: relative;
}
.sort_left_list li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
}
.sort_left_list li h4 {
    display: block;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
}
.sort_left_list li:hover a,.sort_left_list li a:hover h4 {
    background-color: #06428B;
    color: #ffffff;
}
.sort_left_list li span {
    display: block;
    width: 1.3em;
    height: 1.3em;
    border-radius: 50%;
    background-color: #eeeeee;
    margin-top: 0.85em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../imgs/2be4a147f4d9bbc0f2a2b888d7c190e188653866.png");
    background-size: calc(8 / 22 * 100%) auto;
    margin-left: 1em;
}

.page_product_list {
    width: 77%;
    flex-grow: 1;
    margin-top: 0;
}

.page_product_list .xypg-pagination {
    padding-bottom: 0;
    margin: 3% 0 2%;
}



@media (min-width: 1921px) {
    .sort_left_tit h3 {
        font-size: 1.56vw;
    }
    .sort_left_tit h4 {
        font-size: 0.78vw;
    }
}
@media (max-width: 1650px) {
    .sort_left_tit h3 {
        font-size: 28px;
    }
}
@media (max-width: 1540px) {
    .page_product_sort_left {
        width: 260px;
    }
    .sort_left_tit h3 {
        font-size: 24px;
    }
    .sort_left_tit h4 {
        font-size: 14px;
    }
    .sort_left_list li a {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .page_product_sort_left {
        width: 220px;
    }
    .sort_left_tit h3 {
        font-size: 22px;
    }
    .sort_left_tit h4 {
        font-size: 13px;
        line-height: 1.5;
    }
    .sort_left_tit {
        padding: 12px;
    }
    .sort_left_tit h4 {
        font-size: 13px;
    }
    .sort_left_list li a {
        font-size: 15px;
        padding: 0 1em 0 1.5em;
    }
}
@media (max-width: 990px) {
    .page_product_sort_left {
        display: none;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
.page_product_list .xypg-pagination {
    padding-bottom: 0;
    margin: 30px 0 5px;
}
}