﻿@charset "utf-8";
/* CSS Document */
.tb01{
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#fbfbfb
}
.tb01 td,
.tb01 th{
	height:40px;
	line-height:40px;
	padding:10px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc
}
.tb01 th{
	width:20%;
	text-align:center;
	font-weight:normal
}
.tb01 tr td:first-child{
	width:20%
}
body{
	background-repeat: no-repeat;
	background-size: 100% auto
}
.head{
	height: 365px;
	line-height: 365px;
}
.head h1{
	font-size: 100px;
	position: relative
}
.head h1 span{
	position: absolute;
	width: 488px;
	height: 2px;
	background-color: #bf1515;
	bottom: 100px;
	right: 160px	
}


/*---重点领域---*/
.zt_body{
	background:#fff url(../images/banner02.jpg) no-repeat center top;
	padding-top:293px;
}
.box01 h2{
	text-align:center;
	background:url(../images/dot.gif) center left repeat-x
}
.box01 h2 span{
	display:inline-block;
	padding:10px;
	background-color:white;
	font-size:28px;
	color:#777
	
}
.box01 h2 span strong{
	font-size:36px;
	margin-right:5px;
	color:#bf1515
}

.footer{
    margin:15px auto 0;
    padding-bottom:30px;
	width:1100px;
	/*background:url(../images/foot_bg.gif) repeat-x;*/
    background:#fff;
    border-top:6px solid #f54343;
    padding-top:10px;
}
.foot_nav{
	line-height:41px;
	color:#333;
}
.foot_nav a{
	color:#333;
}
.foot_nav a:hover{
	text-decoration:underline;
}
.foot_con{
    position:relative;
	padding:15px 60px;
	padding-bottom:0;
	line-height:24px;
}
.foot_con p{
	margin-bottom:10px;
}
.footer .foot_nav,.footer .foot_con{padding-left:240px; text-align:left}
.jiucuowx{position:absolute;top:5px;right:100px;}
.govlogo{position:absolute;top:0px;left:150px;}


/*-----------------------------------------*/
@media only screen and (max-width: 800px){

	.w1040,
	.leftNav, 
	.leftNav > li,
	.leftNav > li > a,
	.rightCon{
		width:100%;
		box-sizing:border-box
	}
	.leftNav > li > a{
		height:70px
	}
	.head h1{
		font-size:.6em
	}
	.pd30{
		padding:2%
	}
	.inp01{
		width:80%
	}
	form{
		margin-top:2% !important;
		margin-bottom:5% !important
	}
    .head h1 span{display:none}
	.head{height:2.2em;line-height:3em}
	input{box-sizing:border-box}
	.btn01{width:20%;background-position:right center;border-top:2px solid #bf1515;border-bottom:2px solid #bf1515;border-radius:0 8px 8px 0}
	.inp01{height:50px;line-height:50px}
	.leftNav>li>a{font-size:1.5em}
	.head h1>img{
		width:80%;
		height:auto
	}
 
}