
body{
	font-size: 0.8vw;
	font-family: "微软雅黑";
	margin: 0;
	height: 100%;
	overflow-y: auto;
}
[v-cloak]{
	display: none;
}

/* nav {
	width: 100%;
	height: 6rem;
	z-index: 1000;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	left: 0;
}
nav div {
	height: 100%;
	display: flex;
	align-items: center;

}
nav div a {
	color: #000;
	display: block;
	height: 50%;
	line-height: 3rem;
	margin-right: 2rem;
	cursor: pointer;
}
nav img {
	width: 2.5vw;
	height: 2.5vw;
} */
.sp1 {
	color: red;
}
.sp2 {
	border-left: 1px solid #dedede;
	padding-left: 1.5rem;
}
.sp3 {
	margin: 0 10px;
	color: #008ae7;
	cursor: pointer;
}

#footer-text {
	width: 100% !important;
}
.sections {
	padding-top: 6rem;
	color: #fff;
}

.firstPin {
	width: 100%;
	height: 18rem;
	background: url(../images/pic_news.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.firstPin :first-child {
	font-size: 3vw;
	letter-spacing: 10px;
}
.firstPin :nth-child(2) {
	font-size: 1vw;
	letter-spacing: 10px;
}
.secPin {
	width:100%;
	border-bottom: 1px solid #eee;
	height:6vh;
	color: #777;
	font-size: 1vw;
	
}
.secContent {
	width: 68%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.secContent span {
	display: block;
	width: 12%;
	height: 100%;
	line-height: 6vh;
	
	cursor: pointer;
	margin-right: 10px;
	
}
.secContent span:first-child {
	color: #008ae7;
}
.secDiv {
	width: 68%;
	margin: 0 auto;
}
.secNews {
	width: 100%;
	height: 18rem;
	margin: 30px 0;
	display: flex;
	
}
.secNews img {
	width: 20%;
	height: 100%;
}
.textContent {
	height:100% ;
	width: 80%;
	
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.textContent p {
	margin: 0;
	height: 30%;
	width: 100%;
	
	
}
a {
	color: #333;
}
a:hover {
	color: #333;
}
.foot {
	width: 100%;
	height: 200px;
	background: rgb(47, 51, 53);
}
.footDown {
	width: 68%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bgcolors{
	color: #008ae7;
	border-bottom:3px solid #008ae7 ;
}
.bgcolors:hover {
	color: #008ae7;
}
