body{
    background-color: #fbfbfb;
}
.sec {
    margin: 0 auto;
    width: 1024px;
}  
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li:nth-of-type(-n+1):after {
    content: ">>";
    margin: 0 10px;
}
.breadcrumb ul li a {
    color: #898989;color: #000;
}
.pageTitle {
    padding: 0 0 25px 0;
}
.pageTitle h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 2.2;
}

.table{width: 100%;margin: 1vw 0;}
.table td{
    border: 1px solid #000;
    text-align: center;
    padding: 16px;
    vertical-align: middle;
}
.table thead td{
    background-color: #000;color: #fff
}
.tips{font-weight: bold;}
.text a{text-decoration: underline;}


.contact .text{
    margin-bottom: 36px; 
}

.contact-list{ 
    display: flex;
    flex-wrap: wrap;justify-content: space-between; 
}
.contact-list .item{
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 30%;
    text-align: center;
    border: 1px solid #adadad;
    background-color: #fff; padding-top: 20px;
    cursor: pointer;
}
.contact-list .item .photo{
    position: relative;    margin: auto;
    width: 90px; height: 90px;
}
.contact-list .item .photo .image-befor,
.contact-list .item .photo .image-after
{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s linear;
    transform-style: preserve-3d;
}
.contact-list .item .photo .image-befor{
    transform: rotateY(0deg);
}
.contact-list .item .photo .image-after{
    transform: rotateY(180deg);
}

.contact-list .item:hover .photo .image-befor{ 
    transform: rotateY(180deg);
}
.contact-list .item:hover .photo .image-after{ 
    transform: rotateY(0deg);
} 
.contact-list .item .text{
    margin-top: 0px;
}
.contact-list .item:nth-of-type(3n){
    margin-right: 0px;
}
.search{
    margin-top:1em;padding-top: 1em;margin-bottom:4em; 
    /*border-top: 1px #b5b5b5 solid;*/
}
.search h4{
    margin: 0em 0 1em 0;
    font-size: 1.2em;
}
.search .text{
    margin-bottom: 14px; 
}
.search select{font-size: 0.8em;    padding: 0.6em;}
.search .s2{margin-left:4em; }
.service_provider{ margin-top: 1.5em; display: none}
.service_provider h5 {margin-bottom: 0.5em;}
.service_provider h5 i{margin-right: 0.5em;}
.province{color: #33539e;    margin-right: 0.5em;}
.service_providers li{display: inline-block; width: 49%; line-height: 2.5;position: relative;padding-left: 5em;    vertical-align: top;margin-bottom: 0.25em;}
.service_providers .city{margin-right: 1.5em;width: 4em;display: inline-block;position: absolute;left: 0;}
.service_providers .description{font-size: 80%;line-height: 1.7;}
.service_providers .description p{}

@media screen and (max-width:640px) {
    .sec {
        width: 100%;
        margin: 0 auto;
        padding-left: 25px; padding-right: 25px;
    }
    .breadcrumb {
        display: none;
    }
    .pageTitle {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .pageTitle h1 {
        font-size: 21px;
    } 
     .contact-list .item{
        margin-right: 0px;
        width: 47%;
        font-size: 12px;
    }
    .contact-list .item .photo .image-befor{
        transform: rotateY(180deg);
    }
    .contact-list .item .photo .image-after{
        transform: rotateY(0deg);
    }

    .contact-list .item:hover .photo .image-befor{ 
        transform: rotateY(180deg);
    }
    .contact-list .item:hover .photo .image-after{ 
        transform: rotateY(0deg);
    }     .search{
        margin-bottom: 4em;
        margin-top: 1em;
        width: 88%;
        padding-left: 0;
        padding-right: 0;
    }
    .service_providers li{display: block;width: 99%;}
    .s1,.s2{display: block}
    .s1{margin-bottom: 0.5em;}
    .search .s2{margin-left: 0;}
    .s2 select{    margin-left: 4.6em;}
}
 


/*2024/09/08添加保修期起算日*/
.warranty-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
}
.warranty-container .blue-underline{
    color: #0b50a2;position: relative;text-decoration: underline; text-underline-offset: 4px;font-weight: bold;
}
/*.warranty-container .blue-underline:after{
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: #0b50a2;
}*/

.warranty-container .table{
    width: 48%;
}
.warranty-container .table thead td .bigger{
    font-size: 200%;    display: inline-block;
}

.warranty-container .table.befor202407{
/*    width: 49%;*/
}
.warranty-container .table.befor202407 thead td .bigger{
    transform: translateY(-5%);
}
.warranty-container .table.befor202407 thead td{
    background-color: #646665;    
}

.warranty-container .table.after202407{
/*    width: 49%;*/
}
.warranty-container .table.after202407 thead td{

}
.warranty-container .table.after202407 tbody .down-arrow-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.warranty-container .table.after202407 tbody .down-arrow-container .text{
    white-space: nowrap;
    margin-right: 18px;
}
.warranty-container .table.after202407 tbody .down-arrow-container .down-arrow{
    color: #fff;
    background-color: #466faf;
    width: 38px;
    text-align: center;
    line-height: 1.4;
    padding: 44% 6% 56% 6%;    position: relative;
}
.warranty-container .table.after202407 tbody .down-arrow-container .down-arrow:after{
    content: "";    width: 0;
    height: 0;
    position: absolute;
    border: 33px solid;
    border-color: #466faf transparent transparent transparent;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
}

.warranty-container .table tbody td{
    text-align: left;padding-left: 18px;padding-right: 18px;
}

@media screen and (max-width:640px) {
    .warranty-container{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: flex-start;
        align-items: center;
    }
    .warranty-container .table{
        width: 100%;
    }
    .warranty-container .table.after202407{
        margin-top: 20px;
    }
}


