@import url("common.css");
body { background:#fff; }
nav { border-top: 2px solid #12a4f1; border-bottom: 1px solid #e1e1e1; }
/*首屏*/
.ban_l { width: 750px; }
/*banner*/
.banner { width: 750px; height: 430px; border-radius: 10px; position: relative; overflow: hidden; }
.banner .bd_img { width: 100%; height: 430px; border-radius: 10px; }
.banner img { width: 100%; min-height: 430px; border-radius: 10px; }
.banner p { line-height: 24px; height: 48px; }
.banner .bd_lm { margin-left: 10px; }
.banner .bd li { position: relative; }
.banner .hd {position: absolute; bottom: 20px; right: 10px;}
.banner .hd li { width: 8px; height: 8px; float: left; text-align: center; line-height: 16px; background: #fff; margin-right: 5px; color: #fff; font-size: 12px; border-radius:8px; cursor: pointer; margin-top: 3px; opacity: 0.5;}
.banner .hd li.on {width: 14px; height: 14px; margin-top: 0px; }
.banner .bd_bt { position: absolute; height: 30px; line-height: 30px; padding:10px 20px; background: #12a5f1; opacity: .9; color: #fff; bottom: 0; left: 0; width: 710px;  }
/*热门推荐*/
.ban_hot { width: 100%; height: 394px; overflow: hidden; }
.lb_1:nth-child(6) { margin-top: 30px; }
/*最新推荐*/
.ban_news { width: 420px; height: 432px; }
.ban_news .lb_2 { margin-bottom: 7px; }
/*专题*/
.ban_zt .zt_a { margin-left: 20px; display: block; border-radius: 10px; }
.ban_zt .zt_a:first-child { margin-left: 0; }
.ban_zt .zt_a img { width: 285px; height: 149px; border-radius: 10px; }