/*原有*/
*{margin: 0;padding: 0;

-webkit-box-sizing: border-box;

   -moz-box-sizing: border-box;

        box-sizing: border-box;
}
.mk_ztu b{font-weight: normal;}
.mk_ztu i{font-style: normal;}
.mk_ztu a,a:hover,a:active{text-decoration: none;}
.mk_ztu input,textarea,select{outline:none}
.mk_ztu img{border: none;vertical-align:middle;}
.mk_ztu li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both;}
.clearfix::after{
	content: "";
	display: table;
	clear: both;
}
/*添加*/
.mk_ztu {
	width: 100%;
}
.ztu_slide{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ztu_tu{
	list-style:none;
	position: absolute;/*必须有这个不然，三张主图不会切换*/
	top: 0px;
	left: 0px;
	position: relative;
}
.ztu_tu li{
	float: left;
	display: block;
}
.ztu_tu li img{
	width: 100%;
	height: 100%;
}
/*-------------无序列表圆点----------------*/
.ztu_nav{
	width: 6.6em;
	height: 1.2em;
	margin-top:-25px;
	left:47.1%;
	position: absolute;
}
.ztu_nav li{
	float:left;
	width: 1.2em;
	height: 1.2em;
	margin-left:1em;
	border-radius:50% ;
	background: #30c2ef;
	cursor: pointer;
}
.ztu_nav .active{
	background: #a8a9ab;/* #30c2ef*/
}
/*********************************************子页面基本架构*******************************************************/
.mk_zti{
	width:76%;
	margin:0 auto;
}
.tj_table{
	float:left;
	width:15%;
	margin-top:0.15em;
}
.tj_table td{
	line-height:1.6em;
	font-size:1.2em;
	text-indent:1.1em;
	background-image: url(../img/zt/bg_bj.png);
	background-repeat: no-repeat;
	background-size: 100% 95%;
}
.tj_table th{
	line-height:1.6em;
	font-size:1.2em;
	background-color:#0CF;
}
.tj_nr{
	margin-left:15.5%;
	width:84%;
}
.tj_z_bq{
	font-size:1.1em;
	text-indent:1.3em;
	margin-top:1em;
}
.tj_znr{
	margin-top:1.1em;
}
/*************跳转子页面————按钮*****************/
.tz_button{
	line-height:1.6em;
	margin-top:0.5em;
}
.tz_button button{
	width:1.5em;
	font-size:1.1em;
}
/****************背景颜色*******************/
.img_bj{
	background-color:rgba(0,0,0,0.2);
}