::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #e9e9e9;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #ebebeb;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #989898;
}
.middle{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
.b_t{
	width: 100%;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px dotted #0f0f0f;
}
.b_t p{
	width:118px ;
	height: 32px;
	line-height: 32px;
	float: left;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	padding-left: 8px;
	background: url(/zt/kzxt/img/bt01.png) no-repeat left center;
}
.b_t a{
	float: right;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #a5a5a5;
	font-weight: normal;
}
@font-face { 
	font-family: "方正清刻本悦宋简体";src:url(/zt/kzxt/font/方正清刻本悦宋简体.TTF)format('truetype');
}
/*banner*/
header{
	width: 100%;
	height: 767px;
	background: url(/zt/kzxt/img/banner.jpg) no-repeat center 0;
	background-size:cover ;
}
/*banner*/
/*section*/
section{
	width: 100%;
	height: 1438px;
}
/*section*/
/*news*/
.news{
	padding-top: 49px;
	width: 100%;
	height: 422px;
}
/*lunbo*/
.lunbo_box{
	width: 620px;
	height: 395px;
	float: left;
	margin-right: 50px;
}
.xg_zx{
	float: left;
	width: 510px;
	height: 100%;
}
.new{
	width: 100%;
}
.new h5{
	font-family: "微软雅黑";
	font-size:20px ;
	line-height: 46px;
	color: #0a0c35;
}
.new p{
	font-family: "宋体";
	font-size: 16px;
	line-height: 23px;
	color: #777777;
}
/*zj_fy*/
.zj_fy{
	width: 100%;
	height: 317px;
}
.zj{
	float: left;
	margin-top: 19px;
	width: 380px;
	margin-right: 16px;
	
}
.zj img{
	width: 180px;
	height: 238px;
	float: left;
}
.zj_cont{
	float: left;
	width: 187px;
	height: 238px;
	margin-left: 10px;
}
.zj_cont h3{
	font-family: "微软雅黑";
	font-size: 30px;
	margin-bottom: 22px;
	color: #0f0f0f;
}
.zj_cont h4{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #707070;
	line-height: 26px;
	margin-bottom: 16px;
}
.zj_cont p{
	font-family: "宋体";
	font-size: 16px;
	color: #777;
	line-height: 23px;
}
.zj:nth-of-type(3){
	margin-right: 0px;
}
/*jb*/
.jb_fy{
	width: 100%;
	height: 650px;
	
}
.jb{
	float: left;
	margin-top: 19px;
	width: 380px;
	height: 136px;
	padding-top: 20px;
	margin-right: 16px;
	
}
.jb img{
	width: 130px;
	height: 136px;
	float: left;
}
.jb_cont{
	float: left;
	width: 240px;
	height: 136px;
	margin-left: 8px;
}
.jb_cont h3{
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 10px;
	color: #0e050a;
}

.jb_cont p{
	font-family: "宋体";
	font-size: 12px;
	color: #8b8b8b;
	line-height: 21px;
}
.jb:nth-of-type(3n+0){
	margin-right: 0px;
}