@keyframes iTranslate {
	0% {
		transform: translateY(-40px);
		opacity: 0
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0px);
		opacity: 1
	}
}

@-moz-keyframes iTranslate {
	0% {
		-moz-transform: translateY(-40px);
		opacity: 0
	}

	50% {
		-moz-transform: translateY(10px)
	}

	100% {
		-moz-transform: translateY(0px);
		opacity: 1
	}
}

@-webkit-keyframes iTranslate {
	0% {
		-webkit-transform: translateY(-40px);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0px);
		opacity: 1
	}
}

@-o-keyframes iTranslate {
	0% {
		-o-transform: translateY(-40px);
		opacity: 0
	}

	50% {
		-o-transform: translateY(10px)
	}

	100% {
		-o-transform: translateY(0px);
		opacity: 1
	}
}

.i-ban {
	height: 600px;
	overflow: hidden;
	position: relative
}

.i-ban .wrapp {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px
}

.i-ban ul {
	width: 1920px;
	height: 600px;
	position: relative
}

.i-ban li {
	width: 1920px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	-webkit-perspective: 500;
	-moz-perspective: 500;
	-o-perspective: 500;
	perspective: 500
}

.i-ban .item1 {
	background: url(../img/23/banner1_bg1.jpg) center center no-repeat
}

.i-ban .item2 {
	background: url(../img/23/banner2_bg.jpg) center center no-repeat
}

.i-ban img {
	display: block
}

.i-ban .item2 .ele1 {
	margin-right: 104px;
	margin-top: 227px
}

.i-ban .item2 .ele2 img {
	margin-top: 41px;
	margin-left: 40px
}

.i-ban .item1 .ele1 img {
	margin: 134px auto 0
}

.i-ban li.active .ele1 {
	-webkit-animation: iTranslate 0.5s ease-out forwards;
	-moz-animation: iTranslate 0.5s ease-out forwards;
	-o-animation: iTranslate 0.5s ease-out forwards;
	animation: iTranslate 0.5s ease-out forwards
}

.i-btns {
	height: 6px;
	position: absolute;
	right: 50%;
	bottom: 30px
}

.i-btns-item {
	width: 47px;
	height: 6px;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	float: left;
	margin-left: 7px;
	cursor: pointer
}

.i-btns-item.active {
	background-color: #0091ea
}

.item_title {
	height: 180px
}

.item_title h1 {
	padding-top: 56px;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	color: #037c9d
}

.item_title h6 {
	margin: 17px 0 23px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #666
}

.item_title .line {
	width: 62px;
	height: 1px;
	background-color: #037c9d;
	margin: 0 auto 44px
}

.service_box {
	height: 695px;
	background-color: #fff
}

.service_left,.service_right {
	height: 515px
}

.service_left {
	padding: 0 60px 0 120px;
	width: 420px
}

.service_right {
	padding: 0 120px 0 60px;
	width: 420px
}

.service_info img {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 1px 2px 5px #efefef
}

.service_text h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 40px 0 20px;
	color: #333
}

.service_text .line {
	margin-bottom: 20px;
	width: 62px;
	height: 1px;
	background-color: #037c9d
}

.service_text p {
	width: 350px;
	line-height: 20px;
	font-size: 14px;
	color: #666
}

.case_box {
	height: 1277px;
	background: url(../img/23/case.jpg) no-repeat center
}

.case_line {
	width: 190px;
	height: 2px;
	background-color: #037c9d
}

.case_tab {
	height: 160px
}

.case_tab ul {
	height: 100px;
	margin-top: 20px
}

.case_tab ul li {
	width: 190px;
	height: 100px;
	margin-right: 10px;
	cursor: pointer
}

.case1 {
	background: url(../img/case101.png) no-repeat center
}

.case1.main_cur,.case1:hover {
	background: url(../img/caseh111.png) no-repeat center
}

.case2 {
	background: url(../img/case202.png) no-repeat center
}

.case2.main_cur,.case2:hover {
	background: url(../img/caseh222.png) no-repeat center
}

.case3 {
	background: url(../img/case303.png) no-repeat center
}

.case3.main_cur,.case3:hover {
	background: url(../img/caseh333.png) no-repeat center
}

.case4 {
	background: url(../img/case404.png) no-repeat center
}

.case4.main_cur,.case4:hover {
	background: url(../img/caseh444.png) no-repeat center
}

.case5 {
	background: url(../img/case505.png) no-repeat center
}

.case5.main_cur,.case5:hover {
	background: url(../img/caseh555.png) no-repeat center
}

.case6 {
	background: url(../img/case606.png) no-repeat center
}

.case6.main_cur,.case6:hover {
	background: url(../img/caseh666.png) no-repeat center
}

.case_detail li {
	display: none;
	height: 866px;
	width: 1200px;
	background-color: #fff
}

.case_info {
	padding: 10px 40px 0 40px
}

.case_info h1 {
	margin: 30px 0 20px;
	font-size: 18px;
	line-height: 18px;
	color: #037c9d
}

.case_info p {
	padding-bottom: 15px;
	line-height: 14px;
	font-size: 14px;
	color: #666
}

.case_section1 dd {
	padding-bottom: 20px;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	padding-left: 14px;
	margin-right: 30px;
	float: left;
	background: url(../img/23/icon.png) no-repeat left 5px
}

.case_section2 {
	margin-top: 10px;
	padding: 0 0 28px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.case_section2 img {
	margin-top: 17px
}

.case_result p {
	padding: 2px 0 9px
}


