.level {
    position: relative;
}

.level-content {
    padding: 40px;
    background: #fff;
    font-size: 0;
}

.level-title {
    position: relative;
    vertical-align: top;
    padding-top: 20px;
    text-align: center;
}

.level .level-title {
    width: 160px;
    display: inline-block;
}

.level-title:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    background: #ed1c24;
    left: 50%;
    margin-left: -20px;
    top: 0;
}

.level-title h4 {
    font-size: 36px;
    line-height: 46px;
    color: #252525;
    margin-bottom: 10px;
}

.level-title h5 {
    font-size: 16px;
    line-height: 30px;
    color: #252525;
    text-align: left;
}

.level-product-list {
    padding-top: 30px;
}

.level-product-content {
    padding-top: 80px;
}

.level-item-list {
    font-size: 0;
    padding: 20px 0;
}

.level-product-item h3 {
    background: #f4f4f4;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0 10px 40px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #000;
}

.level-product-item h3 small {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.level-product-item h3:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    background: #00334C;
    left: 0;
    top: 0;
}

.level-product-item h3 i {
    background: url(/products/common/images/icon-add.png) no-repeat center center;
    width: 40px;
    height: 100%;
    background-size: 20px;
    position: absolute;
    right: 40px;
    top: 0;
}

.level-product-item.active h3 i {
    background: url(/products/common/images/icon-jian.png) no-repeat center center;
}

.level-item-content {
    display: none;
}


/* #level-2 .level-item {
    width: 40%;
} */

.level-item-desc {
    text-align: left;
    padding: 0 40px;
}

#level-4 {
    padding-top: 150px;
    margin-top: -70px;
}

.level-item-content>div {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    font-size: 14px;
}

.level-item-content div.img-warp {
    width: 258px;
    height: 258px;
    border: 1px solid #c7c7c7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: 10px;
}

.level-item-content div.img-warp:hover {
    border: 1px solid #104492;
}

.level-item-content div.img-warp:hover img {
    opacity: 0.7;
}

.banner .swiper-container {
    width: 100%;
    height: 366px;
    overflow: hidden;
}

.nav .content ul li:nth-child(2)>a {
    /* border-bottom: 5px solid #104492; */
}