﻿#c_static_001-17521112702400 .swiper-slide img{
	width:100%;
	height:auto;
	min-height:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
}
#c_static_001-17521112702400 .swiper-slide-active img,#c_static_001-17521112702400 .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}
#c_static_001-17521112702400 .swiper-container{position: relative;}
#c_static_001-17521112702400 .swiper-container .swiper-button-next,#c_static_001-17521112702400 .swiper-container .swiper-button-prev{width: 50px;height: 50px;border-radius: 50%;border: 1px solid #fff;left: auto;right: 10px;top: auto;bottom: 30px;position: absolute;}
#c_static_001-17521112702400 .swiper-container .swiper-button-next{bottom: 100px;}
#c_static_001-17521112702400 .swiper-container .swiper-button-next:after,#c_static_001-17521112702400 .swiper-container .swiper-button-prev:after{font-size:16px;color: #fff;}

.swiper-container1 {width: 100%;height: 100%;}
.swiper-container1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.swiper-container1 .swiper-slide-active,.swiper-slide-duplicate-active{transform: scale(1);}


#c_navigation_146-17521112514780 .e_navigationA-16 .p_level1Item:hover .p_level2Box{display: block;}
.e_breadcrumb-1{width: 100%;text-align: center;padding: 20px 0;}
.p_page .page_con{text-align: center;display: flex;justify-content: center;align-items: center;}
.p_page .page_con span a{width: 36px;height: 36px;border-radius:3px;border: 1px solid #ebebeb;line-height: 34px;display: inline-block;margin: 0 3px;font-size: 14px;color: #8a8a8a;}
.p_page .page_con span a:hover,.p_page .page_con span a.page-num-current{background: #0071a4;color: #fff;}


.cpxq-l,.cpxq-r{width: 50%;}
.cpxq-r{background-color: rgba(239, 241, 245, 1);}
#c_product_detail_104-1752141714370 .mySwiper2{width: 100%;border: 1px solid #eee;}
#c_product_detail_104-1752141714370 .mySwiper2 .swiper-slide{width: 100%;}
#c_product_detail_104-1752141714370 .mySwiper2 img{width: 100%;}
#c_product_detail_104-1752141714370 .mySwiper2 .swiper-button-next:after,#c_product_detail_104-1752141714370 .mySwiper2 .swiper-button-prev:after{font-size:25px;color: #666;}
#c_product_detail_104-1752141714370 .mySwiper{width: 100%;margin-top: 15px;}
#c_product_detail_104-1752141714370 .mySwiper .swiper-slide{border: 1px solid #eee;cursor: pointer;}
#c_product_detail_104-1752141714370 .mySwiper .swiper-slide img{width: 100%;}

.e_container-61 img{width: 100%;}
.e_bmap-32{width: 50%;}
.e_bmap-32 img{width: 100%;}

#c_navigation_146-17521112514780 .e_image-15 img{height:65px !important;}
#c_new_list_138-1752129570876 .swiper-pagination .swiper-pagination-bullet{display:none;}


.pl_service1 {
    width: 210px;
    position: fixed;
    right: -210px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: right 0.4s;
    z-index: 99;
}
.pl_service1:hover {
    right: 0%;
}
.pl_service1 .icon {
    margin: 0;
}
.pl_service1 .service_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.pl_service1:hover .service_btn {
    height: 100%;
}
.pl_service1 .sevice_flex_con {
    padding: 10px 0;
    width: 100%;
    background-color: #898989;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: height 0.4s;
}
.pl_service1:hover .sevice_flex_con {
    height: 100%;
}
.pl_service1 .service_con {
    background: #fff;
    padding: 10px;
    color: #898989;
    width: 210px;
    float: left;
}
.pl_service1 .service_group {
    padding: 5px 0;
    border-bottom: 1px solid #c5c5c5;
}
.pl_service1 .service_group:last-child {
    border: 0;
}
.pl_service1 .service_item {
    padding: 5px;
    line-height: 16px;
    cursor: pointer;
    border-radius: 3px;
    padding-left: 25px;
    position: relative;
}
.pl_service1 .service_item .iconSpan{
    position: absolute;
    left: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.pl_service1 .service_item .icon {
    width: 16px;
    height: 16px;
    margin-top: -2px;
}
.pl_service1 .service_item:hover {
    background-color: #898989;
    color: #fff;
}

.service_pop {
    width: 320px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 35%);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 999;
}
.service_pop img {
    width: 240px;
    height: 240px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.service_pop p {
    font-size: 16px;
    /* line-height: 40px; */
}

.pl_service2 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.pl_service2 .service_item {
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #999;
    transition: all 0.5s ease;
}
.pl_service2 .service_item:hover {
    background-color: #f35454;
    color: #fff;
}
.pl_service2 .service_icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl_service2 .service_icon .icon {
    width: 50%;
    height: 50%;
    margin: 0;
}
.pl_service2 .service_value_con {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
}
.pl_service2 .service_value_con .iconSpan{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
}
.pl_service2 .service_item:hover .service_value_con {
    opacity: 1;
    width: 220px;
    padding-right: 10px;
}
.pl_service2 .service_value {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #f35454;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.pl_service2 .service_value.dh {
    padding-left: 35px;
}
.pl_service2 .service_value p {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.pl_service2 .service_img {
    width: 120px;
    height: 120px;
    padding: 10px;
    position: absolute;
    right: calc(100% + 223px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
.pl_service2 .service_item:hover .service_img {
    display: block;
}
.pl_service2 .service_img img {
    width: 100%;
    height: 100%;
}
.pl_service2 .service_value .icon {
    width: 20px;
    height: 20px;
}
.pl_service2 .service_value::after {
    content: " ";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #f35454;
    border-bottom: 6px solid transparent;
}

/* 鏁堟灉3 */
.pl_service3 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.pl_service3 .item_con {
    text-align: right;
}
.pl_service3 .service_item {
    padding-left: 43px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background: #999;
    color: #fff;
    overflow: hidden;
    transition: width 0.4s;
    position: relative;
    cursor: pointer;
}
.pl_service3 .service_item.wx {
    background: #64c548;
}
.pl_service3 .service_item.qyszmp {
    background: #009ca0;
}
.pl_service3 .service_item.skype {
    background: #00a3ed;
}
.pl_service3 .service_item.alww {
    background: #1ac1ed;
}
.pl_service3 .service_item.whatsapp {
    background: #3dceb2;
}
.pl_service3 .service_item.yj {
    background: #3f6ee0;
}
.pl_service3 .service_item.qq {
    background: #529cd1;
}
.pl_service3 .service_item.kf {
    background: #f56c6c;
}
.pl_service3 .service_item.kfz {
    background: #999;
}
.pl_service3 .service_item.link {
    background: #f60;
}
.pl_service3 .service_item.tel {
    background: #06f;
}
.pl_service3 .service_item.custom {
    background: #fc0;
}
.pl_service3 .service_item.smService {
    background: #6bd8bb;
}
.pl_service3 .service_item:hover {
    width: 206px;
}
.pl_service3 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 43px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl_service3 .service_icon .icon {
    width: 60%;
    height: 60%;
    margin: 0;
}
.pl_service3 .service_value {
    margin-top: 5px;
    padding: 0 5px;
    text-align: left;
    line-height: 18px;
}
.pl_service3 .service_value.dh {
    line-height: 35px;
    text-align: center;
    width: 120px;
}

/* 鏁堟灉4  */
.pl_service4 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.pl_service4 .item_con {
    text-align: right;
    margin-bottom: 2px;
    height: 60px;
    clear: both;
}
.pl_service4 .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}
.pl_service4 .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}
.pl_service4 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.pl_service4 .service_icon span {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}
.pl_service4 .service_icon .icon {
    width: 30px;
    height: 30px;
    margin: 15px 16px 0 16px;
}
.pl_service4 .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}
.pl_service4 .service_value p {
    height: 20px;
    overflow: hidden;
}
.pl_service4 .service_group .service_value a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.pl_service4 .service_value.dh {
    line-height: 40px;
}
.pl_service4 .service_value.tp {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
}
.pl_service4 .service_value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}
.pl_service4 .service_item.showImg:hover .service_value.tp {
    display: block;
}

@media only screen and (max-width:1600px) {
    #c_navigation_146-17521112514780 .e_navigationA-16 .p_level1Item a{padding: 0 10px !important;}
}

@media only screen and (max-width: 768px) {
    /* 榛樿鍥炬爣 */
    .pl_service {
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 999;
    }
    .p_defaultIocn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #409efe;
        background-color: #E9EBEB;
        overflow: hidden;
    }
    .p_defaultIocn .icon {
        width: 60%;
        height: 60%;
        margin: 0;
    }
    .custom-service-background{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #333;
        opacity: .5;
        display: none;
    }
    /* 鍐呭鍖哄煙 */
    .pl_content_box {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: auto;
        right: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        max-width: 100vw;
        padding: 10px;
        transition: all 0.5s ease;
        color: #333;
        background-color: #fff;
        /* box-shadow: 0 0 10px 0 #ccc; */
        z-index: 999;
        max-height: 375px;
        border-radius: 10px;
    }
    .pl_content_box.show{
        right:0; 
    }
    .body_service {
        flex-grow: 1;
        overflow-y: auto;
        /* margin-bottom: 50px; */
    }
    .service_item {
        display: flex;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        padding: 5px 0;
        border-top: 1px solid #f5f5f5;
    }
    .service_icon {
        float: left;
        display: flex;
        margin-top: 10px;
        padding-right: 8px;
        color: #999998;
    }
    .service_value {
        float: left;
        margin-top: 5px;;
        width: 100%;
    }
    .service_value p {
        font-size: 13px;
        width: 100%;
    }
    /* 寮瑰眰 */
    .service_pop {
        width: 60%;
    }
    .service_pop p {
        display: none;
    }
    .service_pop img {
        width: 100%;
        height: auto;
    }
    /* 搴曢儴鐑嚎 */
    .footer_service {
        /* position: absolute; */
        left: 0;
        bottom: 0;
        width: 100%;
        /* padding: 10px; */
        overflow: hidden;
        color: #333;
        background-color: #fff;
        flex-grow: 0;
    }
    .footer_service p {
        display: flex;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .p_kefuicon{
        color: #999998;
    }
    .bottom_type {
        padding: 0 5px 0 5px;
    }
    .doThirdFunc {
        width: 100%;
        white-space: normal;
    }
}

#c_navigation_146-17521112514780 .e_html-17 .head_tel{position: relative;cursor: pointer;}
#c_navigation_146-17521112514780 .e_html-17 .head_tel:hover ul{display:block;}
.head_tel ul{position:absolute;display:none;width: 128px;background: #0071a4;right: 0;top: 40px;text-align: center;}
.head_tel ul li{line-height:40px;border-bottom:1px solid #ffffff30;}
.head_tel ul li a{color:#fff;font-size:14px;}
.head_tel ul li:hover{background:#0f88a9}

@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
    #c_static_001-17521112702400 {margin-top: 93px;}
    #c_navigation_146-17521112514780 .e_image-15 img {height: 37px !important;}
    #c_static_001-1752138604221 .e_breadcrumb-1 .p_breadcrumbItem{display: flex;}
    .cpxq-l, .cpxq-r{width: 100%;}
}