/*公共样式*/
div,span,a,p,img,h1,h2,select,option,input,label,textarea,button{
	font-family: 'Microsoft Yahei','微软雅黑';
	font-size: 14px;
}
*{
	margin:0;
	padding:0;
}
img{
	float: left;
	border:0px;
}
div,img,input,li,span,form,textarea,button,h1{box-sizing:border-box;}
ul,li{
	list-style: none;
}
a/*,input*/,select,option{
	text-decoration: none;
	color: #333;
	cursor: pointer;
	box-sizing: border-box;
}
input{
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
}
iframe{
	float: left;
	border:none;
}
input,textarea,button,select{
	outline:none;
	border-radius: 5px;
}
input{
	padding-left: 5px;
}
button{
	cursor: pointer;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
		font-size: 12px;
		color: #999;
}
input::-moz-placeholder { /* Firefox 19+ */  
		font-size: 12px;
		color: #999;
}
input:-ms-input-placeholder { /* IE 10+ */ 
		font-size: 12px;
		color: #999;
}
input:-moz-placeholder { /* Firefox 18- */ 
		font-size: 12px;
		color: #999;
}
/*公共样式*/
#gwgg{
	width: 100%;/*
	height: 800px;*/
	overflow: hidden;
	position: relative;
	padding:10px 0px;
}
#gwgg .head-nav{
	width: 100%;
}
#gwgg .head-nav span{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.number{
	width: 100%;
	padding:40px 0px 0px;
}
.number span{
	font-size: 16px;
	color: #333;

}
.number input{
	width: 210px;
	height: 35px;
	border:1px solid #ddd;
	border-radius:0px;
	padding-left: 15px;
}
.btn01{
  width:120px;
  height:35px;
  background-color:#3d59cb;
  border:none;
  border-radius:5px;
  color: #fff;
  margin-right: 5px;
  float: right;
}
.btn01:hover{
	opacity: .9;
}
.btn02{
    width: 74px;
    height: 35px;
    background: inherit;
    background-color: #fff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #797979;
    border-radius: 5px;
    float: right;
}
.btn02:hover{
	background-color: #f2f2f2;
}
 .sy-list{
	border-collapse: collapse;
	width: 100%;
	color: #666;
	text-align: center;
	margin-bottom: 50px;
	margin:25px 0px 60px;
}
 .sy-list th{
	background-color: #f2f2f2;
	padding:15px 0px;
	font-size: 15px;
}
 .sy-list td{
	border-bottom:1px dashed #ddd;
	padding:15px 0px;
	font-size: 15px;
}
 .sy-list tbody tr:hover{
	color: #2d47a8;
	cursor: pointer;
}
.wyzx-btn{
    width: 109px;
    height: 35px;
    background-color:#f90;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
	position: absolute;
	right: 0px;
	top:10px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
}
.wyzx-btn:hover{
	opacity: .9;
}
.wyzx-btn img{
	position: relative;
	top: 10px;
    left: 15px;
}

.con{
	height:auto;
	overflow: hidden;
	padding:10px;
	border:1px solid #ddd;
	background-color: #f2f2f2;
	margin:25px 0px 20px;
}
.con p{
	text-indent: 29px;
}
.ysqgk-table{
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	line-height: 18px;
	color: #333;
	font-size: 14px;
}
.ysqgk-table td{
	padding:8px;
	border:1px solid #d7d7d7;
}
.ysqgk-table td span{
	color: red;
}
.ysqgk-table td textarea{
	height: 150px;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding:5px;
}
.ysqgk-table td input{
	width: 100%;
	border:1px solid #e4e4e4;
	padding-left:3px;
}
.ysqgk-table td select{
	width: 100%;
	border:1px solid #e4e4e4;
}
.btn-dv button{
	float: left;
}