@charset "gb2312";
.header-box, nav, .searchbar, .newbox, .conten, .link,footer,.footer{
	width: 1170px;
	margin: auto;
}
.fl{
	float: left;
}
.rl{
	float: right;
}
/* header*/
.header{
	height: 200px;
	background: url(imghead-bg.png) repeat-x;
	position: relative;
}
.header .slideBox{
	width: 420px;
	height: 200px;
    position: absolute;
    right: 0;
    top: 0;
}
.header .slideBox img{
	width: 612px;
	height: 200px;
    position: absolute;
    right: 0;
    top: 0;
}
/* nav*/
nav{
	background:url(imgnavbg.png) repeat-x;
	overflow: hidden;
}
nav div{
	float: left;
}
.nav{
	background:url(imgnavbg.png) repeat-x;
	overflow: hidden;
}
.nav div{
	float: left;
}
.navbox li{
	float: left;
	font-size: 16px;
	color: #fff;
}
.navbox li a{
	font-size: 16px;
	color: #fff;
	
}
.nav-gb{
	width:64px;
	display: block;
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}
.home{
	background: url(imgsx.png) no-repeat right;
}
.home a{
	display:block ;
	background:url(imgsy.png) no-repeat center;
	height: 70px;
	width: 110px;
}
.navbox{
	height: 35px;
	margin-left: 28px;
}
.navtop{
	background: url(imghx.png) no-repeat;
}
.navbox li{
	padding-top: 8px;
	padding-right: 17px;
}

.navbox li img{
	padding-left: 7px;
	padding-right: 20px;
}
/*search*/
.searchbar{
	height: 38px;
	background:url(imgsearchbg.png) repeat-x ;
	margin-top: 10px;
	overflow: hidden;
	line-height: 38px;
	
}
.searchbar .times{
	float: left;
}
.searchbar p{
	color: #c91815;
	margin-left: 10px;
    height: 38px;
    line-height: 38px;

}
.searchbar p a{
	color: #c91815;
	margin-left:46px ;
}
.searchbar p span{
	/*background:url(imgweather.png) no-repeat;
	display: inline-block;
	width: 43px;
	height: 27px;
	position: relative;
	top: 6px;*/
	display:block;
	float:left;
	margin-right:20px;
}
.searchbar .weather-img{
	vertical-align: middle;
    display: inline-block;
}
.searchbar .search{
	float: right;
	padding-right: 20px;
}
.t-w-con{
	  display: block;
    float: left;
    margin-right: 20px;
	}
.search input{
    height: 22px;
    padding: 2px 4px;
    line-height: 26px;
	
	line-height: 22px\9;;
	
	border: 1px solid #b8b8b8;
	display: block;
    float: left;
	margin-top:5px;
}
.search .search-btn{
	border: 1px solid #b8b8b8;
	background-color: #cccccc;
	color: #c91815 ;
	width: 58px;
	height: 26px;
	line-height: 22px;
	+height: 28px;
	+line-height: 22px;
	padding:2px 4px;
	box-sizing: border-box;
	font-size: 14px;
	margin-left: 10px;
	
}
/*link*/
.link{
	background: #FFFFFF;
	overflow: hidden;
	padding-bottom: 20px;

}
.link_bar li , .link_add li{
	float: left;
}
.link_bar{
	width: 1150px;
	height: 40px;
	background: #ffe4e3;
	position: relative;
	margin: auto;
}
.link_bar img{
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
}
.link_bar .qgrd-link{
	display: inline;
	position: absolute;
	top: 0;
	left: 165px;
	height: 40px;
    line-height: 40px;
    padding-right: 45px;
 	color: #C91815;
	font-size: 16px;
}
.link_bar li{
	height: 40px;
	line-height: 40px;
	padding-right: 45px;
}
.link_bar li ,.link_bar li a{
	color: #C91815;
	font-size: 16px;
	cursor: pointer;
}
.link_bar li.on {
    font-weight: 600;
}
.link_bar .first_li{
	margin-left: 266px;
}
.link_add{
	background: #ECECEC;
	height: 88px;
	line-height:44px;
	clear: both;
	padding: 0 45px 0 80px;
	margin: 0 10px;
	
}
.link_add li{
	white-space:nowrap;
    padding-right: 20px;
    width: 44px;
}
.link_add li a{
	color: #4C4C4C;	
}
.link_add2 li{
	width: 60px;
}
.link_add3 li{
	width: 150px;
}
/*footer*/
.footer{
	padding-top: 30px;
	background: #FFFFFF;
}
.footer p{
	text-align: center;
	line-height: 24px;
	
}
.footer img{
	margin: auto;
	margin-top: 10px;
}
.bor-t-2-c91915{
	border-top:2px solid #c91915;
}
.w-1172{
	width: 1172px;
}