.logo {
    width: 85px;
    position: absolute;
    top: 111px;
    left:36%;
}
* {
	margin: 0;
	padding: 0;
	/*background-color: ;*/

}
.title9{
        color: #337ab7 !important;
    }
/*整个版式的统一设定*/
/*动画*/
@keyframes menuMove{             /* 菜单滑动 */    
	from{
		top:25px;
	}
	to{
		top:10px;
	}
}
/*导航栏加上active状态*/
#nav-active-parts{
  background: #20B2AA !important;
  color: #fff;
}
body{
	background-color: black !important;

}
body, html {
  font-family: 'Raleway', sans-serif;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

  /*font-size: 1px;*/
}
a{
	color: #333;
}
.active7{
  background: #8c5af2 !important;
}
.lista a:visited{
	color: #555 !important;
}
h2{
	margin: 0 !important;
}
#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);
}
.title0{
	text-align: center;
	color: white;
	font-size: 32px;
	margin-bottom: 20px;
	text-decoration: underline red;
}
.lista{
	width: 190px;
	position: fixed;
	left: 0;
	top: 15%;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
	border-radius: 15px;
	background-color: rgb(235,235,235);
	z-index: 1;
}
.menu0{
	padding: 30px 20px !important;
	margin: 0 !important;
}
.menuli{
	padding: 10px 2px;
	margin: 0 0;
	color: #EE587B;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
#bigBox{
	width:100%;
	position:relative;
	padding-bottom: 100px;
        top:10px;
overflow: hidden;
}
/*内容*/

#contentBigBox{
	margin:50px 0 0 230px;
	padding:40px 40px;
	position:relative;
	width:60%;
	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;
	position: relative;

}
.artical{
	font-size: 20px !important;
	line-height: 35px;
}
.artileBox{
	position: relative;
}
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;
}

.namel li{
	color: white;
	list-style: disc;
	font-size: 15px;
}
.namel{
	margin: 20px;
	/*float: right;*/
}
.nameli1{
	position: absolute;
	left: 100%;
	top: 527px;
	width: 30%;
}
.nameli2{
	position: absolute;
	left: 100%;
	top: 865px;
	width: 30%;
}
.nameli3{
	position: absolute;
	left: 100%;
	top: 1199px;
	width: 30%;
}
.nameli4{
	position: absolute;
	left: 100%;
	top: 1332px;
	width: 30%;
}
.nameli5{
	position: absolute;
	left: 100%;
	top: 1521px;
	width: 30%;
}
.nameli6{
	position: absolute;
	left: 100%;
	top: 1913px;
	width: 30%;
}
.nameli7{
	position: absolute;
	left: 100%;
	top: 2197px;
	width: 30%;
}
.cloud{
	width: 1000px;
}
#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;
}
.que1{
	background-color: #ffeb3b !important;
	color: white !important;
}
.que2{
	background-color: #bbe006 !important;
	color: white !important;
}
.que3{
	background-color: #11b4d4 !important;
	color: white;
}
.que4{
	background-color: #308ce8 !important;
	color: white;
}
.que5{
	background-color: #516dfb !important;
	color: white;
}
.que6{
	background-color: #8c5af2 !important;
	color: white;
}
.que7{
	background-color: #cd2bee !important;
	color: white;
}
.que8{
	background-color: #e619a1 !important;
	color: white;
}
.que9{
	background-color: #E91E63 !important;
	color: white;
}
footer{
	position: relative;
	z-index: 2;
}