@charset "utf-8";
/* CSS Document */

.ej_banner{
    position: relative;
}

.ej_banner img{
    display: block;
    width: 100%;
}


.ej_banner .lmbt{
    width: 4.84rem;
    height: 2.35rem;
    box-sizing: border-box;
    padding: 0.38rem 0 0 0.44rem;
    position: absolute;
    top: 0.88rem;
    left: 0.2rem;
    line-height: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;

    color: #ffffff;
}
.lmbg01{
    background-image: url(ej_lmbg01.png);
}
.lmbg02{
    background-image: url(ej_lmbg02.png);
}
.lmbg03{
    background-image: url(ej_lmbg03.png);
}
.lmbg04{
    background-image: url(ej_lmbg04.png);
}

.ej_banner .lmbt h1{
    font-weight: normal;
    font-size: 0.6rem;
}

/*
.ej_banner .weizhi{
    position: absolute;
    top: 3.15rem;
    left: 0;
    font-size: 0.26rem;
    padding-left: 0.42rem;
    color: #63717f;
    background: url(erji-base-wzIcon.png) left  center no-repeat;
    background-size: 0.27rem auto;
    letter-spacing: -0.01rem;
}
.ej_banner .weizhi a{
    color: #63717f;
    letter-spacing: normal;
}
*/


/* 分页 */
.page {
    text-align: center;
    padding: 0.5rem 0 0.7rem 0 ;
    font-size: 0;
}
.page_s {
    display: inline-block;
    font-size: 0.22rem;
    white-space: nowrap;
}

.page a {
    cursor: pointer;
}

.page a,
.page span,
.page .txt {
    padding: 0 0.1rem;
    line-height: 0.44rem;
    border: 1px solid #ccdcec;
    margin: 0 0.018rem 0 0;
    color: #333333;
    font-size: 0.22rem;
    border-radius: 0.02rem;
    min-width: 0.42rem;
    display: inline-block;
}

.page .cur {
    color: #fff;
    border: 1px solid #ccdcec;
    background: #5892ce;
}

.page span {
    border: none;
}

.page .txt {
    width: 0.6rem;
}

.page #num {
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    border: 0.01rem solid #ccdcec;
    border-radius: 0.02rem;
    width: 0.5rem;
    vertical-align: top;
    font-size: 0.22rem;
}

.page font {
    height: 0.44rem;
    line-height: 0.44rem;
    display: inline-block;
    vertical-align: top;
}

.page font i {
    padding-bottom: 2px;
    display: inline-block;
}

.page font span{
    padding: 0;
    margin-right: 0;
    min-width: 0;
}

.page #go {
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 0.1rem;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #5892ce;
    color: #fff;
    border-radius: 0.02rem;
}
/*	xq新增*/
.page .jump_con{
    display: block;
    margin-top: .2rem;
}
/*	xq新增 End*/

/*二级导航 开始*/

.ej_menu{
    position: relative;
    width: 100%;
    margin-top: -1rem;
    background: url(ej_menuBlue.png);
}
.ej_menu_w{
    overflow-x: auto;
    scroll-behavior: smooth;
}

.ej_menu_w::-webkit-scrollbar{
    display: none;
}
.ej_menu ul{
    font-size: 0;
    white-space: nowrap;
    padding-left: 0.2rem;
}
.ej_menu ul::-webkit-scrollbar{
    display: none;
}
.ej_menu li{
    display: inline-block;
    font-size: 0.32rem;
    height: 1.06rem;
    line-height: 1.06rem;
    margin-right: 0.48rem;

    position: relative;
}
.ej_menu ul li.on{
    border-bottom: .05rem solid #88cc29;
}
.ej_menu li a{
    color: #ffffff;
}
.ej_menu .mline{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.36rem;
    z-index: 2;
    background-color: #88cc29;
}
.ej_menu .mline::after{
    content: '';
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    border: 0.06rem solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    position: absolute;
    top: 0.38rem;
    right: 0.12rem;
    transform: rotate(-45deg);
}
.ej_menu.ej_menuRed .mline{
    background-color: #ffd470;
}



/*导航红色背景*/
.ej_menu.ej_menuRed{
    background: url(ej_menuRed.png);
}

.ej_menu.ej_menuRed ul li.on{
    border-bottom: .06rem solid #ffd470;
}
/*二级导航 end*/





.ej_bodybg{
    position: relative;
    background: url(erji-base-bg.png);
    background-size: 100% auto;
    /*    padding-top: 0.8rem;*/
}

.ej_bodybg .warp_center{
    padding: 0 0.3rem;
}

.ej_title{
    padding-top: 0.2rem;
    line-height: 1;
    font-size: 0.34rem;
    color: #5792cd;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #62ba8f;
    /*	xq新增*/
    margin-bottom: .5rem;
    /*	xq新增 End*/
}

.ej_title span{
    display: block;
    width: fit-content;
    position: relative;
}

.ej_title span::after{
    content: '';
    width: 0.56rem;
    height: 0.3rem;
    background: url(ej_icon_02.png) center no-repeat #fff;
    background-size: 0.3rem auto;
    position: absolute;
    left: 50%;
    bottom: -0.43rem;
    transform: translate(-50%,0);
}

/*	xq新增 切换nav*/
.ej_tabNav{
    /*	background: #f00*/
    position: relative;
    margin-bottom: .1rem;
}
.ej_tabNav ul{
    padding-bottom: .4rem;

    white-space: nowrap; /*强制不换行*/
    overflow-x: auto;
    scrollbar-width:none; /*Firefox */
    -ms-overflow-style:none;/* Internet Explorer 10+ */

}
.ej_tabNav ul::after{
    content: '';
    height: 0.01rem;
    width: 100%;
    border-bottom: .01rem dashed #62ba8f;

    position: absolute;
    left: 0;
    bottom: .35rem;
    z-index: 1;
}
.ej_tabNav ul li{
    font-size: 0.34rem;
    line-height: 2 !important;
    display: inline-block;
    margin-left: .36rem;
    position: relative;
    padding-bottom: .15rem;
}
.ej_tabNav ul li:first-child{
    margin-left: 0;
}
.ej_tabNav ul li.on a{
    color: #5792cd;
}
.ej_tabNav ul li.on::after{
    content: '';
    width: 0.56rem;
    height: 0.3rem;
    background: url(ej_icon_02.png) center no-repeat #fff;
    background-size: 0.3rem auto;

    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translate(-50%,0);
    z-index: 2;
}


/*	xq新增 End*/

.ej_so{
    /*    padding-top: 0.5rem;*/
}

.ej_so li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.ej_so li label{
    width: 2.1rem;
    text-align: right;
    white-space: nowrap;
    font-size: 0.3rem;
    color: #0f2235;
    line-height: 0.8rem;
}

.ej_so.zgjzc_so li label{
    width: 1.8rem;
}

.ej_so.zgjzc_so li .inp_bk{
    width: 5.3rem;
}

.ej_so li .inp_bk{
    width: 5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #ffffff;
    border-radius: 0.06rem;
    border: solid 0.01rem #ccdcec;
    color: #8aabcc;
    box-sizing: border-box;
    padding-left: 0.2rem;
    font-size: 0.3rem;
}

.ej_so li .inp_bk::-webkit-input-placeholder{
    color: #8aabcc;
}

.base-select-main{
    position: relative;
}

.base-select-main::after{
    content: '';
    border: 1px solid transparent;
    border-left-color: #5892ce;
    border-bottom-color: #5892ce;
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
    transform: rotate(-45deg);
    transition: transform 0.2s;
}

.base-select-main.active::after{
    transform: rotate(-225deg);
    top: 0.34rem;
}

.base-select-main .select-wapper{
    position: absolute;
    width: 100%;
    border: 1px solid #ccdcec;
    background: #fff;
    left: 0;
    top: 100%;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    height: 6.4rem;
    overflow-y: auto;
}
.base-select-main .select-option{
    text-align: center;
    line-height: .62rem;
    font-size: .3rem;
    transition: all 0.4s;
}

.ej_so li .inp_btn{
    display: block;
    height: 0.78rem;
    background-color: #5892ce;
    border-radius: 0.06rem;
    line-height: 0.78rem;
    text-align: center;
    font-size: 0.34rem;
    color: #ffffff;
    border: none;
    width: 100%;
}

.rcdw-zgjzc-table {
    padding-top: 0.3rem;
}

.rcdw-zgjzc-item{
    border: solid 0.02rem #ccdbec;
    margin-bottom: 0.3rem;
}

.rcdw-zgjzc-item li{
    border-bottom: solid 0.02rem #ccdbec;
    display: flex;
}

.rcdw-zgjzc-item li:last-child{
    border: none;
}

.rcdw-zgjzc-item li:nth-child(even) span{
    background-color: #f6f9fd;
}

.rcdw-zgjzc-item li span{
    background-color: #ffffff;
    line-height: 0.44rem;
    box-sizing: border-box;
    padding: 0.2rem;
    font-size: 0.3rem;
    color: #0f2235;
    width: 4.68rem;
    display: flex;
    align-items: center;

}

.rcdw-zgjzc-item li span:last-child{
    display: block;
}

.rcdw-zgjzc-item li span:first-child{
    text-align: right;
    color: #fff;
    background: url(rcdw-zgjzc-bg.png);
    background-size: 100% auto;
    width: 2.4rem;
    border-right: solid 0.02rem #ccdbec;
    justify-content: flex-end;
}

.rcdw-zgjzc-item li .zgjzc-more{
    display: block;
    width: fit-content;
    padding-left: 0.46rem;
    background: url(rcdw-zgjzc-more.png) 0 center no-repeat;
    background-size: 0.36rem auto;
    color: #5892ce;
}

/*表格2*/
.ej_table02 table tr td:first-child{
    background: url(ej_xiexian.png) #5792cd;
    color: #fff;
    text-align: center;
    font-weight: bold;
    white-space: nowrap; /*	强制不换行*/
    width: 2rem;
}
.ej_table02 table {
    border-right: 1px solid #ccdcec;
    border-bottom: 1px solid #ccdcec;
}
.ej_table02 td{
    border-top: 1px solid #ccdcec;
    border-left: 1px solid #ccdcec;
    line-height: 150%;
    font-size: .26rem;
    padding: .2rem;
}