@charset "gb2312";
/* ´úÂëÕûÀí£ºÀÁÈËÖ®¼Ò */

body, div, h5, ul, li {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

.tab_line{width:100%;float:left; overflow:hidden; height:auto;border-radius:5px;}
.common{width:99.6%;float:left; overflow:hidden; height:auto;border:1px solid #EBEBEB;border-top-color:#FFF; margin:0px; }

#wrap_tab {
	width:100%;float:left; overflow:hidden; height:auto;  margin-top:0px;
	}
#list {
	overflow:hidden;
	zoom:1;
}
#wrap_tab .item {
	display:inline;
	float:left;
	width:99.8%;

}
#wrap_tab .item .tab {
	position:relative;
	height:40px;
	border-bottom:1px solid #EBEBEB;
}
#wrap_tab .item .tab .switchBtn {
	position:absolute;
	top:3px;
	right:0;
}
#wrap_tab .item .tab .switchBtn a {
	float:left;
	width:15px;
	height:15px;
	margin-left:5px;
	overflow:hidden;
	text-indent:-999px;
	outline:none;
}
#wrap_tab .item .tab .switchBtn a.prev {
	background-position:0 -25px;
}
#wrap_tab .item .tab .switchBtn a.prevNot {
	background-position:0 0;
	cursor:default;
}
#wrap_tab .item .tab .switchBtn a.next {
	background-position:right -25px;
}
#wrap_tab .item .tab .switchBtn a.nextNot {
	background-position:right 0;
	cursor:default;
}
#wrap_tab .item .tab ul {
	position:absolute;
	height:42px;
	overflow:hidden;
}
#wrap_tab .item .tab ul li {
	float:left;
	cursor:pointer;
	line-height:26px;
	padding:7px 15px;
	background: #013e8e;
	color:#ffffff;
	font-size:16px;
}
#wrap_tab .item .tab ul li.current {
	cursor:text;
	color:#013e8e;
	border:1px solid #EBEBEB;
	border-bottom-color:#FFF;
	cursor:pointer;
	background: #ffffff;
}
#wrap_tab .item .items {
	float:left;width:99.8%; 
	display:none;
		border:1px solid #EBEBEB;
		border-top-color:#ffffff;
		border-bottom-color:#FFF;
}

#wrap_tab .item .items li {
	line-height:24px;
	
}
#wrap_tab .item .btn {
	height:22px;
	margin-top:10px;
}
#wrap_tab .item .btn a {
	float:right;
	width:74px;
	height:22px;
	overflow:hidden;
	margin-right:15px;
	text-indent:-9999px;
}
#wrap_tab .item .btn a:hover {
	background-position:0 -22px;
}


#wrap{position: relative;overflow: hidden;} 
.docsearch{ width:96%; float:left; margin-left:2%;}
.docsearch ul{width:100%; margin-top:10px; height:auto; overflow:hidden;}
.docsearch ul li{ float:left; line-height:26px; font-size:14px;}
.docsearch .search_left{ width:75px;padding:0; font-family:"Î¢ÈíÑÅºÚ"; font-size:14px; color:#013e8e; text-align:left; }
.docsearch .search_right{ width:580px; float:left; font-family:"Î¢ÈíÑÅºÚ" ; font-size:14px; color:#323232;}
.docsearch .search_right_r{ width:50px; float:right; font-family:"Î¢ÈíÑÅºÚ" ; font-size:14px; color:#323232; }
.docsearch .search_right ul{  width:100%; float:left;  margin-top:0px;}
.docsearch .search_right li{float:left;padding:0 7px 0px 7px;} 
/*.docsearch .search_right span{float:left;min-width:28px;padding:0 7px 0px 7px;} */
.docsearch .search_right .add{ background:#2b71ff; font-size:14px; color:#ffffff; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.docsearch .search_right .add a{color:#ffffff;}
.docsearch .search_input{ font-family:"Î¢ÈíÑÅºÚ";  width:90%; border:1px solid #bbbbbb; border-radius:3px; font-size:14px; padding:5px;  margin-left:3px;}
.docsearch .search{ width:116px; height:38px;font-family:"Î¢ÈíÑÅºÚ";  font-size:14px; color:#ffffff; line-height:38px; border:0px; background:#1dc74e;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; cursor:pointer}
.docsearch .search:hover,.docsearch .reset:hover{ opacity:0.7; }
.docsearch .reset{ width:116px; height:38px; font-family:"Î¢ÈíÑÅºÚ"; font-size:14px;  color:#ffffff; line-height:38px; border:0px; background:#183d98;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer}
.docsearch .sub{width:100%;display:block;text-align:center; padding:10px 0px 20px 0px;}

@media only screen and (max-width:768px){
	
#wrap_tab {
	width:100%;float:left; overflow:hidden; height:auto; border-radius:5px; margin-top:20px;
	}
#list {
	overflow:hidden;
	zoom:1;
}
#wrap_tab .item {
	display:inline;
	float:left;
	width:99.8%;
	padding-bottom:10px;

}
#wrap_tab .item .tab {
	position:relative;
	height:40px;
	border-bottom:1px solid #EBEBEB;
}
#wrap_tab .item .tab .switchBtn {
	position:absolute;
	top:3px;
	right:0;
}
#wrap_tab .item .tab .switchBtn a {
	float:left;
	width:15px;
	height:15px;
	margin-left:5px;
	overflow:hidden;
	text-indent:-999px;
	outline:none;
}
#wrap_tab .item .tab .switchBtn a.prev {
	background-position:0 -25px;
}
#wrap_tab .item .tab .switchBtn a.prevNot {
	background-position:0 0;
	cursor:default;
}
#wrap_tab .item .tab .switchBtn a.next {
	background-position:right -25px;
}
#wrap_tab .item .tab .switchBtn a.nextNot {
	background-position:right 0;
	cursor:default;
}
#wrap_tab .item .tab ul {
	position:absolute;
	height:42px;
	overflow:hidden;
}
#wrap_tab .item .tab ul li {
	float:left;
	cursor:pointer;
	line-height:26px;
	padding:7px 15px;
	background: #013e8e;
	color:#ffffff;
	font-size:16px;
}
#wrap_tab .item .tab ul li.current {
	cursor:text;
	color:#013e8e;
	border:1px solid #EBEBEB;
	border-bottom-color:#FFF;
	cursor:pointer;
	background: #ffffff;
}
#wrap_tab .item .items {
	float:left;width:99.8%; 
	display:none;
border-radius:5px;
		border:1px solid #EBEBEB;
		border-top-color:#ffffff;
}

#wrap_tab .item .items li {
	line-height:24px;
	
}
#wrap_tab .item .btn {
	height:22px;
	margin-top:10px;
}
#wrap_tab .item .btn a {
	float:right;
	width:74px;
	height:22px;
	overflow:hidden;
	margin-right:15px;
	text-indent:-9999px;
}
#wrap_tab .item .btn a:hover {
	background-position:0 -22px;
}

.docsearch{ width:96%; float:left; margin-left:2%;}
.docsearch ul{width:100%; margin-top:10px; height:auto; overflow:hidden;}
.docsearch ul li{ float:left; line-height:26px; font-size:14px;}
.docsearch .search_left{ width:100%;padding:0; float:left; font-family:"Î¢ÈíÑÅºÚ"; font-size:14px; color:#013e8e; text-align:left; }
.docsearch .search_right{ width:85%; float:left; font-family:"Î¢ÈíÑÅºÚ" ; font-size:14px; color:#323232;}
.docsearch .search_right_r{ width:15%; float:right; font-family:"Î¢ÈíÑÅºÚ" ; font-size:14px; color:#323232;}
.docsearch .search_right ul{  width:100%; float:left;  margin-top:0px;}
.docsearch .search_right li{float:left;padding:0 7px 0px 7px;} 
.docsearch .search_right span{float:left;min-width:28px;padding:0 7px 0px 7px;} 
.docsearch .search_right .add{ background:#2b71ff; font-size:14px; color:#ffffff; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.docsearch .search_right .add a{color:#ffffff;}
.docsearch .search_input{ font-family:"Î¢ÈíÑÅºÚ";  width:90%; border:1px solid #bbbbbb; border-radius:3px; font-size:14px; padding:5px;  margin-left:3px;}
.docsearch .search{ width:116px; height:38px;font-family:"Î¢ÈíÑÅºÚ";  font-size:14px; color:#ffffff; line-height:38px; border:0px; background:#1dc74e;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; cursor:pointer}
.docsearch .search:hover,.docsearch .reset:hover{ opacity:0.7; }
.docsearch .reset{ width:116px; height:38px; font-family:"Î¢ÈíÑÅºÚ"; font-size:14px;  color:#ffffff; line-height:38px; border:0px; background:#183d98;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer}
.docsearch .sub{width:100%;display:block;text-align:center; padding:10px 0px 20px 0px;}
	
	
	}