

.youshi-tit {
	text-align: center;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.youshi-tit h3 {
	font-size: 50px;
    font-weight: 700;
    display: block;
    line-height: 60px;
	color: #127a44;
}
.youshi-tit h4 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 20px;
    display: block;
	letter-spacing: 10px;
}
.youshi-tit .line_lef {
	left: 50%;
    margin-left: -392px;
}
.youshi-tit s {
	position: absolute;
    top: 12px;
    display: block;
    background: url(../images/line.png) no-repeat;
    width: 124px;
    height: 42px;
}
.youshi-tit .line_rig {
	right: 50%;
    margin-right: -392px;
}

.floor_2_main {
	width: 100%;
}
.floor_2_main .floor_2 {
	padding: 60px 0;
}
.youshi .item {
	padding-bottom: 80px;
	position: relative;
	padding-top: 65px;
}
.youshi .item .tit {
	width: 100px;
	position: relative;
}
.youshi .item .tit img {
	display: block;
}
.youshi .item .tit h3 {
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	left: 134px;
	top: 34px;
}
.youshi .item .txt {
	width:580px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.youshi .item .txt h4 {
	font-size: 30px;
	font-weight: 700;
	color: #127a44;
	line-height: 32px;
}
.youshi .item .txt .desc {
	padding-top: 20px;
	line-height: 30px;		
}
.youshi .item .txt .cha {
	font-size: 18px;
	width: 200px;
	height: 54px;
	line-height: 54px;
	display: block;
	border: 2px solid #127a44;
	text-align: center;
	color: #127a44;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 34px;
}
.youshi .item .txt .cha:hover {
	background: #127a44;
	color: #fff;
}
.youshi .item .img {
	position: absolute;
	right: 0;
	top: 0;
}
.youshi .item .img img {
	max-width: 400px;
	display: block;
}
.youshi .item.it2 {
	padding-left: 490px;
}
.youshi .item.it2 .img {
	right: auto;
	left: 0;
}
.youshi .item:hover .txt {
	-webkit-transform: translate3d(0,-6px,0);
	transform: translate3d(0,-6px,0);
}

