*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
     color: #333; 
    font-family: "微软雅黑", 
    Arial, Verdana, Helvetica, sans-serif, "宋体";
}
html{
    overflow-x: hidden;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
}

 /* 头部开始 */

 input[type=search]:focus{ outline: none; } 

.top{
    background: url(../img/head_bg.jpg) no-repeat center top;
    background-size: cover
}

.header{
    height: 40px;
    width: 100%;
    background: #12489E;
}

.header_main{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_lf{
    width: 30%;
    display: flex;
    justify-content: space-around;
    line-height: 40px;
    height: 40px;
}

.header_lf a{
    color: white;
    font-size: 0.875rem;
}

.header_lf img{
    vertical-align: text-bottom;
}

.header_rt{
    width: 45%;
    height: 40px;
    position: relative;
   
}
.header_rt ul{
    display: flex;
    justify-content: space-around;
    line-height: 40px;
}
.header_rt a,.header_rt span{
    font-size: 0.875rem;
    color: white;
    
}

.search{
    margin-top: 7px;
    position: relative;
}
.search img{
    width: 23px;
    height: 23px;
}

.search_main{
    display: none;
    height: 50px;
    width: 250px;
    position: absolute;
    right: -200px;
    top: 55px;
    
}
.search_input{
    float: left;
    width: 200px;
    height: 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border:1px solid #015293;
    padding-left: 10px;
    background-color: #fff;
    line-height: 50px;
}
.search_input input{
    border:none;
    width: 200px;
    height: 50px;
    background: none;
}
.searchBtn{
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #015293;
    color: #fff;
    float: left;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* 头部结束 */




.main{
    width: 100%;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    height: auto;
    padding-bottom: 315px;
}
.nav{
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav_lf{
    line-height: 170px;
    margin-left: 30px;
}

.nav_rt{
    display: flex;
    justify-content: space-between;
    line-height: 120px;
    width: 20%;
    
}
.nav_rt_1 a{
    padding: 10px 20px;
    background-color: #ED6941;
    color: white;
    border-radius: 8px;
    font-size: 1.125rem;
}
.nav_rt_2 a{
    padding: 10px 20px;
    background-color: #F1F8FE;
    color: #657A94;
    border-radius: 8px;
    font-size: 1.125rem;
}
.body{
    width: 1400px;
    margin: 0 auto;
    height: auto;
    background-color: #fffa;
    overflow: hidden;
}
.title{
    text-align: center;
    width:70.5%;
    margin: 70px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.title p{
    font-size: 3.75rem;
    color: #CB3737;
    font-weight: bold;
}
.title span{
    font-size: 3.75rem;
    font-weight: bold;
}
.title_line1{
    position: absolute;
    width: 45%;
    border-bottom: 5px solid #CB3737;
    left: 0;
    bottom: -15px;
}
.title_line2{
    position: absolute;
    width: 55%;
    border-bottom: 5px solid #E4BD81;
    right: 0;
    bottom: -15px;
}

.body_main{
    width: 80%;
    margin: 110px auto 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px;
}
.body_main li{
    width: 250px;
    height: 170px;
    text-align: center;
    border-radius: 20px;
}
.body_main li:nth-child(1){
    background-color: #80C269;
}
.body_main li:nth-child(2){
    background-color: #B3D465;
}
.body_main li:nth-child(3){
    background-color: #D4C065;
}
.body_main li:nth-child(4){
    background-color: #F37961;
}

.body_main_list{
    margin: 20px auto 0;
    width: 150px;
    text-align: center;
}

.body_main_list img{
    width: 70px;
}
.body_main_list p{
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0 auto;
   text-align: center;
}

.body_list{
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}
.body_list_ul{
    position: relative;
    background-color: #FFFFFF;
    height: 450px;
}

.body_list_more{
    position: absolute;
    text-align: center;
    width: 30px;
    padding: 10px 0;
    background-color: #396AAC;
    color: white;
    left: -30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: none;
}

.body_list>ul>li{
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-weight: bold;
    cursor: pointer;
}
.body_list>ul>li:nth-child(1){
    background-color: #396AAC;
    color: #DFECFC;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.body_list_main{
    background-color: #FFFFFF;
    width: 80%;
    padding: 20px 30px;
}
.body_list_main_title{
    font-weight: bold;
    position: relative;

}
.body_list_main_title div{
    position: absolute;
    width: 100%;
    border-bottom: 3px solid #D2D2D2;
    left: 0;
    bottom: 0px;
}
.body_list_main_title p{
    position: relative;
    color: #3F70AD;
    display: inline-block;
    border-bottom: 3px solid #396AAC;
    padding-bottom: 10px;
    z-index: 22;
}
.body_list_main ul{
    width: 100%;
    padding: 10px 0;
}
.body_list_main ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    height: 50px;
    line-height: 40px;
    border-bottom: 1px dashed #CCCCCC
}
.body_list_main ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 70%;
}

.body_list_main ul li span {
    color: #999999;
}

.body_list_main ul li p::before {
    content: "•";
    color: #396AAC;
    font-size: 20px;
    margin-right: 10px;
}

.click{
    color: #CB3638;
}


/* 部门 */

.bm{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    margin-bottom: 100px;
}
.bm li{
    text-align: center;
    border-radius: 8px;
    width: 24%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #7a7a7a;
    margin-right: 1%;
    margin-top: 10px;
}
.bm li a{
    font-size: 1.25rem;
    color: #7a7a7a;
}
.bm li:nth-child(4){
    margin-right: 0px;
}

















/* 友情链接--------------- */
.links { background: #245399; overflow: hidden;}
.home_links { padding: 1rem 0; height: auto; overflow: hidden;}
.home_links .link {text-align: center;}
.home_links .link ul{display: flex; flex-direction: row; justify-content: center;}
.dhlj li { display: inline-block; text-align: left; padding: 0 5rem; font-size: 1.2rem; color: #fff; line-height: 1.3rem; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.dhlj li p { padding-right: 25px; background: url(../img/link.png) right center no-repeat;color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_links_drop { background: #fff;}
.home_links_drop ul { display: none; width: 72%; margin: 0 auto; font-size: 1.1rem; padding: 1.2rem 0; overflow: hidden;  border-top: 1px solid #ddd; list-style-type:none;}
.home_links_drop ul li { float: left; width: 15%;  line-height: 1.8rem; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; margin-left: 5%; color: #6e6e6e;}
.home_links_drop ul li a{ color: #6e6e6e; text-decoration: none;}
.home_links_drop ul li a:hover { color: #245399;}

/* 底部样式--------------- */
.wrapper{ display: flex;flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; list-style-type: none; font-size: 1.1rem;}
.foot-clj{ padding: 1rem 0 1rem 0; text-align: center;}
.foot-clj p a img{ vertical-align: sub;}
.jg{margin-right: 3rem; margin-top: 0.5rem;}
.foot-p{margin-left: 3rem; margin-top: 0.5rem;}
.foot-p0{margin-left: 1rem; margin-top: 0.5rem;}
.foot-clj a{ padding-right: 0.2rem; color: #333333; text-decoration: none; cursor: pointer; border: 0; line-height: 3rem;}
.foot-clj a:hover{ color: #43679a;}







@media screen and (max-width:768px) {
    .header {
        display: none;
    }

    .nav {
        width: 100vw;
        height: 120px;
        margin: 0 auto;
        text-align: center;
    }

    .nav_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
    }

    .nav_rt {
        display: none;
    }

    .body {
        width: 100vw;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .title {
        text-align: center;
        width: 100vw;
        margin: 20px auto;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .title p {
        font-size: 1.5rem;
        color: #CB3737;
        font-weight: bold;
    }

    .title span {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .title_line1 {
        position: absolute;
        width: 27%;
        border-bottom: 5px solid #CB3737;
        left: 0;
        bottom: -15px;
    }

    .title_line2 {
        position: absolute;
        width: 73%;
        border-bottom: 5px solid #E4BD81;
        right: 0;
        bottom: -15px;
    }

    .body_main {
        width: 100vw;
        margin: 20px auto 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .body_main li {
        margin: 10px auto;
    }

    .body_list_ul {
        position: fixed;
        top: 0;
        right: -242px;
        z-index: 23;
    }
    .active{
        position: fixed;
        top: 0;
        z-index: 23;
        right: 0;
    }

    .body_list_main {
        width: 96vw;
        padding: 20px 20px;
    }

    .body_list_more{
        display: block;
    }

    .open{
        position: absolute;
        text-align: center;
        width: calc(100vw - 242px);
        height: 100vh;
        background-color: #dddd;
        top: 0;
        color: #dddd;
        left: calc( 242px - 100vw);
    }
    .body_list{
        margin-top: 50px;
    }

    /* 部门 */
    .bm {
        flex-direction: column;
    }
    .bm li{
        width: 100%;
        margin-right: 0px;
    }



    /* 底部 */
    #link{display: none;}
    .jg{margin-right: 0;}
    .foot-p{margin-left: 0; margin-top: 0;}
    .foot-p0{margin-top: 0;}
    .wrapper { font-size: 0.7rem; }
    .foot-clj { padding: 0.3rem 0 0.4rem 0;}
    .foot-clj a { line-height: 1.8rem;}
}