.about-content {
	color: #666666;
}
.about-content h3 {
	color: #333333;
}
.about-content p {
	padding: 8px 0;
	line-height: 1.8;
}
.about1 {
	width: 100%;
	overflow: hidden;
}
.about1 h3 {
	height:60px;
}
.about1 h4 {
	color: #333333;
	margin: 20px 0;
}
.about1 video {
	width: 600px;
	display: block;
	max-width: 100%;
	margin: 30px auto;
}
@media only screen and (max-width: 991px) {
	.about1 h3 {
		margin: 50px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.about-content p {
		padding: 10px 0;
		line-height: 1.6;
	}
	.about1 h3 {
		font-size: 28px;
		margin: 30px 0 0;
	}
	.about1 h4 {
	    margin: 10px 0;
	    font-size: 17px;
	}
	.about1 video {
		margin: 20px auto;
	}
}
.about2,.about4 {
	width: 100%;
    margin: 50px 0 0;
	overflow: hidden;
}
.about2-img {
	width: 60%;
	float: left;
	overflow: hidden;
	margin: 0 50px 0 0;
}
.about2-img img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.about2-img {
		margin: 0;
		width: 100%;
		float: none;
	}
	.about2 h3 {
		margin: 30px 0 10px;
	}
	.about2 br {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.about2,.about4 {
	    margin: 30px 0 0;
	}
	.about2 h3 {
		font-size: 28px;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.about2-img {
		width: 55%;
		margin: 80px 30px 80px 0;
	}
	.about2 h3 {
		float: right;
		margin: 0 0 10px;
		width: calc(45% - 30px);
	}
	.about2 p:nth-of-type(1) {
		float: right;
		width: calc(45% - 30px);
	}
}
@media only screen and (min-width: 1200px) {
	.about2-img {
		margin: 30px 30px 30px 0;
	}
}
@media only screen and (min-width: 1500px) {
	.about2-img {
		width: 60%;
		margin: 0 50px 0 0;
	}
	.about2 h3 {
		margin: 20px 0 10px;
		width: calc(40% - 50px);
	}
	.about2 p:nth-of-type(1) {
		width: calc(40% - 50px);
	}
	.about2 p:nth-of-type(2) {
		margin: 25px 0 0;
	}
}
.about4 {
	margin: 50px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #cccccc;
}
.about4 h3 {
	margin: 0 0 10px;
}
.about4-swiper {
	width: 100%;
	margin: 40px 0 0;
	overflow: hidden;
	position: relative;
}
.about4-swiper .swiper {
	width: 100%;
	overflow: hidden;
}
.about4-swiper .swiper-slide {
	overflow: hidden;
}
.about4-swiper .swiper-slide img {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.about4-swiper .swiper-slide:hover img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.about4-swiper {
		margin: 40px 0 0;
		padding: 0 0 70px;
	}
	.about4-swiper .swiper-horizontal>.swiper-pagination-bullets,.about4-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.about4-swiper .swiper-pagination-custom,.about4-swiper .swiper-pagination-fraction {
		bottom: 0px;
	}
	.about4-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.about4-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 8px;
	}
	.about4-swiper .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
	}
	.about4-swiper .swiper-pagination-bullet-active {
		background: #d70110;
	}
	.about4-swiper .swiper-button-next,.about4-swiper .swiper-button-prev {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.about4 {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}
	.about4 h3 {
		margin: 0;
		font-size: 28px;
	}
	.about4-swiper {
		margin: 20px 0 0;
		padding: 0 0 40px;
	}
	.about4-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.about4-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
	.about4-swiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
@media only screen and (min-width: 992px) {
	.about4-swiper {
		padding: 0 50px;
		margin: 20px 0 0;
	}
	.about4-swiper .swiper-pagination {
		display: none;
	}
	.about4-swiper .swiper-button-next,.about4-swiper .swiper-button-prev {
		top: 50%;
		width: 40px;
		height: 40px;
		padding: 4px;
		overflow: hidden;
		margin-top: -20px;
		border-radius: 50%;
		position: absolute;
		background: #FFFFFF;
		border: 1px solid #c11920;
	}
	.about4-swiper .swiper-button-next span,.about4-swiper .swiper-button-prev span {
		width: 100%;
		height: 100%;
		display: block;
		color: #c11920;
		font-size: 18px;
		overflow: hidden;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		background: #d7d7d8;
	}
	.about4-swiper .swiper-button-prev,.about4-swiper .swiper-rtl .swiper-button-next {
		left: 0px;
	}
	.about4-swiper .swiper-button-next,.about4-swiper .swiper-rtl .swiper-button-prev {
		right: 0px;
	}
	.about4-swiper .swiper-button-next.swiper-button-disabled,.about4-swiper .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
		border-color: #d7d7d8;
	}
	.about4-swiper .swiper-button-next.swiper-button-disabled span,.about4-swiper .swiper-button-prev.swiper-button-disabled span {
		color: #a2a2a2;
		background: #d7d7d8;
	}
}
@media only screen and (min-width: 1200px) {
	.about4-swiper {
		padding: 0 65px;
		margin: 30px 0 0;
	}
	.about4-swiper .swiper-button-next,.about4-swiper .swiper-button-prev {
		width: 54px;
		height: 54px;
		margin-top: -27px;
	}
	.about4-swiper .swiper-button-next span,.about4-swiper .swiper-button-prev span {
		font-size: 24px;
		line-height: 44px;
	}
}
/*鎴戜滑鐨勫洟闃�*/
.team-content {
	width: 100%;
	margin: 50px 0 0;
	overflow: hidden;
	border-top: 1px solid #cccccc;
}
.team-content h3 {
	margin: 40px 0 20px;
}
.team-content p {
	color: #666666;
}
.team-content img {
	margin: 20px 0 0;
}
@media only screen and (max-width: 991px) {
	.team-content h3 {
		margin: 50px 0 20px;
	}
}
@media only screen and (max-width: 750px) {
	.team-content {
		margin: 30px 0 0;
	}
	.team-content h3 {
		font-size: 28px;
		margin: 30px 0 0;
	}
}
/*璧勮川鑽ｈ獕*/
.honor-content {
	width: 100%;
	overflow: hidden;
}
.honor-content li {
	width: 25%;
	float: left;
	margin: 20px 0;
	overflow: hidden;
	text-align: center;
}
.honor-img {
	width: 100%;
	height: 320px;
	padding: 10px;
	overflow: hidden;
}
.honor-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
    object-fit: contain;
}
.honor-content li p {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	margin: 5px 0 0;
	overflow: hidden;
	line-height: 30px;
}
@media only screen and (max-width: 991px) {
	.honor-content li {
	    width: 50%;
	    margin: 40px 0;
	}
	.honor-img {
		height: 400px;
	}
	.honor-content li p {
		font-size: 24px;
	}
}
@media only screen and (max-width: 750px) {
	.honor-content {
		padding: 20px 0 0;
	}
	.honor-content li {
	    margin: 10px 0 0;
	}
	.honor-img {
		height: 235px;
	}
	.honor-content li p {
		margin: 0;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 992px) {
	.honor-img {
		height: 220px;
	}
	.honor-content li p {
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.honor-img {
		height: 285px;
	}
	.honor-content li p {
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1500px) {
	.honor-img {
		height: 340px;
	}
	.honor-content li p {
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
}
/*钁ｄ簨闀胯嚧杈�*/
.speech-content {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0;
}
.speech-right {
	width: 100%;
	float: right;
	overflow: hidden;
}
.speech-left p strong {
	color: #333333;
}
.speech-right img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.speech-content {
		padding: 80px 0 0;
	}
	.speech-right {
		width: 55%;
		margin: 0 0 20px 30px;
	}
}
@media only screen and (max-width: 750px) {
	.speech-content {
		padding: 40px 0 0;
	}
	.speech-right {
		width: 100%;
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 992px) {
	.speech-right {
		margin: 0 0 20px 30px;
		width: -moz-calc(45% - 30px);
		width: -webkit-calc(45% - 30px);
		width: calc(45% - 30px);
	}
}
@media only screen and (min-width: 1200px) {
	.speech-right {
		margin: 0 0 30px 40px;
		width: -moz-calc(45% - 40px);
		width: -webkit-calc(45% - 40px);
		width: calc(45% - 40px);
	}
}
@media only screen and (min-width: 1500px) {
	.speech-right {
		margin: 0 0 30px 50px;
		width: -moz-calc(45% - 50px);
		width: -webkit-calc(45% - 50px);
		width: calc(45% - 50px);
	}
}
/*浼佷笟鏂囧寲*/
.culture1 {
	width: 100%;
	overflow: hidden;
}
.culture1 li {
	float: left;
	width: 33.33%;
	color: #595757;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	padding: 70px 50px;
	text-align: center;
}
.culture1-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.culture1-icon img {
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.culture1-icon img:nth-of-type(2) {
	opacity: 0;
}
.culture1 h4 {
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0 5px;
	transition: all 0.3s ease-in-out;
}
.culture1 li:hover {
	color: #CCCCCC;
	background: #D30100;
}
.culture1 li:hover .culture1-icon img:nth-of-type(1) {
	opacity: 0;
}
.culture1 li:hover .culture1-icon img:nth-of-type(2) {
	opacity: 1;
}
.culture1 li:hover h4 {
	color: #EEEEEE;
}
@media only screen and (max-width: 991px) {
	.culture1 li {
		width: 50%;
		height: 370px;
		padding: 50px;
		font-size: 24px;
		line-height: 35px;
	}
	.culture1-icon {
		width: 90px;
		height: 90px;
	}
	.culture1 h4 {
		font-size: 36px;
		line-height: 40px;
		margin: 30px 0 10px;
	}
}
@media only screen and (max-width: 750px) {
	.culture1 li {
		height: 200px;
		font-size: 14px;
		line-height: 20px;
		padding: 30px 15px;
	}
	.culture1-icon {
		width: 45px;
		height: 45px;
	}
	.culture1 h4 {
		font-size: 18px;
		line-height: 25px;
		margin: 15px 0 5px;
	}
}
@media only screen and (min-width: 992px) {
	.culture1 li {
		height: 210px;
		font-size: 12px;
		line-height: 20px;
		padding: 40px 15px;
	}
	.culture1-icon {
		width: 50px;
		height: 50px;
	}
	.culture1 h4 {
		font-size: 18px;
		line-height: 25px;
		margin: 10px 0 5px;
	}
}
@media only screen and (min-width: 1200px) {
	.culture1 li {
		height: 270px;
		font-size: 14px;
		line-height: 25px;
		padding: 50px 30px;
	}
	.culture1-icon {
		width: 70px;
		height: 70px;
	}
	.culture1 h4 {
		font-size: 24px;
		line-height: 30px;
		margin: 20px 0 5px;
	}
}
@media only screen and (min-width: 1500px) {
	.culture1 li {
		height: 300px;
		padding: 70px 50px;
	}
}
/*缁勭粐鏋舵瀯*/
.framework1 {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.framework1 img {
	max-width: 100%;
}