﻿.bgcf6 {
	padding: 60px 0;
	background: #f6f6f6;
}
.tranc .hx-title{
	text-align: left;
	margin-top: 0;
}
.tranc .hx-title:after{
	left: 40px;
}
.tranc .txt {
	margin-bottom: 20px;
}
.tranc .txt p{
	font-size: 13px;
	line-height: 2;
	color: #000000;
}

.material p{
	font-size: 13px;
	line-height: 2;
}

.shadowImg img{
	height: 550px;
}
.swiper-container{
	/*height: 550px;
	margin-top: 50px;*/
}
.shadowImg li{
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:cover;
}
.shadowImg .shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
	top: 0;
	background: #e4007f;
	transition: opacity .2s ease;
}

.shadow .txt,.shadowImg .out{
	color: #fff;
	position: absolute;
	top: 50%;
	height: 314px;
	margin-top: -157px;
	width: 80%;
	margin-left: 10%;
	border: 1px solid #e4007f;
}
.shadowImg .out{
	border-color: #ccc;
}
.shadow .txt h5,.shadowImg .out h5{
	margin: 20% 0 20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.shadow .txt p{
	font-size: 14px;
	line-height: 1.8;
}
.shadowImg .out .hand{
	width: 46px;
    height: 46px;
    background: url(../images/product-hand.png) #fff no-repeat center;
    border-radius: 50%;
    background-size: 70%;
    margin: 40px auto 0;
}
.s1{
	background-image: url(../images/product_s1.png);
}
.s2{
	background-image: url(../images/product_s2.png);
}
.s3{
	background-image: url(../images/product_s3.png);
}
.s4{
	background-image: url(../images/product_s4.png);
}
.craft p{
	font-size: 13px;
	line-height: 2;
}
.craft .container{
	margin-bottom: 40px;
}
.craft .col-sm-3,.craft .col-xs-6{
	padding: 0;
}

@media (max-width: 768px) {
	.swiper-container{
		/*margin-top: 20px;*/
	}
	.craft .container{
		margin-bottom: 20px;
	}
	.material{
		padding-top: 60px;
	}
	.material .hx-title{
		margin-top: 0;
	}
	.craft .hx-title{
		margin-top: 60px;
	}
}
@media (min-width: 769px){
	.shadowImg li:hover .shadow{
		opacity: 1;
		filter: "alpha(opacity=100)";
		filter: alpha(opacity=100);
		zoom: 1;
	}
}
