.contentBox .serviceIcon .iconList .Img img, .contentBox .serviceIcon .iconList .Img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mainArea {
	padding-top: 30px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1180px) {
	.mainArea {
		padding-top: 20px;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	.mainArea {
		padding: 30px 0;
	}
}

.contentBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contentBox .leftBox {
	position: sticky;
	height: 100%;
	width: 12%;
	top: 100px;
	padding-left: 20px;
	z-index: 10;
}
.contentBox .rightBox {
	width: 84%;
	margin-left: auto;
}
@media (max-width: 1600px) {
	.contentBox .leftBox {
		width: 16%;
		top: 80px;
	}
	.contentBox .rightBox {
		width: 80%;
	}
}
@media (max-width: 1400px) {
	.contentBox .leftBox {
		width: 20%;
	}
	.contentBox .rightBox {
		width: 76%;
	}
}
@media (max-width: 1023px) {
	.contentBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 20px;
	}
	.contentBox .leftBox {
		width: 100%;
		padding-left: 0;
	}
	.contentBox .rightBox {
		width: 100%;
	}
}
.contentBox .titleBox.line2 {
	display: inline-block;
	padding-left: 45px;
}
.contentBox .titleBox.line2:after {
	content: "";
	position: absolute;
	width: 82%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #0052a4;
}
.contentBox .titleBox.line2:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 50px;
	top: 0;
	left: 82%;
	background-color: #0052a4;
}
.contentBox .titleBox.line2 .titleTw {
	padding-top: 60px;
}
.contentBox .titleBox.line2 .titleTw:before {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(100% + 30px);
	bottom: -30px;
	left: -45px;
	background-color: #0052a4;
}
@media (max-width: 1180px) {
	.contentBox .titleBox.line2 .titleTw {
		padding-top: 30px;
	}
	.contentBox .titleBox.line2:before {
		height: 25px;
	}
}
@media (max-width: 650px) {
	.contentBox .titleBox.line2 {
		padding-left: 0;
	}
	.contentBox .titleBox.line2:before, .contentBox .titleBox.line2:after {
		display: none;
	}
	.contentBox .titleBox.line2 .titleTw {
		padding-top: 0;
	}
	.contentBox .titleBox.line2 .titleTw:before {
		display: none;
	}
}
.contentBox .textEditor.line {
	padding-left: 45px;
}
@media (max-width: 650px) {
	.contentBox .textEditor.line {
		padding-left: 0;
	}
}
.contentBox .textEditor ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contentBox .textEditor .infoBox.line .info:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	bottom: 30px;
	left: -45px;
	background-color: #0052a4;
}
.contentBox .textEditor .infoBox.line .info:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: 30px;
	left: -45px;
	background-color: #0052a4;
}
@media (max-width: 650px) {
	.contentBox .textEditor .infoBox.line .info:after, .contentBox .textEditor .infoBox.line .info:before {
		display: none;
	}
}
.contentBox .textEditor .infoBox.odm:after {
	content: "";
	z-index: -1;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30%;
	background-color: #0052a4;
}
@media (max-width: 1400px) {
	.contentBox .textEditor .infoBox.odm:after {
		width: 20%;
	}
}
@media (max-width: 1180px) {
	.contentBox .textEditor .infoBox.odm:after {
		width: 0;
	}
}
.contentBox .textEditor .info {
	max-width: 40%;
	opacity: 0.8;
	color: #333;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
	position: relative;
}
.contentBox .textEditor .infoList {
	margin-top: 30px;
}
.contentBox .textEditor .infoList li,
.contentBox .textEditor .infoList h4 {
	font-weight: 400;
	position: relative;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
	color: #333;
}
.contentBox .textEditor .infoList li:before,
.contentBox .textEditor .infoList h4:before {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #0052a4;
	display: inline-block;
	margin-right: 12px;
}
@media (max-width: 1400px) {
	.contentBox .textEditor .info {
		max-width: 60%;
		font-size: 15px;
	}
	.contentBox .textEditor .infoList li,
	.contentBox .textEditor .infoList h4 {
		font-size: 15px;
	}
}
@media (max-width: 1180px) {
	.contentBox .textEditor .info {
		max-width: 80%;
	}
}
@media (max-width: 650px) {
	.contentBox .textEditor .info {
		max-width: 100%;
	}
}
.contentBox .service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 5%;
}
@media (max-width: 1600px) {
	.contentBox .service {
		margin-top: 10%;
	}
}
@media (max-width: 1400px) {
	.contentBox .service {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: 40px;
	}
}
.contentBox .serviceIcon {
	width: 55%;
	overflow: hidden;
	position: relative;
	padding-right: 50px;
}
.contentBox .serviceIcon:after {
	content: "";
	width: 100%;
	height: 1px;
	z-index: -1;
	position: absolute;
	top: 47.5px;
	background-color: rgba(0, 0, 0, 0.24);
}
.contentBox .serviceIcon .iconList {
	text-align: center;
	font-size: 17px;
	line-height: 1.76;
	letter-spacing: 0.34px;
}
.contentBox .serviceIcon .iconList .iconItem {
	padding: 5px;
	position: relative;
	z-index: 1;
}
.contentBox .serviceIcon .iconList .item {
	cursor: pointer;
}
.contentBox .serviceIcon .iconList .item:hover .Img, .contentBox .serviceIcon .iconList .item.current .Img {
	background-color: #0052a4;
}
.contentBox .serviceIcon .iconList .item:hover .Img img, .contentBox .serviceIcon .iconList .item.current .Img img {
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
.contentBox .serviceIcon .iconList .Img {
	background-color: #fff;
	-webkit-box-shadow: -1px 0px 12.74px 0.26px rgba(27, 27, 27, 0.08);
	        box-shadow: -1px 0px 12.74px 0.26px rgba(27, 27, 27, 0.08);
	border-radius: 50%;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 5;
}
.contentBox .serviceIcon .iconList .Img img {
	max-width: 100%;
}
.contentBox .serviceIcon .iconList .title {
	color: #0052a4;
	padding: 10px 0;
	font-weight: 400;
}
.contentBox .serviceIcon .iconList .text {
	color: #333;
	opacity: 0.8;
	font-weight: 400;
}
@media (max-width: 1600px) {
	.contentBox .serviceIcon {
		width: 60%;
	}
}
@media (max-width: 1400px) {
	.contentBox .serviceIcon {
		width: 75%;
	}
}
@media (max-width: 1180px) {
	.contentBox .serviceIcon {
		width: 100%;
		padding-right: 0;
	}
	.contentBox .serviceIcon .title {
		font-size: 15px;
	}
	.contentBox .serviceIcon .text {
		font-size: 15px;
	}
}
.contentBox .serviceImg {
	width: 40%;
	max-width: 595px;
	position: relative;
}
.contentBox .serviceImg .arrowBox {
	width: auto;
	position: absolute;
	left: 0;
	top: 10%;
	-webkit-transform: translateX(-120%);
	        transform: translateX(-120%);
}
.contentBox .serviceImg .Img {
	max-width: 595px;
}
.contentBox .serviceImg .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1800px) {
	.contentBox .serviceImg .arrowBox {
		top: -10%;
	}
}
@media (max-width: 1600px) {
	.contentBox .serviceImg .arrowBox {
		top: -25%;
	}
}
@media (max-width: 1400px) {
	.contentBox .serviceImg {
		width: 90%;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.contentBox .serviceImg .serviceList {
		width: 50%;
	}
	.contentBox .serviceImg .arrowBox {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		        transform: none;
	}
}
@media (max-width: 1180px) {
	.contentBox .serviceImg {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.contentBox .serviceImg {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		row-gap: 20px;
	}
	.contentBox .serviceImg .serviceList {
		width: 80%;
	}
}
@media (max-width: 540px) {
	.contentBox .serviceImg .serviceList {
		width: 100%;
	}
}
/*# sourceMappingURL=about.css.map */