﻿/* CSS Document */

/* 导入公共样式 */
@import url('comm.css');

/*-----------------------顶部-----------------------*/
#top {
    margin: 0 auto;
	width: 978px;
}

/*-------顶部图片-------*/
#toppic {
    float: left;
	width: 240px;
	text-align: center;
	border: 1px solid #A8DCA3;
}

#toppic img {
    display: block;
	float: left;
}

#toppic a {
    display: block;
	float: left;
	width: 240px;
	height: 26px;
	color: #339900;
	line-height: 26px;
	background: #F0FAE7;
}

/*-------顶部新闻-------*/
#topnews {
    float: left;
	margin-left: 12px;
	width: 479px;
	height: 384px;
	font-family: "宋体";
}

#topnews h4 {
    display: block;
	font-size: 14px;
	text-align: center;
}

#topnews h4 a {
    color: #339900;
}

#topnews p {
    float: left;
	padding: 10px;
	margin-top: 6px;
	width: 459px;
	height: 70px;
	line-height: 24px;
	text-indent: 2em;
	color: #333;
	border: 1px dashed #333333;
	border-left: 0;
	border-right: 0;
}

#topnews ul {
    float: left;
	margin-top: 16px;
}

#topnews ul li {
    display: block;
	float: left;
    height: 26px;
	width: 100%;
}

#topnews ul li a {
    display: block;
	float: left;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

#topnews ul li span {
    display: block;
	float: left;
}

#topnews ul li span.date {
    display: block;
	float: right;
	margin-right: 10px!important;
	margin-right: 5px;
	color: #666;
}

/*-------顶部联系方式-------*/
#topcon {
    float: right;
	width: 238px;
	height: 384px;
}


/*-----------------------主体部分-----------------------*/
.leftpart {
    float: left;
	width: 732px;
}

.rightpart {
    float: right;
	width: 238px;
}

/*-------左边列表样式-------*/
.item {
    float: left;
	width: 732px;
}

.mbottom {
	margin-bottom: 14px;
}

.leftitem {
    float: left;
	width: 360px;
}

.rightitem {
    float: right;
	width: 360px;
}

.item h4 {
    display: block;
    float: left;
	width: 360px;
	height: 24px;
	line-height: 24px;
	background: url(../images/mr_item_title_bg.jpg) no-repeat;
}

.item h4 a.itemname {
    display: block;
	margin-left: 30px!important;
	margin-left: 15px;
	float: left;
	font-size: 14px;
	color: #339900;
}

.item h4 a.more {
    display: block;
	float: right;
	margin-right: 10px!important;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: "宋体";
	color: #339900;
}


.item .itemdesc {
    float: left;
	width: 360px;
	margin-top: 14px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #aaa;
}

.itemdesc img {
    display: block;
	float: left;
	margin-left: 4px;
	margin-right: 12px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.itemdesc .iteminfo {
    float: left;
	width: 230px;
}

.itemdesc .iteminfo a {
    display: block;
	float: left;
	clear: right;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.itemdesc .iteminfo p {
    float: left;
	padding-right: 4px;
	line-height: 22px;
}

.item ul.newslist {
    float: left;
	width: 356px;
	height: 124px;
	margin-left: 4px;
	margin-top: 12px;
}

.item ul.newslist li {
    height: 25px;
	font-family: "宋体";
}

.item ul.itemkey {
    float: left;
	margin-left: 4px;
	padding: 4px 8px;
	width: 330px;
	height: 46px;
	overflow: hidden;
	border: 1px solid #6CC22F;
	background: #F0FAE7;
}

.item ul.itemkey li {
    display: inline;
	margin: 0 4px;
	line-height: 22px;
}

.item ul.itemkey li a {
    color: #339900;
    text-decoration: underline;
}


/*-------右边列表样式-------*/
.smallitem {
    float: left;
	width: 238px;
	border: 1px solid #FFCD8D;
}

.rightpart .separate {
    float: left;
	width: 238px;
	height: 12px;
}

.smallitem h4 {
    display: block;
	float: left;
	height: 24px;
	width: 238px;
	line-height: 24px;
	background: url(../images/mr_right_title_bg.jpg) repeat-x;
}

.smallitem span {
    display: block;
	float: left;
	font-size: 13px;
	color: #CB324B;
	margin-left: 8px!important;
	margin-left: 4px;
}

.smallitem h4 a {
    display: block;
	float: right;
	margin-right: 10px!important;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: "宋体";
}



/*------------------part1------------------*/
#part1 {
    margin: 0 auto;
	width: 980px;
}

#expert {
    float: left;
	width: 238px;
	height: 404px;
	padding-top: 10px;
}

#certificate {
    float: left;
	width: 238px;
	height: 186px;
	padding-top: 20px;
}

#cases {
    float: left;
	width: 238px;
	height: 304px;
	padding-top: 6px;
}

#equip {
    float: left;
	width: 238px;
	height: 308px;
}





















