.xlh_header {
   
    background-color: #fff;
}

.xlh_headerbox {
    width: 1350px;
    height: 93px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xlh_nav .xlh_ul {
    width: 529px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.xlh_nav ul li {
    padding:0 5px;
    font-size: 16px;
    line-height: 25px;
    color: #454545;
    /* border-bottom: 3px solid #005faf; */
    line-height: 89px;
    position: relative;
}
.xlh_nav ul li a{
    color: #454545;
    text-decoration: none;
}
.xlh_nav ul li a:hover{    
    color: #454545;
}
.xlh_ejbox{
    /* width: 350px; */
    height: 250px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
}

.xlh-ejboxtop{
    height: 38px;
    /* background-color: red; */
}
.xlh_ejboxbtom{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    /* background: #005faf; */


    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
}

.xlh_ejitem h3{
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #333333 ;
    margin-bottom: 10px;
}
.xlh_ejitem ul{
    display: flex;
    flex-direction: column;
}
.xlh_ejitem ul li{
    font-size: 12px;
	line-height: 28px;
    color: #333333 ;
    padding: 0;
}

.xlh_ul li{
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.xlh_ul li:hover .xlh_ejbox{
    display: block;
}
.xlh_ul li:hover{
    border-bottom: 3px solid #005faf;
    color: #005faf;
}

.xlh_ejitem:hover h3{
    color: #005faf;
}



.xlp_xpzx{
    width: 300px;
}
.xlh_jszc{
    width: 240px;
}
.xlh_gyxl{
    width: 105px;
}

.xlh_sjheader{
    display: none;
}


.xlh_gyxl:hover h3{
    color:#333
}
.xlh_gyxl .xlh_ejitem h3:hover{
    color: #005faf;
}


@media(max-width:1350px){
    .xlh_header{
        padding: 0 30px;
    }
    .xlh_headerbox {
        width: 100%;
    }
}

@media(max-width:990px){
    .xlh_header{
        display: none;
    }
    .xlh_sjheader{
        display: block;
    }
}