.content {
	margin: 45px 0px;
}

.content .title {
	padding: 46px 0px;
	margin: 0px auto;
	background-image: none;
}

.content .text {
	padding-bottom: 0px;
}

.content .about {
	
}

.about .text {
	margin: 0px 205px;
}

.about .text p {
	line-height: 50px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	text-align: justify;
	text-indent: 2em;
	color: #282828;
}

.content .values {
	height: 465px;
	margin: 0px 100px 60px;
}

.history {
	margin: 30px 10px 35px;
	overflow: scroll;
	overflow-y:hidden;
}

.introduce p span {
	color: #282828;
	font-size: 18px;
	line-height: 50px;
	font-family: "Microsoft YaHei";
}

.introduce {
	margin-bottom: 30px;
}

.media {
	text-align: center;
	margin-top: 65px;
}

.CCPS {
	margin: 36px 205px;
}

.CCPS p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	text-align: justify;
	color: #282828;
	text-indent: 2em;
	line-height: 45px;
}

/*图片3d旋转开始*/
.flip-container {
	float: left;
	perspective: 1000;
	transform-style: preserve-3d;
}

.flip-container:hover .back {
	transform: rotateY(0deg);
}

.flip-container:hover .front {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 232px;
	height: 464px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}

.flip-left{
	margin-left: 23px;
}
/*图片3d旋转结束*/
