﻿/* 初始化css */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-size:12px;font-family:'宋体';background:#fff;-webkit-text-size-adjust:100%;}
a{display:inline-block;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}


/*轮播*/
.silder {width: 100%;height:250px; text-align: center;margin: 0 auto; position:relative;}
.silder .silder_list {height:300px; overflow:hidden;position: relative;}
.silder .silder_list a{position:absolute; top:0;left:0;}
.silder .silder_list a,.silder .silder_list img{display:inline-block;float:left;}
.silder .silder_page{height:42px;text-align:right; margin:0 auto; overflow:hidden;position:absolute; top:220px; left:160px;}
.silder .silder_page li{width:10px; font-size:12px; float:left; height:10px;line-height:10px;margin:15px 10px 0 0; background:#c9c9c9;display:inline-block;text-align:center;color:#c9c9c9;}
.silder .silder_page li.current{background:#62af00;color:#62af00;}
.silder_desc{color:#fff;background:url(../images/tit_bg.png) repeat 0 0;float:left;line-height:42px;height:42px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:center;font-weight:bold;font-family:"微软雅黑"; font-size:18px;}
.silder .silder_page li:hover{cursor:pointer;}

#demo{ width: 380px; height: 170px;  position: relative; margin-top:10px;}
#demo .pro-t{ height: 45px; line-height: 45px; font-weight: bold; color: #CC0E10;font-size: 14px; padding-left: 45px; font-family:"arial"}
#demo dl{ position: absolute; left: 150px; top: 148px; z-index: 5}
#demo dd{ float: left; width: 10px; height: 10px; overflow: hidden; background:#c9c9c9; margin-right:13px; cursor:pointer}
#demo dd.active{background:#62af00;}
#demo .picBox{ width: 380px; margin:0 auto; height: 210px; overflow: hidden;position: relative;}
#demo ul{position: absolute; width:50000px; height: 210px; left: 0; top: 0}
#demo li{ width: 170px; text-align:center; margin-right:20px; float: left; height:140px;}
#demo li p{padding-top: 5px; height:35px; width:170px; overflow:hidden; background-color:#fff}
#demo li a{ display:block; width:170px; height:98px; padding-top:2px; background:#000; text-align:center}

#demo li p a{ display:inline; font-size: 12px; color: #373737; line-height: 18px; text-decoration: none; color:#0066cc; background-color:#fff}
#demo li p a:hover{ text-decoration: underline;}
#demo li a img{ width:128px; height:96px;}

