﻿@charset "utf-8";

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0
}
.clearfix {
*zoom:1
}
.clear {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}
.por {
	position: relative
}
.poa {
	position: absolute
}
.icon {
	background: url(/demo92/skin/images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle
}

.transs {
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	-o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.index .title {
	text-align: center;
	width: 100%;
	padding-bottom: 30px
}
.index .title h3 {
	font-size: 30px;
	font-weight: 400;
	display: block;
	line-height: 30px;
	background: url(/demo92/skin/images/title.png) no-repeat center
}
.index .title p {
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
	font-family: avantgardeitvbybt book, arial;
	padding-top: 14px
}
.index .title h3 b {
	display: inline-block
}
.imenu {
	text-align: center
}
.imenu a {
	font-size: 16px;
	display: inline-block;
	padding: 0 24px;
	text-align: center;
	border-left: 1px solid #3fb150;
	height: 20px;
	line-height: 20px
}
.imenu a:first-child {
	border-left: 0
}
.imenu a:hover {
	color: #3fb150
}
.index .floor_1_main {
	padding-top: 80px;
	padding-bottom: 80px
}

.index .floor_2_main {
	background: url(../picture/iyoushi.jpg) no-repeat center top;
	height: 800px;
	overflow: hidden
}
.index .floor_2, .index .floor_3 {
	padding: 80px 0;
	position: relative
}
.index .floor_2 .title {
	color: #fff
}
.iyoushi {
	background: url(../picture/bieshu.png) no-repeat 460px center;
	height: 536px;
	overflow: hidden
}
.iyoushi .item {
	width: 375px;
	height: 128px;
	background: url(../picture/yousitem.png) no-repeat left top;
	float: left;
	margin-top: 20px
}
.iyoushi .item a {
	display: block;
	padding: 40px
}
.iyoushi .item .img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-left: 10px
}
.iyoushi .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	display: block
}
.iyoushi .item .txt {
	width: 210px;
	padding-left: 40px;
	color: #000;
	text-align:center;
	transform:translateY(-20%);/**上移元素**/
	-ms-transform:translateY(-20%);
	-webkit-transform:translateY(-20%);

}
.iyoushi .item .txt h3 {
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.iyoushi .item .txt p {
	font-family: arial;
	color: #000;
	padding-top: 0;
	width: 200px;
}

.iyoushi .item .txt p:hover {
 color: #00ffff;
}



.iyoushi .it1, .iyoushi .it5 {
	margin-left: 62px;
	margin-right: 60px
}
.iyoushi .it2, .iyoushi .it6 {
	margin-right: 65px;
	float: right
}
.iyoushi .it4 {
	float: right
}
.iyoushi .item:hover {
	background: url(../picture/yousitem_a.png) no-repeat left top
}
.iyoushi .item:hover .txt h3 {
	color: #24b2f3 
}

.iyoushi .item:hover .txt p {
        color: #24b2f3
}

.iyoushi .item:hover .img img {
	top: -50px
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@font-face {
	font-family: ADELE;
	src: url(../font/ADELE.eot);
	src: url(/skin/fonts/adele.eot) format("eot"), url(/skin/fonts/adele.ttf) format("truetype")
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
