@charset "UTF-8";
.about .show__main {
	position: inherit;
	right: inherit;
	bottom: inherit;
}

.about .show__item {
	width: calc(25% - 1px);
}

.about__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about__title p {
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	color: #2F5597;
	margin: auto;
	text-align: center;
}

.about__title p::before {
	content: '';
	border-left: 10px solid #0B7AB7;
	margin-right: 15px;
}

.about__title p::after {
	content: '';
	border-right: 10px solid #0B7AB7;
	margin-left: 15px;
}

.about__main {
	background-image: url("../../images/pic-41.jpg");
	background-position: 50% top;
	background-repeat: no-repeat;
	padding: 60px 120px;
}

.about__main ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.about__main ul li {
	width: calc(50% - 20px);
	color: #fff;
}

.about__main ul li:nth-of-type(2) {
	background: rgba(16, 57, 58, 0.6);
	padding: 50px;
}

.about__main ul li img {
	display: block;
	width: 100%;
	height: auto;
}

.about__info {
	display: grid;
	grid-template-columns: 2fr 3fr;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 40px;
}

.about__info li > img {
	display: block;
	width: 100%;
	height: auto;
}

.about__subtitle {
	font-size: clamp(24px, 3vw, 30px);
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#0b7ab7), to(#06488f));
	background: -o-linear-gradient(left, #0b7ab7 0%, #06488f 100%);
	background: linear-gradient(to right, #0b7ab7 0%, #06488f 100%);
	padding: 5px 15px;
}

.about__item {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: 50px auto auto;
}

.about__item li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: calc(100%/3 - 3px);
	border-right: 3px dashed #ABABAB;
}

.about__item li i {
	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;
	border-radius: 99rem;
	width: 125px;
	height: 125px;
	background: #DFEFFF;
	margin-bottom: 40px;
}

.about__item li p {
	color: #7A7D81;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 700;
	width: 100%;
	text-align: center;
}

.about__page {
	display: block;
	position: relative;
}

.about__page-info {
	width: 45%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 2;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about__page-title {
	font-size: clamp(24px, 3vw, 30px);
	color: #fff;
	font-weight: 700;
	background: -webkit-gradient(linear, left top, right top, from(#0b7ab7), to(#06488f));
	background: -o-linear-gradient(left, #0b7ab7 0%, #06488f 100%);
	background: linear-gradient(to right, #0b7ab7 0%, #06488f 100%);
	padding: 5px 15px;
	margin-bottom: 20px;
}

.about__page-img {
	width: calc(65% - 15px);
	margin-left: 35%;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 15px 15px 0 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 15px 15px 0 0px;
}

.about__page-img img {
	display: block;
	width: 100%;
	height: auto;
}

.about__world {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 15px;
	text-align: center;
	background-image: url("../../images/world-bg.svg");
	background-position: 50% top;
	background-repeat: no-repeat;
}

.about__world img {
	margin-bottom: 30px;
}

.about__world-title {
	width: 100%;
	font-weight: 700;
	color: #09977A;
}

@media only screen and (max-width: 1280px) {
	.about__main {
		padding: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.about__main ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.about__main ul li:nth-of-type(2) {
		padding: 20px;
	}
	.about__info {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}
	.about__item {
		width: 100%;
	}
	.about__item i img {
		width: 80%;
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.about .show__item {
		height: 138px;
	}
	.about__page-info {
		display: block;
		width: 100%;
		position: inherit;
		top: inherit;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	.about__page-img {
		width: 100%;
		margin-left: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

@media only screen and (max-width: 540px) {
	.about__item li {
		padding: 0 10px;
	}
}

.department {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.department__info {
	padding: 30px;
}

.department__img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index: 2;
}

.department__img img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.department__img-bg {
	display: block;
	width: 100%;
	position: relative;
}

.department__img-bg::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #0B7AB7;
	height: 150px;
	z-index: 1;
}

.department__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: auto;
}

.department__title::before, .department__title::after {
	content: '■';
	color: #25215E;
	font-size: 40px;
}

.department__title::before {
	margin-right: 10px;
}

.department__title::after {
	margin-left: 10px;
}

.department__tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.department__tip p {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 3.75rem;
	font-weight: 700;
	color: #74ACE8;
	border-bottom: 1px solid #25215E;
	border-right: 1px solid #25215E;
	padding: 0 20px;
	background: #fff;
	-webkit-box-shadow: 10px 10px 0 #EBEBEB;
	        box-shadow: 10px 10px 0 #EBEBEB;
}

.department__tip p::before {
	content: '■';
	color: #25215E;
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
	.department__info {
		width: 100%;
		padding: 10px;
	}
	.department__img {
		width: 100%;
	}
}

.who__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.who__item li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	width: calc(100%/3);
	height: 100%;
}

.who__item li:hover .who__info::after {
	height: 100%;
}

.who__item li a {
	display: block;
	width: 100%;
	height: 100%;
}

.who__img {
	padding-bottom: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.who__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.who__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.who__info::after {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(0, 104, 197, 0.6);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.who__title {
	width: 100%;
	font-weight: 700;
	font-size: clamp(20px, 3vw, 40px);
	margin-bottom: 30px;
}

.who__txt {
	font-size: 18px;
}

.who__tip {
	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;
	padding: 10% 0;
}

.who__tip p {
	display: block;
	font-weight: 700;
	color: #fff;
	font-size: clamp(20px, 3vw, 30px);
}

.who__tip p::after {
	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;
	margin: 10px auto auto;
	content: '\e917';
	font-size: 16px;
	font-family: 'icomoon';
	border-radius: 99rem;
	color: #fff;
	background: #71BB5D;
	width: 33px;
	height: 33px;
}

.who--label {
	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;
	width: 100%;
	height: 50%;
	padding: 10% 0;
}

@media only screen and (max-width: 540px) {
	.who__item li {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.service__show, .service ul {
		width: 100%;
	}
	.service--label img {
		width: 85%;
		height: 85%;
	}
}

.honor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.honor__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	width: 50%;
	padding: 0 30px;
	overflow: hidden;
}

.honor .slick-slider {
	width: 100%;
}

.honor .slick-slide img {
	width: 100%;
	height: auto;
}

.honor__img {
	display: block;
	width: 100%;
}

.honor__img img {
	margin: auto;
}

.honor__title {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #15328F;
}

.honor__subtxt {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.honor__item {
	background-image: url("../../images/icon-15.svg");
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 85px;
	margin-bottom: 70px;
}

.honor__tip {
	font-size: clamp(24px, 2vw, 30px);
	color: #15328F;
	font-weight: 700;
}

.honor__txt {
	font-size: 20px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}

.honor__word {
	font-size: 20px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}

.honor__word::before {
	content: '●';
}

@media only screen and (max-width: 1024px) {
	.honor__main {
		width: 100%;
	}
	.honor__main:nth-of-type(2) {
		background: #8DC2F9;
	}
}

.honordots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 70px;
	margin: auto;
	text-align: center;
	z-index: 100;
	width: auto;
	height: auto;
	font-size: 0;
}

.honordots li {
	display: inline-block;
	border: none;
}

.honordots li button {
	width: 10px;
	height: 10px;
	background: none;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 30px;
	background: #bfbfbf;
	border: none;
}

.honordots li.slick-active button {
	background: #1A86BE;
	width: 10px;
	height: 10px;
}

/*歷史*/
.history ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #124BAE;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.history ul li:nth-of-type(1) {
	width: 250px;
}

.history ul li:nth-of-type(2) {
	width: calc(100% - 250px);
}

.history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #a2a2a2;
	background-image: url("../../images/gray-bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 250px 100%;
}

.history__tip {
	width: 250px;
	padding: 10px 30px;
	font-size: clamp(24px, 1.5vw, 26px);
	font-weight: 500;
	color: #2F5597;
	font-family: 'Ubuntu';
	text-align: center;
}

.history__info {
	width: calc(100% - 250px);
	padding: 10px 30px;
	font-size: 18px;
	color: #333;
}

@media only screen and (max-width: 768px) {
	.history ul {
		display: none;
	}
	.history__item {
		background: none;
		padding: 20px;
	}
	.history__item:nth-child(even) {
		background: #F5F5F5;
	}
	.history__tip {
		padding: 0;
		width: 100%;
		background: none;
		text-align: left;
	}
	.history__tip::before {
		content: '●';
		font-size: 24px;
		color: #2F5597;
		margin-right: 5px;
	}
	.history__info {
		width: 100%;
		padding: 0 0 0 15px;
	}
}

/*合作廠商*/
.concur__head {
	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;
	background: #333;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 3.75rem;
	font-weight: 700;
}

.concur__head > span {
	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;
	width: 200px;
}

.concur__head > ul {
	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;
	width: calc(100% - 200px);
}

.concur__head > ul li {
	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;
	text-align: center;
	width: 50%;
}

.concur__head > ul li p {
	width: 33.333%;
}

.concur__show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

.concur__info {
	width: calc(100% - 200px);
}

.concur__info > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	border-bottom: 1px solid #B9B9B9;
}

.concur__info > dl dt, .concur__info > dl dd {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.concur__info > dl dt p {
	width: 33.333%;
	padding: 10px;
	border-right: 1px solid #B9B9B9;
}

.concur__info > dl dt p:last-child {
	border-right: none;
}

.concur__info > dl dd {
	padding: 10px;
	background: #DDE6EE;
}

.concur__tip {
	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;
	width: 200px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #4F81BD;
	border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
	.concur__head span {
		display: none;
	}
	.concur__head ul {
		width: 100%;
	}
	.concur__head ul li {
		width: 100%;
	}
	.concur__head ul li:last-child {
		display: none;
	}
	.concur__tip {
		width: 100%;
		border-bottom: none;
	}
	.concur__info {
		width: 100%;
	}
	.concur__info > dl dt {
		width: 100%;
		background: #DDE6EE;
	}
	.concur__info > dl dd {
		width: 100%;
		background: #fff;
	}
}
