
/*顶部图标*/
.head-content {
    background: #3653a4;

}
.head-content .logo {
    padding: 5px 5px 5px 10px;
}
.head-content #content {
    display: block;
}
.head-content #home {
    display: none;
}

.head-logo-box {
   background: rgba(255, 255, 255, 0.4);
   padding: 10px;
}
.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.box-img-width {
    width: 300px;
    margin: 10px 0;
}

.search-form-left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.head-phone-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-phone-box img {
    height: 60px;
    margin-bottom: 10px;
}

.head-phone-box .right-box {
    padding-left: 10px;
}

.head-phone-box .right-box .sub-title {
    font-size: 14px;
    color: #666666;
}

.head-phone-box .right-box .phone {
    font-size: 30px;
    color: #f18606;
    font-weight: bold;
}



#content {
    display: none;
}
/*顶部右侧*/
.search-input-box {
    width: 26%;
}
.search-input {
    width: 100%;
    border: 1px solid rgba(194, 1, 0, 0.6);
    background: rgba(255, 255, 255);
}
.search-icon {
    cursor: pointer;
}
/*顶部菜单 小屏幕时显示*/
.logo-menu {
    display: none;
    margin-left: 20px;
    color: #939191;
}
.logo-menu .icon-list {
    font-size: 40px;
    color: #1b1bf1;
}
.flex {
    display: flex;
    align-items: center;
}

/*顶部导航栏*/
.search-box-big {
    width: 100%;
}
.search-box-big .search-box-small {
    position: relative;
    height: 20px;
    width: 20px;
}
.search-box-big .search-box-small> .icon {
    font-size: 20px;
    color: #FFFFFF;
}
.search-box-big .search-box-small >.input-control-div {
    display: none;
    position: absolute;
    width: 230px;
    right: 0;
    top: -5px;
}
.search-box-big .search-box-small:hover .input-control-div {
    display: block;
}
.search-box-big .search-box-small:hover > .icon {
    display: none;
}
.nav-ul {
    background: transparent;
    transition: all linear 0.3s;
}

.nav-ul .icon-img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.nav-ul > li {
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    width: auto;
}

.nav-ul > li:hover:before, .nav-ul > li.active:before {
    content: url("/images/nav_active.png");
    width: 16px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 2px 6px;
    font-size: 18px;
    color: #040404;
    box-sizing: content-box;
}

.nav .cont-a {
    position: relative;
    z-index: 100;
}

.nav .active-img {
    display: none;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 60px;
}

.nav .active .active-img {
    display: block;
}

.nav > li:hover .active-img ,
.nav > li:focus .active-img {
    display: block;
}

.nav > li > a:hover,
.nav > li > a:focus,  .nav-ul > li.active > a {
    color: #1b1bf1;
}



/*网站底部*/
.footer-box {
    width:100%;
    height: 100%;
    background: #262c44;
}
.footer {
    padding: 20px 0;
    position: relative;
    display: flex;
}

.footer .box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-bottom-box {
    padding: 20px 0;
    color: #FFFFFF;
    flex: 1;
    display: flex;
}

.footer .left-box-top-big, .footer .left-box-top-big-p {
    margin-right: 60px;
}

.footer .left-box-cont-p {
    color: rgba(255, 255, 255, 0.8);
    padding-top: 20px;
}

.footer .left-box-cont-p a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .left-box-cont-p  .big-cont {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .img-ewm {
    display: flex;
    align-items: center;
    /*width: 240px;*/
}

.footer .ewm-box {
    text-align: center;
    padding: 0 10px;
}

.footer .img-ewm img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.footer .img-ewm p {
    color: #FFFFFF;
    font-size: 14px;
}



.footer-bottom-concat {
    position: fixed;
    top: 80%;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.big-box-concat {
    width: 260px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    box-shadow: 0 0 10px 3px  rgba(231, 9, 7, 0.2);
}
.footer-bottom-concat-box {
    width: 100%;
    /*height: 80px;*/
    color: #fff;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    border-radius: 40px;
    background: linear-gradient(to bottom, #fb7373, #c40806);
    padding: 10px 14px;
    box-sizing: border-box;
}
.footer-bottom-concat-box .icon {
    font-size: 34px;
}


.footer-box .nva-div-big {
    padding-top: 10px;
}

.footer-box .nva-div-box {
   padding: 30px;
    position: relative;
    display: inline-block;
}

.footer-box .nva-div-box:first-child{
    padding-left: 0;
}

.footer-box .nva-div-box:after {
    content: '';
    width: 2px;
    height: 14px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.footer-box .nva-div-box:last-child:after{
    background: transparent;
}


.footer-box .nva-a-box {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}

.nva-div-box .uk-dropdown {
    padding: 10px 20px;
    border-radius: 10px;
}
.footer-box .sub-a-box a {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 300px;
}

.footer-box .sub-a-box a:hover {
    color: #1b1bf1;
}

.phone-box .big {
    font-size: 24px;
}
.phone-box {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.phone-box .big {
    font-size: 24px;
}

@media (max-width: 1300px) {
    .search-form-left {

    }
}

@media (max-width: 600px) {
    .footer-bottom-concat {
        right: 10px;
    }
    .big-box-concat {
        width: 160px;
        border-radius: 40px;
        padding: 4px;
    }
    .footer-bottom-concat-box {
        border-radius: 30px;
        padding: 6px 10px;
    }
    .footer-bottom-concat-box .icon {
        font-size: 24px;
        display: none;
    }
    .phone-box {
        margin-left: 0;
    }
    .phone-box .big {
        font-size: 18px !important;
    }
}



/*网站折叠导航*/
.dropdown-toggle-hover {
    cursor: pointer;
}
.dropdown-menu-hover {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    /*min-width: 160px;*/
    padding: 5px 0;
    /*margin: 2px 0 0;*/
    font-size: 13px;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 10%);
}
.dropdown-menu-hover > li {
    display: block;
    padding: 0 10px;
    clear: both;
    font-weight: normal;
    line-height: 37px;
    color: #353535;
    white-space: nowrap;
    height: 37px;
    border-bottom: 1px solid #e5e3e3;

}
.dropdown-menu-hover > li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    width: 100%;
}
.dropdown-menu-hover > li:last-child{
    border-bottom: none;
}

.dropdown-menu-hover > li:hover a{
    color: #1b1bf1;

}


/* 下拉框导航 */
.mNav {
    width: calc(100vw + 30px);
    position: fixed;
    top: -10px;
    left: -20px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 199;
}
.mNav-box {
    width: 80%;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding: 10px 30px 10px 10px;
    float: right;
    box-sizing: border-box;
}
.mNav .closed {
    margin-right: 20px;
    float: right;
    cursor: pointer;
}

.mNav ul.yj_ul {
    width: 100%;
    clear: both;
}

.mNav .yj_ul > li {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #dedede;
}

.mNav li .yjbox {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mNav li a {
    display: block;
    width: 100%;
    height: 100%;
}


.mNav .yj_ul>li .yjbox .xiala, .mNav li .ejbox .xiala {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/xiala1.png) center center no-repeat;
    transform: rotate(-90deg);
    background-size: 80% 80%;
    margin-right: 20px;
}

.mNav .yj_ul>li:hover>.yjbox .xiala,
.mNav .yj_ul>li.active> .yjbox .xiala {
    color: #1b1bf1;
}
.mNav .yj_ul>li:hover>.yjbox .xiala,
.mNav .yj_ul>li.active> .yjbox .xiala,
.mNav .ej_ul>li:hover>.ejbox .xiala,
.mNav .ej_ul>li.active> .ejbox .xiala{
    color: #1b1bf1;
}
.mNav .ej_ul>li.active> .ejbox .xiala,
.mNav .yj_ul>li.active> .yjbox .xiala {
    background: url(../images/xiala2.png) center center no-repeat;
    transform: rotate(0deg);
    background-size: 80% 80%;
    /*background-size: 12px 6px;*/
}

.mNav .yj_ul>li .yjbox>a {
    height: 50px;
    font-size: 16px;
    color: #656565;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 50px;
    width: calc(100% - 70px);
}

.mNav .ej_ul>li:hover> .ejbox>a,
.mNav .yj_ul>li.active> .yjbox>a {
    color: #1b1bf1;
}

.mNav ul.ej_ul {
    width: 100%;
    background: #ffff;
    display: none;
}

.mNav .ej_ul>li {
    width: 100%;
    list-style: none;
    /*background: rgba(222, 222, 222, 0.6);*/
}

.mNav .ej_ul>li a {
    font-size: 14px;
    color: #656565;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.mNav .ej_ul>li:hover>a,
.mNav .ej_ul>li.active>a {
    color: #1b1bf1;
}

.mNav .ej_ul>li:hover>a::before,
.mNav .ej_ul>li.active>a::before {
    background: #1b1bf1;
}
/*三级导航*/
.mNav .ej_ul li .ejbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mNav ul.sj_ul {
    width: 100%;
    background: #ffff;
    display: none;
}

.mNav .sj_ul>li {
    width: 100%;
    list-style: none;
    /*background: rgba(222, 222, 222, 0.6);*/
}

.mNav .sj_ul>li>a {
    font-size: 14px;
    color: #656565;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}
.mNav .sj_ul>li:hover>a,
.mNav .sj_ul>li.active>a {
    color: #1b1bf1;
}

.mNav .sj_ul>li:hover>a::before,
.mNav .sj_ul>li.active>a::before {
    background: #1b1bf1;
}


/*自适应*/

.ul-big-box {
    background: #FFFFFF;
    width: 100%;
    /*height: 300px;*/
    /*overflow: hidden;*/
}
.ul-flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 0;
}
.ul-flex .ul-flex-box {
    /*flex: 1;*/
    width: calc(100% - 290px);
}
.ul-flex ul {
    padding: 0;
    margin: 0;
}
.ul-flex ul li {
    list-style: none;
    margin: 0;
}
.row-ul {
    display: flex;
}
.row-ul li {
    width: calc(100% / 7);
}
.row-ul>li:last-child {
    width: calc(100% / 7 *2);
}
.row-ul li > a {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
}
.col-ul li {
    width: 100%;
}
.col-ul li a {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    display: block;
}
.ul-flex .img-big-box {
    width: 280px;
    display: flex;
    height: 200px;
    justify-content: center;
    padding-top: 20px;
}
.ul-flex .img-big-box .ewm {
    width: 120px;
    height: 120px;
}
.ul-flex .img-big-box .img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
}
.col-ul .span-text {
    color: #000000;
}


@media (max-width: 1000px) {
    .ul-flex {
        flex-direction: column;
        align-items: center;
    }
    .ul-flex .ul-flex-box {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .search-box-big .nav-ul {
        display: none;
    }

    #logo-menu {
        display: block;
    }

    .head-phone-box {
        display: none;
    }
}



@media (max-width: 860px) {
    .search-form {
        display: none;
    }

    .main-company {
        flex-direction: column;
    }
    .main-company .a-list {
        margin-top: 10px;
    }
    .main-company .a-list a {
        margin: 0 20px 0 0;
    }

    .footer .footer-bottom-box {
        flex-direction: column;
        width: calc(100% - 40px);
    }

    .footer .left-box-top-big {
        min-height: 20px;
        margin-right: 0
    }

    .footer  .left-box-cont {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .left-box-cont a {
        margin-right: 20px;
    }

    .footer-box .nva-div-box {
        padding: 15px;
    }
    .footer-box .nva-div-box:first-child {
        padding-left: 15px;
    }
}


@media (max-width: 800px) {

    .search-form .search-btn {
        height: 32px;
        width: 40px;
    }

    .search-form .search-input {
        height: 32px;
    }

    .search-btn .icon-search {
        font-size: 18px;
    }

    .logo-menu .icon-list {
        font-size: 32px;
    }
}

@media (max-width: 650px) {

    .ul-flex .ul-flex-box {
        display: none;
    }

    .box-img-width {
        width: 50vw;
    }


    .footer {
        flex-direction: column;
    }

    .footer .img-ewm {
        justify-content: center;
        margin-top: 20px;
    }

}

@media (max-width: 450px) {
    .footer .footer-box .title {
        font-size: 22px;
        letter-spacing: 0;
    }
    .footer .footer-box .title-two {
        font-size: 18px;
        padding: 0 10px;
    }
    .footer .footer-box .title-phone .span-text {
        font-size: 30px;
    }
    .footer .footer-box .title-phone .icon {
        font-size: 28px;
    }
    .footer .footer-box {
        height: 200px;
    }
    .footer .footer-box .title-phone {
        padding-top: 5px;
    }
    .footer-bottom-box .footer-bottom-text span:first-child {
        white-space: pre-wrap;
    }

    .footer-box .nva-div-box {
        padding: 10px;
    }
}