/* common */
/*@font-face {
	src: url("../fonts/c/SourceHanSansCN-Normal.woff") format("woff"),
	
		url("../fonts/c/SourceHanSansCN-Normal.ttf") format("truetype");
	
	font-family: "Source Han Sans";
}*/

@font-face {
	src: url("../fonts/b/syst.eot");

	/* IE9 */
	src: url("../fonts/b/syst.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */

		url("../fonts/b/syst.woff") format("woff"),
		/* chrome、firefox */
		url("../fonts/b/syst.ttf") format("truetype"),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

		url("../fonts/b/syst.svg#syst") format("svg");
	font-family: "syst";

	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "PingFang SC", "PingFang SC-Regular", 苹方, "Microsoft Yahei", sans-serif;
	font-size: .25rem;

	scroll-behavior: smooth;
}



:root {
	--xq-theme-color: rgb(201, 43, 47);
	--swiper-theme-color: #c92b2f;
}

* {
	box-sizing: border-box;

	-webkit-box-sizing: border-box;
}

a {
	display: block;
	text-decoration: none;
	color: inherit;
}

img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: all .4s;

	-o-object-fit: contain;
	-webkit-transition: all .4s;
}

ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* .单行文本溢出省略号 */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-clamp-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-clamp-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;

	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

[line-clamp="1"] {
	max-height: 1.5em;
}

[line-clamp="2"] {
	max-height: 3em;
}

[line-clamp="3"] {
	max-height: 4.5em;
}

.block-title {
	position: relative;
	margin: auto;
	padding: .3rem 0;
	max-width: 16.8rem;
	line-height: 1.3;
	text-align: center;
	font-family: "syst";
	font-size: .52rem;
	color: var(--xq-theme-color);
}

.block-title-en {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .2rem;
	color: gray;
	word-spacing: 4px;
}

.block-more {
	position: absolute;
	right: .25rem;
	top: .4rem;
	font-family: "Source Han Sans";
	font-size: .18rem;
	color: rgb(140, 138, 138);
}

.block-more:hover {
	color: var(--xq-theme-color);
}

.max-w {
	margin: auto;
	padding: .45rem .25rem;
	max-width: 1440px;
	max-width: 16.8rem;
}

.item:hover img {
	transform: scale(1.1);

	-webkit-transform: scale(1.1);
}

.footer {
	background: url(../img/footer.jpg);
	background-position: center;
	background-size: contain;
	line-height: 2;
	text-align: right;
	color: #fff;
font-size:14px
}

.footer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-logo {
	width: 2rem;
}



.top {
	z-index: 9999;
	justify-content: center;

	/*align-items: center;*/
	height: 5.3rem;
	max-height: 413px;
	background: url("../img/top.jpg") no-repeat;
	background-color: var(--xq-theme-color);
	background-position: bottom center;
	background-size: cover;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.logo {
	margin-top: .65rem;
	;
	width: 2.6rem;
}

.hn-nav {
	overflow: hidden;
	background-color: var(--xq-theme-color);
	font-family: "syst";
	color: #fff;
}

.hn-nav .selected,
.hn-nav .parent {
	background: -webkit-gradient(linear, left top, left bottom, from(#e35d5b), to(#e53935));
	background: linear-gradient(to bottom, #e35d5b, #e53935);
	color: rgb(247, 185, 115);
}

.hn-nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	max-width: 1400px;
	max-width: 16.8rem;
}

.hn-nav-item {
	flex: 1;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}

.hn-nav-item a {
	padding: .2rem;
	text-align: center;
}

.wap-btn svg {
	width: 40px;
	height: 40px;

	stroke: #fff;
	stroke-width: 4;
	stroke-linecap: round;
	fill: none;
	stroke-linejoin: round;
}

.wap-nav,
.wap-close {
	display: none;
}

/*二级导航*/
.hn-nav {
	overflow: visible;
}

.hn-nav-item {
	position: relative;
}

.hn-nav-item::after {
	clear: both;
	content: "";
}

.hn-sub {
	visibility: hidden;
	position: absolute;
	z-index: 99;
	;
	padding-top: .3rem;
	width: 100%;
	height: 0;
	opacity: 0;
	-webkit-transform: translateX(0%) scaleY(0);
	transform: translateX(0%) scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.hn-sub-nav {
	display: none;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .15rem 0;
	background: rgb(201, 43, 47, .7);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}



.hn-sub-nav::before {
	display: block;
	position: absolute;
	left: 50%;
	top: 1px;
	border: .15rem solid rgb(201, 43, 47, .7);
	border-left: .15rem solid transparent;
	border-right: .15rem solid transparent;
	border-top: .15rem solid transparent;
	width: 0;
	height: 0;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hn-sub-nav .sub-nav-item {
	font-size: .24rem;
	color: #fff;
}



.submenu-button {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	z-index: 9999;
	;
	width: 52px;
	/* border-left: 1px solid rgba(120, 120, 120, 0.15); */
	height: 44px;
	cursor: pointer;
}

.submenu-button::before {
	display: block;
	position: absolute;
	left: 21px;
	top: 17px;
	z-index: 99;
	border: 2px solid;
	border-left: 0;
	border-top: 0;
	width: 6px;
	height: 6px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.on .hn-sub-nav {
	display: block;
}

.on .hn-sub {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transform: translateX(0%) scaleY(1);
	transform: translateX(0%) scaleY(1);
}

.on,
.sub-nav-item:hover {
	color: rgb(247, 185, 115);
}



/*分页清除浮动*/
#wp_paging_w2 {
	padding: 0 .4rem;
	;
	width: 100%;
	text-align: right;
}

#wp_paging_w2:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

/* 处理附件图标问题 */
.wp_articlecontent a {
	display: inline-block;
}

.wp_articlecontent img {
	display: inline-block;
	;
	width: auto;
	max-width: 100%;
}

/*搜索*/
.search-open-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: 0;
	top: .5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .08rem .3rem;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50px;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
	font-weight: normal;
	font-size: .25rem;
	color: #fff;
}

.p-nav .search-open-btn {
	position: static;
}

.search-open-btn:hover {
	background: rgba(0, 0, 0, .2);
}

.modal {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	visibility: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999998;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.modal.show {
	visibility: visible;
	opacity: 1;
}

.search-close-btn {
	position: absolute;
	right: .3rem;
	top: .3rem;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: center;
	color: #ccc;
}

.modal-body {
	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;
	width: 100%;
	height: 100%;
}

.search-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 7.5rem;
	height: 30px;
	line-height: 1;
}

.s-keyword {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 .2rem;
	border: 1px solid #ccc;
	border-radius: .4rem 0 0 .4rem;
	outline: none;
	line-height: 2;
}

.search-submit-btn {
	padding: 0 .2rem;
	border: 0;
	border-radius: 0 .4rem .4rem 0;
	width: .8rem;
	background: -webkit-gradient(linear, left top, right top, from(#e35d5b), to(#e53935));
	background: linear-gradient(to right, #e35d5b, #e53935);
	cursor: pointer;
	line-height: 0;
	color: #fff;
}

@media screen and (max-width:440px) {
	.footer {
		text-align: center;
	}

	.footer-container {
		display: block;
	}

	.f-logo {
		margin: auto;
		margin-bottom: .4rem;
		width: 2.5rem;
	}
}

.top-s-box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}


.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #961515; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;border:none;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn { float: right; height: 0.72rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] {background-color: #961515;/* background-repeat: no-repeat; *//* background-position: center center; *//* background-size: 0.24rem; *//* background-image: url("../img/search-btn.png"); */font-size: .2rem;color: #fff;border:none;}
.search-dialog .search-input input[type="submit"] :focus{
border:none;
}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../img/close-btn.png"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #961515; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../img/close-btn.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@media screen and (max-width:768px) {
	.top {
		position: fixed;
		top: 0;
		justify-content: space-between;
		padding: 0 3%;
		width: 100%;
		height: 1rem;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}

	.logo {
		margin-top: .1rem;
	}

	.logo img {
		/* width: 10%; */
		width: auto;
		height: .8rem;
	}

	.hn-nav {
		visibility: hidden;
		overflow: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 1rem;
		bottom: 0;
		z-index: 99999;
		opacity: 0;
		transition: all .5s;

		-webkit-transition: all .5s;
	}

	.wap-nav {
		display: block;
	}

	body {
		padding-top: 1rem;
	}

	body.nav-show {
		overflow: hidden;
	}

	.nav-show .wap-nav {
		display: none;
	}

	.nav-show .wap-close {
		display: block;
	}

	.nav-show .hn-nav {
		visibility: visible;
		overflow: auto;
		opacity: 1;
	}

	.hn-nav>ul {
		display: block;
		border: 0;
	}

	.hn-nav-item {
		border: 0;
		border-bottom: 1px solid #fff;
		font-size: 16px;
	}

	.hn-sub {
		position: relative;
		padding-top: 0;
	}

	.submenu-button {
		display: block;
	}

	.top-s-box {
		justify-content: space-between;
	}

	.logo {
		width: auto;
	}

	.search-open-btn {
		position: static;
		flex: 1;
		margin: 0 10%;
	}
}