*{margin:0;padding:0;border:0;}
img{border:0;width:100%;}
body{
	background-color: #f3f3f3;
	font: 0.75/1.5;
	overflow-y: none;
}
a{color:#666;text-decoration:none;}
a:hover{color:orange;}
*:focus {outline: none}
.shdow{
  box-shadow:3px 3px 3px rgba(100,100,100,.6);
  -moz-box-shadow:3px 3px 3px rgba(100,100,100,.6);
  -webkit-box-shadow:3px 3px 3px rgba(100,100,100,.6);
}

.header{
	width: 100%;
	background-color: red;
	height: 50px;
	float: left;
	position: fixed;
	box-shadow: 3px 3px 3px rgba(100,100,100,.3);
	-moz-box-shadow: 3px 3px 3px rgba(100,100,100,.3);
	-webkit-box-shadow: 3px 3px 3px rgba(100,100,100,.3);
	top: 0px;
	z-index: 9999;
}
.headerLeft{
	float: left;
	width: 14%;
	height: 50px;
	display: block;
}
.headerLeft a{
	float: left;
	display: block;
	height: 50px;
	width: 45px;background-image: url(images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.headerCenter{
	float: left;
	width: 72%;
	height: 50px;
}
.headerRight{
	float: right;
	width: 14%;	
}
.headerRight a{
	width: 45px;
	height: 50px;
	display: block;
	float: right;background-image: url(images/topHome.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
}
.headerCenterBox{
	width: 100%;
	overflow: hidden;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.logo{
	width: 155px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	float: left;
	display: none;
}

@media screen and (max-width: 320px){
	
.headerCenterBox{
	width: 100%;
	overflow: hidden;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
	
	.searchFrame{
	float: right;
	background-color: #FFF;
	border: 1px solid #900;
	margin-top: 10px;
	margin-right: 5px;
	padding: 2px;
	width:100px;
}
	.topSearch{
	float: left;
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	width: 60px;
}
	
	}


.searchFrame{
	float: right;
	background-color: #FFF;
	border: 1px solid #900;
	margin-top: 10px;
	margin-right: 5px;
	padding: 2px;
}
.topSearch{
	float: left;
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	width: 65px;
}
.interfaceBox{
	float: left;
	width: 100%;
	background-color: #F6F6F6;
	margin-top:50px;
}
.TopBar{
	text-align: center;
	width: 100%;
	background-color: #fff;
	float: left;
	box-shadow: 3px 3px 3px rgba(100,100,100,.6);
	-moz-box-shadow: 3px 3px 3px rgba(100,100,100,.6);
	-webkit-box-shadow: 3px 3px 3px rgba(100,100,100,.6);
	height: 36px;
	line-height: 37px;
	margin-bottom: 10px;
}
.TopBar a{
	color: #000;
	padding-left: 1%;
	padding-right: 1%;
}
.TopBar a:hover{color:red;}

a.TopBarOn{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 5px;
	color: #F00;
}


.infaceBanner{
	width: 100%;
	height: auto;
}
.infaceBody{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.infaceLocation{
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.infaceLocationLeft{
	float: left;
}
.infaceLocationLeft span{color:red;}
.infaceLocationRight{
	float: right;
}

.topCate{
	float: right;
	overflow: hidden;
	width: 100px;
}
.topCateLeft{
	float: left;
	height: 15px;
	width: 8px;
	background-image: url(images/infaceTools.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	display: block;
}
.topCateLeft a{
	float: left;
	height: 15px;
	width: 8px;
	background-image: url(images/infaceTools.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

.topCateCenter{
	color: #000;
	float: left;
	margin-right: 10px;
	margin-left: 10px;font-size:0.85em;
}
.topCateCenter span{color:red;}
.topCateRight{
	float: left;
	height: 15px;
	width: 8px;
	background-image: url(images/infaceTools.jpg);
	background-repeat: no-repeat;
	background-position: -9px -15px;
	display: block;
}
.topCateRight a{
	float: left;
	height: 15px;
	width: 8px;
	background-image: url(images/infaceTools.jpg);
	background-repeat: no-repeat;
	background-position: -9px 0px;
	display: block;
}

.infoBox{
	width: 98%;
	margin-top: 10px;
	background-color: #FFF;
	display: block;
	box-shadow: 3px 3px 3px rgba(100,100,100,.3);
	-moz-box-shadow: 3px 3px 3px rgba(100,100,100,.3);
	-webkit-box-shadow: 3px 3px 3px rgba(100,100,100,.3);
	padding: 2%;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.smpicBox{
	width: 15%;
	float: left;
	margin-right: 3%;
}
.smpic{
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
	display: block;
	font-size:0px;
}
.coentBox{
	float: right;
	width: 80%;
	padding-right: 2%;
}


@media (min-width:320px) and (max-width:900px) {


.coentBox h2{width:98%;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;color:#ccc;}



}



.coentBox h2 a{
	font-size: 0.85em;
	font-weight: normal;
}
.coentBox h2 a:hover{font-size:0.85em;color:red;}

.coentBoxText{
	color: #999;
	height: 37px;
	overflow: hidden;
}
.CoentFoot{
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.CoentFootDate{
	float: left;
	color: #F60;
	font-weight: normal;
	font-size: 0.75em;
}
.CoentFootCate{
	float: right;
	color: #FFF;
	background-color: #F00;
}
.CoentFootCate a{color:#fff;}

.infaceCateBox{
	float: left;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infaceCateBox a{
	background-color: #ccc;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
.infaceCateBox a:hover{
	background-color: #333;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
a.infaceCateBoxOn {
	background-color: #F00;
	color: #FFF;
	padding: 7px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.infaceFoot{
	width: 100%;
	height: 30px;
	text-align: center;
	color: #ccc;
	background-color: #ff0000;
	line-height: 30px;
	margin-top: 10px;
	font-size: 0.75em;
}
.infaceFoot a{
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

.infaceTitle{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infaceTitle h1{
	font-size: 1.25em;

	display: block;
}
.infaceTitle span{
	font-size: 0.75em;
	color: #666;
}
.infaceCoent{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 8px;
}
.infaceCoent p{margin-bottom:8px;line-height:1.5;}
.infaceCoent hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 8px;
	margin-bottom: 8px;
}
.bannerAD{
	margin-top: 10px;
	text-align: center;
	font-size: 0.75em;
	color: #666;
        width:100%;
}
.bannerWeiXin{
	margin-top: 10px;
	text-align: center;
	font-size: 0.75em;
	color: #666;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.tableStyle{
	border: 1px solid #CCC;
}
.tableStyle th{
	text-align: center;
	font-size: 0.75em;
	border: 1px solid #FFF;
	padding: 3px;
}
.tableStyle td{
	text-align: center;
	padding: 3px;
	border: 1px solid #FFF;
}
.thumbImage{ 
vertical-align: middle; 
max-width:178px;   /* FF IE7 */
max-height:186px; /* FF IE7 */
_width:expression(this.width > 178 && this.width > this.height ? 178: auto); /* IE6 */
_height:expression(this.height > 186 ? 186 : auto); /* IE6 */ 
}