@charset "utf-8";
html {
	background:#f4f4f4;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
     font:14px "microsoft yahei", arial, sans-serif;color:#333;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul ,li{
    list-style:none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
h2{ font-size:16px;}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	color:#0e64b6;
    text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
	color:#333;
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}

.w1100 {
	clear: both;
	margin: 0 auto;
	width: 1100px;
}

.bg{
	background-color: #fff;
}
.bg-eee{
	background-color: #eee;
}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}


/*头部*/
.header {
	width:100%;
	height: 451px;
	background: url(/images/zt2021/header_bg.jpg) center center #005aa6;
	overflow: hidden;
}

/*导航*/
.nav {
	width: 100%;
	height: 46px;
    background: url(/images/zt2021/nav-bg.png) repeat-x ;
	position: relative;
}
.nav li{
	float: left;
	margin-right:45px;
}
.nav li a{
	display: block;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	
}
.nav li a:hover{
	color: #f1d00e;
}

.main{
	margin: 0 auto;
	padding: 20px 0;
	width: 1060px;
	overflow: hidden;
}
.row{
	overflow: hidden;
}

.w520{
	width: 520px;
	height:314px;
	overflow: hidden;
}

.titles{
	padding-top:10px ;
	width: 100%;
	line-height: 36px;
	height: 36px;
	background-color: #edf4fb;
	border-bottom: 1px solid #007bc4;
}

.titles .title-l{
	float: left;
	margin-left: 10px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0 16px;
	background-color: #007bc4;
}
.titles .title-r{
	float: right;
	margin-right: 10px;
}
.titles .title-r a{
	color: #007bc4;
}

.listbox {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.listbox li {
	float: left;
	width: 100%;
	background: url(/images/zt2021/list_bg.png) left center no-repeat;
	padding-left: 10px;
}
.listbox li a {
	float: left;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: block;
	width: 510px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-box{
	height: 200px;
	font-size: 15px;
	line-height: 1.8;
	padding: 20px 0;
	text-indent:2em;
	overflow: hidden;
}


/*轮播广告*/

 #kinMaxShow p.title{ 
	 position:absolute; 
	 left:0; 
	 bottom:0; 
	 text-indent:10px; 
	 -height:30px;
	 color:#FFF; 
	 display:block;
	 width:100%; 
	 height:30px; 
	 line-height: 30px;
	 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000,endcolorstr=#aa000000);
	 background:rgba(0,0,0,0.5);
}
#kinMaxShow .kinMaxShow_button{
	width: 520px;
	left: 0 ;
	text-align: center;
}
#kinMaxShow .kinMaxShow_button li{
	float: none !important;
	display: inline-block;
}

.box1 .box1-t{
	width:100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #007bc4;
	font-size: 20px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box1 .box1-b{
	height: 264px;
}
.box1 .box1-b .text{
	height: 202px;
	font-size: 15px;
	line-height: 1.8;
	padding: 20px 0;
	text-indent:2em;
	overflow: hidden;
}
.box1 .box1-b .link{
	text-align: right;
}
.box1 .box1-b .link a{
	color: #007BC4;
}

.footer{
	margin: 20px auto;
	text-align: center;
	line-height: 24px;
}
