@charset "utf-8";
/* CSS Document */
body{font-family:"微软雅黑";color:#333;background-color:#B6C6CF; width:100%;/*box-sizing: border-box;overflow:visible!important;*/}
/*首页主题内容*/
.indexTypes{width:1102px;margin:10px auto;/*border:1px solid #f00;*/}
.indexTypes ul li{position:relative;float:left;width:193px;overflow:hidden;height:173px;overflow:hidden;}
.indexTypes ul li:hover{cursor:pointer;}
.indexTypes ul li.currnet{width:1100px;}
.indexTypes ul li .title{
	width:400px;
	padding-top:65px;
	padding-left:40px;
	background:url(/images/typeT1.jpg) repeat-x;
	font-size:18px;
	color: #990000;
	font-family:"微软雅黑";
	height:150px;
	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:url(/images/typeT2.jpg) no-repeat left top;}
.indexTypes ul li .con{position:absolute;top:0; width:700px; left:193px;background:url(/images/typeT2.jpg) no-repeat left top;overflow:hidden;height:200px;overflow:hidden; }
.indexTypes ul li #con11{background:url() no-repeat left top;}
.indexTypes ul li #con22{background:url() no-repeat left top;}
.indexTypes ul li #con33{background:url() no-repeat left top;}
.indexTypes ul li .con ul{padding-top:35px;}
.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;font-size:14px;}
.indexTypes ul li .con ul li a:hover{color:#F87C02;}