* {
    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;
    z-index: 22;
}

.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.png) no-repeat top center;
    background-size: cover;
    height: 710px;
}

.nav {
    width: 70.5%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.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%; */
    margin-top: 20px;
}

.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: #0359AC;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: bolder;
}

/* 主体 */
.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.title img{
    display: block;
}




.main{
    width: 1400px;
    border: 2px solid #dedede;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -150px;
}

.main_lf{
    width: 12%;
    border-right:2px solid #dedede ;
    text-align: center;
    padding-top: 40px;
}

.main_lf p{
    cursor: pointer;
    
}

.main_rt{
    width: 88%;
    padding: 0px 40px;
}
.all{
    font-size: 1.625rem;
    line-height: 3rem;
    height: 3rem;
    font-weight: bolder;
    margin-bottom: 20px;
}
.one{
    font-size: 1.425rem;
    line-height: 3rem;
    height: 3rem;
    /* font-weight: bolder; */
    margin-bottom: 20px;
    color: #969696;
}
.article{
    margin-top: 40px;
    border-bottom: 2px dashed #D8D8D8;
}
.article_tit{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #005aab;
}

.article_tit img{
    vertical-align: text-bottom;
    margin-right: 10px;
}

.text{
    line-height: 2.5rem;
    font-size: 1.125rem;
    padding-bottom: 40px;
    
}

.on{
    background-color: #005AAB;
    color: #fff;
    clip-path: polygon(0 0,calc(100% - 10px) 0, 100% 25px, 100% calc(100% - 25px), calc(100% - 10px) 100%, 0 100%, 0 100%, 0 0);}



.more{
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background-color: #0059AB;
    color: #fff;
    font-size: 1.125rem;
    margin: 0 auto 30px;
    text-align: center;
}



/* 友情链接--------------- */
.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: auto;
    }


    .main {
        width: 100vw;
    }

    .title{
        margin-bottom: 20px;
        padding: 0px 4vw;
    }
    .title img{
        width: 85%;
    }

    .title img:nth-child(2){
        display: none;
    }
    .main {
        position: static;
        flex-direction: column;

    }

    .main_lf,.main_rt{
        width: 100%;
    }

    .main_lf{
        padding-top: 20px;
        border-bottom: 1px solid #0359AC;
    }

    .all {
        font-size: 1.75rem;
        line-height: 4rem;
        height: 4rem;
        font-weight: bolder;
        margin-bottom: 10px;
    }
    .one {
        font-size: 1.45rem;
        line-height: 3rem;
        height: 3rem;
        /* font-weight: bolder; */
        margin-bottom: 10px;
        color: #969696;
        display: inline-block;
        width: 49%;
    }
    .on{
        background-color: #005AAB;
        color: #fff;
        clip-path:none;
    }

    /* 底部 */
    #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;
    }

}

@media screen and (min-width:768px) and (max-width:1450px) {
    .main{
        width: 100%;
    }
    
    .header_lf{
        width: 40%;
    }
    .header_main{
        width: 100%;
    }
    .search_m{
        right: 0px;
    }
}