@import url('/css/animate.css');

.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

.bannerArea {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.bannerArea .Txt {
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	display: block;
	max-width: 1360px;
	padding: 20px 0px;
	letter-spacing: 2px;
}

.bannerText {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.bannerText .pag_tit {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 130%;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 42px;
	background: linear-gradient(to right, #bf9e5e 0%, #eedfa6, #bf9645 90%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
}

.bannerText em {
	font-weight: 700;
	font-size: 47px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 130%;
	margin-bottom: 5px;
	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: none;
}

.bannerArea .bannerBox .Img {
	max-height: 670px
}

.bread {
	margin: 0 auto;
}

/* sub_banner */
#sub_banner {
	width: 100%;
	height: 500px;
}

#sub_banner a {
	height: 100%;
	background: no-repeat 50% / cover;
	background-size: cover;
}

/* wrap */
#wrap {
	z-index: 2;
	position: relative;
}

/* top_title */
#top_title .pag_tit {
	line-height: 120%;
	font-weight: 400;
	letter-spacing: 5px
}

#top_title .pag_tit::first-letter {
	color: var(--primary)
}

#top_title .newsDate {
	padding: 8px 0;
	font-size: 12px;
	color: #818181;
	letter-spacing: 1px;
	text-transform: uppercase
}

#top_title .newsDate b {
	font-size: 14px;
	font-weight: 400
}

#top_title .newsDate .date {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	font-family: 'Poppins', sans-serif
}

#top_title .classTitle {
	position: relative;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 20px;
	margin-right: 5px;
	font-weight: 400;
	font-size: 14px;
	background-color: #038849;
	color: #fff
}

#top_title .classTitle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 9px;
	height: 2px;
	background-color: #ccc
}

#top_title .articleTitle {
	border-bottom: 1px solid #d6d6d6;
	color: #232323;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 10px 0;
	letter-spacing: 0
}


/* waylink */
.waylink ol {
	padding: 20px 0;
	display: flex;
}

.waylink ol li,
.waylink ol li a {
	letter-spacing: 1.5px;
	font-weight: 300;
	font-size: 13px;
	color: #fff;
}

.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 {
	position: relative;
	display: none;
}

aside::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: calc(100vw - -70px);
	height: 100%;
	background: linear-gradient(to right, #bf9e5e 0%, #eedfa6, #bf9645 90%);
}

aside ul ul.subUL {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

aside #sidebtn {
	padding: 10px 20px;
	width: calc(100% - 40px);
	z-index: 2;
	background: #f7f7f7;
}

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: 500;
	font-size: 17px;
	color: #71592a;
}

aside>ul>li.action h4 a {
	color: var(--primary);
}

aside>ul>li ul.subUL {
	position: absolute;
	width: 190px;
	background: rgba(var(--black-rgb), .85);
	left: calc(50% - 95px);
	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 {
	background-color: #eee
}

aside>ul>li ul.subUL li a {
	padding: 8px 10px 8px 10px;
	display: block;
	background-color: #ffffff;
}

aside>ul>li ul.subUL li [data-action="sideOpen"] {
	display: none;
}

aside>ul>li ul.sub2UL li a {
	color: #888;
}

/* content_wrap */
#content_wrap {
	padding: 40px 30px 50px;
}

/* list_box */
.list_box li {
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
}

.list_box li h3 {
	height: 30px;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}

/* describe */
#describe {
	margin-bottom: 2vw;
}

#describe * {
	vertical-align: bottom;
}

/* article_list */
#article_list img {
	height: 280px;
}

#article_list .info_box {
	padding: 25px 30px;
}

#article_list .info_box article {
	font-weight: 300;
}

/* news_list */
#news_list li {
	width: calc((100% / 1) - 30px);
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e4e2e2;
	padding: 25px 0;
}

#news_list li::before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background-color: #f0f0f0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	z-index: -1;
}

#news_list li img {
	height: 170px;
}

#news_list li .Img {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 30px;
	border: 4px solid #d2d2d2
}

#news_list li .info_box {
	padding: 20px;
	width: calc(100% - 90px);
	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 .newsDate {
	padding: 8px 0;
	font-size: 12px;
	color: #818181;
	letter-spacing: 1px;
	text-transform: uppercase
}

#news_list li .newsDate b {
	font-size: 14px;
	font-weight: 400
}

#news_list li .newsDate .date {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	font-family: 'Montserrat', sans-serif;
}

#news_list li .newsDate .classTitle {
	position: relative;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 20px;
	margin-right: 5px;
	font-weight: 400;
	font-size: 14px;
	background-color: #038849;
	color: #fff
}

#news_list li .newsDate .classTitle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 9px;
	height: 2px;
	background-color: #ccc
}

#news_list li h3 {
	height: 35px;
	font-size: 18px;
	font-weight: 400;
	color: #343434;
	margin-bottom: 0;
	-webkit-line-clamp: 1;
}

#news_list li .text {
	-webkit-line-clamp: 3;
	height: 83px;
	display: none;
}

#news_list li .plus {
	position: absolute;
	bottom: 40px;
	right: 20px;
	pointer-events: none;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

#news_list li .plus::before,
#news_list li .plus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background-color: #616161;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

#news_list li .plus::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

/* product_list */
#product_list li {
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
	width: calc((100% / 3) - 40px);
	padding: 0 0 20px 0;
	margin: 20px;
}

#product_list li .img_cover {
	width: 100%;
	height: 370px;
	object-fit: contain;
}

#product_list li a.txt_clamp {
	width: 100%;
	height: 500px;
	left: 0;
	top: 0;
	z-index: 10
}

#product_list .info_box {
	position: relative
}

#product_list .info_box>div {
	margin: auto;
	width: calc(100% - 60px)
}

#product_list .info_box>div p a.txt_primary_5 {
	color: #00a0e9
}

#product_list .info_box h3 {
	margin: 20px 0 20px 0;
	color: var(--complement);
	font-size: 18px
}

#product_list .info_box p a {
	display: none;
}

#product_list .info_box .line {
	margin: 10px 0 20px;
	width: 50px;
	height: 1px;
	background: var(--primary);
	opacity: .7
}

#product_list .info_box article {
	height: 65px;
	font-weight: 300;
	font-size: 15px;
	-webkit-line-clamp: 3;
	display: none
}

#product_list .info_box .price {
	margin-top: 15px;
	min-height: 30px;
	display: none
}

#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;
}

#book_list {
	padding: 0px 0 30px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#book_list .newsBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

#book_list .newsBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

#book_list .newsItem {
	max-width: 1310px;
	padding: 0 35px;
	width: 100%;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

#book_list .newsItem.slick-center {
	opacity: 1
}

#book_list li {
	width: calc((100% / 2) - 20px);
	margin: 30px 10px;
}

#book_list li .atag_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#book_list .clearfix {
	display: flex;
	background-color: #27272769;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

#book_list .Img {
	flex-shrink: 0;
	width: 60%;
}

#book_list .Img img {
	width: 100%;
	height: 250px;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

#book_list .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between
}

#book_list .head .titleBox {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

#book_list .head .titleBox .enTitle {
	font-size: 14px;
	display: inline-block;
	font-style: inherit;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #555;
}

#book_list .head .titleBox .title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 1;
	height: auto;
	display: flex;
	align-content: center;
	align-items: center
}

#book_list .head .titleBox .title span {
	color: var(--primary);
	font-size: 26px
}

#book_list .titleBox .title {
	font-weight: 600;
	font-size: 40px;
	color: #484848;
	position: relative
}

#book_list .titleBox .title em {
	font-style: italic
}

#book_list .head .arrowBox {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px)
}

#book_list .head .arrowBox .line {
	width: 1px;
	height: 20px;
	background-color: #cbcbcb;
	margin: 0 20px
}

#book_list .head .arrowBox .arrow {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
	cursor: pointer;
	background-color: #222222
}

#book_list .head .arrowBox .arrowPrev {
	-webkit-mask: no-repeat url(../images/arrow1.png) center/contain;
	mask: no-repeat url(../images/arrow1.png) center/contain
}

#book_list .head .arrowBox .arrowPrev:hover {
	background-color: #f08200
}

#book_list .head .arrowBox .arrowNext {
	-webkit-mask: no-repeat url(../images/arrow2.png) center/contain;
	mask: no-repeat url(../images/arrow2.png) center/contain
}

#book_list .head .arrowBox .arrowNext:hover {
	background-color: #f08200
}

#book_list .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
}

#book_list .content .left {
	min-width: 70px;
	padding-left: 0;
	padding-top: 14px;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#book_list .content .left .day {
	font-size: 50px;
	color: #222222;
	line-height: 45px;
	font-family: 'Poppins', sans-serif
}

#book_list .content .left .date {
	font-size: 14px;
	color: #222222;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif
}

#book_list .content .left .line {
	margin: 10px 0 16px 0
}

#book_list .content .left .classTitle {
	position: static;
	font-size: 16px;
	font-weight: 500
}

#book_list .content .right {
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#book_list .content .right h3 {
	font-size: 22px;
	margin: 0;
	line-height: 150%;
	-webkit-line-clamp: 2;
	color: var(--primary);
	font-weight: 400;
}

#book_list .Txt {
	position: relative;
	padding: 30px 20px 0px;
	min-width: 0;
	width: 60%;
}

#book_list .Txt .classTitle {
	position: absolute;
	right: 20px;
	top: 30px
}

#book_list .Txt .title {
	height: 60px;
}

#book_list .Txt .title a {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px
}

#book_list .Txt .text {
	height: 70px;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.8px;
	margin-bottom: 14px;
	margin-top: 20px;
	-webkit-line-clamp: 3;
	display: none;
}

#book_list .Txt a.link {
	text-align: right;
	font-size: 13px;
	padding-right: 3px;
	letter-spacing: 0.8px;
	align-self: flex-end;
	font-family: 'Poppins', sans-serif;
	margin-top: 50px;
}


/* album_list */
#album_list {
	margin-bottom: 2vw;
	-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;
}

.bookinfo {
	position: relative
}

.bookinfo .back {
	margin-top: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.bookinfo a.atag_item {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.bookinfo .back a {
	position: relative;
	overflow: hidden;
	width: 130px;
	padding: 10px 30px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bookinfo .back font {
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #4f3c30
}

.bookinfo .back font {
	letter-spacing: 1px;
	font-size: 14px;
	position: relative;
	-webkit-writing-mode: inherit;
	-ms-writing-mode: inherit;
	writing-mode: inherit;
	color: #fff;
	margin-left: 30px;
}

.bookinfo .back a:before {
	content: "";
	height: 100%;
	width: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: -22px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #bf9e5e;
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg)
}

.bookinfo .back a::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #474747;
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	z-index: -1;
	transform-origin: top left;
	transition: all 1.1s ease-in-out;
	-webkit-transition: all 1.1s ease-in-out
}

.bookinfo .back a:hover font {
	color: #eefaff
}

.bookinfo:hover a:before {
	width: 100%
}

.bookinfo .back a svg {
	display: block;
	text-align: center;
	color: #ffffff;
	width: 18px;
	height: 18px;
	fill: #fff;
	z-index: 10;
}


/* form_box */
.form_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse
}

.form_box .description_box {
	width: 40%
}

#form1 {
	width: 55%
}

.form_box p.note {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #716a5c85;
	position: relative;
	margin-bottom: 27px;
	padding-bottom: 20px
}

.form_box p.note:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 30px;
	height: 2px;
	background: var(--complement);
}

.form_box p.note b {
	font-size: 20px;
	margin-right: 10px;
	color: var(--primary)
}

.form_box p.note b {
	font-weight: 600;
	font-size: 20px;
	color: var(--complement);
	position: relative;
	margin-right: 10px
}

.form_box p.note b::first-letter {
	color: var(--primary)
}

.form_box p.note .red,
.form_box p label span {
	color: #e82929
}

.form_box p label {
	margin-bottom: 5px
}

.form_box p {
	margin-bottom: 30px;
	width: calc((100% / 1) - 0px);
	margin-right: 30px
}

input,
textarea {
	padding: 10px 10px;
	background-color: #f8f8f8;
	width: calc(100% - 20px)
}

#form1 input, #form1 textarea {color: #222222;}

.form_box p select {
	background: url(/images/39/arrow3.png) no-repeat scroll 100% center #f8f8f8;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding: 15px 10px;
}

.form_box input#Checknum {
	margin-right: 10px;
	width: 100px;
}

.form_box #btnOK {
	padding: 5px 10px;
	width: 250px;
	color: #fff;
}

/* 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;
}


.btnWrap .btn {
	display: inline-block;
	width: 180px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #bf9645;
	text-align: center;
	background-color: #4b4b4b52;
	margin-right: 10px;
	border-radius: 50px;
	border: 1px var(--primary) solid;
}

.btnWrap a.btn:hover {
	color: #fff;
	background-color: var(--primary)
}

.btnWrap .btn:hover svg {
	fill: #fff;
}

.btnWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 20px;
}

.btnWrap .btn svg {
	width: 25px;
	height: 25px;
	fill: #bf9645;
}
#wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/images/39/img-all-bg.jpg);
	background-size: cover;
	background-repeat: repeat;
	background-position: 50% 10%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
	opacity: 0.6;
}

@media screen and (max-width: 1560px) {
	#book_list .newsItem {
		max-width: 1200px;
		padding: 0 30px
	}

	#book_list .content .right {}

	#book_list .Txt {
		padding: 45px
	}

	.bannerArea .Txt {
		max-width: 85%;
	}
}

@media screen and (max-width:1660px) {
	#book_list .newsItem {
		max-width: 1000px
	}

	#book_list .Img {
		width: 50%
	}

	#book_list .Img img {
		height: 100%;
		width: 100%;
	}

	#book_list .Txt {
		padding: 40px 35px;
	}
}

@media screen and (min-width:1201px) {
	#book_list .newsItem {
		opacity: 0.5
	}
}

@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;
		position: relative
	}

	aside>ul>li:hover h4 a {
		color: #0e0b05;
	}

	aside>ul>li:not(:first-child)::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -9px;
		width: 1px;
		height: 18px;
		background-color: #d2c4a5;
	}

	aside>ul>li:hover ul.subUL {
		opacity: 1
	}

	aside ul ul.subUL>li:not(:first-child) {
		border-top: 1px solid #d2d2d2
	}

	aside>ul>li ul.sub2UL li:hover a {
		color: var(--primary)
	}

	#product_list li:hover .info_box .line {
		width: 100%
	}

	#book_list li:hover .info_box {
		padding-bottom: 60px
	}

	#news_list li:hover .info_box {
		bottom: 30px
	}

	#news_list li:hover::before {
		-webkit-transform: translate(-10px, 10px);
		transform: translate(0px, 0px);
		opacity: 1;
		height: 100%;
	}

	#news_list li:hover .plus {
		right: 40px
	}

	.workframe {
		/* width: 90%; */
	}
	
}

@media screen and (max-width: 1280px) {
	aside {
		position: relative
	}

	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;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		z-index: 10
	}

	aside>ul>li {
		position: relative
	}

	aside>ul>li:not(:first-child) {
		border-top: 1px solid #ccc
	}

	aside>ul>li h4 a {
		padding: 10px 15px;
		background-color: #f7f7f7
	}

	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
	}

	.workframe {
		width: 85%
	}

	#content_wrap {
		padding: 30px 0px 50px;
	}

	.bannerText .pag_tit {
		font-size: 32px;
	}

	.bannerText em {
		font-size: 38px
	}

	.bannerArea .Txt {
		top: 60%;
		padding: 20px 40px;
	}

	.bannerArea {
		padding-top: 60px
	}

	.bread {
		top: 45%
	}

	#sub_banner {
		height: 340px
	}

	#product_list li {
		width: calc((100% / 3) - 40px);
	}

	#book_list .newsItem {
		max-width: none;
		padding: 0
	}

	#book_list .Txt {
		padding: 35px 20px;
		width: calc(100% - 40px);
	}

	#book_list {
		padding-bottom: 0;
		padding-top: 0
	}
}

@media (max-width: 1180px) {
	#news_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}

	#news_list li .plus {
		display: none
	}

	#news_list li .info_box {
		width: calc(100% - 20px);
		padding: 0;
	}

	#news_list li .newsDate {
		padding: 0px 0 5px;
	}

	#news_list li h3 {
		font-size: 16px;
		height: 52px;
		-webkit-line-clamp: 2;
		line-height: 150%;
	}

	#news_list li {
		width: calc((100% / 1) - 30px);
	}

	#book_list .clearfix {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#book_list .Img {
		width: 100%;
	}

	#book_list .Txt {}
}

@media screen and (max-width: 1024px) {
	.form_box {
		display: flex;
		flex-direction: column
	}

	.form_box .description_box,
	#form1 {
		width: 100%
	}

	#article_list img {
		height: 35vw
	}

	#product_list {
		display: flex;
		flex-wrap: wrap
	}

	#product_list li {
		width: calc((100% / 2) - 40px);
		display: flex;
		flex-direction: column;
		align-items: flex-start
	}

	#book_list .content .left .day {
		font-size: 30px
	}

	#book_list .content .left .date {
		font-size: 12px
	}

	#book_list .content .left {
		min-width: 50px;
		padding-top: 0
	}

	#book_list .content .right {}

	#book_list .Txt .text {
		margin-bottom: 14px;
		margin-top: 10px
	}

	#news_list li img {
		height: 80px;
		object-fit: cover;
	}

	#news_list li .Img {
		width: 75px;
		height: 75px;
		margin-right: 10px;
	}

	#product_list li .img_cover {
		height: 260px;
	}
}

@media screen and (max-width: 761px) {
	#product_list {
		margin: auto;
	}

	#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;
		margin-bottom: 8vw;
	}

	.form_box input#Checknum {
		width: calc(100% - 90px)
	}

	#news_list li {
		width: calc((100% / 1) - 20px);
		margin: 0 10px;
		padding: 15px 0;
	}

	#sub_banner {
		height: 140px;
	}

	#sub_banner a {
		background: no-repeat 62% 50%/ contain;
	}

	.bannerArea .Txt {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		top: unset;
	}

	.bannerArea {
		padding-bottom: 0;
	}

	#content_wrap {
		padding: 20px 10px 20px;
	}

	#book_list .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#book_list .Img {
		width: 100%
	}

	#book_list .head .titleBox .enTitle {}

	#book_list .head .titleBox {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#about_area .img_item {
		width: 80vw;
		height: 50vw
	}

	#book_list .Img img {
		width: 100%;
	}

	#product_list li {
		width: calc((100% / 1) - 0px);
		margin: 0px;
	}

	#book_list li {
		width: calc((100% / 1) - 20px);
		margin: 30px 10px;
	}

	#wrap::before {		
		background-size: contain;		
	}
}

@media screen and (max-width:540px) {
	#book_list .content .right {}

	#book_list .Txt {
		/* padding:25px 30px; */
	}

	#book_list .Txt .titleBox {
		margin-bottom: 0px;
	}

	#product_list {
		width: 100%;
	}

	#product_list li {}

	.bannerText em {
		font-size: 28px
	}

	.bannerText .pag_tit {
		font-size: 20px
	}

	.bannerArea .Txt {
		padding: 20px 10px;
	}

	.waylink ol {
		padding: 0px 0 10px
	}
}