body{ margin: 0; padding:0 ;}
*{font-family: arial; font-size: 16px;}

ul,li{ list-style-type: none; padding: 0; margin: 0;}

img{ margin: 0; padding: 0; border: none;}

a{ text-decoration: none; color: #fff;}
a:hover{color: #00a1e9; display: block;}
	a img{ padding: 0px; border: none; margin: 0px;}
/*导航*/
.nav{ width: 100%; height: 80px; position: absolute;}
	.nav .logo{float: left; margin: 15px 0;}
	.nav a{ font-size: 16px;}
.nav_list{ float: left; width: 810px; padding: 34px 0 0 180px;;}
	.nav_list li{float: left; width: 135px;}
.nav_list .now a{ color: #f39700;}

/*内容*/
.info_box{ width: 1200px; margin: auto;}
	/*首页类标题*/
	.list_title{ width: 1150; padding: 47px 0 47px 50px; background: url(../img/list_title_icon.png) left no-repeat; font-size: 18px;}
		.list_title .more{ float: right;}
			.list_title .more a{ color: #f39700;}
	/*内页类标题*/
	.c_list_title{ text-align: center; width: 100%; line-height: 160px; font-size: 24px; font-weight: bold; overflow: hidden;}
/*页脚*/
.footer{ background: #00a1e9; width: 100%; padding: 40px 0 0 0; overflow: hidden;}
	.footer a{ font-size: 18px; font-weight: bold; line-height: 28px;}
	.footer a:hover{ color: #00618c;}
	.footer .contact_box{ float: right; width: 360px; color: #ffd773; font-size: 14px; line-height: 28px;}
		.footer .contact_box .name{ font-size: 16px; font-weight: bold;}
	.footer .footer_box{ width: 1200px; margin: auto;}
			.footer .footer_box .map{ float: left; height: 245px; overflow: hidden;}
				.footer .footer_box .map div{ float: left; width: 140px;}
				.footer .footer_box .map div ul li a{ font-size: 14px; font-weight: normal;}
			.footer .footer_box .footer_copyright{ border-style: none; border-top: 1px #afe6ff; border-top-style: solid; padding: 20px 0 20px 0; width: 100%; color: #afe6ff; overflow: hidden;}
				.footer .footer_box .footer_copyright .logo{ float: left; margin: 0 45px 0 0;}
				.footer .footer_box .footer_copyright .cr_box{ overflow: hidden; font-size: 14px; line-height: 28px;}
.footer_dd{ width: 100%; height: 35px;}
