@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body, a, div, p, ul li, img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑" !important;
    background-color: #f9f6f6;
}

a {
    text-decoration: none;
    font-family: "微软雅黑";
    color: #000;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
}

ul:before, ul:after {
    content: "";
    display: table;
    clear: both;
}

.top_header {
    background: url(banner.jpg) top center;
    height: 500px;
}

.top_side {
    width: 1200px;
    margin: 0 auto;
}

.top_side a {
    display: block;
    float: right;
    background-color: #63abeb;
    color: #fff;
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 14px;
}

/*主体部分*/
.container {
    width: 1200px;
    margin: 30px auto;
}

.con_top {
    margin-top: 30px;
    width: 100%;
    height: 45px;
}

.con_top a {
    display: block;
    background-color: #005bac;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 200px;
    height: 45px;
    line-height: 45px;
    float: left;
    margin-right: 20px;
}

.con_title {
    background: url(title.png) no-repeat top center;
    height: 45px;
    margin-top: 30px;
}

.con_title h3 {
    line-height: 35px;
    color: #005bac;
    margin-left: 10px;
    display: block;
    float: left;
    font-size: 22px;
    padding-left: 40px;
}

.con_one {
    width: 1200px;
    height: 250px;
    padding: 20px;
    background-color: #fff;
    margin-top: 30px;
}

.con_img {
    width: 280px;
    height: 200px;
    float: left;
    background-color: #f6f6f6;
}

.con_img img {
    width: 100%;
    height: 100%;
}

.con_main {
    float: right;
    width: 840px;
}

.main_title {
    font-size: 22px;
    margin: 10px 10px 20px 10px;
}

.main_con ul li {
    float: left;
    width: 180px;
    height: 40px;
    border: 1px #005bac solid;
    margin: 10px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.main_con ul li a {
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
}

.main_con ul li ul {
    display: none;
    width: 180px;
    background-color: #eee;
    position: absolute;
}

.main_con ul li:hover ul {
    display: block;
    z-index: 1;
}

.main_con ul li ul li {
    height: 30px !important;
    line-height: 30px !important;
    border: none;
    margin: 0;
}

.main_con ul li ul li a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}

.main_con ul li ul li:hover {
    background-color: #ddd;
}

.main_con ul li ul li:hover a {
    color: #005bac;
}

.footer {
    clear: both;
}

/*自适应*/
@media screen and (max-width: 768px) {
    .container{
        width: 100%;
    }
    .top_header{
        height: 118px;
        background-size: auto 100%;
    }
 .top_header img{
    width: 40%;
}
    .con_top{
        height: auto;
        overflow: hidden;
    }
    .con_top a:nth-child(1){
        width: 100% !important;
        height: auto;
        line-height: 26px;
        font-size: 21px;
        /* padding: inherit !important; */
        display: block;
        padding: 20px 0!important;
    }
    .con_top a:nth-child(2){
        margin-top:  30px;
        width: 100% !important;
        height: auto;
        line-height: 26px;
        font-size: 21px;
        /* padding: inherit !important; */
        display: block;
        padding: 20px 0!important;
        margin-right: 0px;
    }
    .con_top a,
    .con_top a:nth-child(3){
        margin-top:  30px;
        margin-right: 0px;
        width: 100% !important;
        height: auto;
        line-height: 26px;
        font-size: 21px;
        /* padding: inherit !important; */
        display: block;
        padding: 20px 0!important;
    }
    .con_title{
        background: url(slhzdxm.png) no-repeat top center;
        height: 76px;
    }
    .con_title h3{
        font-size: 26px;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        float: none;
    }
    .con_one{
        width: 100%;
        height: auto;
    }
    .con_img{
        float: none;
        width: 100%;
        height: auto;
    }
    .con_main{
        float: none;
        width: 100%;
    }
    .main_title{
        font-size: 22px;
    }
    .main_con ul li{
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        width: 100%;
        margin: 10px 0;
    }
    .main_con ul li a{
        line-height: 40px;
        font-size: 20px;
    }

    .main_con ul li ul{
        width: 290px;
    }
    .main_con ul li ul li{
        height: 40px !important;
        line-height: 30px !important;
    }
    .main_con ul li ul li a{
        font-size: 20px;
        line-height: 30px !important;
    }
}