body{
	font: "微软雅黑";
	font-size: 16px;
	color: #000000;
}
*{
	margin: 0;
	padding: 0;
}
a{
	color: #000000;
	text-decoration: none;
}
ul,li{
	list-style: none;
}
header{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	/*border: #000000 1px solid;*/
	/*margin-top: 30px;*/
}
.logo{
	float: left;
}
.search{
	width: 400px;
	float: left;
    height: 40px;
    border: 2px solid #ff5c00;
    margin-left: 200px;
    margin-top: 10px;
}
.search input:nth-child(2){
	margin-left: 10px;
	width: 320px;
    height: 36px;
    outline-style: none;
    border: 0px;
    font-size: 16px;
    line-height: 100%;
    padding-left: 10px;
}
.search input:nth-child(3){
	float: right;
    background-color: #ff5c00;
    border: 0;
    width: 50px;
    height: 38px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    outline-style: none;
}
.zj{
	float: right;
	width: 80px;
	height: 42px;
	background-color: rgb(67,151,247);
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	margin-right: 100px;
    margin-top: 10px;
	
}
.zj>a{
	color: #FFFFFF;
}
.nav1{
	width:100%; 
	background-color:#4bae00; 
	height:50px;
}
.navbar{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.navbar>li{
	float: left;
	width: 133px;
}
.navbar>li>a{
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
.navbar>li>a:hover{
	color: red;
}
.banner{
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	/*border: #000000 1px solid;*/
}
.b_left{
	width: 900px;
	height: 480px;
	float: left;
}
.b_right{
	height: 480px;
	width: 290px;
	background-color: rgb(245,247,250);
	float: right;
}
.login{
	width: 286px;
	margin: 0 auto;
	height: 160px;
	background-color: #FFFFFF;
}
.notice{
	width: 286px;
	margin: 0 auto;
	height: 190px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
.notice li{
	font-size: 12px;
	line-height: 21px;
	text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
    width: 100%;
}
.content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
}
.c_title>span{
	font-weight: bold;
	margin-left: 10px;
}
.c_nav{
	width: 100%;
	height: 50px;
	margin-top: 10px;
}
.c_nav>li{
	float: left;
	width:110px;
	text-align:center;
	line-height: 40px;
}
.c_nav>li:nth-child(2),.c_nav>li:nth-child(4),.c_nav>li:nth-child(6),.c_nav>li:nth-child(8){
	width: 10px;
	font-size: 12px;
	opacity: 0.6;
}
.c_nav>li:nth-child(1){
	border-bottom: 4px solid rgb(72,155,0);
}
.c_nav>li:hover{
	border-bottom: 4px solid rgb(72,155,0);
	
}
.tjpm{
	width: 1200px;
	height: 640px;
	margin-top: 15px;
	
}
.tjpm>ul>li{
	width: 283px;
	height: 367px;
	float: left;
	border: 1px solid rgba(0,0,0,0.2);
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: rgb(245,245,245);
	
}
.tjpm>ul>li:nth-child(4),.tjpm>ul>li:nth-child(8){
	margin-right:0;
}
.tjpm>ul>li:hover{
	border: 1px solid rgb(162,67,84);
}
.doing-time {
	margin-top: 15px;
    background: #C71622;
    width: 170px;
    height: 65px;
   border-radius: 0 38px 38px 0;
   text-align: center;
   color: #FFFFFF;
   line-height: 25px;
   padding-top: 10px;
}
.a>div:hover{
	box-sizing: border-box;
	border-bottom:2px solid red;
}
.news{
	width: 100%;
	height: 880px;
	
}
.news>ul>li{
	width: 320px;
	height: 410px;
	float: left;
	border: 1px solid rgba(0,0,0,0.1);
	margin-right: 115px;
	margin-top: 20px;
}
.news>ul>li:nth-child(3),.news>ul>li:nth-child(6){
	margin-right: 0;
}
.news>ul>li>div{
	width: 100%;
}
.news>ul>li>div:nth-child(2){
	position: relative;
}
.newstitle{
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 35px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAE0lEQVQYlWNgYGDYTCQeVUhPhQCZ7UXt5kdfxAAAAABJRU5ErkJggg==) ;
	text-align: center;
	line-height: 35px;
	
}
.newstitle a{
	color: #FFFFFF;
	text-align: center;
}
.news_list{
	margin-top: 20px;
}
.news_list>div{
	width: 95%;
	height: 35px;
	margin: 0 auto;
	white-space:nowrap;
	overflow:hidden;
	text-overflow：ellipsis;
	font-size: 14px;
	opacity: 0.8;
}
.hzhb{
	width: 100%;
	height: 230px;
}
.hzhb li{
	float: left;
	width: 260px;
	height: 190px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-right: 48px;
	margin-top: 20px;
	text-align: center;
}
.hzhb li:nth-child(4){
	margin-right: 0;
}
.footer{
	width: 100%;
	height: 124px;
	background-color: #D5F3FD;
	padding-top: 23px;
}
.footer>.foot{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	    font-size: 12px;
	
}
.foot a{
	    color: #54351d;
	    font-size: 12px;
}
.foot span{
	margin-left: 10px;
	margin-right: 10px;
}
.about{
	
}
.about_nav{
	padding-top: 20px;
	float: left;
}
.about_nav li{
	width: 100px;
	height: 20px;
	margin-bottom: 15px;
	
}
.about_nav li a{
	color: rgba(0,0,0,0.7);
	
}
.about-content{
	width: 1050px;
	min-height: 600px;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid rgba(0,0,0,0.1);
	margin-top: 20px;
}
.about_title{
	width: 1020px;
	height: 55px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-left: 30px;
	line-height: 55px;
	color: rgba(0,0,0,0.8);
	font-size: 17px;
}
.about_con{
	width: 990px;
	margin: 0 auto;
	height: auto;
}
.article-list li{
	width: 220px;
	height: 180px;
	float: left;
	margin-right: 20px;
	
}
.article-list li img{
	width: 220px;
	height: 130px;
}
.article-list{
	margin-top: 20px;
}
.gdp li{
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: rgba(0,0,0,0.2);
}
.gdp li a{
	font-size: 14px;
	
}
.gdp li a:hover{
	color: #ff8629;
}
.imgBox {
overflow:hidden;
}
.imgBox img {
transition:all .4s;
-moz-transition:all .4s;
-webkit-transition:all .4s;
-o-transition:all .4s;
}
.imgBox img:hover {
transform:scale(1.2);
}