@charset "UTF-8";

.service_label{
    width: 90%;
    padding: 0 5%;
    height: 215px;
    text-align: center;
}
.service-1{
    background: url('../styimg/service-1.png') center center no-repeat;
    background-size: 90% auto;
}
.service-2{
    background: url('../styimg/service-2.png') center center no-repeat;
    background-size: 90% auto;
    margin-top: -5%;
}
.service-3{
    background: url('../styimg/service-3.png') center center no-repeat;
    background-size: 90% auto;
    margin-top: -5%
}
.service_kind{
    padding: 15% 5% 0 5%;
}
.service_label h3{
    font-size: 26px;
    color: #fff;
    line-height: 40px;
}
.service_label span{
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    line-height: 36px;
    color: #fff;;
}
.service_label a{
    text-align: right;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
.demo1{
    width: 100%;
}
.demo1 img{
    width:100%;
    display: block;
}
.service_middle{
    background:#f6f6f6;
    padding-bottom: 5%
}
.service_select{
    background:#fff;
    overflow: hidden;
    padding: 5% 0 5% 5%;
    margin-bottom: 5%
}
.service_select a{
    display: inline-block;
    width: 78px;
    height: 28px;
    border:1px solid #ddd;
    font-size: 13px;
    color: #333;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 10px 0;
}
.service_select a.s_cur{
    background: url('../styimg/kind_cur.png') no-repeat;
    background-size: 100% auto;
    width: 80px;
    height: 30px;
    border: 0;
    color: #fff;
}
.s_list li{
    background: #fff;
    padding: 5%;
    width: 90%;
    margin-bottom: 5%;
}
.s_list li img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.s_list li p{
    height: 26px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.s_list li em{
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    font-style: normal;
}
.s_list li span{
    color: #ff5908;
}
.s_title{
    width: 100%;
    min-height: 165px;
    background: url('../styimg/s_title_bg.png') no-repeat;
    background-size: 100% auto;
    margin-bottom: 5%;
}
.s_title h3{
    font-size: 22px;
    color: #fff;
    padding-top: 10%;
    text-align: center;
}
.service_content{
    background: #fff;
    width: 80%;
    padding: 5%;
    margin: -15% 5% 5% 5%;
}
.service_content h3{
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}
.service_content ul li{
    list-style: disc;
    line-height: 24px;
    height: 24px;
    font-size: 13px;
    color: #666;
}
.apply_box{
    background: #fff;
}
.apply_box h3{
    border-bottom: 1px solid #ddd;
    height: 40px;
    padding: 0 5%;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.apply_box ul li{
    padding: 5%;
    border-bottom: 1px solid #ddd;
    height: 70px;
    position: relative;
    width: 90%;
}
.apply_box ul li:last-child{
    border-bottom: 0;
}
.apply_box ul li img{
    display: block;
    widows: 70px;
    height: 70px;
    border-radius: 30px;
    float: left;
    margin-right: 10px;
}
.apply_box ul li p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 2%
}
.apply_box ul li em{
    display: block;
    line-height: 24px;
    color: #666;
    font-size: 13px;
    font-style: normal;
}
.apply_box ul li a{
    display: block;
    width: 31px;
    height: 36px;
    background: url('../styimg/telephone.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    top:35%;
    right: 5%;
}