﻿@charset "utf-8";
body {
    overflow-x:hidden;
    -webkit-text-size-adjust:none;
}

/*html4 reset*/
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 {
	margin:0;
	padding:0; 
}
fieldset, img {
	border:0 none;
}
address, caption, cite, code, dfn, em, th, var, b,h1,h2,h3 {
	font-style:normal;
	font-weight:normal;
}
ol, ul, li {
	list-style-type:none
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input,textarea {
	/* -webkit-appearance: none; */
	-webkit-user-select:text;
	-moz-user-select:-moz-text;
	-moz-user-select:text;
}

/*html5 reset*/
header, footer, section, nav, menu, details, hgroup, figure, figcaption, article, aside {
	margin:0;
	padding:0;
	display:block;
}
::-moz-placeholder,
::-webkit-input-placeholder {
    color:#9FAECC;
	font-size:14px;
}

a {
	color: #555555;
	text-decoration:none;
}
.clear {clear:both;font-size:0;height:0;line-height:0;overflow:hidden;}
.clearfix:after {clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden;}
.clearfix{zoom:1;}

/* Body, links, basics */	 
body {
	font-size: 14px;
	line-height:28px;
	font-family:Microsoft Yahei,Verdana;
	text-rendering: optimizeLegibility;
	color: #666666;
	background:#f1f4f7;
}	 
.wrapfix {
	width:1200px;
	margin:0 auto;
}
.ared { color:#DD2C2C; }
.agreen { color:#68CA58; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
h5{ font-size: 14px; }
h4{ font-size: 16px; }
h3{ font-size: 18px; }
h2{ font-size: 20px; }
h1{ font-size: 24px; }
.text-center{ text-align: center; }

/* 20160114 日信资本index start */
/* 头部 CSS */
.top {
	background: #505159;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.top_cen {
	text-align: right;
}
.top_cen a,
.top_cen span {
	font-size: 12px;
	color: #ffffff;
}
.top_cen .phone {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/zgs/icon_phone.png) no-repeat left;
	margin-left: 20px;
	padding-left: 20px;
}
.header_inner {
	background: #FFFFFF;
	position: relative;
	z-index: 99;
}
.inner_cen {
	height: 70px;
	line-height: 70px;
}
.logo_box {
	float: left;
	height: 70px;
	line-height: 70px;
}
.nav_box {
	float: right;
	overflow: hidden;
	margin-top: 15px;
	height: 37px;
	background: url(../images/zgs/nav_backg.png) no-repeat left center;
	padding-left:20px;
}
.nav_box ul {
	background: url(../images/zgs/nav_backg2.png) no-repeat right center;
	min-width: 500px;
	height: 37px;
	padding-right:20px;
}
.nav li {
/*	width: 100px; */
	width: 85px;
	float: left;
/*	position: relative;	*/
}
.nav li a {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: block;
}
.nav li a.act,
.nav li a:hover {
	background: #b20212 url(../images/zgs/icon_trigon.png) center bottom no-repeat;
}
/*banner*/
.banner_box {
	top: 100px;
    left: 0;
    right: 0;
    bottom: 135px;
 //   position: fixed;
    background-size: cover;
/*	background: url(../images/zgs/index_banner.jpg) no-repeat center; */
	z-index: 10;
}
.small {
	position:absolute;
	bottom:0;
	text-align:center;
	z-index:3;
	font-size: 0;
	line-height: 4px;
	width: 100%;
}
.small em {
	display: inline-block;
	*display: inline;
	_display:inline;
	zoom: 1;
	width:70px;
	margin:0 5px;
	height:4px;
	background:#fff;
	overflow:hidden;
	text-indent:-9999em;
	cursor:pointer;
}
.small .current {
	background:#b10010;
}
.icon_left,
.icon_left:hover {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	left: 50px;
}
.icon_left {
	background: url(../images/zgs/icon_left.png) no-repeat center;
}
.icon_left:hover {
	background: url(../images/zgs/icon_left2.png) no-repeat center;
}
.icon_right,
.icon_right:hover  {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	right: 50px;
}
.icon_right {
	background: url(../images/zgs/icon_right.png) no-repeat center;
}
.icon_right:hover {
	background: url(../images/zgs/icon_right2.png) no-repeat center;
}
/*页脚*/
.footer_cen ul li {
	float: left;
    width: 33%;
    height: 62px;
    padding: 20px 0;
}
.footer_cen ul .li_conetr {
	text-align: center;
}
.footer_cen ul .li_right {
	text-align: right;
}
.footer_cen ul li .li_text {
	display: inline-block;
	*display: inline;
	_display:inline;
	zoom: 1;
}
.footer_cen ul li p {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	margin-left: 72px;
	margin-top:10px;
}
.footer_cen ul li span {
	font-size: 12px;
	color: #B0B0B0;
	display: block;
	line-height: 15px;
	margin-left: 72px;
}
.footer_cen ul .li_left em,
.footer_cen ul .li_conetr em,
.footer_cen ul .li_right em {
	float: left;
	width: 62px;
	height: 62px;
	margin-right: 10px;
}
.footer_cen ul .li_left em {
	background: url(../images/zgs/icon_01.png) no-repeat center;
}
.footer_cen ul .li_conetr em {
	background: url(../images/zgs/icon_02.png) no-repeat center;
}
.footer_cen ul .li_right em {
	background: url(../images/zgs/icon_03.png) no-repeat center;
}
.footer_box {
	background: #292c2f;
//	position: absolute;
	z-index: 99;
	width: 100%;
	bottom: 0;
}
.footer_content {
	background: #FFFFFF;
}
.footer_box p {
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
}
.footer_box p span {
	float: right;
	font-size: 12px;
	color: #fff;
}
/* 20160114 日信资本index End */

/* 20160114 内控制度 start */
/*center*/
.banner {
	width: 100%;
	height: 200px;
	background: url(../images/grtz/banner.png) no-repeat center;
}
.banner_title {
	background: #FFFFFF;
	padding: 10px 0;
}
.title_text {
	width: 1200px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
}
.title_text h3 {
	font-size: 18px;
	color: #363636;
	border-left: 6px solid #b10010;
	padding-left: 10px;
}
.title_text span {
	float: right;
	font-size: 14px;
	color: #989898;
	margin-right: 5px;
}
.title_text span em {
	display: inline-block;
	_display:inline;
	*display:inline;
	zoom:1;
	width: 22px;
	height: 20px;
	background: url(../images/zgs/icon_04.png) no-repeat left center;
	margin-right: 5px;
	vertical-align: middle;
}
.title_text span i {
	font-size: 14px;
	color: #363636;
	font-style: normal;
}
.content {
	padding: 30px 0;
}
.content_cen {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding-left: 100px;
	padding-right: 100px;
}
.content2_cen {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.system_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.system_box h1.title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.system_box h3.title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 60px;
}
.system_box p {
	font-size: 14px;
	color: #333333;
	padding-left: 70px;
	text-indent: -68px;
}
.system_box p span {
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
}
.system_box p .spa_6 {
	margin-right: 6px;
}
.system_box p .span_text {
	display: block;
	padding-left: 65px;
}
.footer1_box {
	background: #292c2f
}
.footer1_content {
	background: #FFFFFF;
}
.footer1_box p {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	//padding: 0 100px;
}
.footer1_box p span {
	float: right;
	font-size: 16px;
	color: #fff;
}
/* 20160114 内控制度 End */

/* 20160115 基金产品 start */
/*center*/
.produce_box {
	border: 1px solid #EFEFEF;
}
.produce_text dl dt {
	line-height: 80px;
	border-bottom: 1px dashed #E4E4E4;
}
.produce_text dl dt a {
	font-size: 16px;
	color: #666666;
}
.produce_text dl dt .act2,
.produce_text dl dt a:hover {
	color: #980519;
}
.produce_text dl dt em {
	display: inline-block;
	_display:inline; 
	*display:inline; 
	zoom:1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #b10010;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 40px;
}
.page_box {
	padding: 60px 0 50px;
	text-align: right;
	overflow: hidden;
}
.page_box span {
	display: inline-block;
	_display:inline;
	*display: inline;
	zoom: 1;
}
.page_box span a {
	display: inline-block;
	_display:inline; 
	*display:inline; 
	zoom:1;
	background: #eeeeee;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #4d4d4d;
	text-align: center;
	padding: 0 10px;
}
.page_box span a.act1,
.page_box span a:hover {
	color: #FFFFFF;
	background: #b10010;
}
/* 20160115 基金产品 End */

/* 20160115 基金产品_details start */
/*center*/
.produce_text dl .bt_line {
	border-bottom: none;
}
.produce_text dl .backg {
	margin: 0 -100px;
	padding: 0 100px;
	background: #f1f4f7;
}
.details_box {
	padding: 10px 0;
}
.details_box ul li {
	border-bottom: none;
	line-height: 35px;
	padding-left: 30px;
}
.details_box ul li a {
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
.details_box ul li em {
	display: inline-block;
	_display:inline; 
	*display:inline; 
	zoom:1;
	width: 19px;
	height: 17px;
	background: url(../images/zgs/iocn_05.png) no-repeat left center;
	vertical-align: middle;
	margin-right: 25px;
}
.details_box ul li a:hover {
	color: #980519;
	text-decoration: none;
}
/* 20160115 基金产品_details End */

/* 20160115 投资业绩 start */
/*center*/
.invest_text ul li {
	overflow: hidden;
	padding-top: 10px;
}
.invest_text ul li .date_box {
	float: left;
	width: 104px;
	background: url(../images/zgs/icon_invest.png) no-repeat left center;
	height: 116px;
}
.invest_text ul li .date_box span {
	display: block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 38px;
	line-height: 20px;
	margin-left: 42px;
	text-align: center;
}
.invest_text ul li .date_box i {
	display: block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 20px;
	font-family:"Microsoft Yahei";
}
.invest_text ul li p {
	margin-left: 124px;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-top: 40px;
}
/* 20160115 投资业绩 End */

/* 20160115 人才招聘 start */
/*center*/
.recruit1_box {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #E4E4E4;
}
.recruit1_box .img_box {
	float: left;
	margin-right: 27px;
}
.recruit1_box p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.recruit1_box p span {
	font-size: 14px;
	color: #b10010;
}
.recruit2_box {
	overflow: hidden;
}
.recruit2_box ul li {
	float: left;
	width: 33%;
	text-align: center;
	padding-top: 30px;
}
.recruit2_box ul li .recruit2_cen {
	width: 240px;
	padding: 10px 0;
	border: 4px solid #E4E4E4;
	margin: 0 auto;
}
.recruit2_box ul li .recruit2_cen h5 {
	font-size: 16px;
	color: #333333;
}
.recruit2_box ul li .recruit2_cen p {
	font-size: 16px;
	color: #b10010;
	line-height: 36px;
}
.recruit2_box ul li .recruit2_cen span {
	font-size: 14px;
	color: #999999;
}
/* 20160115 人才招聘 End */

/* 20160115 联系我们 start */
/*center*/
.contact_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact_text ul li {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px dashed #E4E4E4;
	padding-left: 70px;
}
.contact_text ul li.icon_code {
	background: url(../images/zgs/icon_code.png) no-repeat left center;
}
.contact_text ul li.icon_contact {
	background: url(../images/zgs/icon_contact.png) no-repeat left center;
}
.contact_text ul li.icon_fax {
	background: url(../images/zgs/icon_fax.png) no-repeat left center;
}
.contact_text ul li.icon_address {
	background: url(../images/zgs/icon_address.png) no-repeat left center;
	border-bottom: none;
}
/* 20160115 联系我们 End */

/* 20160115 日信资本_公司简介 start */
/*center*/
.synopsis_box {
	overflow: hidden;
}
.synopsis_left {
	float: left;
	width: 198px;
}
.synopsis_left ul li {
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}
.synopsis_left ul .li_synopsis {
	border-top: 1px solid #E2E2E2;
}
.synopsis_left ul li a {
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #666666;
	display: block;
	vertical-align: top;
}
.synopsis_left ul li.act3 {
	background: #cf0008;
}
.synopsis_left ul li.act3 a {
	color: #FFFFFF;
}
.synopsis_left ul li.act3 a em {
	background: url(../images/zgs/icon_synopsis2.png) no-repeat center;
}
.synopsis_left ul li a:hover {
	color: #FFFFFF; 
	background: #cf0008;
}
.synopsis_left ul li a:hover em {
     background: url(../images/zgs/icon_synopsis1.png) no-repeat center;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
     transform:rotate(45deg);
     -ms-transform:rotate(45deg);     
     -webkit-transform:rotate(45deg);
     behavior: url(css/PIE.htc);
     position: relative;
}
.synopsis_left ul li a em {
	width: 48px;
	height: 48px;
	background: url(../images/zgs/icon_synopsis.png) no-repeat  center;
	margin-left: 15px;
	display: inline-block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	vertical-align: top;
}
.shadow_box {
	float: left;
	width: 27px;
	height: 276px;
	display: inline-block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	vertical-align: middle;
	background: url(../images/zgs/icon_06.png) no-repeat left center;
}
.synopsis_center {
	width: 971px;
	float: left;
	border: 1px solid #E2E2E2;
	margin-top: 30px;
}
/*.synopsis_head {
	height: 50px;
	background: url(../images/zgs/backg.jpg) repeat-x left top;
	position: relative;
}
.synopsis_head em {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 5px;
	margin-right: 50px;
	width: 43px;
	height: 36px;
	background: url(../images/zgs/backg_img.png) no-repeat center;
}  */

.synopsis_head {
	background: #FFF;
	padding: 0 30px;
}

.synopsis_head h3.title {
	font-size: 18px;
	color: #363636;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
}

.synopsis_head h3.title span {
	font-family: "Arial";
	font-size: 18px;
	color: #363636;
	line-height: 20px;
}

.synopsis_head h3.title em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	height: 20px;
	border-left: 1px solid #868686;
	vertical-align: top;
	margin: 0 10px;
}

.synopsis_center .center_cen {
	padding: 30px;
	background: #FFFFFF;
}
/*.synopsis_head .title {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
} */
.synopsis_cen ul li {
	margin-bottom: 20px;
}
.synopsis_cen ul li em{
	display: block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	float: left;
	width: 100px;
	font-size: 14px;
	color: #666666;
}
.synopsis_cen ul li.ts em{
	width: 170px;
}
.synopsis_cen ul li.ts span{
	margin-left: 170px;
}
.synopsis_cen ul li span {
	display: block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	font-size: 14px;
	color: #333333;
	margin-left: 100px;
}
.synopsis_cen ul li.ts {
	margin-bottom: 0px;
}
/* 20160118 日信资本_公司简介 End */

/* 20160118 日信资本_公司高管 start */
/*center*/
.ul_intendant li {
	float: left;
	width: 100%;
}
.ul_intendant li.line_left em {
	height: 50px;
	border-left: 2px dashed #3299DF;
	display: block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	margin-left: 60px;
}
.ul_intendant li .intendant_box .img2_box {
	float: left;
	width: 118px;
	height: 118px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	behavior: url(css/PIE.htc);
	border: 2px;
	/* solid #eef1f5; */
	margin-right: 30px;
}

.ul_intendant li .intendant_box .img2_box  img {	
	width: 118px;
	height: 118px;
}

.ul_intendant li .intendant_box .text_right {
	/*padding: 11px 0;*/
	margin-left: 148px;
}
.ul_intendant li .intendant_box .text_right h4.title {
	font-size: 20px;
	color: #cf0008;
}
.ul_intendant li .intendant_box .text_right span {
	font-size: 18px;
	color: #333333;
}
.ul_intendant li .intendant_box .text_right p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
/* 20160118 日信资本_公司高管 End */

/* 20160118 日信资本_组织架构 start */
/*center*/
.structure_cen {
	padding-left: 130px !important;
	padding-right: 130px !important;
}
.structure_box {
	/*height: 315px;*/
	text-align: center;
	background: url(../images/zgs/img_back1.png) no-repeat center;
}
.ul_structure ul li {
	line-height: 55px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	border-top: 1px dashed #E4E4E4;
}
/* 20160118 日信资本_公司高管 End */

/* 20160118 日信资本_公司资质 start */
/*center*/
.aptitude_box .aptitude_head {
	border-bottom: 1px solid #E2E2E2;
}
.aptitude_box .aptitude_head .title {
	float: left;
	font-size: 18px;
	color: #333333;
	margin-top: 1px;
    background: #fff;
}
.aptitude_box .aptitude_head .title span {
	font-size: 18px;
	color: #cf0008;
}
.aptitude_box .aptitude_head .member,
.aptitude_box .aptitude_head .member2 { 
	display: inline-block;
	_display:inline; 
	*display:inline; 
	zoom: 1;
	font-size: 14px;
	color: #999999;
	padding-left: 15px;
	width: 770px;
}
.aptitude_box .aptitude_head .member2 { 
	width: 752px !important;
}
.aptitude_box .ul_info {
	width: 310px;
	float: left;
	padding: 20px 0;
	margin-left: 50px;
}
.aptitude_box .li_info {
	padding: 20px 110px !important;
}
.aptitude_box .ul_info .img3_box {
	//width: 108px;
	//height: 127px;
	margin: 0 auto;
}
.aptitude_box .ul_info p {
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
}
/* 20160118 日信资本_公司资质 End */

/* 20160118 日信资本_投资理念 start */
/*center*/
.philosophy_cen {
	height: 490px;
	background: #FFFFFF url(../images/zgs/backg.png) no-repeat center !important;
}
.philosophy_cen .p_text {
	font-size: 18px;
	color: #333333;
	width: 520px;
	margin-top: 80px;
	margin-left: 100px;
}
.philosophy_cen .p_text2 {
	font-size: 18px;
	color: #333333;
	width: 620px;
	margin-top: 200px;
	margin-left: 270px;
}

/* 20160118 日信资本_投资理念 End */

/* 20160823 合作伙伴 start */

.cooperate_box {
	margin: 0 auto;
	width: 1050px;
	padding: 50px 0 30px;
}

.cooperate_ul li {
	float: left;
	width: 175px;
	margin-right: 30px;
	padding-bottom: 30px;
}

.cooperate_ul li em {
	display: block;
	_display: inline;
	*display: inline;
	width: 175px;
	height: 66px;
}

.cooperate_ul li em img {
	width: 175px;
	height: 66px;
}

.cooperate_ul li p {
	padding-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

/* 20160823 合作伙伴 end */