/*index-header部分start*/
.header{
    width: 100%;
    min-width: 1280px;
    background: url("../images/investor-bg1.png") no-repeat ;
     background-size: 100% 100%;
}
/*index-header部分end*/
.product-main{
	width: 90%;
    padding: 2% 5%;
	background: #EAE9E7;
}
.product-main {
	background: #fff;
	display:flow-root;
}
.menu-left{
	width: 17%;
	padding:3% 3% 0 4%;
}
.menu-left div a,.menu-left div i{
	color:#333;
	font: 400 0.24rem "microsoft yahei";
}
.menu-left>div{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font: 600 0.24rem "microsoft yahei";
	
	padding:10% 2%;
	border-bottom: 1px solid #333;
}
.menu-cen{
	margin-top: 5%;
}
.menu-right{
	width: 67%;
	padding: 3% 3%;
}
.menu-right-bigtit {
    font: 400 0.7rem/0.9rem "SimSun";
	color: #333;
	margin: 2% 0;
}
.menu-right-text{
	text-indent: 2em;
	font: 300 0.28rem/0.7rem "microsoft yahei";
	color:#333;
}