<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*

KISSY CSS Reset

理念：清除和重置是紧密不可分�&amp;#65533;

特色�&amp;#65533;1.适应中文 2.基于最新主流浏览器

维护：玉�&amp;#65533;(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)

*/



/* 清除内外边距 */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */

dl, dt, dd, ul, ol, li, /* list elements 列表元素 */

pre, /* text formatting elements 文本格式元素 */

fieldset, lengend, button, input, textarea, /* form elements 表单元素 */

th, td { /* table elements 表格元素 */

    margin: 0;

    padding: 0;

}



/* 设置默认字体 */

body,

button, input, select, textarea { /* for ie */

    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/

    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* �&amp;#65533; ascii 字符表示，使得在任何编码下都无问�&amp;#65533; */

}

textarea{ resize:none;}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4, h5, h6 { font-size: 100%; }



address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶�&amp;#65533; */

code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */

small { font-size: 12px; } /* 小于 12px 的中文很难阅读，�&amp;#65533; small 正常�&amp;#65533; */



/* 重置列表元素 */

ul, li, ol { list-style: none; }



/* 重置文本格式元素 */

a { text-decoration: none; cursor: pointer;}

a:hover { text-decoration: none; }



abbr[title], acronym[title] { /* 注：1.ie6 不支�&amp;#65533; abbr; 2.这里用了属性选择符，ie6 下无效果 */

    border-bottom: 1px dotted;

    cursor: help;

}



q:before, q:after { content: ''; }



/* 重置表单元素 */

legend { color: #000; } /* for ie6 */

fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边�&amp;#65533; */

/* 注：optgroup 无法扶正 */

button, input, select, textarea {

    font-size: 100%; /* 使得表单元素�&amp;#65533; ie 下能继承字体大小 */

}



/* 重置表格元素 */

table {

    border-collapse: collapse;

    border-spacing: 0;

}



/* 重置 hr */

hr {

    border: none;

    height: 1px;

}



.fl{ display: inline; float: left;}

.fr{ display: inline; float: right;}



/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪�&amp;#65533; */

/*html { overflow-y: scroll; }*/



.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

    font-size:0;

}

.clearfix { *zoom:1;}



/* chrome input自动填充黄色背景 */

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;}



@font-face {

    font-family: 'ErasDemiITC';

    src: url('font/ErasDemiITC.eot');

    src: local('Eras Demi ITC'),

    local('fontName'),

    url('font/ErasDemiITC.woff') format('woff'),

    url('font/ErasDemiITC.ttf') format('truetype'),

    url('font/ErasDemiITC.svg#fontName') format('svg');

}



a:focus{outline:none;}

a {outline: none;}

a:active {star:expression_r(this.onFocus=this.blur());}

:focus { outline:0; }

i{ font-style:normal;}

.container_image{width:682px;height:222px;margin:20px 20px;position:relative; float:left;}

.container_image .i_btn{display:block;width:34px;height:80px;position:absolute;top:80px;z-index:3;background-image:url(../images/a_l.png);}

.container_image .prev_L{left:75px;background-position:0 0;}

.container_image .next_R{right:120px;background-position:-34px 0;}

.slide_img {width:718px;height:222px;position:relative;z-index:1;}

.slide_img li{width:180px;height:380px;overflow:hidden;position:absolute;background:#ffffff;}

.slide_img li a{display:block;position:relative;width:100%;height:100%;height:222px;}

.slide_img li a img{position:absolute;height:100%;}

.slide_img li.on a{height:222px;}

.slide_img li.on{width:718px;left:190px;left:190px;top:0;box-shadow:0 0 15px rgba(0,0,0,0.6) ;overflow:hidden;}

.slide_img li.on img{width:100%;}

.slide_img li.left{left:0;}

.slide_img li.right{left:1000px;}

.slide_img li.mid{left:190px;}

.slide_img li .info{height:134px;padding-top:6px;position:absolute;left:0;bottom:0;width:94%;padding:0 3%;color:#ffffff;display:none;z-index:3;}

.slide_img li.on .icon{display:block;}

.slide_img li .bg{width:100%;height:142px;background:#000000;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);position:absolute;left:0;bottom:0;z-index:0;display:none;}

.slide_img li .info p{font-size:16px;line-height:24px;height:48px;overflow:hidden;}</pre></body></html>