/*整个版式的统一设定*/
/*动画*/
@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);
}

/*内容*/
.logo{
    width: 85px;
    position: absolute;
    top: 1.5%;
    right: 55%;
}
#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: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 em{
	font-style: italic;
	font-weight: bold;
}
div.artical-two p{
	font-size: 20px !important;
	line-height: 35px;
	width: 940px;
	margin: 20px auto;
	text-align: left !important;
}
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;
	text-align: left !important;
}
div.artical-six img{
	width:400px;
	max-height:350px;
}
div.artical-six span{
	font-weight: bold;
}
div.artical-two span{
	font-weight: bold;
}
.imgBox{
	width:100%;
	margin:20px 0 50px 0;
	display: flex;
	justify-content:space-around;
}
.insertImg{
	width:400px;
	max-height:350px;
}
.artical-two 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 1px 0 0 #60bac7;
}
/*引导目录*/
#menuBox{
	width:190px;
	height:300px;
	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;
}