/* 顶部导航 */
.header-wrap {
    position: fixed;
    width: 100vw;
    height: 0.9rem;
    /*background: rgba(40, 65, 134, 0.5);*/
    
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.4);
    z-index: 999;
    /*transition: all .365s;*/
    top: 0;
    left: 0;
    /*opacity: 0;*/
    /* overflow: hidden; */
    /* border-bottom: 1px solid rgba(0,0,0,0.4000); */
}

.header-wrap:hover {
    opacity: 1 !important;
}

.headerBg {
    background: rgba(40, 65, 134, 0.3);
}

.headerHide {
    height: 0;
    overflow: hidden;
}

.header-box {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    height: 0.35rem;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.header-nav-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-menu {
    min-width: 1.33rem;
    height: 100%;
    position: relative;
}

.header-menu-a {
    width: 100%;
    height: 100%;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
	font-weight: bold;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu-a i {
    width: 0;
    height: 0.025rem;
    background: #94C33A;
    margin: 0 0.05rem;
}

.header-nav-active i {
    width: 0.08rem;
}



.header-menu .active,
.header-nav-active {
    /* background: linear-gradient(180deg, rgba(40, 65, 134, 0) 0%, #284186 100%); */
    /* font-weight: bold; */
    color: #94C33A;
}


.header-nav-active::before {
    content: '';
    width: 100%;
    height: 0.03rem;
    background: #94C33A;
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
}

.header-menu::after {
    content: '';
    width: 0;
    height: 0.03rem;
    background: #94C33A;
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
}

.header-menu:hover::after {
    width: 100%;
}

.header-menu:hover .header-menu-a {
    /* background: linear-gradient(180deg, rgba(40, 65, 134, 0) 0%, #284186 100%); */
    color: #94C33A;
}

.header-menu:hover .header-level-box {
    height: auto;
    opacity: 1;
    top: 100%;
    transition: all .365s;
}

.header-level-box {
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    top: 0.6rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    min-width: 100%;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    transition: all .365s;
    background: #fff;
    /* border-radius: 0 0 0.05rem 0.05rem; */
}

.header-level {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    white-space: nowrap;

    padding: 0 0.3rem;
    transition: all .2s;
    border-bottom: 0.01rem solid #CCCCCC;
}

.header-level:last-of-type {
    border-bottom: 0;
}

.header-level:hover {
    background: #94C33A;
    color: #fff;
}

.header-level-active {
    position: relative;
    color: #fff;
    background: #94C33A;
}

/* 产品中心下拉 */
.header-product-wrap {
    width: 100%;
    height: calc(100vh - 0.9rem);
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0.6rem;
    left: 0;
    z-index: 99;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .365s;
}

.header-product-show {
    opacity: 1;
    /* height: auto; */
    height: calc(100vh - 0.9rem);
    top: 0.9rem;
}

.header-product-box {
    width: 100%;
    /* height: calc(100% - 3rem); */
    background: linear-gradient(90deg, #fff 50%, #efefef 0);
    position: relative;
    z-index: 2;
}

.header-product {
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.header-product-goods-box {
    background: #fff;
    margin: 0.3rem;
    margin-right: 0;
    flex-shrink: 0;
    width: 3.48rem;
    height: 7rem;
}

.header-product-goods {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.header-product-goods:first-of-type {
    display: flex;
}

.header-product-goods img {
    max-width: 80%;
    max-height: 5rem;
    object-fit: contain;
}

.header-product-goods-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0.16rem 0;
}

.header-product-goods-bt {
    width: 1.1rem;
    height: 0.34rem;
    background: #284186;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-product-content {
    padding: 0.3rem 0;
    flex: 1;
    background: #fff;
    display: flex;
}


.header-product-menu-wrap {
    width: 2.8rem;
    margin-right: 0.6rem;
    position: relative;
}

.header-product-menu-box {
    width: 100%;
    display: none;
}

.header-product-menu-box:first-child {
    display: block;
}

.header-product-menu {
    display: flex;
    align-items: center;
    height: 0.4rem;
    padding: 0 0.14rem;
    border-bottom: 0.01rem solid #CCCCCC;
}

.header-product-menu p {
    flex: 1;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

#header-product-menu1 .header-product-menu-box:first-child .header-product-menu p{font-weight: bold;}

.header-product-menu img {
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
}

.header-product-menu-icon2 {
    display: none;
}

.header-product-menu:hover {
    background: #94C33A;
}

.header-product-menu:hover p {
    color: #fff;
}

.header-product-menu:hover .header-product-menu-icon1 {
    display: none;
}

.header-product-menu:hover .header-product-menu-icon2 {
    display: block;
}


.header-skip-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header-skip {
    width: 100%;
    margin-bottom: 0.2rem;
}

.header-skip-img {
    width: 100%;
    height: 1rem;
    object-fit: cover;
}

.header-skip-hover {
    height: 0.5rem;
    background: rgba(40, 65, 134, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}

.header-skip-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #284186;
}

.header-skip-icon img {
    width: 0.66rem;
}

.header-skip-icon2 {
    display: none;
}

.header-skip:hover .header-skip-hover {
    background: #94C33A;
    transition: all .365s;
}

.header-skip:hover .header-skip-p {
    color: #fff;
    transition: all .365s;
}

.header-skip:hover .header-skip-icon1 {
    display: none;
}

.header-skip:hover .header-skip-icon2 {
    display: block;
}




















/*==============H5==============*/

    
@media screen and (max-width: 1024px) {
    /* body {
		padding: 0.9rem 0 1rem !important;
	} */
	
	 body.lock {
        overflow: hidden;
    }
	
	.banner-ver .h3 img,.banner-tel img{ margin-left:5% !important;}
    
	.header-wrap {
        display: none;
    }

    .common-phone-header {
        display: block !important;
    }
	.index1-logo{ margin-left:3%; margin-top:12%;width:40%; }

    .side-wrap {
        display: block !important;
    }

    /* 手机导航 */
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }

    .header-menu-phone {
        height: 30px;
    }
    .header-logo-box-phone {
        display: flex;
        align-items: center;
    }

    .header-logo-phone {
        height: 30px;
        height: 16px;
    }

    .header-search-phone {
        height: 30px;
    }

    /* 搜索框 */
    .header-search-box-phone {
        display: none;
    }

    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }

    /* 侧边栏导航 */
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, .5);
    }

    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }

    .side-container.shown {
        display: block;
    }

    @keyframes ani_side {
        from {
            display: none;
            width: 3rem;
        }

        to {
            display: block;
            width: 6.4rem;
        }
    }

    .side-wrap {
        width: 100%;
    }

    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

    .side-logo {
        /*width: 2rem;*/
        height: 15px;
    }

    .side-close {
        width: .48rem;
    }

    .side-bottom {
        padding: 0 .48rem 0 .72rem;
    }

    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding: .27rem .48rem .27rem .72rem; */
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }

    .nav-item-inner span {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .nav-item-inner img {
        /* width: .48rem; */
        width: .4rem;
    }

    .side-nav-list .nav-item a {
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }

    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }

    .side-nav-list-sub {
        display: none;
    }

    .side-nav-list-sub .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }

    .side-nav-list-main .nav-item:first-child {
        /*display: none;*/
    }

    .side-nav-list-main .nav-item:last-child {
        /* display: none; */
    }

    /* 产品导航 */
    .nav-item-product-sub-list {
        /* padding-left: .3rem; */
        /* border-bottom: 1px solid #eee; */
    }

    .nav-item-product-sub-list > a > div {
        padding: .2rem 0 .2rem .5rem;
        border-bottom: 1px solid #eee;
    }

    .nav-item-inner-product {
        /* border-bottom: none; */
        font-family: fontTitle;
    }

    .nav-item-product-sub-list {
        display: none;
    }

    .arrow-down {
        display: none;
    }
}
    
@media screen and (max-width:768px){
.index1-logo{ margin-left:3%; margin-top:25%;width:80%; }
}