body {
	min-width: 1200px;
	background-color: #f9f9f9;
}
:root {
	font-size: 16px;
}
:root {
	--swiper-theme-color: #195eed !important;
}
/*编辑器内容*/
.editor {
	line-height: 30px;
}
.editor strong {
	font-weight: bold;
}
.content-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.block-title {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
	letter-spacing:2px
}
.block-title-en {
	font-size: 35px;
}
.block-title-zh {
	font-size: 26px;
	color: #195eed;
	margin-top: 10px;
}

.contentBox{
	width: 1130px;
	margin: auto;
	background: #fff;
	padding: 0 35px;
	margin-bottom: 80px;
}
.topTxt{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	position: relative;
	color: #195eed;
	font-size: 18px;
	padding-top: 20px;
}
.topTxt ul {
	margin-left: 5px;
}
.topTxt ul li{
	color: #636363;
	position: relative;
	font-size: 18px;
	cursor: pointer;
}
.topTxt ul .liActive{
	color: #195eed;
}
.topTxt ul li .bottonBlue{
	display: none;
	position: absolute;
	bottom: 0;
	width: 68px;
	height: 2px;
	background: #195eed;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.topTxt ul .liActive .bottonBlue{
	display: block;
}