.logo-txt {
	margin-left: 20px;
	line-height: 20px;
}
.logo-txt span{
	font-size:12px;
	color: #333333;
	letter-spacing:8px;
}
.nav .link {
	position: relative;
	font-size: 20px;
	white-space: nowrap
}

.nav .link::after {
	content: '';
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	background-color: #FE9B70;
	border-radius: 2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.nav .link.active::after {
	width: 40px
}

.nav .link:hover::after {
	width: 40px
}

.footer {
	height: 380px;
	background-image: url('../images/common/foot_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover
}

.footer .footer-container {
	padding-top: 60px
}

.footer .logo-container {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer .logo-img {
	width: 29px;
	height: 28px
}

.footer .link {
	font-size: 24px
}

.footer .link:hover {
	color: #FE9B70
}

.footer .link.active {
	color: #FE9B70
}

.footer .bot-link:hover,
.footer .bot-link.active {
	color: #FE9B70
}

.footer .line {
	width: 2px;
	height: 26px;
	background-color: #fff;
	margin: 0 16px
}

.main {
	margin: 0 auto;
	padding: 80px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.main .title {
	font-weight: 800;
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 30px
}

.main .con {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-family: 'Roboto'
}

.fw800 {
	font-weight: 800
}

.fz24 {
	font-size: 24px
}

.main .con p,
.main .con span {
	width: 100%;
	word-break: normal;
	line-height: 2;
	font-size: 16px
}

.main .con span {
	text-indent: 32px
}

.main .con strong {
	margin: 10px 0
}