.pro-banner-wrapper {
    padding: 20% 0 10% 0;
    background-color: #000000;
    color: #ffffff;
}
.pro-banner-wrapper .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pro-banner-wrapper .content .left-box {
    width: 55%;
    font-size: 16px;
}
.pro-banner-wrapper .content .left-box .title {
    font-size: 50px;
    font-weight: bold;
    font-family: var(--font-AlibabaSans);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pro-banner-wrapper .content .right-box {
    width: 35%;
	max-width:400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*    border: 1px solid #ffffff;
    padding: 15px;*/
    font-size: 16px;
    font-family: var(--font-AlibabaSans);
	line-height:24px;
}
.pro-banner-wrapper .content .right-box .sub-info {
    color: #8D8D8D;
    font-size: 16px;
}
.pro-banner-wrapper .content .right-box > span:first-child {
    font-size: 22px;
}

.effect-wrapper {
	overflow:hidden;
    padding: 7.5% 0 0 0;
}
.effect-wrapper .operation {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.effect-wrapper .operation >div {
    margin-right: 15px;
}
.effect-wrapper .operation .arrow {
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.effect-wrapper .operation a {
    padding: 6px 2.5%;
	font-size:16px;
    border-radius: 30px;
	color:#000;
	line-height:28px;
    border: 1px solid #D3D3D3;
    background-color: #D3D3D3;
}
.effect-wrapper .swiper-wrapper {
    display: flex;
    flex-direction: row;
}
.effect-wrapper .swiper-wrapper > div {
    margin-right: 10px;
    width: auto !important;
	height:657px;
}

.info-wrapper {
    padding: 2.5% 0 7.5% 0;
}
.info-wrapper .title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}
.info-wrapper .table {
    width: 100%;
}
.info-wrapper table {
    width: 100% !important;
    border-spacing: 0;
    border-bottom: solid 1px #D6D6D6 !important;
    border-right: solid 1px #D6D6D6 !important;
    background-color: #F7F7F7;
}
.info-wrapper table tr td, .info-wrapper table tr th {
    text-align: center;
    border-top: solid 1px #D6D6D6 !important;
    border-left: solid 1px #D6D6D6 !important;
    padding: 15px 5px;
    word-break: keep-all;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    background-color: #D3D3D3;
}
.content-wrapper .image {
	max-width:1100px;
	width:100%;
    margin: 8% 0;
    position: relative;
}
.content-wrapper .image .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #040000;
    opacity: .8;
}
.content-wrapper .image .title {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: #ffffff;
    font-size: 45px;
    font-family: var(--font-AlibabaSans);
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
}

.series-wrapper {
    padding: 7.5% 0 10% 0;
}
.series-wrapper .title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 25px;
}
.series-wrapper .item-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.series-wrapper .item-box .item {
    width: 49%;
    position: relative;
}
.series-wrapper .item-box .item .info {
    position: absolute;
    top: 0;
    align-items: center;
    margin: 25% 0 25% 8%;
    z-index: 3;
    color: #ffffff;
    width: 235px;
	font-size:25px;
}
.series-wrapper .item-box .item .info .title {
    font-family: var(--font-AlibabaSans);
    margin-bottom: 10px;
	line-height:50px;
    font-size: 40px;
    text-transform: uppercase;
}
.views{ padding-top:250px;}
.product-listul{ margin:5% 0 10% 0;}
.product-listul ul{ border-bottom:solid 1px #e0e0e0; padding:3% 0 0 0; display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.product-listul .p{ font-size:35px; font-weight:bold; margin:0;}
.product-listul ul li{ width:49%; margin-bottom:5%;}
.product-listul ul li span{ font-size:20px;font-family: var(--font-AlibabaSans);color: #000000;}
.product-listul .img{ width:auto;}


@media (max-width:1024px) {
.effect-wrapper .swiper-wrapper > div{ height:500px;}
.series-wrapper .item-box .item .info { margin-top:20%}
.series-wrapper .item-box .item .info .title{ font-size:30px; line-height:35px;}
.info-wrapper .table {width: 100%;overflow-y: scroll;}
.info-wrapper .table img{ width:auto; height:auto}
.product-listul .img{ max-width:100%;}
}

@media (max-width:768px) {
.pro-banner-wrapper .content {display:block}	
.pro-banner-wrapper .content .left-box{ width:auto; display:block}	
.pro-banner-wrapper .content .left-box .title{ font-size:40px;}
.pro-banner-wrapper .content .right-box{ width:50%; margin-top:5%;}
.effect-wrapper{ padding-top:15%;}
.views{ padding-top:20%;}
.product-wrapper .container{ padding-bottom:10%;}
.info-wrapper{ padding:5% 0 10% 0;}
.content-wrapper .image{ margin:15% 0;}
.series-wrapper .item-box .item .info{ font-size:18px;}
.series-wrapper .item-box .item .info .title{ font-size:24px; line-height:30px;}
.series-wrapper{ padding:10% 0 15% 0;}
.product-listul .p{ font-size:26px;}
.product-listul{ margin:10% 0;}
.product-listul ul{ padding:5% 0 0 0;}
}
@media (max-width:700px) {
}
@media (max-width:650px) {
    .content-wrapper .image .title {
        font-size: 20px;
    }
    .series-wrapper .item-box .item .info .title {
        font-size: 20px; line-height:25px;
    }
	.series-wrapper .item-box .item .info{ font-size:15px;}
}
@media (max-width:570px) {

}
@media (max-width:480px) {
.pro-banner-wrapper .content .left-box .title{ font-size:28px;}
.pro-banner-wrapper .content .left-box{ font-size:14px;}
.pro-banner-wrapper,.views{ padding-top:30%;}
.effect-wrapper .swiper-wrapper > div{ height:300px; margin-right:20px !important}
.effect-wrapper .operation .arrow img{ width:30px;}
.effect-wrapper .operation a{ font-size:14px; line-height:20px; padding:5px 7.5%}
.info-wrapper .title{ font-size:18px;}
.info-wrapper .table{ font-size:13px;}
.series-wrapper .item-box{ display:block}
.series-wrapper .title{ font-size:18px;}
.series-wrapper .item-box .item{ width:100%; margin:2.5% 0}
.product-listul ul li span{ font-size:16px;}
.product-listul ul li{ margin-bottom:7.5%;}

}
