﻿/* ----------------------------------service-fad------------------------------------------- */
.service-fad{
    width: 100%;
    overflow: hidden;
}
.service-fad ul{
    width: 100%;
    overflow: hidden;
}
.service-fad ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.service-fad-question{
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}
.service-fad-question h5{
    float: left;
    overflow: hidden;
}
.service-fad-question h5 span{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #b0b0b0;
    float: left;
}
.service-fad-question-Span{
    border: 1px solid #7fcc27 !important;
    background-color: #7fcc27 !important;
    color: #fff !important;
}

.service-fad-question h5 p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    width: 800px;
    margin-left: 54px;
}


.service-fad-question h6{
    width: 36px;
    height: 36px;
    float: right;
    text-align: center;
}
.service-fad-question h6 i{
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../images/service_up.png');
    margin-top: 14px;
}
.service-fad-question-Ci{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-image: url('../images/service_uph.png') !important;
}


.service-fad ul li b{
    position: absolute;
    left: 60px;
    top: 72px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 17px;
    height: 10px;
    z-index: 30;
    background-image: url('../images/service_lineup.jpg');
    opacity: 0;
}
.service-fad-nb{
    opacity: 1 !important;
}

.service-fad-answer{
    width: 100%;
    overflow: hidden;
    padding: 24px 0 28px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.service-fad-answerL{
    width: 4%;
    overflow: hidden;
    float: left;
}
.service-fad-answerL span{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #7fcc27;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #7fcc27;
    float: left;
}
.service-fad-answerR{
    width: 95.6%;
    overflow: hidden;
    float: right;
}
.service-fad-answerR p{
    font-size: 16px;
    color: #888;
    text-align:justify;
    text-justify:inter-word;
	line-height:28px;
}

@media (max-width: 1200px){
.service-fad-question h5 p {width: 600px;}
}

@media (max-width: 1000px){
.service-fad ul li b {
    left: 42px;
}
.service-fad-question h5 p {
    font-size: 15px;
    line-height: 18px;
    white-space: unset;
    margin-left: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-fad-answerL { width: 16%;}
.service-fad-answerR {width: 84%;}
.service-fad-answerR p {
    font-size: 14px;
    text-align: unset;
    text-justify: unset;
    line-height: 22px;
}

}

@media (max-width: 500px) and (min-width: 400px){
.service-fad-question h5 p {width: 280px;}
}

@media (max-width: 400px) and (min-width: 360px){
.service-fad-question h5 p { width: 244px;}
}