/*动画*/
@keyframes menuMove{             /* 菜单滑动 */    
	from{
		top:25px;
	}
	to{
		top:10px;
	}
}

/*页面导航栏*/
#bigBox{
	width:100%;
	position:relative;
	padding-bottom: 100px;
    top:10px;
}
#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);
}

/*内容*/
.oneImg p em{
	font-style:italic;
	font-weight:bold;
}
#contentBigBox{
	margin:50px 0 0 250px;
	padding:40px 40px;
	position:relative;
	width:70%;
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
	border-radius: 20px;
	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;
}
div.artical-six{
	width:100%;
	margin:20px 0 50px 0;
	display: flex;
	justify-content:space-around;
}
div.artical-six>p{
	font-size: 20px !important;
	line-height: 35px;
	width: 400px;
}
div.artical-six>div>p{
	font-weight: 900;
	text-align: center!important;
	width: 400px;
}
div.artical-six img{
	width: 400px;
	max-height:400px;
}
.oneImg{
	width: 60%;
	margin: 20px auto;
}
.oneImg p,.twoImg p{
	font-weight: 900;
	/* width: 51%; */
}
.twoImg{
	width: 85%;
	margin: 20px auto;
}
.bigImg{
	width:600px;
	height:600px;
}
.insertImg{
	margin: 0 20px 20px 20px;
	width:400px;
	height: 400px;
}
.transform{
	/* transform: rotate(-90deg); */
	-ms-transform: rotate(-90deg); /* IE 9 */
	/* -webkit-transform: rotate(-90deg); */ /* Safari and Chrome */
}
.artical-six em{
	font-style: italic;
	font-weight: bold;
}
.logo{
    width: 85px;
    position: absolute;
    top: .75%;
    right: 55%;
}


/*引导目录*/
#menuBox{
	width:190px;
	position:fixed;
	left:0;
	top:190px;
	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:30px 20px !important;
	margin:0 !important;
}
.menuLi{
	padding:10px 2px;
	margin:20px 0;
	color:#EE587B;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}

#topButton{
	display: none;
	position: fixed;
	text-align: center;
	color:#EE587B;
	z-index: 2;
	opacity: 1;
	width: 11vh;
	height: 11vh;
	bottom: 300px;
	right: 62px;
	background-color: white;
	border: none;
	border-radius: 50%;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	cursor: pointer;
}
/*页面定位单独设置*/
footer{
	top:111px!important;
}