/*初始化*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;} 
body{background:rgb(245,245,245);color:#333;font-size:12px; margin:0px;} 
ul{list-style: none;}
a:hover,a:active,a:focus{text-decoration:none;}
#top_title{display:none;}#content{width:100%;margin:0;padding:0;line-height: normal !important;}#top_menu_under{height:10px;}#globalWrapper{padding:0;height:0;}

/*动画*/
@keyframes menuMove{             /* 菜单滑动 */    
	from{
		top:25px;
	}
	to{
		top:10px;
	}
}
#active4{
	background: #11b4d4 !important;
}
#nav-active-human{
	background: #516dfb !important;
	color: #fff;
}
#topN{
	position:relative;
	top:-8px;
}
/*页面导航栏*/
#bodyBox{
	min-width:1200px !important; 
}
#bigBox{
	width:100%;
	position:relative;
	padding-bottom: 100px;
	margin-top: 15px;
}
#logoCenter{
	width: 85px;
	position: absolute;
	top: -6px;
	right: 62%;
}
#totalHead{
	width:94.74%;
	height:60px;
	background: white;
	position:fixed;
	top:0px;
	padding:0 2.63%;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	z-index: 10086;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

/*内容*/

#contentBigBox{
	margin:50px 0 0 250px;
	position:relative;
	width:70%;
	/*box-shadow: 0 8px 16px rgba(0,0,0,0.15);
	border-radius: 20px;
	background-color: rgb(235,235,235);*/
}
.newBox{
	width:100%;
	position: relative;
	padding:40px 40px;
	margin:70px 0;
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
	border-radius: 30px;
	background-color: rgb(235,235,235);
}
.contentTitle{
	color:rgb(142,90,242);
	text-align: center;
	font-weight: bold !important;
	font-size:30px !important;
	margin:0px 0 20px 0;
}
.articltitle{
	color:#C04299;
	font-size: 25px !important;
	font-weight: bold !important;

}
.artical{
	font-size: 20px !important;
	line-height: 35px;
}
.imgWordBox2{
	position: relative;
	width:100%;
	display: inline-block;
	margin-top: 20px;
}
.imgWordBox2 div{
	display: inline-block;
	width:100%;
}
.imgWordBox2 img{
	display: inline-block;
	float:right;
	width:45%;
	height:295.417px;
	margin-left: 5%;
	margin-bottom: 18px;
}
#menuBox{
	width:210px;
	height:260px;
	position:fixed;
	left:0;
	top:150px;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.15); 
	border-radius: 15px;
	background-color: rgb(235,235,235);
	z-index:10086;
}
.menuUl{
	padding:10px 7px !important;
	margin:0 !important;
}
.menuLi{
	padding:5px 2px;
	margin:10px 0;
	color:#EE587B;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
.imgBox{
	width:100%;
	margin:20px 0 50px 0;
	display: flex;
	justify-content:space-around;
}
.insertImg{
	width:285px;
	height:214.1px;
}
#singleImg1{
	width:43%;
	height:24.188%;
	max-height: 260px;
	margin-bottom: 20px;
}
#singleImg2{
	width:550px;
	height:412.5px;
}
#singleImg3{
	width:550px;
	height:412.5px;
}
#topButton{
	display: none;
	position: fixed;
	text-align: center;
	color:#EE587B;
	z-index: 2;
	opacity: 1;
	width: 11vh;
	height: 11vh;
	bottom: 300px;
	right: 1.5%;
	background-color: white;
	border: none;
	border-radius: 50%;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	cursor: pointer;
}
#fot{
	top:0;
}