/*整个版式的统一设定*/
/*动画*/
@keyframes menuMove{           
	from{
		top:25px;
	}
	to{
		top:10px;
	}
}
#nav-active-parts{
	background: #20B2AA !important;
	color: #fff;
}
/*页面导航栏*/
#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);
}

/*内容*/
.logo{
    width: 85px;
    position: absolute;
    top: 1.5%;
    right: 59%;
}
#contentBigBox{
	margin: 60px 18% auto;
	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:10px 0 30px 0!important;
}
.articltitle{
	color:#C04299;
	font-size: 25px !important;
	font-weight: bold !important;

}
.artical,.artical p{
	font-size: 20px !important;
	line-height: 35px;
}
div.articleBox h4{
	color:#0366d6;
	font-size: 21px !important;
	font-weight: bold !important;
	margin-left: 25px;
}
div.artical-two{
	margin: 20px 0 40px 0;
}
div.artical-two p{
	font-size: 20px !important;
	line-height: 35px;
	width: 90%;
	margin: 20px auto;
	text-align: left !important;
}
div.artical-two strong{
	font-weight: bold;
}
div.artical-two em{
	font-style: italic;
}

.insertImg{
	width:400px;
	height: 350px;
	margin: 0 30%;
}
#insertP{
	font-size:15px!important;
	font-weight: bold;
	width: 400px!important;
	margin:10px auto;
}
#insertPB{
	font-size:15px!important;
	font-weight: bold;
	width: 457px!important;
	margin:10px auto;
}
.articleBox a{
	color: #60bac7 !important;
	text-decoration: underline  !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}
.articleBox a:hover, .articleBox a:active, .articleBox a:focus {

    box-shadow: 0 2px 0 0 #60bac7;
}
/*引导目录*/
#menuBox{
	width: 256px;
	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 10px !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;
}