@charset "utf-8";
/* CSS Document */
body{font-family:"宋体";color:#333;background-color:#fff; width:100%;/*box-sizing: border-box;overflow:visible!important;*/}
/*首页主题内容*/
.indexTypes{width:410px;margin:0 auto;  /*border:1px solid #f00;*/}
.indexTypes ul li{position:relative;float:left;width:125px;overflow:hidden;height:94px;overflow:hidden;}
.indexTypes ul li:hover{cursor:pointer;}
.indexTypes ul li.currnet{width:180px;}
.indexTypes ul li .title{width:125px;padding-top:10px;padding-left:30px;font-size:18px;color: #fff;font-family:"微软雅黑";height:94px; float:left;}
.indexTypes ul li .title a{color:#fff;}
.indexTypes ul li .title h2{font-size:20px;font-weight:bold;padding-bottom:5px;}
.indexTypes ul li.current .title{background:#df8918;}
.indexTypes ul li .con{position:absolute;top:0; width:280px; left:125px;overflow:hidden;height:94px;overflow:hidden; }
.indexTypes ul li #con11{background:url(../images/typeUl.jpg) no-repeat left top;}
.indexTypes ul li #con22{background:url(../images/con22.jpg) no-repeat left top;}
.indexTypes ul li #con33{background:url(../images/con33.jpg) no-repeat left top;}
.indexTypes ul li .con ul{padding-top:12px;}
.indexTypes ul li .con ul li{float:none;height:auto;width:auto;}
.indexTypes ul li .con ul li a{line-height:28px;width:195px;display:block;text-indent:3em;background:url(../images/typesLi.jpg) no-repeat 6px 7px;border-bottom:1px dashed #d1d1d1;}
.indexTypes ul li .con ul li a:hover{color:#F87C02;}