body,html{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
p{
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
}
li{
list-style: none;}
*{
	box-sizing: border-box;
}
.header{
    width: 100%;
    height: auto;
    overflow:hidden;
    background: url(/qzgyswdyxxcjzyzhlysy/static/images/toububj.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.headerBox {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

.headerBox .logo {
	float: left;
	width: auto;
	height: 100%;
}

.headerBox .logo a {
	display: block;
	width: auto;
	height: 100px;
}

.headerBox .logo a img {
	display: block;
	width: auto;
	height: 100px;
	border: none;
	margin: 50px 0;
}


.headerBox .target {
	position: absolute;
	right: 22px;
	top: 70px;
	width: auto;
	height: 30px;
	margin-left: 10px;
}

.headerBox .target span {
	float: left;
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #243e33;
	margin: 9px 6px;
}

.headerBox .target a {
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: auto;
	margin: 0 10px;
	color: #fff;
	font-size: 16px;
}
/* nav */
#nav{
        position: relative;
    width: 100%;
    height: 60px;
    background-color: #008e53;
}
.navBox {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
/* çµ²å–ï¿½ï¿½åŠ½å”±ç½ï¿½è†£ï¿½ */

.navBox .search {
	float: right;
	width: 200px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border: 1px #80c7a9 solid;
	border-radius: 15px;
	margin-top: 14px;
}

.navBox .search input {
	float: left;
	width: 140px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	background: #008e53\9;
	/* IE 8 åŠä½ŽäºŽIE8ç‰ˆæœ¬ */
	*background: #008e53;
	/* IE 7 åŠä½ŽäºŽIE7ç‰ˆæœ¬ */

}

.navBox .search input::-webkit-input-placeholder {
	color: #f7f7f7;
}

.navBox .search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.navBox .search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.navBox .search img {
	float: left;
	width: auto;
	height: 20px;
	line-height: 30px;
	color: #666;
	border: none;
	margin: 5px 0px;
}

/* è•ç‹—ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ä¸ˆï½¥ */
.welTarget {
	float: right;
	height: 24px;
	padding: 0px;
}

.searchInput{
	float: right;
	width: 200px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border: 1px #fff solid;
	border-radius: 15px;
	/* margin-top: 14px; */
	position: absolute;
	right: 20px;
	top: 105px;
}

.searchInput input {
	float: left;
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	background: #008e53\9;
	/* IE 8 åŠä½ŽäºŽIE8ç‰ˆæœ¬ */
	*background: #008e53;
	/* IE 7 åŠä½ŽäºŽIE7ç‰ˆæœ¬ */

}
.searchInput .searchBtn{
	    float: right;
	    width: auto;
	    height: 28px;
	    line-height: 30px;
	    color: #fff;
	    padding: 5px 10px;
	    border: none;
	    outline: none;
	    background-color: rgb(0 142 83);
	    background-size: 10px;
	    background: #008e53\9;
    *: ;
	    background: #fff;
}

.searchInput input::-webkit-input-placeholder {
	color: #f7f7f7;
}

.searchInput input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.searchInput input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.searchInput img {
	float: left;
	width: auto;
	height: 20px;
	line-height: 30px;
	color: #666;
	border: none;
	margin: 5px 0px;
}

.welTarget a {
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.welTarget a:hover{
	color: #008e53;
}
.welTarget img{
	float: left;
	display: block;
    height: 18px;
    margin: 3px 0px;
	cursor: pointer;
}

.welTarget span {
	float: left;
	display: inline-block;
	width: 1px;
	height: 12px;
	color: #666;
	background-color: #666;
	margin: 5px 15px;
}
/* ç¶ºï¿½ï¿½ï¿½ */
.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(/qzgyswdyxxcjzyzhlysy/static/images/foot_bg.jpg);
	background-size: 100% 100%;
	/*background: #008e53;*/
}

.footBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0px 30px 0px;
}

.footBox .foot-item {
	float: left;
	width: 400px;
	height: auto;
	margin-bottom: 40px;
}

.foot-item h3 {
	position: relative;
	font-size: 22px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
}

.foot-item h3:after {
	position: absolute;
	top: 57px;
	left: 0px;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #fff;
}

.foot-item a {
	font-size: 16px;
	color: #d2d2d2;
	line-height: 30px;
	text-decoration: none;
}

.foot-item p {
	font-size: 16px;
	color: #d2d2d2;
	line-height: 30px;
	text-decoration: none;
}

.footBox .address {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footBox .address p {
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.footBox .friendBtn {
	position: relative;
	width: 200px;
	height: 40px;
	background-color: #eee;
	padding: 0 20px;
	cursor: pointer;
	margin: 0 80px;
	border: 1px #008e53 solid;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0);
	text-align: center;
}

.footBox .friendBtn:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background: #008e53;
	top: 20px;
	left: 10px;
	z-index: 999
}

.footBox .friendBtn:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background: #008e53;
	top: 20px;
	right: 10px;
	z-index: 999;
}

.friendBtn:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.friendBtn p {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #008e53;
	background-color: transparent;
	margin: 0 auto;
}

.friendBtn img {
	display: none;
	float: right;
	width: auto;
	height: 10px;
	margin: 15px 0px;
}

.friendBtn ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 110px !important;
	overflow: auto;
	background-color: #fff;
	padding: 0px 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-top: 0 !important;
}

.friendBtn ul li {
	width: 92%;
	height: 30px;
	line-height: 30px;
	padding: 0 2%;
}

.friendBtn ul li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: 1px #b9b3b3 dashed;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.friendBtn ul li a:hover {
	color: #000;
}

.copynight {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	/* background-color: rgba(63,63,63,0.6); */
	border-top: 1px #bcc6be solid;
}

.copynight p {
	height: auto;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
}

.copynight img {
	height: 20px;
	width: auto;
	margin: 0px 0px 0px 10px;
}
.page td a{
height:auto !important;
}
.page td span{
height:auto !important;
}