header {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.hx_head {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hx_logo{
    width: 17.75%;
}
.hx_logo img{
    width: 100%;
}
.hx_nav {
    width: 57.58%;
    margin-right: 10%;
}
.hx_nav ul {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
.hx_nav ul li {
    position: relative;
    height: 70px;
    line-height: 70px;
}
.hx_ejbox {
    display: none;
    position: absolute;
    top: 70px;
    background: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    padding: 10px 20px;
}

.hx_ejbox p {
    line-height: 35px;
}

.hx_nav > ul > li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    width: 0;
    background-color: #fff;
    transition: all 0.2s linear;
}
.hx_nav > ul > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    width: 0;
    background-color: #fff;
    transition: all 0.2s linear;
}
.hx_nav > ul > li:hover::after {
    width: 50%;
}
.hx_nav > ul > li:hover::before {
    width: 50%;
    left:0;
}
.hx_nav > ul > li:hover .hx_ejbox{
    display: block;
}

.hx_language {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
.hx_language img {
    margin-left: 10px;
    display: inline-block;
}
.hx_yybox{
    width:100%;
    position: absolute;
    top: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    display: none;
}
.hx_yybox ul li{
    text-align: center;
}

.block{
    display: block;
}
.xz{
    transform:rotate(90deg);
    transition: all .2s linear;
}
.hz{
    transform:rotate(0deg);
    transition: all .2s linear;
}

.hx_banner img{
    width: 100%;
}


.sj_top{
    display: none;
}

.active{
    /* background-color: #fff; */
}

@media(max-width:1200px){
    .hx_head{
        width: 100%;
    }
    .hx_nav{
        margin-right: unset;
    }
    .hx_head{
        padding: 0 20px;
    }
}
@media(max-width:1000px){
    .hx_nav {
        width: 66.66%;
    }
}
@media(max-width:990px){
    header{
        display: none;
    }
    .sj_top{
        display: block;
    }
}





/* 头部导航结束 */


/* 招贤纳士 */
.hx1_content{
    width: 1200px;
    margin: 0 auto;
}
.hx1_recruitment{
    background-color: #478c9d;
    height: 50px;
   
}
.hx1_recruitment ul{
    display: flex;
    justify-content: space-between;
    padding: 0 80px 0 70px;

    font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    line-height: 50px;
}
.hx1_zptop{
    display: flex;
    justify-content: space-between;
    height: 55px;
    padding: 0 60px 0 70px;
    background: darkcyan;

	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.hx1_zptop p{
    line-height: 55px;
}
.hx1_zptop p img{
    display: inline-block;
    margin-left: 8px;
}
.hx1_zptop p img:nth-child(1){
    display: none;
}
.hx1_zpbottom{
    background-color: #fafafa;
}
