﻿/*
	
	mail:
	@utf-8
	2013/9/12
*/
/***css reset*****/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0px; padding: 0px; }
body, button, input, select, textarea { font: 12px/1.5 "微软雅黑","黑体","宋体"; }
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
address, cite, dfn, em, var { font-style: normal; }
ul, ol { list-style: none outside none; }
a { text-decoration: none;outline:none; }
b{font-weight: normal;}
legend { color: rgb(0, 0, 0); }
fieldset, img { border: 0px none; }
.header, .content, .page, .bottom, .footer{margin-left: auto; margin-right: auto; width: 1200px}
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
/* IE 6/7浏览器 (触发hasLayout) */
.cf {*zoom:1;}
.hide{display:none;}


body{position: relative; width:100%;overflow-x:hidden;}
.layoutRow {width: 100%;}
.layoutColumn {width: 100%;}
.page{
	width:100%;
	height:auto;
	background-color:#fff;
}
.nav_con li a.on{
	color:#407ac5;
}
.header{
	width:100%;
	height:80px;
	position: relative;
	z-index: 99;
}
.header_con{
	width: 960px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	z-index: 122;
	text-align:left;
}
.logo{
	float:left;
	width: 245px;
}
.header_right{
	float: left;
	height: 80px;
	width: 500px;
    margin-left: 50px;
}
.nav{
	 /*padding-left: 50px;*/
	 width: 675px;
	 position:relative;
	 height:80px;
}
.nav .nav_con{
	float: left;
}
.nav li{
	float: left;
	line-height: 80px;
	position: relative;
}
.nav li a{
	height: 80px;
	display: inline-block;
	padding: 0 20px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #4f5c6d;
}
.nav li i{
	position: absolute;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fff;
	bottom: -14px;
	_bottom: -7px;
	_width: 13px;
	_height: 7px;
	_border:none;
	left: 50%;
	margin-left: -7px;
	overflow: hidden;
	display: none;
}
.nav .search_en{
	width: 161px;
	float: right;
}
.nav .search_en p{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.nav .search_en a{
	color: #b7b7b7;
}
.nav .search_en a.english{
	color: #6288a6;
	font-family: "Verdana";
}
.nav .search_en .key_word{
	width: 121px;
	padding-left: 9px;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	background: none;
	height: 22px;
	line-height: 22px;
}
.nav .search_en .search_btn{
	width: 31px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.nav_pull{
	width: 100%;
	height: 250px;
	display:none;
	position: absolute;
	z-index: 99;
	top:80px;
	left:0;
	overflow: hidden;
	text-align:left;
}
.logo a.logo_wrap{
	background: url(../image/logo.jpg) no-repeat;
	width:245px;
	height:100px;
	background-size: 100%;
	display: block;
	text-indent: -200px;
	overflow: hidden;
}
.aboutus,.governance,.investment,.resources,.careers{
	height: 140px;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
	display: block;
	position:absolute;
	left:0;
	top:0;
}
.hide_pull .bg{
	width:100%;
	height:250px;
	position:absolute;
	top:0;
	z-index:99;
	display:none;
}
.pull_con{
	width: 960px;
	margin: 0 auto;
	z-index:199;
	position:relative;
	display:none;
}
.pull_con ul{
	width: 528px;
	height: 140px;
	float: left;
}
.aboutus ul{
	border-right: 1px solid #93A6D6;
}
.governance ul{
	border-right: 1px solid #83BDE7;
}
.investment ul{
	border-right: 1px solid #80D5EE;
}
.resources ul{
	border-right: 1px solid #8BDEEE;
}
.careers ul{
	border-right: 1px solid #AAE6F5;
}
.pull_con li{
	padding-left: 320px;
}
.pull_con ul a{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	position:relative;
}
.pull_con_right{
	padding-left: 36px;
	width: 394px;
	height: 140px;
	float: right;
	color: #263b72;
}
.governance .pull_con_right{
	color: #015a87;
}
.investment .pull_con_right{
	color: #006699;
}
.resources .pull_con_right{
	color: #27667b;
}
.careers .pull_con_right{
	color: #2d859e;
}
.pull_con_right h2{
	font-size: 16px;
}
.pull_con_right .intro{
	font-family: "宋体";
	float: left;
	margin-top: 15px;
	line-height: 20px;
}
.pull_con_right img{
	float: left;
}
.pull_con_right p{
	float: left;
	width: 330px;
	margin-left: 10px;
	*display: inline;
}
.pull_con_right p img{
	float: left;
	margin-right: 15px;
}

/*********footer***********/
.footer{
	width: 100%;
	background-color: #DCE0E3;
}
.footer_main{
	width: 960px;
	margin: 0 auto;
	text-align:left;
	padding: 25px 0;
}
.footer_main .footer_nav{
	padding-top: 20px;
	padding-bottom: 80px;
}
.footer_main .footer_nav li{
	float: left;
}
.footer_main .footer_nav li.f_aboutus{
	width: 119px;
	text-align: left;
}
.footer_main .footer_nav li.f_governance{
	width: 240px;
	text-align: center;
}
.footer_main .footer_nav li.f_governance .footer_governance{
	padding-left: 90px;
	text-align: left;
}
.footer_main .footer_nav li.f_investment{
	width: 240px;
	text-align: center;
}
.footer_main .footer_nav li.f_resources{
	width: 240px;
	text-align: center;
}
.footer_main .footer_nav li.f_careers{
	width: 119px;
	text-align: right;
}
.footer_main .footer_nav h2{
	border-bottom: 1px solid #8392A4;
	height: 20px;
	line-height: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #5b697b;
}
.footer_main .footer_nav li li{
	float: none;
}
.footer_main .footer_nav li ul{
	margin-top: 10px;
}
.footer_main .footer_nav li li a{
	color: #8993a0;
	font-family: "新宋体","宋体";
	line-height: 20px;
}
.copylight{
	color: #34476a;
	font-family: "宋体";	
    margin-top: inherit;
    text-align: center;
    padding: 10px 0;
}
.copylight span.copylight_info{
	display: block;
	width: 360px;
	position: absolute;
	right: 0;
	top: 0;
}
.copylight span.arial{
	font-family: arial;
}
.copylight a{
	color: #34476a;
}
.copylight1{
	height: 20px;
	line-height: 20px;
	color: #34476a;
	font-family: "宋体";
	text-align: center;
}

.copylight1 span.arial{
	font-family: arial;
}
.copylight1 a{
	color: #34476a;
}

/******banner*****/
.banner img{
	width: 100%;
}

/******中间主体******/
.content_main{
	width: 960px;
	height: auto;
	margin: 0 auto;
	position:relative;
	padding-top: 40px;
	padding-bottom: 50px;
	text-align:left;
	z-index:99;
}
/*****主页********/
.index_left{
	width: 320px;
	height: auto;
	float: left;
	position: relative;
}
.index_left h2{
	color: #336699;
	font-size: 26px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.index_left h2 a{
	color: #336699;
	font-size: 26px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.index_left .news{
	height: 220px;
	overflow: hidden;
}
.index_left .news .time{
	color: #6699cc;
	font-family: "Verdana";
	font-weight: bold;
}
.index_left .news li{
	margin-top: 10px;
	height:60px ;
}
.index_left .news a{
	font-size: 13px;
	font-family:"新宋体","宋体" ;
	padding-left: 30px;
	color: #b4b4b4;
	line-height: 30px;
}
.news_btn{
	width: 50px;
	height: 21px;
	position: absolute;
	right: 40px;
	top: 260px;
}
#up_btn,#down_btn{
	display: block;
	width: 21px;
	height: 21px;
	float: left;
}
#up_btn{
	background-position: 0 0;
}
#down_btn{
	background-position: -29px 0;
	float: right;
}
.yearly_report{
	position: absolute;
	top: 325px;
	left: 0;
}
.index_right{
	width: 640px;
	height: auto;
}

.intro_business .intro_ul{
	width: 420px;
	height: 38px;
	position: relative;
	z-index: 88;
}
.intro_ul li{
	float: left;
	overflow: hidden;
}
.intro_ul li a{
	color: #999;
	font-size: 18px;
	width: 210px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
}
.intro_main{
	height: 243px;
	width: 960px;
	padding-left: 30px;
	padding-top: 30px;
	position: absolute;
	z-index: 109;
	top: 38px;
	left: 0px;
}
.business_wrap{
	display: none;
}
.intro_img{
	width: 268px;
	float: left;
}

.intro_con{
	float: right;
	height: 200px;
	width: 470px;
	margin-right:80px;
}
.intro_ul h2{
	text-indent: -9999px;
	height: 30px;
	background: url(../image/btns.png) 0 -360px no-repeat;
}

.intro_con .intro_intro{
	font-family: "宋体";
	font-size: 13px;
	color: #336699;
	text-indent: 2em;
	margin-top:40px;
	line-height: 30px;
}
.intro_con .business_intro{
	color: #777;
	font-family: "宋体";
	font-size: 12px;
	text-indent: 2em;
	margin-top:10px;
}

.index_right .joinus p{
	font-size: 13px;
	font-family: "宋体";
	color: #fff;
	width: 300px;
	position: absolute;
	left: 175px;
	top: 0;
	line-height: 20px;
	text-indent: 2em;
	padding-top: 15px;
}
.index_right .joinus a{
	color: #2b5681;
	font-size: 12px;
	font-weight: bold;
}

/********主页右边遮罩**********/
.intro_business_mask{
	height: 500px;
	width: 100%;
	background-color: #eee;
	z-index: 55;
}
.joinus_mask{
	height: 95px;
	width: 100%;
	position: absolute;
	top:641px;
	background-color: #94B7DB;
	left: 50%;
	z-index: 55;
}
.left_mask{
	height: 100%;
	*height: 100%;
	width: 100%;
	position: absolute;
	top: 96px;
	right: 50%;
	z-index: 66;
	background-color: #fff;
}
.line_mask{
	background-color: #EFF1F2;
	height: 2px;
	line-height:2px;
	overflow:hidden;
	width: 100%;
	position: absolute;
	bottom: 120px;
	right: 40%;
	z-index: 99;
}

/******关于我们-概况*******/

.survey_content .content_main{
	padding-top: 56px;
	position: relative;
	z-index: 77;
	padding-bottom: 0;
}
.sub_left{
	margin: 0 auto;
	width: 1000px;
	float: left;
	height: auto;
	position: relative;
}
.subnav{
	height: 45px;
	_height: 46px;
	width: 710px;
	line-height: 45px;
	font-size: 16px;
	color: #334D97;
	position: relative;
	z-index: 99;
}
.subnav a{
	color: #fff;
	height: 45px;
	_height: 46x;
	display: block;
	float: left;
	position: relative;
}
.subnavbg{
	height: 5px;
	_height: 6px;
	overflow: hidden;
	background-color: #fff;
	width: 710px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	z-index: -99;
}
.subnav span.unvisibility{
	visibility:hidden;
}

.survey_content .subnav a span{
	color: #334D97;
}

.survey_details,.culture_details,.criterion_details,.external_contacts_details,.development_history_details{
	padding-top: 60px;
	background-color: #fff;
	padding-bottom: 60px;
}
.survey_details,.external_contacts_details{
	height: 1000px;
}
.survey_details p {
	font-size: 14px;
	font-family: "宋体";
	color: #7a7a7a;
	text-indent: 2em;
	padding-right: 50px;
	word-break: break-all;
}
.survey_details p.first{
	margin-top: 40px;
}
.survey_details p a{
	text-decoration: underline;
	color: #546fb4;
}

.sub_right{
	width: 250px;
	height: auto;
	padding-top: 35px;
	float: right;
}
.sub_right p{
	padding-left: 30px;
	font-family: "新宋体";
	color: #fff;
	line-height: 20px;
}
.sub_right p a{
	color: #fff;
}
.sub_right p a:hover{
	text-decoration: underline;
}
.sub_right p.second{
	font-size: 29px;
	line-height: 80px;
	margin-top: 30px;
	font-family: "微软雅黑";
}
/******关于我们-企业文化*******/

.culture_details{
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	word-break: break-all;
}
.culture_details .culture_main{
	border-bottom: 1px dotted #e4e4e4;
	width: 654px;
	padding: 20px 0;
}
.culture_details div.nbd{
	border: none;
}
.culture_details div.npdt{
	padding-top: 0;
}
.culture_details .culture_main h2{
	margin-bottom: 5px;
}
.culture_details .culture_main p{
	line-height: 28px;
	text-indent: 2em;
}

.culture_details .quote_con li{
	line-height: 28px;
}
.culture_details .nbd .quote_con li{
	margin-bottom: 30px;
}

.culture_details .culture_main span.bold{
	font-weight: bold;
}
/******关于我们-员工行为规范*******/

.criterion_details{
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	word-break: break-all;
}
.criterion_details p{
	line-height: 28px;
	text-indent: 2em;
	width: 656px;
}
p.bdb{
	padding-bottom: 10px;
	border-bottom: 1px dotted #e4e4e4;
}
.criterion_details p a{
	text-decoration: underline;
	color: #546fb4;
}
.criterion_details ul{
	padding-right: 50px;
}
.criterion_details ul li{
	line-height: 28px;
	text-indent: 2em;
	margin: 20px 0;
}
.criterion_details ul li span.bold{
	font-weight: bold;
}
/**20140404新增**/
.criterion_details h3{
	font-family: "SimSun";
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-left: 20px;
	line-height: 28px;
}

.criterion_details ul li{
	margin: 0;
}
.criterion_details p b{
	font-weight: bold;
}
/******关于我们-对外交往*******/

.external_contacts_details{
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	word-break: break-all;
}
.external_contacts_details p{
	line-height: 28px;
	text-indent: 2em;
	padding-right: 50px;
	margin-bottom: 30px;
}
.external_contacts_details p a{
	text-decoration: underline;
	color: #546fb4;
}
/******关于我们-发展历程*******/

.development_history_details{
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	word-break: break-all;
}
.development_history_details ul{
	padding-right: 50px;
}
.development_history_details ul li{
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.development_history_details p{
	line-height: 28px;
	height: 28px;
}
.development_history_details p span.time{
	width: 54px;
	height: 28px;
	line-height: 28px;
	float: left;
	display: block;
	text-align: right;
}
.development_history_details p a{
	text-decoration: underline;
	color: #546fb4;
}

/*******公司治理-组织架构图**********/
.organization_chart_content .content_main{
	padding-top: 56px;
	position: relative;
	z-index: 77;
	padding-bottom: 0;
}
.organization_chart_details,.digest_details,.directors_board_details,.supervisory_board_details,.executive_committee_details{
	padding-top: 60px;
	background-color: #fff;
	padding-bottom: 60px;
	word-break: break-all;
}
.organization_chart_details p {
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	padding-right: 50px;
	margin-bottom: 30px;
	text-indent: 2em;
	line-height: 24px;
}
.organization_chart_content .subnav{
	color: #20659b;
}

/******章程（摘要）****/

.digest_details p {
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	padding-right: 50px;
	text-indent: 2em;
	line-height: 28px;
}

/******董事会****/
.directors_board_details{
	font-family: "宋体";
}
.directors_board_details p {
	font-size: 14px;
	color: #666;
	padding-right: 50px;
	line-height: 28px;
}
.directors_board_details p .bold{
	font-weight: bold;
}

.directors_board_details h2{
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}
.organization_chart_content .member{
	border-top: 1px dotted #e4e4e4;
	margin-top: 30px;
	width: 664px;
}
.organization_chart_content .member_intro{

	margin: 20px 0 50px;
}
.organization_chart_content .member_intro img{
	float: left;
}
.organization_chart_content .member_intro .word_show{
	width: 490px;

	float: right;
}
.organization_chart_content .member_intro .name{
	font-weight: bold;
	color: #3e92d3;
	font-size:14px;
}
.organization_chart_content .member_intro h2{
	margin-top: 5px;
}
.organization_chart_content .member_intro p{
	/*text-indent: 0;*/
	margin-top: 28px;
	padding: 0;
	line-height: 24px;
}
/******监事会****/
.supervisory_board_details{
	font-family: "宋体";
}
.supervisory_board_details p {
	font-size: 14px;
	color: #666;
	padding-right: 50px;
	line-height: 28px;
}
.supervisory_board_details p .bold{
	font-weight: bold;
}

.organization_chart_content .subnav a span{
	color: #20659B;
}

.supervisory_board_details h2{
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}
.supervisory_board_details h2 .normal{
	font-weight: normal;
}
.supervisory_board_details .quote_con{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.supervisory_board_details li{
	line-height: 28px;
}

/******执行委员会****/
.executive_committee_details{
	font-family: "宋体";
}
.executive_committee_details p {
	font-size: 14px;
	color: #666;
	padding-right: 50px;

	line-height: 28px;
}
.executive_committee_details p .bold{
	font-weight: bold;
}

.executive_committee_details h2{
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}
.executive_committee_details h2 .normal{
	font-weight: normal;
}
.executive_committee_details .quote_con{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.executive_committee_details li{
	line-height: 28px;
}

.investment_portfolio_details .committee_menu{
	width: 653px;
	height: 25px;
	background-color: #fff;
}
.committee_menu .committee li{
	height: 25px;
	line-height: 25px;
	width: 162px;
	float: left;
	background-color: #ccc;
	display: block;
	color: #415f79;
	font-family: "微软雅黑";
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.committee_menu .committee li.first{
	border: 0;
}
.committee_menu .committee li.current{
	background-color: #48BBE3;
	color: #fff;
}
.committee_intro{
	margin-top: 50px;
	display: block;
}
.sub_mechanism{
	margin-top: 50px;
}
.sub_mechanism .international_advisory_board{
	display: none;
}
.international_advisory_board h2{
	margin-top: 30px;
}
.international_advisory_board h3{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-indent: 2em;
}
.board_member{
	border-top: 1px dotted #e4e4e4;
	border-bottom: 1px dotted #e4e4e4;
	margin-top: 30px;
	width: 664px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.board_member h2{
	margin: 0;
}
.board_member h3{
	color: #415f79;
	height: 25px;
	line-height: 25px;
	background-color: #cccccc;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	text-indent: 0;
}
.board_member h4{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.sub_mechanism{
	width: 656px;
}
.sub_mechanism p{
	padding: 0;
}
.sub_mechanism .CICInternational{
	display: none;
}
.CICInternational .CICInternational_top{
	border-bottom: 1px dotted #e4e4e4;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.CICInternational .department,.embranchment{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	position: relative;
}
.CICInternational .department .more,.embranchment .more{
	color: #3e92d3;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom:1px solid #3e92d3;
}
.department_con,.embranchment_con{
	display: none;
}
.CICInternational .department h2,.CICInternational .embranchment h2{
	margin: 10px 0;
}
.CICInternational h3{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.department_con h3{
	margin-top: 20px;
}
.department_con h3.nmt{
	margin: 0;
}

/*CIC Capital*/
.sub_mechanism .CICCapital{
	display: none;
	height:800px;
}
.CICCapital .CICInternational_top{
	border-bottom: 1px dotted #e4e4e4;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.CICCapital .department,.embranchment{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	position: relative;
}
.CICCapital .department .more,.embranchment .more{
	color: #3e92d3;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom:1px solid #3e92d3;
}
.department_con,.embranchment_con{
	display: none;
}
.CICCapital .department h2,.CICCapital .embranchment h2{
	margin: 10px 0;
}
.CICCapital h3{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.department_con h3{
	margin-top: 20px;
}
.department_con h3.nmt{
	margin: 0;
}
.sub_mechanism .CentralHuijin{
	display: none;
	height: 800px;
}
.sub_mechanism .CentralHuijin a{
	color: #3e92d3;
	text-decoration: underline;
}

/******投资管理-投资原则*******/

.investment_content{
	background:#303b5a url(../image/investment_bg.jpg) no-repeat;
	height: 740px;

}
.principle_left{
    padding-top: 95px;
    margin:0 auto;
}
.investment_details{
	width: 1150px;
	margin-left: 425px;
	padding-bottom: 160px;
	padding-top: 20px;
	color: #666;
}
.principle_details h2{
	font-size: 20px;
	font-weight: normal;
    color: #34476a;
	width: 850px;
}
.principle_details h2.h2_2{
	margin-top: 30px;
	margin-bottom: 10px;
}
.principle_details p {
	font-size: 15px;
	font-family: "宋体";
	color: #666;
	width:647px;
	margin: 0 auto;
	line-height: 26px;
}
.principle_details p:first-child{
	width:auto;
}

.principle_details p em {
    height: 20px;
    width: 20px;
    display: block;
    background: url(../image/curs.png) 0 -133px no-repeat;
    float: left;
}	
.investment_content .subnav{
	color: #2F9DC0;
}
.principle_img_wrap{
	text-align: center;
}
.investment_details a{
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 40px;

}

/*********投资决策********/

.investment_decision_img_wrap{
	padding: 5px;
	border: 1px solid #f6f6f6;
	float: left;
	margin-right: 50px;
}
.investment_decision_details{
	color: #666;
	font-size: 14px;
	font-family: "宋体";
}
.investment_decision_details p{
	text-indent: 2em;
	margin-bottom: 10px;
}
.investment_decision_details p.m10{
	line-height: 28px;
	margin: 10px 0;
}
.investment_decision_details li{
	line-height: 28px;
}

/******投资组合*******/

.investment_content .subnav a span{
	color: #2F9DC0;
}

.investment_portfolio_details{
	color: #666;
	font-size: 14px;
	font-family: "宋体";
}
.investment_portfolio_details .investment_menu{
	width: 653px;
	height: 25px;
	background-color: #fff;
}
.investment_menu .menu_ul li{
	height: 25px;
	line-height: 25px;
	width: 217px;
	float: left;
	background-color: #ccc;
	display: block;
	color: #415f79;
	font-family: "微软雅黑";
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.investment_menu .menu_ul li.first{
	border: 0;
}
.investment_menu .menu_ul li.current{
	background-color: #48BBE3;
	color: #fff;
}
.investment_portfolio_details .portfolio_con{
	margin-top: 60px;
}
.investment_activity{
	height: auto;
	display: none;
}
.investment_performance{
	height: auto;
	display: none;
	height: 550px;
}








.investment_portfolio_details p{
	text-indent: 2em;
	line-height: 22px;
}
.investment_portfolio_details .persistence_layer p{
	margin-bottom: 20px;
}
.investment_portfolio_details .quote_con li{
	line-height: 28px;
}

.investment_portfolio_details .proportion{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	margin-top: 20px;
}
.investment_portfolio_details .activity_con{
	margin: 0;
} 
.investment_portfolio_details .activity_con p{
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	margin-top: 20px;
}
.investment_portfolio_details .proportion li{
	border-top: 1px dotted #e4e4e4;
	padding: 20px 0 ;
}
.investment_portfolio_details .proportion li.nbt{
	border: none;
	padding-bottom: 30px;
}
.investment_portfolio_details .proportion li.first{
	border: none;
	padding-top: 0;
}
.proportion li h2{
	font-weight: normal;
	height: 20px;
}
.activity_con li h2.out_title{
	font-weight: bold;
	color: #666;
	height: 20px;
	font-family: "宋体";
	margin-bottom: 20px;
	line-height: 20px;
}
.activity_con .quote_con li{
	border: none;
	padding: 0;
	font-family: "宋体";
	margin-top: 30px;
}
.portfolio_con table{
	width: 655px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border-collapse:collapse;
	font-family: "宋体";
}
.portfolio_con table caption{
	font-size: 14px;
	color: #405f79;
	font-family: "微软雅黑";
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}
.portfolio_con .investment_performance table{
	margin-top: 50px;
}
.portfolio_con .investment_performance table caption{
	color: #666;
}

.portfolio_con table tr{
	height: 35px;
	line-height: 35px;
	border-top: 1px dotted #dfdfdf;
}
.portfolio_con table tr.first{
	border-top: 2px solid #ccc;
}
.portfolio_con table tr.last{
	border-bottom: 1px solid #e5e5e5;
}
.portfolio_con table tr.bg{
	background-color: #F9FDFE
}
.portfolio_con table th{
	*border-top: 2px solid #ccc;/*ie下用td/th实现边框效果*/
	color: #415f79;
	font-weight: bold;
	font-family: "微软雅黑";
}
.portfolio_con table th.sum,.portfolio_con table th.industry{
	width: 120px;
}
.portfolio_con table td{
	*border-top: 1px dotted #dfdfdf;
}
.portfolio_con table tr.last td{
	*border-bottom: 1px solid #e5e5e5;
}

.risk_management_details{
	color: #666;
	font-size: 14px;
	font-family: "宋体";
	line-height: 24px;
}
.risk_management_details p{
	text-indent: 2em;
}
.risk_management_details p span{
	font-weight: bold;
}
.risk_management_details .quote_con{
	border-bottom: 1px dotted #bbbbbb;
	padding-bottom: 20px;
}
.risk_management_details ul.last{
	border: none;
}
.risk_management_details .quote_con li{
	line-height: 28px;
}
.risk_management_details h2{
	font-weight: bold;
	color: #666;
	height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 20px;
}



/******咨询中心******/

.news_content .content_main{
	padding-top: 56px;
	position: relative;
	z-index: 77;
	padding-bottom: 0;
}
.news_bulletin_details,.high_level_events_details,.down_center_details{
	background-color: #fff;
	padding-bottom: 60px;
	padding-top: 50px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: "宋体";
}
.news_bulletin_details p {
	font-size: 14px;
	padding-right: 50px;
	margin-top: 40px;
}
.news_content .subnav{
	color: #38A5BA;
}

.news_content .subnav a span{
	color: #38A5BA;
}

.news_bulletin_details .news_hot span.title{
	display: block;
	height: 60px;
	font-weight: bold;
	line-height: 30px;
	overflow:hidden;
}
.news_bulletin_details .news_hot span.time{
	font-size:13px;
}
.news_bulletin_details .news_hot p{
	width: 290px;
	height: 210px;
	position: relative;
}
.news_bulletin_details .news_hot p.news_hot_left{
	float: left;
	word-break: break-all;
}
.news_bulletin_details .news_hot p.news_hot_right{
	float: right;
	word-break: break-all;
}
.news_bulletin_details .news_hot p a{
	color: #666;
	text-indent: 2em;
	display: block;
	font-size:13px;
}
.news_bulletin_details ul.news_list{
	width: 656px;
	border-top: 1px solid #45C6DF;
	padding-top: 40px;
	margin-top: 40px;
}
.news_bulletin_details .news_list li{
	height:25px;
	line-height:25px;
}
.news_bulletin_details .news_list a:hover{
	text-decoration:underline;
}
.news_bulletin_details .news_list .time{
	float:right;
	height:25px;
	line-height:25px;
	display:block;
	font-family: Arial;
}
/********高层动态*******/
.high_level_events_details{
	padding-top: 60px;
}
.high_level_events_details p {
	font-size: 14px;
	padding-right: 50px;
	margin-top: 40px;
	position:relative;
}
.down_con{
	width: 656px;
	border-top: 2px solid #45c6df;
}
.down_con li{
	border-bottom: 1px dotted #cccccc;
	padding-top: 20px;

}
.down_con li.odd{
	background-color: #f9fdfe;
}
.down_con li p{
	margin: 0;
	text-indent: 0;
	line-height: 24px;
	padding: 0;
}
.down_con li .title a:hover{
	text-decoration:underline;
}
.down_con li .time{
	float:left;
	height:22px;
	line-height:22px;
	width: 78px;
	display:block;
}
.down_con li .down_link{
	padding-left: 20px;
}
.down_con li .down_link span{
	float: left;
}
.down_con li .down_link a{
	text-decoration: underline;
	color: #45c6df;
	float: left;
}
/********高层动态*******/
.high_level_events_details{
	padding-top: 60px;
}
.high_level_events_details p {
	font-size: 14px;
	padding-right: 50px;
	margin-top: 40px;
}

/********下载中心*******/
.down_center_details{
	height: 710px;
}
.down_center_details p {
	font-size: 14px;
	padding-right: 50px;
	margin-top: 40px;
}

.down_center_details .down_main{
	width: 656px;

}
.down_center_details .down_main .down_menu{
	width: 651px;
	height: 25px;
	line-height: 25px;
}
.down_menu .down_menu_ul li{
	height: 25px;
	line-height: 25px;
	width: 162px;
	float: left;
	background-color: #ccc;
	display: block;
	color: #415f79;
	font-family: "微软雅黑";
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.down_menu .down_menu_ul li.first{
	border: 0;
}
.down_menu .down_menu_ul li.current{
	background-color: #48BBE3;
	color: #fff;
}
.down{
	margin-top: 40px;
}
.down h3{
	width:450px;
	word-break: break-all;
}
.down .down_list {
	min-height: 550px;
}
.down .down_list li{
	border-bottom: 1px solid #45c6df;
	color: #7a7a7a;
	width: 656px;
}
.down .report .down_list li{

	padding-top: 30px;
	padding-bottom:20px;
	position: relative;
}

.down .video .down_list li{
	/* height: 60px;*/
	padding-top: 30px;
	padding-bottom:20px;
	position: relative;
}

.down .video .down_list li .time{
	color: #666;
}
.down .speech .down_list li{

	padding-top: 30px;
	padding-bottom:20px;
	position: relative;
}
.down .other .down_list li{

	padding-top: 30px;
	padding-bottom:20px;
	position: relative;
}

.video,.speech,.other{
	display: none;
}
.other{
	height: 400px;
}

.recruitment_platform_details p a{
	color: #06708f;
	text-decoration: underline;
}

.privacy_details{
	padding-top: 60px;
	background-color: #fff;
	padding-bottom: 60px;
	line-height: 28px;
	word-break: break-all;
}
.privacy_details ul.statement{
	width: 656px;
}
.privacy_details ul.statement li{
	border-bottom: 1px dotted #e4e4e4;
	padding-bottom: 20px;
	margin-top: 10px;
}
.privacy_details .statement li.last{
	border: none;
}
.privacy_details ul h3{
	text-indent: 2em;
	margin: 30px 0;
}
.privacy_details p {
	text-indent: 2em;
}
.privacy_details p.first{
	margin-top: 40px;
}
.privacy_details p a{
	text-decoration: underline;
	color: #546fb4;
}
.privacy_details .statement .quote_con li{
	border: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

/******联系我们*******/
.contact_us_left {
	padding-top: 95px;
    margin: 0 auto;
	
}

.contact_us_details{
	width: 1000px;
    margin: 0 auto;
    padding-bottom: 160px;
    padding-top: 20px;
    color: #666;
}

.contact_us_details h2{
	height: 25px;
	line-height: 25px;
	background-color: #eaeaea;
	padding-left: 10px;
	margin-top: 20px;
	width: auto;
	margin-left: 7px;
	font-size:16px;
}
.contact_us_details .map{
	height: 350px;
	width: auto;
}
.contact_us_details h2.contact{
	color: #fff;
	background-color: #8fd3f5;
}
.contact_us_details .addr{
	line-height: 22px;
	border-bottom: 1px dotted #e4e4e4;
	width: auto;
	padding: 20px 0 20px 17px;
	font-size:15px;
}
.contact_us_details div.nbd{
	border: none;
}

.contact_us_details .msg_form{
	width: 616px;
	padding: 15px;
	line-height: 22px;
}

.contact_us_details .msg_form .textarea_text span{
	vertical-align: top;
}
.contact_us_details .msg_form .textarea_text i{
	vertical-align: top;
}
.contact_us_details .msg_form input{
	width: 230px;
	padding-left: 5px;
	height: 18px;
	line-height: 18px;
	margin-left: 55px;
	border: 0;
}
.contact_us_details .msg_form textarea{
	resize:none;
	width: 305px;
	height: 108px;
	margin-left: 55px;
	overflow: hidden;
	border: 0;
	margin-top:2px
}
.contact_us_details .explain{
	margin-top: 10px;
	font-size: 12px;
}
.contact_us_details .send{
	height: 70px;
	width: 646px;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
}
.contact_us_details .msg_form span.warn{
	color: #f00;
	font-size: 12px;
	display: none;
}
.contact_us_details .send .submit_btn{
	height: 25px;
	width: 158px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: none;
	background-color: #8fd3f5;
	display: block;
	float: right;
	cursor: pointer;
}

/*自定义a标签*/
#own
{
position:absolute;
left:0;
height:100px;
width:100px;
display:bloch;
line-height:20px;
}
/***********执行委员会底部查看按钮**********************/
.committee_intro .more,.lrcy_details  .more{
	color: #3e92d3;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom:1px solid #3e92d3;
}
/**************执行委员会-薪酬情况列表***********************/
.xcqk_details,.lrcy_details{
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: "宋体";
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
}
}
.xcqk_details ul.news_list{
	width: 656px;
}
.xcqk_details .news_list li{
	height:25px;
	line-height:25px;
}
.xcqk_details .news_list a:hover{
	text-decoration:underline;
}

.title{font-size: 26px; font-weight: bold; text-align: center; margin-bottom: 20px;}