#banner { height: 315px; }



.tap { height: 34px; overflow: hidden; }
.tap a { display: block; float: left; height: 28px; width: 100px; position: relative; text-align: center; line-height: 28px; color: #000; font-size: 14px; font-weight: bold; }
.tap a.on { background: #be1e24; color: #fff; }
.tap a img { position: absolute; top: 28px; left: 39px; }
.tap span { display: block; float: left; height: 28px; width: 21px; background: url('/Content/Images/tap_line.png') no-repeat center center; }


.pano { margin-top: 20px; padding: 30px 0; background: #f2f2f2; }
.pano_top { height: 34px; }
.pano_main { margin-top: 20px; }
.pano_list { height: 226px; display: none; }
.pano_option { display: block; width: 58px; height: 120px; float: left; margin-top: 33px; }
.pano_prev { background: url('../Images/pano_prev.jpg') no-repeat; }
.pano_next { background: url('../Images/pano_next.jpg') no-repeat; }
.pano_content { width: 1020px; height: 226px; overflow: hidden; float: left; margin: 0px 13px; position: relative; }
.pano_content ul { height: 226px; position: absolute; left: 0px; top: 0px; }
.pano_content ul li { float: left; width: 244px; overflow: hidden; margin-right: 15px; }
.pano_content ul li p { width: 240px; height: 186px; border: solid 3px #bfbfbf; border-radius: 3px; margin-bottom: 15px; }
.pano_content ul li span { display: block; text-align: center; width: 244px; color: #808080; font-size: 18px; font-weight: bold; }
.pano_content ul li a:hover p { border: solid 3px #bb292c; }
.pano_content ul li a:hover span { color: #bb292c; }