@charset "gb2312";
/* CSS Document */
*{
	padding:0;
	margin: 0;
	font-size: .12rem;
	color: #666;
}

li{
	list-style:none;
}
.index-nav{
	width:100%;
	height: 45px;
	color: #fff;
	font-size: .18rem;
	line-height: 45px;
	background: #267ada;
	text-align: center;
}
.index-nav span{
	color: #fff;
	font-size: .18rem;
	line-height: 45px;

}
.yhxy_box{
	background-color:#eee;
	overflow: hidden;
}
.yhxy_bg{
	width:100%;
}
.yhxy_bg img{
	width:100%;
}
.yhxy_box ul{
	width:100%;
	background-color:#fff;
}
.yhxy_box ul li{
	width:100%;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
	margin-bottom: 10px;
}
.yhxy_box ul li div{
	width:calc(100% - 30px);
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
.yhxy_box ul li div span{
	color:#1381f1;
	font-size: .14rem;
	line-height: 28px;
	background:url(/images/jzjh_style_03.png) left no-repeat;
	padding-left: 16px;
	display: block;
	text-align: justify;
	padding-top: 5px;
}
.yhxy_box ul li div a{
	float:right;
	color:#ff6600;
	cursor: pointer;
}
.yhxy_box ul li div img{
	margin:0 auto;
	text-align: center;
}
.yhxy_box ul li div p{
	text-align: justify;
	line-height: 20px;
}
.yhxy_box ul li div p i{
	color:#333;
	font-weight: bold;
}

.yhxy_box ul li:last-child{
	margin-bottom:0;
}
.yhxy_box ul li .tongyi{
	width: 200px;
	text-align: center;
	margin: 0 auto;
}
.yhxy_box ul li .tongyi img{
	width:20px;
	float: left;
	margin-top: 10px;
}
.yhxy_box ul li .tongyi span{
	color:#1381f1;
	line-height: 40px;
}

.fh{
	color:#fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/arrow_ico1.png) no-repeat center 50%;
	background-size: 17px auto;
}






















