* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑",
        Arial, Verdana, Helvetica, sans-serif, "宋体";
}

html {
    overflow-x: hidden;
    background-color: #F2F9FF;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 头部开始 */

input[type=search]:focus {
    outline: none;
}

.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;
}

/* 头部结束 */


.top {
    width: 100%;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    height: 650px;
    /* margin-bottom: 10px; */
}

.nav {
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nav_img {
    position: absolute;
    left: 200px;
    top: 190px;
}

.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: white;
    color: #657A94;
    border-radius: 8px;
    font-size: 1.125rem;
}

/* .main {
    width: 1200px;
    margin: 0 auto;
    border-left: 3px solid #9CCFF5;
} */

.main_tit {
    height: 60px;
    background: linear-gradient(to right, #D1EAFF, #E4F2FF, #F2F9FF);
    position: relative;
    line-height: 60px;
    margin-bottom: 20px;
}

.main_tit::before {
    position: absolute;
    content: "•";
    color: #00A0EA;
    font-size: 80px;
    left: -18px;
    top: -4px;
    margin-right: 10px;
}

.main_tit h3 {
    position: relative;
    font-size: 1.25rem;
    margin: 20px;
    margin-top: 0px;
}

.main_premise {
    padding: 10px 60px;
    height: auto;
    margin-bottom: 40px;
}

.main_premise_nav {
    width: 100%;
    margin-bottom: 20px;
}

.main_premise_nav ul {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main_premise_nav ul li {
    width: 150px;
    height: 40px;
    border: 1px solid #DCDCDC;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF;
    cursor: pointer;
}


.main_premise_body {
    width: 100%;
    margin-bottom: 20px;
}

.main_premise_body div {
    width: 100%;
    height: 50px;
}


.tab-active {
    border-bottom: 2px solid #0075AA !important;
}



.main_body {
    padding: 20px;
    height: auto;
    background-color: white;
}

.main_body_nav {
    width: 100%;
    margin-bottom: 20px;
}

.main_body_nav ul {

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main_body_nav ul li {
    width: 140px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #0074A9;
    text-align: center;
    line-height: 40px;
    color: #0074A9;
    background-color: #FFFFFF;
    font-size: 0.875rem;
    cursor: pointer;
}

.active {
    background-color: #0074A9 !important;
    color: white !important;
}

.main_body_content {
    width: 100%;
    padding: 0 20px;
    height: auto;
}

.main_body_content p {
    line-height: 30px;
    min-height: 30px;
}

.main_body_content p span {
    font-weight: bolder;

}


.more {
    position: absolute;
    right: 40px;
    top: 0px;
}

.hdbd {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hdbd li {
    width: 24%;
}
.hdbd li a{
    display: block;
    width: 100%;
}

.hdbd a img {
    width: 100%;
    height: 182px;
    overflow: hidden;
}

.main_4 {
    margin-bottom: 40px;
}

.main_4 ul:last-child {
    width: 12%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main_4 ul:last-child li {
    width: 20px;
    height: 10px;
    border-radius: 8px;
    background-color: #DCDCDC;
}


.bottom-active {
    width: 50px !important;
    background-color: #26B5F1 !important;
}


.date{
    /* width: 1200px; */
    margin: 0 auto;
    height: 114px;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 29px;
    background-color: #fff;
    border-bottom: 4px solid #9CCFF5;
}
.date ul{
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.date ul li{
    text-align: center;
    width: 120px;
    display: block;
    height: 60px;
    line-height: 60px;
    border:1px solid #00A0EA;
    font-size: 1.25rem;
    border-radius: 8px;
    cursor: pointer;
}
.date-active {
    color: white;
    background-color:#FF5722 ;
}

.date_change{
    width: 1200px;
    margin: 0 auto;
    border-left: 3px solid #9CCFF5;
    padding-top: 20px;
}



/* 友情链接--------------- */
.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;
    }


    /* 导航 */
    .nav_img {
        left: 0px;
        top: 125px;
    }

    .nav_img img {
        width: 100vw;
    }

    .top {
        height: 350px;
    }


    .main {
        width: 100vw;
    }

    .date{
        width: 100vw;
    }
    .date ul {
        width: 75%;
    }

    .main_tit::before {
        display: none;
    }

    .main_tit h3 {
        position: relative;
        font-size: 0.875rem;
        margin: 20px 0px;
    }

    .main_premise {
        padding: 10px 2vw;
        height: auto;
        margin-bottom: 40px;
    }

    .main_premise_nav ul {
        width: 98%;
    }

    .main_premise_body div {
        height: auto;
    }

    .main_body_nav ul {
        flex-wrap: wrap;
    }

    .main_body_nav ul li {
        width: 50%;
    }

    .hdbd {
        flex-wrap: wrap;
        width: 100%;
        padding:0px 2vw;
    }

    .hdbd li{
        width: 96vw;
        margin: 0px auto;
    }
    .hdbd li a {
        display: block;
        width: 100%;
    }

    .main_4 ul:last-child {
        width: 20%;
    }



    /* 部门 */
    .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;
    }

   
}