@charset "utf-8";
/* CSS Document */

/*case*/
.wd12{ margin:0 auto; width:1200px;}
.cz{animation:z1 3s;}
.nh{ 
	float:right;
	width:750px;
	color:#fff; 
	line-height:30px;
	background:#09213b;
}
.nhfl{ 
	float:left; width:150px; 
	background:url(../../images/case/nh/text2-2.png) no-repeat #ed4327; 
}
.nh1{ height:198px; border-bottom:1px solid #ff864e;}

.nhfr{ float:left; width:520px; margin-left:8px;}
.nh2{ border-top:1px solid #35495e; height:198px;}
.nhfr .nh2:first-child{ border-top:none;}
.nh2 p{ padding:60px 0 0 25px;}
.nh2 p a { color: rgba(255,255,255,.8); }
.nh2 img{ padding:100px 0 0 24px;}
.nh50{ width:50%; float:left; color:#fff; line-height:30px; background:#09213b;}
.nh50 h3{ font-size:18px; font-weight:bold; padding:124px 0 22px 56px;}
.nh50 p{ padding:0 50px 0 56px;}
.nh50 p a { color: rgba(255,255,255,.8); }


/*fullSlide*/
.fullSlide {
	height:433px;
	position: relative;
	z-index:2;
	width:1200px;
	padding-top:187px;
}
.fullSlide .bd {
	margin:0 auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.fullSlide .bd ul {
	width:576px;
	margin:0 0 0 323px;
}
.fullSlide .bd li {
	height:433px;
	width:576px;
	overflow: hidden;
	text-align: center;
	text-indent:-9999px;
}
.fullSlide .prev,.fullSlide .next { width: 57px; height: 46px; position: absolute; top:348px; z-index: 10; cursor: pointer; text-indent: -9999px; }
.fullSlide .prev{ left: 106px;}
.fullSlide .next { right: 73px;}
.fullSlide .prev:hover,.fullSlide .next:hover { filter:alpha(opacity=70) !important;opacity:0.7 !important;  }

.y_fd {
	-webkit-animation: fadeInDown 1s .2s ease both;
	-moz-animation: fadeInDown 1s .2s ease both;
	animation: fadeInDown 1s .2s ease both;
	display:block !important;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-200px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-200px);
}
 100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-200px);
}
 100% {
opacity: 1;
transform: translateY(0);
}
}


@keyframes z1 {
 0% {
transform:scale(0.1);
}
100% {
transform:scale(1);
}
}
@-webkit-keyframes z1 {
 0% {
-webkit-transform:scale(0.1);
}
 100% {
-webkit-transform:scale(1);
}
}
}
