
/* 头部 */
.header .title h3{
    font-size: 42px;
    color: #0464fc;
    font-weight: 700;
    line-height: 84px;
    margin-left: 30px;
    text-align: left;
}
/*内容区*/
.content_main {
    width: 100%;
    height: 789px;
    background: url('../images/bg_01.jpg')no-repeat;
    background-size: 100% 100%;
}
.choose {
    float: right;
    margin-right: 150px;
}
.choose li{
    float: left;
    margin-left: 60px;
}
.choose li a {
    display: block;
    width: 300px;
    height: 280px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 15px #75aafe;
    margin-top: 254px;
}
.choose li a:hover>p {
    color: #337ab7;
}
.choose li a img {
    display: block;
    width: 100px;
    height: 100px;
    margin-left: 90px;
    margin-top: 60px;
}
.choose li a p {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}
/* 尾部 */
.footer .manage ul li {
    float: left;
}
.footer .manage ul {
    padding: 0;
    margin-top: 20px;
}
.footer .manage ul li a{
    display: block;
}
.footer .manage .national a {
    width: 433px;
    height: 50px;
    background: url('../images/na.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 30px;
}
.footer .manage .health a {
    width: 308px;
    height: 50px;
    background: url('../images/sc.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 30px;
}
.footer .manage .department a {
    width: 313px;
    height: 50px;
    background: url('../images/em.png') no-repeat;
    background-size: 100% 100%;
}
.footer .service ul {
    padding: 0 158px;
    margin-top: 20px;
}
.footer .service ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.footer .service ul li a {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
}
.footer .service ul li a:hover {
    color: #337ab7;
}
.copyright p {
    font-family:"微软雅黑" ;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: #999;
}
@media only screen and (max-width: 1400px){
    .choose {
        float: right;
        margin-right: 30px;
    }
    .choose li a {
        display: block;
        width: 250px;
        height: 233px;
        border-radius: 15px;
        background: #fff;
        box-shadow: 0px 0px 15px #75aafe;
        margin-top: 254px;
        text-align: center;
    }
    .choose li a img {
        width: 60px;
        height: 60px;
        margin-top: 40px;
    }
    .choose li{
        float: left;
        margin-left: 20px;
    }
    .manage ul li {
        float: none !important;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .manage ul li a{
        display: inline-block !important;
        margin-right: 0 !important;
    }
}