/* 头部 */
.mainTop{
    width: 100%;
    /* height: 825px; */
    position: relative;
}
.main_top1{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.main_top2{
    background: linear-gradient(90deg, #142992, #4A87DA);
}
/* 菜单 */
.top1{
    width:1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top1_left{
    width:80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_icon{
    width: 348px;
}
.top1_list{
    width: 69%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
}
.top1_item{
    display: flex;
    height: 62px;
}
.top1_item a{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.top1_item a img{
    width: 9px;
    height: 5px;
    margin-left: 7px;
}
.a1{
    position: relative;
}
.phone_icon{
    width: 180px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 11px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
}
.phone_icon img{
    width: 15px;
    height: 16px;
    margin-right:10px;
}

/* 二级菜单栏 */
.ej_list{
    width: 100%;
    height: 470px;
    background: #F7F9FD;
    position: absolute;
    top: 81px;
    right: 0;
    z-index: 99;
    display: none;
}
.ej_list_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ej_list_box01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.ej_left{
    width: 60%;
    height: 100%;
    /* background: #fff; */
    /* padding-left: 8%; */
    display: flex;
    justify-content: space-evenly;
    padding-top: 46px;
}
.ej_left_item01{
    width:13%;
    display: flex;
    flex-direction: column;
}
.ej_left_item02{
    width:37%;
    display: flex;
    flex-direction: column;
}
.ej_left_item03{
    width:27%;
    display: flex;
    flex-direction: column;
}
.el_title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #2469F3;
    border-bottom: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 14px;
    margin-bottom:18px;
    cursor: pointer;
}
.ej_left_item_text{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.ej_left_item_text div{
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}
.ej_left_item_text div a{
    color: #000 !important;
}
.ej_left_item_text div:hover{
    opacity: 0.5;
}
.ej_left_item_text div img{
    width: 24px;
    height: 13px;
    margin-left: 9px;
}
.ban{
    width: 100%;
    height: 254px;
    background: url(../image/top_img01.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding: 22px 0 0 22px;
}
.ban_lj{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-bottom: 22px;
}

.ban_btn_more{
    width: 91px;
    height: 27px;
    background: #2469F3;
    border-radius: 8px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.ban_btn_more:hover{
    opacity: 0.5;
    cursor: pointer;
}
.ban_btn_more img{
    width: 12px;
    height: 10px;
    margin-left: 5px;
}
.ej_right{
    width:40%;
    display: flex;
    flex-direction: column;
    padding: 49px 0 0 78px;
}
.ej_right_lxfs{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2469F4;
    margin-bottom:15px;
}
.ej_right_rx{
    width: 85%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ej_right_rx_item{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.ej_right_rx_item:hover{
    cursor: pointer;
}
.all_rx{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    opacity: 0.87;
}
.rx_phone{
    display: flex;
    align-items: center;

}
.rx_phone img{
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.rx_phone span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2469F4;
}
.ej_ewm{
    display: flex;
    align-items: center;
    margin-top:25px;
}
.ej_ewm_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 39px;
}
.ej_ewm_item img{
    width: 114px;
    height: 114px;
    margin-bottom:2px;
}
.ej_ewm_item span{
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    opacity: 0.87;
}
.acitve{
    border-bottom:2px solid #fff;
}