@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: 3;
}

.bannerArea .Txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	display: block;
	max-width: 1260px;
	padding: 40px 20px 0;
	letter-spacing: 2px;
}

.bannerText {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.bannerText .pag_tit {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 130%;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 25px;
}

.bannerText em {
	letter-spacing: 0px;
	color: #ffffff;
	font-style: inherit;
	font-weight: 700;
	font-size: 47px;
	position: relative;
	text-transform: uppercase;
	line-height: 130%;
	margin-bottom: 5px;
	font-family: 'Quantico', sans-serif;
}

.bannerArea .bannerBox .Img {
	max-height: 670px
}

.bread {
	margin: 0 auto;
}

header:before {
	height: 105px;
	background: rgb(35 35 35 / 92%);
}

/* sub_banner */
#sub_banner {
	width: 100%;
	height: 500px;
}

#sub_banner:before,
#sub_banner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0e0e0e24;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	opacity: .6;
}

#sub_banner:after {
	background: linear-gradient(to bottom, rgba(var(--secondary-rgb), 1) -40%, rgba(var(--secondary-rgb), .2) 40%);
	opacity: 0.5;
}

#sub_banner a {
	height: 100%;
	background: no-repeat 50% / cover;
	background-size: cover;
	background-position: 0% 50%;
}

/* 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)
}

#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: #f25822;
	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;
	text-align: center;
}

.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-color: #f7f7f7
}

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: 400;
	font-size: 17px;
}

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: 80px 10px 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;
	color: #000;
}

/* describe */
#describe {
	margin-bottom: 2vw;
}

#describe * {
	vertical-align: bottom;
}

/* article_list */
#article_list img {
	height: 280px;
}

#article_list .info_box {
	padding: 25px 30px;
	background: #f3f3f3;
}

#article_list .info_box article {
	font-weight: 300;
}

/* news_list */
#news_list li {
	margin-bottom: 50px;
}

#news_list li img {
	height: 250px;
}

#news_list li .info_box {
	padding: 15px;
	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
}

#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: #00a0e9;
	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 {
	color: #343434;
	-webkit-line-clamp: 2;
	height: 45px;
	line-height: 45px;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 20px;
}

#news_list li h3:before {
	position: absolute;
	width: 0;
	height: 2px;
	background: #90c31f;
	display: block;
	bottom: 0;
	left: 0;
	content: "";
}

#news_list li .text {
	-webkit-line-clamp: 3;
	height: 83px
}

#news_list li .plus {
	position: absolute;
	bottom: 50px;
	right: 10px;
	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)
}

#news_list li .time {
	font-weight: 300;
	font-style: italic;
	line-height: 120%;
	margin: 10px 0;
}

#news_list li .more {
	margin: 10px 0;
}

#news_list li:hover .more font {
	font-size: 18px;
}

#news_list li .more svg {
	margin-left: 10px;
	width: 18px;
	height: 13px;
}

/* 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) - 30px);
	/* padding: 12px 0; */
	margin: 10px;
	border: 5px solid #ececec;
}

#product_list li .img_cover {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#product_list li:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0;
	border-bottom: 90px solid #ea5403;
	border-left: 110px solid transparent;
	text-indent: -9999px;
	width: 0;
	height: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	z-index: 0;
}

#product_list li a.txt_clamp {
	width: 100%;
	height: 100%;
	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: #000;
	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
}

#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 .atag_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#book_list .clearfix {
	display: flex;
	background-color: #f8f8f8;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

#book_list .Img {
	flex-shrink: 0
}

#book_list .Img img {
	width: 590px;
	height: 330px;
	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 #cbcbcb;
	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: 20px;
	display: inline-block;
	font-style: inherit;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase
}

#book_list .head .titleBox .title {
	font-size: max(1.4 * (1vw + 1vh) / 2, 15px);
	font-weight: 400;
	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: var(--primary);
	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: 20px
}

#book_list .content .left {
	min-width: 50px;
	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 {
	padding-left: 12px;
	padding-top: 3px;
	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: max(1.8 * (1vw + 1vh) / 2, 18px);
	margin: 0;
	line-height: 150%;
	-webkit-line-clamp: 1;
}

#book_list .Txt {
	position: relative;
	padding: 64px 50px 27px;
	min-width: 0;
	width: 100%
}

#book_list .Txt .classTitle {
	position: absolute;
	right: 20px;
	top: 30px
}

#book_list .Txt .title {
	height: 40px;
}

#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
}

#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: 0px;
}


/* 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;
	grid-gap: 15px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

#album_list>div {}

#album_list>div .d_block {
	width: 100%;
	height: 350px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#album_list>div .d_block img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	object-position: revert;
	background: #fff;
}

#album_list>div .d_block .imgTxt {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	padding: 15px 15px;
	background-image: url(/images/39/img-s-t-bg.png);
	height: 50px;
}

/* 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: 12px;
	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: #262626;
	-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: #ea5404;
	-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 #dad4d4;
	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: #172a88
}

.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 {
	color: #000;
	margin-bottom: 5px
}

.form_box p {
	margin-bottom: 30px;
	width: calc((100% / 1) - 0px);
	margin-right: 30px
}

input,
textarea {
	padding: 10px 10px;
	background-color: #f6f8fa;
	width: calc(100% - 20px)
}

.form_box p select {
	background: url(/images/39/arrow3.png) no-repeat scroll 100% center #f6f8fa;
	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;
}


@media screen and (max-width: 1560px) {
	#book_list .newsItem {
		max-width: 1200px;
		padding: 0 30px
	}

	#book_list .content .right {
		padding-left: 30px
	}

	#book_list .Txt {
		padding: 45px
	}
}

@media screen and (max-width:1660px) {
	#book_list .newsItem {
		max-width: 1000px
	}

	#book_list .Img {
		width: 50%
	}

	#book_list .Img img {
		height: 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: var(--primary)
	}

	aside>ul>li:not(:first-child)::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -9px;
		width: 1px;
		height: 18px;
		background-color: #e1e1e1
	}

	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(-20px, 20px);
		transform: translate(-20px, 20px);
		opacity: 1
	}

	#news_list li:hover .plus {
		right: 40px
	}

	#news_list li:hover h3:before {
		width: 100%;
	}

	.workframe {
		width: var(--width-xl)
	}

	#product_list li:hover:after {
		border-bottom: 200px solid #ea5403;
	}
}

@media screen and (max-width: 1280px) {
	header:before {
		height: 66px;
	}

	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%
	}

	.bannerText .pag_tit {
		font-size: 25px
	}

	.bannerText em {
		font-size: 38px
	}

	.bannerArea .Txt {
		top: 60%;
		padding: 0px 70px 0
	}

	.bannerArea {
		padding-top: 60px
	}

	.bread {
		top: 45%
	}

	#sub_banner {
		height: 340px
	}

	#product_list li {
		width: calc((100% / 3) - 30px);
	}

	#book_list .newsItem {
		max-width: none;
		padding: 0
	}

	#book_list .Txt {
		padding: 35px 30px;
		width: auto
	}

	#book_list {
		padding-bottom: 0;
		padding-top: 0
	}

	#album_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@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)
	}

	#news_list li img {
		height: 220px;
	}

	#news_list li {
		width: calc((100% / 2) - 30px);
	}
}

@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) - 30px);
		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 {
		padding-left: 10px
	}

	#book_list .Txt .text {
		margin-bottom: 14px;
		margin-top: 10px
	}
}

@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) - 30px);
		padding-bottom: 0;
		margin-bottom: 0;
	}

	#sub_banner {
		height: 210px;
	}

	#content_wrap {
		padding: 20px 10px 50px;
	}

	#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 {
		font-size: 20px;
	}

	#book_list .head .titleBox .title {
		font-size: 24px
	}

	#about_area .img_item {
		width: 80vw;
		height: 50vw
	}

	#book_list .Img img {
		width: 100%;
	}

	#product_list li {
		width: calc((100% / 1) - 20px);
	}

	#product_list li .img_cover {
		height: 180px;
	}
}

@media screen and (max-width:540px) {
	#book_list .content .right {
		padding-left: 20px
	}

	#book_list .Txt {
		padding: 25px 30px
	}

	#book_list .Txt .titleBox {
		margin-bottom: 0px;
	}

	#product_list {
		width: 100%;
	}

	#product_list li {
		width: calc((100% / 1) - 20px);
	}

	.bannerText em {
		font-size: 28px
	}

	.bannerText .pag_tit {
		font-size: 20px
	}

	.bannerArea .Txt {
		padding: 0px 30px 0
	}

	.waylink ol {
		padding: 0px 0 10px
	}

	#album_list {
		grid-template-columns: repeat(1, 1fr);
	}

	#album_list>div .d_block {
		height: 300px;
	}

	#album_list>div .d_block img {
		height: 200px;
	}
}