* {
	margin: 0;
	padding: 0;
	color: #333;
	list-style: none;
	/* text-decoration: none; */
}

ul {
	display: flex;
	font-size: 14px;
}

li {
	color: #666;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

a {
	color: rgb(43, 173, 103);
}

[v-cloak] {
	display: none;
}

.line {
	margin: 0px 10px;
}

.curpor {
	cursor: pointer;
}

li.curpor:hover {
	font-weight: bold;
	color: #5350a0;
}

.header {
	height: 100px;

}

.header>div {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

.header .title {
	margin-left: 15px;
	font-size: 16px;
}

.app .main {
	width: 1200px;
	margin: 0px auto;
}

.app .header {
	border-bottom: 1px solid #F0F1FF;
}

.nav {
	height: 50px;
	line-height: 50px;
}

.nav .content {
	width: 1200px;
	height: 50px;
	margin: 0px auto;
}

.nav .content li {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.app p {
	margin-bottom: 20px;
	line-height: 32px;
	text-align: justify;
	color: #333;
}

.app .titletext {
	font-size: 20px;
	text-align: center;
	margin: 20px 0px 50px;
	font-weight: bold;
}

.app h2 {
	margin-bottom: 20px;
}

.app h4 {
	margin-bottom: 20px;
}

h4.title {
	margin: 0px 0px 0px 15px;
}

.app strong {
	color: #000;
}

.app .firm {
	text-align: right;
	margin: 50px 0px;
	font-weight: bold;
	color: #000
}

#to_top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #5350a0;
	color: #fff;
	z-index: 999;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	display: none;
}