@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;}

body,
html {
	font-size: 12px;
	font-family: "微软雅黑";}

#wd_header{
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);}

/*------------头部导航栏------------*/

.wd_topbox {
	width: 100%;
	height: auto;
	line-height: 36px;
	background: #00275A;}

.wd_topbox .wd_top p {
	margin-bottom: 0;
	color: white;}

.wd_logobox {
	line-height: 100px;}

.wd_logoimg img {
	width: 100%;
	height: auto;}

.wd_inputbox {
	width: 100%;
	height: 36px;
	position: relative;
	margin-top: 35px;}

.wd_inputbox input {
	width: 66%;
	height: 100%;
	position: absolute;
	left: 56px;
	top: 0px;
	outline: none;
	border: 1px solid gainsboro;
	padding-left: 15px;
	box-sizing: border-box;}

.wd_inputbox button {
	width: 15%;
	height: 100%;
	line-height: 36px;
	position: absolute;
	right: 0;
	top: 0px;
	border: none;
	background: #00275A;
	color: white;}


/*------------头部导航栏------------*/


/*------------底部导航栏------------*/

footer {
	padding: 20px 0px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	line-height: 30px;
	background: url(../img/wd_footer_bg.jpg) center;}

.wd_zttitle {
	color: white;
	margin-bottom: 25px;
	padding-left: 15px;
	box-sizing: border-box;}

.wd_selectbox {
	/*width: 50%;*/
	height: 26px;
	margin: 10px 0px;}

.wd_selectbox select {
	width: 100%;
	height: 100%;
	padding-left: 70px;
	box-sizing: border-box;
	/*隐藏下拉框原生箭头*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;}

.wd_banquan {
	text-align: center;
	padding-top: 10px;
	color: white;
	line-height:40px;}

.wd_ldInfo {
	text-align: right;
	margin-top: 20px;}

.wd_ldInfo p {
	width: 100%;
	height: auto;
	line-height: 36px;}

.wd_ldInfo p img {
	max-width: 90%;
	height: auto;}

.wd_ldInfo a {
	text-decoration: none;
	color: white;}

.wd_ldInfo a i {
	font-size: 12px;
	margin: 0px 6px;}


/*------------底部导航栏------------*/

@media only screen and (min-width: 100px) and (max-width: 768px) {
	.wd_topbox .wd_top p {
		font-szie:8px;}
	.wd_logobox {
		line-height: 60px;}
	.wd_logoimg img {
		width: 100%;
		height: auto;}
	/*-----------------------------------*/
	.wd_selectbox {
		text-align: center;}
	.wd_zttitle {
		text-align: center;}
	.wd_selectbox {
		width: 49%;
		display: inline-block;
		margin-bottom: 15px;}
	.wd_selectbox select {
		width: 100%;
		padding: 0px;}
	.wd_banquan {
		border-top: 1px solid white;
		border-bottom: 1px solid white;}
	.wd_ldInfo {
		text-align: center;
		margin-top: 0;}

	.wd_zttitle {
		color: white;
		margin-bottom: 15px;}
	.wd_newsbox .wd_newstitle .wd_newimg{
		display: none;}
	.wd_logins{
		display: none;}
	
	footer,.wd_banquan{
		line-height:initial;}
}

@media only screen and (min-width: 100px) and (max-width: 989px) {
	.wd_selectbox {
		width: 49%;
		display: inline-block;}
	.wd_zttitle {
		text-align: center;}
	.wd_selectbox select {
		width: 100%;}
	.wd_ldInfo {
		text-align: center;}
}