.max_w {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;

}

.header {

    z-index: 100;
    box-shadow: 0 2px 5px rgb(215 215 215 / 32%);
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;

}



.header.gd .nav {
    height: 80px;
}

.nav {
    height: 90px;
    background: #fff;
    transition: all 0.5s;

}

.search-box {
    float: right;
    width: 40px;
    background: #fff;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 25px;
    border: 1px solid #eee;
    box-sizing: border-box;

}

.search-box:hover {
    background: #f8f8f8;
}

.search-box img {
    width: 70%;
    cursor: pointer;
}

.navMenu {
    width: calc(100% - 25% - 40px);
    height: 100%;
    /* background: #0381cb; */
    box-sizing: border-box;
    padding: 0 10px;


}

.navMenu a {
    color: #333;
    width: calc(100% / 9 - 5px);
    display: block;
    float: left;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 25px;
    margin-right: 5px;

}

/* .navMenu a:after {
    content: '';
    background: #07d979;
    height: 4px;
    width: 0;
    position: absolute;
    bottom: 15px;
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
} */

.navMenu a.on,
.navMenu a:hover {
    color: #fff;
    background: #0381cb;
    border-radius: 5px;
}

.navMenu a.on:after,
.navMenu a:hover:after {
    width: 100%;
}

.login_part {
    height: 100%;
    width: 25%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    /* background: url(../images/nav_svg.svg) no-repeat right bottom; */
    background-size: 50px 120%;
    box-sizing: border-box;
  
}

.login_part img {
    width: 80%;
    max-width: 300px;
}

.h_Banner {
    overflow: hidden;
    margin-top:105px;
}

.h_Banner li {
    position: relative;
}

.h_Banner li img {
    width: 100%;
    display: block;
}


.h_News {

    padding: 20px 0 40PX 0;
}

.h_News_Hd {
    font-size: 40px;
    color: #0381cb;
    font-weight: bold;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding-top: 20px;
}

.h_News_Hd span {
    z-index: 2;
}

.h_News_line {
    width: 100px;
    height: 4px;
    background: #07d979;
}

.h_News_en {
    color: rgb(239, 239, 239);
    font-weight: 100;
    position: absolute;
    top: 0;
    font-size: 50px;
    z-index: 0;
}

.h_News_notice {

    width: 800px;
    height: 60px;
    margin: 30px auto 0 auto;
    border-radius: 30px;
    line-height: 60px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}


.notice_icon {
    width: 60px;
    height: 60px;
    float: left;
    background: url(../images/notice.gif) no-repeat center;
    background-size: 60%;
}

.notice_txt {
    float: left;
    width: calc(100% - 100px);

}

.notice_txt span {
    color: #999;
    float: right;
}

.h_News_cont {
    display: flex;
    padding-top: 60px;
}

.h_Newsimg {
    width: 48%;
    height: 330px;
    box-sizing: border-box;

}

.h_Newstxt {
    width: 52%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

.h_Newstxt li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.h_Newstxt li:last-child {
    border-bottom: none;
}

.h_Newstxt li h2 {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.h_Newstxt li p {
    font-size: 14px;
    color: #999;
    float: right;
}

.h_more {
    position: absolute;
    right: 0;
    bottom: -40px;

}

.h_more img {
    width: 80px;
}

.h_Plate {

    background: #f6f9fc;
    padding: 20px 0;
    position: relative;
}

.h_bk_sub {

    font-size: 14px;
    font-weight: normal;
    color: #999;

}

.h_bk_sub span {
    padding: 0 40px;
}

.h_bk_sub span.on {

    color: #00b965;
    font-weight: bold;
}

.h_PlateM {

    position: relative;
    padding: 30PX 0;
    display: flex;
}

.h_PlateInfo {
    text-align: center;
    width: 40%;
    box-sizing: border-box;
    padding: 0 30px;
    justify-content: center;
}

.h_PlateInfo h1 {
    font-size: 100px;
}

.h_PlateInfo p {
    font-size: 20px;
    padding: 40px 0;
    font-weight: 0;
}

.h_PlateControl {
    font-size: 20px;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_pro_txt {
    overflow: hidden;
    position: relative;
    height: 300px;
}

.h_pro_li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.h_PlateControl_btn {

    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-family: 'simsun';
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all 0.5s;
}

.h_PlateControl_num {

    padding: 0 20px;

}

.h_PlateControl_num span {
    color: #07d979;
    font-size: 30px;
    font-weight: bold;
}

.h_PlateImage {
    width: 60%;
    box-sizing: border-box;
    padding-left: 50px;
}

.h_PlateControl_btn:hover {
    background: #07d979;
    color: #fff;
}

.h_PlateImageBg {
    background: #fff;
    height: 500px;
    position: relative;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.h_PlateImg {
    background-size: cover !important;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

}

.h_Plate_blue {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 0;
}

.h_Plate_blue img {
    height: 100%;
    width: 100%;
}

.h_Group {
    padding: 60px 0;
    position: relative;
}

.h_Group_img {
    height: 380px;
    width: 45%;
    background: #fff;
    float: left;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    z-index: 2;
    border: 10px solid #fff;
}

.h_Group_info {
    width: 55%;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 2.5;
    text-indent: 32px;

}

.h_Group_txt {
    position: relative;
}

.h_Group_blue {
    background: #0381cb;
    height: 150px;
    border-radius: 0 0 0 60px;
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 20px;
    box-sizing: border-box;
    padding-left: calc(5% + 40px);
    color: #fff;
    align-items: center;
}

.h_Group_li {

    width: 33%;


}

.h_Group_li span {
    font-size: 48px;
    font-weight: bold;
}

.h_ztzl {
    padding: 60px 0;
    position: relative;
    background: #eff6ff;
}

.h_ztzl_bg {
    height: 20vh;
    background: #eff6ff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.h_ztzl_mian {

    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    height: 370px;
    overflow: hidden;
}

.h_ztzl_mian img {
    width: 100%;
    display: block;
}

.h_ztzl_img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

/* 二级 */

.ej_banner {
    height: 500px;
    background-size: cover !important;
    position: relative;
}

.ej_hd {
    position: absolute;
    left: 0;
    bottom: -40px;
    padding: 30px;
    z-index: 2;
    height: 180px;
    box-sizing: border-box;
}

.ej_hd h2 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 6px;
}

.ej_hd p {
    font-size: 20px;
    color: #07d979;
}

.ej_hdBg {
    width: 160px;
    height: 180px;
    background: linear-gradient(to right, #0381cb, #104a9ac1);
    position: absolute;
    left: 0;
    bottom: -40px;
}

.ej_main {
    overflow: hidden;
    padding: 60px 0;
    min-height: 500px;
}

.ej_menu {
    width: 162px;
    float: left;
}

.ej_menu {
    padding-top: 20px;
}

.ej_menu p>a {
    font-size: 18px;
    text-align: right;
    padding: 20px 0;
    /* border-bottom: 2px solid #999; */
    float: right;

    width: auto;
    position: relative
}

.ej_menu p>a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #99999997);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s;

}

.ej_menu p {
    overflow: hidden;
}

.ej_menu a.on {
    /* border-bottom: 2px solid #07d979; */
    font-weight: bold;
    color: #07d979;
    width: 100%;

}

.ej_menu a.on::after {
    background: linear-gradient(to right, transparent, #07d979);

}

.ej_menu a:hover {
    /* border-bottom: 2px solid #07d979; */
    font-weight: bold;
    color: #07d979;

}

.ej_menu a:hover::after {
    width: 200%;
    background: linear-gradient(to right, transparent, #07d979);
}

.ej_rightBody {
    width: calc(100% - 250px);
    float: right;
}
.ej_rightBody .jtgk_bod  img{max-width:100%;display: block;}
.ej_rightBody .jtgk_tit {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
}

.ej_rightBody .jtgk_bod {
    padding-top: 50px;
    text-indent: 32px;
    line-height: 2;
}


.jtgk_show {
    overflow: hidden;
    padding: 30px 0;
}

.jtgk_showLi {
    width: 23%;
    float: left;
    border-right: 1px solid #ddd;
    box-sizing: border-box;


}

.jtgk_showLi:last-child {
     border: none;
    width: 31%;
}

.jtgk_showLi span {
    font-size: 48px;
    font-weight: bold;
}

.rjList {

    overflow: hidden;
}

.rjList li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    display: flex;
}


.ejListImg {
    width: 210px;
    height: 117px;
    background: #f8f8f8;
    float: left;
    background-size: cover !important;
    margin-right: 15px;
}

.ejListinfo {
    float: right;
    width: calc(100% - 250px);
    height: 117px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.ejListinfo1 {
    float: right;
    width: calc(100% - 250px);
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.ejListinfo h3,.ejListinfo1 h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
}

.ejListinfo p,.ejListinfo1 p {
    padding-top: 10px;
    color: #999;
}

.ejListinfo p strong,.ejListinfo1 p strong {
    color: #666;
}


/* 二级 -人力*/
.jobList {
    overflow: hidden;
}

.ej_newsDate {
    text-align: center;
    font-size: 20px;
    width: 160px;
}

.ej_newsDateT {

    font-size: 50px;
    font-weight: bold;

}

.ej_jobs {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.ej_jobs li a {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    transition: all 0.5s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
    height: 300px;
    overflow: hidden;


}

.ej_jobs li {
    width: 49%;
    transition: all 0.5s;
    float: left;
}

.ej_jobs li:hover {
    transform: translateY(-20px);
}

.ej_jobsInfo {

    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    flex-grow: 1;
    width: 0;
}

.ej_jobsInfo h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.ej_jobsInfo p {
    font-size: 16px;
    color: #999;
    line-height: 2;
}

.ej_jobs img {
    width: 100%;
}

/* 详细 */


.detail {
    padding: 20px;

    margin: 0 auto;
    padding-top: 120px;

}



.detail h2 {
    font-size: 40px;
    font-weight: normal;
    padding: 15px 0;
}

.detailTime {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.detailTime p {
    float: left;
    padding-right: 20px;
}

.detailBod {
    padding-top: 30px;
    font-size: 16px;
    line-height: 32px;
}

.detailBod p {
    width: 100%;
}

.detailBod img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.detailBod table{
max-width: 100%;
margin: auto;
border-collapse: collapse;
}
.detailBod table,table tr td {
        border:1px solid #ccc;
    }

.loc {
    padding: 10px 0;
}

.loc span {
    font-family: 'simSUN';
    font-weight: bold;
    padding: 0 10px;
}

/* 查询详细页 */
.cxBox {
    padding: 20px;
    text-align: center;
}

.cxBox input {
    border: 1px solid #ccc;
    width: 500px;
    height: 50px;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
}

.cxBox button {

    background: #0381cb;
    color: #fff;
    height: 50px;
    border: none;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;

}

.cxBox_hd {
    height: 50px;
    background: #f5f5f5;
    line-height: 50px;
    padding: 0 10px;
    margin: 10px 0;
}

.cxBox_hd span {
    color: #f30;
}

.cxBox_bod {
    padding-bottom: 20px;
    min-height: 500px;
}

.cxBox_bod li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.cxBox_bod li h2 {
    font-size: 18px;
    color: #0068b7;
    font-weight: 600;
    padding-bottom: 5px;
}

.cxBox_bod li h2 a {
    color: #0068b7;
}

.cxBox_bod li h2 a:hover {
    color: #f52a2a;
}

.cxBox_bod li p {
    font-size: 14px;
}

.cxBox_info {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

/* 信息公开三级 */
.xxgk_san {

    background: #fff;
    padding-bottom: 20px;
    border-bottom: 2px solid #07d979;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    top: -15px;
}

.xxgk_san ul {
    text-align: right;
    padding-top: 10px;
    line-height: 2.5;
    color: #666;
}

.xxgk_san li {
    background: url(../images/jt.png) no-repeat center right;
    padding-right: 15px;
    background-size: auto 16px;

}

.xxgk_san li a {
    color: #666;
}

.xxgk_san a:hover,
.xxgk_san li.on a {
    color: #0956c5;
    border: none;
    font-weight: bold;

}


/* 2023/3/2  */

.in_yyzc {
    width: 33%;


    box-sizing: border-box;
    padding: 15px;
    float: left;
}

.in_yyzcbg {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 210px;
    box-sizing: border-box;
}

.in_yyzcbg h2 {
    font-size: 18px;
}

.in_yyzcbg p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 15px;
}

.yy_jj {
    height: 61px;
    overflow: hidden;
    color: #999;

}

/* 2023-3-23 */
.ztimg {
    width: calc(50% - 15px);
    float: left;
    display: block;
    background-size: cover !important;
    height: 355px;
}

.zt-right {
    width: calc(50% - 15px);
    float: right;

    position: relative;
}

.h_tzgg {
    background: #fff;
   
    box-sizing: border-box;
    padding: 25px;
}

.h_links {
    height: 50px;
    padding-top: 20px;
}

.h_links-bg {
    background: #fff;
    height: 50px;
    float: left;
    width: calc(50% - 10px);
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}

.h_links-bg .dot {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    background: url(../images/dot.png) no-repeat center;
    transition: all 0.5s;

}

.h_tzgg-hd {
    font-size: 23px;
    font-weight: bold;
    color: #0381cb;
}

.h_tzgg-hd a {
    float: right;
    font-size: 16px;
    font-weight: normal;
}

.h_tzgg-bod {
    padding-top: 20px;
    line-height: 46px;
}

.h_tzgg-bod li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.h_tzgg-bod a {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.h_tzgg-bod li span {
    float: right;
    color: #999;
}

.h_linksmore {

    background: #fff;
    position: absolute;
    bottom: 60px;
    width: 100%;

    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(6, 27, 79, 0.1);

    overflow: hidden;
    font-size: 14px;
    height: 0;
    transition: all 0.5s;
}

.h_linksmore .ov {
    overflow: auto;

    display: none;
    padding: 20px;


}

.h_linksmore li {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* vis */
.vis {

    width: 100%;
    position: relative;
    padding-top: 30px;

}

.vis-ml {
    font-size: 66px;
    font-weight: bold;
    right: 0;
    position: relative;
    top: 0;
    padding-left: 15px;

}

.vis-ml::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 180px;
    height: 20px;
    background: linear-gradient(to left, transparent, #0080cc70);
    z-index: -1;
    border-radius: 10px;
}

.vislist {
    margin-bottom: 40px;
}


.vis-table {
    width: 100%;
}

.vis-table ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.vis-table li:first-child {
    width: 100%;
}

.vis-table li {
    line-height: 32px;
    width: 33.3%;


}

.vis-table h2 {
    font-size: 18px;
    font-weight: normal;
    color: #0381cb;
}

.vis-hd {
    font-size: 22px;
    font-weight: bold;
    color: #0381cb;
}

