.banner {
	width: 100%;
	height: 380px;
	display: flex;
	justify-content: center;
	background: #0174c4 url(../image/banner.jpg) no-repeat center;
}

.banner-con {
	/* background: rgba(0, 0, 0, .5); */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-con h1 {
	color: white;
	margin: 0 0 10px 0;
}

.banner-con p {
	font-size: 16px;
	color: rgba(221, 238, 255, .9);
	font-weight: 400;
	line-height: 36px;
}

.banner-con .btn-link a {
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 10px 0 0;
	display: inline-block;
	text-align: center;
	background: #ffffff;
	color: #0000007d;
	padding: 8px 30px;
}

.banner-con .btn-link a:hover {
	color: #FFFFFF;
	background: #0fbbfb;
}

.service {
	width: 100%;
	padding: 80px 0;
	height: auto;
	display: flex;
	justify-content: center;
	background: #e9e9e9;
}

.service-con {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* background: orange; */
}

.service-con h2 {
	font-size: 25px;
	line-height: 30px;
	color: #333;
	text-align: center;
	padding-bottom: 15px;
}

.service-con p {
	font-size: 14px;
	color: #333;
}

.service-con .accordion {
	margin-top: 40px;
	display: flex;
	width: 100%;
}

.service-con .accordion li {
	position: relative;
	width: 16%;
	transition: all .5s;
	margin: 0 0.3%;
	cursor: default;
	overflow: hidden;
	/* min-height: 540px; */
	border-radius: 5px;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.service-con .accordion li.on {
	flex: auto;
	display: flex;
	justify-content: flex-start;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.service-con .accordion li .li-tit {
	width: 100%;
	height: 80px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* padding: 0 0 0 10%; */
}

.service-con .accordion li .li-tit .tit-icon {
	/* background: red; */
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}

.service-con .accordion li .li-tit .tit-title {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 0 5%;
}

.service-con .accordion li .li-tit .tit-brief {
	color: #d1d9de;
	font-size: 12px;
	padding: 0 0 0 5%;
}

.service-con .accordion li.on .li-tit .tit-brief {
	color: #b5e6ff;
}

.service-con .accordion li .li-con {
	display: none;
}

.service-con .accordion li.on .li-con {
	display: initial;
	flex: auto;
	background: white;
	padding: 80px 5% 60px;
}

.service-con .accordion li.on .li-tit {
	background: #3db1ea;
}

.service-con .accordion li .li-con .con-tit {
	color: #3db1ea;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.service-con .accordion li .li-con .con-tit:hover {
	text-decoration: underline;
}

.service-con .accordion li .li-con .con-desc {
	color: #8c8c8c;
	font-size: 12px;
	line-height: 22px;
}

.service-con .accordion li .li-con .con-link {
	display: block;
	width: 160px;
	height: 40px;
	color: #fff;
	margin-top: 22px;
	margin-bottom: 33px;
	border-radius: 20px;
	display: flex;
	background: #3db1ea;
	border: none;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	justify-content: center;
	align-items: center;
}

.service-con .accordion li .li-con .con-link:hover {
	background: #1b77b9;
}

.service-con .accordion li .li-con .other-info {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	font-size: 12px;
	display: flex;
	justify-content: space-evenly;
}

.service-con .accordion li .li-con .other-info .other-info-list {
	width: 100%;
	background: #f2f2f2;
	position: relative;
	padding: 15px 20px;
	transition: all .3s ease;
	margin-bottom: 20px;
	margin: 0 0 0 5%;
}

.service-con .accordion li .li-con .other-info .other-info-list h3 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	height: 28px;
}

.service-con .accordion li .li-con .other-info .other-info-list p {
	font-size: 12px;
	color: #999;
	overflow: hidden;
}

.service-con .accordion li .li-con .other-info .other-info-list:hover {
	background: #3db1ea;
}

.service-con .accordion li .li-con .other-info .other-info-list:hover h3,
.service-con .accordion li .li-con .other-info .other-info-list:hover p {
	color: white;
}

.ccie {
	background: #1a415e url(../image/ccie.jpg) center no-repeat;
	background-size: cover;
	color: white;
	padding: 80px 0;
	text-align: center;
}

.ccie-con {}

.ccie-con h2 span {
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.ccie-con h2 p {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.ccie-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 40px;
}

.ccie-list li {
	position: relative;
	overflow: hidden;
	background: white;
}

.ccie-list li .li-just {
	display: flex;
	color: black;
	flex-direction: column;
	align-items: center;
	padding: 40px;
}

.ccie-list li .li-just .li-just-ico {}

.ccie-list li .li-just .li-just-tit {
	font-size: 16px;
	color: #4c4c4c;
	margin: 15px;
	font-weight: 500;
}

.ccie-list li .li-just .li-just-desc {
	margin: 0px 30px;
	font-size: 12px;
	color: #4c4c4c;
	text-align: center;
	line-height: 20px;
}

.ccie-list li .li-reverse {
	background: #0174c4eb;
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	opacity: 0;
	/* cursor: default; */
	transition: all .3s ease;
}

.ccie-list li .li-reverse .li-reverse-tit {
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

.ccie-list li .li-reverse .li-reverse-info {
	margin: 0px 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 30px;
}

.ccie-list li:hover .li-reverse {
	top: 0;
	opacity: 1;
}

.Explanation {
	background: #f4f5f6;
	padding: 50px 0;
}

.Explanation-con h2 {
	text-align: center;
	margin-bottom: 40px;
}

.Explanation-con h2 span {
	font-size: 26px;
	margin: 0 0 10px 0;
	display: block;
}

.Explanation-con h2 p {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 400;
}

.Explanation-con .Explanation-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 60px;
}

.Explanation-con .Explanation-list li {
	display: flex;
	cursor: default;
}

.Explanation-con .Explanation-list li p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.Explanation-con .Explanation-list li span {
	font-size: 14px;
}

.estimate {
	background: #081f31;
	padding: 50px 0;
}

.estimate-con {
	text-align: center;
	color: white;
}

.estimate-con h2 {
	margin-bottom: 30px;
}

.estimate-con ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.estimate-con ul li {
	cursor: default;
	padding: 15px;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.estimate-con ul li:last-child {
	border: none;
}

.estimate-con ul li p {
	background: #0081e7;
	font-size: 24px;
	display: inline-block;
	padding: 5px;
}

.estimate-con ul li span {
	font-size: 22px;
	display: block;
	margin-top: 20px;
}

/* Mobile style */
@media(max-width: 768px) {
	.banner {
		background-position: left bottom;
	}

	/*  */
	.service-con .accordion li .li-con .other-info {
		flex-direction: column;
	}

	.service-con .accordion li .li-con .other-info .other-info-list {
		width: auto;
		margin: 0 0 20px 0;
	}

	/*  */
	.ccie-list {
		grid-template-columns: 1fr 1fr;
	}
	
	.ccie-list li .li-just{
		padding: 40px 0;
	}

	/*  */
	.Explanation-con .Explanation-list {
		grid-template-columns: 1fr;
	}

	/*  */
	.estimate-con ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.estimate-con ul li:nth-child(even) {
		border: none;
	}

	.estimate-con ul li p {
		font-size: 16px;
	}

	.estimate-con ul li span {
		font-size: 14px;
	}
}

@media(max-width: 480px) {
	.ccie-list {
		grid-template-columns: 1fr;
	}
}