/* 初始化CSS  重置浏览器样式*/
*{outline:none !important;}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
img{display: block;}
ul, ol { list-style:none; }
input {padding:0;margin:0;outline:none;background:none;font-family:"Arial","Helvetica,sans-serif","Microsoft YaHei";color:#999;}
select, input { vertical-align:middle; }
select, input, textarea {font-size:14px; margin:0;}
select{border: solid 1px #000;appearance:none; -moz-appearance:none; -webkit-appearance:none;-ms-appearance:none; background: url(../images/select_arrow.png) no-repeat scroll right center #fff; background:none\9;padding-right: 14px;padding-right:0\9;}
select::-ms-expand { display: none; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body {font-size:14px; color:#333;font-family:"Arial","Helvetica,sans-serif","Microsoft YaHei";}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a {color:#333;text-decoration:none;}
a:hover { color:#1280df; text-decoration:none;}
a:visited,a:focus{text-decoration:none !important;}

.mainColor{color:#666;} /**页面字体需要变主色调，直接调用mainColor;**/
.mainBg{background:#1280df;color:#fff;}/**需要添加主色调背景色，直接调用mainBg**/
.colorRed{color:red;} /**字体如需标红色，调用colorRed**/
.textHidden{ white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display:block; }/*单行文本截取字符*/
/*srcl样式*/
.picBox{width: 520px;height: 160px;position: relative;margin: 0 auto;overflow: hidden;}
.picList{height: 100%;overflow: hidden;margin: 0 auto;}
.picList li{text-align: center;height: 100%;float: left;width: 520px;display: none;}
.picList li a{display:table-cell;height: 160px;vertical-align: middle;width: 520px;}
.picList li.active{display: block;}
.picPrev,.picNext {position: absolute;top: 50%;margin-top: -22px !important; height: 44px !important;cursor: pointer;font-size: 35px !important;color: #666;text-decoration: none;}
.picPrev{left: 0px;}
.picNext{right: 0px;}
