.logo {
    display: block;
}

.header-menu {
    width: auto;
    float: right;
}

.header-menu li {
    margin-right: 40px;
}

.banner {
    position: relative;
    background: url(../img/products-banner.png);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-size: cover;
}

.banner_line {
    margin-bottom: 25px;
}

.pro-list {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    padding: 20px 0 32px 20px;
}

.pro-list li {
    position: relative;
    display: flex;
    width: calc((100% - 65px)/4);
    border-bottom: 1px solid #a61e41;
    align-items: center;
    margin-right: 16px;
}

.pro-small {
    width: 100%;
}
.pro-small .pro-small-list {
    list-style-type: none;
    padding: 23px 49px;
    margin: 0;
    overflow: auto;
    background-color: #99263f;
}

.pro-small-list li {
    width: 25%; /* 每个 li 占 25%，一行正好放 4 个 */
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.pro-small-list li a{
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 9px 0 8px 15px;
    overflow: hidden;
    text-overflow: revert;
    white-space: nowrap;
    font-family: Microsoft YaHei;
}
.pro-small-list li a:hover {
    font-weight: bold;
    text-shadow: 3px 5px 5px #000000;
}

.active1 {
    font-weight: bold;
    text-shadow: 3px 5px 5px #000000;
}


.pro-list li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 9px 0 8px 4px;
    overflow: hidden;
    text-overflow: revert;
    white-space: nowrap;
    font-family: SansSC-Normal;
}





.banner select {
    display: none;
    outline: none;
    position: absolute;
    bottom: 50px;
    right: 2em;
    background: #000;
    color: #fff;
}

.banner option {
    color: #fff;
}

.product-list {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 75px 0 62px;
    padding: 60px 0 0 61px;
    background: #fff;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product-item {
    position: relative;
    width: calc((100% - 216px)/3);
    min-height: 400px;
    display: flex;
    background-color: #ededed;
    transition: all .3s ease;
    cursor: pointer;
    overflow: hidden;
    margin: 0 72px 56px 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.product-item img {
    transform: scale(0.68);
    transition: all .3s ease;
}

.product-item .p-img {
    width: 300px;
}

.hover_red {
    position: absolute;
    display: none;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    right: 0;
    padding: 60px;
    background: rgba(172, 82, 102, .78);
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hover_red h2 {
    position: relative;
    width: 100%;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-family: SansSC-Bold;
}

.product-item:hover img {
    transform: scale(0.8);
}

.product-item:hover .hover_red {
    display: flex;
}

.pro-detail {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    overflow: hidden;
    flex-direction: column;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.pro-detail-item {
	width: 90%;
	height: 100%;
    display: flex;
    margin: 0 auto;
	max-width: 1150px;
	max-height: 900px;
    overflow-x: hidden;
    position: relative;
    padding: 25px 50px;
    background: #ffffff;
    flex-direction: column;
    /* min-height: 903px; */
}

.pro-detail-item h2 {
    width: 100%;
    color: #99263f;
    font-size: 29px;
    font-weight: bold;
    position: relative;
    font-family: SansSC-Bold;
}

.pro-detail-item .close-icon {
    top: 18px;
    right: 27px;
    color: #99263f;
    font-size: 48px;
    cursor: pointer;
    position: absolute;
}

.pro-detail-item .close-icon:hover {
    color: #110306;
    transition: all 0.3s ease;
}

.pro-detail-text {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.pro-detail-text .pro-dtop {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-right: 25px;
}

.pro-detail-text .pro-dtop .pro-dtop-img {
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #99263f;
    align-items: center;
    justify-content: center;
}

.pro-detail-text .pro-dtop .pro-dtop-dload {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
}

.pro-dtop-dload a {
    display: flex;
    font-size: 14px;
    color: #595757;
    font-weight: bold;
    align-items: center;
    font-family: SansSC-Bold;
}


/* pro-detail-btm */

.pro-dtop-dload a svg.icon {
    margin-right: 21px;
}

.pro-dtop-dload a img {
    margin-right: 17px;
}

.pro-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 39px;
    /* overflow: hidden; */
}

.pro-table>div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.pro-table div>span {
    font-weight: bold;
    min-width: 160px;
    color: #0a2440;
    word-wrap: break-word;
    hyphens: auto;
    overflow: hidden;
    text-transform: uppercase;
    font-family: SansSC-Bold;
}

.pro-table div>span:last-of-type {
    margin-left: 20px;
    font-weight: 300;
    color: #aeaeae;
    text-transform: capitalize;
    font-family: SansSC-Light;
}

.pro-detail-btm {
    position: relative;
    width: 100%;
    display: flex;
    border-top: 1px solid #99263f;
    padding-top: 26px;
    cursor: pointer;
}

.pro-detail-btm .mySwiper7 {
    width: 100%;
}

.pro-detail-btm .swiper-slide>div {
    position: relative;
    min-height: 225px;
    display: flex;
    background-color: #efefef;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding: 40px;
    text-align: center;
}

.pro-detail-btm .swiper-slide>div a {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #99263f;
    justify-content: center;
    align-items: center;
}

.pro-detail-btm .swiper-slide>div a p {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    font-family: SansSC-Bold;
}

.pro-detail-btm .swiper-slide>div:hover a {
    display: flex;
}

@media only screen and (max-width: 1500px) {
    .pro-detail-text {
        display: flex;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .pro-detail-item {
        max-width: 100%;
    }
    .product-list {
        margin: 40px 0 45px;
        padding: 41px 0 0 47px;
    }
    .product-item {
        margin: 0 50px 43px 0;
    }
    .banner_line {
        font-size: 35px;
    }
    .pro-list {
        padding: 16px 0 20px 16px;
    }
    .pro-list li {
        width: calc((100% - 50px)/3);
    }
    .pro-list li a {
        font-size: 13px;
    }
    .product-item {
        position: relative;
        width: calc(50% - 90px);
    }
    .pro-detail-item {
        display: flex;
        top: 0;
        background: #fff;
        padding: 36px 25px;
        flex-direction: column;
    }
    .pro-detail-text {
        display: flex;
        margin-top: 35px;
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }
    .pro-detail-text .pro-dtop {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .pro-detail-text .pro-dtop .pro-dtop-img img {
        width: 250px;
    }
    .pro-detail-btm {
        position: relative;
        width: 100%;
        display: flex;
        border-top: 1px solid #99263f;
        padding-top: 25px;
        overflow: hidden;
        cursor: pointer;
        flex-direction: column;
    }
    .pro-detail-btm .swiper-slide>div {
        min-height: 283px;
        padding: 50px;
    }
    .pro-detail-btm>div {
        position: relative;
        width: 100%;
        min-width: auto;
        min-height: auto;
        border: 1px solid #fff;
    }
    .swiper-wrapper .swiper-slide img {
        width: 180px;
    }

    .pro-small-list li a {
        font-size: 12px;
    }


}

@media only screen and (max-width: 991px) {
    .pro-list {
        display: none;
    }
    .banner {
        display: flex;
        flex-direction: row;
        text-align: center;
    }
        .banner select {
            display: block;
            width: 220px;
        }
    .banner_line {
        font-size: 40px;
    }
    .banner_line::before {
        content: "";
        position: absolute;
        clear: both;
        top: -19px;
        left: auto;
        height: 3px;
        width: 115px;
        background: #99263f;
    }
    .product-list {
        margin: 25px 0;
        padding: 26px 0 0 26px;
    }
    .product-item {
        position: relative;
        width: 100%;
        min-height: auto;
        margin: 0 26px 30px 0;
    }
    .pro-small {
        display: none;
    }

    #productType {
        margin-bottom: 30px
    }


}

@media only screen and (max-width: 750px) {
    .banner {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .banner_line {
        font-size: 28px;
        margin-bottom: 0;
    }
    .hover_red h2 {
        font-size: 24px;
    }
    .pro-detail-item {
        max-width: 100%;
    }
   
}

@media only screen and (max-width: 500px) {
    .pro-detail-item {
        top: 0;
        left: 0;
    }
    .pro-detail-item h2 {
        position: relative;
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        line-height: 15px;
        color: #99263f;
    }
    .pro-detail-item h2 {
        font-size: 19px;
        line-height: 10px;
    }
    .ion-close-circled:before {
        top: 18px;
        right: 27px;
        font-size: 40px;
    }
    .pro-detail-text .pro-dtop .pro-dtop-img {
        width: 100%;
        padding-bottom: 25px;
    }
    .pro-detail-text .pro-dtop {
        margin-bottom: 12px;
    }
    .pro-table {
        margin-top: 15px;
        margin-left: auto;
    }
    .pro-table div>span:last-of-type {
        margin-left: 5px;
    }
}