/*以下为purchase.jsp的CSS样式表*/
.pur_img,.pur_img img{
	width: 100%;
	margin: 0 auto;
	height: auto;
	vertical-align: top;
	max-width: 1200px;
}

.pur_cont{
	width: 100%;
	min-width: 1200px;
	padding: 20px 0 40px;
}

.pur_cont .pur_sent{
	width:1100px;
	margin: 0 auto;
}
.pur_cont .pur_sent .pur_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	color: #216BB3;
}

.pur_cont .pur_sentent{
	width:1100px;
	height:auto;
	margin:0 auto;
	padding-top:10px;
}

.pur_cont .pur_sentent p{
	text-indent: 2em;	
}

/*以下为about.jsp的CSS样式表*/
.about_img,.about_img img{
	width:100%;
	margin: 0 auto;
	height:auto;
	vertical-align: top;
	max-width: 1200px;	
}

.bg_pst{
	width: 100%;
	min-width: 1200px;
	background: url(../Images/bg_a.jpg) repeat-x;
}

.bg_pst .pst{
	width: 1200px;
	height: 60px;
	line-height: 50px;
	padding-top: 15px;
	text-align: right;
	margin: 0 auto;
}

.about_cont{
	width:1200px;
	margin:0 auto;
	height:400px;
}

.about_cont .about_list{
	width: 210px;
	float: left;
	position: relative;
	z-index: 9;
	margin-top: -65px;
}

.about_cont .about_list .list_img{
	width: 210px;
	height: 80px;
	background: url(../Images/bg_c.jpg) no-repeat;
	position: relative;
	text-align: center;
	line-height: 80px;
}

.about_cont .about_list .list_img img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.about_cont .about_list .list_img i{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../Images/bg_b.png) no-repeat;
	position: absolute;
	right: -30px;
	bottom: 0;
}

.about_cont .about_list .list_sent{
	width: 202px;
	background: #EEEEEE;
	padding: 0 4px 4px;
	list-style-type:none;
}

.about_cont .about_list .list_sent li{
	width: 100%;
	text-align: center;
	background: #FFF;
}

.about_cont .about_list .list_sent li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #555;
}
.about_cont .about_list .list_sent li a.about_intro{
	color:#216BB3;
}

.about_cont .about_sent{
	width: 940px;
	float: right;
}

.intro{
	display:block;
}
.cotat{
	display:none;
}
.about_cont .about_sent .sent_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	border-bottom: 1px solid #ddd;
}

.about_cont .about_sent .sent_title span{
	display: inline-block; 
	display: inline;
	zoom: 1;
	font-size: 18px;
	color: #216BB3;
}

.about_cont .about_sent .sent_cont{
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}

.about_cont .about_sent .sent_cont img{
	width:295px;
	float:left;
	margin:15px;
}

.about_cont .about_sent .sent_cont h1{
	font-size:16px;  
	font-weight:bold;
	margin-top:15px; 
	margin-bottom:5px;
	text-indent: 2em;
}

.about_cont .about_sent .sent_cont p{
	text-indent: 2em;
}


.about_cont .about_sent .sent_cont .contactus_sent{
	margin-left:430px;
	margin-top:30px;
	text-align:left;
}

.about_cont .about_sent .sent_cont .contactus_sent h1{
	font-size:20px;  
	font-weight:bold;
	text-indent: 0em;
}

.about_cont .about_sent .sent_cont .contactus_sent p{
	text-indent: 2em;
}
