@import url('left_navi_style.css');

/* body {
		newly added backgroud decoration
	background: url('../images/bg-texture-01.jpg');
	box-shadow: inset 0px -25px 100px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px -25px 100px rgba(0, 0, 0, 0.25);
    end of added
} */
#about_banner {
	position: relative;
	top: 100px;
	height: 190px;
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/about_banner.jpg');
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}

a {
	text-decoration: none;
}

/* 
* �����������ݰ���� 
*/
#wrapper {
	position: relative;
	top: 100px;
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* 
* �ұ������� 
*/
#content {
	float: right;
	width: 712px;
	margin-right: 28px;
}

#content .sub_content {
	margin-left: 8px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 30px;
	min-height: 550px;
}

#content .title_separator {
	text-align: left;
}

#content .title_separator .separate_line {
        margin:1px 0;
	width: 713px;
        height:1px;
        background-image:url(../images/point.jpg);
}


/* 
* ͼƬ���� 
*/
#content .sub_content .thumbnail {
	float: left;
	background-image: url('../images/company_profile_img.gif');
	width: 215px;
	height: 190px;
}

/* #content .sub_content .ltd { 
float:left; 
background-image:url('../images/company_profile_ltd.gif'); 
width:172px; 
height:26px; 
} 
 */
.com_name {
	display: block;
	float: left;
	color: #1563A1;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
}

.com_en_name {
	display: block;
	float: left;
	color: #799DC1;
	font-size: 8px;
}

#content .sub_content .message {
	line-height: 24px;
	font-size: 12px;
	font-family: "����";
	text-indent: 24px;
	text-align: left;
	letter-spacing: 1px;
	color: #666;
}

#content .sub_content .sub_separator {
	height: 18px;
	margin-top: 20px;
}

#content .sub_content .tag {
	background-image: url(../images/tag.gif);
	width: 15px;
	height: 15px;
	float: left;
}

#content .sub_content h4 {
	margin-top: 1px;
	font-size: 14px !important;
	float: left;
	margin-left: 6px;
	font-family: "΢���ź�" !important;
	color: #333;
	line-height: 12px;
}

#content .sub_content .office_buildings {
	margin-top: 5px;
	margin-bottom: 46px;
}

#content .sub_content .workspace1 {
	margin-top: 5px;
	margin-bottom: 46px;
}

#content .sub_content .workspace2 {
	margin-top: 5px;
	margin-bottom: 46px;
}

#content .sub_content .office_buildings img {
	margin: 25px 25px 0 25px;
}

#content .sub_content .workspace1 img {
	margin: 25px 25px 0 25px;
}

#content .sub_content .workspace2 img {
	margin: 25px 25px 0 25px;
}

#content .contact_us .contact_msg p {
	text-align: left;
	font-size: 12px;
	color: #666;
	font-family: "����";
	line-height: 24px; /* �м��һ��24px */
	letter-spacing: 0; /* �ּ��һ��0 (default) */
}

#map {
	width: 696px;
	height: 400px;
	resize: both;
	margin-top: 35px;
          -webkit-box-shadow: 1px 1px 5px 0px #4f414f; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 1px 1px 5px 0px #4f414f; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

#about {
	background-color: #4F90C5 !important;

}

.sub_content img {
        padding: 2px;
}