.adout {
	width: 100%;
	height: auto;
	padding: 1%;
}

.adout-box {
	max-width: 1220px;
	height: auto;
	margin: 2% auto;
	display: flex;
	flex-flow: row wrap;
}

.adout-box img {
	width: 50%;
	margin: 0 auto;
}

.adout-box-text {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.adout-box-text {
	padding: 2%;
}

.adout-box-text p {
	font-size: 21px;
}

.adout-box-text-bottom {
	width: 100px;
	height: auto;
	font-size: 28px;
	color: white;
	text-align: center;
	background-color: black;
	border-radius: 10px;
}

.adout-box-img {}

.adout-card {
	width: 1220px;
	height: auto;
	margin: 3% auto;
	background-color: #ffffff;
	box-shadow: 3px #d3d2d0;
	padding: 2%;
}

.maintenance {
	width: 1220px;
	height: auto;
	margin: 0 auto;
}

.maintenance-box {
	display: flex;
	flex-flow: row wrap;
	margin: 2% auto;
}

.maintenance-card {
	width: 33%;
	height: auto;
	margin: 0 auto;
}

.maintenance-card img {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

.maintenance-text {
	width: 95%;
	height: auto;
	margin: 0 auto;
	background-color: #f0f0f0;
	padding: 1.5%;
	margin-left: -0.2%;
}

.maintenance-text h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.maintenance-text p {
	height: 150px;
	font-size: 22px;
}

.maintenance-text hr {
	width: 86%;
	height: auto;
	margin: 1% auto;
}

.maintenance-text span {
	font-size: 24px;
}

.understand {
	width: 26%;
	height: 12%;
	border-radius: 25px;
	background-color: #c50d2f;
}

.understand p {
	text-align: center;
}

.understand a {
	text-align: center;
	text-decoration: none;
	color: white;
}

.inspect {
	width: 1920px;
	height: auto;
	margin: 0 auto;
	background-image: url(../../img/folder/index/流程-背景.jpg);
	padding: 1%;
}

.inspect-box {
	width: 1220px;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
}

.inspect-box .card-top {
	margin: 2% auto;
	text-align: center;
}

.card-top {
	margin-top: 1%;
	color: white;
	overflow: hidden;
	position: relative;
}

.card-top img {}

.card-top .card-top-text {
	color: white;
	text-align: center;
	width: 100%;
	padding: 0 30px;
	opacity: 1;
	transform: translateX(-50%);
	position: absolute;
	top: 80%;
	left: 50%;
	z-index: 1;
	transition: all 0.4s ease;
	padding: 2%;
}

.card-top:hover .card-top-text {
	opacity: 1;
	position: absolute;
	top: 30%;
	left: 50%;
}

.card-bommon-text {
	width: 95%;
	height: auto;
	margin: 10% auto;
	font-size: 18px;
}


/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/

.card-top-text h3 {
	font-size: 28px;
	color: white;
}

.team {
	width: 1220px;
	height: auto;
	margin: 2% auto;
}

.team-box {
	display: flex;
	flex-flow: row wrap;
	margin: 2% auto;
}

.team-card {
	width: 33%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.team-card:before {
	content: '';
	background-color: #003151;
	width: 95%;
	height: 30%;
	opacity: 1;
	position: absolute;
	top: 80%;
	left: 0;
	z-index: 1;
	transition: all 0.4s ease;
}

.team-card:hover:before {
	height: 300px;
	position: absolute;
	top: 40%;
	left: 0;
	border-radius: 0px 0px 0 0;
	box-shadow: 0 0 20px #000;
	opacity: 1;
}

.team-card .team-text {
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 30px;
	opacity: 1;
	transform: translateX(-50%);
	position: absolute;
	top: 84%;
	left: 50%;
	z-index: 1;
	transition: all 0.4s ease;
	padding: 2%;
}

.team-card:hover .team-text {
	position: absolute;
	top: 40%;
	left: 50%;
}

.team-card img {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

.team-card .team-text {}

.team-text {}

.team-text h2 {}

.team-text p {
	width: 85%;
	margin: 7% auto;
	font-size: 16px;
}

.news {
	width: 100%;
	height: auto;
	padding: 1.5px;
	padding-bottom: 3%;
}

.new {
	width: 1220px;
	height: auto;
	margin: 2% auto;
	display: flex;
	flex-flow: row wrap;
}

#carouselExampleCaptions {
	background: #f0f0f0;
}

.new-play {
	display: flex;
	flex-flow: row wrap;
}

.new-play img {
	margin: 2% 5%;
}

.new-play-text {
	width: 45%;
	margin: 2% auto;
}

.new-play-text p {
	font-size: 24px;
	color: #656565;
}

.new-play-text h3 {}

.new-play-text h3 a {
	color: #000000;
	text-decoration: none;
}

.new-play-text p:first-child {
	font-size: 18px;
	color: black;
}

#carousel-inner {
	padding: 5%;
}

.carousel-control-prev {
	border: none;
}

.carousel-control-next {
	border: none;
}

.new-link {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin: 2% auto;
}

.new-link-text {
	width: 31%;
	height: auto;
	margin: 0 auto;
}

.new-link-text h4 a {
	text-decoration: none;
	color: black;
}

.new-link-text-bommon {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1680px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 1220px;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	.adout-box img {
		width: 50%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 21px;
	}
	.adout-box-text-bottom {
		width: 100px;
		height: auto;
		font-size: 28px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 1220px;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 1220px;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: -0.2%;
	}
	.maintenance-text h2 {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		height: 150px;
		font-size: 22px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 24px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 1220px;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		border-radius: 15px;
	}
	.card-top {
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {
		border-radius: 15px 15px 0 0;
	}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		
		transform: translateX(-50%);
		position: absolute;
		top: 80%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
	      position: absolute;
		top: 30%;
		left: 50%;
	}
	.card-bommon-text {
		width: 95%;
		height: auto;
		margin: 10% auto;
		font-size: 18px;
	}
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 28px;
		color: white;
	}
	.team {
		width: 1220px;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.team-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 30%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 300px;
		position: absolute;
		top: 40%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 84%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 40%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 1220px;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {
		display: flex;
		flex-flow: row wrap;
	}
	.new-play img {
		margin: 2% 5%;
	}
	.new-play-text {
		width: 45%;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 24px;
		color: #656565;
	}
	.new-play-text h3 {}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-link {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.new-link-text {
		width: 31%;
		height: auto;
		margin: 0 auto;
	}
	.new-link-text h4 a {
		text-decoration: none;
		color: black;
	}
	.new-link-text-bommon {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1440px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 1220px;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	.adout-box img {
		width: 50%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 21px;
	}
	.adout-box-text-bottom {
		width: 100px;
		height: auto;
		font-size: 28px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 1220px;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 1220px;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: 1%;
	}
	.maintenance-text h2 {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		font-size: 22px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 24px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 1220px;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		border-radius: 15px;
	}
	.card-top {
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {
		border-radius: 15px 15px 0 0;
	}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
	
		transform: translateX(-50%);
		position: absolute;
		top: 80%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
		position: absolute;
		top: 32%;
		left: 50%;
	}
	.card-bommon-text {
		width: 95%;
		height: auto;
		margin: 10% auto;
		font-size: 16px;
	}
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 28px;
		color: white;
	}
	.team {
		width: 1220px;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.team-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 30%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 300px;
		position: absolute;
		top: 40%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 84%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 40%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 1220px;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {
		display: flex;
		flex-flow: row wrap;
	}
	.new-play img {
		margin: 2% 5%;
	}
	.new-play-text {
		width: 45%;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 24px;
		color: #656565;
	}
	.new-play-text h3 {}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-link {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.new-link-text {
		width: 31%;
		height: auto;
		margin: 0 auto;
	}
	.new-link-text h4 a {
		text-decoration: none;
		color: black;
	}
	.new-link-text-bommon {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1280px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 1220px;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	.adout-box img {
		width: 50%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 21px;
	}
	.adout-box-text-bottom {
		width: 100px;
		height: auto;
		font-size: 28px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 1220px;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 1220px;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: -0.2%;
	}
	.maintenance-text h2 {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		font-size: 22px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 24px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 1220px;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		border-radius: 15px;
	}
	.card-top {
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {
		border-radius: 15px 15px 0 0;
	}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
	
		transform: translateX(-50%);
		position: absolute;
		top: 80%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
		position: absolute;
		top: 32%;
		left: 50%;
	}
	.card-bommon-text {
		width: 95%;
		height: auto;
		margin: 10% auto;
		font-size: 16px;
	}
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 28px;
		color: white;
	}
	.team {
		width: 1220px;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.team-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 30%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 300px;
		position: absolute;
		top: 40%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 84%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 40%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 1220px;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {
		display: flex;
		flex-flow: row wrap;
	}
	.new-play img {
		margin: 2% 5%;
	}
	.new-play-text {
		width: 45%;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 24px;
		color: #656565;
	}
	.new-play-text h3 {}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-link {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.new-link-text {
		width: 31%;
		height: auto;
		margin: 0 auto;
	}
	.new-link-text h4 a {
		text-decoration: none;
		color: black;
	}
	.new-link-text-bommon {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1220px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 100%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	.adout-box img {
		width: 50%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 19px;
	}
	.adout-box-text-bottom {
		width: 100px;
		height: auto;
		font-size: 28px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 1220px;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: -0.2%;
	}
	.maintenance-text h2 {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		font-size: 24.5px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 24px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		border-radius: 15px;
	}
	.card-top {
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {
		border-radius: 15px 15px 0 0;
	}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
	
		transform: translateX(-50%);
		position: absolute;
		top: 80%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
		position: absolute;
		top: 32%;
		left: 50%;
	}
	.card-bommon-text {
		width: 95%;
		height: auto;
		margin: 10% auto;
		font-size: 16px;
	}
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 28px;
		color: white;
	}
	.team {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.team-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 30%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 300px;
		position: absolute;
		top: 26%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 83%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 26%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 100%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {
		display: flex;
		flex-flow: row wrap;
	}
	.new-play img {
		margin: 3% 5%;
	}
	.new-play-text {
		width: 43%;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 24px;
		color: #656565;
	}
	.new-play-text h3 {}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-link {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.new-link-text {
		width: 31%;
		height: auto;
		margin: 0 auto;
	}
	.new-link-text h4 a {
		text-decoration: none;
		color: black;
	}
	.new-link-text-bommon {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1024px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 100%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	.adout-box img {
		width: 50%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 50%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 18px;
	}
	.adout-box-text-bottom {
		width: 100px;
		height: auto;
		font-size: 28px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 1220px;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: -0.2%;
	}
	.maintenance-text h2 {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		font-size: 24.5px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 24px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		border-radius: 15px;
	}
	.card-top {
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {
		border-radius: 15px 15px 0 0;
	}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		
		transform: translateX(-50%);
		position: absolute;
		top: 80%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
		opacity: 1;
	}
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 28px;
		color: white;
	}
	.team {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.team-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 30%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 300px;
		position: absolute;
		top: 40%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 80%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 40%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {
		font-size: 28px;
	}
	.team-text p {
		width: 85%;
		font-size: 12px;
		margin: 10% auto;
	}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 100%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {
		display: flex;
		flex-flow: row wrap;
	}
	.new-play img {
		width: 450px;
		height: 400px;
		height: auto;
		margin: 3% 5%;
	}
	.new-play-text {
		width: 43%;
		height: auto;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 16px;
		color: #656565;
	}
	.new-play-text h3 {
		font-size: 24px;
	}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-link {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.new-link-text {
		width: 31%;
		height: auto;
		margin: 0 auto;
	}
	.new-link-text h4 {
		font-size: 18px;
	}
	.new-link-text h4 a {
		text-decoration: none;
		color: black;
	}
	.new-link-text-bommon {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1000px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.adout-box img {
		width: 95%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 24px;
	}
	.adout-box-text-bottom {
		width: 100px;
		height: auto;
		font-size: 28px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 100%;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: -0.2%;
	}
	.maintenance-text h2 {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		font-size: 24.5px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 24px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		border-radius: 15px;
	}
	.card-top {
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {
		border-radius: 15px 15px 0 0;
	}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		transform: translateX(-50%);
		position: absolute;
		top: 80%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
		opacity: 1;
	}
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 28px;
		color: white;
	}
	.team {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.team-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 30%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 380px;
		position: absolute;
		top: 35%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 82%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 35%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {
		font-size: 18px;
	}
	.team-text p {
		width: 85%;
		font-size: 11px;
		margin: 7.4% auto;
	}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 100%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {
		display: flex;
		flex-flow: row wrap;
	}
	.new-play img {
		width: 415px;
		height: 400px;
		height: auto;
		margin: 3% 5%;
	}
	.new-play-text {
		width: 42%;
		height: auto;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 14px;
		color: #656565;
	}
	.new-play-text h3 {
		font-size: 20px;
	}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-link {
		width: 100%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.new-link-text {
		width: 31%;
		height: auto;
		margin: 0 auto;
	}
	.new-link-text h4 {
		font-size: 18px;
	}
	.new-link-text h4 a {
		text-decoration: none;
		color: black;
	}
	.new-link-text-bommon {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 800px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.adout-box img {
		width: 95%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 18px;
	}
	.adout-box-text-bottom {
		width: 80px;
		height: auto;
		font-size: 16px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 100%;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: -0.2%;
	}
	.maintenance-text h2 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		font-size: 14px;
		height: 80px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 10px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		
	}
	.card-top {
		width: 100%;
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		
		transform: translateX(-50%);
		position: absolute;
		top: 87%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
		position: absolute;
		top: 45%;
		left: 50%;
	}
	.card-top-text h3{
		font-size: 34px !important;
	}
	.card-bommon-text {
		width: 90%;
		height: auto;
		margin: 10% auto;
		font-size: 20px;
	}
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 28px;
		color: white;
	}
	.team {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		margin: 2% auto;
	}
	.team-card {
		width: 95%;
		height: auto;
		margin: 2% auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 30%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 480px;
		position: absolute;
		top: 40%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 84%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 40%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {
		font-size: 36px;
	}
	.team-text p {
		width: 85%;
		margin: 10% auto;
		font-size: 20px;
	}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 100%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {
		display: flex;
		flex-flow: row wrap;
	}
	.new-play a {
		width: 95%;
		height: auto;
		height: auto;
		margin: 3% 5%;
	}
	.new-play img {
		margin: 0 auto;
	}
	.new-play-text {
		width: 95%;
		height: auto;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 12px;
		color: #656565;
	}
	.new-play-text h3 {
		font-size: 16px;
	}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-play {
		display: flex;
		justify-content: space-between;
	}
	/*.new-play a{
		width: 70%;
		height: auto;
		height: auto;
		margin: 3% 5%;
	}*/
	.new-play a img {
		width: 100%;
		height: auto;
		margin: 3% 5%;
	}
	.new-play-text {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 16px;
		color: #656565;
	}
	.new-play-text h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	.adout-box {
		max-width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.adout-box img {
		width: 95%;
		margin: 0 auto;
	}
	.adout-box-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.adout-box-text {
		padding: 2%;
	}
	.adout-box-text p {
		font-size: 13px;
	}
	.adout-box-text-bottom {
		width: 80px;
		height: auto;
		font-size: 16px;
		color: white;
		text-align: center;
		background-color: black;
		border-radius: 10px;
	}
	.adout-box-img {}
	.adout-card {
		width: 100%;
		height: auto;
		margin: 3% auto;
		background-color: #ffffff;
		box-shadow: 3px #d3d2d0;
		padding: 2%;
	}
	.maintenance {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	.maintenance-card {
		width: 33%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
		background-color: #f0f0f0;
		padding: 1.5%;
		margin-left: -0.2%;
	}
	.maintenance-text h2 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.maintenance-text p {
		font-size: 10px;
		height: 80px;
	}
	.maintenance-text hr {
		width: 86%;
		height: auto;
		margin: 1% auto;
	}
	.maintenance-text span {
		font-size: 10px;
	}
	.understand {
		width: 26%;
		height: 12%;
		border-radius: 25px;
		background-color: #c50d2f;
	}
	.understand p {
		text-align: center;
	}
	.understand a {
		text-align: center;
		text-decoration: none;
		color: white;
	}
	.inspect {
		width: 100%;
		height: auto;
		margin: 0 auto background-image: url(../../img/folder/index/流程-背景.jpg);
		padding: 1%;
	}
	.inspect-box {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.inspect-box .card-top {
		margin: 2% auto;
		text-align: center;
		border-radius: 15px;
	}
	.card-top {
		width: 100%;
		margin-top: 1%;
		color: white;
		overflow: hidden;
		position: relative;
	}
	.card-top img {}
	.card-top .card-top-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		
		transform: translateX(-50%);
		position: absolute;
		top: 84%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.card-top:hover .card-top-text {
		position: absolute;
		top: 30%;
		left: 50%;
	}
	
	/*.card-top-text {
	background-color: white;
	padding: 1.5%;
	border-radius: 0 0 15px 15px;
}*/
	.card-top-text h3 {
		font-size: 21px !important;
		color: white;
	}
	.card-bommon-text {
		width: 85%;
		height: auto;
		margin: 11% auto;
		font-size: 14px;
	}
	.team {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.team-box {
		margin: 2% auto;
	}
	.team-card {
		width: 95%;
		height: auto;
		margin: 2% auto;
		border-radius: 15px 15px 0 0;
		overflow: hidden;
		position: relative;
	}
	.team-card:before {
		content: '';
		background-color: #003151;
		width: 95%;
		height: 40%;
		opacity: 1;
		position: absolute;
		top: 80%;
		left: 0;
		z-index: 1;
		transition: all 0.4s ease;
	}
	.team-card:hover:before {
		height: 380px;
		position: absolute;
		top: 36%;
		left: 0;
		border-radius: 0px 0px 0 0;
		box-shadow: 0 0 20px #000;
		opacity: 1;
	}
	.team-card .team-text {
		color: #fff;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 84%;
		left: 50%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	.team-card:hover .team-text {
		position: absolute;
		top: 36%;
		left: 50%;
	}
	.team-card img {
		width: 95%;
		height: auto;
		margin: 0 auto;
		border-radius: 15px;
	}
	.team-card .team-text {}
	.team-text {}
	.team-text h2 {
		font-size: 20px;
	}
	.team-text p {
		width: 88%;
		height: auto;
		margin: 10% auto;
		font-size: 14.5px;
	}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width: 100%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	#carouselExampleCaptions {
		background: #f0f0f0;
	}
	.new-play {}
	.new-play a {
		width: 100%;
		height: auto;
		margin: 2% auto;
		padding: 0.5%;
	}
	.new-play img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.new-play-text {
		width: 95%;
		height: auto;
		margin: 2% auto;
	}
	.new-play-text p {
		font-size: 12px;
		color: #656565;
	}
	.new-play-text h3 {
		font-size: 16px;
	}
	.new-play-text h3 a {
		color: #000000;
		text-decoration: none;
	}
	.new-play-text p:first-child {
		font-size: 18px;
		color: black;
	}
	#carousel-inner {
		padding: 5%;
	}
	.carousel-control-prev {
		border: none;
	}
	.carousel-control-next {
		border: none;
	}
	.new-link {
		width: 100%;
		height: auto;
		margin: 2% auto;
	}
	.new-link-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.new-link-text h4 {
		font-size: 14px;
	}
	.new-link-text h4 a {
		text-decoration: none;
		color: black;
	}
	.new-link-text-bommon {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 300px) {
	.team-text h2 {
		font-size: 16px;
	}
	.team-text p {
		width: 88%;
		height: auto;
		margin: 10% auto;
		font-size: 10px;
	}
	.card-top-text h3 {
		font-size: 16px !important;
		color: white;
	}
	.card-bommon-text {
		width: 90%;
		height: auto;
		margin: 10% auto;
		font-size: 10px;
	}
}