﻿@charset "UTF-8";

/* second.css */

.second_content {
	background-color: #ffffff;
	width: 765px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.breadcrumbs {
	margin: 5px 10px; 
}

.second_content_main {
	margin: 0 10px;	
}

.content_left {
	width: 465px;
	float: left;
	margin: 0;
	padding-bottom: 10px;
}

.content_left h3 {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}

.content_left h3.basic {
	margin: 20px 0 10px 0 ;
}

.content_left h4 {
	margin: 10px 0 10px 15px;
}
.content_left h4 img {
	width: 450px;
}
.content_left p {
	margin: 8px 5px 5px 15px;
	padding: 0;
	overflow: hidden;
}

.content_left .area_banner {
	margin-top: 20px;
}

.content_left .class_banner {
	margin-top: 30px;
}

.content_left .office_banner {
	margin: 10px 0 0 15px;
	clear: both;
}

.contact_office {
	margin: 5px 5px 5px 15px;
	padding: 0;
}

.contact_office p {
	margin: 0;
}

.content_left .address,
.content_left .address_en,
.content_left .tel,
.content_left .fax {
	display: block;
	float:left;	
	background-repeat: no-repeat;
	width: 38px;
	height: 16px;	
	text-indent: -9999px;
	margin: 0 5px 0 0;
	padding: 0;
	background-position: left 2px;
}

.content_left .address {
	background-image: url(../images/icon/address_icon.png);
}

.content_left .address_en {
	background-image: url(../images/icon/address_icon_en.gif);
}

.content_left .tel {
	background-image: url(../images/icon/tel_icon.png);
}

.content_left .fax {
	background-image: url(../images/icon/fax_icon.png);
}

.content_right {
	width: 260px;
	height: 100%;
	float: right;
	padding: 0 0 8px 8px;
	margin: 0 0 10px 0;
	background-color: #93a2bd;
	overflow: hidden;
}

.line_style {
	clear: both;
	margin: 4px 0;
}

.investment_case_study {
	margin: 10px 0 0 0;
}

.investment_case_study_header,
.investment_case_study_header_en,
.investment_case_study_header_cn {
	background-image: url(../images/second_side/investment_header.png);
	background-repeat: no-repeat;
	width: 251px;
	height: 26px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

.investment_case_study_header_en {
	background-image: url(../images/second_side/portfolio.png);
}

.investment_case_study_header_cn {
	background-image: url(../images/second_side/portfolio_cn.png);
}

.investment_case_study .it,
.investment_case_study .hc,
.investment_case_study .rs,
.investment_case_study .ct {
	background-repeat: no-repeat;
	width: 251px;
	height: 61px;
	clear: both;
}

.investment_case_study .it {
	background-image: url(../images/second_side/investment_it.png);
}

.investment_case_study .hc {
	background-image: url(../images/second_side/investment_hc.png);
}

.investment_case_study .rs {
	background-image: url(../images/second_side/investment_rs.png);
}

.investment_case_study .ct {
	background-image: url(../images/second_side/investment_ct.png);
}

.investment_case_study ul {
	list-style: none;
	margin: 0 0 0 113px;
	padding: 0;
}

.investment_case_study li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

.investment_case_study .list_space {
	margin-left: 36px;
}

.whats_new,
.mvc_member,
.mcvp_member {
	margin: 10px 0 0 0;
	text-align: left;
}

.whats_new_header {
	background-image: url(../images/second_side/whats_new_header.png);
	background-repeat: no-repeat;
	width: 251px;
	height: 26px;
	margin: 0;
	text-align: right;
}

.whats_new_body,
.mvc_member_body {
	margin: 0 9px 0 0;
	padding: 5px;
	background-color: #d9dfeb;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.whats_new_body .picture {
	float: right;
	margin-left: 3px;
}

.mvc_member_header,
.mcvp_member_header {	
	background-repeat: no-repeat;
	width: 250px;
	height: 26px;
	margin: 0px;
	text-indent: -9999px;
}

.mvc_member_header {
	background-image: url(../images/second_side/member.png);
}
.content_right .mvc_member_body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content_right .mvc_member_body ul li {
    background: url(/images/line.gif) no-repeat 0 100%;
    line-height: 1;
    padding: 0.5em 0;
}
.content_right .mvc_member_body ul li.last {
    background: transparent;
}
.content_right .mvc_member_body ul strong {
    background: url(/images/icon/list_icon.gif) no-repeat 0 40%;
    color: #336699;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding: 0 0 0 20px;
}
.content_right .mvc_member_body ul ul {
    padding: 0;
    display: none;
    margin-left: 40px;
}
.content_right .mvc_member_body ul li.active ul {
    display: block;
}
.content_right .mvc_member_body ul ul li {
    background: transparent;
    border: 0;
    padding: 0.3em 0;
}

#member_info{
	margin: 5px 0 0 15px;
}

.member_info .picture {
	margin: 4px 10px 4px 15px;
	padding: 0;
	overflow: hidden;
	float: left;
}

.member_info .member_outline {
	margin: 4px 0 0 0 ;
	float: left;
	width: 300px;
}

.member_info .member_desc {
	clear: left;
}

.member_tab {
	background-image: url(../images/second_tab/tab_bg.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding: 0;
}

.invsetment_table {
	margin: 5px 0 5px 10px;
	text-align: left;
	text-justify: auto;
}

.invsetment_table th {
	background-color: #D9DFEB;
	text-align: center;
}

/* news  */
.news_title {
	color: #0181CF;
}

.news_header {
	margin-left: 1em;
}

.news_list,
.news_detail {
	margin-top: 1em;
}

.news_list .news_title {
	font-size: 15px;
	line-height: 125%;
	font-weight: bold;
	margin: 5px 0;
}

.news_detail .news_years {
	margin: 0;
	font-size: 15px;
	color: #ff7700;
}

.news_detail .news_date {
	text-align: right;
}

.news_detail .news_title {
	font-size: 15px;
	line-height: 125%;
	font-weight: bold;
	margin: 5px 0;	
}

.news_detail h4 {
	border: 0;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.4em;
	margin: 8px 5px 5px 15px;
	padding: 0;
}

.news_detail h4.news_subtitle {
	font-style: italic;
	text-align: center;
	margin: 1em 0;
}

.news_detail h5 {
	border: 0;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.4em;
	margin: 8px 0 -8px 15px;
	padding: 0;
}

.news_detail dl {
	margin-left: 15px;
}
.news_detail dd {
	margin-left: 15px;
}
.news_detail .from {
	font-weight: bold;
}

/* investment */
.company_name {
	display: block;
	margin: 1em 0;
	font-size: 16px;
	color: #0181cf;
}

.investment_logo {
	float: left;
	margin: 0 1em 1em 15px;
}

.investment_outline {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
}

.investment_company_info {
	text-align: left;
	margin: 1em 0 0 15px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

.investment_company_info th {
	padding: 0.5em;
	background-color: #93A2BD;
	color: #FFFFFF;
	width: 6em;
	border-bottom: solid 1px #999999;
}

.investment_company_info td {
	padding: 0.5em;
	border-bottom: solid 1px #999999;
	width: 31em;
}

.company_history td {
	padding: 5px;
	border-bottom: solid 1px #999999;
}

.schedule_table td {
	border: none;
}

/* contact_form */
.contact_form {
	margin: 0 0 5px 15px;
	border-top: solid 1px #93A2BD;
}

.contact_form th {
	width: 120px;
	padding: 10px 5px;
	background-color: #D9DFEB;
	vertical-align: top;
	border-bottom: solid 1px #93A2BD;
}

.contact_form td {
	width: 300px;
	padding: 10px 5px;
	border-bottom: solid 1px #93A2BD;
}

.contact_btn {
	margin: 10px 0;
	text-align: center;
}

.thankyou {
	margin: 20px 0;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	background-color: #D9DFEB;
}
