/* 案例 */
.works1{
	height: 650px;
	background: #F2F2F2;
	padding-bottom: 85px;
	padding-top: 85px;
}
.works2{
	padding-top: 100px;
	padding-bottom: 125px;
	background: #fff;
}
.works2 .category{
	padding-bottom: 37px;
	border-bottom: 1px solid #ccc;
}
.works2 .category .col-lg-7{
	width: 55%;
}
.works2 .category .btn{
	font-size: 15px;
	color: #333239;
	border-radius: 0;
}
.works2 .category .btn-default{
	color: #FAEE2A;
	background: #333239;
	font-weight: bold;
}
.works2 .works2-content{
	padding-top: 65px;
	padding-bottom: 65px;
}
.works2 .works2-list{
	position: relative;
	background-size: cover;
	height: 265px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center; 
	
	transition: all 0.3S;
	-moz-transition: all 0.3S;	/* Firefox 4 */
	-webkit-transition: all 0.3S;	/* Safari 和 Chrome */
	-o-transition: all 0.3S;	/* Opera */
}
.works2 .works2-list .black{
	position: absolute;
	opacity: .6;
	height: 265px;
	width: 100%;
	background: #000;
	z-index: 999;
	transform: scale(1,0);
	-ms-transform: scale(1,0);	/* IE 9 */
	-webkit-transform: scale(1,0);	/* Safari 和 Chrome */
	-o-transform: scale(1,0);	/* Opera */
	-moz-transform: scale(1,0);	/* Firefox */
	transition: all 0.3S;
	-moz-transition: all 0.3S;	/* Firefox 4 */
	-webkit-transition: all 0.3S;	/* Safari 和 Chrome */
	-o-transition: all 0.3S;	/* Opera */
}
.works2 .works2-list p,.works2 .works2-list span{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	z-index: 999;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: -9px;
	transform: scale(1,0);
	-ms-transform: scale(1,0);	/* IE 9 */
	-webkit-transform: scale(1,0);	/* Safari 和 Chrome */
	-o-transform: scale(1,0);	/* Opera */
	-moz-transform: scale(1,0);	/* Firefox */
	transition: all 0.3S;
	-moz-transition: all 0.3S;	/* Firefox 4 */
	-webkit-transition: all 0.3S;	/* Safari 和 Chrome */
	-o-transition: all 0.3S;	/* Opera */
}
.works2 .works2-list span{
	top: auto;
	bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #969696;
}
.works2 .works2-list:hover .black,.works2 .works2-list:hover p,.works2 .works2-list:hover span {
	transform: scale(1,1);
	-ms-transform: scale(1,1);	/* IE 9 */
	-webkit-transform: scale(1,1);	/* Safari 和 Chrome */
	-o-transform: scale(1,1);	/* Opera */
	-moz-transform: scale(1,1);	/* Firefox */
}
.works2-content .bottom{
	padding-bottom: 30px;
}
.works2 .button{
	text-align: center;
}
.works2 .button .more{
	width: 90%;
	background: #252A2C;
	color: #FAEE2A;
	line-height: 55px;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	border-radius: 0;
}
/* 案例详情 */   
.wd2{
	font-weight: bold;
	color: #333239;
}
.wd3{
	line-height: 200%;
}
.wd3 table{
	border: 0px;
}
.wd3 table img{
	padding: 30px;
}
.wd3-line{
	padding-bottom: 50px;
	border-bottom: 5px solid #000;
}
.wd4{
	padding-top: 18px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 22px;
}
.wd4 p{
	padding-bottom: 24px;
}
.wd10 .btn-link{
	font-size: 20px;
	color: #252A2C;
	transition: all 0.3s;
}
.wd10 .btn-link:hover{
	color: #f9ed2a;
}


body{
	overflow-x: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wc_con{
	width: 100%;
	height: 680px;
	background: #F2F2F2;
	position: relative;
	padding-bottom: 90px;
	padding-top: 90px;
}
.wc_con5{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	z-index: -1;
	width: 100%;
	height: 500px;
}
.wc_con2{
	position: relative;
	width: 480px;
	height: 500px;
	float: left;
	background: #F2F2F2;
	z-index: 3;
}
.wc{
	position: absolute;
	right: auto;
	/*left: -260px;*/
	left: 30px;
	text-align: left;
	top: 50%;
	margin-top: -121px;
	width: 280px;
	height: 242px;
}
.wc h5{
	font-size: 23px;
	color: #BAB9B9;
	font-weight: bold;
	padding-bottom: 20px;
}
.wc h1{
	font-size: 31px;
	font-weight: bold;
	color: #252A2C;
	padding-bottom: 60px;
}
.wc .works_p{
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
}
.wc .works_p p{
	font-size: 14px;
	color: #333239;
	line-height: 200%;

}
.wc_arrow{
	background: #fff;
}
.wc_arrow_l,.wc_arrow_r{
	display: block;
	width: 80px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	margin-top: -37px;
	top: 50%;
	z-index: 2;
	background: #FAEE2A;
	color: #333239;
}
.wc_arrow_l{
	left: auto;
	right: 5px;
}
.wc_arrow_r{
	left: 0;
	right: auto;
}
.wc_arrow_l:hover,.wc_arrow_r:hover{
	background: #333239;
	cursor: pointer;
	color: #fff;
}
.wc_con3{
	width: 705px;
	height: 500px;
	position: relative;
	float: right;

}
.wc_con4{
	position: absolute;
	/*z-index: -1;*/
	transition: all .6s cubic-bezier(1, 0, 0, 1);
	width: 500%;
}
.wc_con4 img{
	display: block;
	float: left;
	width: 705px;
	height: 500px;
}