.h_youshi {
	width: 100%;
	background: #fff
}
.h_youshi_in {
	width: 90%;
	max-width: 1280px;
	padding: 40px 0;
	margin: 0 auto
}

.h_tlt1 {
	width: 100%
}
.h_tlt1 p {
	font-size: 24px;
	font-weight: 700;
	color: #003e92;
	text-align: center
}
.h_tlt1 span {
	display: block;
	font-size: 15px;
	font-weight: lighter;
	color: #003e92;
	text-align: center;
	height: 40px;
	line-height: 40px
}
.h_tlt1 em {
	display: block;
	width: 58px;
	height: 2px;
	background: #003e92;
	margin: 0 auto
}

.h_youshi_in ul {
	padding-top: 40px
}
.h_youshi_in ul li {
	float: left;
	margin-right: 2%;
	width: 23%
}
.h_youshi_in ul li:nth-child(4n) {
	margin-right: 0
}
.h_youshi_in ul li .icon {
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	transition: background .5s, color .5s;
	-moz-transition: background .5s, color .5s;
	-webkit-transition: background .5s, color .5s;
	-o-transition: background
}
.h_youshi_in ul li .icon span {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/ys1.png) center center no-repeat;
	background-size: cover;
	transition: background .5s, color .5s;
	-moz-transition: background .5s, color .5s;
	-webkit-transition: background .5s, color .5s;
	-o-transition: background
}
.h_youshi_in ul li .icon2 span {
	background: url(../image/ys2.png) center center no-repeat;
	background-size: cover
}
.h_youshi_in ul li .icon3 span {
	background: url(../image/ys3.png) center center no-repeat;
	background-size: cover
}
.h_youshi_in ul li .icon4 span {
	background: url(../image/ys4.png) center center no-repeat;
	background-size: cover
}
.h_youshi_in ul li .tlt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #2a333c
}
.h_youshi_in ul li p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
	line-height: 1.458716;
}
.h_youshi_in ul li:hover .icon {
	background: #16b4b9;
	background: #003e92;
}
.h_youshi_in ul li:hover .icon1 span {
	background: url(../image/ys1a.png) center center no-repeat;
	background-size: cover
}
.h_youshi_in ul li:hover .icon2 span {
	background: url(../image/ys2a.png) center center no-repeat;
	background-size: cover
}
.h_youshi_in ul li:hover .icon3 span {
	background: url(../image/ys3a.png) center center no-repeat;
	background-size: cover
}
.h_youshi_in ul li:hover .icon4 span {
	background: url(../image/ys4a.png) center center no-repeat;
	background-size: cover
}
.youshi_wrap {
	overflow: hidden;
	width: 100%;
	overflow-x: hidden;
	margin-left: 0
}

@media(max-width:880px) {
.h_youshi_in ul li p {
	font-size: 12px;
	margin-top: 0
}
.h_youshi_in ul {
	width: 96%;
	padding: 20px 2% 0
}
.h_youshi_in {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0
}
.h_youshi_in ul li {
	width: 47%;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-right: 2.9%;
}
.h_youshi_in ul li:nth-child(2n) {
	margin-right: 0
}
.h_youshi_in ul li .icon {
	width: 80px;
	height: 80px
}
.h_youshi_in ul li .icon span {
	width: 30px;
	height: 30px
}
.h_youshi_in ul li .tlt {
	margin-top: 10px;
	font-size: 16px
}
}