/* 顶部导航 */
.w1400 {
    width: 1120px;
}
.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.WPA3-SELECT-PANEL { z-index:2147483647; width:463px; height:292px; margin:0; padding:0; border:1px solid #d4d4d4; background-color:#fff; border-radius:5px; box-shadow:0 0 15px #d4d4d4;}.WPA3-SELECT-PANEL * { position:static; z-index:auto; top:auto; left:auto; right:auto; bottom:auto; width:auto; height:auto; max-height:auto; max-width:auto; min-height:0; min-width:0; margin:0; padding:0; border:0; clear:none; clip:auto; background:transparent; color:#333; cursor:auto; direction:ltr; filter:; float:none; font:normal normal normal 12px "Helvetica Neue", Arial, sans-serif; line-height:16px; letter-spacing:normal; list-style:none; marks:none; overflow:visible; page:auto; quotes:none; -o-set-link-source:none; size:auto; text-align:left; text-decoration:none; text-indent:0; text-overflow:clip; text-shadow:none; text-transform:none; vertical-align:baseline; visibility:visible; white-space:normal; word-spacing:normal; word-wrap:normal; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow:none; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; -webkit-outline:0; -moz-outline:0; -ms-outline:0; -o-outline:0; outline:0; -webkit-text-size-adjust:none; font-family:Microsoft YaHei,Simsun;}.WPA3-SELECT-PANEL a { cursor:auto;}
.header-wrap {
    height: 72px;
	float:right;
    z-index: 999;
    /*transition: all .365s;*/
    /*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: 28px;
}

.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: 106px;
    height: 100%;
    position: relative;
}

.header-nav .header-menu:last-child{ min-width: 70px !important;}
.header-menu-a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    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: 2px;
    background: #ef1f1f;
}

.header-nav-active i {
    width: 6px;
}



.header-menu .active,
.header-nav-active {
    /* background: linear-gradient(180deg, rgba(40, 65, 134, 0) 0%, #284186 100%); */
    /* font-weight: bold; */
    color: #ef1f1f;
}


.header-nav-active::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ef1f1f;
    border-radius: 8px;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
}

.header-menu::after {
    content: '';
    width: 0;
    height: 2px;
    background: #ef1f1f;
    border-radius: 8px;
    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: #ef1f1f;
}

.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: 72px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    min-width: 100%;
    box-shadow: 0rem 2px 5px 1px rgba(0, 0, 0, 0.1);
    transition: all .365s;
    background: #fff;
    /* border-radius: 0 0 4px 4px; */
}

.header-level {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666;
    height: 44px;
    line-height: 44px;
    text-align: center;
    white-space: nowrap;
    transition: all .2s;
    border-bottom: 1px solid #CCCCCC; display:block
}

.header-level:last-of-type {
    border-bottom: 0;
}

.header-level:hover {
    background: #ef1f1f;
    color: #fff;
}

.header-level-active {
    position: relative;
    color: #fff;
    background: #ef1f1f;
}

/* 产品中心下拉 */
.header-product-wrap {
    width: 100%;
    height: calc(100vh - 72px);
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 99;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .365s;
}

.header-product-show {
    opacity: 1;
    /* height: auto; */
    height: calc(100vh - 72px);
    top: 72px;
}

.header-product-box {
    width: 100%;
    /* height: calc(100% - 270px); */
    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: 27px;
    margin-right: 0;
    flex-shrink: 0;
    width: 310px;
    height: 550px;
}

.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: 450px;
    object-fit: contain;
}

.header-product-goods-text {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 15px 0; line-height:20px
}

.header-product-goods-bt {
    width: 100px;
    height: 30px;
    background: #284186;
    border-radius: 28px 28px 28px 28px;
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-product-content {
    padding: 27px 0;
    flex: 1;
    background: #fff;
    display: flex;
}


.header-product-menu-wrap {
    width: 30%;
    margin-right: 3.33%;
    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: 32px;
    padding: 0 13px;
    border-bottom: 1px solid #CCCCCC;
}

.header-product-menu p {
    flex: 1;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; line-height:32px
}

#header-product-menu1 .header-product-menu-box:first-child .header-product-menu p{font-weight: bold;}

.header-product-menu img {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

.header-product-menu-icon2 {
    display: none;
}

.header-product-menu:hover {
    background: #ef1f1f;
}

.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: 16px; display:block
}

.header-skip-img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.header-skip-hover {
    height: 45px;
    background: rgba(40, 65, 134, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.header-skip-p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #284186;
}

.header-skip-icon img {
    width: 60px;
}

.header-skip-icon2 {
    display: none;
}

.header-skip:hover .header-skip-hover {
    background: #ef1f1f;
    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: 80px 0 90px !important;
	} */
	
	 body.lock {
        overflow: hidden;
    }
	
	.banner-ver .h3 img,.banner-tel img{ margin-left:5% !important;}


    .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: 636px;
        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: 270px;
        }

        to {
            display: block;
            width: 636px;
        }
    }

    .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: 43px;
    }

    .side-bottom {
        padding: 0 43px 0 65px;
    }

    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding: 24px 43px 24px 65px; */
        padding: 24px 0 24px 0;
        border-bottom: 1px solid #eee;
    }

    .nav-item-inner span {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .nav-item-inner img {
        /* width: 43px; */
        width: 36px;
    }

    .side-nav-list .nav-item a {
        color: #000;
        font-size: 24px;
        width: 100%;
        display: inline-block !important;
    }

    .side-nav-list .side-local-img {
        width: 27px;
        margin-right: 18px;
        vertical-align: text-bottom;
    }

    .side-nav-list-sub {
        display: none;
    }

    .side-nav-list-sub .side-back-img {
        width: 27px;
        margin-right: 18px;
        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: 27px; */
        /* border-bottom: 1px solid #eee; */
    }

    .nav-item-product-sub-list > a > div {
        padding: 18px 16px 45px;
        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%; }
}