@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
/**************************/
.fw_container{
    width: 1200px;
    margin: 0 auto;
}
.page_title{
    width: 100%;
    height: 220px;
    background: url("ban.jpg") no-repeat center;
    background-size: cover;
}
.page_title h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    padding: 65px 0px 52px;
}
.page_con{
    margin-top: 10px;
    padding-bottom: 50px;
}
.fw_title{
    line-height: 50px;
    border-bottom: 2px solid #2d8ff7;
    color: #1e75c6;
    font-size: 20px;
    font-weight: bold;
}
.page_con ul{
    margin-top: 20px;
}
.page_con ul li{
    float: left;
    background: #FFF;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-left: 15px;
    margin-top: 15px;
}
.page_con ul li a{
    color: #666;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    display: block;
}
.page_con ul li:hover{
    border: 1px solid #2d8ff7;
}
.page_con ul li:hover a{
    color: #2d8ff7;
}