
/* CSS Document */
html{height:100%;border:0;} 
body{margin:0px; padding:0px; background:#FFFFFF;}
div,form,ul,ol,li,dl,dt,dd,p{ margin:0; padding:0; border:0;}
h1,h2,h3,h4,h5,h6,input{ margin:0; padding:0;}
.clear {clear:both;}
li{ list-style:none; margin:0px; padding:0px;}
ul{ list-style:none; margin:0px; padding:0px;}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
/* 头部 */
.header{
	width:100%;
	height:600px;
	margin:0px auto;
	padding:0px;
	/*background:url(http://www.imkcc.com/images/w_mk_head.jpg) no-repeat;*/
	background-size:100% 714px;
	min-width:1180px;
	}
.header_nav{
	width:100%;
	height:600px;
	margin:0px auto;
	min-width:1180px;
	}
.nav{
	width:1200px;
	height:62px;
	margin-bottom:0px;
	margin:0px auto;
	}

.nav_content{
	width:1180px;
	height:62px;
	margin:0px auto;
	line-height:62px;
	}
	
.nav_content_l{
	float:left;
	width:12px;
	text-align:center;	
	}
.nav_content_r{
	float:left;	
	width:168px;
	text-align:center;
	}	
/* 头部 */

/* 尾部 */
.footer{
	width:100%;
	height:37px;
	background:#FFFFFF;
	margin:0px auto;
	padding:0px;
	}
.footer_content{
	width:1134px;
	height:37px;
	margin:0px auto;
	line-height:37px;
	background:#cc0000;
	}
.footer_content_l{
	width:565px;
	padding-left:130px;
	float:left;
	}
.footer_content_r{
	width:94px;
	float:left;
	text-align:center;
	}
.footer_content_z{
	width:6px;
	float:left;
	text-align:center;
	}
/* 尾部 */

/* 图片轮播样式代码 */
.animation {width:100%; height:0px; position:relative; overflow:hidden; margin-top: -196px;}
.animation .banner{width:100%; height:100%; position:relative;}
.animation .banner #IndexBanner{width:100%; height:100%; position:relative; overflow:hidden; }
.animation .banner #IndexBanner .Item{width:100%; height:100%; position:absolute; display:none;}
.animation .banner #IndexBanner .Item a{ height:100%; width:100%; display:block; }

.animation .banner #IndexBanner .Item .itemDiv1, .itemDiv2, .itemDiv3, .itemDiv4, .itemDiv5 { width:1000px; height:100%; margin:0px auto; position:relative; }

/* 滚动标识 */
.IndexYw { width:1200px; height:13px; position:absolute; bottom:75px; left:50%; margin-left:-600px; overflow:hidden; z-index:20; }
	.IndexYw ul { padding:0px; margin:0px; position:absolute; top:0px; left:50%; }
	.IndexYw ul li { width:13px; height:13px; padding:0px; margin:0px 4px; float:left; list-style-type:none; background:url(../images/ico_03.png) top left no-repeat; cursor:pointer; }
	.IndexYw ul li:hover { background:url(../images/ico_04.png) top left no-repeat; }
	.IndexYw ul li.hover { background:url(../images/ico_04.png) top left no-repeat; }


/* 左右箭头按钮 */
.IndexDirection { width:1200px; height:43px; position:absolute; top:40%; left:50%; margin-left:-600px; overflow:hidden; z-index:20; }
	.IndexDirection .IndexDirection_left { width:24px; height:43px; padding-right:10px; position:absolute; top:0px; left:10px; background:url(../images/slider_control-left.png) top left no-repeat; cursor:pointer; } 
	.IndexDirection .IndexDirection_right { width:24px; height:43px; padding-left:10px; position:absolute; top:0px; right:10px; background:url(../images/slider_control-right.png) top left no-repeat; cursor:pointer; }


/* 搜索�?*/
.Weather { width:1200px; height:62px; position:absolute; bottom:0px; left:50%; margin-left:-600px; overflow:hidden; z-index:20;}
/* /图片轮播样式代码 */