.product_main {
    margin-top: 5%;
}

.main_wrap {
    justify-content: space-between;
    align-items: flex-start;
}


/*product photos*/
.product-intro {
    position: relative;
    justify-content: space-between;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view .swiper-slide {
    padding-bottom: 1px;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-view {
    position: relative;
    width: 45%;
}

.product-view .product-image {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
    background: #FFF;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-view .image-additional {
    position: relative;
    margin: 20px 15px;
    overflow: hidden;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 20%;


}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    background: #FFF;
    display: block;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    padding: 1px;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.product-view .image-additional li a {
    display: block;
    position: relative;
    padding: 0 5%;
}

.product-view .image-additional li.current img {
    border: 2px solid #000;
    padding: 0;
}

.product-view .image-additional img.popup {
    display: none;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    color: #666666;
    width: auto;
    height: 50px;
    margin-top: -25px;
    opacity: 1;
    line-height: 50px;
    font-size: 40px;
    padding: 0 5px;
    border: 1.5px solid #FFFFFF;
    transition: all .5s ease;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
    border: 1.5px solid var(--commonColor);
}

.product-view .swiper-button-prev::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #666666;
}

.product-view .swiper-button-next::before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #666666;
}

.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
    left: -25px;
}

.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
    right: -25px;
}

.product-view .swiper-button-prev:before,
.product-view .swiper-button-next:before {
    -webkit-transform: scale(.8, 1);
    -ms-transform: scale(.8, 1);
    -o-transform: scale(.8, 1);
    transform: scale(.8, 1);
}

/*product summary*/
.product-summary {
    position: relative;
    width: 48%;
    padding: 0 0 10px;
    color: #666;
}

.product-summary .product_title {
    /* font-family: 'Roboto-Bold'; */
    font-weight: bold;
    font-size: 38px;
    color: #333333;
    line-height: 52px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width:1366px) {
    .product-summary .product_title {
        font-size: 35px;
        line-height: 40px;
    }
}

.product-summary .product-meta p {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.product-summary .product-meta .desc_list .desc_item {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;

}

.product-summary .product-meta .desc_list .desc_item::before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--commonColor);
    transform: rotate(45deg);
}

.product-summary .share-this {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 30px 0 30px;
}

.pro_btn {
    display: flex;
    justify-content: flex-start;
}

.pro_btn a {
    width: 50%;
    max-width: 245px;
    display: block;
    padding: 10px 40px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-transform: capitalize;
    background: #313134;
    margin-right: 20px;

}

.pro_btn a:hover {
    color: #FFF;
    background-color: var(--commonColor);
}

.pro_btn .download-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.pro_btn .download-btn b::before {
    content: '';
    display: flex;
    align-items: center;
    margin-right: 7px;
    width: 25px;
    height: 21px;
    line-height: 30px;
    background-image: url(../img/down_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-summary .share-this img {
    max-width: 240px;
}


.innerPro_materials {
    background: #F0F5F7;
    margin-top: 5%;
    padding: 5% 0;
}

.innerPro_materials .materials_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #273A60;
    line-height: 74px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.innerPro_materials .materials_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_materials .materials_desc p {
    margin-bottom: 20px;
}

.innerPro_materials .materials_btn {
    display: block;
    max-width: 170px;
    padding: 8px 30px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
    margin-top: 30px;
}

.innerPro_materials .materials_btn:hover {
    background-color: transparent;
    color: var(--commonColor);
}

.innerPro_overview {
    margin-top: 5%;
}

.innerPro_overview .overview_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #273A60;
    line-height: 74px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
}

/***************************************** 
        产品详情模板插入 start
    *****************************************/

.overivew_item {
    justify-content: space-between !important;
    align-items: flex-start;
}

/* .overivew_item:nth-child(even) .item_img {
    order: 2;
}

 .overivew_item:nth-child(even) .item_info {
    order: 1;
} */
.overivew_item2 .item_img {
    order: 2;
}

 .overivew_item2 .item_info {
    order: 1;
}
 .overivew_item .item_img {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 33%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;

}

 .overivew_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

 .overivew_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

 .overivew_item .item_info {
    width: 48%;
}


.overivew_item .item_stitle {
    /* font-family: 'Roboto-Bold'; */
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    padding-top: 15px;
    position: relative;
}

.overivew_item .item_stitle::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 3px;
    background: var(--commonColor);
}

.overivew_item .item_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 36px;
    color: var(--commonColor);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.overivew_item .item_desc {
    width: 100%;
    height: auto;
}

.overivew_item .item_desc p {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.overivew_item .item_desc table {
    text-align: left;
    width: 100%;
    height: 300px;
    overflow: auto;
    border-collapse: collapse;
    /* 合并边框 */
    border-spacing: 0;
    border: 1px solid #666666;
    /* 移除边框间隔 */
    margin: 0;
    /* 移除外边距 */
    padding: 0;
    /* 移除内边距 */
}

.overivew_item .item_desc table th,
.overivew_item .item_desc table td {
    padding: 0 10px;
    border: 1px solid #666666;
}

.overivew_item .inquiry_btn {
    display: block;
    max-width: 180px;
    padding: 8px 30px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
    margin-top: 30px;
}
.overivew_item .inquiry_btn:hover {
    background-color: transparent;
    color: var(--commonColor);
}

/***************************************** 
        产品详情模板插入 end
    *****************************************/

.innerPro_hot_pro {
    margin-top: 5%;
    background: #F0F5F7;
    padding: 5% 0;
    position: relative;
}



.innerPro_hot_pro .hot_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #273A60;
    line-height: 74px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_hot_pro .hot_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_hot_pro .hot_desc p {
    margin-bottom: 20px;
}

.innerPro_hot_pro .hot_wrap {
    margin-top: 50px;
}

.innerPro_hot_pro .hotPro-button-prev {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 40px;
    height: 40px;
    margin-top: 12.5px;
    border: 2px solid #F4F4F4;
    background-image: url(../img/hotPro_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all 0.5s ease;
}

.innerPro_hot_pro .hotPro-button-next {
    content: '';
    position: absolute;
    top: 50%;
    right: -5%;
    width: 40px;
    height: 40px;
    margin-top: 12.5px;
    border: 2px solid #F4F4F4;
    background-image: url(../img/hotPro_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all 0.5s ease;
}

.innerPro_hot_pro .hotPro-button-prev:hover,
.innerPro_hot_pro .hotPro-button-next:hover {
    border: 2px solid var(--commonColor);
}

.innerPro_hot_pro .swiper-wrapper {
    padding-bottom: 50px;
}

.innerPro_hot_pro .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: #DFDFDF;
    opacity: 1;
}

.innerPro_hot_pro .swiper-pagination-bullet-active {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: #223086;
    opacity: 1;
}


.innerPro_hot_pro .pro_item {
    background: #FFFFFF;
}

.innerPro_hot_pro .pro_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 76%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.innerPro_hot_pro .pro_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.innerPro_hot_pro .pro_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.innerPro_hot_pro .pro_item .item_info {
    padding: 20px 30px;
}

.innerPro_hot_pro .pro_item .item_info .item_title {
    /* font-family: 'Roboto-Bold'; */
    font-weight: bold;
    font-size: 26px;
    color: #3D3C6A;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_hot_pro .pro_item .item_info .inquiry_btn {
    display: block;
    padding: 8px 30px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
}

.innerPro_hot_pro .pro_item .item_info .inquiry_btn:hover {
    background-color: transparent;
    color: var(--commonColor);
}

.innerPro_uses {
    margin-top: 5%;
}

.innerPro_uses .uses_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #273A60;
    line-height: 74px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.innerPro_uses .uses_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.innerPro_uses .uses_wrap {
    margin-top: 50px;
}

.innerPro_uses .swiper-wrapper {
    padding-bottom: 50px;
}

.innerPro_uses .uses_list .uses_item {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.innerPro_uses .uses_list .uses_item .item_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 76%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.innerPro_uses .uses_list .uses_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerPro_uses .uses_list .uses_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.innerPro_uses .uses_list .uses_item .item_info {
    padding: 20px 30px;
}

.innerPro_uses .uses_list .uses_item .item_info .item_title {
    /* font-family: 'Roboto-Bold'; */
    font-weight: bold;
    font-size: 26px;
    color: var(--commonColor);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_uses .uses_list .uses_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0;
}

.innerPro_uses .uses_list .uses_item .item_info .inquirt_btn {
    display: block;
    padding: 8px 30px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
}

.innerPro_uses .uses_list .uses_item .item_info .inquirt_btn:hover {
    background-color: transparent;
    color: var(--commonColor);

}

.innerPro_uses .uses-button-prev {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 40px;
    height: 40px;
    margin-top: 12.5px;
    border: 2px solid #FFFFFF;
    background-image: url(../img/hotPro_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all 0.5s ease;
}

.innerPro_uses .uses-button-next {
    content: '';
    position: absolute;
    top: 50%;
    right: -5%;
    width: 40px;
    height: 40px;
    margin-top: 12.5px;
    border: 2px solid #FFFFFF;
    background-image: url(../img/hotPro_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all 0.5s ease;
}

.innerPro_uses .uses-button-prev:hover,
.innerPro_uses .uses-button-next:hover {
    border: 2px solid var(--commonColor);
}


.innerPro_uses .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: #DFDFDF;
    opacity: 1;
}

.innerPro_uses .swiper-pagination-bullet-active {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: #223086;
    opacity: 1;
}

.innerPro_promise {
    margin-top: 5%;
    padding: 5% 0;
    background: #F0F5F7;
}

.innerPro_promise .promise_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #273A60;
    line-height: 74px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.innerPro_promise .promise_wrap {
    margin-top: 30px;
}

.innerPro_promise .promise_list {
    justify-content: space-between;
}

.innerPro_promise .promise_list .promise_item {
    width: 19%;
    text-align: center;
}

.innerPro_promise .promise_list .promise_item .item_icon {
    width: 100%;
    max-width: 75px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 28.5%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.innerPro_promise .promise_list .promise_item .item_icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerPro_promise .promise_list .promise_item .item_icon:hover img {
    animation: swing .5s;
}

.innerPro_promise .promise_list .promise_item .item_title {
    /* font-family: 'Roboto-Bold'; */
    font-weight: bold;
    font-size: 18px;
    color: var(--commonColor);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.innerPro_promise .promise_list .promise_item .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.innerPro_factory {
    margin-top: 5%;
}

.innerPro_factory .factory_wrap {
    justify-content: space-between;
}

.innerPro_factory .factory_wrap .factory_left {
    width: 48%;
}



.innerPro_factory .factory_wrap .factory_left .factory_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 36px;
    color: var(--commonColor);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.innerPro_factory .factory_wrap .factory_left .factory_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_factory .factory_wrap .factory_left .factory_desc p {
    margin-bottom: 20px;
}

.innerPro_factory .factory_wrap .factory_left .place_btn {
    display: block;
    padding: 8px 10px;
    max-width: 165px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
}

.innerPro_factory .factory_wrap .factory_left .place_btn:hover {
    background-color: transparent;
    color: var(--commonColor);
}

.innerPro_factory .factory_wrap .factory_right {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 32%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.innerPro_factory .factory_wrap .factory_right img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerPro_factory .factory_wrap .factory_right:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.innerPro_production {
    margin-top: 5%;
}

.innerPro_production .production_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 36px;
    color: var(--commonColor);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_production .production_wrap {
    margin-top: 50px;
}

.innerPro_production .production_wrap .production_list {
    justify-content: space-between;
}

.innerPro_production .production_wrap .production_list .production_item {
    width: 48%;
    background-color: #FFFFFF;
}

.innerPro_production .production_wrap .production_list .production_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 68%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.innerPro_production .production_wrap .production_list .production_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerPro_production .production_wrap .production_list .production_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.innerPro_production .production_wrap .production_list .production_item .item_info {
    padding: 40px 20px;
}

.innerPro_production .production_wrap .production_list .production_item .item_info .item_title {
    /* font-family: 'Roboto-Regular'; */
    font-weight: bold;
    font-size: 20px;
    color: var(--commonColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.innerPro_production .production_wrap .production_list .production_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0 30px;
}

.innerPro_production .production_wrap .production_list .production_item .item_info .inquiry_btn {
    display: block;
    padding: 8px 10px;
    max-width: 165px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
}

.innerPro_production .production_wrap .production_list .production_item .item_info .inquiry_btn:hover {
    background-color: transparent;
    color: var(--commonColor);
}

.innerPro_advantage {
    margin-top: 5%;
    padding: 5% 0;
    background: #F0F5F7;
}

.innerPro_advantage .advantage_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #273A60;
    line-height: 74px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.innerPro_advantage .advantage_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_advantage .advantage_wrap {
    margin-top: 50px;
}

.innerPro_advantage .advantage_wrap .advantage_list {
    justify-content: flex-start;
    align-items: flex-start;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item {
    width: 30%;
    margin-right: 65px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item:last-child {
    margin-right: 0;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 76%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_info {
    padding: 20px 30px;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_info .item_title {
    /* font-family: 'Roboto-Bold'; */
    font-weight: bold;
    font-size: 26px;
    color: var(--commonColor);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_info .inquiry_btn {
    display: block;
    padding: 8px 30px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
}

.innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_info .inquiry_btn:hover {
    background-color: transparent;
    color: var(--commonColor);
}

.innerPro_packaging {
    margin-top: 5%;
}

.innerPro_packaging .packaging_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #273A60;
    line-height: 74px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.innerPro_packaging .packaging_list .packaging_item {
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: 1px solid #E5E5E5;
    margin-bottom: 40px;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
}

.innerPro_packaging .packaging_list .packaging_item .item_img {
    width: 38%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 20.5%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.innerPro_packaging .packaging_list .packaging_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerPro_packaging .packaging_list .packaging_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.innerPro_packaging .packaging_list .packaging_item .item_info {
    width: 58%;
}

.innerPro_packaging .packaging_list .packaging_item .item_info .item_title {
    /* font-family: 'Roboto-Bold'; */
    font-weight: bold;
    font-size: 26px;
    color: var(--commonColor);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerPro_packaging .packaging_list .packaging_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.innerPro_packaging .packaging_list .packaging_item .item_info .quote_btn {
    display: block;
    padding: 8px 30px;
    max-width: 221px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
}

.innerPro_packaging .packaging_list .packaging_item .item_info .quote_btn:hover {
    color: var(--commonColor);
    background-color: transparent;
}

@media (max-width:1100px) and (min-width:951px) {
    .innerPro_hot_pro {
        visibility: visible !important;
    }

    .innerPro_uses {
        visibility: visible !important;
    }

    .innerPro_promise {
        visibility: visible !important;
    }

    .innerPro_factory .factory_wrap .factory_left {
        visibility: visible !important;
    }

    .innerPro_factory .factory_wrap .factory_right {
        visibility: visible !important;
    }

    .innerPro_production {
        visibility: visible !important;
    }

    .innerPro_advantage {
        visibility: visible !important;
    }

    .innerPro_packaging {
        visibility: visible !important;
    }

    .common_reviews {
        visibility: visible !important;
    }

    .related_products {
        visibility: visible !important;
    }

    .related_news {
        visibility: visible !important;
    }

    .common_faq .faq_left {
        visibility: visible !important;
    }

    .common_faq .faq_right {
        visibility: visible !important;
    }

    .common_quote {
        visibility: visible !important;
    }

    .common_info {
        visibility: visible !important;
    }
}

@media (max-width:1366px) and (min-width:951px) {
    .product-summary .product-meta p {
        font-size: 18px;
    }

    .product-summary .product-meta .desc_list .desc_item {
        font-size: 18px;
    }

    .innerPro_materials .materials_desc {
        font-size: 18px;
    }

    .innerPro_materials .materials_btn {
        max-width: 170px;
    }

    /***************************************** 
        产品详情模板插入 start
    *****************************************/
     .overivew_item .item_stitle {
        font-size: 18px;
    }

     .overivew_item .item_desc p {
        font-size: 18px;
    }

    /***************************************** 
        产品详情模板插入 end
    *****************************************/
    .innerPro_hot_pro .hot_desc {
        font-size: 18px;
    }

    .innerPro_uses .uses_desc {
        font-size: 18px;
    }

    .innerPro_uses .uses_list .uses_item .item_info .item_desc {
        font-size: 18px;
    }

    .innerPro_promise .promise_list .promise_item .item_desc {
        font-size: 18px;
    }

    .innerPro_factory .factory_wrap .factory_left .factory_desc {
        font-size: 18px;
    }

    .innerPro_production .production_wrap .production_list .production_item .item_info .item_desc {
        font-size: 18px;
    }

    .innerPro_advantage .advantage_desc {
        font-size: 18px;
    }

    .innerPro_advantage .advantage_wrap .advantage_list .advantage_item .item_info .item_desc {
        font-size: 18px;
    }

    .innerPro_packaging .packaging_list .packaging_item .item_info .item_desc {
        font-size: 18px;
    }
}

@media (max-width:950px) {
    .product-view .product-image {
        display: none;
    }

    .product-view {
        width: 100%;
        margin-bottom: 30px;
    }

    @media (max-width:480px) {
        .product-view .image-additional li {
            padding-bottom: 60%;
        }
    }

    .product-view .swiper-button-next,
    .product-view .swiper-container-rtl .swiper-button-prev {
        right: 4px;
    }

    .product-view .swiper-button-prev,
    .product-view .swiper-container-rtl .swiper-button-next {
        left: 4px;
    }

    .product-summary {
        width: 100%;
    }

    .product-summary .product_title {
        font-size: 30px;
        line-height: 35px;
    }

    @media (max-width:600px) {
        .pro_btn {
            flex-direction: column;
        }

        .pro_btn a {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
            max-width: none;
        }

        .pro_btn .download-btn {
            justify-content: center;
        }
    }

    .innerPro_materials .materials_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_materials .materials_btn {
        max-width: 180px;
    }

    .innerPro_overview .overview_title {
        font-size: 30px;
        line-height: 35px;
    }

    /***************************************** 
        产品详情模板插入 start
    *****************************************/
     .overivew_item .item_title {
        font-size: 26px;
        line-height: 30px;
    }

     .overivew_item {
        flex-direction: column;
    }

     .overivew_item:nth-child(even) .item_img {
        order: 1;
    }

     .overivew_item:nth-child(even) .item_info {
        order: 2;
    }

     .overivew_item .item_img {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 68%;
    }

     .overivew_item .item_info {
        width: 100%;
    }

    /***************************************** 
        产品详情模板插入 end
    *****************************************/
    .innerPro_hot_pro .hot_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .innerPro_hot_pro .hot_wrap {
        z-index: 1;
    }

    .innerPro_hot_pro .hotPro-button-next {
        z-index: 9;
        right: 0;
    }

    .innerPro_hot_pro .hotPro-button-prev {
        z-index: 9;
        left: 0;
    }

    .innerPro_uses .uses_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_uses .uses_wrap {
        z-index: 1;
    }

    .innerPro_uses .uses-button-next {
        z-index: 9;
        right: 0;
    }

    .innerPro_uses .uses-button-prev {
        z-index: 9;
        left: 0;
    }

    .innerPro_promise .promise_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_promise .promise_list {
        flex-wrap: wrap;
    }

    .innerPro_promise .promise_list .promise_item {
        width: 48%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .innerPro_promise .promise_list .promise_item .item_icon {
        padding-bottom: 17.7%;
    }

    @media (max-width:550px) {
        .innerPro_promise .promise_list .promise_item .item_icon {
            padding-bottom: 33.9%;
        }
    }

    .innerPro_factory .factory_wrap {
        flex-direction: column;
    }

    .innerPro_factory .factory_wrap .factory_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .innerPro_factory .factory_wrap .factory_left .factory_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_factory .factory_wrap .factory_right {
        width: 100%;
        padding-bottom: 68%;
    }

    .innerPro_production .production_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_production .production_wrap .production_list {
        flex-direction: column;
    }

    .innerPro_production .production_wrap .production_list .production_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .innerPro_advantage .advantage_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_advantage .advantage_wrap .advantage_list {
        flex-direction: column;
    }

    .innerPro_advantage .advantage_wrap .advantage_list .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .innerPro_packaging .packaging_title {
        font-size: 30px;
        line-height: 35px;
    }

    .innerPro_packaging .packaging_list .packaging_item {
        flex-direction: column;
    }

    .innerPro_packaging .packaging_list .packaging_item .item_img {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 70%;
    }

    .innerPro_packaging .packaging_list .packaging_item .item_info {
        width: 100%;
    }
}