﻿div#horizontalTab {
    background: none;
    display: block;
    width: 100%;
    margin: 0px;
}
.resp-tab-content {
    display: none;
}
    .resp-tab-content img{width:100%}
    .resp-tab-content p {
        font-size: 18px;
        line-height:32px;
    }
    .resp-tab-content .pc {
        line-height: 100px;
    }
@media (max-width: 767px) {
    .resp-tab-content .pc {
        line-height: 5px;
    }
}
    .resp-content-active {
        display: block;
    }

#horizontalTab ul.resp-tabs-list {
    list-style: none;
    margin: 0em auto 0;
    text-align: center;
    font-family: 黑体,SimHei;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom:20px;
}
    #horizontalTab ul.resp-tabs-list .jg {
        font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
        color: #C7C7C7;
        font-size: 20px;
        padding: 0px 2px 15px 2px;
    }
#horizontalTab .resp-tab-item:first-child {
    border-left: none;
}

#horizontalTab .resp-tab-item {
    color: #2F4F4F;
    font-size: 22px;
    cursor: pointer;
    padding: 0px 20px 15px 20px;
    margin:0px;
    display: inline-block;
    text-align: center;
    list-style: none;
    float: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

    #horizontalTab .resp-tab-item:hover, #horizontalTab .resp-tab-active {
        text-shadow: none;
        color: #068132;
        border-bottom: 3px solid #068132;
    }