@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
		font-family: "微软雅黑";

}
html{min-width: 1300px;}
ul{
	list-style-type:none;
}
a{
	text-decoration:none;
}
.more a:hover{
	color:#F00;
	text-decoration:underline;
}
.tz a:hover{
color:#F00;
}


.clear{
	clear:both;
}
.top {
	width: 100%;
	background-color: #dfe1e2;
	height: 30px;
	margin:0 auto;
}
.topmenu {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.topmenu h5 {
	font-size: 12px;
	color: #666;
	line-height: 30px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.head {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	margin-top: 10px;
	float:left;
	width:1024px;
}
.header .logo {
	float: left;
}
.search{
	float:right;
	width:350px;
	margin-top: 100px;
	
}
.search .search_input{
	float:left;
	width:270px;
	height:35px;
	border:1px solid #ccc;
	border-right: none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	position:relative;
}
.search .search_input::before{
    content:'';
	background: url(qkyx_search.png) no-repeat center center;
	width:30px;
	height:30px;
	top:2px;
	left:5px;
	position: absolute;
}

.search .search_input input{
	float:left;
	width:229px;
	line-height:33px;
	height:33px;
	border:none;
	outline:none;
	margin-left:40px;
	
	
}
.search .search_btn input{
	float:left;
	width:80px;
	line-height:35px;
	height:35px;
	font-size:16px;
	border:none;
	outline:none;
	cursor:pointer;
	
	
}

.search .search_btn{
	float:left;
	width:80px;
	
}


/******************************/
.main{
	width:100%;
	height:40px;
	background:#0066cc;
	color:#fff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
.main .main-menu {
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
}
.main .main-menu .menu_list{
	float: left;
	line-height: 40px;
	width: 1044px;
}
.main .main-menu .menu_list li{
	float: left;
	line-height: 40px;
	margin-right:16px;
}
.main .main-menu .menu_list li a{
	padding:0 34px;
	color:#fff;
	font:14px;
	display: inline-block
}
.main .main-menu .menu_list li a:hover{
	background-color: #0099cc;	
}

.main .main-menu .menu_list li:last-child{
	margin-right:0px;
}
/*********************/


/*****************/
/*banner*/
.indexPic{ width:100%;  position:relative;  background:#fff;  }
.indexPic .bd{margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.indexPic .bd ul{width:100% !important;}
.indexPic .bd li{width:100% !important; overflow:hidden; text-align:center;}
.indexPic .bd li a{ display:block;}
.indexPic .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.indexPic .hd ul{ text-align:center; }
.indexPic .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:11px; margin:1px; overflow:hidden; background:#0b2035;
		filter:alpha(opacity=50);opacity:0.7;  line-height:999px; 
	}
.indexPic .hd ul .on{ background:#0066cc;  }
.indexPic .prev,
.indexPic .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:15%;  z-index:1; width:40px; height:60px; background:url(qkyx_slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.indexPic .next{ left:auto; right:15%; background-position:-6px -137px; }
/*******************/
.footer {
	background-color: #06C;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.footer .foot {
	text-align: center;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .foot p {
	line-height: 25px;
	color: #FFF;
	font-size: 14px;
}

/******************/