@charset "utf-8";
section{padding-bottom:0;}
footer{padding-top:30px;}

/* Section */
.bannerBox{width:100%;height:400px;position:relative;}
.bannerBox .banner{width:100%;height:400px;position:absolute;left:0;top:0;z-index:1;
	background-repeat:no-repeat;background-position:center top;display:none;}

.bannerIco{position:absolute;width:100%;z-index:2;left:0;bottom:15px;height:14px;text-align:center;}
.bannerIco a{width:14px;height:14px;display:inline-block;padding-right:4px;
	background:url(../images/common/bannerIco.png) no-repeat;}
.bannerIco a:hover,.bannerIco a.cur{background-image:url(../images/common/bannerIco_h.png);}

.boxList{height:90px;padding:15px 0 15px 60px;background:#fff;}
.box{width:324px;height:90px;overflow:hidden;float:left;}
.box .fr{width:156px;padding-left:18px;padding-right:37px;}
.box h3{font-size:18px;color:#004fa6;padding-top:10px;padding-bottom:10px;}
.box p{font-size:12px;line-height:20px;}
.box p a{color:#444444;}


