@import url('/css/animate.css');

.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

#community {
	display: none;
}

#wrap {}

/* sub_banner */
#sub_banner {
	width: 100%;
	height: 480px;
}

#sub_banner a.Asubbanner {
	background: no-repeat 50% 0% / cover;
	background-size: cover;
	height: 100%;
}

.bannerBox {
	position: sticky;
	z-index: 10;
}

.bannerBox .Txtbox {
	position: absolute;
	width: 100%;
	bottom: 70px;
	left: 0%;
	-webkit-transform: translate(7%, -20%);
	-ms-transform: translate(7%, -20%);
	transform: translate(7%, -20%);
	z-index: 10;
	display: flex;
	-webkit-box-align: center;
	flex-direction: column;
}

.bannerBox .Txtbox .titleBox {
	color: #515151;
	padding-bottom: 10px;
	margin: 0px auto 0px 0;
}

.bannerBox .Txtbox .titleBox h2 {
	font-size: 24px;
	position: relative;
	color: #fff;
	padding: 0 0 20px 0;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.bannerBox .Txtbox .titleBox h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 20vw;
	height: 1px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.bannerBox .Txtbox .titleBox em {
	position: relative;
	padding-right: 0px;
	font-style: inherit;
	text-transform: uppercase;
	font-size: 6vmin;
	line-height: 1.5;
	font-weight: 700;
	text-underline-offset: 5px;
	color: transparent;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	background: linear-gradient(to right, #ffffff 56%, #ffffff 0%);
	-webkit-background-clip: text;
	background-clip: text;
	position: relative;
	display: inline-block;
}

.bannerBox .Txtbox strong {
	font-size: 14px;
	color: #9d9d9d;
	font-weight: 500;
}

/* banner_btns */
.banner_btns {
	position: absolute;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}

.banner_btns a {
	display: block;
	left: 30px;
	top: 220px;
	position: fixed;
	z-index: 200;
}

.banner_btns a.fb_icon {
	margin-bottom: 1rem;
	top: 170px;
}

.banner_btns a svg {
	width: 26px;
	height: 26px;
	fill: #383838;
}


/* wrap */
#wrap {
	z-index: -1;
	position: inherit;
}

/* top_title */
#top_title .pag_tit {
	line-height: 120%;
	font-weight: 400;
	letter-spacing: 5px;
}

#top_title .pag_tit::first-letter {
	color: var(--primary);
}

/* waylink */
.waylink {
	text-align: center;
}

.waylink ol {
	padding: 20px 20px;
}

.waylink ol li,
.waylink ol li a {
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 13px;
}

.waylink ol li:after {
	margin: 0 10px;
	display: inline-block;
	font-weight: 100;
	font-size: 12px;
	content: "/";
}

.waylink ol li:last-child:after {
	margin: 0;
	content: "";
}

/* aside */
aside {
	margin: 60px auto 0;
	padding-bottom: 20px;
}

aside #sidebtn {
	padding: 10px 20px;
	width: calc(100% - 40px);
	z-index: 2;
}

aside #sidebtn:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(var(--white), .1);
	top: 0;
	left: 0;
	transition: .4s cubic-bezier(.23, 1, .32, 1);
	content: "";
}

aside #sidebtn i {
	top: calc((100% - 16px) / 2);
	right: 20px;
}

aside>ul>li b[data-action="sideOpen"] {
	position: absolute;
	padding: 5px 20px;
	display: block;
	top: calc((100% - 42px) / 2);
	right: 0;
	cursor: pointer;
}

aside>ul>li b[data-action="sideOpen"] i:before {
	content: "\f067";
}

aside>ul>li[data-type="2"] b[data-action="sideOpen"] i:before {
	content: "\f068";
}

aside>ul>li h4 a {
	padding: 7px 14px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dfdfdf;
}

aside>ul>li.action h4 a {
	color: var(--white);
	background-color: var(--primary);
}

aside>ul>li ul.subUL {
	position: absolute;
	width: 170px;
	background: #f5f5f5;
	left: calc(50% - 85px);
	z-index: 5;
	opacity: 0;
}

aside>ul>li ul.sub2UL {
	margin-left: 10px;
}

aside>ul>li ul.subUL li>div {
	position: relative;
}

aside>ul>li ul.subUL li a {
	padding: 5px 15px 5px 30px;
	display: block;
}

aside>ul>li ul.subUL li [data-action="sideOpen"] {
	display: none;
}

aside>ul>li ul.sub2UL li a {
	color: var(--complement);
}



/* content_wrap */
#content_wrap {
	padding: 20px 20px 80px;
}

#content_wrap .pag_tit {
	line-height: 140%;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 35px;
	margin-top: 15px;
	text-align: center;
	padding-bottom: 20px;
	font-size: 24px;
	border-bottom: 3px solid #000000;
}

#content_wrap .contentBox {
	display: flex;
	justify-content: space-between;
}

#Cgmap {
	width: 45%;
}

#Cgmap iframe {
	width: 100%;
	height: 100%;
}

#content_wrap .form_box {
	width: 50%;
}

#content_wrap .m_title {
	margin-bottom: 40px;
}

/* list_box */
.list_box li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.list_box li h3 {
	height: auto;
	font-weight: 400;
	font-size: 20px;
	color: #6a6a6a;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 5px;
	padding-bottom: 10px;
	-webkit-line-clamp: 1;
	line-height: 200%;
}

/* describe */
#describe {
	padding: 10px 0px;
	margin: 0px auto 1vw;
	width: 90%;
}

#describe .Descrarticle {
	margin: 20px 0 0;
}

#describe p a {
	color: var(--primary);
}

#describe h4,
#describe h4 strong,
#describe strong,
#describe p {
	font-weight: 400;
	vertical-align: initial;
}

/* article_list */
#article_list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

#article_list li {
	background: rgb(255 255 255);
	position: relative;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}

#article_list li .img_cover {
	display: none;
}

#article_list .info_box {
	padding: 15px 30px;
	background: rgb(255 255 255);
	position: relative;
	overflow: hidden;
}

#article_list .info_box:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 20px solid transparent;
	border-top: 20px solid #a5a5a5;
	left: -10px;
	top: 0;
}

#article_list .info_box article {
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
	color: #2c2c2c;
	-webkit-line-clamp: 2;
	height: auto;
}

#article_list .info_box .tagsBox {
	padding: 5px 0 0px 0;
	margin-top: 10px;
	border-top: 1px solid #d7d7d7;
}

/* news_list */
#news_list {
	display: flex;
	flex-wrap: wrap;
}

#news_list li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
	-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
	box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
	width: 30%;
}

#news_list li .NImg {
	position: relative;
	display: none;
}

#news_list li img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	object-position: 50% 50%;
	height: 260px;
}

#news_list li .info_box {
	padding: 0px 20px 20px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

#news_list li .newsDataBox {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	position: relative;
	justify-content: flex-end;
	position: absolute;
	right: 30px;
}

#news_list li .itemDataBox {
	margin-top: 10px;
}

#news_list li h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	height: auto;
	-webkit-line-clamp: 2;
	font-weight: 400;
	line-height: 160%;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}

#news_list li .newsTitle {
	padding: 1px 0;
	letter-spacing: 1px;
	text-align: center;
	width: 110px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	letter-spacing: 1px;
	color: var(--primary);
	border: 1px solid var(--primary);
	text-align: center;
}

#news_list li .newsTitle a {
	color: var(--primary);
	font-size: 13px;
	line-height: 180%;
}

#news_list li .newsTitle+.newsDate {
	margin-left: auto;
	text-align: right;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background-color: #f4f4f4;
}

#news_list li .newsDate {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#news_list li .newsDate .dayt {
	font-size: 30px;
	font-weight: 500;
	line-height: 120%;
	color: #5e5e5e;
}

#news_list li .newsDate .my {
	font-size: 16px;
	font-weight: 600;
	color: #5e5e5e;
}

#news_list li article a {
	font-weight: 300;
	color: #383838;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 15px;
}

#news_list li .info_box p * {
	font-weight: 100;
	font-size: 14px;
}

#news_list li .info_box p a {
	margin-right: 10px;
	padding: 0 2px;
	max-width: calc(100% - 82px);
	height: 23px;
	z-index: 2;
}

#news_list li .newIcon {
	margin-top: 10px;
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

#news_list li .newIcon .more {
	color: #b0b0b0;
	font-size: 13px;
	letter-spacing: 1.5px;
}

#news_list li .newIcon .more:hover {
	color: #c69000;
}

/* news_list */
.border .newsTitle {
	padding: 1px 0;
	letter-spacing: 1px;
	text-align: center;
	width: 110px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	letter-spacing: 1px;
	color: var(--primary);
	border: 1px solid var(--primary);
	text-align: center;
	float: right;
	margin: 0px 10px 10px 0px;
}

.border .newsTitle a {
	color: var(--primary);
	font-size: 13px;
	line-height: 180%;
}



/* research_list */
#research_list li {
	box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 9%);
}

#research_list li .info_box {
	padding: 25px 30px;
}

#research_list li .info_box .time {
	padding: 0 10px;
}

#research_list li h3 {
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 200%;
}

/* product_list */
#product_list .info_box {
	background: rgba(var(--black-rgb), .5);
}

#product_list .info_box>div {
	margin: auto;
	width: calc(100% - 100px);
}

#product_list .info_box h3 {
	margin: 10px 0;
}

#product_list .info_box .line {
	margin: 10px 0 30px;
	width: 50px;
	height: 1px;
	background: var(--primary);
	opacity: .7;
}

#product_list .info_box article {
	height: 75px;
	font-weight: 300;
	font-size: 15px;
	-webkit-line-clamp: 3;
}

#product_list .info_box .price {
	margin-top: 15px;
	min-height: 30px;
}

#product_list .info_box .price font {
	margin-left: 20px;
	font-weight: 300;
}

/* book_list */
#book_list .row img {}

#book_list .row .info_box {
	padding: 80px 15px 10px;
	width: calc(100% - 0px);
	background: -webkit-linear-gradient(top, transparent 0, rgb(0 0 0 / 12%), rgb(0 0 0 / 56%) 90%);
	background: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 12%), rgb(0 0 0 / 56%) 90%);
	bottom: 0;
	left: 0;
}

#book_list h3 {
	border-bottom: 0px solid #d1d1d1;
	color: #ffffff;
}

#book_list .txt_clamp {
	color: #fff;
}


/* album_list */
#album_list {
	-webkit-column-gap: 15px;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 30px;
}

#album_list>div {
	margin-bottom: 15px;
}

#album_list>div a img {
	width: 100%;
	object-fit: cover;
}

/* faq_list */
#faq_list {}

#faq_list li.faq_body {
	margin-bottom: 10px;
	box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 7%);
	border-bottom: 1px solid #dfdfdf;
	margin: 10px 20px;
}

#faq_list li .title {
	padding: 20px 10px 20px 5px;
}

#faq_list li .title label {
	padding: 0 0 0 10px;
	width: 50px;
}

#faq_list li .title font {
	font-size: 18px;
}

#faq_list li .title .time {
	width: 90px;
	margin-left: 10px;
	font-size: 14px;
	color: #adadad;
}

#faq_list li .info {
	padding: 15px 35px 15px 85px;
	font-size: 14px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* pagenav */
#pagenav {
	padding: 50px 0 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#pagenav a,
#pagenav strong {
	margin: 0 10px;
	display: inline-block;
	font-weight: 400;
	vertical-align: middle;
}

#pagenav a.next10,
#pagenav a.pre10 {
	font-size: 13px;
	background: #424242;
	padding: 3px 10px;
	border-radius: 5px;
	color: white;
}

#pagenav a.next10 .fa {
	margin-left: 5px;
	color: white;
}

#pagenav a.pre10 .fa {
	margin-right: 5px;
	color: white;
}


#pagenav a:first-child,
#pagenav a:last-child {
	line-height: 9px;
}

#pagenav strong {
	color: #e61111;
}

#pagenav a[class^="page-"] {
	float: left;
	width: calc(50% - 20px);
	display: block;
}

#pagenav a[class^="page-"] font {
	width: calc(100% - 22px);
	display: inline-block;
	vertical-align: text-top;
}

#pagenav a[class^="page-"] i {
	margin: 0 10px 0 0;
	display: inline-block;
}

#pagenav a.page-next {
	float: right;
	text-align: right;
}

#pagenav a.page-next font {
	text-align: right;
}

#pagenav a.page-next i {
	margin: 0 0 0 10px;
}

/* community */
#community li {
	margin-right: 5px;
}

#community li,
#community li * {
	line-height: 100%;
}

#community li .fb_iframe_widget {
	display: block !important;
}

/* form_box */
.form_box {
	margin-top: 30px;
}

.form_box p {
	margin-bottom: 15px;
}

.form_box input#Checknum {
	margin-right: 10px;
	width: 100px;
}

.form_box #btnOK {
	padding: 5px 10px;
	width: 250px;
}

/* lodbg */
[data-action="loader"] {
	width: 100vw;
	height: 100vh;
	background: rgba(var(--black-rgb), .3);
	line-height: 100vh;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

[data-action="loader"] .loader_circle {
	border: 2px rgba(var(--black-rgb), .6) solid;
	border-left-color: rgba(var(--white-rgb), .4);
}

#lodbg {
	opacity: 1;
	z-index: 99999;
}


ul.process_m {
	margin-top: 40px;
}

ul.process_m .btn {
	display: inline-block;
	width: 260px;
	height: 48px;
	line-height: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: #f5f5f5;
	color: #585858;
	letter-spacing: 1px;
	position: relative;
	margin: 10px 10px 10px 0;
}

ul.process_m .btn a {
	color: #3c3c3c;
	font-size: 14px;
	margin-right: 0px;
	cursor: pointer;
	display: block;
	padding: 10px 0;
	text-align: center;
}

ul.process_m .btn a i {
	font-size: 16px;
	margin-right: 11px;
	color: #cbcbcb;
}

ul.process_m .btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #545454;
	border-right: 2px solid #545454;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-animation: antiBtn 1.5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	animation: antiBtn 1.5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

ul.process_m .btnn:hover {
	color: #fff;
	background-color: #1b4291;
}

ul.process_m .btn:hover:before {
	border-color: #cbcbcb;
}

ul.comlist li {
	margin-right: 15px;
}

.comlist {
	padding: 20px 0 50px;
}

.comlist li b {
	margin-right: 10px;
	vertical-align: middle;
	font-weight: 400;
	width: 90px;
	display: inline-block;
}

.comlist li b i {
	width: 20px;
	text-align: center;
	margin-right: 5px;
	color: #c3c3c3;
}

.comlist li span,
ul.comlist li a {
	vertical-align: middle;
	width: 95%;
}

.comlist li span a {
	color: var(--info);
}


@-webkit-keyframes antiBtn {
	0% {
		right: 30px;
		opacity: 0;
	}

	100% {
		right: 20px;
		opacity: 1;
	}
}

@keyframes antiBtn {
	0% {
		right: 30px;
		opacity: 0;
	}

	100% {
		right: 20px;
		opacity: 1;
	}
}

@media screen and (min-width: 1501px) {
	.banner_btns {
		width: 6rem;
	}

	.banner_btns::after {
		content: "";
		width: 6rem;
		height: 50%;
		display: block;
		background-color: var(--primary);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
}

@media screen and (min-width: 1281px) {
	aside>ul {
		display: flex;
		justify-content: center;
	}

	aside>ul>li h4 {
		display: flex;
		align-items: center;
	}

	aside>ul>li {
		overflow: hidden;
		position: relative;
		display: inline-block;
	}

	aside>ul>li:not(:last-child) h4::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 20px;
		margin: 0 10px;
		background-color: #c6c6c6;
	}

	aside>ul li b[data-action="sideOpen"] {
		display: none;
	}

	aside>ul>li:hover {
		overflow: visible;
	}

	aside>ul>li:hover h4 a {
		color: var(--white);
		background-color: var(--primary);
	}

	aside>ul>li:hover ul.subUL {
		opacity: 1;
	}

	#product_list li:hover .info_box .line {
		width: 100%;
	}

	#book_list li:hover .info_box {
		padding-bottom: 60px;
	}

	.list_box li:hover {
		-webkit-transform: translateY(4%);
		transform: translateY(4%);
		animation-name: elementor-animation-buzz-out;
		animation-duration: .75s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
	}

	#news_list li:hover {
		-webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
		box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	#news_list li:hover h3 {
		color: var(--primary);
	}

	aside>ul>li h4 a {
		background-color: #f6f6f6;
	}

	.wrapper {}

	.wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		height: 100%;
		background-color: #f4f4f4;
		width: 68px;
	}

	#sub_banner a.Asubbanner {
		margin: 69px auto 70px 20vw;
		height: 420px;
		position: relative;
	}

	#sub_banner::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		width: 75%;
		height: 280px;
		background-color: var(--primary);
	}

}

@media screen and (max-width: 1500px) {
	.banner_btns {
		left: 0vmax;
	}

	.banner_btns a.fb_icon {
		top: 175px;
		background: #31539f;
	}

	.banner_btns a {
		top: 230px;
		left: 0px;
		background: #37a93f;
		line-height: 50px;
		text-align: center;
		width: 55px;
		height: 55px;
		right: 0px;
		left: auto;
	}

	.banner_btns a svg {
		fill: #fff;
		width: 25px;
	}
}

@media screen and (max-width: 1440px) {
	.bannerBox .Txtbox {
		padding: 40px 80px;
		bottom: 40px;
		left: 10px;
		-webkit-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		transform: translate(0%, 0);
		width: 1360px;
		margin: auto;
	}

}

@media screen and (max-width: 1280px) {
	aside {
		position: relative;
		width: 500px;
		margin: 30px auto 0;
		padding-bottom: 0px;
		background-color: #efefef;
	}

	aside #sidebtn {
		display: inline-block;
		width: calc(100% - 0px);
	}

	aside>ul {
		position: absolute;
		overflow: hidden;
		margin-top: 1px;
		width: 100%;
		height: 0;
		background: var(--light);
		top: 0;
		left: 0;
		z-index: 11;
	}

	aside>ul.open {
		height: auto;
		border-width: 1px;
		top: 50px;
	}

	aside>ul>li {
		position: relative;
	}

	aside>ul>li h4 a {
		padding: 10px 15px;
	}

	aside>ul>li ul.subUL {
		overflow: hidden;
		width: 100%;
		height: 0;
		background: var(--secondary);
		top: 0;
		left: 0;
	}

	aside>ul.open>li[data-type="2"]>ul {
		position: relative;
		height: auto;
		top: auto;
		bottom: 0;
		opacity: 1;
	}

	.bannerBox .Txtbox .titleBox {
		width: 70vw;
	}

	.bannerBox {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1140px) {
	#news_list li::after {
		opacity: 0;
	}

	#describe {
		width: 100%;
	}

	#content_wrap {
		padding: 0px 0px 80px;
	}

}

@media screen and (max-width: 1024px) {
	.bannerBox .Txtbox {
		width: 70%;
		max-width: 90%;
		-webkit-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		transform: translate(0%, 0);
		bottom: 0px;
		padding: 40px 80px 40px 40px;
	}

	.bannerBox .Txtbox:after {
		width: 100%;
	}

	#article_list img {
		height: 35vw;
	}

	#describe {
		margin-bottom: 2vw;
		padding: 0px 0px;
	}

	#content_wrap {
		padding: 20px 0px;
	}

	#news_list li .newsDate .day {
		font-size: 20px;
		line-height: 130%;
	}

	#news_list li {
		width: 100%;
	}

	#album_list {
		grid-template-columns: repeat(2, 1fr);
	}

	#book_list li {
		display: inline-block;
		width: calc(50% - 30px);
	}

	#news_list li {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#news_list li .newsTitle+.newsDate {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		width: auto;
		height: auto;
		background-color: rgb(255 255 255 / 0%);
	}

	#news_list li .NImg {
		height: auto;
		width: 100%;
		margin-left: 0;
	}

	#news_list li .info_box {
		padding: 0px 0px 20px;
	}

	#news_list li .newsDate .dayt,
	#news_list li .newsDate .my {
		font-weight: 400;
		color: #333;
	}

	#news_list li .newsDate .day {
		margin-right: 2px;
	}

	#news_list li h3 {
		margin-top: 10px;
		font-size: 16px;
	}

	#news_list li article a {
		font-size: 13px;
	}

	#news_list li .newsDate {
		display: flex;
		align-items: baseline;
		width: -webkit-fill-available;
		margin-bottom: 10px;
	}

	#news_list li .newsDataBox {
		right: 0px;
	}

	#news_list li .newsDate .dayt {
		margin-right: 7px;
	}

	#news_list li .itemDataBox {
		padding-left: 0;
	}

	#news_list li .newIcon {
		margin-top: 10px;
		padding-top: 0px;
	}

	#content_wrap .contentBox {
		justify-content: space-between;
		flex-direction: column;
	}

	#Cgmap,
	#content_wrap .form_box {
		width: -webkit-fill-available;
	}
}

@media screen and (max-width: 761px) {
	#product_list {
		margin: auto;
		width: 400px;
	}

	#product_list .info_box>div {
		width: calc(100% - 60px);
	}

	#product_list .info_box article {
		height: 50px;
		-webkit-line-clamp: 2;
	}

	#book_list .row img {
		height: 260px;
	}

	#article_list li {
		width: 100%;
	}

	#faq_list {
		padding: 10px 0px;
	}
}

@media screen and (max-width: 780px) {
	ul.comlist li b {
		width: 150px;
	}

	.comlist {
		padding: 20px 0 20px;
	}
}

@media screen and (max-width: 640px) {
	aside {
		width: 100%;
		margin: 30px auto 0;
	}

	#album_list {
		grid-template-columns: repeat(1, 1fr);
	}

	.form_box input#Checknum {
		width: calc(100% - 90px);
	}

	#sub_banner {
		height: 280px;
	}

	#sub_banner a.Asubbanner {
		background: no-repeat 50% 0%;
		background-size: cover;
	}

	.waylink ol,
	.m_title {
		padding: 2vw;
	}

	#faq_list li .title .time {
		display: inline-block;
		padding: 10px 0 0;
		text-align: right;
		width: 100%;
		margin-left: 0px;
	}

	#faq_list li .title label {
		width: 40px;
	}

	#faq_list li .title font {
		width: calc(100% - -20px);
	}
}

@media screen and (max-width: 500px) {
	#product_list {
		width: 100%;
	}

	.bannerBox .Txtbox {
		width: 100%;
		align-items: center;
		left: 0px;
		padding: 0px 0px 40px 50px;
	}

	.bannerBox .Txtbox .titleBox h2 {
		font-weight: 500;
		font-size: 18px;
		padding: 0 0 10px 0;
	}

	.bannerBox .Txtbox strong {
		display: none;
	}

	.bannerBox .Txtbox .titleBox em {
		font-size: 29px;
	}

	.bannerBox .Txtbox .titleBox em:after {
		top: 38px;
	}

	.bannerBox .Txtbox span {
		font-size: 14px;
		text-align: center;
		letter-spacing: 0.5px;
	}

	#article_list {
		padding: 0 0px;
	}

	#article_list li {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.list_box li h3 {
		font-size: 18px;
	}

	#content_wrap .pag_tit {
		margin-bottom: 15px;
		font-size: 20px;
		margin-top: 8px;
		text-align: inherit;
	}

	#sub_banner {
		height: 240px;
	}

	.banner_btns {
		left: 1vmax;
		display: flex;
		justify-content: flex-end;
		top: -20px;
	}

	#book_list li {
		width: calc(100% - 20px);
		margin: 10px;
	}
}

.main-article {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 40px 60px;
}

.main-article .pagetitle {
	line-height: 130%;
	font-size: 30px;
	color: #000000;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

.main-article .pagetitle2 {
	line-height: 130%;
	font-size: 23px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}




@media screen and (max-width: 1024px) {
	.main-article {
		width: calc(100% - 60px);
		padding: 30px 30px;
	}

}

@media screen and (max-width: 640px) {

	.main-article .pagetitle {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {

	.main-article {
		width: calc(100% - 40px);
		padding: 20px 20px;
	}
}