* {
    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;
    margin-bottom: 50px;
}

.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;
}

.zctz_bg{
    width: 100%;
    background: #005AAB;
    margin-bottom: 50px;
}

.zctz{
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    width: 1400px;
    
}

.zctz a{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100px;
    margin-top:60px;
    width: 340px;
    background-color: #F5F5F5;
    /* background-image: url(../img/bottom.png); */
    transition: 1s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.zctz a img{
    width: 80px;
    height: 80px;
    vertical-align: text-bottom;
}
.zctz a:hover{
    transform: scale(1.1);
}

.zctz a p{
    line-height: 80px;
    color: #0359AC;
    font-size: 2rem;
    font-weight: bolder;
    /* margin: 35px 0px 0px 130px; */
}


.hqzc,.lmzc,.zcjd,.gzxx{
    width: 1400px;
    margin: 0 auto 50px;
    border: 1px solid #5995CA;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: -5px 5px 5px 5px #DBDBDB;
}

.hqzc_tit,.lmzc_tit,.zcjd_tit,.gzxx_tit{
    width: 269px;
    height: 74px;
    position: relative;
    top: -23px;
    left: calc(50% - 134.5px);
    background: url(../img/title.png);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #005AB2;
    font-weight: bolder;
}

.hqzc_main,.lmzc_main,.gzxx_main{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    margin-bottom: 30px;
}
.hqzc_main{
    margin-bottom: 50px;
}
.hqzc_main a{
    display: block;
}
.hqzc_main li{
transition: 1s;
}

.hqzc_main li:hover{
    transform: scale(1.1);
}

.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;
}

.lmzc_main{
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lmzc_main li{
    margin-bottom: 20px;
    margin-right: calc(238px / 3);
}
.lmzc_main li:nth-child(4n){
    margin-right: 0px;
}

.lmzc_main li a{
    display: block;
    border: 1px solid #AECFEC;
    border-radius: 8px;
    width: 220px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    color: #0156A9;
    background: linear-gradient(to right, #EBF9FE ,#fff);
}

.lmzc_main li a:hover{
    background: linear-gradient(to right, #FEFBED ,#fff);
    color: #AF6401;
    border: 1px solid #FCE1B3;
}

.popup1 img{
    width: 12%;
    background-color: #b9c0c7;
    border: 1px solid #aaa;
    padding: 2px;
    position: absolute;
    z-index: 1000;
}
.popup2 img{
    width: 12%;
    background-color: #b9c0c7;
    border: 1px solid #aaa;
    padding: 2px;
    position: absolute;
    z-index: 1000;
}
.popup3 img{
    width: 12%;
    background-color: #b9c0c7;
    border: 1px solid #aaa;
    padding: 2px;
    position: absolute;
    z-index: 1000;
}
.popup4 img{
    width: 12%;
    background-color: #b9c0c7;
    border: 1px solid #aaa;
    padding: 2px;
    position: absolute;
    z-index: 1000;
}
.popup5 img{
    width: 12%;
    background-color: #b9c0c7;
    border: 1px solid #aaa;
    padding: 2px;
    position: absolute;
    z-index: 1000;
}

.zcjd{
    position: relative;
}
.zcjd_main{
    width: 80%;
    min-height: 440px;
    margin-bottom: 40px;
}
.swiper-slide a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 339px;
    height: 420px;
}
.swiper-slide a div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 290px;
    margin-bottom: 30px;
    box-shadow: 0px -3px 5px 3px #E0E0E0,5px 5px 5px 4px #E0E0E0,
    -5px 5px 5px 4px #E0E0E0;
}
.swiper-slide a div img{
    width: 100%;
}

.swiper-slide p{
    width: 90%;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}


.swiper-button-next1 {
    width: 30px;
    height: 52px;
    position: absolute;
    top: 250px;
    right: 50px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background: url(../img/prevatn.png) no-repeat;

}

.swiper-button-prev1:hover,
.swiper-button-next1:hover{
    cursor: pointer;
}

.swiper-button-prev1 {
    width: 30px;
    height: 52px;
    position: absolute;
    top: 250px;
    left: 50px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background: url(../img/prevbtn.png) no-repeat;
}




/* 工作信息 */
.gzxx_main{
    width: 90%;
    justify-content: space-between;
}
.gzxx_lf{
    width: 46%;
    overflow: hidden;
}
.gzxx_lf a{
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.gzxx_lf a img{
    width: 100%;
}

.gzxx_rt{
    width: 48%;
}
.gzxx_rt li{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.gzxx_rt li::before {
    position: absolute;
    content: "•";
    color: #DBDBDB;
    font-size: 2rem;
    left: -30px;
    top: -8px;

}
.gzxx_rt li a{
    font-size: 1.25rem;
    width: 70%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gzxx_rt li span{
    font-size: 1.25rem;
    color: #afafaf;
}

.ewm{
    position: fixed;
    top: 400px;
    right: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
}

.ewm p{
    display: block;
    width: 130px;
    white-space: wrap;
}

.gzxx_lf a.swiper-slide{
    width: 100%;
}
.gzxx_lf a.swiper-slide img{
    width: 100%;
    height: 95%;
}


.hqzc_pc{
    display: block;
}

.hqzc_mobile{
    display: none;
}


/* 友情链接--------------- */
.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;
    }
    .title img{
        width: 85%;
    }
    .title img:nth-child(2){
        display: none;
    }

    .zctz{
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .zctz a{
        height: 110px;
        margin-top: 10px;
    }
    .zctz a:nth-child(3){
        margin-bottom: 10px;
    }

    .hqzc{
        width: 100%;
    }

    .hqzc_main{
        flex-wrap: wrap;
        justify-content: start;
    }

    .hqzc_main li{
        width: 48%;
    }
    .hqzc_main li a{
        width: 100%;
    }
    .hqzc_main li a img{
        width: 100%;
    }


    .lmzc{
        width: 100%;
    }

    .lmzc_main li{
        width: 48%;
        margin-right: 4%;
    }
    .lmzc_main li:nth-child(2n){
        margin-right: 0px;
    }

    .lmzc_main li a{
        width: 100%;
    }

    .zcjd{
        width: 100%;
    }

    .gzxx{
        width: 100%;
    }

    .swiper-slide a {
        width: auto;
    }

    

    .gzxx_main{
        flex-direction: column;
    }

    .gzxx_lf,
    .gzxx_rt{
        width: 100%;
    }
    .gzxx_lf{
        margin-bottom: 20px;
    }
    .gzxx_rt li{
        margin-bottom: 18px;
    }
    .gzxx_rt li::before{
        left: -10px;
    }
    .gzxx_rt li a{
        margin-left: 10px;
        width: 67%;
        font-size: 1rem;
    }
    .gzxx_rt li::before{
        font-size: 1.5rem;
    }
    .gzxx_rt li span{
        font-size: 1rem;
    }

    .ewm{
        display: none;
    }

    .swiper-button-prev1{
        left: 0px;
    }
    .swiper-button-next1{
        right: 0px;
    }

    .hqzc_main, .lmzc_main, .gzxx_main,.zcjd_main{
        width: 90%;
        margin-bottom: 10px;
    }
    .hqzc_pc{
        display: none;
    }

    .hqzc_mobile{
        display: block;
    }

    /* 底部 */
    #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) {
    .zctz_bg{
        width: 100%;
        background: #005AAB;
        margin-bottom: 50px;
    }
    .header_lf{
        width: 40%;
    }
    .zctz{
        width: 90%;
    }
    .header_main{
        width: 100%;
    }
    .search_m{
        right: 0px;
    }
    .ewm{
        right: 0px;
    }
    .hqzc,.lmzc,.zcjd,.gzxx{
        width: 100%;
    }
    .hqzc_main,.lmzc_main,.gzxx_main{
        
        width: 90%;
       
    }
}

@media screen and (min-width:768px) and (max-width:1300px){
    .zctz_bg{
        width: 100%;
        background: #005AAB;
        margin-bottom: 50px;
    }
    .zctz{
        width: 90%;
    }
    .lmzc_main{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .lmzc_main li{
        margin-bottom: 20px;
        margin-right: 0px;
    }
}
