﻿@charset "utf-8";
/* CSS Document */

/*首页头部*/
.headBg{ width:1200px; margin:0 auto; overflow:hidden;}
.logo{ width:293px; float:left; margin-top:20px;}

.nav{ width:660px; float:right; margin-top:40px;}
	.nav li{ float:left;}
	.nav li a{ font-size:20px; color:#333; padding:0 25px; display:block;}
	.nav li a:hover,.nav li a.navSelect{ color:#bf0704; }

.banner{ margin-top:15px;}
.banner img{ width:100%; min-width:1200px;}

/*footer*/
.footer{ width:100%; min-width:1200px; height:115px; background:url(../images/footerBg.jpg) center bottom no-repeat; margin-top:40px; padding-top:32px;}
.footerCont{ width:1200px; margin:0 auto;}
	.footer p{ font-size:16px; color:#fad1d1; text-align:center; padding-bottom:14px;}
		.footer p em{ padding:0 15px;}
.footerMain{ float:left; width:930px; margin-top:15px;}
.footCode{ float:right;}