.top {
	width: 100%;
	height: 540px;
}

.top img {
	width: 100%;
	height: 540px;
}

.yqfw {
	width: 100%;
	background-image: url('../img/index/yqfw.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 500px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 0 210px 0 230px;
	box-sizing: border-box;
}

.yq_lfet {
	color: #074E78;
	margin-bottom: 40px;
	width: 294px;
}

.yq_title {
	font-size: 50px;
}

.yq_text {
	font-size: 26px;
	margin-top: 10px;
}

.yq_right {
	display: flex;
	width: 71%;
	height: 400px;
	margin-left: 120px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yq_right li {
	width: 32%;
	height: 194px;
	border: 2px solid #fff;
	text-align: center;
}
.yq_right li:hover {
	background-color: #87c5ff;
	transition: .6s;
}

.yq_right li img {
	margin-top: 40px;
	width: 60px;
	height: 60px;
}

.yq_right li p {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}



.qyfw {
	width: 100%;
	background-image: url('../img/index/qyfw.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 700px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 0 220px 0 230px;
	box-sizing: border-box;
}

.qy_lfet {
	color: #654531;
	margin-bottom: 270px;
	width: 270px;
}

.qy_title {
	font-size: 50px;
}

.qy_text {
	font-size: 26px;
	margin-top: 10px;
}

.qy_right {
	display: flex;
	width: 72%;
	margin-left: 150px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.qy_right li {
	width: 23.4%;
	height: 280px;
	border: 2px solid #fff;
	text-align: center;
}
.qy_right li:hover {
	background-color: #AB6C2F;
	transition: .6s;
}

.qy_right li img {
	margin-top: 68px;
	width: 80px;
	height: 80px;
}

.qy_right li p {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

.list {}

.list_li {
	width: 100%;
	height: 620px;
	background-color: #F7F9FD;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_li:nth-child(2n+1) {
	background-color: #fff;
}

.list_felx {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;

}

.felx_left {
	width: 230px;
	height: 450px;
	padding: 50px 30px 0px 30px;
	color: #fff;
	background-image: url('../img/index/gthgd.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.felx_left1 {
	width: 230px;
	height: 450px;
	padding: 50px 30px 0 30px;
	color: #fff;
	background-image: url('../img/index/lhyg-gj.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.felx_left2 {
	width: 230px;
	height: 450px;
	padding: 50px 30px 0 30px;
	color: #fff;
	background-image: url('../img/index/yxgs-bj.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.felx_left3 {
	width: 230px;
	height: 450px;
	padding: 50px 30px 0 30px;
	color: #fff;
	background-image: url('../img/index/csfw-bj.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.felx_left4 {
	width: 230px;
	height: 450px;
	padding: 50px 30px 0 30px;
	color: #fff;
	background-image: url('../img/index/zzxk-bj.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.felx_left5 {
	width: 230px;
	height: 450px;
	padding: 50px 30px 0 30px;
	color: #fff;
	background-image: url('../img/index/kjxm-bj.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.flex_lfet_title {
	font-size: 32px;
	height: 89px;
}

.flex_lfet_text {
	font-size: 20px;
	margin-top: 20px;
	height: 103px;
}

.flex_lfet_img {
	width: 58px;
	height: 30px;
	margin-top: 182px;
	margin-left: 177px;
}

.flex_right {
	display: flex;
	flex-wrap: wrap;
	width: 67%;
}

.flex_right li {
	padding: 30px 25px 30px 40px;
	border: 1px solid #eee;
	width: 25%;
	height: 189px;
	background-color: #fff;
}

.flex_right_title {
	font-size: 20px;
	height: 53px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/*这里设置几行*/
	overflow: hidden;
}

.flex_right_span {
	height: 58px;
	font-size: 16px;
	color: #9FA19F;
	margin-top: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/*这里设置几行*/
	overflow: hidden;
}

.flex_right_tag {
	display: flex;
	align-items: center;
	margin: 20px 0;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.flex_right_tag p {
	padding: 1px 6px;
	border-radius: 5px;
	border: 1px solid #eee;
	font-size: 14px;
	color: #9FA19F;
	margin-right: 10px;
}

.flex_right li img {
	width: 46px;
	height: 18px;
}


.index_news {
	border-top: 1px solid #999;
	width: 76%;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 20px;
}

.index_news_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	border-bottom: 1px dashed #888;
}

.index_news_title {
	font-size: 20px;
}

.index_news_gd a {
	font-size: 16px;
	color: #888;
}

.index_news_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	flex-wrap: wrap;
}

.index_news_li {
	width: 49%;
	display: flex;
	padding: 28px 0;
	border-bottom: 1px dashed #888;
}

.index_news_li img {
	width: 150px;
	height: 105px;
}

.index_news_li_right {
	margin-left: 20px;
}

.index_news_li_title {
	font-size: 20px;
	height: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_news_li_ps {
	font-size: 16px;
	margin-top: 10px;
	height: 44px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.fwys{
	padding: 50px 330px;
	padding-top: 70px;
	background-color: #F7F9FD;
}
.fwys_title{
	text-align: center;
	font-size: 40px;
}
.fwys_ps{
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.fwys_list{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fwys_li{
	width: 23%;
	text-align: center;
	background-color: #fff;
}
.fwys_li img{
	width: 100%;
	height: 250px;
}
.fwys_li_title{
	font-size: 24px;
	margin-top: 20px;
}
.fwys_li_p{
	font-size: 16px;
	padding: 20px 0;
}
.fwys_li_p p{
	padding: 10px 0;
	color: #999;
}

.fwlc_li{
	text-align: center;
	font-size: 20px;
}
.fwlc_li img{
	margin-bottom: 20px;
	width: 130px;
	height: 130px;
}