.content_conatiner{
	width:100%;
	padding-top:50px;
	background-color:#eeeeee;
}
.ecc{
	width:100%;
	background-color:#eeeeee;
}
.content_conatiner *{
	font-size:14px;
}
.main{
	background: white;
	padding:20px;
	border-top: 1px solid #eeeeee;
	box-sizing:border-box;
}
.section{
	max-width:1200px;
	margin:0px auto;
	text-align:center;
	margin-bottom:20px;
}
.section_title{
	color:#383838;
	font-size:30px;
	margin-bottom:20px;
    font-weight: 500;
    line-height: 1.1;
    text-align:center;
}
.screen{
    width:1200px;
    margin: 0px auto;
}
.section_passage{
	font-family:"微软雅黑";
	color:#313131;
	font-size: 16px;
    line-height:30px;
    margin-top:20px;
	max-width:1200px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	text-indent: 2em;
}
.section_image{
	margin-top:40px;
	width:100%;
}
.position{
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #dcdcdc;
}
.pc_tip{
	font-size: 14px;
	color:black;
}
.click{
	color:#00bcd4;
}
.div{
	width:100%;
	margin:10px 0px;
	height:200px;
}
.divm{
	height:450px;
}
.passagefoot{
	width:100%;
	text-align:right;
	margin:20px 0px;
	font-size:12px;
	color:#777777;
	
}