.common-tittle{
	height:44px;
	line-height: 44px;
	width:1100px;
	margin:10px auto;
	background-color:#f04554;
	border-radius: 6px;
}
.common-tittle h2{
	font-size: 16px;
	color: white;
	text-indent: 26px;
	float: left;
}
.common-tittle-more{
	float: right;
	color:#5c0109;
	line-height: 44px;
	font-size: 12px;
	padding-right: 22px;
}
.common-tittle-more a{
	color:#5c0109;
	font-size: 12px;
}
.common-tittle-classify{
	float:right;
	margin-right: 20px;
}
.common-tittle-classify li{
	height:14px;
	margin-top:14px;
	line-height: 14px;
	padding-right: 14px;
	padding-left:14px; 
	float: left;
	border-right:1px solid #fff;
}
.common-tittle-classify li a{
	font-size: 14px;
	color:white;
}
.common-tittle-classify .common-tittle-lastclassify{
	border:none;
}
/*
* this is cleanertittle
* time 2014 6 12
* by cwq
*/



.common-cleanertit{
	height:200px;
	color:#fff;
	margin-bottom: 10px;
}
.common-cleanertit h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}
.common-cleanertit-english{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px;
	color:#d5d5d5;
}
.common-cleanertit-a{
	margin-top: 12px;
	display: block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #fb3341;
}
.common-classify{
	width:275px;
	overflow: hidden;
	position: relative;
}
.common-classify .common-classify-row{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.common-classify .common-classify-row li{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	-webkit-transition:opacity .5s linear;
	opacity: 0;
}
.common-classify .common-classify-row li:nth-of-type(1){
	opacity: 1;
}
.common-classify .common-classify-start{
	position: absolute;
	bottom:0;
	width:100%;
	height: 50px;
	background: url(../images/rowsnowbg.png);
	padding-left: 94px;
}
.common-classify .common-classify-start li{
	float:left;
	width:20px;
	height:20px;
	color:#fff;
	background-color:#000; 
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 6px;
	margin-top: 15px;
}

.common-classify .common-classify-start li.common-classify-startnow{
	background-color:#ffc000; 
}


.common-duc .common-duc-outer{
	float: left;
	width:290px;
	height: 310px;
}

.common-duc table td{
	overflow: hidden;
	height: 310px;
	border:1px solid #d0d0d0;
}


.common-duc .common-duc-text{
	height: 94px;
	width:95%;
	background: #f3f3f3;
	padding-left: 15px;
	padding-top: 12px;
    font-family: Microsoft Yahei;
}
.common-duc-text h2{
	font-size: 20px;
	font-weight: bold;
	color:#434a54;

}
.common-duc-text p{
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 16px;
	color:#656d78;
}

.common-duc-text div{
	font-size: 16px;
	color:#666;
}
.common-duc-doller{
	color:#f04554;
	font-size: 16px;
	font-weight: 700;
}
.common-duc-num{
	color:#ff8400;
}


.common-duc td{
	position: relative;
}

.common-duc .common-duc-outer{
	position: relative;
	top:50px;
	left:0;
	-webkit-transition:top 0.3s ease-in-out ;
}

.common-duc .common-duc-outer:hover{
	top:0px;

}










