.series-banner {
    position:relative;
    width:100%;
    max-height: 960px;
    overflow: hidden;
}
.series-banner video {
    width: 100%;
}
.series-banner img {
    width: 100%;
}
.series-banner a {
    display: block;
    width: 100%;
}
.series-banner a:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0) url(../images/video.svg) no-repeat center center/40px;
}




/*板块公共样式*/
.item {
    position:relative;
}
.item .item-photo {}
.item .item-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.item .item-word {
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    padding:15px;
}
.item .item-word h2 {
    font-size: 68px;
    font-family: "宋体";
    color:#434343;
    font-weight: bolder;
}
.item .item-word h3 {
    font-size: 28px;
    color:#434343;
    padding:40px 0 30px 0;
    transition: all 1s ease;
}
.item .item-word p {
    font-size: 16px;
    color:#434343;
    line-height: 1.8;
}
@media screen and (max-width:1024px){
.item {
    position:relative;
}
.item .item-photo {
    position:relative;
    width:100%;
    padding-top: 150%;
}
.item .item-photo img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.item .item-word {
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
}
.item .item-word h2 {
    font-size: 28px;
    font-family: "宋体";
    color:#434343;
    font-weight: bolder;
}
.item .item-word h3 {
    font-size: 18px;
    color:#434343;
    padding:20px 0 15px 0;
}
.item .item-word p {
    font-size: 14px;
    color:#434343;
    line-height: 1.8;
}
}
/*板块公共样式*/


/*起源*/
.qiyuan.item .item-word {
    top: 35%;
    left: 72%;
}
@media screen and (max-width:1024px){
.qiyuan.item .item-word {
    top: 5%;
    left: 2%;
}   
}
/*起源*/

/*传承*/
.chuancheng.item .item-word {
    top: 34%;
    left: 65%;
    max-width: 500px;
}
@media screen and (max-width:1024px){
.chuancheng.item .item-word {
    top: 5%;
    left: 30%;
    max-width: 500px;
}   
}
/*传承*/


/*转机*/
.zhuanji.item .item-word {
    top: 10%;
    left: 34%;
    max-width: 500px;
}
@media screen and (max-width:1024px){
.zhuanji.item .item-word {
    top: 10%;
    left: 0%;
    max-width: 500px;
}
}
/*转机*/

/*聚合*/
.juhe.item .item-word {
    top: 33%;
    left: 6%;
    max-width: 800px;
}
@media screen and (max-width:1024px){
.juhe.item .item-word {
    top: 10%;
    left: 0%;
    max-width: 800px;
}   
}
/*聚合*/

/*素雅质感系列*/
.ya-series.item .item-word {
    top: 33%;
    left: 3%;
    max-width: 1400px;
}
.ya-series.item .item-word .series {}
.ya-series.item .item-word .series img {
    width: 50%;
    max-width: 600px;
}

.ya-series.item .item-word .series-word {
    margin:80px 0 0 0;
}
.ya-series.item .item-word .series-word .tag {
    display:inline-block;
    padding:0 50px 0 0;
}
.ya-series.item .item-word .series-word .tag h4 {
    font-size: 18px;
    color:#434343;
}
.ya-series.item .item-word .series-word .tag p {
    font-size: 24px;
    color:#434343;
}
.ya-series.item .item-word .series-word .tag p span {
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width:1024px){
.ya-series.item .item-word {
    top: 33%;
    left: 3%;
    max-width: 1400px;
}
.ya-series.item .item-word .series {}
.ya-series.item .item-word .series img {
    width:60%;
    max-width: 600px;
}

.ya-series.item .item-word .series-word {
    margin:20px 0 0 0;
}
.ya-series.item .item-word .series-word .tag {
    padding:10px 0;
}
.ya-series.item .item-word .series-word .tag h4 {
    font-size: 14px;
}
.ya-series.item .item-word .series-word .tag p {
    font-size: 16px;
}
.ya-series.item .item-word .series-word .tag p span {
    font-size: 20px;
}
}
/*素雅质感系列*/


/*专题页面板块标题*/
.series-title {
	padding: 2% 0;
}
.series-title p {
    font-size: 24px;
    color: #332c2b;
    font-family: "Oswald-Regular";
    line-height: 2.0;
    text-transform: uppercase;
}
.series-title h3 {
	position: relative;
	font-size: 38px;
	color: #332c2b;
	margin: 0 0 20px 0;
}

.series-title h4 {
    max-width: 800px;
    margin:0 auto;
	font-size: 16px;
    color: #999;
    line-height: 1.8;
}

@media screen and (max-width:1024px) {
.series-title {
	padding: 8% 0;
}

.series-title h3 {
	font-size: 20px;
}

.series-title h4 {
	font-size: 14px;
	color: #999;
	line-height: 1.8;
}
}
/*专题页面板块标题*/

/*产品系列*/
.classification {
    padding:2% 0 0 0;
    background: #f6f6f6;
}
.classification .class-item {
    overflow: hidden;
}
.classification .class-item .class-content {}
.classification .class-item .class-content ul {}
.classification .class-item .class-content ul li {
    position: relative;
    margin:2% 0 5% 0;
    background: #fff;
    overflow: hidden;
}

.classification .class-item .class-content ul li::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/r-icon.svg) no-repeat left bottom/25%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.class-content ul li .word {
    width: 45%;
    padding:2% 5%;
}
.class-content ul li .word .entit {
    padding:38px 0 100px 0;
}
.class-content ul li .word .entit h4 {
    font-size: 38px;
    color: #332c2b;
    font-weight: bold;
    margin:30px 0 20px 0;
}
.class-content ul li .word .entit h5 {
    font-size: 16px;
    color: #666;
    font-family: 'Futura-Medium';
}
.class-content ul li .word .entit h6 {
    font-size: 16px;
    color: #666;
    margin:20px 0 0 0;
}


.class-content ul li .word .series {}
.class-content ul li .word .series h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding:0 0px;
    position: relative;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.5s;
}
.class-content ul li .word .series h3:after {
    content: "";
    position: absolute;
    left:0px;
    top: 20px;
    width: 250px;
    height: 12px;
    background: #f6f6f6;
    z-index: -1;
    transition: all 0.3s;
}
.class-content ul li .word .series h4 {
    font-size: 18px;
    color: #999;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
    padding:30px 0 40px 0;
}
.class-content ul li .word .series p {
    font-size: 16px;
    color:#666;
    line-height: 1.8;
}

.class-content ul li .word .tab {
    margin:20px 0 0 0;
    overflow: hidden;
}
.class-content ul li .word .tab p {
    float: left;
    width: 25%;
    font-size: 16px;
    color:#666;
    line-height: 1.8;
}
.class-content ul li .word .tab p:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #e62129;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.class-content ul li .word .go {
    margin: 50px 0 0 0;
}
.class-content ul li .photo {
    position: relative;
    width: 45%;
}
.class-content ul li .photo img {
    width: 100%;
}
.class-content ul li .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.3);
    z-index: 1;
    transition: all 0.3s;
}
.class-content ul li .photo .word {
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding:10%;
}

.class-content ul li .photo .word h3 {
    font-size: 28px;
    color: #fff;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
    
}
.class-content ul li .photo .word h4 {
    font-size: 28px;
    color: #fff;
    margin:30px 0 20px 0;
}
.class-content ul li .photo .word h5 {
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width:1024px){
.classification {
    background: #f6f6f6;
}
.classification .class-item {
    overflow: hidden;
}
.classification .class-item .class-content {}
.classification .class-item .class-content ul {}
.classification .class-item .class-content ul li {
    position: relative;
    margin:10% 0;
    background: #fff;
    overflow: hidden;
}

.classification .class-item .class-content ul li::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/r-icon.svg) no-repeat left bottom/25%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.class-content ul li .word {
    width: 100%;
    padding:5%;
}
.class-content ul li .word .entit {
    padding:38px 0 50px 0;
}
.class-content ul li .word .entit h4 {
    font-size: 24px;
    margin:30px 0 20px 0;
}
.class-content ul li .word .entit h5 {
    font-size: 16px;
}
.class-content ul li .word .entit h6 {
    font-size: 16px;
    margin:20px 0 0 0;
}


.class-content ul li .word .series {}
.class-content ul li .word .series h3 {
    font-size: 18px;
    padding:0 0px;
}
.class-content ul li .word .series h3:after {
    content: "";
    position: absolute;
    left:0px;
    top: 20px;
    width: 250px;
    height: 12px;
    background: #f6f6f6;
    z-index: -1;
    transition: all 0.3s;
}
.class-content ul li .word .series h4 {
    font-size: 14px;
    padding:30px 0 40px 0;
}
.class-content ul li .word .series p {
    font-size: 14px;
    line-height: 1.8;
}

.class-content ul li .word .tab {
    margin:50px 0 0 0;
}
.class-content ul li .word .tab p {
    font-size: 14px;
    width: 50%;
}
.class-content ul li .word .tab p:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #e62129;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.class-content ul li .photo {
    position: relative;
    width: 100%;
}
.class-content ul li .photo img {
    width: 100%;
}
.class-content ul li .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.3);
    z-index: 1;
    transition: all 0.3s;
}
.class-content ul li .photo .word {
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding:10%;
}

.class-content ul li .photo .word h3 {
    font-size: 24px;
    color: #fff;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
    
}
.class-content ul li .photo .word h4 {
    font-size: 18px;
    color: #fff;
    margin:30px 0 20px 0;
}
.class-content ul li .photo .word h5 {
    font-size: 14px;
    line-height: 1.8;
}
}

/*产品系列*/