/* 公司简介 */
.about-container {}

.about-edit {
	width: 100%;
}

.about-content {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 3%;
}

.about-img {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 3%;
}

.left-img {
	display: inline-block;
	width: 66.25%;
}

.left-img p {
	width: 100%;
	position: relative;
	padding-bottom: 54.7%;
}

.left-img p img {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.right-img {
	display: inline-block;
	width: 30.625%;
}

.right-img p {
	width: 100%;
	position: relative;
	padding-bottom: 57%;
}

.right-img p img {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.right-img p:nth-child(2) {
	margin-top: 4%;
}

.right-img p:nth-child(2) img {
	left: 0;
	bottom: 0;
}

.about-text {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	padding: 0 5%;
}

@media(max-width:960px) {
	.about-text span {
		font-size: 16px !important;
		line-height: 30px !important;
	}
}

@media(max-width:580px) {
	.about-text span {
		font-size: 14px !important;
		line-height: 28px !important;
	}
}



/* 公司资质 */

.honor-list {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 3%;

}

.honor-list ul {}

.honor-list ul li {
	display: inline-block;
	width: 30%;
	margin-right: 4.5%;
	margin-bottom: 3%;
}

.honor-list ul li:nth-child(3n) {
	margin-right: 0;
}

.honor-list ul li>a {
	display: block;
	width: 100%;
}

.honor-list ul li .item-img {
	width: 100%;
	padding-bottom: 81.25%;
	position: relative;
	overflow: hidden;
}

.honor-list ul li .item-img>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.honor-list ul li .item-img img {
	display: block;
	width: auto;
	max-width: 90%;
	max-height: 90%;
	margin: 0 auto;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.honor-list ul li:hover .item-img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.honor-list ul li .item-txt {
	text-align: center;
	padding: 0px 15px 12%;
}

.honor-list ul li .item-txt h2 {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor-list ul li .item-txt,
.honor-list ul li .item-txt * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.honor-list ul li:hover .item-txt h2 {
	color: #fccb00;
}

.honor-list ul li:hover {
	border-radius: 30px;
	box-shadow: 0 0 18px rgba(0, 0, 0, .1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

@media(max-width:880px) {
	.honor-list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.honor-list ul li {
		width: 49%;
		margin-right: 0;
	}

	.honor-list ul li:nth-child(3n) {
		margin-right: 0%;
	}

	.honor-list ul li:nth-child(2n) {
		margin-right: 0% !important;
	}

	.honor-list ul li .item-txt h2 {
		font-size: 14px;
	}
}

@media(max-width:580px) {
	.honor-list ul li .item-txt h2 {
		font-size: 12px;
	}
}




/* 视频 */
/* 视频 */
audio,
canvas,
progress,
video {
	display: inline-block !important;
	vertical-align: baseline;
	width: 100% !important;
}

.about-video {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 5%;
	margin-bottom: 5%;
}


.index-video {
	width: 100%;
	margin-top: 45px;
}


/* 业务流程 */
.about-process {
	max-width: 1600px;
	margin: 0 5%;
	margin: 0 auto;
	margin-bottom: 6.5%;
}

.about-process>h1 {
	text-align: center;
	font-size: 50px;
	color: #000;
	margin-bottom: 5%;
}

.about-process ul.process01 {
	display: flex;
	align-items: flex-end;
}

.about-process ul.process01 li {
	display: inline-block;
	width: 15%;
	padding: 0 5% 0 3%;
	text-align: center;
}

.about-process ul.process01 li:nth-child(3) {
	width: 27%;
}

.about-process ul.process01 li:nth-child(1) {
	margin-left: 5%;
}

.about-process ul.process01 li:nth-child(2) {
	margin-left: 5%;
}

.about-process ul li .process-title {
	font-size: 26px;
	color: #cda74f;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.about-process ul li .process-txt {
	font-size: 18px;
	color: #cba448;
	line-height: 36px;
}

.about-process-img {
	padding: 0 3%;
}

.about-process-img img {
	display: inline-block;
	width: 100%;
}

.about-process ul.process02 {
	display: flex;
	flex-direction: row-reverse;
}

.about-process ul.process02 li {
	display: inline-block;
	width: 18%;
	padding: 2% 5% 0 3%;
	text-align: center;
}

.about-process ul.process02 li:nth-child(3) {
	width: 25%;
}

.about-process ul.process02 li:nth-child(1) {
	margin-right: 1%;
}

.about-process ul.process02 li:nth-child(1) {
	margin-left: 1.5%;
}


@media(max-width:1600px) {
	.about-process>h1 {
		font-size: 46px;
	}

	.about-process ul li .process-title {
		font-size: 24px;
	}

	.about-process ul li .process-txt {
		font-size: 16px;
		line-height: 32px;
	}
}

@media(max-width:1400px) {
	.about-process>h1 {
		font-size: 42px;
	}

	.about-process ul li .process-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.about-process ul li .process-txt {
		font-size: 14px;
		line-height: 28px;
	}
}

@media(max-width:1200px) {
	.about-process>h1 {
		font-size: 38px;
	}

	.about-process ul li .process-title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.about-process ul li .process-txt {
		font-size: 13px;
		line-height: 26px;
	}
}

@media(max-width:960px) {
	.about-process>h1 {
		font-size: 30px;
	}

	.about-process ul li .process-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.about-process ul li .process-txt {
		font-size: 12px;
		line-height: 24px;
	}
}

@media(max-width:760px) {
	.about-process>h1 {
		font-size: 26px;
	}

	.about-process ul li .process-title {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.about-process ul li .process-txt {
		font-size: 13px;
		line-height: 24px;
		display: inline-block;
		padding: 0 45px;
	}

	.about-process-img {
		display: none;
	}

	.about-process ul.process01,
	.about-process ul.process02 {
		flex-wrap: wrap;
	}

	.about-process ul.process01 li {
		width: 100% !important;
		text-align: left;
		margin: 0 0 20px 0 !important;
	}

	.about-process ul.process02 li {
		width: 100% !important;
		text-align: left;
		margin: 0 0 15px 0 !important;
	}

	.about-process ul li .process-title {
		padding-left: 45px;
	}

	.about-process ul li .process-title:after {
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		left: 0;
		top: 0;
	}

	.about-process ul.process01 li:nth-child(1) .process-title:after {
		background: url(/skin/images/about-c1.jpg) no-repeat;
		background-size: 100% 100%;
	}

	.about-process ul.process01 li:nth-child(2) .process-title:after {
		background: url(/skin/images/about-c2.jpg) no-repeat;
		background-size: 100% 100%;
	}

	.about-process ul.process01 li:nth-child(3) .process-title:after {
		background: url(/skin/images/about-c3.jpg) no-repeat;
		background-size: 100% 100%;
	}

	.about-process ul.process02 li:nth-child(1) .process-title:after {
		background: url(/skin/images/about-c4.jpg) no-repeat;
		background-size: 100% 100%;
	}

	.about-process ul.process02 li:nth-child(2) .process-title:after {
		background: url(/skin/images/about-c5.jpg) no-repeat;
		background-size: 100% 100%;
	}

	.about-process ul.process02 li:nth-child(3) .process-title:after {
		background: url(/skin/images/about-c6.jpg) no-repeat;
		background-size: 100% 100%;
	}
}
