/* sub_banner */
.bannerBox{
    z-index: inherit;
}
#sub_banner {width: 100%;height: 400px;}
#sub_banner:before , #sub_banner:after {position: absolute;width: 100%;height: 100%;background: #f4f4f4;top: 0;left: 0;z-index: -1;content: "";opacity: .6;}
#sub_banner:after {/* background: -webkit-linear-gradient(bottom,rgba(var(--secondary-rgb), 1) 0%,rgba(var(--secondary-rgb), .5) 100%); *//* background: linear-gradient(to top,rgb(255 255 255) 0%,rgb(255 255 255 / 0%) 50%); */opacity: 1;}
#sub_banner a {height: 100%;background: no-repeat 50% / cover;opacity: 1;}

/* wrap */
#wrap {z-index: 2;position: relative;background-color: #f9f9f9;}

/* top_title */
#top_title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	color: #000;
	text-align: center;
	pointer-events: none;
}
#top_title .pag_tit {letter-spacing: 0px;margin-bottom: 22px;margin-top: 3px;font-size: 40px;font-weight: 800;line-height: 1;background: -webkit-gradient(linear,left top,right top,from(var(--primary)),to(var(--secondary)));background: linear-gradient(to right,var(--primary),var(--secondary));background-clip: text;-webkit-background-clip: text;color: transparent;/* text-transform: uppercase; */display: inline-block;}


#top_title .pag_tit::first-letter { color: var(--primary); }

/* waylink */
.waylink ol {padding: 10px 0;}
.waylink ol li , .waylink ol li a {letter-spacing: 0.5px;font-weight: 300;font-size: 13px;font-family: var(--font-family), sans-serif;}
.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 #category_nav{
    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;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#dfdfdf)) 0 0/1px 100% no-repeat;
    background: -o-linear-gradient(top, #dfdfdf, #dfdfdf) 0 0/1px 100% no-repeat;
    background: linear-gradient(to bottom, #dfdfdf, #dfdfdf) 0 0/1px 100% no-repeat;
    background: #fff;
}
aside {margin: 0vw auto;position: relative;z-index: 3;background-color: #fff;border-bottom: 1px solid #dfdfdf;}
aside::before {content: "";position: absolute;top: 0;left: calc(50% - 50vw);width: calc(100vw - 0px);height: 100%;background-color: #ffffff;}
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-rgb), .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: 20px; font-weight: 400; font-size: 17px; }
aside >ul >li h4 a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
    overflow: hidden;
    }
aside >ul >li.action h4 a { color: var(--primary); }
aside >ul >li ul.subUL { position: absolute; width: 170px; background: rgba(var(--black-rgb), .85); 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: 3vw 0;}
#content_wrap .titleTT {line-height: 140%;font-weight: 600;letter-spacing: 0;position: relative;margin-bottom: 30px;margin-top: 10px;padding: 0 0 20px 0;font-size: 24px;color: var(--primary);}
	#content_wrap .titleTT::before{content:"";position:absolute;width:100%;height:1px;background-color: #dfdfdf;bottom:0;left:0}
	#content_wrap .titleTT::after{content:"";position:absolute;width: 4%;height:2px;background-color: var(--primary);bottom:0;left:0;z-index:2}

/* list_box */
.list_box li { margin-top: 30px; margin-bottom: 30px; }
.list_box li h3 {height: 30px;font-weight: 400;font-size: 18px;color: var(--black);-webkit-line-clamp: inherit;font-family: var(--font-family), sans-serif;}

/* btn */
.btn {
  position: relative;
}
.btn a {
  display: block;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
  font-size: 15px;
  color: #fff;
}
.btn a::before, .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.btn a::before {
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn a::after {
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.btn.underLine {
  width: 100%;
  max-width: 240px;
  padding: 15px 30px;
  background-color: var(--primary);
  border-radius: 65px;
  font-size: 16px;
  font-weight: 500;
}



@media (min-width: 1201px) {
  .btn:hover::after {
    width: 100%;
  }
	.btn.underLine:hover {
    background-color: var(--info);
}
  .btn:hover a::before {
    background-color: #bebebe;
  }
  .btn:hover a::after {
    border-color: #bebebe;
  }
}



/* describe */
#describe {margin: 0 10px 4vw;}
#describe * {}
#describe .listTitle{
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px #d4d4d4 solid;
    font-size: 20px;
    letter-spacing: 0;
    color: #060606;
    font-weight: 500;
}

/* article_list */
#article_list img { height: 350px; }
#article_list .info_box { padding: 25px 30px; }
#article_list .info_box article { font-weight: 300; }

/* news_list */
#news_list li {padding: 20px 15px;box-shadow: 0 0 50px -20px rgb(0 0 0 / 30%);width: calc(33.33333333% - 60px);}
#news_list li img { height: 320px; }
#news_list li .info_box {padding: 15px;width: calc(100% - 30px);left: 20px;bottom: 0;}
#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 h3 {
    height: 130px;
    font-weight: 400;
    font-size: 17px;
}
#news_list li .info_box .newsDate {
		padding-bottom: 15px;
		margin-bottom: 20px;
		position: relative;
		border-bottom: 1px solid #e5e5e5;
		display: flex;
		align-items: flex-end;
}
#news_list li .info_box .newsDate:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -1px;
		height: 1px;
		width: 0%;
		background-color: var(--primary);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
}
#news_list li .info_box .newsDate strong {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		font-weight: 300;
		color: #999;
}
#news_list li .info_box .newsDate .up {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		color: #111;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		font-style: initial;
		font-family: var(--font-family), sans-serif;
}
#news_list li .info_box .newsDate .down {
		display: block;
		font-size: 48px;
		font-weight: 600;
		letter-spacing: 3px;
		line-height: 1;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		font-style: initial;
		font-family: var(--font-family), sans-serif;
}
#news_list li .info_box .newsDate .newIcon {
		position: relative;
		display: inline-block;
		padding-left: 10px;
		margin-left: 5px;
		font-size: 14px;
		font-weight: 300;
		font-family: var(--font-family), sans-serif;
		color: #777777;
		letter-spacing: 0;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
}
#news_list li .info_box .newsDate .newIcon:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 1px;
		height: 10px;
		background-color: #dddddd;
}


#news_list li:hover .newsDate:before {
		width: 100%;
}
#news_list li:hover .newsDate .up, #news_list li:hover .newsDate .down, #news_list li:hover .newsDate .newIcon {
		color: var(--primary);
}
#news_list li .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #e6e6e6;padding: 20px 0;}
#news_list li .btn a{position:relative;font-size:13px;font-weight:800;line-height:1;background: -webkit-gradient(linear,left top,right top,from(var(--primary)),to(var(--primary)));background: linear-gradient(to right,var(--primary),var(--primary));background-clip:text;-webkit-background-clip:text;color:transparent;text-transform:uppercase;display:inline-block}
#news_list li .btn .btn_arrow{display:inline-block;width:28px;height:28px}
#news_list li .circle{stroke:#fff;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
#news_list li .btn .arrow{position:absolute;top:calc(50% - 4px);left:calc(50% - 5px);fill:#fff;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}
#news_list li .btn .arrow{position:relative;display:inline-block;vertical-align:middle;width:9px;height:9px;margin-right:-5px;margin-bottom:4px}
#news_list li .btn .arrow:after,#news_list li .btn .arrow:before{content:"";position:absolute;top:50%;left:0;z-index:1;width:100%;height:1px;margin-top:-0.5px;background-color:var(--primary);}
#news_list li .btn .arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
#news_list li:hover .btn .arrow:after{-webkit-transform:rotate(270deg);transform:rotate(270deg)}


/* 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 { height: 400px; }
#book_list .row .info_box { padding: 100px 15px 40px; width: calc(100% - 30px); background: -webkit-linear-gradient(top,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); background: linear-gradient(to bottom,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); bottom: 0; left: 0; }

/* album_list */
#album_list { margin-bottom: 5vw; -moz-column-count: 4; -moz-column-gap: 15px; -webkit-column-count: 4; -webkit-column-gap: 15px; column-count: 4; column-gap: 15px; }
#album_list >div { margin-bottom: 15px; }

/* faq_list */
#faq_list li { margin-bottom: 30px; }
#faq_list li .title { padding: 10px 45px 10px 5px; }
#faq_list li .title label { padding: 0 0 0 10px; width: 70px; }
#faq_list li .title font { width: calc(100% - 80px); font-size: 18px; }
#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; }
#pagenav a , #pagenav strong { margin: 0 10px; display: inline-block; font-weight: 400; vertical-align: middle; }
#pagenav a:first-child , #pagenav a:last-child { line-height: 9px; }
#pagenav strong { color: var(--primary); }
#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: 50px; }
.form_box p { margin-bottom: 30px; }
.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; }

@media screen and (min-width: 1281px){
	aside >ul { padding: 0 15px; }
	aside >ul >li { overflow: hidden; position: relative; display: inline-block; }
	aside >ul li b[data-action="sideOpen"] { display: none; }
	aside >ul >li{
	    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#dfdfdf)) 100% 0/1px 100% no-repeat;
    background: -o-linear-gradient(top, #dfdfdf, #dfdfdf) 100% 0/1px 100% no-repeat;
    background: linear-gradient(to bottom, #dfdfdf, #dfdfdf) 100% 0/1px 100% no-repeat;
	}
	aside >ul >li:hover { overflow: visible; }
	aside >ul >li:hover h4 a { color: var(--primary); }
	aside >ul >li.action h4 a::before,aside >ul >li:hover h4 a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
aside >ul >li.action h4 a::before,aside >ul >li h4 a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    pointer-events: none;
}
.moreBtn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #336432;
  transition-duration: .3s;
}
	aside >ul >li:hover ul.subUL { opacity: 1; }
	#news_list li:hover .info_box { bottom: 30px; }
	#product_list li:hover .info_box .line { width: 100%; }
	#book_list li:hover .info_box { padding-bottom: 60px; }
}
@media screen and (max-width: 1280px){
	aside { position: relative; width: 500px; }
	aside #sidebtn { display: inline-block; }
	aside >ul { position: absolute; overflow: hidden; margin-top: 1px; width: 100%; height: 0; background: rgba(var(--black-rgb), .85); top: 0; left: 0; z-index: 1; }
	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; }
#news_list{
    display: flex;
}
	#news_list li{
    width: calc((100% / 2) - 60px);
}}
@media screen and (max-width: 1024px){
	#article_list img { height: 35vw; }

}
@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: 350px; }
}
@media screen and (max-width: 640px){
	aside { width: 100%; }
	#album_list { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
	.form_box input#Checknum { width: calc(100% - 90px); }
	#sub_banner {height: 230px;}
	#top_title{
    padding-top: 50px;
}
	#top_title .pag_tit{
    margin-bottom: 2px;
    font-size: 25px;
}
	.waylink ol{
    padding: 6px 0;
}
	#news_list{
    display: flex;
    flex-direction: column;
}
	#news_list li{
    width: calc((100% / 1) - 60px);
}
}
@media screen and (max-width: 500px){
	#product_list { width: 100%; }
}