@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
	color:#505050;
	font-size:14px;
	line-height:26px;
	font-family: "Microsoft YaHei"
}
body {
	background:#f9f9f9;
	font-family: "Microsoft YaHei"
	font-size:12px;
}
@media (max-width:1024px) {
 body {
 width:1222px;
}
}
img {
	border:none;
}
ul,li,ol{ list-style:none;}
a {
    text-decoration: none;
    color: #242d2c;
    font-family: "Microsoft YaHei"
}
a:hover {
    color: #e1510b;
    text-decoration: none;
    font-family: "Microsoft YaHei"
}
.mt40 {
	margin-top:40px;
}
.mt45 {
	margin-top:45px;
}
.mt18 {
	margin-top:18px;
}
.bt1 {
	border-bottom:solid 1px #e8e8e8;
}
.bt2 {
	border-bottom:solid 2px #0060a6;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.dn {
 *display:none;
}
.wrap {
	width:100%;
	background:#FFFFFF;
	margin:0 auto;
}

/*****************  header  *******************/
.header{ width:1204px; height:60px; margin:0 auto; padding:10px 0 0 18px;}

.logo{	width: 784px; height:70px; float:left;}
.nav{ float:right; padding-top:20px;}
.nav li{ float:left; padding-left:30px;}
.nav li a{ font-size:14px; line-height:40px;}
.navbox{ width:100%; height:62px; background:#04448e;}
.navbox ul{ width:1222px; margin:0 auto;}
.navbox ul li{ float:left; width:172px; text-align:center; background:url(navbox_bj.jpg) no-repeat left center;}
.navbox ul .navbox_no{ background:none;}
.navbox ul li a{ font-size:20px; line-height:62px; color:#FFFFFF;}

.jctj{ width:1147px; height:24px; padding-left:45px; background:url(jctj_bj.jpg) no-repeat left bottom; margin:20px 0 37px 0;}
.jctj a{ color:#0086cd; font-size:18px;}
.jctj span{ width:1056px; height:24px; float:right; background:url(rwdt_bj.jpg) no-repeat left 3px; border-bottom:2px solid #29b3fc;}


.footer {
	width:100%;
	height:108px;
	background:#cddfed;
	color:#666666;
	font-family: '宋体',Arial;
}
.footerContent {
	width:1222px;
	height:94px;
	margin:auto;
	padding-top:14px;
}
.footerContent p{ line-height:36px; text-align:center;}
