body,div,ul,ol,dl,dt,dd,li,dl,h1,h2,h3,h4 {margin:0;padding:0;font-style:normal; font-size: 16px; font-family: "微软雅黑"; box-sizing: border-box;}
ol,ul,li {list-style:none; cursor:pointer}
img {border:0;vertical-align:middle;}
body {color:#000;background:#fff;}
.clear {clear:both;height:1px;width:100%;overflow:hidden;margin-top:-1px;}
a {color:#000000;text-decoration:none; font-family: "微软雅黑";}
a:hover {color:#007ad8;text-decoration:none;}
input, button, select, textarea { box-sizing: border-box;font-family: "微软雅黑";
outline: none;
border: none;
font-size: 14px; 
border-radius: 0;
}
p{ margin: 0; }


/* 设置滚动条的样式 */::-webkit-scrollbar {width:10px;}
/* 滚动槽 */::-webkit-scrollbar-track {border-radius:0px;}
/* 滚动条滑块 */::-webkit-scrollbar-thumb {border-radius:0;background:#007ad8;-webkit-box-shadow:#007ad8;}


/* banner头部 */
.head{
    background: url(../images/background.jpg) no-repeat center;
    height: 480px;
    width: 100%;
}
.head-top{
    height: 73px;
    border-bottom: 1px solid #fff;
}
.nav{
    width: 800px;
    margin: auto;
    height: 72px;
}
.nav ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav li{
    line-height: 72px;
}
.nav li a{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 0 20px;
    text-shadow: 0px 2px 3px rgb(0 122 216);
}
.nav .active a::after , .nav li:hover a::after{
    content: "";
    position: absolute;
    height: 4px;
    background:#fff;
    width: 100%;
    bottom: 0;
    left: 0;
}
.logo{
    width: 1160px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 80px 0 0;
    position: relative;
    margin-bottom: 25px;
}
.head-float{
    position: absolute;
    right: -12px;
    bottom: -16px;
}
.search{
    width: 600px;
    margin: auto;
    border-radius: 8px 0 8px 0;
    overflow: hidden;
    display: flex;
}
.search-left{
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
}
.search-icon img{
    width: 24px;
}
.search-icon{
    padding:0 10px;
    border-right: 1px solid #ccc;
}
.search-input{
    width: 100%;
}
.search-input input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 10px;
    font-size: 16px;
}
.search-input input:-ms-input-placeholder {
    color: #ccc;
    font-size: 16px;
}
.search-input input::-webkit-input-placeholder{
    color: #ccc;
    font-size: 16px;
}
.search-right{
    min-width: 100px;
    background: #007ad8;
    color: #fff;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
}
/*头条*/
.Headlines{
    box-shadow: 1px 0 11px 0px rgb(183 183 183);
    width: 1160px;
    margin:-40px auto 20px;
    background: #fff;
    border-radius: 4px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
}
.Headlines-title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

/*内容*/
.wrap{
    width: 100%;
    padding-top: 20px;
}
.container{
    width: 1160px;
    margin: auto;
}
/* 重点 */
.keynote{
    margin-bottom: 20px;
    display: flex;
}
.keynote-left{
    width: 580px;
    min-width: 580px;
    height: 334px;
}
.keynote-left .swiper-container{
    height: 334px;
}
.keynote-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.keynote-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding:0 150px 0 14px;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.keynote-img{
    height: 100%;
    width: 100%;
}
.keynote-img img{
    height: 100%;
    width: 100%;
}
.keynote-left .swiper-pagination{
    left: initial !important;
    right: 10px;
    width: auto !important;
    bottom: 16px !important;
}
.keynote-left .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
}
.keynote-left .swiper-pagination-bullet-active{
    background: #f5ab33;
}
.keynote-right{
    margin-left: 20px;
    width: 560px;
}
.newTitle{
    width: 100%;
}
.newTitle ul{
    display: flex;
    justify-content: space-around;
}
.newTitle li{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 14px;
}
.newTitle .active{
    color: #007ad8;
    background: url(../images/listcur.png) no-repeat bottom center;
}
.newAbout{
    display: none;
}
.newContent .active{
    display: block;
}
.newContent li{
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.newContent li a{
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
}
.newContent li a::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.newContent li span{
    color: #999999;
    min-width: 96px;
    text-align: right;
}
/* banner图切换 */
.banner{
    margin-bottom: 20px;
}
.banner .swiper-pagination{
    left: initial !important;
    right: 10px;
    width: auto !important;
    bottom: 10px !important;
}
.banner .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
}
.banner .swiper-pagination-bullet-active{
    background: #007ad8;
}
/* 办事大厅 */
.work-title{
    width: 100%;
    background: url(../images/work.png) no-repeat center;
    font-size: 26px;
    font-weight: bold;
    color: #007ad8;
    text-align: center;
    letter-spacing:2px;
}
.work-list{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.work-button{
    background:url(../images/float.png) no-repeat right center, #fde5c9;
    width: 18%;
    border-radius: 10px;
    padding:26px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.work-button .work-characters{
    color: #c8945d;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    height: 40px;
}
.work-button .work-characters::after{
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #c8945d;
    position: absolute;
    bottom: 0;
    left: 0;
}
.work-button:nth-child(2){
    background:url(../images/float2.png) no-repeat right center, #f0edfc;
}
.work-button:nth-child(2) .work-characters{
    color: #5e72dd;
}

.work-button:nth-child(2) .work-characters::after{
    background: #5e72dd;
}

.work-button:nth-child(3){
    background:url(../images/float5.png) no-repeat right center, #ffeaea;
}
.work-button:nth-child(3) .work-characters{
    color: #ee5454;
}

.work-button:nth-child(3) .work-characters::after{
    background: #ee5454;
}

.work-button:nth-child(4){
    background:url(../images/float3.png) no-repeat right center, #ffe8db;
}
.work-button:nth-child(4) .work-characters{
    color: #eb7e44;
}
.work-button:nth-child(4) .work-characters::after{
    background: #eb7e44;
}
.work-button:nth-child(5){
    background:url(../images/float4.png) no-repeat right center, #e9f9ff;
}
.work-button:nth-child(5) .work-characters{
    color: #51bee7;
}
.work-button:nth-child(5) .work-characters::after{
    background: #51bee7;
}
.work-button:hover{
    box-shadow: 2px 2px 9px 0px rgb(187 208 231);
    transition: .5s;
}


/* 切换 */
.tab{
    width: 100%;
    background: #ecf5ff;
    padding: 30px 0;
}
.tab-about{
    width: 1200px;
    margin: auto;
}
.tab-top{
    display: flex;
    padding: 0 20px 20px;
    justify-content: space-between;
}
.tab-top .tab-link{

    background: #fff;
    border:1px solid #b9d9ff;
    border-radius: 20px 0 20px 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.tab-top .active{
    background:url(../images/btn5.png) no-repeat center bottom , #007ad8;
    border-color: #007ad8;
    position: relative;
}
.tab-top .active::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007ad8;
    position: absolute;
    bottom: -10px;
}
.tab-top .active .tab-right{
    color: #fff;
}
.tab-img{
    width: 48px;
    height: 48px;
    background: url(../images/btn6_f.png) no-repeat;
    margin-right: 10px;
}
.tab-top .active .tab-img{
    background: url(../images/btn6.png) no-repeat;
}
.tab-img1{
    width: 48px;
    height: 48px;
    background: url(../images/btn7_f.png) no-repeat;
    margin-right: 10px;
}
.tab-top .active .tab-img1{
    background: url(../images/btn7.png) no-repeat;
}

.tab-img3{
    width: 48px;
    height: 48px;
    background: url(../images/zs2.png) no-repeat;
    margin-right: 10px;
}
.tab-top .active .tab-img3{
    background: url(../images/zs.png) no-repeat;
}

.tab-img2{
    width: 48px;
    height: 48px;
    background: url(../images/btn8_f.png) no-repeat;
    margin-right: 10px;
}
.tab-top .active .tab-img2{
    background: url(../images/btn8.png) no-repeat;
}
.tab-right{
    color: #007ad8;
}
.tab-right p{
    font-size: 24px;
}
.tab-bottom{
    background: #fff;
    padding: 20px;
    min-height: 367px;
}
.tab-bottom .tab-content{
    display: none;
}
.tab-bottom .active{
    display: block;
}
/* 人事考试 */
.rsks{
    display: flex;
}
.rsks-left{
    width: 800px;
    min-height: 327px;
}
.rsks-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.rsks-top::after{
    width: calc(100% - 310px);
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.rsks-list{
    display: flex;
}
.rsks-list .rsks-title{
    font-size: 22px;
    margin-right: 25px;
    cursor:pointer;
}
.rsks-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.rsks-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.rsks-top-l{
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: flex-start !important;
    align-items: center;
}
.rsks-top-l .date {
    border: 1px solid #e9f4ff;
    margin-right: 20px;
    border-radius: 15px 0 15px 0;
    padding: 5px;
}
.rsks-top-l .date span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    min-width: auto;
    line-height: 26px;
}
.rsks-top-l .date p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.date-content{
    background: #e9f4ff;
    border-radius: 15px 0 15px 0;
    padding: 6px;
}
.rsks-top-l .con {
    width: 80%;
}
.rsks-top-l .con a {
    display: block;
    height: 26px;
    line-height: 26px;
    background: none;
    width: 100%;
    padding: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.rsks-top-l .con a::after{
    display: none;
}
.rsks-top-l .con em {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    font-style: normal;
}
.rsks-right{
    margin-left: 20px;
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.rsks-btn{
    width: 100%;
    height: 46%;
    border: 1px solid #b9d9ff;
    display: flex;
/*    flex-direction: column;*/
    justify-content: center;
    align-items: center;
}
.rsks-btn:hover{
    background: #007ad8;
    border-color: #007ad8;
    border-radius: 10px;
    transition: .7s;
}
.rsks-btn:hover .rsks-btn-title{
    color: #fff;
}
.rsks-btn:hover .rsks-btn-pic{
    display: block;
}
.rsks-btn:hover .rsks-btn-picf{
    display: none;
}
.rsks-btn-pic{
    display: none;
}
.rsks-btn-picf{
    display: block;
}
.rsks-btn-title{
    font-size: 20px;
    margin-top: 8px;
    padding-left: 12px;
}
.rsks-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.rsks-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rsks-content li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.rsks-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}
/* 技能人才评价 */
.jnrc{
    display: flex;
}
.jnrc-left{
    width: 1150px;
    min-height: 327px;
}
.jnrc-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.jnrc-top::after{
    width: calc(76% - 265px);
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.jnrc-list{
    display: flex;
}
.jnrc-list .jnrc-title{
    font-size: 22px;
    margin-right: 25px;
    cursor:pointer;
}
.jnrc-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.jnrc-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.jnrc-top-l{
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: flex-start !important;
    align-items: center;
}
.jnrc-bottom{
    padding-top: 9px;
}
.jnrc-top-l .date {
    border: 1px solid #e9f4ff;
    margin-right: 20px;
    border-radius: 15px 0 15px 0;
    padding: 5px;
}
.jnrc-top-l .date span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    min-width: auto;
    line-height: 26px;
}
.jnrc-top-l .date p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.jnrc-top-l .con {
    width: 90%;
}
.jnrc-top-l .con a {
    display: block;
    height: 26px;
    line-height: 26px;
    background: none;
    width: 100%;
    padding: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.jnrc-top-l .con a::after{
    display: none;
}
.jnrc-top-l .con em {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    font-style: normal;
}
.jnrc-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.jnrc-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jnrc-content li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.jnrc-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}
.jnrc-right{
    margin-left: 25px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jnrc-btn{
    border: 1px solid #ffbba3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 100px;

    background: url(../images/icon7.png) no-repeat center right;
    flex-direction: column;

}

.daan{width: 1160px;display: flex;justify-content: space-between;}
.daan a:hover{color:#fff; }
.daan a{color:#007ad8; }
.daan1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.8%;
    height: 60px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
    float: left;
    font-weight: bold;
    text-align: center;
    margin: 0px 10px 20px 0px;}


.daan1:hover{
     background: #007ad8;
    border-color: #007ad8;
    border-radius: 10px;
    transition: .5s;
}
.jnrc-btn:hover{
    color: #ff7f2f;
}
.jnrc-btn:nth-child(2){
    background: url(../images/icon8.png) no-repeat center right;
}
.jnrc-btn:nth-child(3){
    background: url(../images/icon9.png) no-repeat center right;
}
.jnrc-btn-title{
    font-size: 22px;

}
.jnrc-btn-img{
    transition: transform .3s;
    margin-top: 15px;
    margin-bottom: 10px;
}
.jnrc-btn:hover .jnrc-btn-img{
    transform: rotateZ(360deg);
}
/* 互动交流 */
.hdjl{
    display: flex;
}
.hdjl-left{
    width: 750px;
    min-height: 327px;
    padding-right: 25px;
    border-right:1px solid #e5e5e5;
    margin-right: 25px;
}
.hdjl-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.hdjl-top::after{
    width: calc(100% - 150px);
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.hdjl-list{
    display: flex;
}
.hdjl-list .hdjl-title{
    font-size: 22px;
    margin-right: 25px;
}
.hdjl-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.hdjl-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.hdjl-bottom{
    padding-top: 9px;
}
.hdjl-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.hdjl-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 28px;
    position: relative;
    background: url(../images/icon10.png) no-repeat 3px center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hdjl-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}
.hdjl-right{
    width: 385px;
    background: url(../images/background.png) no-repeat  right 5px;
}
.hdjl-r-title{
    margin-bottom: 30px;
}
.hdjl-r-title h1{
    font-size: 22px;
    margin-bottom: 15px;
}
.hdjl-r-title p{
    color: #999;
}
.hdjl-r-content p{
    background: url(../images/icon11.png) no-repeat center left;
    line-height: 30px;
    font-size: 14px;
    padding-left: 26px;
    margin-bottom: 5px;
    background-size: 22px;
}
.hdjl-r-content p:nth-child(2){
    background: url(../images/icon12.png) no-repeat center left;
    background-size: 22px;
}
.hdjl-r-content p:nth-child(3){
    background: url(../images/icon13.png) no-repeat center left;
    background-size: 22px;
}

.hdjl-r-content p:nth-child(4){
    background: url(../images/icon133.png) no-repeat center left;
    background-size: 22px;
}

.hdjl-btn{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.hdjl-button{
    background: linear-gradient(to bottom,#5ac2fd,#27acfd);
    height: 60px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hdjl-button:hover{
    opacity: .8;
}
.hdjl-button:hover span{
    color: #fff;
}
.hdjl-button span{
    margin: 0 10px;
}
/* 专题专栏 */
.specialColumn{
    padding-top: 20px;
}
.specialColumn-list{
    display: flex;
    align-items: center;
}
.specialColumn-img{
    margin-right: 30px;
}
.Column{
    margin: 20px 0;
}
.Column .swiper-button-next{
    background: url(../images/right.png) no-repeat;
    width: 22px;
    height: 34px;
    margin-top: -17px;
    z-index: 999;
} 
.Column .swiper-button-prev{
    background: url(../images/left.png) no-repeat;
    width: 22px;
    height: 34px;
    margin-top: -17px;
    z-index: 999;
}

/* 底部footer */
.footer{
    background: #f6f6f6;
    border-top: 4px solid #007ad8;
}
.footer-top{
    width: 1160px;
    margin: auto;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.footer-Links{
    min-width: 100px;
}
.footer-top ul{
     display: flex;
     justify-content: space-between;
     width: 100%;
}
.footer-bottom{
    width: 1160px;
    margin: auto;
    padding: 20px 0;
    display: flex;
}
.footer-bottom-l{
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
}
.footer-bottom-l img{
    margin-right: 20px;
}
.footer-bottom-l li a{
    line-height: 28px;
    color: #626262;
}
.footer-bottom-c{
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-bottom-c p{
    color: #626262;
    line-height: 28px;
}
.footer-bottom-c p span{
    color: #fff;
    background: #007ad8;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 10px;
    margin-left: 8px;
}
.footer-bottom-r{
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 340px;
}
.footer-bottom-p{
    color: #626262;
    line-height: 28px;
}
.footer-bottom-ewm{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #626262;
}
.footer-bottom-ewm img{
    width: 90px;
    margin: auto;
}
.footer-bottom-ewm span{
    font-size: 14px;
    margin-top: 4px;
}
.footer-p{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #cccccc;
    color: #626262;
}