﻿@charset "utf-8";
/* CSS Document */
@import 'global.css';

#side_right {
	float:right;
	width:778px;
}
#about {
	float:left;
	width:466px;
	height:400px;
}
#about dt {
	height:34px;
	background:url(../images/about_title.jpg) no-repeat;
}
#about dd {
	height:354px;
	line-height:26px;
	text-indent:24px;
	padding:12px 10px 0;
}
#about dd img {
	float:left;
	display:block;
	width:180px;
	height:110px;
	margin-right:14px;
}
#news {
	float:right;
	width:286px;
	height:400px;
}
#news dt {
	height:34px;
	background:url(../images/news_title.jpg) no-repeat;
}
#news dd {
	padding:12px 10px 0;
}
#news dd li {
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding-left:24px;
	background:url(../images/doc.jpg) 0 5px no-repeat;
}
#news dd li span {
	float:right;
	padding-left:20px;
}
#pro_slide {
	float:left;
	width:766px;
	height:208px;
}
#pro_slide dt {
	height:35px;
	background:url(../images/pro_slide_title.jpg) no-repeat;
}
#pro_slide dd {
	padding:12px 11px 0;
}
.marquee {
	width:744px;
	height:161px;
	overflow:hidden;
}
.marquee li.pic {
	float:left;
	width:248px;
	text-align:center;
}
.marquee li.pic img {
	display:block;
	width:206px;
	height:134px;
	border:1px solid #cccccc;
	margin:0 auto;
}
.marquee li.pic .pic_title {
	height:36px;
	line-height:36px;
	overflow:hidden;
	padding:0 20px;
}
