/*关于品牌板块标题*/
.show-title {
    position: relative;
    padding:3% 0 2% 0;
}
.show-title p {
    font-size:30px;
    color: #333;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: "VALKYREGULAR";
    *font-family: "Medel";
}
.show-title h3 {
    position: relative;
    font-size: 36px;
    color: #000;
    *font-weight: bold;
    margin:0 0 20px 0;
}
.show-title::after {
    content: "";
    width:1px;
    height:30px;
    background:#999;
    display:inline-block;
    vertical-align:middle;
}
.show-title h4 {
    font-size: 16px;
    color:#999;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.show-title {
    padding:4% 0;
}
.show-title h3 {
    font-size: 20px;
}
.show-title i {
    margin: 3% auto 3% auto;
}
.show-title p {
    font-size: 18px;
}
.show-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
    
}
}
/*关于品牌板块标题 end*/

.show {
    padding: 3% 0;
}
.show .height60 {
    padding:2% 0 0 0 !important;
}

/*产品美学设计*/
.designer-video .word {
    margin:0 0 30px 0;
}
.designer-video .word h4 {
    font-size: 16px;
    color:#666;
    
}
.video-item {}
.video-item ul {}
.video-item ul li {
    float: left;
	width: 49%;
	background: #f5f5f5;
	margin: 1% 0% 1% 0%;
}
.video-item ul li:nth-of-type(odd) {
    margin: 1% 1% 1% 0%;
}
.video-item ul li:nth-of-type(even) {
    margin: 1% 0% 1% 1%;
}
.video-item ul li .thumb {
	display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.video-item ul li .thumb img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.video-item ul li .item {
	padding: 5%;
}

.video-item ul li .item h3 {
	font-size: 15px;
	color: #55504f;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*鼠标hover效果*/
.video-item ul li:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-item ul li .thumb:after {
	display: none;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0.2) url(../fonts/video.svg) no-repeat center -500px/40px;
}

.video-item ul li:hover .thumb:after {
	display: block;
	background: rgba(0, 0, 0, 0.3) url(../fonts/video.svg) no-repeat center center/40px;
}
/*产品美学设计*/

