/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
    blur:expression(this.onFocus=this.blur());

}
a {
    text-decoration: none;
    color: unset;
}
a:link {
    text-decoration: none;
    color: unset;
}
a:visited {
    text-decoration: none;
    color: unset;
}
a:hover {
    text-decoration: none;
    color: unset;
}
a:active {
    text-decoration: none;
    color: unset;
}

img{
    border:0px none;
    display: inline-block;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input::-ms-clear,::-ms-reveal{
    display:none;
}
input:-moz-placeholder , textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#9EA4B3;
    opacity:1;
}

input::-moz-placeholder , textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#9EA4B3;
    opacity:1;
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder {
    color:#9EA4B3;
    opacity:1;
}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder {
    color:#9EA4B3;
    opacity:1;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}
.animate , a{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}
.text_indent{
    text-indent: 2em;
}
.agreen { color: #66AF4E!important; }
.ared { color: #F3231B!important; }
body{
    font-size:14px;
    color:#172242;
    line-height:20px;
    font-family : Arial,PingFangSC-Regular,"Microsoft Yahei","Helvetica Neue",Tahoma,"Hiragino Sans GB",sans-serif;
    background:#fff;
    width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}
.wrapfix{
    width: 1200px;
    margin: 0 auto;
}
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
p { color: #71788E; }
/*header start*/
.header {
	height: 110px;
	background: #FFFFFF;
	border-bottom: 1px solid #E1E6F0;;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.head_top {
	height: 30px;
	line-height: 30px;
	font-size: 0;
	text-align: right;
	background: #F9FAFF;
}
.head_top .wrapfix > span , 
.head_top .wrapfix > a {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	color: #9EA4B3;
	margin-left: 32px;
}
.head_top .wrapfix > span.line {
	width: 1px;
	height: 14px;
	margin: 0 6px 0 38px;
	background: #ECECEC;
}
.head_top .wrapfix > span.number b {
	color: #BF9449;
}
.head_top .wrapfix > a:hover {
	color: #BF9449;
}
.head_box {
	background: #FFFFFF;
}
.head_box .logo {
	float: left;
	display: block;
	width: 227px;
	margin-top: 13px;
}
.head_box .logo img {
	width: 100%;
}

.nav_ul {
	float: right;
	height: 80px;
}
.nav_ul li {
	float: left;
	padding-left: 56px;
}
.nav_ul li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #172242;
	position: relative;
}
.nav_ul li a:before {
	content: '';
	width: 0;
	height: 2px;
	background: #BF9449;
	position: absolute;
	left: 50%;
	bottom: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.nav_ul li a:hover , .nav_ul li.active a {
	color: #BF9449;	
}
.nav_ul li.active a {
	font-weight: bold;
}
.nav_ul li.active a:before {
	width: 100px;
	margin-left: -50px;
}
/*header end*/

.section {
	padding-top: 110px;
}
.section.bg_gray {
	background: #F9FAFF;
}
.section.bg_gray.pb40 {
	padding-bottom: 40px;
}
.home_banner {
	height: 400px;
	overflow: hidden;
}
.home_banner li {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;	
	z-index: 10;
}
.home_banner li img.bg {
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -1;
}
.app_code_info {
	width: 307px;
	text-align: center;
	padding: 27px 0;
	background: #FFFFFF;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 293px;
	border-radius: 4px;
}
.app_code_info h4 {
	line-height: 25px;
	font-size: 18px;
}
.app_code_info h5 {
	line-height: 25px;
	font-size: 16px;
	color: #C59748;
	padding: 6px 0;
}
.app_code_info img {
	width: 211px;
}
.app_code_info p {
	font-size: 16px;
	color: #9EA4B3;
	letter-spacing: 0.44px;
}

.home_nav {
	padding: 60px 0;
	background: #FFFFFF;
}
.home_nav li {
	float: left;
	width: 160px;
	height: 102px;
	margin-right: 10px;
	padding: 28px 10px 0 120px;
	background: #F9FAFF;
	position: relative;
}
.home_nav li .nav {
	position: absolute;
	left: 0;
	top: -25px;
}
.home_nav li .nav img {
	width: 118px;
}
.home_nav li h5 {
	line-height: 25px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.home_nav li p {
	line-height: 20px;
}
	
.hot_fund_section {
	padding: 40px 0 67px;
	background: #F9FAFF;
}
.home_tit {
	line-height: 33px;
	padding: 10px 0;
}
.home_tit b {
	float: left;
	font-size: 24px;
}
.home_tit .rt_more {
	float: right;
	display: block;
	color: #9EA4B3;
	letter-spacing: 0.39px;
	padding-right: 15px;
	position: relative;
}
.home_tit .rt_more:hover {
	color: #bf9449;
}
.home_tit .rt_more img {
	width: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}
.bot_cen_check {
	line-height: 25px;
	text-align: center;
	margin-top: 20px;
}
.bot_cen_check a {
	display: inline-block;
	color: #9EA4B3;
	letter-spacing: 0.39px;
	padding-right: 12px;
	vertical-align: top;
	position: relative;
}
.bot_cen_check a:hover {
	color: #bf9449;
}
.bot_cen_check a img {
	width: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}
.hot_fund_ul {
	width: 1215px;
	margin-top: 20px;
}
.hot_fund_ul li {
	float: left;
	width: 390px;
	height: 394px;
	margin-right: 15px;
	background: #FFFFFF;
}
.hot_fund_ul li .top_tit {
	line-height: 58px;
	margin: 0 20px;
	border-bottom: 1px solid #E1E6F0;
}
.hot_fund_ul li .top_tit b {
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding-left: 38px;
	position: relative;
}
.hot_fund_ul li .top_tit b img {
	width: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
}
.hot_fund_ul li .top_tit b.n1 {
	background: url(../images/fund_nav01.png) no-repeat left center;
}
.hot_fund_ul li .top_tit b.n2 {
	background: url(../images/fund_nav02.png) no-repeat left center;
}
.hot_fund_ul li .top_tit b.n3 {
	background: url(../images/fund_nav03.png) no-repeat left center;
}
.hot_fund_ul li .center_cont {
	height: 335px;
}
.hot_fund_ul li .center_cont a.img_link {
	width: 100%;
}
.hot_fund_ul li .center_cont a.img_link img {
	width: 100%;
}
.hot_fund_ul .center_cont h3 {
	line-height: 33px;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot_fund_ul .center_cont p {
	line-height: 20px;
	padding: 13px 0;
	color: #9EA4B3;
	letter-spacing: 0.39px;
}
.hot_fund_ul .center_cont strong {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 34px;
	color: #F3231B;
	margin: 20px 0 50px;
}
.hot_fund_ul .center_cont .com_btn {
	width: 270px;
	margin: 0 auto;
}
a.com_btn {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0.74px;
	background-image: linear-gradient(97deg, #E1C680 0%, #BF9449 100%);
	border-radius: 4px;
}

.choice_fund_list {
	height: 335px;
	padding: 0 20px;
	background: url(../images/fund_bg02.png) no-repeat center bottom;
}
.choice_fund_box {
	padding: 25px 0;
	border-bottom: 1px solid #E1E6F0;
	position: relative;
}
.choice_fund_box.last {
	border-bottom: 0;
}
.choice_fund_box h4 {
	line-height: 25px;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 7px;
}
.choice_fund_box p {
	line-height: 20px;
	color: #9EA4B3;
	letter-spacing: 0.39px;
}
.choice_fund_box strong {
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 26px;
	color: #F3231B;
	letter-spacing: 0.72px;
	margin: 6px 0 3px;
}
.choice_fund_box .buy_btn {
	position: absolute;
	bottom: 35px;
	right: 0;
}
a.buy_btn {
	display: block;
	width: 88px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #BF9449;
	letter-spacing: 0.59px;
	text-align: center;
	border: 1px solid #BF9449;
	border-radius: 4px;
}
.buy_btn:hover {
	color: #FFFFFF;
	background: #BF9449;
}
.buy_btn.disabled {
	cursor: default;
	color: #CCCCCC;
	border-color: #CCCCCC;
}
.buy_btn.disabled:hover {
	color: #CCCCCC;
	background: none;
}


.fund_pro_section {
	padding: 40px 0 70px;
	background: #FFFFFF;
}

.pro_filter {
	margin-top: 18px;
	line-height: 26px;
	font-size: 0;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #E1E6F0;
}
.pro_filter .wrap {
	margin-left: -20px;	
}
.pro_filter .wrap.font16 span {
	font-size: 16px;
}
.pro_filter span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.39px;
	vertical-align: top;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.pro_filter span:before {
	content: '';
	width: 1px;
	height: 10px;
	background: #ECECEC;
	position: absolute;
	left: -20px;
	top: 8px;
}
.pro_filter span:hover , 
.pro_filter span.active {
	color: #BF9449;
}


.pro_table {
	margin-top: 38px;
	overflow-x: scroll;
}
.pro_table table {
	width: 100%;
}
.pro_table th {
	text-align: right;
	line-height: 30px;
	color: #9EA4B3;
	font-weight: normal;
	letter-spacing: 0.39px;
	padding: 12px 20px 12px 0;
	background: #F9FAFF;
}
.pro_table th .sort {
	cursor: pointer;
	padding-right: 12px;
	position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.pro_table th .sort:hover {
	color: #BF9449;
}
.pro_table th .sort img {
	width: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
}
.pro_table td {
	text-align: right;
	line-height: 36px;
	color: #71788E;
	vertical-align: middle;
	padding: 9px 20px 9px 0;
}
.pro_table th.text_center , .pro_table td.text_center {
	text-align: center;
}
.pro_table tr:nth-child(2n-1) td {
	background: #F9FAFF;
}
.pro_table tr:hover td {
	background: #FBF7F0;
}
.pro_table th.first {
	padding-left: 20px;
}
.pro_table td.first {
	text-align: left;
	padding-left: 20px;
}
.pro_table td .buy_btn {
	margin: 0 auto;
}
.pro_table td h4 {
	width: 245px;
	line-height: 22px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro_table td p {
	line-height: 20px;
	color: #71788E;
	letter-spacing: 0.39px;
}
.pro_table.table02 td {
	padding-right: 15px;
}
.pro_table.table02 td h4 {
	width: 135px;
}


.infomation_section {
	padding: 36px 0 50px;
	background: #F9FAFF;
}
.infomation_wrap {
	margin-top: 30px;
}
.infomation_wrap .info_disclose {
	float: left;
	width: 590px;
}
.infomation_wrap .info_news {
	float: right;
	width: 590px;
}
.infomation_wrap .top_tit {
	height: 149px;
	position: relative;
	z-index: 10;
}
.infomation_wrap .top_tit img {
	width: 100%;
}
.infomation_wrap .top_tit .text {
	position: absolute;
	top: 45px;
	left: 40px;
}
.infomation_wrap .top_tit h4 {
	line-height: 28px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 500;
}
.infomation_wrap .top_tit .check_more {
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	background: url(../images/horn_rt02.png) no-repeat right center;
}
.infomation_wrap .info_disclose .top_tit .check_more {
	color: #dcc090;
}
.infomation_wrap .info_news .top_tit .check_more {
	color: #757d9e;	
}
.infomation_wrap .info_disclose .top_tit .check_more:hover ,
.infomation_wrap .info_news .top_tit .check_more:hover {
	color: #FFFFFF;
	background: url(../images/horn_rt03.png) no-repeat right center;
}
.infomation_wrap .news_ul {
	height: 276px;
	padding: 28px 30px 16px;
	background: #FFFFFF;
}
.infomation_wrap .news_ul li {
	padding: 8px 0;
}
.infomation_wrap .news_ul li a span {
	width: 440px;
}
.news_ul.pad22 {
	padding: 22px 0;
}
.news_ul li {
	padding: 12px 0;
}
.news_ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.43px;
	position: relative;
}
.news_ul li a:hover {
	color: #C6994A;
}
.news_ul li a span {
	display: block;
	width: 1000px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_ul li a .time {
	color: #A2A7B3;
	position: absolute;
	top: 0;
	right: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news_ul li a:hover .time{
	color: #C6994A;
}
.news_ul li a .pdf {
	display: block;
	width: 80px;
	height: 30px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 137px;
	z-index: 5;
}
.news_ul li a .pdf img {
	width: 100%;
}
.news_ul li a .check {
	display: block;
	width: 78px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.74px;
	color: #C49B49;
	border: 1px solid #BF9449;
	background: #FFFFFF;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 137px;
	z-index: 1;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news_ul li a:hover .check {
	z-index: 10;
}


.about_us_section {
	padding: 25px 0 10px;
	background: #FFFFFF;
}
.about_info_wrap {
	padding: 10px 0 40px;
}
.about_info_wrap .about_side {
	float: left;
	width: 260px;
	height: 473px;
	padding: 47px 26px 0 20px;
	position: relative;
	z-index: 10;
}
.about_info_wrap .about_side img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.about_side h4 {
	line-height: 40px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0.65px;
	font-weight: bold;
}
.about_side p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.43px;
	padding: 20px 0 12px;
}
.about_side.bg01 p {
	color: #a2a6bb;
}
.about_side.bg02 p {
	color: #e7d5b5;
}
.about_side .line {
	display: block;
	width: 35px;
	height: 8px;
	margin-top: 30px;
}
.about_side.bg01 .line {
	background: #757c9d;
}
.about_side.bg02 .line {
	background: #dec495;
}
.about_info_wrap .cont_wrap {
	float: left;
	width: 894px;
	padding-top: 38px;
	background: url(../images/dot_img_bg.png) no-repeat top center;
}
.about_info_ul {
	height: 470px;
	padding: 6px 48px;
	background: #F9FAFF;
}
.about_info_ul li {
	padding: 30px 0 25px;
	border-bottom: 1px solid #E1E6F0;
}
.about_info_ul li.last {
	border-bottom: none;
}
.about_info_ul li h5 {
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 0.49px;
	font-weight: 500;
	padding-left: 40px;
	position: relative;
}
.about_info_ul li h5 img , .concept_ul li h5 img {
	width: 28px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.about_info_ul li p {
	line-height: 22px;
	margin-top: 12px;
}


.footer_census {
	height: 184px;
	padding-top: 60px;
	background: url(../images/census_bg.png) no-repeat center;
}
.census_ul li {
	float: left;
	width: 33.33%;
	text-align: center;
}
.census_ul li strong {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 48px;
	color: #FFFFFF;
	font-family: "Din";
	font-weight: normal;
	letter-spacing: 3px;
}
.census_ul li strong small {
	font-size: 24px;
	font-weight: 500;
}
.census_ul li p {
	line-height: 24px;
	font-size: 16px;
	color: #868ead;
	letter-spacing: 1px;
	padding: 23px 0 19px;
}
.census_ul li .line {
	display: block;
	width: 72px;
	height: 4px;
	margin: 0 auto;
	background: #FFFFFF;
}
.footer_census .text {
	line-height: 20px;
	color: #767fa5;
	text-align: center;
	padding-top: 29px;
	letter-spacing: 0.88px;
}


.rt_pop {
	position: fixed;
	right: 1.5%;
	top: 61.8%;
	z-index: 2000;
}
.rt_pop > a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 6px;
	background: #FFFFFF;
	position: relative;
	border-radius: 7px;
}
.rt_pop > a img {
	width: 100%;
}
.rt_pop > a.pop01:hover {
	background: #f5f5f5;
}
.rt_pop > a.pop03 {
	height: 0;
}
.rt_pop > a.pop03 img {
	width: 0;
}
.rt_pop > a.pop03.in {
	height: 52px;
}
.rt_pop > a.pop03.in img {
	width: 100%;
}
.rt_pop > a.pop02 img {
	display: none;
	width: 188px;
	position: absolute;
	left: -194px;
	top: -68px;
}
.rt_pop > a.pop02:hover img {
	display: block;
}

/*footer start*/
.footer {
	background: #242A37;
}
.footer_nav {
	padding: 32px 0 25px;
}
.footer_nav .nav {
	float: left;
	padding-right: 88px;
}
.footer_nav .nav h4 {
	line-height: 22px;
	padding-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.43px;
}
.footer_nav .nav h4 a {
	color: #FFFFFF;
}
.ft_nav_ul {
	width: 78px;
	height: 150px;
}
.ft_nav_ul.ul02 {
	width: 156px;
}
.ft_nav_ul.ul03 {
	width: 120px;
}
.ft_nav_ul li {
	float: left;
	width: 78px;
	white-space: nowrap;
}
.ft_nav_ul li a {
	line-height: 30px;
	color: #BDBFC3;
}
.ft_nav_ul li a:hover {
	color: #FFFFFF;
}

.footer_inner {
	color: #7B7F87;
	padding: 36px 0;
	border-top: 1px solid #2E3340;
}
.footer_inner .ft_logo {
	float: left;
	width: 227px;
	padding: 20px 30px 0 0;
}
.footer_inner .ft_logo img {
	width: 100%
}
.footer_inner .text_wrap {
	float: left;
	height: 89px;
	padding-left: 30px;
	border-left: 1px solid #2E3340;
}
.footer_inner .text_wrap.w290 {
	width: 290px;
}
.footer_inner .text_wrap.w288 {
	width: 290px;
	padding-right: 38px;
}
.footer_inner .text_wrap p span.break {
	display: block;
}
.footer_inner .text_wrap p {
	color: #BDBFC3;
}
.footer_inner .text_wrap .p1 {
	line-height: 30px;
	padding-bottom: 11px;
}
.footer_inner .text_wrap .p1 b {
	color: #FFFFFF;	
	font-size: 22px;
}
.footer_inner .text_wrap .p2 {
	line-height: 18px;
	padding-bottom: 5px;
}
.footer_inner .text_wrap.w290 .p2 {
	width: 158px;
}
.footer_inner .text_wrap.w288 .p2 {
	padding-bottom: 12px;
}
.footer_inner .text_wrap.code {
	padding-left: 5px;
}
.text_wrap.code .code_box {
	float: left;
	width: 88px;
	padding-left: 30px;
}
.text_wrap.code .code_box img {
	width: 100%;
}
.text_wrap.code .code_box p {
	line-height: 14px;
	font-size: 10px;
	text-align: center;
	color: #9EA4B3;
	padding-top: 4px;
}

.footer_copyright {
	line-height: 30px;
	text-align: center;
	padding: 12px 0 11px;
	background: #1E232D;
}
.footer_copyright .img_box {
	display: inline-block;
	vertical-align: top;
}
.footer_copyright .img_box img {
	width: 30px;
	margin: 0 4px;
	vertical-align: middle;
}
.footer_copyright span {
	color: #585C63;
}
/*footer end*/


.banner_inner {
	height: 110px;
	padding-top: 45px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.banner_inner > img.bg {
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -1;
}
.banner_inner h2 {
	line-height: 33px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0.67px;
	padding-left: 150px;
}
.banner_inner p {
	width: 464px;
	line-height: 20px;
	color: #757da6;
	padding: 4px 0 0 150px;
}

.inner_tit_tab {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(143,148,156,0.1);
	position: relative;
}
.inner_tit_tab.text_left {
	text-align: left;
}
.inner_tit_tab.text_left .wrapfix span {
	margin: 0 50px 0 0;
}
.inner_tit_tab span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	font-size: 18px;
	color: #172242;
	letter-spacing: 0.5px;
	vertical-align: top;
	margin: 0 25px;
	cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.inner_tit_tab span:hover , 
.inner_tit_tab span.active {
	color: #BF9449;
}
.inner_tit_tab span.active {
	font-weight: bold;
	position: relative;
}
.inner_tit_tab span.active:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #BF9449;
	position: absolute;
	left: 0;
	bottom: 0;
}

.fund_pro_cont {
	padding: 52px 0 80px;
	background: #FFFFFF;
}

.search_box.center {
	margin: 0 auto;
}
.search_box {
	width: 480px;
	height: 50px;
	background: #FFFFFF;
	position: relative;
}
.search_box input {
	width: 100%;
	width: 358px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	letter-spacing: 0.39px;
    font-family: "Microsoft Yahei";
	padding: 5px 60px;
	border: 1px solid #E1E6F0;
	border-radius: 4px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.search_box input:focus {
	border-color: #BF9449;
}
.search_box em {
	display: block;
	width: 20px;
	height: 21px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
}
.search_box em img {
	width: 100%;
}
.search_box .btn {
	display: block;
	line-height: 38px;
	font-size: 16px;
	color: #BF9449;
	letter-spacing: 0.44px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -19px;
}

.filter_wrap {
	padding: 16px 0;
}
.filter_wrap dl {
	min-height: 45px;
	line-height: 45px;
}
.filter_wrap dt {
	float: left;
	width: 88px;
	font-size: 16px;
	font-weight: 500;
}
.filter_wrap dd {
	float: left;
	width: 1112px;
	font-size: 0;
	border-bottom: 1px solid #E1E6F0;
}
.filter_wrap .fold_wrap dd {
	border-bottom: none;
}
.filter_wrap dd span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	font-size: 16px;
	letter-spacing: 0.39px;
	margin-right: 38px;
	cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.filter_wrap dd span:hover ,
.filter_wrap dd span.active{
	color: #BF9449;
	font-weight: 500;
}
.filter_wrap dd span.horn {
	padding-right: 15px;
	position: relative;
}
.filter_wrap dd span.horn img {
	width: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
}
.filter_wrap dd span.horn .drop_ul {
	width: 90px;
	padding: 11px 10px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px rgba(143,148,156,0.1);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -55px;
	z-index: 10;
}
.filter_wrap dd span.horn .drop_ul:before {
	content: '';
	width: 23px;
	height: 13px;
	background: url(../images/horn_shadow.png) no-repeat center;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -12px;
	z-index: -1;
}
.filter_wrap dd span.horn .drop_ul a {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #71788E;
}
.filter_wrap dd span.horn .drop_ul a:hover {
	color: #BF9449;	
}
.filter_wrap dd span.check {
	padding-left: 17px;
	position: relative;
}
.filter_wrap dd span.check img {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.fold_wrap .cen_btn_box {
	margin-top: 50px;
}
.cen_btn_box {
	font-size: 0;
	text-align: center;
}
.cen_btn_box a {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 7px;
	border-radius: 4px;
}
.cen_btn_box a.btn1 {
	width: 60px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	background-image: linear-gradient(97deg, #E1C680 0%, #BF9449 100%);
}
.cen_btn_box a.btn2 {
	width: 58px;
	height: 30px;
	line-height: 30px;
	color: #BF9449;
	border: 1px solid #BF9449;
}
.filter_wrap .center_fold {
	line-height: 20px;
	text-align: center;
	padding: 30px 0 6px;
}
.filter_wrap .center_fold span {
	color: #9EA4B3;
	cursor: pointer;
	padding-right: 18px;
	position: relative;
}
.filter_wrap .center_fold span img {
    width: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
}

.top_login {
	height: 50px;
	line-height: 50px;
	padding: 22px 84px 22px 36px;
	background: url(../images/login_bg.png) no-repeat center;
}
.top_login p {
	float: left;
	font-size: 16px;
	letter-spacing: 0.44px;
}
.top_login .login_btn {
	float: right;
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.74px;
	background-image: linear-gradient(97deg, #E1C680 0%, #BF9449 100%);
	border-radius: 4px;
}

.finance_intro {
	margin-top: 60px;
}
.finance_intro .tit_box {
	line-height: 33px;
}
.finance_intro .tit_box b {
	font-size: 24px;
	color: #172242;
	letter-spacing: 0.89px;
	font-weight: 500;
}
.finance_intro p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
}
.finance_intro .intro_text p {
	margin-top: 22px;
}

.strength_ul {
	width: 1220px;
	overflow: hidden;
	margin-top: 2px;
}
.strength_ul li {
	float: left;
	width: 528px;
	height: 178px;
	padding: 17px 30px 6px;
	margin: 20px 20px 0 0;
	border: 1px solid #E1E6F0;
	border-radius: 4px;
}
.strength_ul li.height2 {
	height: 118px;
}
.strength_ul li h4 {
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 0.43px;
	font-weight: 500;
	padding-left: 42px;
	margin-bottom: 12px;
	position: relative;
}
.strength_ul li h4 img {
	width: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
}

.intro_text_img {
	overflow: hidden;
}
.intro_text_img .text_box {
	float: left;
	width: 586px;
	padding-top: 8px;
}
.intro_text_img .text_box p {
	padding-top: 22px;
}
.intro_text_img .img_box {
	float: right;
	width: 564px;
	text-align: center;
	padding-top: 30px;
} 

.side_menu li {
	text-align: center;
	padding-right: 20px;
	position: relative;
}
.side_menu li.active:after {
	content: '';
	width: 2px;
	height: 100%;
	background: #C49A48;
	position: absolute;
	top: 0;
	right: 0;
}
.side_menu li:before {
	content: '';
	height: 1px;
	background: #E1E6F0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 20px;
}
.side_menu li a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	letter-spacing: 0.44px;
	color: #172242;
	white-space: nowrap;
	font-weight: 500;
	padding: 0 20px 0 26px;
	position: relative;
}
.side_menu li.active a {
	color: #BF944A;
}
.side_menu li.active a:before {
	content: '';
	width: 6px;
	height: 6px;
	background-image: linear-gradient(180deg, #E4CA7E 0%, #C49A48 100%);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}


.customer_service_cont {
	padding: 50px 0 100px;
	background: #FFFFFF;
}
.side_menu_wrap {
	float: left;
	width: 210px;
	height: 720px;
	background: #F9FAFF;
}
.side_menu_wrap .side_menu li.active {
	background: #FFFFFF;
}
.side_menu_wrap .side_menu li a{
	font-size: 16px;
}
.side_menu_wrap .side_menu li a:hover {
	color: #BF944A;
}

.right_cont_wrap {
	float: left;
	width: 880px;
	margin-left: 60px;
}
.service_ul {
	width: 915px;
	overflow: hidden;
	margin-left: 12px;
}
.service_ul li {
	float: left;
	width: 233px;
	height: 228px;
	padding: 14px 21px 16px 24px;
	margin: 25px 25px 0 0;
	border: 1px solid #E1E6F0;
}
.service_ul li h4 {
	line-height: 36px;
	font-size: 18px;
	letter-spacing: 0.49px;
	font-weight: 500;
	padding-left: 33px;
	position: relative;
}
.service_ul li h4 img {
	width: 28px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.service_ul li h5 {
	line-height: 22px;
	font-size: 16px;
	color: #BF9449;
	letter-spacing: 0.43px;
	margin: 23px 0 30px;
}
.service_ul li p {
	line-height: 20px;
	
}

.page_box {
	height: 24px;
	line-height: 24px;
	font-size: 0;
	text-align: center;
	padding: 26px 0;
}
.page_box a , 
.page_box span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	font-size: 16px;
	color: #999;
	margin: 0 17px;
	vertical-align: top;
}
.page_box a.prev , .page_box a.next {
	width: 24px;
	height: 24px;
	margin: 0 21px;
}
.page_box a.prev img , .page_box a.next img {
	width: 100%;
}
.page_box a.home , .page_box a.btn{
	width: 50px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	border: 1px solid #E1E6F0;
	border-radius: 2px;
}
.page_box a.home:hover , .page_box a.btn:hover {
	color: #FFFFFF;
	background: #BF9449;
	border-color: #BF9449;
}
.page_box a {
	min-width: 20px;
	text-align: center;
	position: relative;
}
.page_box a:hover , 
.page_box a.active {
	color: #BF9449;
}
.page_box a.active:after {
	content: '';
	width: 20px;
	height: 2px;
	background: #BF9449;
	position: absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -10px;
}
.page_box span em {
	color: #BF9449;
}
.page_box input {
	width: 50px;
	height: 22px;
	line-height: 22px;
	margin-right: 20px;
	text-align: center;
	border: 1px solid #E1E6F0;
	border-radius: 2px;
}


.calculator_box {
	padding: 40px 0;
}
.calculator_box h5 {
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 34px;
}
.cal_input {
	height: 44px;
	margin-bottom: 20px;
}
.cal_input > span {
	float: left;
	display: block;
	width: 66px;
	line-height: 44px;
	font-size: 16px;
	color: #71788E;
	letter-spacing: 0.44px;
	padding-right: 20px;
	text-align: right;
}
.cal_input.w2 > span {
	width: 190px;
}
.cal_input.w3 > span {
	width: 132px;
}
.cal_input .input {
	float: left;
	width: 400px;
	height: 44px;
	position: relative;
}
.cal_input .input input {
	width: 360px;
	height: 24px;
	line-height: 0.24rem;
	padding: 9px 19px;
	border: 1px solid #E1E6F0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cal_input .input input:focus {
	border-color: #BF9449;
}
.cal_input .input em {
	display: block;
	line-height: 44px;
	color: #9EA4B3;
	position: absolute;
	top: 0;
	right: 19px;
}


.calculator_box .cen_btn_box {
	width: 486px;
}
.cen_btn_box.box02 {
	padding: 10px 0;
}
.cen_btn_box.box02 a {
	font-size: 16px;
	margin: 0 12px;
}
.cen_btn_box.box02 .btn1 {
	width: 140px;
	height: 50px;
	line-height: 50px;
}
.cen_btn_box.box02 .btn2 {
	width: 138px;
	height: 48px;
	line-height: 48px;
}

.count_result {
	padding: 16px 25px;
	background: #F9FAFF;
}
.count_result > h5 {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
	font-weight: 500;
}
.count_result ul {
	overflow: hidden;
	padding: 22px 0;
}
.count_result ul li {
	float: left;
	text-align: center;
	margin-right: 160px;
}
.count_result ul li p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
	padding-bottom: 20px;
}
.count_result ul li strong {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	color: #333;
}

.bot_tip_box {
	padding: 30px 0;
}
.bot_tip_box p {
	line-height: 26px;
	color: #9EA4B3;	
}
.bot_tip_box.box02 p {
	line-height: 20px;
}

.radio_box {
	overflow: hidden;
}
.radio_box span {
	float: left;
	display: block;
	line-height: 44px;
	font-size: 16px;
	color: #172242;
	cursor: pointer;
	letter-spacing: 0.44px;
	margin-right: 40px;
	padding-left: 26px;
	position: relative;
}
.radio_box span img {
	width: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}



.trade_login_wrap {
	height: 522px;
	margin-top: 40px;
	background: #FFFFFF;
	position: relative;
}
.trade_login_wrap:before {
	content: '';
	width: 0;
	height: 480px;
	border-left: 1px dashed #E1E6F0;
	position: absolute;
	top: 21px;
	left: 50%;
}
.trade_login_wrap .download_code {
	float: left;
	width: 527px;
	text-align: center;
	padding-top: 73px;
}
.trade_login_wrap .download_code img {
	width: 427px;
}
.trade_login {
	float: right;
	width: 400px;
	padding: 40px 87px 0 0;
}
.trade_login > h5 {
	line-height: 22px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	padding-bottom: 8px;
}
.login_input {
	margin-top: 18px;
}
.login_input input {
	width: 368px;
	height: 34px;
	line-height: 32px;
	font-size: 16px;
	color: #172242;
	padding: 5px 15px;
	border: 1px solid #E1E6F0;
}
.trade_login .com_btn {
	margin-top: 18px;
}
.trade_login .bot_text {
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0.44px;
	padding: 6px 0;
}
.trade_login .bot_text span {
	font-size: 16px;
	color: #162342;
}
.trade_login .bot_text a {
	color: #BF9449;
}
.trade_login .bot_text a:hover {
	text-decoration: underline;
}
.trade_login .agree_text {
	line-height: 20px;
	color: #162342;
	letter-spacing: 0.52px;
	margin: 55px 0 10px;
}
.trade_login .agree_text a {
	color: #BF9449;
}
.trade_login .agree_text a:hover {
	text-decoration: underline;
}
.trade_login .log_text {
	padding: 20px;
	overflow: hidden;
	background: #F9FAFF;
}
.trade_login .log_text p {
	width: 212px;
	line-height: 20px;
	color: #9EA4B3;
}
.trade_login .log_text .btn {
	display: block;
	width: 128px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #BF9449;
	margin-top: 2px;
	letter-spacing: 0.52px;
	border: 1px solid #BF9449;
	border-radius: 4px;
}
.trade_login .log_text .btn:hover {
	color: #FFFFFF;
	background: #BF9449;
}

.ft_trade_nav {
	height: 165px;
	background: url(../images/ft_trade_bg.png) no-repeat bottom center;
}
.ft_trade_nav ul {
}
.ft_trade_nav ul {
	overflow: hidden;
	width: 1226px;
	padding-left: 30px;
	margin: 0 auto;
}
.ft_trade_nav li {
	float: left;
	padding: 54px 60px 54px 97px;
}
.ft_trade_nav li.n1 {
	background: url(../images/ft_trade01.png) no-repeat left center;
}
.ft_trade_nav li.n2 {
	background: url(../images/ft_trade02.png) no-repeat left center;
}
.ft_trade_nav li.n3 {
	background: url(../images/ft_trade03.png) no-repeat left center;
}
.ft_trade_nav li.n4 {
	background: url(../images/ft_trade04.png) no-repeat left center;
}
.ft_trade_nav li h4 {
	font-size: 18px;
	color: #162342;
	letter-spacing: 0.67px;
	font-weight: 500;
}
.ft_trade_nav li p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.59px;
	padding-top: 10px;
}

.top_guide {
	line-height: 30px;
	letter-spacing: 0.52px;
	padding: 10px 0;
}
.top_guide a {
	color: #172242;
}
.top_guide span , .top_guide a:hover {
	color: #BF9449;
}

.banner_top {
	position: relative;
}
.banner_top .close {
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}
.banner_top .close img {
	width: 100%;
}


.funds_info_chart {
	height: 380px;
	margin: 40px 0;
}
.funds_info {
	float: left;
	width: 350px;
	height: 378px;
	padding: 0 19px;
	border: 1px solid #E1E6F0;
}
.funds_info .top_box {
	padding: 19px 0;
	border-bottom: 1px solid #E1E6F0;
}
.funds_info .top_box h4 {
	line-height: 25px;
	font-size: 18px;
	letter-spacing: 0.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 9px;
}
.funds_info .top_box .info {
	line-height: 20px;
	color: #9EA4B3;
	letter-spacing: 0.39px;
}	
.funds_info .top_box .info span {
	margin-right: 23px;
}
.funds_info .top_box .info span b {
	color: #172242;
	font-weight: normal;
}
.funds_net_ul {
	width: 390px;
	margin-left: -20px;
	overflow: hidden;
	padding: 11px 0;
}
.funds_net_ul li {
	float: left;
	width: 175px;
	padding-left: 20px;
}
.funds_net_ul li strong {
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 26px;
	color: #F3231B;
	letter-spacing: 0.72px;
	font-weight: 500;
}
.funds_net_ul li p {
	line-height: 20px;
	padding-top: 3px;
	color: #9EA4B3;
}

.com_info_ul {
	width: 390px;
	margin-left: -20px;
	overflow: hidden;
	padding: 14px 0 21px;
}
.com_info_ul li {
	float: left;
	line-height: 20px;
	width: 175px;
	letter-spacing: 0.39px;
	padding: 5px 0 5px 20px;
}
.com_info_ul li span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	width: 72px;
	color: #9EA4B3;
	vertical-align: middle;
}
.com_info_ul li b {
	font-weight: normal;
}

.funds_info .com_btn {
	width: 270px;
	margin: 0 auto;
}

.funds_chart {
	float: right;
	width: 788px;
	height: 378px;
	border: 1px solid #E1E6F0;
}
.tab_search_box {
	height: 30px;
	padding: 15px 20px;
	background: #F9FAFF;
}
.tab_search_box .lt_tab {
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 0;
	overflow: hidden;
	border-radius: 2px;
	border: 1px solid #E1E6F0;
}
.tab_search_box .lt_tab span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	width: 70px;
	height: 28px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #71788E;
	vertical-align: middle;
}
.tab_search_box .lt_tab span.active {
	color: #FFFFFF;
	background: #71788E;
}
.date_search {
	float: right;
	height: 30px;
}
.date_search .input , .date_search .line , .date_search .com_btn {
	float: left;
}
.date_search .input {
	position: relative;
}
.date_search .input input {
	width: 98px;
	height: 28px;
	line-height: 28px;
	color: #71788E;
	padding: 0 10px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
}
.date_search .input .horn {
	display: block;
	width: 17px;
	height: 20px;
	cursor: pointer;
	background: url(../images/horn_down02.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 5px;
}
.date_search .line {
	width: 10px;
	height: 1px;
	border-bottom: 1px solid #E1E6F0;
	margin: 14px 4px;
}
.date_search .com_btn {
	width: 60px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 9px;
}
.date_search .text_btn {
	float: left;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #BF9449;
	letter-spacing: 0.59px;
	margin-right: 8px;
}
.date_search .text_btn:hover {
	text-decoration: underline;
}

.chart_box {
	padding: 30px 20px 20px;
}
.chart_box img {
	width: 100%;
}
.chart_box .right_text {
	text-align: right;
	font-size: 0;
	margin-top: 17px;
}
.chart_box .right_text > span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	line-height: 17px;
	font-size: 12px;
	letter-spacing: 0.33px;
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
}
.chart_box .right_text > span:before {
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 8px;
}
.chart_box .right_text > span.c1:before {
	background: #F26C71;
}
.chart_box .right_text > span.c2:before {
	background: #9C7FF7;
}

.net_table {
	margin-top: 40px;
}
.com_table.mt-1 {
	margin-top: -1px;
}
.com_table table {
	width: 100%;
}
.com_table table + table {
	margin-top: -1px;
}
.com_table th {
	line-height: 20px;
	font-weight: normal;
	color: #9EA4B3;
	padding: 9px;
	background: #F9FAFF;
	border: 1px solid #E1E6F0;
}
.com_table th .sort {
	cursor: pointer;
	padding-right: 12px;
	position: relative;
}
.com_table th .sort img {
	width: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}
.com_table td {
	line-height: 20px;
	text-align: center;
	padding: 9px;
	border: 1px solid #E1E6F0;
}
.net_table tr:nth-child(2n-1) td {
	background: #F9FAFF;	
}
.com_table.table02 td {
	text-align: left;
	padding-left: 30px;
}
.com_table.table03 th {
	color: #71788E;
}
.com_table.table03 th.c_black {
	color: #172242;
}
.com_table.table04 td {
	text-align: left;
	padding: 8px 13px;
}
.com_table.table04 td.first {
	padding-left: 30px;
}
.com_table.table05 th {
	text-align: left;
	color: #172242;
	padding-left: 26px;
}
.com_table.table05 td {
	text-align: left;
	padding-left: 56px;
}
.com_table.table05 td.text_center {
	text-align: center;
	color: #9EA4B3;	
	padding-left: 0;
}
.com_table.mt-1 th {
	color: #172242;
}
.com_table td.gray {
	color: #9EA4B3;	
}


.detail_section {
	padding: 36px 0;
}
.funds_nav_tab.fixed {
	background: #FFFFFF;
	position: fixed;
	top: 111px;
	left: 50%;
	margin-left: -600px;
	z-index: 100;
}
.funds_nav_tab{
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E6F0;
}
.funds_nav_tab ul {
	width: 1244px;
	overflow: hidden;
	padding-left: 12px;
}
.funds_nav_tab ul li {
	float: left;
	padding: 0 5px;
	margin-right: 58px;
	position: relative;
}
.funds_nav_tab ul li.active:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #BF9449;
	position: absolute;
	left: 0;
	bottom: 0;
}
.funds_nav_tab ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.59px;
}
.funds_nav_tab ul li.active a , 
.funds_nav_tab ul li a:hover {
	color: #BF9449;
}


.funds_detail_info {
	padding: 10px 0 20px;
}
.child_tit_wrap {
	overflow: hidden;
}
.funds_tit {
	line-height: 40px;
	padding: 14px 0;
}
.funds_tit b {
	font-size: 20px;
	letter-spacing: 0.74px;
	font-weight: 500;
}
.funds_tit .search_box , .child_tit_wrap .search_box {
	float: right;
	height: 40px;
}
.child_tit_wrap .search_box {
	margin-top: 14px;
}
.funds_tit .search_box input , .child_tit_wrap .search_box input {
	height: 28px;
	line-height: 28px;	
}


.funds_manager {
	min-height: 235px;
	margin-top: 13px;
	padding: 15px 20px 15px 13px;
	border: 1px solid #E1E6F0;
}
.funds_manager dt {
	float: left;
	width: 183px;
	height: 235px;
}
.funds_manager dt img {
	width: 100%;
}
.funds_manager dd {
	padding-left: 248px;
}
.funds_manager dd h5 {
	line-height: 25px;
	font-size: 18px;
	letter-spacing: 0.67px;
	font-weight: 500;
	padding: 17px 0;
}
.funds_manager dd p {
	line-height: 25px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.59px;
	padding-bottom: 5px;
}

.child_tab{
	overflow: hidden;
}
.child_tab ul {
	overflow: hidden;
	margin-left: -15px;
}
.child_tab ul li {
	float: left;
	padding: 0 15px;
	position: relative;
}
.child_tab ul li:after {
	content: '';
	width: 1px;
	height: 16px;
	background: #E1E6F0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.child_tab ul li a {
	display: block;
	min-width: 70px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #172242;
	text-align: center;
	letter-spacing: 0.59px;
	padding: 0 5px;
	position: relative;
}
.child_tab ul li.active a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #BF9449;
	position: absolute;
	left: 0;
	bottom: 0;
}
.child_tab ul li.active a , 
.child_tab ul li a:hover {
	color: #BF9449;
}
.child_tab ul li.active a {
	font-weight: 500;
}

.position_time {
	height: 32px;
	line-height: 32px;
	padding: 27px 0;
}
.position_time > span {
	float: left;
	display: block;
	color: #9EA4B3;
}
.position_time .select {
	float: left;
	width: 126px;
	cursor: pointer;
	padding-right: 10px;
	background: url(../images/horn_down02.png) no-repeat right center;
	position: relative;
}
.position_time .select p {
	color: #172242;
}
.select .drop_ul {
	width: 120px;
	padding: 7px 10px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px rgba(143,148,156,0.1);
	position: absolute;
	top: 100%;
	left: -10px;
	z-index: 10;
}
.select .drop_ul:before {
	content: '';
	width: 21px;
	height: 17px;
	background: url(../images/horn_shadow.png) no-repeat center;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -11px;
	z-index: -1;
}
.select .drop_ul a {
	display: block;
	line-height: 30px;
	color: #71788E;
}
.select a:hover {
	color: #BF9449;
}

.position_chart {
	overflow: hidden;
	padding: 10px 0 7px;
}
.position_chart .lt_chart {
	float: left;
	width: 200px;
	height: 200px;
	margin: 24px 0 0 100px;
	position: relative;
}
.position_chart .lt_chart .cen_text {
	text-align: center;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
}
.position_chart .lt_chart .cen_text h4 {
	line-height: 25px;
	font-size: 18px;
	color: #172242;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.position_chart .lt_chart .cen_text h5 {
	line-height: 20px;
	color: #9EA4B3;
	letter-spacing: 0.39px;
	padding-top: 6px;
}

.chart_table {
	width: 680px;
	float: right;
}
.chart_table table {
	width: 100%;
}
.chart_table th {
	text-align: left;
	line-height: 40px;
	color: #9EA4B3;
	font-weight: 500;
	letter-spacing: 0.39px;
	padding-left: 18px;
	background: #F9FAFF;
	border: 1px solid #E1E6F0;
}
.chart_table th.text_right , .chart_table td.text_right {
	text-align: right;
	padding: 0 24px 0 0;
}
.chart_table td {
	line-height: 40px;
	color: #172242;
	letter-spacing: 0.39px;
	padding-left: 24px;
	border: 1px solid #E1E6F0;
}
.chart_table td h5 {
	font-size: 14px;
	padding-left: 17px;
}
.chart_table td h5.c1 , .chart_tit_ul li.c1 {
	background: url(../images/icon_dot01.png) no-repeat left center;
}
.chart_table td h5.c2 , .chart_tit_ul li.c2 {
	background: url(../images/icon_dot02.png) no-repeat left center;
}
.chart_table td h5.c3 , .chart_tit_ul li.c3 {
	background: url(../images/icon_dot03.png) no-repeat left center;
}
.chart_table td h5.c4 , .chart_tit_ul li.c4 {
	background: url(../images/icon_dot04.png) no-repeat left center;
}
.chart_table td h5.c5 , .chart_tit_ul li.c5 {
	background: url(../images/icon_dot05.png) no-repeat left center;
}
.chart_table td h5.c6 , .chart_tit_ul li.c6 {
	background: url(../images/icon_dot06.png) no-repeat left center;
}
.chart_table td h5.c7 , .chart_tit_ul li.c7 {
	background: url(../images/icon_dot07.png) no-repeat left center;
}
.chart_table td h5.c8 , .chart_tit_ul li.c8 {
	background: url(../images/icon_dot08.png) no-repeat left center;
}
.chart_table td h5.c9 , .chart_tit_ul li.c9 {
	background: url(../images/icon_dot09.png) no-repeat left center;
}
.chart_table td h5.c10 , .chart_tit_ul li.c10 {
	background: url(../images/icon_dot10.png) no-repeat left center;
}

.chart_tit_ul {
	float: right;
	width: 310px;
	overflow: hidden;
	margin-right: 284px;
	padding-top: 30px;
}
.chart_tit_ul li {
	float: left;
	width: 138px;
	line-height: 40px;
	letter-spacing: 0.39px;
	padding-left: 17px;
}


.funds_detail_info .intro_text {
	padding-top: 30px;
}
.funds_detail_info .intro_text h5 {
	line-height: 22px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.44px;
	font-weight: 500;
	margin-bottom: 10px;
}
.funds_detail_info .intro_text p {
	line-height: 20px;
}

.funds_detail_info .bot_tip {
	line-height: 17px;
	font-size: 12px;
	letter-spacing: 0.33px;
	padding-top: 10px;	
	border-top: 0;
}
.funds_detail_info .bot_tip p {
	color: #9EA4B3;
	padding-bottom: 2px;
}

.funds_detail_info .child_tit {
	line-height: 22px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.44px;
	font-weight: 500;
	padding: 20px 0;
}
.funds_tit + .child_tit {
	padding-top: 0;
}
.funds_detail_info .child_tit_wrap .child_tit {
	float: left;
	line-height: 40px;
	padding: 10px 0;
}
.funds_detail_info .child_tit small {
	font-size: 12px;
	color: #9EA4B3;
	padding-left: 3px;
}


.agency_wrap {
	padding: 10px 0;
	overflow: hidden;
}
.agency_platform {
	float: left;
	width: 788px;
	height: 320px;
	border: 1px solid #E1E6F0;
}
.agency_platform .platform_info {
	float: left;
	width: 250px;
	height: 320px;
	text-align: center;
	position: relative;
}
.agency_platform .platform_info:before {
	content: '';
	width: 1px;
	height: 240px;
	background: #E1E6F0;
	position: absolute;
	top: 50%;
	left: -1px;
	margin-top: -120px;
}
.agency_platform .platform_info.pc {
	width: 263px;
	padding: 0 11px;
}
.agency_platform .platform_info .img {
	text-align: center;
	padding: 14px 0 30px;
}
.agency_platform .platform_info .img img {
	width: 129px;
}
.agency_platform .platform_info h4 , .agency_counter h4 {
	line-height: 28px;
	font-size: 20px;
	color: #172242;
	letter-spacing: 0.56px;
	font-weight: 500;
	padding: 24px 0 10px;
}
.agency_platform .platform_info h5 , .agency_counter h5 {
	line-height: 20px;
	color: #9EA4B3;
	font-size: 14px;
	letter-spacing: 0.39px;
}
.agency_platform .platform_info img {
	width: 170px;
	margin-top: 26px;
}
.agency_platform .platform_info .link {
	text-align: center;
	line-height: 24px;
	padding: 13px 10px;
	margin: 37px 0 31px;
	background: #F9FAFF;
	border-radius: 2px;
}
.platform_info .link a {
	color: #172242;
	letter-spacing: 0.44px;
}
.platform_info .btn {
	display: block;
	width: 88px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #BF9449;
	text-align: center;
	letter-spacing: 0.59px;
	margin: 0 auto;
	border: 1px solid #BF9449;
	border-radius: 4px;
}
.platform_info .btn:hover {
	color: #FFFFFF;
	background: #BF9449;
}

.agency_counter {
	float: right;
	width: 354px;
	height: 320px;
	text-align: center;
	padding: 0 17px;
	border: 1px solid #E1E6F0;
}
.agency_counter table {
	width: 100%;
	text-align: left;
	margin-top: 40px;
}
.agency_counter table th {
	width: 74px;
	white-space: nowrap;
	line-height: 18px;
	font-weight: normal;
	vertical-align: top;
	padding: 12px 0;
}
.agency_counter table td {
	line-height: 18px;
	padding: 12px 0;
}


.child_tit_wrap .date_search {
	margin-top: 15px;
}
.child_tit_wrap .date_search .input input {
	border-color: #E1E6F0;
}


.company_intro.honor {
	overflow: hidden;
	padding: 43px 0 20px;
}
.company_intro.honor .top_text {
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 10px;
}
.company_intro.honor .top_text p {
	color: #172242;
	padding-top: 10px;
}
.company_intro.honor .left_img {
	float: left;
	width: 593px;
}
.company_intro.honor .left_img img {
	width: 100%;
}
.company_intro.honor .honor_intro {
	float: right;
	width: 520px;
	padding-top: 70px;
}
.honor_intro .tit {
	line-height: 33px;
	font-size: 24px;
	letter-spacing: 0.67px;
	margin-bottom: 10px;
}
.honor_intro .tit .bg {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	height: 33px;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 0 6px;
	margin-right: 5px;
	background: #BF9449;
}
.honor_intro .tit .bg b {
	font-size: 48px;
	font-family:"Din";
	vertical-align: top;
	text-shadow: 0 0 2px #BF9449;
}
@font-face {
    font-family: 'Din';
    src: url("data:font/ttf;charset=utf-8;base64,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") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.honor_intro .tit em {
	color: #BF9449;
}
.honor_intro h4 {
	line-height: 28px;
	font-size: 20px;
	color: #BF9449;
	letter-spacing: 0.56px;
	font-weight: 600;
	padding: 30px 0 10px;
}
.honor_intro h5 {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
}
.honor_intro .bot_tip {
	line-height: 17px;
	font-size: 12px;
	margin-top: 34px;
	border-top: none;
	padding: 0;
	color: #9EA4B3;
}
.honor_intro .bot_tip p {
	color: #9EA4B3;
}
.honor_intro .bot_tip p.p2 {
	padding-left: 30px;
}
.honor_intro .bot_tip .p1 {
	padding-bottom: 3px;
}
.honor_intro .circle_num {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	color: #A2A7B3;
	text-align: center;
	margin-left: 2px;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid #A2A7B3;
	border-radius: 50%;
}


.company_intro.schema {
	height: 730px;
	padding: 50px 0;
	background: url(../images/blue_bg.png) no-repeat center;
}
.company_intro .top_tit {
	text-align: center;
	padding-bottom: 30px;
}
.company_intro .top_tit h3 {
	line-height: 33px;
	font-size: 24px;	
	letter-spacing: 0.67px;
	font-weight: 600;
}
.company_intro .top_tit p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
	padding-top: 14px;
}
.company_intro .top_tit h5 {
	line-height: 28px;
	font-size: 16px;
	color: #192444;
	letter-spacing: 0.44px;
	padding: 17px 160px 0;
}
.company_intro .top_tit h5 b {
	font-weight: bold;
	font-size:20px;
}
.scale_ul_box {
	margin-top: 30px;
	background: #FFFFFF;
}
.scale_ul {
	overflow: hidden;
}
.scale_ul li {
	float: left;
	width: 400px;
	height: 140px;
	text-align: center;
	padding: 28px 0 26px;
	position: relative;
}
.scale_ul li:before {
	content: '';
	width: 1px;
	height: 140px;
	background: #E1E6F0;
	position: absolute;
	top: 28px;
	left: -1px;
}
.scale_ul li strong {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 48px;
	color: #172242;
	font-family:"Din";
	font-weight: normal;
	letter-spacing: 3px;
}
.scale_ul li strong small {
	font-size: 16px;
}
.scale_ul li p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
	padding: 18px 0 24px;
}
.scale_ul li .line {
	display: block;
	width: 72px;
	height: 4px;
	background: #BF9449;
	margin: 0 auto;
}
.scale_ul_box .cen_text {
	line-height: 20px;
	text-align: center;
	color: #cacdda;
	letter-spacing: 0.88px;
	padding-bottom: 20px;
}
.company_intro.schema .img_box {
	text-align: center;
	padding: 50px 0 30px;
}
.company_intro.schema .img_box p {
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 40px;
}

.company_intro.concept {
	padding: 55px 0 70px;
	background: #F9FAFF;
}
.top_tit.mt60 {
	margin-top: 60px;
}
.concept_ul {
	width: 1215px;
	overflow: hidden;
	margin-top: 10px;
}
.concept_ul li {
	float: left;
	width: 344px;
	height: 310px;
	padding: 10px 19px 0 25px;
	margin-right: 15px;
	background: #FFFFFF;
	border: 1px solid #E1E6F0;
}
.concept_ul.height2 li {
	height: 240px;
}
.concept_ul.ul02 li {
	width: 513px;
	height: 380px;
	padding: 10px 50px 10px 25px;
}
.concept_ul li h5 {
	line-height: 30px;
	font-size: 18px;
	color: #172242;
	letter-spacing: 0.5px;
	font-weight: 600;
	padding-left: 40px;
	margin: 16px 0;
	position: relative;
}
.concept_ul li .brief {
	line-height: 24px;
	font-size: 16px;
	padding: 10px 18px;
	margin-bottom: 4px;
	background: #F9FAFF;
}
.concept_ul li .line {
	display: block;
	width: 24px;
	height: 4px;
	margin-bottom: 6px;
	background: #BF9449;
}
.concept_ul li p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.43px;
	padding: 12px 0;
}


.company_intro.business {
	padding: 50px 0;
	background: #FFFFFF url(../images/bg02.png) no-repeat center 115px;
}
.busi_tit {
	line-height: 25px;
	font-size: 18px;
	color: #172242;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-align: center;
	padding: 15px 0 26px;
	background: url(../images/horn_line.png) no-repeat bottom center;
}
.busi_tit span {
	margin: 0 117px;
}

.b_scope_ul {
	overflow: hidden;
	margin-top: 5px;
}
.b_scope_ul li {
	padding: 35px 197px 0;
	position: relative;
	z-index: 10;
}
.b_scope_ul li.last {
	padding-bottom: 17px;
}
.b_scope_ul li em.top_line,
.b_scope_ul li em.bot_line {
	content: '';
	width: 1px;
	background: #E1E6F0;
	position: absolute;
	left: 50%;
	z-index: -1;
}
.b_scope_ul li em.top_line {
	height: 45px;
	top: 1px;
}
.b_scope_ul li em.bot_line {
	bottom: 0;
	top: 73px;
}
.b_scope_ul li .left_text ,
.b_scope_ul li .right_text {
	float: left;
	width: 283px;
	line-height: 22px;
	font-size: 16px;
	color: #71788E;
	letter-spacing: 0.44px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(235,240,254,1);
	position: relative;
}
.b_scope_ul li .left_text:before ,
.b_scope_ul li .right_text:before {
	content: '';
	width: 70px;
	height: 1px;
	background: #E1E6F0;
	position: absolute;
	top: 25px;
}
.b_scope_ul li .left_text:before {
	right: -70px;
}
.b_scope_ul li .right_text:before {
	left: -70px;
}
.b_scope_ul li .left_text {
	text-align: right;
	padding: 14px 22px 15px 15px;
}
.b_scope_ul li .right_text {
	padding: 15px 15px 15px 22px;
} 
.b_scope_ul li .cen_box {
	float: left;
	width: 166px;
	text-align: center;
	min-height: 50px;
}
.b_scope_ul li .cen_box .time {
	width: 82px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	letter-spacing: 0.44px;
	font-weight: 500;
	margin: -34px auto 0;
	background: #FFFFFF;
}
.b_scope_ul li .cen_box .dot {
	width: 14px;
	height: 14px;
	margin: 18px auto 0;
}


.company_intro.layout {
	padding-top: 50px;
	background: #F9FAFF;
}
.c_child_tit {
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
}
.c_child_tit h4 {
	line-height: 25px;
	font-size: 18px;
	letter-spacing: 0.5px;	
}
.c_child_tit h5 {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
	margin-top: 30px;
	padding: 0 230px;
}
.layout_chart {
	padding: 22px 0;
	position: relative;
}
.layout_chart .img_box {
	width: 333px;
	height: 333px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.layout_chart .img_box img {
	width: 100%;
}
.layout_chart .img_box h5 {
	line-height: 25px;
	font-size: 18px;
	color: #172242;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: absolute;
	top: 187px;
	left: 0;
	right: 0;
}
.layout_chart .text {
	width: 306px;
	line-height: 22px;
	font-size: 16px;
	color: #71788E;
	letter-spacing: 0.44px;
	position: absolute;
}
.layout_chart .text.t1 {
	left: 84px;
	top: 47px;
	padding: 10px 50px 40px 10px;
	background: url(../images/bottom_line01.png) no-repeat left bottom;
}
.layout_chart .text.t2 {
	top: 25px;
	right: 91px;
	padding: 10px 10px 40px 50px;
	background: url(../images/bottom_line02.png) no-repeat left bottom;
}
.layout_chart .text.t3 {
	left: 94px;
	top: 169px;
	padding: 10px 50px 40px 10px;
	background: url(../images/bottom_line01.png) no-repeat left bottom;
}
.layout_chart .text.t4 {
	top: 191px;
	right: 100px;
	padding: 10px 10px 40px 50px;
	background: url(../images/bottom_line02.png) no-repeat left bottom;
}
.layout_chart .bot_text {
	text-align: center;
	line-height: 32px;
	margin-top: -12px;
}
.layout_chart .bot_text span {
	display: inline-block;
	*display: inline;
	_zoom:1;
	vertical-align: top;
	font-size: 16px;
	color: #71788E;
	letter-spacing: 0.44px;
	border-bottom: 1px solid #E1E6F0;
}

.allocattion_wrap {
	padding: 50px 0 20px;
}
.allocattion_list {
	width: 1215px;
	overflow: hidden;
	margin: 30px 0;
}
.allocattion_box {
	float: left;
	width: 338px;
	height: 320px;
	font-size: 16px;
	padding: 30px 25px;
	margin-right: 15px;
	border: 1px solid #E1E6F0;
	background: #FFFFFF;
}
.allocattion_box h4 {
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
}
.allocattion_box h4 img {
	width: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;	
}
.allocate_step {
	margin-top: 30px;
	padding: 13px 0;
	position: relative;
}
.allocate_step:before {
	content: '';
	width: 1px;
	height: 237px;
	background: #E1E6F0;
	position: absolute;
	top: 0;
	left: 107px;
}
.allocate_step.w2:before {
	left: 93px;
}
.allocate_step.w3:before {
	left: 81px;
}
.allocate_step li {
	line-height: 22px;
	overflow: hidden;
	padding-bottom: 20px;
}
.allocate_step li > span {
	display: block;
	float: left;
	width: 80px;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.43px;
	font-weight: 500;
	padding-right: 28px;
	position: relative;
}
.allocate_step.w2 li > span {
	width: 66px;
}	
.allocate_step.w3 li {
	margin-right: -20px;
}
.allocate_step.w3 li > span {
	width: 54px;
}
.allocate_step.w3 li p {
	width: 230px;
}
.allocate_step li > span:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/icon02.png) no-repeat center;
	border: 3px solid #FFFFFF;
	position: absolute;
	top: -1px;
	right: -10px;
	z-index: 10;
}
.allocate_step li p{
	float: left;
	width: 203px;
	min-height: 40px;
	color: #747A8E;
	padding-left: 26px;
}
.allocate_step li p small {
	line-height: 14px;
	font-size: 12px;
	color: #9EA4B3;
}

.hk_layout_wrap {
	padding-top: 30px;
}
.hk_layout_chart {
	padding: 22px 0;
	margin-top: 50px;
	position: relative;
}
.hk_layout_chart .img_box {
	width: 374px;
	height: 374px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.hk_layout_chart .img_box img {
	width: 100%;
}
.hk_layout_chart .text {
	width: 288px;
	overflow: hidden;
	position: absolute;
}
.hk_layout_chart .text.t1 {
	width: 348px;
	left: 74px;
	top: 52px;
	padding-bottom: 27px;
	background: url(../images/bottom_line01.png) no-repeat left bottom;
}
.hk_layout_chart .text.t2 {
	top: 52px;
	right: 74px;
	padding: 0 0 27px 60px;
	background: url(../images/bottom_line02.png) no-repeat left bottom;
}
.hk_layout_chart .text.t3 {
	width: 348px;
	left: 74px;
	top: 224px;
	padding-bottom: 27px;
	background: url(../images/bottom_line01.png) no-repeat left bottom;
}
.hk_layout_chart .text.t4 {
	top: 224px;
	right: 74px;
	padding: 0 0 27px 60px;
	background: url(../images/bottom_line02.png) no-repeat left bottom;
}
.hk_layout_chart .text b {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-top: 9px;
	padding-left: 40px;
	position: relative;
}
.hk_layout_chart .text b img {
	width: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.hk_layout_chart .text span {
	display: block;
	float: left;
	line-height: 24px;
	font-size: 16px;
	color: #71788E;
	letter-spacing: 0.43px;
	padding-left: 13px;
}


.company_intro.reits {
	overflow: hidden;
	padding: 43px 0 58px;
	background: #FFFFFF;
}
.reits_info_ul {
	width: 1220px;
	overflow: hidden;
}
.reits_info_ul li {
	float: left;
	width: 500px;
	height: 462px;
	padding: 0 45px;
	margin-right: 20px;
	background: #FFFFFF;
}
.reits_info_ul li .nav {
	height: 128px;
	text-align: center;
}
.reits_info_ul li h4 {
	line-height: 25px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	text-align: center;
}
.reits_info_ul li p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.43px;
	padding-top: 20px;
}


.company_honor_wrap {
	padding: 30px 0;
	background: #F9FAFF;
}
.company_honor_wrap .cen_tit {
	line-height: 33px;
	font-size: 24px;
	letter-spacing: 0.67px;
	font-weight: 600;
	text-align: center;
	padding-top: 27px;
}

.cen_tit_tab {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 0;
	position: relative;
}
.cen_tit_tab span {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	font-size: 18px;
	color: #172242;
	letter-spacing: 0.5px;
	vertical-align: top;
	margin: 0 25px;
	padding: 0 13px;
	cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cen_tit_tab span:hover , 
.cen_tit_tab span.active {
	color: #BF9449;
}
.cen_tit_tab span.active {
	font-weight: bold;
	position: relative;
}
.cen_tit_tab span.active:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #BF9449;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cen_tit_tab em {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	width: 1px;
	height: 25px;
	background: #E1E6F0;
	vertical-align: top;
	margin-top: 10px;
}


.company_honor_list {
	margin: 50px 0;
	position: relative;
}
.company_honor_list:before {
	content: '';
	width: 1px;
	background: #E1E6F0;
	position: absolute;
	top: 90px;
	left: 50%;
	bottom: 0;
}
.company_honor_list .top_nav {
	text-align: center;
	height: 130px;
	margin-bottom: 34px;
}
.company_honor_list .top_nav img {
	width: 120px;
}
.honor_process .left_box {
	float: left;
	width: 540px;
	padding: 30px 60px 0 0;
	position: relative;
}
.honor_process .right_box {
	float: right;
	width: 540px;
	padding: 32px 0 0 60px;
	margin-top: 120px;
	position: relative;
}
.honor_process.history .left_box {
	padding-top: 63px;
}
.honor_process.history .right_box {
	margin-top: 153px;
	padding-top: 65px;
}
.honor_process .left_box .cen_time {
	position: absolute;
	right: -60px;
	top: -34px;
}
.honor_process .right_box .cen_time {
	position: absolute;
	left: -60px;
	top: -32px;
}
.honor_process .cen_time {
	width: 120px;
	text-align: center;
}
.honor_process .cen_time h5 {
	line-height: 24px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.44px;
	font-weight: 500;
	padding: 5px 0;
	background: #F9FAFF;
}
.honor_process .cen_time h5 b {
	display: block;
	line-height: 33px;
	font-size: 24px;
	font-weight: 500;
}
.honor_process .cen_time .dot {
	line-height: 18px;
	padding: 8px 0;
	margin-top: 24px;
	background: #F9FAFF;
}
.honor_process .cen_time .dot img {
	width: 18px;
}
.honor_process .cont_wrap {
	background: #FFFFFF;
	border: 1px solid #E1E6F0;
	position: relative;
}
.honor_process .left_box .cont_wrap {
	text-align: right;
	padding: 30px 30px 25px 40px;
}
.honor_process.csr .left_box .cont_wrap {
	text-align: left;
	padding: 30px 40px 25px 30px;
}
.honor_process .right_box .cont_wrap {
	padding: 30px 40px 25px 30px;
}
.honor_process .cont_wrap:before {
	content: '';
	width: 45px;
	height: 1px;
	background: #E1E6F0;
	position: absolute;
	top: 10px;
}
.honor_process .left_box .cont_wrap:before {
	right: -45px;
}
.honor_process .right_box .cont_wrap:before {
	left: -45px;
}
.honor_process .cont_wrap h3 {
	line-height: 33px;
	font-size: 24px;
	letter-spacing: 0.67px;
	font-weight: 500;
	margin: 4px 0 30px;
}
.honor_process .info_ul li {
	line-height: 22px;
	padding-bottom: 14px;
	position: relative;
}
.honor_process .info_ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	background: url(../images/gray_dot.png) no-repeat center;
}
.honor_process .left_box .info_ul li:before {
	right: -11px;
}
.honor_process .right_box .info_ul li:before {
	left: -11px;
}
.honor_process .info_ul li h5 {
	min-height: 25px;
	font-size: 16px;
	letter-spacing: 0.44px;
}
.honor_process .info_ul li p {
	color: #9EA4B3;
	font-size: 12px;
	letter-spacing: 0.33px;
}
.honor_process.history .info_ul li p {
	line-height: 24px;
	color: #172242;
	font-size: 16px;
}


.team_info_wrap {
	padding-bottom: 30px;
	background: #FFFFFF;
}
.team_info_wrap .top_brief {
	padding: 40px 0 60px;
	text-align: center;
}
.team_info_wrap .top_brief h3 {
	line-height: 33px;
	font-size: 24px;
	letter-spacing: 0.67px;
	font-weight: 600;
}
.team_info_wrap .top_brief p {
	line-height: 22px;
	font-size: 16px;
	color: #9EA4B3;
	letter-spacing: 0.44px;
	margin-top: 30px;
}

.team_info {
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 1px solid #E1E6F0;
}
.team_info .team_dl {
	overflow: hidden;
}
.team_dl dt {
	float: left;
	width: 340px;
}
.team_dl dt img {
	width: 100%;
}
.team_dl dd {
	float: right;
	width: 766px;
	padding: 30px 44px 10px 0;
}
.team_dl dd h4 {
	line-height: 22px;
	font-size: 20px;
	color: #00144B;
	font-weight: 500;
	padding: 0 0 10px 21px;
}
.team_dl dd .honor ,.team_dl dd .info {
	overflow: hidden;
	margin-top: 10px;
}
.team_dl dd .honor span ,.team_dl dd .info span {
	float: left;
	display: block;
	line-height: 22px;
	font-size: 16px;
	color: #BF9449;
	font-weight: 500;
	margin-right: 40px;
	padding-left: 21px;
}
.team_dl dd .honor span {
	position: relative;
}
.team_dl dd .honor span small {
	display: block;
	line-height: 17px;
	font-size: 12px;
	color: #9EA4B3;
	font-weight: normal;
	margin-left: -7px;
}
.team_dl dd .honor span img {
	width: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}
.career_info {
	margin-top: 20px;
}
.career_info li {
	line-height: 22px;
	font-size: 16px;
	color: #71788E;
	letter-spacing: 0.44px;
	padding-left: 21px;
	margin-bottom: 10px;
	background: url(../images/icon03.png) no-repeat 5px 8px;
}
.team_info .more_career {
	width: 1232px;
	overflow: hidden;
	padding: 32px 0 22px;
}
.team_info .more_career ul {
	float: left;
	width: 536px;
	margin: 0 50px 0 30px;
}
.team_info .more_career ul li {
	line-height: 20px;
	color: #71788E;
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(../images/gray_dot.png) no-repeat left center;
}


.team_research_wrap {
	padding: 50px 0 30px;
	background: #FFFFFF;
}
.team_tit {
	text-align: center;
	padding-bottom: 30px;
}
.team_tit h3 {
	line-height: 33px;
	font-size: 24px;	
	letter-spacing: 0.67px;
	font-weight: 600;
}
.team_tit p {
	line-height: 27px;
	font-size: 16px;
	color: #71788E;
	margin-top: 32px;
}
.team_tit p.mt5 {
	margin-top: 5px;
}


.manager_star_wrap {
	padding: 60px 0;
	background: #F9FAFF;
}
.manager_star_list {
	width: 1220px;
	overflow: hidden;
}
.manager_star {
	width: 590px;
	float: left;
	height: 594px;
	margin-right: 18px;
	border: 1px solid #E1E6F0;
	background: #FFFFFF;
}
.manager_star .img img {
	width: 100%;
}
.manager_star h4 {
	line-height: 28px;
	font-size: 20px;
	color: #00144B;
	font-weight: 500;
	text-align: center;
	padding: 16px 0
}
.manager_star .info {
	line-height: 22px;
	font-size: 16px;
	color: #BF9449;
	font-weight: 500;
	text-align: center;
	padding: 6px 0 10px;
}
.manager_star .career_info {
	padding: 0 26px 0 13px;
}

.honor_table {
	padding: 5px 17px 0;
}
.honor_table table {
	width: 100%;
}
.honor_table th {
	width: 90px;
	line-height: 22px;
	font-size: 16px;
	color: #00144B;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 15px 0;
}
.honor_table td {
	padding: 15px 0;
}
.honor_table td h5 {
	line-height: 22px;
	letter-spacing: 0.44px;
	font-size: 16px;
	color: #71788E;
}
.honor_table td h5 em.dot {
	display: inline-block;
	*display: inline;
	_zoom:1;
	width: 20px;
	height: 22px;
	vertical-align: top;
	background: url(../images/gray_dot02.png) no-repeat center;
}
.honor_table td p {
	line-height: 17px;
	font-size: 12px;
	color: #9EA4B3;
	letter-spacing: 0.33px;
	padding-top: 10px;
}


.culture_info_wrap {
	padding: 50px 0 60px;
}

.culture_ul {
	width: 1227px;
	overflow: hidden;
}
.culture_ul li {
	float: left;
	width: 410px;
	height: 122px;
	padding: 30px 0 0 174px;
	margin: 0 27px 24px 0;
	border: 1px solid #E1E6F0;
	position: relative;
}
.culture_ul li img {
	width: 154px;
	position: absolute;
	top: 0;
	left: 0;
}
.culture_ul li h5 {
	line-height: 25px;
	font-size: 18px;
	letter-spacing: 0.49px;
	font-weight: 500;
	padding: 15px 0;
}
.culture_ul li p {
	width: 322px;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.43px;
}

.in_seafront_wrap {
	padding: 70px 0 130px;
	background: #F9FAFF;
}
.seafront_ul {
	width: 1215px;
	overflow: hidden;
}
.seafront_ul li {
	float: left;
	width: 390px;
	height: 458px;
	margin-right: 15px;
	background: #FFFFFF;
}
.seafront_ul li .img {
	height: 180px;
	overflow: hidden;
}
.seafront_ul li .img img {
	width: 100%;
}
.seafront_ul li h5 {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.43px;
	text-align: center;
	font-weight: 500;
	padding: 18px 0;
}
.seafront_ul li p {
	line-height: 22px;
	font-size: 15px;
	letter-spacing: 0.43px;
	padding: 0 13px 0 24px;
}


.mission_img {
	height: 176px;
	position: relative;
	top: -30px;
}
.mission_img img {
	width: 540px;
}
.left_box .mission_img {
	left: -31px;
}
.right_box .mission_img {
	left: -31px;
}
.mission_text {
	margin: 8px 5px 20px -5px;
}
.mission_text h4 {
	line-height: 33px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.67px;
}
.mission_text p {
	line-height: 23px;
	font-size: 16px;
	letter-spacing: 0.44px;
	padding-top: 20px;
}

.recruit_table table {
	width: 100%;
}
.recruit_table th {
	width: 198px;
	line-height: 36px;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	letter-spacing: 0.43px;
	font-weight: 500;
	padding-bottom: 18px;
}
.recruit_table td {
	line-height: 36px;
	color: #747A8E;
	letter-spacing: 0.38px;
	padding-bottom: 18px;
}
.recruit_table td.time {
	font-size: 16px;
	text-align: center;
}
.recruit_table tr:hover th , .recruit_table tr:hover td {
	color: #BF9449;	
}

.recruit_contact {
	height: 94px;
	margin-top: 30px;
	position: relative;
}
.recruit_contact .text {
	position: absolute;
	top: 30px;
	left: 308px;
}
.recruit_contact p {
	line-height: 22px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.44px;
}
.recruit_contact p b {
	font-weight: 500;
	color: #BF9449;
}
.recruit_contact img {
	width: 100%;
}

.back_tit {
	line-height: 28px;
	letter-spacing: 0.44px;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #E1E6F0;
}
.back_tit a {
	font-size: 16px;
	color: #BF9449;	
}

.recruit_detail {
	padding: 30px 0;
}
.recruit_detail h3 {
	line-height: 30px;
	font-size: 20px;
	letter-spacing: 0.54px;
	font-weight: 500;
	padding-bottom: 5px;
}
.recruit_detail h4 {
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 0.54px;
	font-weight: 500;
	margin: 18px 0 5px;
}
.recruit_detail h5 {
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 0.54px;
	font-weight: 500;
	margin: 18px 0 5px;
}
.recruit_detail p {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
	padding: 12px 0;
}


.contact_us_wrap {
	padding: 36px 0 80px;
	background: #F9FAFF;
}
.address_tit {
	line-height: 42px;
	border-bottom: 1px solid #E1E6F0;
}
.address_tit b {
	display: block;
	font-size: 20px;
	letter-spacing: 0.56px;
	font-weight: 500;
	padding-left: 40px;
	background: url(../images/icon_address.png) no-repeat left 2px;
}

.contact_ul {
	width: 1226px;
	margin-top: 40px;
	overflow: hidden;
}
.contact_ul li {
	float: left;
	width: 500px;
	height: 180px;
	margin: 0 26px 26px 0;
	padding: 30px 57px 0 30px;
	background: #FFFFFF;
}
.contact_ul li.height2 {
	height: 243px;
}
.contact_ul li h4 {
	line-height: 25px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	padding-bottom: 14px;
}
.contact_ul li p {
	line-height: 22px;
	font-size: 16px;
	color: #71788E;
	letter-spacing: 0.43px;
	text-align: justify;
	font-weight: 400;
	padding-bottom: 10px;
}


.head_box .customer_number {
	float: right;
	line-height: 20px;
	font-size: 16px;
	color: #999999;
	letter-spacing: 0.59px;
	padding: 30px 0;
}
.head_box .customer_number span {
	color: #BF9449;
}

.section.login_page {
	padding: 80px 0 40px;
	background: #F9FAFF url(../images/login_gray_bg.png) no-repeat bottom center;
}


.login_wrap {
	height: 432px;
	margin-top: -30px;
	padding: 80px 0 0 713px;
	background: #FFFFFF url(../images/login_img.png) no-repeat 60px 40px;
}
.login_box{
	width: 400px;
}
.login_box h3 {
	line-height: 38px;
	font-size: 18px;
	color: #162342;
	letter-spacing: 0.5px;
}
.login_input {
	height: 44px;
	margin-top: 18px;
	position: relative;
}
.login_input input , .update_box input {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #172242;
	letter-spacing: 0.44px;
	padding: 5px 100px 5px 15px;
	border: 1px solid #E1E6F0;
}
.update_box input {
	width: 200px;
}
.login_input input {
	width: 283px;
}
.login_input.code input {
	width: 187px;
}
.login_input .get_text {
	display: block;
	width: 96px;
	line-height: 44px;
	font-size: 16px;
	color: #BF9449;
	letter-spacing: 0.44px;
	text-align: center;
	border-left: 1px solid #E1E6F0;
	position: absolute;
	top: 0;
	right: 0;
}
.login_input .img_code , .update_box .img_code {
	width: 86px;
	position: absolute;
	top: 0;
	right: 0;
}
a.comfirm_btn {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.74px;
	background-image: linear-gradient(97deg, #E1C680 0%, #BF9449 100%);
	border-radius: 4px;
}
.login_box .comfirm_btn {
	margin-top: 18px;
}
.update_box .comfirm_btn {
 	margin-top: 40px;
 }

.login_tips {
	margin-top: 30px;
	padding: 20px 18px 10px;
	background: #F9FAFF;
}
.login_tips p {
	line-height: 20px;
	padding-bottom: 10px;
}


.update_pwd_pop {
	width: 700px;
	background: #FFFFFF;
	box-shadow: 0 6px 16px 8px rgba(0,0,0,0.07);
	border-radius: 2px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -235px 0 0 -350px;
	z-index: 1000;
}
.update_pwd_pop .pop_tit {
	line-height: 24px;
	padding: 16px;
	border-bottom: 1px solid #E1E6F0;
	position: relative;
}
.update_pwd_pop .pop_tit b {
	font-size: 500;
	font-size: 16px;
}
.update_pwd_pop .pop_tit .close {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/icon_close02.png) no-repeat center;
	position: absolute;
	top: 8px;
	right: 0;
}
.update_pwd_pop .cont_wrap {
	padding: 32px 0 50px;
}
.update_box {
	width: 400px;
	margin: 0 auto;
}
.update_box .input {
	padding-left: 83px;
	margin-top: 18px;
	position: relative;
}
.update_box .input label {
	display: block;
	width: 83px;
	line-height: 44px;
	font-size: 16px;
	white-space: nowrap;
	text-align: right;
	letter-spacing: 0.44px;
	position: absolute;
	top: 0;
	left: 0;
}

.update_pwd_pop .success_text {
	width: 400px;
	text-align: center;
	margin: 0 auto;
	padding-top: 18px;
}
.success_text .icon {
	height: 80px;
}
.success_text h5 {
	line-height: 16px;
	font-size: 16px;
	letter-spacing: 0.44px;
	padding: 20px 0 40px;
}

.login_wrap .get_result {
	width: 400px;
	text-align: center;
	padding-top: 120px;
}
.login_wrap .get_result h5 {
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding-bottom: 25px;
}

.child_tab .date_search .input input {
    border-color: #E1E6F0;
}
.date_search label {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #9EA4B3;
	margin-right: 8px;
}

.update_pwd_wrap {
	padding: 102px 0 120px;
}

.complain_top {
	height: 100px;
	padding: 14px 29px 14px 207px;
	z-index: 10;
	position: relative;
}
.complain_top img.bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.complain_top h5 {
	line-height: 24px;
	font-size: 16px;
}
.mt15 { margin-top: 15px; }

.complain_text {
	line-height: 22px;
	font-size: 16px;
	margin-top: 10px;
}
.complain_text h5 {
	font-size: 16px;
	padding-top: 30px;
}
.complain_text p {
	padding-top: 10px;
}

.cen_img_box {
	text-align: center;
	padding: 20px 0;
}
.cen_img_box img {
	max-width: 100%;
}

.sub_table {
	margin-top: 40px;
}
.sub_table table {
	width: 100%;
}
.sub_table th {
	line-height: 30px;
	color: #9EA4B3;
	text-align: center;
	font-weight: normal;
	padding: 5px 12px;
	border: 1px solid #E1E6F0;
	background: #F9FAFF;
}
.sub_table td {
	line-height: 26px;
	color: #9EA4B3;
	font-size: 12px;
	color: #172242;
	vertical-align: middle;
	padding: 5px 12px;
	border: 1px solid #E1E6F0;
}
.sub_table td.text_center {
	text-align: center;
}
.sub_table td small {
	display: block;
	color: #9EA4B3;
}

.sub_text {
	padding-top: 10px;
}
.sub_text p {
	line-height: 24px;
	font-size: 16px;
	margin-top: 21px;
	padding-left: 16px;
	background: url(../images/icon03.png) no-repeat left 9px;
}

.comment_ul {
	width: 900px;
	margin-top: 40px;
	overflow: hidden;
}
.comment_ul > li {
	float: left;
	width: 262px;
	padding-left: 110px;
	margin: 0 77px 18px 0;
	position: relative;
}
.comment_ul > li.whole {
	width: 710px;
}
.comment_ul li label {
	display: block;
	width: 90px;
	line-height: 42px;
	font-size: 16px;
	color: #71788E;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.comment_ul li .input {
	width: 240px;
	height: 30px;
	padding: 5px 10px;
	border: 1px solid #E1E6F0;
	position: relative;
}
.comment_ul li .input.active {
	z-index: 20;
}
.comment_ul li .input input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #172242;
}
.comment_ul li .input .horn {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/horn_down.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
}
.comment_ul li .input.active .horn {
	background: url(../images/horn_up.png) no-repeat center;
}
.comment_ul li .input .drop_ul {
	padding: 5px 0;
	background: #FFFFFF;
	border: 1px solid #E1E6F0;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	z-index: 10;
}
.comment_ul li .input .drop_ul a {
	display: block;
	line-height: 40px;
	color: #71788E;
	font-size: 16px;
	padding: 0 10px;
}
.comment_ul li .input .drop_ul li.active a ,.comment_ul li .input .drop_ul a:hover {
	color: #BF9449;
}
.comment_ul li .textarea_box {
	width: 690px;
	padding: 10px 9px;
	border: 1px solid #E1E6F0;
}
.comment_ul li .textarea_box textarea {
	width: 100%;
	height: 340px;
	line-height: 22px;
	font-size: 16px;
	color: #172242;
    font-family : "Microsoft Yahei";
	resize: none;
	border: none;
}


.center_wrap {
    padding: 40px 0;
    background: #FAFAFA;
}
.center_wrap .wrapfix {
    width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
    background: #ffffff;
}
.orange_tit {
    height: 38px;
    line-height: 24px;
    padding-top: 18px; 
    border-bottom: 1px solid #CFCFCF;
}
.orange_tit .rt {
    display: block;
    float: right;
    color: #999;
}
.orange_tit > b {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 14px;
    border-bottom: 1px solid #BF9449;
    position: relative;
}
.center_wrap .cont_wrap {
    width: 1000px;
    margin: 0 auto;
}
.input_table {
    width: 452px;
    padding: 50px 0;
    margin: 0 auto;
}
.input_table.table02 {
    width: 472px;
}
.input_table table {
    width: 100%;
    font-family:"Microsoft YaHei";
}
.input_table th {
    width: 90px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    padding: 12px 0 13px;
}
.input_table th {
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.input_table td {
    padding: 12px 0 13px;
}
.log_input {
    width: 330px;
    height: 18px;
    padding: 15px;
    border: 1px solid #C0CAD2;
    position: relative;
}
.log_input.code {
    width: 230px;
    padding-right: 115px;
}
.log_input .code_img {
    display: block;
    width: 99px;   
    height: 48px; 
    border-left: 1px solid #C0CAD2;
    position: absolute;
    top: 0;
    right: 0;
}
.log_input input {
    height: 18px;
    line-height: 18px;
    color: #333;
    border: none;
}
.log_input input:focus {
    outline: none;
}
a.log_btn {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #BF9449;
    border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
}
.log_btn:hover {
    color: #ffffff;
    background: #a9823f;
}
.bot_tip {
    line-height: 20px;
    color: #999;
    padding: 35px 0 50px;
    border-top: 1px dashed #DFDFDF;
}


.query_wrap {
    width: 1200px;
    margin: 120px auto 0px;
    overflow: hidden;
}
.query_wrap .left_box {
    width: 230px;
    float: left;
    min-height: 680px;
    background: #ffffff;
}
.side_ul li {
    height: 28px;
    line-height: 28px;
    padding: 15px 15px 15px 55px;
}
.side_ul li.active , .side_ul li:hover {
    background: #BF9449;
}
.side_ul li a {
    display: block;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    padding-left: 24px;
}
.side_ul li.active a , .side_ul li:hover a {
    color: #ffffff;
}
.side_ul li.n1 a {
    background: url(../images/icon_side01.png) no-repeat left center;
}
.side_ul li.n1:hover a,.side_ul li.n1.active a {
    background: url(../images/icon_side01_on.png) no-repeat left center;
}
.side_ul li.n2 a {
    background: url(../images/icon_side02.png) no-repeat left center;
}
.side_ul li.n2:hover a,.side_ul li.n2.active a {
    background: url(../images/icon_side02_on.png) no-repeat left center;
}
.side_ul li.n3 a {
    background: url(../images/icon_side03.png) no-repeat left center;
}
.side_ul li.n3:hover a,.side_ul li.n3.active a {
    background: url(../images/icon_side03_on.png) no-repeat left center;
}
.query_wrap .right_box {
    width: 900px;
    float: right;
    padding: 0 30px;
    min-height: 680px;
    background: #ffffff;
}
.query_tit {
    line-height: 20px;
    color: #000;
    padding: 10px 0;
}
.query_tit h5 {
    font-size: 14px;
    font-weight: bold;
}
.query_table.scroll {
    overflow-x: scroll;
}
.query_table table {
    min-width: 100%;
}
.query_table th {
    line-height: 20px;
    white-space: nowrap;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 5px 13px 5px 14px;
    background: #F9F4EC;
}
.query_table td {
    line-height: 20px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 24px 13px 24px 14px;
}
.query_table .gray td {
    background: #FCFCFC;
}
.query_table td .detail {
    color: #BF9449;
}

.query_date {
    height: 38px;
    padding: 10px 0 20px;
}
.query_date > span , 
.query_date > input {
    float: left;
}
.query_date > span {
    line-height: 20px;
    font-size: 16px;
    padding: 9px 10px 9px 0;
}
.query_date > input.date {
    width: 168px;
    height: 18px;
    line-height: 18px;
    color: #333;
    padding: 9px 15px;
    margin-right: 25px;
    border: 1px solid #C0CAD2;
}
.query_date .btn {
    display: block;
    float: left;
    width: 68px;
    height: 36px;
    line-height: 36px;
    color: #BF9449;
    text-align: center;
    border: 1px solid #BF9449;
}
.query_date .btn:hover {
    color: #ffffff;
    background: #BF9449;
}

.article_box {
	padding: 0 50px;
	background: #FFFFFF;
}
.article_top{
    padding-top: 30px;
    border-bottom:1px solid #EDEDED;
}
.article_top > h2 {
    font-size:28px;
    color: #333;
    line-height: 36px;
    text-align: center;
}
.article_top > p {
    font-size:16px;
    color: #9EA4B3;
    line-height: 24px;
    padding:15px 0;
    text-align: center;
}
.article_content {
	min-height: 300px;
	padding: 30px 0;
}
.article_content p {
	line-height: 26px;
	color: #172242;
	font-size: 16px;
	margin-bottom: 15px;
}


/* 2021-07-09-new_Add  */
.service_ul li h4{
	font-weight:700;
} 
.pro_table th,
.pro_table td{
	padding-right:10px;
}
.recruit_contact{
	position:relative;
	z-index:1;
	height:95px;
	padding:29px 30px 0 308px;

}
.recruit_contact img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:-1;
}
.pro_table tr:nth-child(2n-1) td {
    background: #fff;
}
.pro_table tr:nth-child(2n) td {
    background: #F9FAFF;
}

.right_cont_wrap .news_ul li a span {
	width: 576px;
}


/*2021-09-08 start*/
.finance_intro .intro_text.text02 {
	padding-top: 20px;
}
.finance_intro .intro_text.text02 p {
	line-height: 28px;
	margin-top: 0;
}

.hot_ques_list dl {
	padding: 20px 0 10px;
}
.hot_ques_list dl dt {
	line-height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #172242;
	padding-left: 24px;
	margin-bottom: 16px;
	background: url(../images/icon_q.png) no-repeat left 2px;
}
.hot_ques_list dl dd {
	line-height: 26px;
	font-size: 16px;
	color: #71788E;
	padding-left: 24px;
	background: url(../images/icon_a.png) no-repeat left 4px;
}
.hot_ques_list dl dd p {
	line-height: 26px;
}

/*2021-09-08 end*/

.home_nav li p.lh22 {
	line-height: 22px;
}
.funds_tit + .child_tit.dp_none {
	display: none;
}
.agency_wrap.dp_none {
	display: none;
}
.child_tab ul.mrl_0 {
	margin-left: 0;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
}
.child_tab ul li:first-child::after {
	display: none;
}

/* 2022-03-26==add===start */
	.team_info_wrap .top_brief {
		padding-bottom: 40px;
	}

	.team_info_wrap .teamGrade_tabBox {
		display: block;
		position: relative;
		text-align: center;
		margin-bottom: 40px;
	}

	.team_info_wrap .teamGrade_tabBox span {
		display: inline-block;
		position: relative;
		padding-bottom: 12px;
	}

	.team_info_wrap .teamGrade_tabBox span:before {
		content: "";
		display: inline-block;
		width: 1px;
		height: 20px;
		background: #E1E6F0;
		margin: 0 15px;
		vertical-align: middle;
	}

	.team_info_wrap .teamGrade_tabBox span:first-child:before {
		display: none;
	}

	.team_info_wrap .teamGrade_tabBox span a {
		display: inline-block;
		font-size: 18px;
		color: #172242;
		text-align: center;
		line-height: 22px;
		vertical-align: middle;
		position: relative;
	}

	.team_info_wrap .teamGrade_tabBox span:hover a,.team_info_wrap .teamGrade_tabBox span.act a {
		color: #BF9449;
		font-weight: bold;
	}

	.team_info_wrap .teamGrade_tabBox span.act a {
		font-weight: bold;
	}

	.team_info_wrap .teamGrade_tabBox span a:after {
		display: block;
		content: "";
		width: 0;
		height: 2px;
		background: #BF9449;
    	position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		bottom: -12px;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
	}

	.team_info_wrap .teamGrade_tabBox span.act a:after,.team_info_wrap .teamGrade_tabBox span:hover a:after {
		width: 100%;
	} 

	.manager_star {
		height: 320px;
		margin-bottom: 20px;
	}

	.manager_star_wrap.bg_wh {
		background: #fff;
		padding-top: 0;
		margin-top: -30px;
	}

	.team_info {
		margin-bottom: 20px;
	}

	.manager_star h4 {
		padding-top: 30px;
	}

	/* 2022-03-26==add===end */

	/* 2022-04-01==add===start */
	.team_info .team_dl {
		overflow: hidden;
		display: table;
		width: 100%;
		position: relative;
	}

	.team_dl dt {
		float: none;
		width: 340px;
		display: table-cell;
		vertical-align: bottom;
		position: relative;
	}
	/* 2022-04-01==add===end */

	/* 2022-04-28==add===start */
	.contact_us_wrap.bg_wh {
		background: #fff;
	}

	.contact_us_wrap .joinUs_box {
		display: block;
		position: relative;
		min-height: 600px;
	}

	.contact_us_wrap .joinUs_box .joinUs_list {
		display: block;
		position: relative;
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard {
		display: block;
		width: 586px;
		height: 181px;
		background: #FFFFFF;
		border: 1px solid #E1E6F0;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-left: 24px;
		margin-bottom: 20px;
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard:nth-child(odd) {
		margin-left: 0;
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard .joinUs_img {
		display: block;
		width: 181px;
		height: 181px;
		float: left;
		margin-top: -1px;
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard .info {
		display: block;
		float: left;
		position: relative;
		margin-left: 34px;
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard .info .tit {
		font-size: 18px;
		font-weight: bold;
		color: #172242;
		line-height: 25px;
		text-align: left;
		margin: 30px 0 0 0; 
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard .info .txt {
		font-size: 16px;
		font-weight: 400;
		color: #172242;
		line-height: 22px;
		text-align: left;
		margin: 12px 0 22px;
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard .info .btn_toJobDel {
		display: block;
		width: 130px;
		height: 40px;
		border-radius: 2px;
		border: 1px solid #BF9449;
		box-sizing: border-box;
		font-size: 14px;
		text-align: center;
		line-height: 38px;
		font-weight: 400;
		color: #C49B49;
		background: #fff;
	}

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard .info .btn_toJobDel:hover {
		color: #fff;
		background: #C49B49;
	}
	/* 2022-04-28==add===start */

	.contact_us_wrap .joinUs_box .joinUs_list .itemCard .info .txt {
		color: #747A8E;
	}
	
.gq_ctbox{
	padding: 40px 0;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0.44px;
}
.gq_ctbox .img{
	margin-top: 30px;
}
.gq_ctbox .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/*-- add 20230322 --*/

.tab_search_box{
	padding-left: 10px;
	padding-right: 10px;
}
.tab_search_box .lt_tab{
	border: 0 none;
}
.tab_search_box .lt_tab span{
	padding: 0;
	width: auto;
	margin-left: 12px;
}
.tab_search_box .lt_tab span:first-child{
	margin-left: 0 !important;
}

.tab_search_box .lt_tab span.active{
	color: #bf9449;
	background: none;
}
.date_search{
	background: #ffffff;
}
.date_search .input input{
	width: 92px;
}
.date_search .line{
	border-bottom: 0 none;
	margin: 0;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #71788E;
	font-size: 12px;
}
.date_search .com_btn{
    margin-left: 0;
    width: 50px;
}
.date_search .input .horn{
	background-image: url(../images/horn_down02_new.png);
}
