﻿body, h3, p, ul, li { margin: 0; padding: 0; }
body { color: #8B8B8B; background-color: #FFF; font-size: 12px; line-height: 1.5em; font-family: Arial,Tahoma,"hiragino sans gb",Helvetica; }
h3 { font-size: 100%; }

img { border: 0 none; -ms-interpolation-mode: bicubic; }

a { color: #515151; text-decoration: none; }
a:hover { color: #333; }


 .mod_focus_show{ width: 1100px; height: 720px; position: relative; overflow: hidden; margin: 0 auto; }

/*大图片*/
 .mod_focus_pic { display: block; width: 1100px; height: 600px; }
 .mod_focus_pic li, .mod_focus_pic a{ display: block; width: 1100px; height: 600px; }
 .mod_focus_pic img {float:left;width: 400px; height: 600px;margin:0 0 0 100px;}
 .mod_focus_pic li { position: absolute; left: 0; top: 0; }

/*图片标题*/
 .mod_focus_title { position: absolute;display: none; z-index: 1; left: 0; bottom: 120px; overflow: hidden; zoom: 1; width: 1100px; height: 50px; background-color: rgba(0,0,0,.8); filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000',endColorstr='#CC000000'); background-image: url(about:blank); }
:root .mod_focus_title { filter: none; }
 .mod_focus_title li { width: 590px; padding: 0 0 0 20px; overflow: hidden; word-break: keep-all; word-wrap: keep-all; white-space: nowrap; table-layout: fixed; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
 .mod_focus_title li h3 { line-height: 53px; _line-height: 55px; font-size: 28px; font-family: "Microsoft Yahei",Tahoma,Geneva; font-weight: 500; }
 .mod_focus_title li h3 a { color: #98e404; }

/*图片切换*/
.focus_switch { width: 60px; height: 30px; position: absolute; z-index: 2; right: 15px; bottom: 130px; display: none;}
.focus_switch a { float: left; width: 30px; height: 30px; background-image: url(icon_focus_switch.png); background-repeat: no-repeat; cursor: pointer; }
.focus_switch .icon_prev { background-position: 0 0;}
.focus_switch .icon_prev:hover { background-position: -30px 0; }
.focus_switch .icon_next { background-position: -60px 0; }
.focus_switch .icon_next:hover { background-position: -90px 0; }

/*小图*/
 .mod_focus_list { padding: 10px 5px; background: #000;margin:5px 0 0 0; overflow: hidden;}
 .mod_focus_list li { float: left; margin: 0 4px 0 5px; position: relative; *display: inline; }
 .mod_focus_list li a { display: block; width: 127px; height: 100px; background: #FFFFCC;}
 .mod_focus_list li img { float:left; display: block; width: 40px; height: 80px;margin: 10px 0 0 15px; }
 .mod_focus_list li a:hover { _background: none; }

 .mod_focus_list li a:hover .mask,  .mod_focus_list .current .mask { display: none; }

 .mod_focus_list li .mask { display: block; height: 200px; width: 127px; position: relative; top: -100px; margin: 0 0 -100px; eft: 0; bottom: 0; background: #000; opacity: .5; filter: alpha(opacity=50); }
 .mod_focus_list li .border { display: none; }
 .mod_focus_list .current .border { display: block; height: 5px; width: 127px; font-size: 0; overflow: hidden; position: absolute; left: 0; bottom: 0; background: #98e404; }
