* {
    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: #F5F5F5;
}

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;
}

.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;
}

/* 主体 */
.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 #acacac;
    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;
}



.main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #F5F5F5;
}

.main_tit{
    text-align: center;
    margin-bottom: 30px;
}
.main_tit img{
    width: 100%;
}

.main_hdyg{
    margin-top: 20px;
    padding: 20px 5%;
    border: 1px dashed #15a8eb;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

.main_hdyg>ul>li{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #15a8eb;
    margin-bottom: 20px;
    position: relative;
}

.main_hdyg h3{
    display: block;
    margin-bottom: 30px;
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdyg_icon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.hdyg img{
    vertical-align: middle;
    height: 30px;
    margin-right: 10px;
}

.main_hdyg p{
    font-size: 16px;
    color: #8b8b8b;
    line-height: 25px;
    text-indent: 2em;
}

.bottom-active {
    width: 50px !important;
    background-color: #26B5F1 !important;
}

.more{
    position: absolute;
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background-color: #4990EE;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    top: 0px;
    right: 20px;
}


.main_hdhg{
    margin-top: 40px;
    padding: 50px 5% 20px;
    border: 1px dashed #15a8eb;
    border-radius: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.main_hdhg li{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
/* .main_hdhg li::before {
    position: absolute;
    content: "•";
    color: #DBDBDB;
    font-size: 2rem;
    left: -30px;
    top: -8px;

} */
.main_hdhg li a{
    font-size: 1.25rem;
    width: 70%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_hdhg li span{
    font-size: 1.25rem;
    color: #afafaf;
}

/* 友情链接--------------- */
.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: 100%;
    }

    .date ul{
        width: 100%;
    }

    .hdyg_icon{
        flex-direction: column;
    }

    .hdyg{
        margin-bottom: 5px;
    }


    /* 底部 */
    #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;
    }
}