.banner{
    height: 300px;
}

.content{
    width: 100%;
    padding: 20px 0 40px;
}
.content h2{
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    position: relative;
    padding-left: 16px;
}
.content h2:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 20px;
    background-color: #ed4412;
    border-radius: 2px;
}
.editor{
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    line-height: 16px;
    margin-top: 15px;
}
.editor img{
    margin-right: 10px;
}
.editor_l{
    margin-right: 27px;
}
.content_list{
    min-height: 200px;
}
.content_list p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    /*margin-top: 26px;*/
}

@media (max-width: 992px) {
    .content{
        width: 100%;
        padding: 0.2rem 0 0.4rem;
    }
    .content h2{
        font-size: 0.32rem;
        line-height: 0.48rem;
        color: #333333;
        position: relative;
        padding-left: 0.2rem;
    }
    .content h2:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0.08rem;
        width: 4px;
        height: 0.3rem;
        background-color: #ed4412;
        border-radius: 2px;
    }
    .editor{
        font-size: 0.24rem;
        letter-spacing: 1px;
        color: #999999;
        line-height: 0.3rem;
        margin-top: 0.15rem;
    }
    .editor img{
        margin-right: 0.1rem;
        max-width: 0.3rem;
    }
    .content_list p{
        font-size: 0.24rem;
        line-height: 0.48rem;
        color: #333333;
        /*margin-top: 0.3rem;*/
    }
}
.content2{
    margin-top: 27px;
}
.content_list p img {
    max-width: 100%;
}
.content_l{
    width: 880px;
    padding-bottom: 80px;
}
.content_r{
    width: 280px;
}
.content_l h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #404040;
}
.sub_title{
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-top: 14px;
    padding-bottom: 4px;
}
.sub_title span{
    margin-right: 30px;
}
.content_c{
    border-top: 1px solid #e0e0e0;
}
.content_c p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-top: 24px;
}
.content_li{
    margin-top: 90px;
}

.activity_list ul li{
    width: 422px;
    float: left;
}
.activity_list ul{
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}

.activity_list ul li:nth-child(2n){
    float: right;
}
.activity_list ul li a{
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}
.act_name{
    width: 320px;
}
.activity_list ul li a:hover .act_name{
    color: #ed4412;
}
.like_time{
    font-size: 16px;
    line-height: 34px;
    color: #cccccc;
}

.total_title{
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}
.total_title span{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
}
.total_title span:after{
    content: '';
    position: absolute;
    width: 64px;
    height: 1px;
    background: #ed4412;
    left: 0;
    bottom: -1px;
}
.total_title a{
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.service_list ul li{
    width: 280px;
    height: 66px;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    color: #ffffff;
    margin-top: 10px;
}
.service_list ul li a{
    display: block;
    color: #ffffff;
}
.service_list ul li a:hover{
    text-decoration: none;
    color: #fff;
}
.service_list ul li:nth-child(1){
    background: url("../images/s_bg1.jpg") no-repeat center center;
}
.service_list ul li:nth-child(2){
    background: url("../images/s_bg2.jpg") no-repeat center center;
}
.service_list ul li:nth-child(3){
    background: url("../images/s_bg3.jpg") no-repeat center center;
}
.service_list ul li:nth-child(4){
    background: url("../images/s_bg4.jpg") no-repeat center center;
}
.service_list ul li:nth-child(5){
    width: 278px;
    border: solid 1px #e0e0e0;
}
.service_list .service_l{
    margin-right: 0px;
    margin-left: 9px;
    padding-top: 10px;
}
.service_list .service_r{
    float:right;
}
.service_list ul li .service_r .s_tel{
    margin-top:8px;
}
.service_list ul li .service_r .des{
    margin-top:4px;
}
.service_list ul li .service_r .des img{
    position: relative;
    top: -5px;
    left: -3px;
}
.service_list ul li .s_tel{
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #ed4412;
    margin-top: 14px;
    text-align: left;
}
.service_list ul li .des{
    font-size: 13px;
    line-height: 13px;
    color: #333333;
    margin-top: 10px;
    text-align: left;
}
.list{
    width: 100%;
    margin-top: 38px;
}
.pmp_tab ul li{
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
}
.pmp_tab ul li a{
    display: block;
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 0;
}
.pmp_list{
    display: none;
}
.pmp_list ul li {
    width: 100%;
    padding: 15px 0 17px 33px;
    border-bottom: 1px solid #f0f0f0;
}
.pmp_list ul li a{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.pmp_list ul li a:hover{
    color: #ed4412;
}
.pmp_list ul li:first-child{
    background: url("../images/one.png") no-repeat left center;
    left: 0;
}
.pmp_list ul li:nth-child(2){
    background: url("../images/two.png") no-repeat left center;
    left: 0;
}
.pmp_list ul li:nth-child(3){
    background: url("../images/three.png") no-repeat left center;
    left: 0;
}
.pmp_tab ul li.p a{
    color: #fff;
}
.p{
    background: #ed4412;
}
.at2{
    display: block;
}

@media (max-width: 1200px) {
    .content_r{
        display: none;
    }
    .content_l{
        width: 100%;
        padding-bottom: 0.4rem;
    }
    .content_li {
        margin-top: 0.4rem;
    }
    .content_l h2{
        font-size: 0.36rem;
        line-height: 0.48rem;
        font-weight: bold;
        text-align: center;
        margin-top: 0rem;
    }
    .content_l .sub_title{
        font-family: SourceHanSansCN-Regular;
        font-size: 0.24rem;
        line-height: 0.48rem;
        text-align: center;
    }
    .content_c p {
        font-size: 0.24rem;
        line-height: 0.4rem;
        color: #333333;
        margin-top: 0.2rem;
    }
    .total_title span {
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        color: #333333;
        position: relative;
        padding-bottom: 6px;
    }
    .total_title span:after {
        content: '';
        position: absolute;
        width: 0.64rem;
        height: 1px;
        background: #ed4412;
        left: 0;
        bottom: 0;
    }
    .total_title a {
        font-size: 14px;
        color: #999999;
        margin-top: 0;
        line-height: 34px;
    }
    .activity_list ul li {
        width: 100%;
        float: none;

    }
    .activity_list ul li:nth-child(2n) {
        float: none;
    }
    .activity_list ul li a {
        font-size: 16px;
        line-height: 36px;
        color: #333333;
        display: block;
    }
    .act_name {
        width: 70%;
    }
    .like_time {
        font-size:16px;
        line-height: 28px;
        color: #cccccc;
    }
}


