/*content*/

.content {
	width: 960px;
	margin: 0 auto;
}


/*banner*/

.banner{
	height: 200px;
	margin-bottom: 30px;
	background-color: #f2f2f2;
}

.banner dl{
	float: left;
	width: 268px;
	height: 188px;
	padding: 12px 0 0 42px;
}

.banner dl dt{
	font-size: 22px;
	color: #222;
	line-height: 28px;
	letter-spacing: 12px;
}

.banner dl dt span{
	color: #b41d1a;
}

.banner dl dd {
	padding: 4px 0 2px 28px;
}

.banner dl dd span{
	display: block;
	color: #393939;
	line-height: 20px;
}

.banner dl dd span:before{
	content: '\25a0';
	margin-right: 15px;
	color: #A71816;
}

.banner dl p{
	padding-right: 60px;
	text-align: right;
}

.banner dl p a{
	color: #A71816;
}

.banner ul#sliderUl{
	position: relative;
	float: left;
	width: 430px;
	height: 200px;
	background: url(/img/cn/index_banner_txt_bg.png) repeat;
}

.banner ul#sliderUl01{
	position: relative;
	float: left;
	width: 220px;
	height: 200px;
	background-color: #fff;
}

.banner ul#sliderUl li,
.banner ul#sliderUl01 li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}


/*main*/

.main{
	padding: 0 15px;
	margin-bottom: 20px;
	overflow: hidden;
}

.main .lt{
	float: left;
	width: 260px;
	overflow: hidden;
}

.main .md{
	float: left;
	width: 300px;
	margin: 0 50px;
	overflow: hidden;
}

.main .rt{
	float: left;
	width: 270px;
	overflow: hidden;
}

.main h3{
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: normal;
	color: #b41d1a;
	line-height: 1;
}

.main h3 span + span{
	color: #000;
}

.main p,
.main ul {
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 22px;
}

.main p img{
	width: 100%;
}

.main li{
	padding-left: 20px;
	background: url(/img/cn/index_main_icon.gif) no-repeat 3px center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.main a {
	color: #A71816;
}

.main input{
	float: left;
	width: 170px;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #282828;
	line-height: 22px;
}

.main button{
	float: left;
	height: 24px;
	padding: 0;
	border: 0;
	margin-left: 18px;
	background-color: #fff;
	line-height: 24px;
	cursor: pointer;
}

.main button b{
	color: #000;
}

.main button i{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 24px;
}

.main button i:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 7px;
	height: 7px;
	border: 2px solid #363636;
	border-radius: 50%;
}

.main button i:after{
	content: '';
	position: absolute;
	top: 13px;
    left: 10px;
	width: 3px;
	height: 7px;
	border-radius: 2px;
	background-color: #363636;
	transform: rotate(-45deg);
}

.main .rt p:nth-child(2){
	float: left;
	width: 113px;
	height: 138px;
	margin-bottom: 30px;
}

.main .rt p:nth-child(3){
	float: left;
	width: 137px;
	height: 138px;
	margin-left: 20px;
}