@charset "utf-8";

/* CSS Document */
body {
	background-color: #ffffff;
	font-family: "Microsoft YaHei";
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.crumbs_box {
	width: 100%;
	margin: 0 auto;
	background-color: #f4f4f4;
}

.box_box {
	width: 1200px;
	margin: 0 auto;
}

.container {
	width: 100%;
	min-width: 1200px;
}

.container .box_box {
	background-color: #fff;
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.crumbs {
	padding-left: 20px;
	background: url(zxft_crumbs.png) no-repeat left center;
	font-size: 14px;
	line-height: 45px;
	color: #333;
	width: 1200px;
	margin: auto;
}

.crumbs a {
	color: #333;
}

.crumbs a:hover,
.crumbs a.cur {
	color: #115db2;
}

.crumbsline {
	height: 8px;
	background: url(zxft_titlebg.png) 0 0 repeat-x;
}

.bg_banner {
	width: 1200px;
	margin: 10px auto 0 auto;
}

.bg_banner img {
	width: 100%;
}

.neirong-title h1 {
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 2%;
	color: #333;
	padding: 20px 0px;
	line-height: initial;
	font-size: 28px;
	color: #1467cf;
}

.piclist {
	clear: both;
	width: 100%;
	display: block;
	height: auto;
	margin-top: 20px;
}

.piclist ul {
	width: 100%;
	clear: both;
}

.piclist ul li {
	float: left;
	width: 236px;
	height: 157px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.piclist ul li:nth-child(5n+0) {
	margin-right: 0;
}

.piclist ul li img {
	width: 236px;
	height: 157px;
}

.textlist {
	margin: 0 auto;
	color: #404040;
	font-size: 16px;
	line-height: 200%;
	padding: 10px 30px;
	height: 700px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.textlist p {
	outline: none;
}

.textlist strong,
.textlist b {
	color: #0037ef;
	font-weight: bold;
	/* display: block;
	width: 100%; */
	line-height: 50px;
}

.textlist em,
.textlist i {
	color: #616161;
	border-bottom: #c1c1c1 1px solid;
	display: block;
	width: 100%;
	font-style: normal;
	line-height: 50px;
}

.huiyi-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
	line-height: 200%;
	margin-top: 10px;
}

.content-box b {
	color: #2962cb;
}

.content-box span {
	display: block;
	width: 100%;
	clear: both;
	line-height: 200%;
}

.header-box {
	width: 100%;
}

.video-box {
	float: left;
	width: 50%;
	padding: 24px;
}

.video-box .video {
	margin: 0 auto;
	height: auto;
	background-color: #000000;
}

.video-box .video video {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #000000;
}

.video-box .pic {
	margin: 0 auto;
	height: auto;
}

.video-box .pic img {
	margin: 0 auto;
	height: auto;
	width: 100%;
}

.content-box {
	width: 50%;
	float: left;
	padding: 24px;
}

.content-box p {
	font-size: 16px;
	line-height: 200%;
}

.scrollbar::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.scrollbar::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: #2962cb;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.scrollbar::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	/*border-radius: 10px;*/
	background: #EDEDED;
}



@media screen and (max-width: 768px) {
	body {
		padding: 0 !important;
	}




	.main {
		padding-top: 2%;
	}


	.crumbs {
		line-height: 24px;
		background-position: 10px 4px;
	}

	.crumbs table,
	.crumbs tbody,
	.crumbs tr,
	.crumbs td {
		display: inline;
		vertical-align: bottom;
	}

	.bg_banner {
		width: 99%;
		margin: 10px auto;
	}

	.bg_banner img {
		width: 100%;
	}

	.box_box {
		padding: 0 2% 2% 2%;
	}

	.crumbsline {}

	.container {
		min-width: 100%;
	}

	.video-box {
		float: none;
		width: 100%;
		padding: 10px;
	}

	.video-box .video {
		margin: 0 auto;
		height: auto;
		background-color: #000000;
	}

	.video-box .pic {
		margin: 0 auto;
		height: auto;
	}

	.content-box {
		width: 100%;
		float: none;
		padding: 10px;
	}

	.content-box p {
		font-size: 16px;
		line-height: 200%;
	}

	.box_box,
	.container,
	.main {
		width: 100%;
	}

	.crumbs {
		width: 100%;
	}


	.piclist {
		height: auto;
	}


	.piclist ul li {
		width: 49%;
		height: auto;
		margin-right: 1%;
		margin-bottom: 2px;
	}
	.piclist ul li:nth-child(5n+0) {
		margin-right: 1%;
	}
.piclist ul li:nth-child(2n+0) {
	margin-right: 0;
}
	.piclist ul li img {
		width: 100%;
		height: 113px;		
	}

	.textlist {
		padding: 10px 10px;
	}

	.other {
		display: none;
	}

	.neirong-title,
	.neirong-title h1,
	.textlist,
	.textlist p {
		width: 100%;
	}

	.neirong-title {
		border-bottom: none;
	}

	.neirong-title h1 {
		padding: 0;
		margin: 16px 0 20px 0;
		font-size: 22px;
		line-height: 32px;
	}

	.textlist {
		background: url(line.png) no-repeat top center;
		background-size: 100% 7px;
		height: 500px;
	}

	.textlist p {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
.textlist img {
	width: 96%!important;
	height: auto!important;
	margin: auto!important;
	
}
	.textlist div {
		overflow-x: scroll;
	}

	.textlist div::-webkit-scrollbar {
		display: none;
	}
}
