/*header*/
.three_header2 {
    position: relative;
}

.three_header2 .three_top2 {
    line-height: 0.50rem;
}

.three_header2 .three_top2 .left {
    float: left;
}

.three_header2 .three_top2 .right {
    float: right;
}

.three_header2 .three_top2 .left a,
.three_header2 .three_top2 .right a {
    font-size: 0.14rem;
    color: #333;
    padding: 0 .06rem;
    border-right: 1px solid #666;
}

.three_header2 .three_top2 .left a:nth-last-of-type(1),
.three_header2 .three_top2 .right a:nth-last-of-type(1) {
    border-right: 0;
}


.three_header2 .three_top2 .right .ss {
    width: auto;
    display: inline-block;
    position: relative;
}


.three_header2 .three_top2 .right .ss .btn {
    width: .15rem;
    height: .15rem;
    background: url(../images/bg_ej_searchbtn2.png) no-repeat center;
    background-size: 100% 100%;
    background-position: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 0rem;
    top: -.12rem;
    z-index: 9;
}

.three_header2 .three_top2 .right .ss .text {
    width: 0rem;
    line-height: .3rem;
    background: #eee;
    text-indent: .5rem;
    color: #666;
    transition: all .5s;
    position: absolute;
    left: -.25rem;
    top: -.2rem;
    z-index: 1;
}

.three_header2 .three_top2 .right .ss:hover .text {
    width: 2rem;
}

.hd {
    padding: 0 0 0.23rem 0;
    border-bottom: 0.01rem solid #d3e2f5;
    position: relative;
}

.bmjz-menu .hd span {
    display: inline;
}

/* 轮播图 */
.three_banner2 .three_top2 {
    display: block;
    float: left;
    width: 5rem;
    height: 0.8rem;
    margin-right: .5rem;
}

.three_nav2 {
    background: #0a54a6;
}

.three_nav2 li {
    width: 14%;
    float: left;
    text-align: center;
}

.three_nav2 li a {
    font-size: .24rem;
    color: #fff;
    line-height: .7rem;
    font-weight: bold;
}


.three_nav2 li .sy2 {
    display: none;
    width: 100%;
    height: 100%;
}

.three_nav2 li .sy2 ol {
    background: url(../images/bg_home_app.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto;
    display: block;
}


.three_nav2 li:hover,
.three_nav2 .active {
    background: #2a6abb;
}

.three_logo2 {
    display: block;
    width: 4.9rem;
    height: .8rem;
    margin: 0 auto;
    background-image: url(../images/bg_ej_logo2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    top: .1rem;
    left: calc(50% - 2.45rem);
    z-index: 1;
}

/*清除浮动*/
.mySwiper2 .swiper-slide:after,
.three_header2 .three_top2:after,
.three_header2 .w145:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width:1200px) {
    .three_header2 .three_top2 .right .ss .btn {
        width: .2rem;
        height: .2rem;
        top: -.18rem;
    }

    .three_header2 .three_top2 .left a,
    .three_header2 .three_top2 .right a {
        display: none !important;
    }


    .three_header2 .three_top2 .left a:nth-last-of-type(1),
    .three_header2 .three_top2 .right a:nth-last-of-type(1),
    .three_header2 .three_top2 .right a:nth-last-of-type(2),
    .three_header2 .three_top2 .right a:nth-last-of-type(3) {
        display: inline !important;
    }
}

@media screen and (max-width:850px) {
    .w145 {
        max-width: 14rem;
        margin: 0 auto;
    }
}

@media screen and (max-width:800px) {
    .w145 {
        max-width: none;
        margin: 0 0.2rem;
        display: block;
    }

    .three_header2 .three_top2 .right .ss {
        display: none;
    }

    .three_nav2 {
        padding: .1rem 0;
    }

    .three_nav2 li {
        width: 25%;
    }

    .three_nav2 li .sy1 {
        display: none;
    }

    .three_nav2 li .sy2 {
        display: block;
    }

    .three_header2 .three_top2 .right a:nth-last-of-type(2),
    .three_header2 .three_top2 .right a:nth-last-of-type(3) {
        display: none !important;
    }

    .three_header2 .three_top2 .left a:nth-last-of-type(1),
    .three_header2 .three_top2 .right a:nth-last-of-type(1) {
        display: inline !important;
    }

    .three_header2 .three_top2 .left a:nth-last-of-type(1) {
        padding-left: 0;
    }

    .three_banner2 {
        height: 3rem;
    }

    .three_nav2 li a {
        font-size: .3rem;
        line-height: .6rem;
        font-weight: bold;
    }

    .three_logo2 {
        width: 3rem;
        height: .5rem;
        top: .15rem;
        left: calc(50% - 1.5rem);
    }

    .three_banner2 .three_banner_text2 {
        display: block;
        width: 1.5rem;
        height: 2rem;
        bottom: .4rem;
        left: calc(50% - 0.7rem);
    }

    .three_header2 .three_top2 .left a,
    .three_header2 .three_top2 .right a {
        font-size: 0.12rem;
        padding: 0 .05rem;
    }
}

@media screen and (max-width:500px) {}