﻿#akd_content {
	position: relative
}

#video_container {
	width: 100%;
	background: #e4e4e4;
	overflow: hidden;
	position: relative
}

	#video_container img {
		display: block;
		width: 100%
	}

#video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none
}

	#video .video-player {
		width: 100%;
		height: 100%;
		position: relative;
		background: url(/Template/styles/images/loading.gif?v=0.4.8) center no-repeat #000
	}

#content_container {
	background: #fff;
	overflow: hidden;
	box-shadow: 0 -1px 6px 1px rgba(0,0,0,.08);
	-webkit-box-shadown: 0 -1px 6px 1px rgba(0,0,0,.08);
	-moz-box-shadown: 0 -1px 6px 1px rgba(0,0,0,.08);
	-ms-box-shadown: 0 -1px 6px 1px rgba(0,0,0,.08);
	-webkit-transform: translateZ(0,0,0);
	-webkit-transition: height ease .2s;
	-moz-transition: height ease .2s;
	transition: height ease .2s
}

	#content_container h3 {
		font-size: 1.2rem;
		font-weight: 400;
		height: 3.25rem;
		line-height: 3.25rem;
		color: #fff;
		text-align: center;
		background: #fa6f12
	}

	#content_container .content {
		padding: 1rem 0;
		color: #7e7e7e
	}

		#content_container .content p {
			font-size: 1rem;
			line-height: 1.5rem;
			padding: 0 1rem 1.5rem
		}

		#content_container .content img {
			width: 100%
		}

		#content_container .content .more {
			margin-bottom: .5rem
		}

			#content_container .content .more h4 {
				color: #111;
				font-size: 1rem;
				padding: 0 1rem;
				line-height: 1.5rem
			}

			#content_container .content .more p {
				padding-bottom: .25rem
			}

	#content_container .honor-list {
		padding: 2rem 1rem 1rem
	}

		#content_container .honor-list li, #content_container .honor-list a {
			display: block;
			line-height: 2rem;
			font-size: 1rem;
			color: #7e7e7e
		}

		#content_container .honor-list a {
			padding-left: 1.5rem;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			position: relative
		}

			#content_container .honor-list a:before {
				content: " ";
				position: absolute;
				width: .6rem;
				height: .6rem;
				left: .3rem;
				top: 50%;
				margin-top: -.3rem;
				z-index: 2;
				background: #fa6f12;
				border-radius: .3rem;
				-moz-border-radius: .3rem;
				-webkit-border-radius: .3rem
			}

#building {
	position: relative;
	height: 7.35rem;
	margin-bottom: 1rem
}

	#building, #building img {
		width: 100%;
		display: block
	}

		#building .swiper-wrapper {
			font-size: 0;
			overflow: hidden
		}

		#building .swiper-slide {
			background: url(/Template/styles/images/loading2.gif?v=0.4.8) no-repeat center;
			position: relative
		}

			#building .swiper-slide.active p {
				opacity: 1;
				-webkit-transform: translateZ(0);
				-webkit-transform: translate3d(0,0,0);
				-moz-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0)
			}

			#building .swiper-slide p {
				position: absolute;
				font-size: .9rem;
				padding: 1rem;
				top: 1rem;
				left: 1rem;
				background: rgba(250,111,18,.8);
				color: #FFF;
				line-height: 1.3rem;
				opacity: 0;
				-webkit-transform: translateZ(0);
				-webkit-transform: translate3d(1.5rem,0,0);
				-moz-transform: translate3d(1.5rem,0,0);
				transform: translate3d(1.5rem,0,0);
				-webkit-transform: translateZ(0,0,0);
				-webkit-transition: all ease .4s;
				-moz-transition: all ease .4s;
				transition: all ease .4s
			}

				#building .swiper-slide p span {
					display: block
				}

		#building .pagination {
			width: 100%;
			position: absolute;
			height: 1rem;
			top: .25rem;
			padding-right: .25rem;
			text-align: right
		}

			#building .pagination span {
				display: inline-block;
				width: .6rem;
				height: .6rem;
				margin: 0 .25rem;
				background: #f2f2f2;
				border-radius: .3rem;
				-moz-border-radius: .3rem;
				-webkit-border-radius: .3rem
			}

				#building .pagination span.swiper-active-switch {
					background: #fa6f12
				}

#akd_header {
	background: #fff;
	line-height: 1.7;
	text-align: center
}

	#akd_header .back {
		font-size: 28px;
		position: absolute;
		left: 5px;
	}

	#akd_header .title {
		font-size: 1rem;
		line-height: 3rem
	}
#video_container {
	padding: 8px 16px;
	background: #fff;
	position: relative;
}
	#video_container:before {
		content: " ";
		background-image: url('../images/aboutus/New_2021/play.png');
		background-size:cover;
		width: 50px;
		height: 50px;
		position: absolute;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
	}
	.Text_container {
		padding: 8px 16px;
		background: #fff;
		margin-bottom: 16px;
	}
	.Text_container h3 {
		font-size: 16px;
		line-height: 3;
		color: #E94609;
	}
	.Text_container p {
		font-size: 14px;
		line-height: 1.8;
		color: rgba(0, 0, 0, 0.87);
		margin-bottom:16px;
	}
	.Text_container img {
		width: 100%;
		margin:16px 0 8px;
	}
#akd_content {
	background: rgba(0, 0, 0, 0.08);
}