@charset "utf-8";
@font-face {
    src: url("../images/PingFang.ttf");
    font-family: "pf";
}
*{
    font-family: 'pf';
}
.wrap{
    background:#ffffff;
}
.header{
    background:url("../images/banner.png") center top no-repeat;
    height:520px;
}
.grid{
    padding: 0px;
    box-shadow: none;
}
.grid h3{
    width: 100%;
}
.p1 h3{
    background: url("../images/p1_h3.png") center top no-repeat;
    height: 101px;
    margin-top:30px;
    margin-bottom:10px
}
.p2 h3{
    background: url("../images/p2_h3.png") center top no-repeat;
    height:101px;
    margin-top: 20px;
    margin-bottom:10px
}
.p1 .row{
    margin-left:-15px;
    margin-right:-15px
}
.p1 .list-t li{
    height:160px;
    margin-bottom:30px;
    padding-left:15px;
    padding-right:15px;
    background: none;
}
.p1 .list-t li a{
    height:100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 9px rgba(185, 185, 185, .24);
    background: #Fff;
    padding:20px;
    white-space: normal;
    position: relative;
    color:#333333
}
.p1 .list-t li a h4 {
    line-height: 36px;
}
.p1 .list-t li span{
    position: absolute;
    bottom: 10px;
    right: 20px;
    top: auto;
}
.p1 .list-t li a:hover{
    border:1px solid #cf8149;
    background: none;
}
.p1 .list-t li:before{
    display: none;
}
.p1 .list-t li:hover a{
    color:#333333
}
.p2 .list-t{


}
.p2 .lb{
    padding:4px 30px;
    box-shadow: 0 0 9px rgba(185, 185, 185, .24);
}
.p2 .list-t li{
    background: none;
    line-height:86px;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 0px;
}
.p2 .list-t li a{
    font-size: 20px;
}
.p2 .list-t li:hover a{
   color:#333
}
.p2 .list-t li:before{
    content: '';
    display: block;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #333;
    margin-top:-2.5px;
    left: 14px;
}
.p2 .list-t li span{
    line-height: 84px;
    font-size: 20px;
}
.p2 .lb .more{
    background:#efefef;
    display: block;
    width:100%;
    line-height: 50px;
    margin-top:50px;
    margin-bottom:35px;
    height:50px;
    text-align: center;
}

.p2 .lb .more a{
    color:#333333;
    font-size:20px;


}
.p3{
    margin-bottom: 70px;
    margin-top: 60px;
}
.fw,.jy{
    width:calc( 50% - 15px );
    float:left;
    height:120px;
    background: url("../images/p3_ban.png") center top no-repeat;
    text-align: center;
    line-height: 120px;
}
.fw{
    margin-right:30px;

}
.fw a,.jy a{
    display: block;
    height: 100%;
    width: 100%;
}
@media(max-width: 1200px){
    .p1 .row{
        margin-left:0px ;
        margin-right: 0px;
    }
    .p2,.p3{
        padding-left:15px;
        padding-right: 15px;
    }
}
@media(max-width: 992px) {
    .p1 .list-t li{
        height:120px;
        margin-bottom: 20px;
    }
    .p1 h3,.p2 h3{
        margin-top: 0px;
    }
    .p2 .lb .more{
        margin-top;30px;
        margin-bottom:30px;
    }
    .p2 .list-t li{
        line-height: 60px;
    }
    .p2 .list-t li span{
        line-height: 60px;
    }
}
@media(max-width: 768px) {
    .p1 .list-t li{
        height:auto
    }
    .p3{
        margin-top:20px;
        margin-bottom:10px
    }
    .fw,.jy{
        width: 100%;
        margin-left:0;
        margin-right: 0;
        margin-bottom: 20px;
        background-size: 100% 100%;
    }
    .p2 .list-t li a{
        font-size:16px
    }
}
@media(max-width: 480px) {
    .p2 .lb{
        padding-left:10px;
        padding-right: 10px;
    }
    .p2 .list-t li{
        line-height:30px;
        padding-top:15px;
        padding-bottom:15px;
        height:auto
    }
    .p2 .list-t li a{
        white-space: normal;
    }
    .p2 .list-t li:before{
        top: 0;
        margin-top:25px
    }
    .grid h3 a{
        width: 300px;
        margin: 0 auto;
        height: 100%;
        display: block;
    }
}