/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
/* font-family:'Noto Sans TC',sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* font-family: "Bebas Neue", sans-serif; */

/*-- Basic --*/
body {
	font: 16px/1.231 'Noto Sans TC', '微軟正黑體', sans-serif;
	letter-spacing: 0.13em;
	line-height: 1.75;
	color: #333;
	font-weight: 300;
}

* {
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.xxx {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.menu a,
.menu a:hover,
.menu a::before,
.menu a:hover::before,
.sub_menu,
.has_sub.on .sub_menu,
.btn_01,
.btn_01:hover,
.arrow,
.arrow:hover,
.arrow::before,
.arrow:hover::before,
.arrow::after,
.arrow:hover::after,
.page_link_box a,
.page_link_box a::before,
.page_link_box a:hover::before,
.gallery_box a img,
.gallery_box a img:hover,
.menu,
.menu.open {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.inbox {
	width: 1440px;
	margin: 0 auto;
}

.row {
	display: flex;
}

ul {
	margin: 0;
	padding: 0;
}

/* old*/
.old_ulli>li,
.old_ulli_line>li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.old_ulli_line>li {
	display: inline;
	float: left;
}

/* new */
.ulli>li,
.ulli_line>li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ulli_line {
	display: flex;
	justify-content: flex-start;
}

.ulli_line>li {
	display: flex;
}

button {
	background: none;
	border-width: 0;
}

.body_fixed {
	overflow: hidden;
}

input {
	-webkit-appearance: none;
}

h2.title {
	font-size: 28px;
	font-weight: 500;
	margin: 0;
}

.tit_en {
	font-family: "Bebas Neue", sans-serif;
}

/*-- 文字編輯器 --*/
.Txt {
	color: #333;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-weight: 300;
}

.Txt h1,
.Txt h2,
.Txt h3,
.Txt h4,
.Txt h5,
.Txt h6 {
	margin: 0;
	padding: 7px 0;
}

.Txt p {
	padding: 4px 0;
}

.Txt ul,
.Txt ol {
	margin: 2px 0 10px 0;
	padding-left: 20px;
	overflow: visible;
}

.Txt ul ul,
.Txt ol ol,
.Txt ul ol,
.Txt ol ul {
	margin-bottom: 10px;
}

.Txt ul li,
.Txt ol li {
	padding: 2px 0;
	background: none;
	overflow: visible;
	border: 0;
}

.Txt a {
	color: #21BEFE;
	padding: 0;
	display: inline-block;
	text-decoration: underline;
}

.Txt a:hover {
	text-decoration: underline;
}

/* -- Top Border n body -- */
.top_border_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	pointer-events: none;
}

#content {
	padding: 0 1%;
}

/* -- Header -- */
.hd_area,
.left_hd,
.right_hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hd_area {
	width: 100%;
	position: fixed;
	top: 40px;
	left: 0;
	padding: 0 50px;
	z-index: 999;
}

.left_hd {
	background: #fff;
	width: calc(100% - 260px);
	border: 1px #6AC1CC solid;
	padding: 15px 20px;
	border-radius: 50px;
}

.logo {
	display: block;
	width: 180px;
}

.logo img {
	width: 100%;
}

.has_sub {
	position: relative;
}

.has_sub {
	display: none;
}

.has_sub.on .sub_menu {
	visibility: visible;
	top: 40px;
	opacity: 1;
	z-index: 999;
}

.sub_menu {
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	background: #6AC1CC;
	padding: 5px;
	opacity: 0;
	z-index: -1;
}

.sub_menu a {
	text-align: center;
	color: #fff !important;
}

.sub_menu .ulli_line,
.sub_menu .ulli_line>li {
	display: block;
}

.right_hd {
	width: 240px;
	padding: 18px 20px;
	border-radius: 50px;
	background: linear-gradient(to bottom, #A8FCCD -10%, #21BEFE 50%, #5434FC 180%);
	justify-content: center;
}

.menu li {
	padding: 0 5px;
}

.menu a {
	display: block;
	padding: 5px;
	color: #333;
	position: relative;
}

.menu a i {
	font-size: 14px;
	display: inline-block;
	padding: 0 0 5px 3px;
}

.menu a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #87E5F1;
	transform: scaleX(0);
}

.menu a:hover {
	color: #87E5F1 !important;
}

.menu a:hover::before {
	transform: scaleX(1);
}

.menu_link a {
	color: #fff;
}

.menu_link a:hover {
	opacity: 0.6;
}

.menu li.mb_show {
	display: none;
}

/* -- Index -- */
.banner_box {
	margin-top: 140px;
	display: flex;
	align-items: stretch;
	padding: 0 30px;
}

.banner_left {
	width: 55%;
	border-radius: 20px;
	background-position: center !important;
}

.banner_right {
	width: 45%;
	padding: 0 20px;
}

.bn_about,
.bn_events {
	border-radius: 20px;
}

.bn_about {
	background: #87E5F1;
	padding: 30px 25px 20px;
	margin-bottom: 20px;
}

h2.tit_gradient {
	font-size: 70px;
	background: linear-gradient(to bottom, #5434FC, #21BEFE, rgba(168, 252, 204, 0.1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	margin-bottom: 25px;
	height: 90px;
}

.bn_about .btn_box {
	padding-top: 16px;
	text-align: center;
}

.btn_01 {
	color: #5434FC;
}

.btn_01:hover,
.btn_01:hover .arrow {
	width: 50px;
	color: #FF5130;
}

.arrow {
	display: inline-block;
	height: 5px;
	margin: -2px 0 0 8px;
	position: relative;
	vertical-align: middle;
	width: 30px;
}

.arrow,
.arrow:hover,
.arrow::before,
.arrow:hover::before,
.arrow::after,
.arrow:hover::after {
	-webkit-transition: width .35s ease-in-out;
	-moz-transition: width .35s ease-in-out;
	-o-transition: width .35s ease-in-out;
	-ms-transition: width .35s ease-in-out;
	transition: width .35s ease-in-out;
}

.arrow::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
}

.arrow::before {
	border-bottom: 2px solid currentColor;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.bn_events {
	border: 1px #6AC1CC solid;
	padding: 10px 25px 20px;
}

.bn_events .tit_box {
	display: flex;
	justify-content: end;
}

.events_box li {
	display: flex;
	width: 100%;
	padding: 8px;
	border-bottom: 1px solid #B4B4B4;
}

.events_box a {
	display: block;
	color: #333;
	overflow: hidden;
}

.events_box a:hover {
	color: #21BEFE;
}

.events_box span {
	float: left;
	margin-right: 20px;
}

.events_box p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bn_events .btn_box {
	text-align: right;
	padding: 16px 12px 0 0;
}

.marquee_box {
	margin: 40px 0;
	padding: 15px 35px;
	border-top: 1px solid #6AC1CC;
	border-bottom: 1px solid #6AC1CC;
	position: relative;
}

.marquee_box .tit_box {
	position: relative;
	width: 135px;
	height: 40px;
}

.marquee_box .tit_box p {
	position: absolute;
	top: 55%;
	right: 0;
	transform: translateY(-50%);
}

.icon_news {
	display: block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.marquee_container {
	overflow: hidden;
	width: calc(100% - 240px);
	height: 30px;
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	left: 200px;

}

.marquee_list {
	width: 100%;
	position: absolute;
	top: 0%;
	height: 30px;
}

.marquee_list li {
	position: absolute;
	line-height: 30px;
	top: 100%;
	opacity: 0;
}

.marquee_list li.active {
	top: 0;
	opacity: 1;
}

.page_link_box {
	padding: 0 30px;
}

.page_link_box ul {
	justify-content: space-between;
}

.page_link_box li {
	width: 32.5%;
}

.page_link_box a {
	display: block;
	width: 100%;
	border-radius: 15px;
	padding: 60% 0 25px;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	overflow: hidden;
	color: #fff;
}

.page_link_box a::before {
	content: '';
	background: rgba(51, 51, 51, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page_link_box p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page_link_box a:hover::before {
	background: rgba(51, 51, 51, 0);
}

/*-- Page_Box --*/
.tit_banner {
	width: 100%;
	padding-top: 22%;
	text-align: center;
	position: relative;
	background-position: top !important;
	background-size: cover !important;
	z-index: 0;
	margin-bottom: 20px;
}

.tit_banner h2.title {
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	letter-spacing: 0.25em;
}

/*-- Intro Box --*/
.intro_box {
	padding: 30px 15px;
}

.intro_box h2.title {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #FF8551;
	position: relative;
	margin-bottom: 20px;
}

.intro_box h2.title::after {
	content: '';
	display: block;
	width: 90%;
	height: 1.5px;
	background: #FF8551;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.intro_box .Txt {
	width: 88%;
	margin: 0 auto;
}

/*-- News List --*/
.news_list {
	margin: 50px 15px;
}

.news_list .ulli_line {
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_list .ulli_line li {
	width: 50%;
	padding: 0 0 40px 0;
}

.news_item {
	width: 90%;
	position: relative;
	border: 1px solid #6AC1CC;
	border-radius: 20px;
}

.news_item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #87E5F1;
	border-radius: 20px;
	z-index: -1;
	transform: translate(10px, 10px);
}

.news_item .box_img {
	position: relative;
	padding: 50% 0 20px;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.news_item .box_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.news_item .box_img .news_tag {
	display: block;
	padding: 5px 20px;
	font-size: 12px;
	border-radius: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	background: #5434FC;
	color: #fff;
}


.news_item .box_text {
	background: #fff;
	padding: 20px 15px;
	color: #333;
	border-radius: 0 0 20px 20px;
}

.news_item .box_text span {
	font-size: 12px;
	color: #777777;
}

.news_item .box_text p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*-- Page List -*/
.pagerlist {
	height: 50px;
	padding-top: 10px;
	text-align: center;
}

.page-item.first,
.page-item.last {
	display: none;
}

.page-item {
	display: inline-block;
}

.page-link {
	position: relative;
	float: left;
	color: #B4B4B4;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
}

.page-item.next,
.page-item.prev {
	position: relative;
	width: 50px;
	margin: 0 15px;
}

.page-item.next .page-link,
.page-item.prev .page-link {
	color: #4A3A37;
	text-indent: -9999px;
	width: 100%;
	padding: 0;
	font-size: 17px;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.15s ease-in-out;
	position: relative;
}


.page-item.next .page-link::after,
.page-item.prev .page-link::after {
	content: '';
	display: block;
	width: 30px;
	height: 10px;
	background: url('../images/content/icon_arrow.svg') center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}

.page-item.prev:hover .page-link {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	transition: all 0.15s ease-in-out;
}

.page-item.next:hover .page-link {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transition: all 0.15s ease-in-out;
}

.page-item.prev .page-link::after {
	right: 0;
	transform: rotate(180deg);
}

.page-item.next .page-link::after {
	left: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
	color: #21BEFE;
	font-size: 20px;
}

/*-- News Page --*/
.tit_banner.article {
	padding-top: 230px;
	background-position: center !important;
}

.breadcrumbs {
	width: 80%;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}

.breadcrumbs .ulli_line {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

.breadcrumbs ul li:last-child {
	color: #fff;
}

.breadcrumbs,
.breadcrumbs a {
	color: #fff;
	font-size: 14px;
}

.breadcrumbs a {
	text-decoration: underline;
}

.breadcrumbs i {
	font-size: 10px;
	padding: 8px 8px 0;
}

.article_box {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #6AC1CC;
	border-radius: 20px;
	padding: 40px;
}

.article_box .tit_box {
	margin-bottom: 15px;
}

.article_box .tit_box .date {
	color: #B4B4B4;
	padding-left: 5px;
	font-size: 14px;
}

.article_box .tit_box .date i {
	margin-right: 8px;
}

/*-- Place --*/
.equipment_box li {
	display: flex;
	padding: 40px 0;
}

.equipment_box li:nth-child(even) {
	flex-direction: row-reverse;
}

.equipment_box .left_box,
.equipment_box .right_box {
	position: relative;
	width: 50%;
}

.equipment_box .img_box {
	width: 95%;
	padding: 55% 0 45px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.equipment_box .left_box::after {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: -20px;
	background: #87E5F1;
	border-radius: 20px;
	z-index: -1;
}

.equipment_box .img_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.equipment_box .right_box {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.equipment_box .text_box b {
	font-size: 20px;
	color: #FF8551;
	font-weight: 400;
	margin-bottom: 10px;
}

.equipment_box .text_box p {
	text-align: justify;
}

/*-- Gallery --*/
.gallery_box {
	width: 90%;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
}

.gallery_box a {
	display: block;
	width: 25%;
	height: 200px;
	overflow: hidden;
	padding: 0 1%;
	margin-bottom: 20px;
}

.gallery_box a img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.gallery_box a img:hover {
	opacity: 0.65;
}

/*-- Traffic --*/
.traffic_box {
	display: flex;
	width: 90%;
	margin: 40px auto;
}

.traffic_box .left_box,
.traffic_box .right_box {
	width: 50%;
	padding: 0 15px;

}

.traffic_box b {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 5px;
}

.traffic_box .map_box iframe {
	width: 100%;
}

.traffic_box .map_box,
.traffic_box .map_box iframe {
	height: 100%;
}

/*-- FQA --*/

.fqa_box {
	width: 90%;
	margin: 40px auto;
	padding: 0 10px;
}

.fqa_box li {
	padding: 8px 0;
	border-radius: 15px;
}

.fqa_box a {
	display: block;
	padding: 5px 40px 5px 15px;
	border-bottom: 1px solid #6AC1CC;
	position: relative;
	color: #333;
}

.fqa_box i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #6AC1CC;
}

.fqa_box a.on {
	background: #6AC1CC;
	color: #fff;
}

.fqa_box a.on i {
	color: #fff;
}

.answer {
	padding: 10px;
}

/*-- 404 --*/
.top_border_bg.top_border_bg01 {
	top: 0;
	height: 100vh;
}

.page_404 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}

.page_404 .text_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.page_404 h2.title {
	font-size: 36px;
	margin: -15px 0;
}

.page_404 .number {
	display: block;
	font-size: 28px;
	margin-bottom: 5px;
}

.page_404 .btn_box {
	margin-top: 40px;
}

.page_404 .btn_back {
	display: block;
	font-size: 18px;
	background: #21BEFE;
	color: #333;
	padding: 5px 20px;
	border-radius: 30px;
}

/*-- Footer --*/
.footer {
	background: #87E5F1;
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	margin: 50px 1% 1.5%;
}

.footer .left_box {
	width: 30%;
}

.footer .left_box img {
	width: 100%;
}

.footer .right_box,
.footer .right_box a {
	color: #777777;
}

.footer .right_box {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	vertical-align: middle;
	justify-content: flex-end;
	text-align: right;
}

.footer .right_box .social,
.footer .right_box .info,
.footer .right_box p {
	width: 100%;
}

.footer .right_box .social {
	display: flex;
	justify-content: flex-end;
	font-size: 28px;
}

.footer .right_box .info {
	padding: 15px 0;
}

.footer .right_box p {
	font-size: 12px;
}

@media only screen and (max-width:1550px) {
	.inbox {
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:1200px) {
	.top_border_bg {
		top: 60px;
		height: calc(100% - 60px);
	}

	.top_border_bg.top_border_bg01 {
		top: 0;
		height: 100vh;
	}

	.hd_area {
		height: 60px;
		top: 0;
		padding: 10px;
		background: #333;
	}

	.left_hd {
		border: none;
		width: 100%;
		background: transparent;
		padding: 0;
	}

	.right_hd {
		display: none;
	}

	.logo {
		width: 160px;
	}

	.burger {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 58%;
		right: 15px;
		-webkit-transform: translateY(-50%) rotate(0deg);
		-moz-transform: translateY(-50%) rotate(0deg);
		-o-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	.burger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.burger span:nth-child(1) {
		top: 0px;
	}

	.burger span:nth-child(2),
	.burger span:nth-child(3) {
		top: 10px;
	}

	.burger span:nth-child(4) {
		top: 20px;
	}

	.burger.on span:nth-child(1) {
		top: 10px;
		width: 0%;
		left: 50%;
	}

	.burger.on span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.burger.on span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.burger.on span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	.menu {
		position: fixed;
		width: 180px;
		top: 60px;
		bottom: 0;
		right: -180px;
		left: auto;
		background: #fff;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
		box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.1);
	}

	.menu.open {
		right: 0;
		opacity: 1;
		z-index: 999;
		visibility: visible;
	}

	.menu.open .ulli_line {
		display: block;
	}

	.menu li {
		display: block;
		padding: 8px;
		text-align: center;
	}

	.menu a {
		padding: 5px;
		position: relative;
	}

	.menu a i {
		padding: 0;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0, -48%);
	}

	.sub_menu {
		width: 100%;
		left: 0;
		transform: translate(0, -5px);
		padding: 0;
		background: transparent;
		opacity: 0;
		z-index: -1;
	}

	.on .sub_menu {
		position: static;
		display: block;
		opacity: 1;
		z-index: 1;
		transform: translate(0, 0);
	}

	.sub_menu ul {
		padding: 5px 0;
	}

	.sub_menu a {
		padding: 0;
		color: #333 !important;
	}

	.menu li.mb_show {
		display: block;
	}

	/*-- Index --*/
	.banner_box {
		margin-top: 110px;
	}

	.banner_right {
		width: 47%;
		padding: 0 0 0 20px;
	}

	.marquee_box {
		padding: 15px 25px;
	}

	.marquee_box .tit_box {
		height: 30px;
		width: 110px;
	}

	.icon_news {
		width: 30px;
		height: 30px;
	}

	.marquee_container {
		width: calc(100% - 180px);
		left: 150px;
	}

	.equipment_box li {
		align-items: center;
	}

	.equipment_box .left_box::after {
		right: 8px;
		bottom: -15px;
	}

	.equipment_box .right_box {
		padding: 0 0 0 25px;
	}

	.equipment_box li:nth-child(even) .right_box {
		padding: 0 25px 0 0;
	}

	.gallery_box {
		margin: 50px auto 10px;
	}

	.gallery_box a {
		width: 33.33%;
	}

	.tit_banner.article {
		padding-top: 200px;
		margin-bottom: 30px;
	}

	/*-- Footer --*/
	.footer {
		font-size: 14px;
	}

	.footer .left_box {
		width: 43%;
		display: flex;
		align-items: end;
		margin-bottom: 10px;
	}

	.footer .right_box {
		width: 55%;
	}
}


@media only screen and (max-width:960px) {
	.banner_box {
		display: block;
	}

	.banner_left {
		width: 100%;
		height: 250px;
		background-size: cover !important;
		margin-bottom: 20px;
	}

	.banner_right {
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.bn_about {
		width: 39%;
	}

	.bn_events {
		width: 59%;
	}

	.bn_about {
		margin: 0;
		position: relative;
	}

	.bn_about .btn_box {
		position: absolute;
		bottom: 18px;
		left: 50%;
		transform: translateX(-50%);
	}

	.marquee_box {
		margin: 30px 0;
	}

	.tit_banner {
		padding: 0;
		height: 240px;
	}

	.intro_box .Txt {
		width: 96%;
	}

	.intro_box h2.title::after {
		width: 100%;
	}

	.traffic_box {
		display: block;
	}

	.traffic_box .left_box,
	.traffic_box .right_box {
		width: 100%;
		padding: 0;
	}

	.traffic_box .left_box {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	.traffic_box .right_box {
		height: 350px;
	}
}

@media only screen and (max-width:760px) {
	.banner_right {
		display: block;
	}

	.bn_about,
	.bn_events {
		width: 100%;
		margin-bottom: 20px;
	}

	.bn_about .btn_box {
		position: static;
		transform: translate(0);
	}

	.page_link_box .ulli_line {
		display: block;
	}

	.page_link_box li {
		width: 100%;
		margin-bottom: 15px;
	}

	.page_link_box a {
		padding: 0;
		height: 200px;
	}

	.news_list {
		margin: 40px 0 10px;
	}

	.equipment_box li {
		display: block;
		padding: 30px 0 20px;
	}

	.equipment_box .left_box,
	.equipment_box .right_box {
		width: 100%;
	}

	.equipment_box .right_box {
		margin-top: 30px;
	}

	.equipment_box .img_box {
		width: 97%;
	}

	.gallery_box {
		margin: 30px auto 10px;
		width: 100%;
	}

	.gallery_box a {
		width: 50%;
	}

	.fqa_box {
		width: 100%;
	}

	.article_box {
		width: 100%;
	}

	.breadcrumbs {
		width: 90%;
		bottom: 40px;
	}

	.traffic_box {
		width: 100%;
	}

	/*-- Footer --*/
	.footer {
		display: block;
	}

	.footer .left_box {
		display: none;
	}

	.footer .right_box {
		width: 100%;
		text-align: center;
	}

	.footer .right_box .social {
		justify-content: center;
	}

	.footer .right_box .info {
		padding: 5px 0 15px;
	}

}

@media only screen and (max-width:550px) {

	.banner_box,
	.page_link_box {
		padding: 0 20px;
	}

	.marquee_box {
		margin: 20px 0;
	}

	.marquee_box {
		padding: 10px 30px;
	}

	.marquee_box .tit_box {
		margin-bottom: 10px;
	}

	.marquee_container {
		width: 100%;
		position: static;
		transform: translate(0);
	}

	.tit_banner {
		height: 200px;
	}

	.news_list .ulli_line li {
		width: 100%;
	}

	.news_item {
		width: 97%;
	}

	.intro_box {
		padding: 30px 0;
	}

	.equipment_box .img_box {
		width: 97%;
	}

	.equipment_box .left_box::after {
		right: 0;
		bottom: -5%;
	}

	.equipment_box .right_box {
		padding: 0 8px;
	}

	.gallery_box a {
		height: 150px;
	}

	.fqa_box {
		margin: 30px auto 50px;
	}

	.breadcrumbs {
		bottom: 20px;
	}

	.breadcrumbs .ulli_line {
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer {
		margin: 30px 0 1.5%;
		padding: 20px 20px 30px;
	}

}