﻿@charset "utf-8";
/**
 * About
 * @date Oct 26th 2009
 * @author Ivan SunShine Hsu
 * @mail ivan.x@ixce.cn
 */
@import url("resets.css");
@import url("styles.css");
@import url("constructions.css");
#about{
	background:url('../images/bg_wrapper_400.jpg') repeat-x center top;
}
#about #wrapper{
	background:url('../images/about/bg_main_about.jpg') no-repeat center top;
}
#about #pageContent{
	padding:272px 0 0;
}

.about-opera-list{
}
.about-opera-list li{
	margin:8px 0;
	padding:8px 0;
	border-bottom:1px #CCCCCC dashed;
}
.about-opera-list .i{
	width:188px;
	float:left;
}
.about-opera-list .c{
	width:610px;
	float:left;
}
.about-opera-list h3{
	font-family: 微软雅黑,Microsoft YaHei,黑体;
	font-size:16px;
	margin:0;
	color:#FD787B;
}
.about-opera-list h4{
	font-weight:normal;
	margin:0 0 6px;
	color:#FD787D;
}
.about-opera-list p{
	margin:5px 0 0;
}
.about-opera-list strong{
	color:#3FC3F4;
	font-weight:bold;
}

#dutyMain{
	background:url('../images/bg_wrapper_400.jpg') repeat-x center top;
}
#dutyMain #wrapper{
	background:url('../images/about/bg_duty_flacon.jpg') no-repeat center top;
}
#dutyMain .float-side{
	top:222px;
}
#duty{
	background:url('../images/bg_wrapper_400.jpg') repeat-x center top;
}
#duty #wrapper{
	background:url('../images/about/bg_main_duty.jpg') no-repeat center top;
}
#duty #pageContent{
	padding:272px 0 0;
}
.duty_downlist{
	height:155px;
	width:541px;
	margin:30px 0;
	background:url('../images/about/bg_duty_downlist.jpg') no-repeat;
}
.duty_downlist h3{
	font-size:14px;
	margin:0;
	padding:0 22px;
	line-height:30px;
	height:57px;
	color:#FF7476;
}
.duty_downlist li{
	width:228px;
	padding:0 2px 0 26px;
	display:inline;
	float:left;
}
.duty_downlist .i{
	margin:0;
}
.duty_downlist .n{
	padding:0 0 0 18px;
	background:url('../images/icon_circle_right.jpg') no-repeat left center;
}

#dutyContent{
    position:relative;
    z-index:0;
    height:760px;
    width:800px;
}
#dutyContent .con{
    position:absolute;
    left:200px;
    top:5px;
}

