@charset "UTF-8";
a:hover {}
.select_tap{
    width: 100%;
    z-index: 9999;
    height: 66px;
    margin-top: -66px;
}
.select_tap .type_bar{
    width: 44%;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 1vw 0vw rgba(0, 0, 0, 0.15);
    opacity: 0.8;
    z-index: 999999;

    height: 66px;
    text-align: center;
    margin-left: 28%;

}
.type_bar a{
    text-align: center;
    line-height: 66px;
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 1px;

    color: #333333;
}
.type_bar .active{
    color: #f80012;
    border-top: 2px solid #f80012;
}
.data-container {
    width: 100%;
    background-color: #f3f3f3;
}
.type_container{
    height: 15rem;
    background-color: #ffffff;
}
.type_container h2{
    padding: 2em;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1rem;
    letter-spacing: 0rem;
    color: #333333;
}
.type_level_1 {
    width: 100%;
    height: 2rem;
    margin-top: .5rem;
}
.type_level_1 .content {

    width: 8%;
    float: left;
    text-align: left;
    padding-left: 4%;
}
.content span{

    font-size: 18px;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
    font-weight: bold;
}
.type_level_1 .link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 0rem;

    padding-left: 1rem;
    padding-right:1rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.act{
    background-color: #f80012;
    border-radius: 10px;
    color:#ffffff;
}

a:hover{
    color: #000000;
}

.service_container {
    background-color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
 .botom_page {
     text-align: center;
     background: #ffffff;
     height: 3rem;
}
.service-data-message-container {
    text-align: center;
    padding: 1rem;
}
.service-data-num {
    width: 100%;
    padding: 1rem;
}
.service-item {
    width: 70rem;
    height: 14rem;
    margin: 2rem 3rem 0rem 2rem;
    border-bottom: 1px dashed #999999;
}
.service-item .img {
    width: 30%;
    float: left;
}
.service-item .content{
    width: 65%;
    margin-left: 5%;
    float: left;
}
.service-item .content h4 {
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0rem;
    color: #333333;
    width: 60%;
}
.service-item .content .desc {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #666666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}

.service-detail {
    width: 89%;
    margin: 4%;
    height: 20rem;
    border-bottom: 1px dashed #999999;
}
.service-detail h3 {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5rem;
    letter-spacing: 0rem;
    color: #333333;
}



.service_swiper-list-pro{
    width: 40%;
    margin-top: 1rem;
    float: left;
}
.service_swiper-list-pro .swiper-img {
    width: 100%;
}

.part_swiper-list-pro{
    width: 25%;
    margin-top: 1rem;
    float: left;
}
.part_swiper-list-pro .swiper-img {
    width: 100%;
}
.swiper-img a {
    width: 100%;
}
.swiper-img-pro {
    width: 100%;

}
.service_content {
    width: 55%;
    float: left;
    margin-left: 3%;
    margin-top: 1rem;
}
.service_content h2{
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0rem;
    color: #333333;
}
 .service_desc {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #333333;
}

.part_content {
    width: 70%;
    float: left;
    margin-left: 5%;
    margin-top: 1rem;
}
.part_content h2{
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0rem;
    color: #333333;
}


.detail-content {
    margin: 2rem 4rem;
    width: 100%;
}



.part-item  {
    width: 21%;
    height: 22rem;
    margin: 2%;
    background-color: #eeeeee;
    text-align: center;
}
.part-item .img {
    float: left;
    padding: 15%;
}
.part-item  .content{
    padding: 4%;
    float: left;
    text-align: center;
    width: 92%;
}
.part-item  .content h4 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0rem;
    color: #333333;
}
.part-item .content .desc {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0rem;
    color: #666666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
