.about-idea {
	overflow: hidden;
}

.about-idea-t {
	position: relative;
	height: 694px;
}

.about-idea-t img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
}

.about-idea-b {
	display: table;
	position: relative;
	width: 100%;
	background: #8d8d8d;
}

.about-idea-b-in {
	float: right;
	position: relative;
	margin-top: -281px;
	width: 1524px;
}

.letmove .about-idea-b-in {
	transform: translateX(60px);
	transition: transform 1.3s .0s, opacity 1.3s .0s;
	opacity: 0;
}

.move .about-idea-b-in {
	transform: translateX(0);
	opacity: 1;
}

.idea-title {
	position: absolute;
	left: 95px;
	top: -162px;
	color: #fff;
}

.idea-title h2,
.idea-title h4 {
	margin: 0;
}

.idea-title h2 {
	margin-bottom: 12px;
	font-size: 75px;
	font-family: gothicb;
}

.idea-title h4 {
	font-size: 28px;
}

.idea-one {
	font-size: 0;
	background: #1d1f24;
}

.idea-one-desc,
.idea-one-img {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.idea-one-img {
	overflow: hidden;
}

.idea-one-img img {
	width: 100%;
	height: 100%;
	transition: .6s .05s;
}

.idea-one-desc {
	padding: 60px 125px 0 100px;
}

.idea-one-desc h3 {
	margin: 0;
	margin-bottom: 22px;
	font-size: 22px;
	color: #fff;
}

.idea-one-desc p.desc {
	position: relative;
	margin-bottom: 0;
	/* height: 84px; */
	line-height: 28px;
	font-size: 12px;
	color: #898989;
}

.idea-one-desc p.desc::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 28px;
	height: 3px;
	background: #cb001a;
}

.idea-one:nth-of-type(3) .idea-one-desc {
	float: left;
}

.idea-one-img:hover img {
	transform: scale(1.1);
}

.about-team {
	width: 100%;
	height: 600px;
	background: url(../image/h1.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: table;
}

.about-team .about3-txt {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.about-team .about3-txt .about3-info {
	padding: 0 15px;
}

.about-team .about3-txt h3 {
	font-size: 48px;
	line-height: 58px;
	color: #fff;
	margin-bottom: 20px;
}

.about-team .about3-txt p {
	font-size: 18px;
	line-height: 30px;
	color: #cb001a;
}

.about-partner {
	background-color: #cb001a;
}

.about-partner-left {
	font-size: 36px;
	color: #020202;
	padding-right: 80px;
	text-align: right;
}



.about-partner-right-j {
	margin-bottom: 45px;
	overflow: hidden;
	height: 240px;
	text-align: right;
}

.about-partner-right-j dt {
	font-size: 18px;
	line-height: 30px;
	color: white;
	margin-bottom: 30px;
}

.about-partner-right-j dd {
	font-size: 14px;
	color: #020202;
	line-height: 30px;
}

@media (max-width: 768px) {
	.about-partner-left {
		width: 100%;
		display: block;
		text-align: center;
		line-height: 40px;
		padding: 0;
		margin-bottom: 20px;
	}

	.about-partner-right {
		width: 100%;
	}

	.about-partner-right>.row>div {
		width: 50%;
	}

	.about-partner-right-j {
		text-align: center;
	}

	.about-idea-t {
		height: 200px;
	}

	.about-idea-t img {
		min-width: 100%;
		height: 200px;
	}

	.about-idea-b-in {
		margin-top: 0;
		width: 100%;
	}

	.idea-title {
		left: 15px;
		top: -110px;
	}

	.idea-title h2 {
		margin-bottom: 12px;
		font-size: 30px;
	}

	.idea-title h4 {
		font-size: 20px;
	}

	.idea-one-desc,
	.idea-one-img {
		display: block;
		width: 100%;
	}

	.idea-one-desc {
		padding: 60px 15px 80px;
	}

	.idea-one-desc h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}