@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body
{
  text-align:center;background-color:#fff; 
 }
a{color:#333;text-decoration:none;}
a:hover{color:#ef9b11;text-decoration:none;}
.logo{width:138px;height:93px;background-image:url(../../images/log.png);float:left;margin-top:40px;margin-left:20px;}
div.divshowcer {width:60px;height:25px;background: linear-gradient(#ff5454, #e80000);font-size:16px;border-radius:3px;line-height:25px;float:left;text-align:center;margin-left:5px;}
div.ho {width:400px;margin-left:20px;margin-top:10px;float:left;font-size:14px;}
div.ho div {width:108px;height:33px;color:#fff;background: linear-gradient(#ff5353, #ff0000);border-radius:3px;line-height:33px;float:left;}
div.list {width:40px;height:40px;border:1px solid #d6d6d6;float:left;line-height:40px;text-align:center;border-radius:3px;}
.sanjiao_down{
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width:5px;
    border-style:dashed dashed dashed solid;/*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
    border-color:transparent transparent transparent #404040;
}

