.index-row-1{
	display: flex;
	flex-wrap: wrap;		
}
.index-righttool-list {
	width       : 20%;
	margin-right: 15px;
	-ms-flex-negative : 0;
	    flex-shrink : 0;
}

.index-righttool-list .fwgk-items {
	background     : #FFFFFF;
	border         : 1px solid #4c68c9;
	height         : 70px;
	display        : -webkit-box;
	display        : -ms-flexbox;
	display        : flex;
	-webkit-box-align    : center;
	    -ms-flex-align    : center;
	        align-items    : center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.index-righttool-list .fwgk-items img {
	width: 50px;
}
.index-righttool-list .ztzl-items {
	background     : #FFFFFF;
	border         : 1px solid #4c68c9;
	height         : 70px;
}
.index-righttool-list .ztzl-items img{
	width: 100%;
	height: 100%;
	display: block;
}

.index-righttool-list .fwgk-items h3 {
	width      : 150px;
	text-align : center;
	color      : #1d2088;
	font-weight: bold;
}

.index-swiper-list {
	/* -webkit-box-flex        : 1;
	    -ms-flex        : 1; */
	        /* flex        : 1; */
	width       : 40%;
	margin-right: 15px;
}
.index-swiper-bottom{
	clear: both;
	overflow: hidden;
}
.index-swiper-bottom-items {
	margin-right: 10px;
	overflow: hidden;
	width: calc(50% - 5px);
	float: left;
}

.index-swiper-bottom-items:last-child {
	margin-right: 0px;
}

.index-swiper-bottom .index-swiper-bottom-more {
	height: 89px;
	width : 40px;
}

.index-news-list .layui-tab-content ul {
	overflow  : hidden;
}

.index-rightmain {
	width: calc(80% - 15px);
}

.index-rightmain ul {
	max-height: 19em;
	overflow  : hidden;
}

.jkzs {
	display: flex;
	flex-wrap: wrap;
}

.jkzs .jkzs-items {
	width  : calc(20% - 12px);
	display: block;
	background     : #FFFFFF;
	border         : 1px solid #4c68c9;
	height         : 80px;
	-webkit-box-sizing     : border-box;
	        box-sizing     : border-box;
	margin-right   : 15px;
	margin-bottom  : 15px;
}

.jkzs .jkzs-items:nth-child(5) {
	margin-right: 0;
}

.jkzs .jkzs-items:nth-child(10) {
	margin-right: 0;
}

.jkzs .jkzs-items h3 {
	width         : 8em;
	text-align    : center;
	font-size     : 16px;
	color         : #515151;
	letter-spacing: 1px;
}

.jkzs .jkzs-items img {
	width: 100%;
	height: 100%;
}

@media all and (max-width: 768px) {
	.index-row-1{
		display: flex;
		/* flex-wrap: wrap; */
		flex-direction: column;
		clear: both;
		overflow: hidden;
		position: relative;
	}
	.index-righttool-list {
		width       : 100%;
		margin-right: 0px;
		-ms-flex-negative : 0;
		    flex-shrink : 0;
		-webkit-box-ordinal-group       : 3;
		    -ms-flex-order       : 2;
		        order       : 2;
	}

	.index-swiper-list {
		width       : 100%;
		margin-right: 0px;
		-webkit-box-ordinal-group       : 2;
		    -ms-flex-order       : 1;
				order       : 1;
		/* -webkit-box-ordinal-group       : 4;
		    -ms-flex-order       : 3;
		        order       : 3; */
	}

	.index-news-list {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
				order: 3;
		/* -webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1; */
	}

	.index-news-list .layui-tab-content {
		max-height: 14em;
		overflow  : hidden;
	}
	.index-news-list .layui-tab-content ul {
		max-height: 14em;
		overflow  : hidden;
	}

	.index-news-list .layui-tab-content ul li {
		font-size  : 12px;
		line-height: 20px;
	}

	.index-swiper-bottom .index-swiper-bottom-more {
		height: auto;
		width : 40px;
	}

	.index-rightmain {
		width: 100%;
	}

	.index-rightmain ul {
		max-height   : 10em;
		overflow     : hidden;
		margin-bottom: 15px;
	}

	.index-rightmain ul li {
		overflow     : hidden;
		font-size    : 12px;
		line-height  : 24px;
		overflow     : hidden;
		text-overflow: ellipsis;
		white-space  : nowrap;
	}

	.index-righttool-list .fwgk-items {
		background     : #FFFFFF;
		border         : 1px solid #4c68c9;
		height         : 50px;
		display        : -webkit-box;
		display        : -ms-flexbox;
		display        : flex;
		-webkit-box-align    : center;
		    -ms-flex-align    : center;
		        align-items    : center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.index-righttool-list .fwgk-items img {
		width: 45px;
	}

	.index-righttool-list .fwgk-items h3 {
		width      : 6em;
		font-size  : 12px;
		text-align : center;
		color      : #1d2088;
		font-weight: 400;
	}

	.jkzs {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap      : wrap;
		    flex-wrap      : wrap;
	}

	.jkzs a {
		width  : calc(50% - 7px);
		display: block;
	}

	.jkzs .jkzs-items {
		background     : #FFFFFF;
		border         : 1px solid #4c68c9;
		height         : 60px;
		display        : -webkit-box;
		display        : -ms-flexbox;
		display        : flex;
		-webkit-box-align    : center;
		    -ms-flex-align    : center;
		        align-items    : center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width          : 100%;
		-webkit-box-sizing     : border-box;
		        box-sizing     : border-box;
		margin-right   : 0px;
		margin-bottom  : 15px;
	}

	.jkzs .jkzs-items h3 {
		width         : 6em;
		text-align    : center;
		font-size     : 12px;
		color         : #515151;
		letter-spacing: 0px;
	}
}


.jkdt-more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #4c68c9;
	color: #fff;
	padding: 20px 7px;
	border: 1px solid #4c68c9;
}

.jkdt-more:hover {
	background: #fff;
	color: #4c68c9;
	border: 1px solid #4c68c9;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 7px;
	left: 0;
	width: auto;
}

/* 给飘窗添加一些基础样式，如宽度，高度和背景颜色等等 */
#piao-box {
	position: relative;
	z-index: 999999999999;
}

#piao-bay {
	/* width: 349px;
	height: 180px; */
	width: 298px;
	height: 154px;
}

#piao-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	color: #000;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
}

#piao-close:hover {
	background-color: #fff;

}