
/*了解更多*/
.Access{
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #666;
	background-color: #f9f9f9;
}
.classify{
	display: inline-block;
	margin-right: 60px;
	cursor: pointer;
}
.tabs{
	margin-bottom: 30px;
	margin-top: 150px;
}




/*帮助中心*/

.help_box{
	display: none; /*让手机端的隐藏*/
}

.tabs .center{
	overflow: hidden;
}


.help_center{
	width: 100%;
	height: auto;
	box-sizing:border-box;
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}

.help_title{
	font-size: 24px;
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #e1e1e1;
	text-indent: 30px;
}
.help_content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.help_left{
	width: 360px;
	height: 100%;
	float: left;
	border-right: 1px solid #e1e1e1;
	box-sizing:border-box;
}
.help_list{
	padding-left: 30px;
	box-sizing:border-box;
	height: 50px;
	overflow: hidden;
}
.help_list_bigTitle{
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
}
.help_somalTitlte_list{
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	color: #808080;
	text-indent: 40px;
	cursor: pointer;
}
.pickOn{
	background-color: #f9f9f9;
}

.plus{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/plus.png) no-repeat;
	background-size: cover;
}
.minus{
	background: url(../images/minus.png) no-repeat;

}





.help_right{
	width: 838px;
	height: 100%;
	float: right;
	padding: 60px;
	box-sizing:border-box;
}
.help_content_title{
	font-size: 20px;
	padding-bottom: 40px;
}
.help_content_text{
	font-size: 16px;
	line-height: 25px;
}
.help_list_content{

}












/*新闻中心*/
.news_center{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_list{
	position: relative;
	width: 580px;
	height: 240px;
	padding: 20px;
	margin-bottom: 40px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	/*overflow: hidden;*/
}


.news_top,.news_right,.news_bottom,.news_left{
	position: absolute;
	z-index: 2;
	background-color: rgb(206,0,0);
}
.news_top,.news_bottom{
	width: 0;
	height: 1px;
}
.news_right,.news_left{
	width: 1px;
	height: 0;
}
.news_top{
	top: -1px;
	left: -1px;
}
.news_right{
	top: -1px;
	right: -1px;	
}
.news_bottom{
	bottom: -1px;
	right: -1px; 
}
.news_left{
	bottom: -1px;
	left: -1px;
}


.news_img{
	width: 200px;
	height: 200px;
	float: left;
	background-color: #C03F3E;
	overflow: hidden;
}
.news_img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 2s;
}
.news_list:hover{
	box-shadow: 0 0 10px #b6b6b6;
}
.news_list:hover img{
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
}
.news_content{
	position: relative;
	left: 20px;
	top: 0;
	float: right;
	width: 320px;
	height: 200px;
}
.news_title{
	font-size: 20px;
	padding-right: 20px;
	box-sizing:border-box;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_time{
	color: #808080;
	padding: 15px 0;
}
.news_text,.news_time{
	font-size: 15px;
}
.news_text{
	display: inline-block;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-right: 20px;
	box-sizing:border-box;
}
.news_btn{
	/*display: none;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 35px;
	line-height: 35px;
	background-size: 100% 100%;
}

.news_list_btn{
	width: 100%;
	padding-bottom: 20px;
}
.news_list_btn .btn{
	margin: 0 auto;
}
.newsList_none{
	text-align: center;
	padding-bottom: 30px;
}




/*活动主题*/
.invest_center{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.invest_list{
	width: 580px;
	height: 448px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.invest_img{
	width: 100%;
	height: 300px;
	background-color: #C03F3E;
}
.invest_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.invest_box{
	width: 100%;
	height: 146px;
	padding: 20px;
	box-sizing: border-box;
}
.invest_title{
	font-size: 20px;
}
.invest_time{
	font-size: 12px;
	padding: 17px 0;
	color: #808080;
}
.invest_detail{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.invest_section{
	display: inline-block;
}
.invest_icon{
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #C03F3E;
	margin-right: 5px;
}
.clock{
	background: url(../images/time.png) no-repeat;
	background-size: cover;
}
.eyes{
	background: url(../images/eyes.png) no-repeat;	
	background-size: cover;
}
.invest_text{
	color: #808080;
	font-size: 15px;
}
.invest_left{
	float: left;
}
.invest_right{
	float: right;
}





.invest_center_box{
	width: 100%;
	height: 500px;
	line-height: 500px;
	text-align: center;
	font-size: 40px;
}










/*窗口宽度大于768px小于1200px*/
@media screen and (min-width:768px) and (max-width:1200px){


.banner{
	margin-top: 124px;
}

.Access{
	top: 4rem;
}

.help_height{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}
.help_list {
    padding-left: 20px;
}
.help_right{
	width: 372px;
	padding: 30px;
	height: 100%;
}

.help_content_title{
	font-size: 1.4rem;
	padding-bottom: 1.25rem;
}
.help_content_text{
	font-size: 1rem;
	line-height: 1.7rem;
}



.news_list{
	width: 100%;
	/*height: 180px;*/
}


.news_img{
	width: 200px;
	height: 200px;
}
.news_content{
	width: 492px;
}



.news_btn{
	left: auto;
	right: 20px;
	width: 120px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
}

}







/*******************手机***********************/
@media screen and (max-width:767px){
	
.Access .center{
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: space-around;
	flex-wrap:nowrap;
}
.Access{
	top: 54px;
}
.classify{
	margin-right: 0;
	font-size: 1.125rem;
}
.banner{
	margin-top: 114px;
}


/*手机端的帮助中心*/

.help_box{
	display: block;
	background-color: #f7f7f7;
}

.help_big_title{
	font-size: 25px;
	line-height: 60px;
	text-indent: 15px;
}
.help_title_list{
	border-bottom: 1px solid #e1e1e1;
}
.title_list{
	height: auto;
	overflow: hidden;
	transition:all 0.5s;
}

.somal_title{
	width: 100%;

	border-top: 1px solid #e1e1e1;
	background-color: #fff;
	line-height: 50px;
	font-size: 17px;
	padding: 0 15px;
	box-sizing:border-box;
}
.content_list{
	display: none;
	height: auto;
	padding: 15px 15px 0 15px;
	box-sizing:border-box;
	background-color: #f7f7f7;
	overflow: hidden;
}

.content_somal_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	line-height: 50px;
	text-indent: 15px;
	margin-bottom: 15px;
	background-color: #fff;

}
.help_somal{
	font-size: 17px;
	line-height: 21px;
	padding: 15px;
	text-indent: 0;

}
.help_text{
	display: none;
	font-size: 14px;
	padding: 0 15px 15px 15px;
	line-height: 20px;
	box-sizing: border-box;
	text-indent: 0;
	color: #666;
}











.news_list{
	width: 100%;
	height: auto;
	padding: 0.4rem;
}
.news_img{
	width: 30%;
	height: 100%;
}
.news_content{
	width: 70%;
	height: auto;
	left: 0;
	float: left;
	padding: 0 0 0 0.5rem;
	box-sizing: border-box;
}
.news_title{
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_time{
	padding: 0.2rem 0;
}
.news_text{
	padding: 0;
	height: 43px;
	line-height: 21px;
}
.news_btn{
	display: none;
}









.invest_center_box{
	font-size: 30px;
	height: auto;
	line-height: 100px;
}





}





