@charset "UTF-8";
/* CSS Document */

/*页面头部*/
#Header {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-color: #ffffff;
}

#banner {
	width: 1000px;
	min-width: 720px;
	max-height: 145px;
	overflow: hidden;
	margin: 0px auto;
	background-color: #ffffff;
}
#logo {
	float: left;
	line-height: 0px;
	background: url("../../picture/1/1405121923133491722.png"/*tpa=http://2014.sd.gov.cn/picture/1/1405121923133491722.png*/) left top no-repeat;
	height: 145px;
	min-width: 530px;
	
}
#logo img {

}
#search {
	float: right;
	margin: 50px 20px;
	width: 407px;
}
#search-form {
	float: left;
}
.jsearch-search-button {
	vertical-align: middle;
	margin-left: -5px;
}
#q {
	font-size: 14px;
	width: 256px;
/*	height:16px;*/
	background-color: #f3f3f3;
	border-width: 0px;
	padding: 10px 15px;
	vertical-align: middle;
}
.jsearch-search-button {
	font-size: 14px;
	width: 60px;
	height:	36px;
	background-color: #006;
	border-width: 0px;
	color: #fff;
	font-weight: bold;
}
#search-adv {
	float: right;
	margin: 11px 0px 0px 5px;
}
#search-adv a {
	text-decoration: underline;
}
#jsearch-hotwords {
	clear: left;
	float: left;
	margin: 10px 0px 0px 5px;
	font-size: 12px;
	width: 100%;
}
#jsearch-hotwords div {
	float: left;
}
.jsearch-hotwords-items {
	cursor: pointer;
	margin: 0px 10px;
}
a.jsearch-hotwords-items {
	font-size: 12px;
	color: #3d3d3d;
	text-decoration:none;
	margin: 0px 10px;
}
a.jsearch-hotwords-items:link {
	font-size: 12px;
	color: #3d3d3d;
	text-decoration:none;
	margin: 0px 10px;
}
a.jsearch-hotwords-items:visited {
	font-size: 12px;
	color: #3d3d3d;
	text-decoration:none;
	margin: 0px 10px;
}
a.jsearch-hotwords-items:hover {
	font-size: 12px;
	color: #3d3d3d;
	text-decoration:underline;
	margin: 0px 10px;
}
#menu {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #335075;
}
#menu-content{
	width: 1000px;
/*	height: 45px; */
	overflow: hidden;
	margin: 0px auto;
	border-left: #637994 1px solid;
	border-right: #637994 1px solid;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0px ;
	width: 1000px;
}
#menu ul li {
	float: left;
}
.menu-split {
	width: 1px;
	height: 39px;
	background-color: #637994;
	margin: 0px;
}
.menu-title {
	margin: 0px 21px;
	width: 99px;
}

/*自适应*/
@media all and (min-width: 710px) {
/*header*/
	#logo {
		background: url("../../picture/1/1405121923133491722.png"/*tpa=http://2014.sd.gov.cn/picture/1/1405121923133491722.png*/) left top no-repeat;
		height: 145px;
		min-width: 530px;
	}
	#search {
		display: ;
	}
	#menu {
		min-height: 39px;
	}
	#menu-content {
		display: ;
	}
/*article*/
	#article {
		margin: 10px auto;
	}
	#content #title {
		margin-top: 60px;
	}
	#text {
		margin: 10px;
	}
	#text img {
		height: auto;
		width: auto;
	}
	#text iframe {
		height: 500px;
		width: 750px;
	}
	#kit {
		display: ;
	}
/*gadget*/
	#gadget {
		margin: 10px auto;
	}
	#gadgetbody {
		margin: 30px auto;
	}
	#gadgetboxR {
		float: right;
	}
}
@media screen and (max-width: 709px) {
/*header*/
	#logo {
		background: url("../../picture/101/1502040812149566352.png"/*tpa=http://2014.sd.gov.cn/picture/101/1502040812149566352.png*/) left top no-repeat;
		background-size: contain;
		height: 60px;
		min-width: 314px;
	}
	#search {
		display: none;
	}
	#menu {
		height: 2px;
		min-height: 2px;
	}
	#menu-content {
		display: none;
	}
/*article*/
	#article {
		margin: 5px auto;
	}
	#content #title {
		margin-top: 20px;
	}
	#text {
		margin: 0px;
	}
	#text img, #text iframe {
		width: calc(90% - 20px);
	}
	#text img {
		height: auto;
	}
	#text iframe {
		height: 240px;
	}
	#kit {
		display: none;
	}
/*gadget*/
	#gadget {
		margin: 5px auto;
	}
	#gadgetbody {
		margin: 20px 10px;
	}
	#gadgetboxR {
		float: left;
	}
}
/*video*/
@media all and (min-width: 580px) {
	video {
		width: auto;
	}
}
@media screen and (max-width: 579px) {
	video {
		width: 98%;
	}
}
/*qrcode*/
@media all and (min-width: 1150px) {
	#qrcode {
		display: ;
	}
}
/*qrcode*/
@media screen and (max-width: 1149px) {
	#qrcode {
		display: none;
	}
}