@charset "utf-8";
@font-face {
    font-family: "FZLTZH_GBK";
    src: url(../css/FZLTZH_GBK.woff);
}
.FZLTZH_GBK{
    font-family: "FZLTZH_GBK";
}

@font-face {
    font-family: "FZSHJW";
    src: url(../css/FZSHJW.woff);
}
.FZSHJW{
    font-family: "FZSHJW";
}
@font-face {
    font-family: "FZDBSJW";
    src: url(../css/FZDBSJW.TTF);
}
.FZDBSJW{
    font-family: "FZDBSJW";
}

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}



.erwm {
    width: 103px;
    height: 100px;
    position: fixed;
    top: 253px;
    right: 0;
}
.erwm p{
    color: #000;
    font-size: 13px;
    text-align: center;
}



/* header */
.header {
    height: 185px;
    /* background-color: #004bc1; */
}

.header>div {
    background: url(../img/header-bg.png) no-repeat right center;
    /* padding: 30px 0; */
    height: 100%;
}

.header .w-1280 .logo-r {
    margin-top: 15px;
    margin-left: 30px;
}
.head_top ul li {
    float: left;
    position: relative;
    padding: 5px 10px;
}

.head_top ul li:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    right: -2px;
    top: 50%;
    margin-top: -2px;
}
.head_top ul li:last-child{
    padding-right: 0;
}
.head_top ul li:last-child:after{
    width: 0;
}
.head_top ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
}

/* 搜索框 */
.search {
    position: relative;
    float: right;
    margin-top: 40px;
}

.search .search-text {
    width: 186px;
    height: 33px;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 13px;
    background: url(../img/se.png) no-repeat 8px center;
    background-color: #fff;
    border-radius: 18px;
}

.search .search-btn {
    position: absolute;
    vertical-align: top;
    width: 56px;
    height: 33px;
    box-sizing: content-box;
    cursor: pointer;
    /* padding: 4px 9px; */
    right: 0;
    bottom: 0;
    background-color: #f39800;
    color: #fff;
    border-radius: 0 18px 18px 0;
}


/* 导航栏 */
.nav {
    /* box-shadow: 0px 2px 23.65px 0.35px rgba(0, 0, 0, 0.26); */
    margin-top: -60px;
}

.nav .w-1280>ul {
    display: flex;
    width: 100%;
    display: table;
    table-layout: auto;
    font-size: 18px;
    font-weight: bold;
   /* border-top: 1px solid #fff;*/
}

.nav .w-1280>ul>li {
    /* flex: 1; */
    display: table-cell;
    text-align: center;
    position: relative;
    padding-top: 10px;
}

.nav .w-1280>ul>li>a {
    color: #ffffff;
    font-size: 20px;
     font-weight: 600; 
    line-height: 45px;
    display: block;
    font-family: "FZLTZH_GBK";
}

.nav .w-1280>ul>li:hover {
    /*background: #ffffff;*/
}

.nav .w-1280>ul>li:hover a {
    color: #fff;
}

.hasSub:hover .nav_ul_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.nav_ul_2 {
    position: absolute;
    min-width: 100%;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav_ul_2 li {
    background: rgba(0, 0, 0, .4);
    padding: 0 8px;
}

.nav_ul_2 li:hover {
    background: #004bc1;
}

.hasSub .nav_ul_2 li a {
    display: block;
    color: #fff;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
/* 整体背景图 */
.main{
    background: url(../img/main-bg.png) no-repeat center bottom;
}
/* 轮播图 */
/* 图片滚动 */

.news-wrapper {
    position: relative;
    /* height: 385px; */
    width: 650px;
    height: 360px;
}
.news-wrapper .time {
    position: absolute;
    top: 0;
    left: 0;
    background: #f39800;
    width: 75px;
    height: 70px;
}

.news-wrapper:hover .time {
    /* background: rgba(227, 116, 38, 0.8); */
}

.news-wrapper:hover {
    transition: all .3s;
    transform: translateY(-5px)
}

.time p {
    color: #fff;
    font-size: 38px;
    display: block;
    text-align: center;
    border-top: none;
    margin-bottom: 0;
    font-family: "FZSHJW";
}

.time span {
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-family: "FZSHJW";
}

.news-img {
    width: 650px;
    height: 360px;
    overflow: hidden;
}

.news-img img {
    width: 650px;
    height: 360px;
    transition: all .2s;
}

.news-ul {
    width: 100%;
    height: 100%;
}

.news-ul ul {
    width: 100%;
    height: 100%;
}

.news-ul ul li {
    position: relative;
    width: 100%;
    height: 100%;

}

.news-ul ul li a {
    display: block;
}

.news-ul ul li:hover .news-img img {
    /* transform: scale(1.1); */
}

.news-p {
    /* padding-top: 10px; */
    background: rgba(0, 0, 0, 0.6);
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
}

.news-p .no-wrap {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    /* margin-right: 83px; */
}

/* 轮播图按钮 */
.news-control {
    position: absolute;
    bottom: 13px;
    right: 10px;
}

.news-control ul li {
    width: 15px;
    height: 15px;
    background: #ababab;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.news-control ul .on {
    background: #f79e00;
}
.banner {
    margin-top: 30px;
}

/* 新闻动态公告 */

.common_title {
    padding-bottom: 10px;
}

.common_title p {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: url(../img/title-bg.png) no-repeat left;
    padding-left: 46px;
    height: 39px;
    width: 150px;
    line-height: 42px;
}

.common_title em {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-left: 10px;
}

.common_title a {
    float: right;
    font-size: 14px;
    color: #000;
    line-height: 42px;
}

.common_title a span {
    font-size: 14px;
    color: #000;
    /* border: solid 1px #a4a4a4; */
    /* border-radius: 9px; */
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
/* 文字 */
.dtcz{
    /* width: 400px; */
}
.dtcz>p{
    border-bottom: 1px solid #dcdcdc;
}
.dtcz>p>span{
    font-size: 22px;
    color: #000;
    border-bottom: 2px solid #a40000;
    font-weight: 600;
}
.dtcz>p>a{
    font-size: 14px;
    color: #a40000;
    float: right;
    margin-top: 5px;
}
.dtcz ul .li-first{
    height: 132px;
    padding: 0 ;
    /* background: url(../img/li_ico.png) no-repeat left 9px; */
    padding-left: 0;
    background: none;
}
.dtcz .li-first{
    border-bottom: 1px solid #eee;
    position: relative;
}
.li-first a{
    margin: 0 !important;
}
.dtcz ul .li-first:after{
    width: 0;
}

.list-1  p{
    font-size: 15px;
    color: #414141;
    font-weight: 600;
    text-indent: 0;
    margin-right: 70px;
    line-height: 20px;
    padding-left: 10px;
}
.dtcz ul li .fl{
    background-color: #c5c5c5;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.list-1 .first_time{
    position: absolute;
    font-size: 16px;
    color: #c5c5c5;
    background: url(../img/time.png) no-repeat left;
    padding-left: 20px;
    bottom: 8%;
    right: 0;
}
.list1-p{
    font-size: 15px;
    color: #a6a8ab;
    text-indent: 2em;
    margin-top: 7px;
    line-height: 25px;
    padding: 0px 13px;
}
.dtcz ul li{
    /* border-bottom: 1px solid #e5e5e5; */
    transition: all .3s;
    padding: 14px 0;
    /* padding-left: 12px; */
    /* background: url(../img/li_ico.png) no-repeat left ; */
}
.dtcz ul li:hover{
    transform: translateY(-3px);
}
.dtcz ul li a{
    font-size: 15px;
    color: #434343;

}
.dtcz ul li:hover .fl{
   background-color: #f79e00;
}
.dtcz ul li span{
    font-size: 14px;
    line-height: 18px;
    color: #434343;
}
.dtcz ul li .no-wrap{
    padding-left: 10px;
}
.dtcz ul li:nth-of-type(6){
    padding-bottom: 0;
}

/* center */
.center {
    margin-top: 20px;
}
.w700 {
    width: 700px;
}

.w390 {
    width: 390px;
}
.w430{
    width: 430px;
}
.first_div {
    margin-right: 40px;
}

.Two_lines-time {
    float: left;
    box-shadow:2px 4px 12px rgb(218, 218, 218);
}

.Two_lines-time p {
    width: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    background: #908e8e;
    line-height: 25px;
}

.Two_lines-time span {
    width: 50px;
    font-size: 27px;
    color: #242424;
    display: block;
    text-align: center;
    background: #fff;
    line-height: 30px;
    font-family: "FZDBSJW";
}

.notice-ul li{
    /*border-top: 1px solid #e6e6e6;*/
    padding-top: 10px;
    margin-top: 10px;
    transition: all .3s;
}
.notice-ul li:hover{
    transform: translateY(-5px);
}
.notice-ul li:nth-of-type(1){ padding-top: 0;margin-top: 0;}
.notice-ul li a>p{
    font-size: 16px;
    /*font-size: .16rem;*/
    color: #434343;
    width: 86%;
    margin-top: 0.3rem;
    padding-left: 10px;
}

.notice-ul li:hover a>p{
    font-weight: 600;
}
.notice-ul li:hover .Two_lines-time p{
    background-color: #f39800;
}


/* 基层工会 */
.jcgh li{
    background: url(../img/list-ico.png) no-repeat left 5px;
    position: relative;
    height: 65px;
    margin: 5px 0;
    transition: all .3s;

}
.jcgh li:hover{
    transform: translateY(-5px);
    /* background-color: #fff;
    box-shadow:2px 4px 12px rgb(218, 218, 218); */

}
.jcgh li:hover p{
    font-weight: bold;
}

.jcgh li p{
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    line-height: 23px;
}
.jcgh li span{
    position:absolute;
    font-size: 14px;
    color: #c5c5c5;
    bottom: -5px;
    left: 25px;
}
/* 友情链接 */
.yqlj .common_title {
    border-bottom: none;
    margin-bottom: 15px;
}

.yqlj{
    margin-top: 20px;
}

.yqlj .common_title img {
    padding-bottom: 18px;
    margin-left: 4px;
}
.yqlj_list{
    margin-bottom: 30px;
}
.yqlj_list ul {
    display: flex;
}

.yqlj_list ul li a span{
    color: black;
}

.yqlj_list ul li {
    margin-right: 30px;
}


/* footer */
.footer {
    height: 133px;
    background-color: #404040;
}

.footer>div {
    /* background: url(../img/footer_bg.png) no-repeat right top; */
    padding: 39px 0;
    height: 100%;
}

.footer .w-1920>div {
    position: relative;
    height: 100%;
}

.footer_detail {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-35%, -50%);
    color: #fff;

}

.footer_detail p {
    /* text-align: center; */
    margin-top: 5px;
   font-size: 15px;
}