@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{background-color: #fff;}

/* sub_banner */
#sub_banner { width: 100%; height: 500px; }
#sub_banner:before , #sub_banner:after {position: absolute;width: 100%;height: 100%;background: var(--info);top: 0;left: 0;z-index: 1;content: "";opacity: .1;}
#sub_banner:after {background: -webkit-linear-gradient(bottom,rgb(0 0 0 / 0%) 10%,rgb(0 0 0 / 0%) 90%);opacity: 1;}
#sub_banner a.Asubbanner {height: 100%;background: no-repeat 50% 0% / cover;background-attachment: fixed;background-size: inherit;}
.bannerBox .Txtbox {position: absolute;max-width: 530px;padding: 40px 0 40px 0px;width: 100%;bottom: 40px;left: 0%;-webkit-transform: translate(30%, 0);-ms-transform: translate(30%, 0);transform: translate(30%, 0);z-index: 10;display: flex;-webkit-box-align: center;flex-direction: column;align-items: flex-start;}
.bannerBox .Txtbox .titleBox {color: #515151;padding-bottom: 10px;width: 440px;}
.bannerBox .Txtbox .titleBox h2 {font-size: 22px;position: relative;margin-bottom: 0px;letter-spacing: 3px;font-weight: 400;color: #fff;}
.bannerBox .Txtbox .titleBox em {position: relative;padding-right: 0px;font-style: inherit;text-transform: uppercase;font-weight: 600;font-size: 4vmin;line-height: 1.5;text-decoration: underline 2px;text-underline-offset: 5px;color: #fff;-webkit-transition-duration: .5s;transition-duration: .5s;}
.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;z-index: 20;}
.banner_btns a { display: block; }
.banner_btns a.fb_icon { margin-bottom: 1rem; }
.banner_btns a svg { width: 26px; height: 26px; fill: #383838; }



/* wrap */
#wrap {z-index: 2;}

/* 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{padding-top: 1vw;}
.waylink ol,.m_title {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: 1.5vw auto;}
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: 0px 20px;font-weight: 400;font-size: 17px;text-align: center;}
aside >ul >li.action h4 a { 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: 1vw 4vw;}
#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: 1px solid #dfdfdf;}

/* 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 {margin-bottom: 1vw;padding: 10px 50px;}
#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;padding: 0 30px;}
#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 {border: 1px solid #e5e5e5;}
#news_list li .NImg{height: 260px;position: relative;display: none;}
#news_list li img {display: block;max-width: 100%;object-fit: cover;width: 100%;object-position: 50% 50%;}
#news_list li .info_box {padding: 20px 30px 10px;left: 0;bottom: 0;background: rgb(255 255 255 / 93%);}
#news_list li .newsDataBox {display: flex;-webkit-box-align: center;align-items: center;font-size: 14px;position: relative;justify-content: space-between;}
#news_list li h3{margin-top: 10px;margin-bottom: 10px;height: auto;-webkit-line-clamp: 2;font-weight: 400;padding-bottom: 5px;border-bottom: 0px solid #d1d1d1;}
#news_list li .newsTitle {width: 90px;padding: 1px 0;letter-spacing: 1px;text-align: center;background-color: #f6f6f6;}
#news_list li .newsTitle a{color: #6a6a6a;font-size: 12px;line-height: 180%;letter-spacing: 0;}
#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 .day {font-size: 25px;font-weight: 500;line-height: 120%;color: #5e5e5e;}
#news_list li .newsDate .my {font-size: 12px;font-weight: 500;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: 20px;padding-top: 20px;border-top: 1px solid rgba(0, 0, 0, 0.13);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#news_list li .newIcon .more {color: #b0b0b0;font-size: 13px;letter-spacing: 1.5px;}
#news_list li .newIcon .more:hover {color: #c69000;}


/* 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 {height: 280px;}
#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{padding: 10px 40px;}
#faq_list li {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 {width: calc(100% - 180px);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;}
#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(--info);}
#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; }


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;/* flex-direction: row; *//* align-items: flex-start; */}
.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{}
.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){
.webBox .wrapper:before {position: fixed;width: 6rem;height: 100vh;background: #f5f5f5;display: block;top: 0;left: 0;z-index: 10;content: "";}
	.banner_btns { width: 6rem; background: #f5f5f5; }
}
@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:hover { overflow: visible; }
	aside >ul >li:hover h4 a { 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: -10px 10px 40px rgba(4, 4, 4, 0.1);box-shadow: -10px 10px 40px rgba(4, 4, 4, 0.1);}
	#news_list li:hover h3{color: var(--primary);}
	#news_list li:hover .info_box { bottom: 30px; }
	aside >ul >li h4 a {border-right: 1px solid #d4d4d4;}
	aside >ul >li:last-child h4 a{border-right: 0px solid #d4d4d4;}
}
@media screen and (max-width: 1500px){
	.banner_btns { left: 1vmax; }
	.banner_btns a svg { fill: #fff; }
}
@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; }
	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; }
}
@media screen and (max-width: 1140px){
	#news_list li{width: 45%;}
	#news_list li::after {opacity: 0;}

}
@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 10px;}
	#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);}
}
@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%; }
	#album_list {grid-template-columns: repeat(1, 1fr);}
	.form_box input#Checknum { width: calc(100% - 90px); }
	#news_list li{display: flex;flex-direction: column;margin-left: 5px;margin-right: 5px;margin-top: 10px;margin-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%;}
	#news_list li .info_box {padding: 5px 20px;width: calc(100% - 0px);box-shadow: 0 0 10px rgba(var(--black-rgb), .3);left: 0;bottom: 0;position: relative;}
	#news_list li .newsDate .day,#news_list li .newsDate .my{font-size: 14px;font-weight: 400;color: #333;}
	#news_list li .newsDate .day{margin-right: 2px;}
	#news_list li h3{margin-top: 5px;font-size: 16px;}
	#news_list li article a{font-size: 13px;}
	#news_list li .newsDate {display: flex;align-items: baseline;}
	#sub_banner{height: 280px;}
	#sub_banner a.Asubbanner{background: no-repeat 50% 0%;background-size: cover;}
	.waylink ol, .m_title{padding: 4vw;}
	#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% - 40px);}
}
@media screen and (max-width: 500px){
	#product_list { width: 100%; }
	.bannerBox .Txtbox{width: 100%;max-width: 100%;padding: 3vw 0;align-items: center;left: 0px;}
	.bannerBox .Txtbox .titleBox h2,.bannerBox .Txtbox strong{display: none;}
	.bannerBox .Txtbox .titleBox em{font-size: 16px;line-height: 180%;margin-bottom: 0px;display: block;text-align: center;}
	.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;}
}