.logo-txt {
	margin-left: 20px;
	line-height: 20px;
}
.logo-txt span{
	font-size:12px;
	color: #fff;
	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
}

.banner {
	width: 100%;
	height: 400px;
	background-image: url('../images/production/banner.png');
	background-position: center;
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover
}

.believe {
	padding: 100px 0 186px
}

.believe .title {
	font-size: 32px;
	color: #333;
	font-weight: 800
}

.believe .item {
	font-size: 20px;
	text-indent: 40px;
	line-height: 1.8;
	color: #666;
	white-space: normal;
	word-break: break-all
}

.data .table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgba(214, 214, 214, 0.3);
	margin-right: 24px
}

.data .table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.data .table td {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding: 70px 0;
	border: 1px solid rgba(214, 214, 214, 0.3)
}

.data .table td .top {
	font-size: 40px;
	color: #FE9B70;
	font-weight: 800
}

.data .table td .tip {
	margin-top: 40px;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	text-align: center
}

.influence {
	width: 100%;
	height: 984px;
	background-image: url('../images/production/adv_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: -170px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 264px
}

.influence .tw-container {
	height: 450px;
	border: 1px solid rgba(214, 214, 214, 0.3);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px
}

.influence .msg {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	margin-left: 10px
}

.influence .msg .title {
	font-size: 32px;
	font-weight: 800;
	color: #333
}

.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 {
	color: #FE9B70
}

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