
figure img{filter: drop-shadow(10px 10px 10px rgba(0,0,0,.5))}

.cbp-so-scroller {
	margin-top: 0px;
	overflow: hidden;
}

.cbp-so-section {
	margin-bottom: 2em;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section h2 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	padding-bottom: 20px;
	color:#fff;
}

.cbp-so-section p {
	font-size: 16px;
	line-height:30px;
	font-weight: 400;
	color: #fff;
}

/* Sides */
.cbp-so-side {
	width: 40%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
/*
.cbp-so-side h2{text-align: center;margin-bottom: 15px;} */

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: left;
}

.cbp-so-side-right img {
	float: left;
	
	
}

.cbp-so-side-left img {
	float: right;

}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */
/*
@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
}
*/

.cbp-so-side img {
		max-width: 100%;
	}

/* 专业技术css */
.banner-img{width:100%;height:auto;padding:0px;margin-bottom: 0px;}
.preview-head{height: 330px;background-color:#808080;padding:0px;margin-top:-4px;width: auto;}
.preview-head h3{color:#fff;font-size:24px;margin-top:0px;padding-top:60px;font-family:"微软雅黑";text-align: center;}
.preview-head p{color:#fff;font-size:16px;line-height:30px;margin-top:0px;margin:20px auto; max-width: 1100px;}
.header{position:fixed;z-index:3;left:0px;top:0px;overflow:hidden;margin: 0 auto;width:100%; }
.container{background: #47a3da;width:1400px;margin:0 auto;}
body{background: #47a3da;font-family:"微软雅黑";}
/*
*, :after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }  */
