@charset "UTF-8";

::-webkit-input-placeholder {
	color: inherit;
	opacity: .5;
	font-size: inherit
}

::-ms-input-placeholder {
	color: inherit;
	opacity: .5;
	font-size: inherit
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 5px
}

::-webkit-scrollbar-thumb {
	background: #A9481A;
	border-radius: 5px
}

/**
 * 该文件用于清除浏览器样式
 */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	font-family: 'Microsoft YaHei', 'Helvetica Neue For Number', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	box-sizing: border-box;
}

body,
html {
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}

a {
	color: #333;
}

a:link {
	outline: 0
}

a:visited {
	outline: 0
}

a:active {
	outline: 0
}

a,
a:hover {
	text-decoration: none
}

ol,
ul {
	list-style-type: none
}

textarea {
	resize: none
}

button,
input,
textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 225, 225, 0);
	padding: 0;
	border: 0;
	outline: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999
}

input {
	background: 0 0;
	outline: 0;
	border: none
}

textarea {
	resize: none;
	outline: 0;
	border: none
}

button {
	border: none;
	outline: 0;
	background-color: transparent
}

html {
	/*100vw=750px 1px=0.13333333vw 100px=13.3333333*/
	/*100vw=640px 1px=0.15625vw 100px=15.625*/
	/*设备根元素大小 vw 结合rem*/
	/*font-size：100vw/750*100 (750px为设计稿大小)*/
	font-size: 6vw;
}

@media screen and (max-width:1400px) {
	html {
		font-size: 6vw;
	}
}

html {
	/* font-size: 100px */
}

body {
	font-size: .16rem
}

.clearfix::after {
	content: '';
	display: table;
	clear: both
}

.toTop {
	position: fixed;
	width: .5rem;
	height: .5rem;
	background: #CA6026;
	z-index: 999;
	bottom: 5%;
	right: 2%;
	cursor: pointer;
	line-height: .5rem;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

.toTopHide {
	display: none;
}

.body {
	overflow: hidden
}

.w_14 {
	width: 11rem;
	margin: 0 auto
}

.w_16 {
	max-width: 12.5rem;
	width: 100%;
	margin: 0 auto
}


@media (max-width:1600px) {
	.w_16 {
		width: 100%
	}
}

.phone-more {
	display: none;
}

.u-arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a
}

.u-arrow-up {
	transform: rotate(-45deg)
}

.u-arrow-down {
	transform: rotate(135deg)
}

.u-arrow-left {
	transform: rotate(-135deg)
}

.u-arrow-right {
	transform: rotate(45deg)
}

.sanjiao {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ccc;
	border-right: 5px solid transparent
}

.h3 {
	font-size: .32rem;
	line-height: .46rem;
	color: #333;
	text-align: center;
	margin-bottom: .3rem
}

.h60 {
	display: block;
	width: 100%;
	height: .6rem
}

.h80 {
	display: block;
	width: 100%;
	height: .8rem
}

.fj {
	padding: .3rem 0 0;
	font-size: .15rem;
}

.downfile a {
	font-size: .15rem;
	text-decoration: none;
	margin-bottom: .15rem;
	line-height: 1.6;
	zoom: 1;
	text-decoration: none;
}

.arial {
	font-family: Arial
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.header .headerTop {
	display: flex;
	align-items: center;
}

.header .headerTop .w_16 {
	padding-top: 0;
	justify-content: right;
}

.header .headerTop .w_16>.Hmenu {
	display: flex;
	align-items: center;
}

.header .headerTop {
	background: #B10202;
	height: .5rem;
}

.header .headerTop a {
	color: #fff;
	margin: 0 .1rem;
}

.header .mask {
	width: 100%;
	height: 1.6rem;
	position: absolute;
	top: .5rem;
	left: 0;
	background: rgba(0, 0, 0, .5);
	background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .01))
}

.header .w_16 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: .2rem;
	position: relative;
}

.header .w_16 .left .hLogo {
	display: block;
	width: 3.75rem;
}

.header .w_16 .right .top {
	margin-top: .1rem;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-bottom: .2rem
}

.header .w_16 .right .top .img1 {
	display: block;
	width: 3.23rem;
	opacity: .5
}

.header .w_16 .right .top .Hmenu {
	display: flex;
	align-items: center
}

.header .w_16 .right .top .Hmenu a {
	font-size: .14rem;
	line-height: .2rem;
	margin-right: .2rem;
	color: #fff
}

.header .w_16 .right .top .Hmenu a:hover {
	text-decoration: underline
}

.header .w_16 .right .top .Hmenu a:last-child {
	margin-right: 0
}

.header .w_16 .right .top .Hmenu .img2 {
	width: .18rem;
	height: .18rem;
	margin-right: .2rem;
	cursor: pointer
}

.header .w_16 .right .Hnav ul {
	display: flex
}

.header .w_16 .right .Hnav ul li {
	margin-right: .3rem;
	padding-bottom: .2rem;
	position: relative
}

.header .w_16 .right .Hnav ul li>a {
	display: flex;
	align-items: center;
	font-size: .18rem;
	color: #fff;
	font-weight: 700
}

.header .w_16 .right .Hnav ul li>a i {
	border-color: #fff;
	border-width: 2px;
	margin-left: .08rem;
	transition: .1s
}

.header .w_16 .right .Hnav ul li:hover>a i {
	transform: rotate(-45deg)
}

.header .w_16 .right .Hnav ul li:last-child {
	margin-right: 0
}

.header .w_16 .right .Hnav ul li .sub-nav {
	transition: .5s;
	display: none;
	position: absolute;
	text-align: center;
	right: 0;
	top: .35rem;
	min-width: 1.6rem;
	/* width: 100%; */
	box-sizing: border-box;
	padding: .2rem .1rem;
	overflow: hidden;
	border-top: .04rem solid #bc4000;
	background: #fff;
	z-index: 99
}


.header .w_16 .right .Hnav ul li .sub-nav .sub-nav-txt {
	width: 100%;
	float: right;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.header .w_16 .right .Hnav ul li .sub-nav .sub-nav-txt a {
	display: block;
	float: left;
	line-height: .2rem;
	margin-bottom: .15rem;
	font-size: .16rem;
	color: #333;
	box-sizing: border-box;
	transition: all .35s ease-out;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header .w_16 .right .Hnav ul li .sub-nav .sub-nav-txt a:last-child {
	margin-bottom: 0;
}

.header .w_16 .right .Hnav ul li .sub-nav .sub-nav-txt a:hover {
	color: #bc4000;
}


.header .w_16 .right .Hnav ul li:hover .sub-nav {
	display: block
}

.fixed-head-box {
	display: none
}

.wap-header {
	display: none
}

.pos-menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-image: url('../images/ykd2024_index-pos-menubg01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-top: .05rem solid #b14910;
	transform: translateX(100%);
	transition: .4s
}

.pos-menu .mask {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8)
}

.pos-menu .icon01 {
	display: block;
	width: .9rem;
	height: .7rem;
	position: absolute;
	top: 0;
	right: 0
}

.pos-menu .icon02 {
	display: block;
	width: .26rem;
	height: .26rem;
	position: absolute;
	top: .2rem;
	right: .25rem;
	cursor: pointer
}

.pos-menu .w_16 {
	margin-top: .5rem;
	position: relative
}

.pos-menu .w_16 .pmenu-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: .3rem;
	position: relative
}

.pos-menu .w_16 .pmenu-head .left .hLogo {
	display: block;
	width: 3.75rem;
	height: .84rem
}

.pos-menu .w_16 .pmenu-head .right .top {
	margin-top: .1rem;
	display: flex;
	margin-bottom: .2rem
}

.pos-menu .w_16 .pmenu-head .right .top .img1 {
	display: block;
	width: 3.23rem;
	height: .24rem;
	opacity: .5
}

.pos-menu .w_16 .pmenu-head .right .top .Hmenu {
	display: flex;
	align-items: center
}

.pos-menu .w_16 .pmenu-head .right .top .Hmenu a {
	font-size: .14rem;
	line-height: .2rem;
	margin-right: .2rem;
	color: #fff
}

.pos-menu .w_16 .pmenu-head .right .top .Hmenu a:hover {
	text-decoration: underline
}

.pos-menu .w_16 .pmenu-head .right .top .Hmenu a:last-child {
	margin-right: 0
}

.pos-menu .w_16 .pmenu-head .right .top .Hmenu .img2 {
	width: .18rem;
	height: .18rem;
	margin-right: .2rem;
	cursor: pointer
}

.pos-menu .w_16 .pmenu-body {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between
}

.pos-menu .w_16 .pmenu-body dl {
	display: flex;
	flex-direction: column;
	align-items: center
}

.pos-menu .w_16 .pmenu-body dl dt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
	color: #fff
}

.pos-menu .w_16 .pmenu-body dl dt::after {
	content: '';
	display: block;
	width: .2rem;
	height: 1px;
	background-color: #fff;
	margin: .2rem auto
}

.pos-menu .w_16 .pmenu-body dl dd {
	margin-bottom: .2rem
}

.pos-menu .w_16 .pmenu-body dl dd a {
	font-size: .16rem;
	color: #fff
}

.pos-menu .w_16 .pmenu-body dl dd a:hover {
	color: rgba(255, 255, 255, .8);
	text-decoration: underline
}

.pos-menu .w_16 .pmenu-body dl dd:last-child {
	margin-bottom: 0
}

.pos-menu-show {
	transform: translateX(0)
}

.overlay {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	border-top: .05rem solid #b14910;
	z-index: 9999
}

.overlay .icon01 {
	display: block;
	width: .9rem;
	height: .7rem;
	position: absolute;
	top: 0;
	right: 0
}

.overlay .icon02 {
	display: block;
	width: .26rem;
	height: .26rem;
	position: absolute;
	top: .2rem;
	right: .25rem;
	cursor: pointer
}

.overlay .modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .5)
}

.overlay .modal .logo {
	width: 3.6rem;
	display: block;
	position: absolute;
	top: -1.5rem;
	left: 50%;
	transform: translateX(-50%)
}

.overlay .search-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: .08rem solid rgba(176, 72, 16, .2);
	border-radius: .6rem
}

.overlay .search-box>form {
	display: flex;
	align-items: center;
}

.overlay .search-box img {
	width: .24rem;
	height: .24rem;
	position: absolute;
	left: .15rem
}

.overlay .search-box input {
	width: 6.1rem;
	height: .6rem;
	font-size: .14rem;
	line-height: .6rem;
	padding-left: .72rem;
	padding-right: .1rem;
	font-size: .18rem;
	color: #ccc;
	border: none;
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
	background-color: #fff
}

.overlay .search-box button {
	width: .9rem;
	height: .615rem;
	padding: .1rem;
	font-size: .18rem;
	font-weight: 700;
	border: none;
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
	background-color: #b04810;
	color: #fff;
	cursor: pointer;
	margin-left: -8px;
}

.overlay.show {
	display: block;
	animation: overlay-show .5s forwards
}

.overlay.hide {
	animation: overlay-hide .5s forwards
}

.overlay .modal.hide {
	animation: modal-hide .5s forwards
}

@keyframes overlay-show {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes modal-show {
	from {
		opacity: 0;
		transform: translate(-50%, -60%)
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%)
	}
}

@keyframes overlay-hide {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		display: none
	}
}

@keyframes modal-hide {
	from {
		opacity: 1;
		transform: translate(-50%, -50%)
	}

	to {
		opacity: 0;
		transform: translate(-50%, -60%)
	}
}

.hbanner {
	width: 100%;
	height: 5.4rem;
	position: relative
}

.hbanner img {
	display: block;
	width: 100%;
	height: 100%
}

.hbanner .current {
	width: 100%;
	padding-bottom: .5rem;
	position: absolute;
	left: 0;
	bottom: 0
}

.hbanner .current .mask {
	width: 100%;
	height: 1.6rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	background: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .5))
}

.hbanner .current h6 {
	font-size: .36rem;
	line-height: .52rem;
	color: #fff;
	position: relative;
	margin-bottom: .1rem
}

.hbanner .current p {
	position: relative
}

.hbanner .current p a {
	font-size: .18rem;
	line-height: .26rem;
	color: #fff
}

.hbanner .current p a::after {
	content: '/';
	margin-left: .1rem;
	margin-right: .06rem
}

.hbanner .current p a:last-child::after {
	content: '';
	margin: 0
}

.banner {
	/* position: fixed; */
	top: 0;
	right: 0;
	width: 100%;
	/* height: 100vh; */
	height: 4rem;
	transition: .6s;
	z-index: 1;
	transition: .4s
}

.banner .swiper {
	/* height: 100vh; */
	height: 4rem;
}

.banner .swiper>img {
	width: 100%;
	height: 100%
}

.banner .animated {
	display: none
}

.banner .show {
	display: flex
}

.banner .swiper-wrapper {
	position: relative
}

.banner .swiper-slide .img {
	width: 100%;
	height: 100%
}

.banner .swiper-slide .img img {
	display: block
}

.banner .swiper-slide .img .img1 {
	width: 100%;
	height: 100%;
	/* object-fit: cover */
}

.banner .swiper-slide .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2rem;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	background: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .6))
}

.banner .swiper-slide .bt {
	/* display: block; */
	width: 35%;
	height: .18rem;
	height: .26rem;
	line-height: .26rem;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: .3rem;
	left: 1.5rem;
	display: none;
}

.banner .pMore {
	position: absolute;
	bottom: .34rem;
	right: 1.55rem;
	color: #fff;
	font-size: .14rem;
	font-weight: 700;
	z-index: 1;
	display: none;
}

.banner .pMore i {
	font-style: normal
}

.banner .swiper-pagination {
	min-width: 30%;
	position: absolute;
	right: 2rem;
	left: unset;
	bottom: .4rem;
	z-index: 2;
	font-size: 0;
	text-align: right
}

.banner .swiper-pagination .pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center
}

.banner .swiper-pagination .swiper-pagination-switch {
	display: inline-block;
	width: .2rem;
	height: .04rem;
	border-radius: 0;
	background: rgba(255, 255, 255, .6);
	margin: 0 5px;
	opacity: .8;
	border: none;
	cursor: pointer
}

.banner .swiper-pagination .swiper-active-switch {
	background: #fff
}

.banner .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 .05rem;
	position: relative;
	width: .2rem;
	height: .04rem;
	font-size: 0;
	line-height: 0;
	text-indent: 9.99rem;
	border: 0;
	margin-top: .02rem;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .5)
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	height: .04rem;
	margin-top: 0
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	animation: banwid 3s linear forwards
}

@-webkit-keyframes banwid {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes banwid {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.home-video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.swiper-box {
	position: relative;
	height: 100%;
}

.banner .downs {
	display: none;
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: .2rem;
	z-index: 6;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner .downs span {
	width: .29rem;
	height: .29rem;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	position: relative
}

.banner .downs i {
	display: block;
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/ykd2024_index-banner-icon01.png') no-repeat center center;
	animation: downico 1.5s ease-out infinite
}

@keyframes downico {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	35% {
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-o-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}

	65% {
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes anim-ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(2, 2, 1);
		transform: scale3d(2, 2, 1)
	}
}

@keyframes anim-ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(2, 2, 1);
		transform: scale3d(2, 2, 1)
	}
}

.banner .prev-btn {
	width: .31rem;
	height: .54rem;
	position: absolute;
	left: .2rem;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.banner .prev-btn img {
	transform: rotateX(180deg);
	transition: .5s
}

.banner .prev-btn:hover img {
	transform: rotateX(215deg)
}

.banner .swiper-pagination-bullet {
	width: .4rem;
	height: .04rem;
	background-color: rgba(255, 255, 255, .2);
	opacity: 1;
	border-radius: unset
}

.banner .swiper-pagination-bullet-active {
	background-color: #fff
}

.swiper-button-next img,
.swiper-button-prev img {
	width: .6rem;
	height: .6rem
}

.swiper-button-next::after,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev::before {
	display: none
}

.swiper-button-prev {
	left: .3rem
}

.swiper-button-next {
	right: .3rem
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: .8;
	border: 1px solid #fff;
	cursor: pointer
}

.swiper-active-switch {
	background: #fff
}

.fadeIns {
	opacity: 1;
	transition: .4s
}

.fadeOuts {
	opacity: 0;
	transition: .4s
}

.body,
.wrap {
	transition: .8s
}

.wrap {
	width: 100%;
	overflow: auto;
	/* position: absolute;
	top: 100%;
	left: 0;
	bottom: 0; */
	background-color: #fff;
	z-index: 2
}

.banner-hide {
	top: 0
}

.scrollHeader {
	display: none;
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	opacity: 1;
	transition: all .5s ease-out 0s;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.scrollShow {
	transition: all .7s ease-in-out .5s;
	opacity: 1
}

.scrollHeader .header-list {
	width: 100%;
	padding: .3rem 5%;
	transition: all .2s ease-out 0s;
	box-sizing: border-box;
	overflow: hidden;
	background: url('../images/ykd2024_index-scrollHeader.jpg') center no-repeat;
	background-size: cover;
	display: none;
}

.scrollHeader .sH {
	height: 0
}

.scrollHeader .header-list ul {
	box-sizing: border-box;
	overflow: hidden;
	float: right
}

.scrollHeader .header-list ul li {
	float: left;
	box-sizing: border-box;
	padding: 0 .17rem
}

.scrollHeader .header-list ul li a {
	font-size: .24rem;
	color: #fff;
	display: block;
	line-height: .3rem
}

.scrollHeader .header-list ul li a:hover {
	text-decoration: underline;
	font-weight: 700
}

.scrollHeader .header-list .header-search {
	transition: .7s;
	margin: .05rem 0 0 .1rem;
	float: right;
	width: .21rem;
	height: .21rem;
	border-radius: 50%;
	cursor: pointer;
	background: url('../images/ykd2024_index-search.png') center no-repeat rgba(255, 255, 255, .5);
	overflow: hidden
}

.scrollHeader .header-list .header-search:hover {
	transition: .7s;
	margin-left: .17rem;
	float: right;
	width: 1.5rem;
	height: .2rem;
	border-radius: .2rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	cursor: pointer;
	background: url('../images/ykd2024_index-search.png') 95% no-repeat
}

.scrollHeader .header-list .header-search input {
	width: 90%;
	height: .2rem;
	line-height: .2rem;
	font-size: .16rem;
	color: #fff;
	border: none;
	box-sizing: border-box;
	padding: 0 .1rem
}

.scrollHeader .header {
	width: 100%;
	height: .5rem;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 5%;
	position: static
}

.scrollHeader .header .logo {
	width: 2rem;
	float: left;
	margin-top: .03rem
}

.scrollHeader .header .logo a {
	display: block
}

.scrollHeader .header .logo img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}

.scrollHeader .header ul {
	display: flex;
	width: 80%;
	float: right;
	box-sizing: border-box;
	margin-top: .03rem;
}

.scrollHeader .header ul li {
	/*width: 11%;*/
	padding: 0 .25rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	box-sizing: border-box;
	position: relative
}

.scrollHeader .header ul li:first-child {
	margin-left: 0
}

.scrollHeader .header ul li .na {
	display: block;
	font-size: .19rem;
	color: #333;
	font-weight: 700;
	box-sizing: border-box;
	padding: 0
}

.scrollHeader .header ul li i {
	display: inline-block;
	width: .17rem;
	height: .1rem;
	background: url('../images/ykd2024_index-nav-xia2.png') center no-repeat
}

.scrollHeader .header ul li:hover .sub-nav {
	display: block
}

.scrollHeader .header ul li:hover .na {
	color: #e45a0b
}

.scrollHeader .header ul li:hover i {
	background: url('../images/ykd2024_index-nav-up2.png') center no-repeat
}

.scrollHeader .header ul li.active .na {
	color: #e45a0b
}

.scrollHeader .header ul li .sub-nav {
	display: none;
	box-shadow: 0 0 .2rem 0 rgba(125, 125, 125, .4);
	position: absolute;
	transition: .5s;
	left: 0;
	top: .5rem;
	/* width: 100%; */
	box-sizing: border-box;
	padding: .1rem 0;
	border-top: .02rem solid #bc4000;
	text-align: center;
	background: #fff;
	z-index: 99
}

.scrollHeader .header ul li .sub-nav a {
	display: block;
	line-height: .4rem;
	font-size: .18rem;
	color: #333;
	box-sizing: border-box;
	padding: 0 .1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.scrollHeader .header ul li .sub-nav a:hover {
	color: #bc4000;
	background: #fff6f2
}

.moveFromBottom {
	-webkit-animation: moveFromBottom .5s ease both;
	-moz-animation: moveFromBottom .5s ease both;
	animation: moveFromBottom .5s ease both
}

@-webkit-keyframes moveFromBottom {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes moveFromBottom {
	from {
		opacity: .3;
		-moz-transform: translateY(-100%)
	}
}

@keyframes moveFromBottom {
	from {
		opacity: .3;
		transform: translateY(-100%)
	}
}

.moveFromTop {
	-webkit-animation: moveFromTop .5s ease both;
	-moz-animation: moveFromTop .5s ease both;
	animation: moveFromTop .5s ease both
}

@-webkit-keyframes moveFromTop {
	from {
		opacity: .3;
		-webkit-transform: translateY(20px)
	}
}

@-moz-keyframes moveFromTop {
	from {
		opacity: .3;
		-moz-transform: translateY(20px)
	}
}

@keyframes moveFromTop {
	from {
		opacity: .3;
		transform: translateY(20px)
	}
}

.moveFromLeft {
	-webkit-animation: moveFromLeft .8s ease both;
	-moz-animation: moveFromLeft .8s ease both;
	animation: moveFromLeft .8s ease both
}

@-webkit-keyframes moveFromLeft {
	from {
		opacity: .5;
		-webkit-transform: translateX(30px)
	}
}

@-moz-keyframes moveFromLeft {
	from {
		opacity: .5;
		-moz-transform: translateX(30px)
	}
}

@keyframes moveFromLeft {
	from {
		opacity: .5;
		transform: translateX(30px)
	}
}

@keyframes bb {
	0% {
		transform: translate(-50%, 0);
		opacity: 0
	}

	20% {
		transform: translate(-50%, 3px);
		opacity: 1
	}

	80% {
		transform: translate(-50%, 10px);
		opacity: 1
	}

	90% {
		transform: translate(-50%, 10px);
		opacity: 0
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0
	}
}

@media (max-width:1260px) {
	.banner .img .img06-1 {
		right: -7.6rem
	}
}

@media (max-width:1060px) {
	.banner .img .img06-1 {
		right: -9.6rem
	}
}

.index-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .25rem
}

.index-title strong {
	font-size: .3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-items: center;
}

.index-title strong img {
	width: .4rem;
	height: .4rem;
	margin-right: .2rem;
}

.index-title strong .img1 {
	width: 1.48rem;
	height: .68rem
}

.index-title strong .img2 {
	width: 1.7rem;
	height: .93rem
}

.index-title strong .t1 {
	margin-left: .3rem;
	color: #d8a488;
	cursor: pointer
}

.index-title strong .cur {
	color: #333333
}

.index-one {
	margin-top: .6rem;
	background-color: #fff;
	position: relative;
	transition: 0.3s;
}

.index-one .scroll-event {
	margin-top: 1.4rem;
}

.index-one .animated {
	visibility: hidden
}

.index-one .show {
	visibility: visible
}

.index-one .show-block {
	visibility: visible
}

.index-one .show-flex {
	visibility: visible
}

.index-one .w_14 {
	display: flex
}

.index-one .head-img {
	width: 8.8rem;
	margin-right: .4rem
}

.index-one .head-img .head-banner {
	width: 100%;
	height: 5.3rem;
	position: relative
}

.index-one .head-img .head-banner .swiper-slide {
	display: block;
	position: relative
}

.index-one .head-img .head-banner .swiper-slide .img {
	width: 100%;
	height: 5.3rem;
	overflow: hidden
}

.index-one .head-img .head-banner .swiper-slide .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s
}

.index-one .head-img .head-banner .swiper-slide .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1.5rem;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	background: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .6));
	z-index: 1
}

.index-one .head-img .head-banner .swiper-slide .bt {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: .18rem;
	height: .26rem;
	line-height: .26rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: .5rem;
	left: .5rem;
	z-index: 1
}

.index-one .head-img .head-banner .swiper-slide:hover .img img {
	transform: scale(1.1)
}

.index-one .head-img .head-banner .pagination3 {
	bottom: .2rem;
	left: 47%
}

.index-one .head-img .head-banner .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	background-color: #fff
}

.index-one .head-img .head-banner .swiper-pagination-bullet-active {
	background-color: #b04810
}

.index-one .head-img .head-banner .swiper-button-next::after,
.index-one .head-img .head-banner .swiper-button-prev::after {
	font-size: .16rem;
	display: none
}

.index-one .head-img .head-banner .swiper-button-next {
	right: .2rem
}

.index-one .head-img .head-banner .swiper-button-next img {
	width: .3rem;
	height: .3rem
}

.index-one .head-img .head-banner .swiper-button-prev {
	left: .2rem
}

.index-one .head-img .head-banner .swiper-button-prev img {
	width: .3rem;
	height: .3rem
}

.index-one .head-img .head-banner .swiper-pagination-switch {
	display: inline-block;
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background: #ad9b96;
	margin: 0 5px;
	opacity: .8;
	border: none;
	cursor: pointer
}

.index-one .head-img .head-banner .swiper-active-switch {
	background: #b04810
}

.index-one .head-news {
	width: 4.76rem
}

.index-one .head-news .index-title span {
	color: #d8a488;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.index-one .head-news .index-title .cur {
	color: #b04810
}

.index-one .head-news .new-list {
	width: 100%;
	height: 5.29rem;
	overflow: hidden;
	position: relative
}

.index-one .head-news .new-list .swiper-box {
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.index-one .head-news .new-list .swiper {
	height: 100%
}

.index-one .head-news .new-list .li {
	width: 100%;
	height: 1.45rem;
	padding-bottom: .25rem;
	border-bottom: 1px dashed #e0e0e0;
	display: flex;
	margin-bottom: .25rem
}

.index-one .head-news .new-list .li:last-child {
	margin-bottom: 0
}

.index-one .head-news .new-list .li .cont {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden
}

.index-one .head-news .new-list .li .cont p {
	transition: .3s
}

.index-one .head-news .new-list .li .cont p:nth-child(1) {
	font-size: .18rem;
	line-height: .26rem;
	color: #333
}

.index-one .head-news .new-list .li .cont p:nth-child(2) {
	font-size: .14rem;
	line-height: .26rem;
	color: #d29d80
}

.index-one .head-news .new-list .li .cont p:nth-child(2) strong {
	font-size: .18rem
}

.index-one .head-news .new-list .li .img {
	width: 2rem;
	height: 1.2rem;
	margin-left: .26rem;
	border-radius: .05rem;
	overflow: hidden
}

.index-one .head-news .new-list .li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s
}

.index-one .head-news .new-list .li:hover .cont p {
	color: #900;
	padding-bottom: .05rem;
	margin-left: 0.1rem;
}

.index-one .head-news .new-list .li:hover .cont p:nth-child(1) {
	text-decoration: underline
}

.index-one .head-news .new-list .li:hover .img img {
	transform: scale(1.1)
}

.index-one .head-news .new-list .pagination4 {
	position: absolute;
	bottom: 0;
	z-index: 3;
	display: flex
}

.index-one .head-news .new-list .pagination4 .swiper-pagination-bullet,
.index-one .head-news .new-list .pagination4 span {
	display: block;
	width: .24rem;
	height: .24rem;
	line-height: .24rem;
	margin-right: .1rem;
	background-color: #f5e8e2;
	position: relative;
	text-align: center;
	color: #d29d80;
	border-radius: .03rem;
	cursor: pointer;
	opacity: 1
}

.index-one .head-news .new-list .pagination4 .cur,
.index-one .head-news .new-list .pagination4 .swiper-pagination-bullet-active {
	color: #fff;
	background-color: #b04810
}

.index-one .head-news .new-list .pagination4 .cur::before,
.index-one .head-news .new-list .pagination4 .swiper-pagination-bullet-active::before {
	content: '';
	display: block;
	color: #fff;
	width: 0;
	height: 0;
	border-top: .12rem solid transparent;
	border-bottom: .14rem solid #b04810;
	border-left: .12rem solid transparent;
	border-right: .12rem solid transparent;
	position: absolute;
	bottom: .18rem;
	left: 0
}

.index-one .head-news .new-list .cur {
	opacity: 1;
	z-index: 2;
	display: block
}

.index-two {
	position: relative;
}

.index-two .section2 {
	position: relative;
	background-color: #fff;
	padding-top: 0;
}

.index-two .w_14 {
	display: flex
}

.index-two .keyan {
	width: 8.8rem;
	margin-right: .4rem;
	margin-top: .5rem
}

.index-two .keyan .keyan-list .li {
	display: flex;
	align-items: center;
	height: .7rem;
	line-height: .7rem;
	transition: .4s;
	position: relative
}

.index-two .keyan .keyan-list .li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #b04810, #f7ddcf);
	background: -moz-linear-gradient(left, #b04810, #f7ddcf);
	background: -o-linear-gradient(left, #b04810, #f7ddcf);
	background: linear-gradient(to right, #b04810, #f7ddcf);
	opacity: 0;
	transition: .4s
}

.index-two .keyan .keyan-list .li .date {
	font-size: .14rem;
	line-height: .17rem;
	color: #d29d80;
	margin-right: .4rem;
	transition: .4s;
	position: relative;
	font-family: Arial
}

.index-two .keyan .keyan-list .li .date strong {
	font-size: .24rem;
	font-weight: 400
}

.index-two .keyan .keyan-list .li .date i {
	display: none
}

.index-two .keyan .keyan-list .li .cont {
	flex: 1;
	width: 0;
	font-size: .18rem;
	line-height: .2rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	transition: .3s
}

.index-two .keyan .keyan-list .li:hover::before {
	opacity: 1
}

.index-two .keyan .keyan-list .li:hover .date {
	color: #fff;
	margin-right: .2rem;
	margin-left: .2rem
}

.index-two .keyan .keyan-list .li:hover .cont {
	color: #fff;
	padding-left: .1rem
}

.index-two .notice {
	width: 4.76rem
}

.index-two .notice .notice-tab {
	display: flex
}

.index-two .notice .notice-tab strong {
	flex: 1;
	line-height: 1rem;
	text-align: center;
	font-size: .32rem;
	color: #d7a083;
	background-color: #fef8f5;
	cursor: pointer
}

.index-two .notice .notice-tab .cur {
	color: #b04810;
	background-color: #fff
}

.index-two .notice .notice-tab a,
.index-two .notice .notice-tab strong {
	font-weight: 600;
	flex: 1;
	line-height: 1rem;
	text-align: center;
	font-size: .32rem;
	color: #d7a083;
	background-color: #fef8f5;
	cursor: pointer
}

.index-two .notice .notice-tab .cur {
	color: #b04810;
	background-color: #fff;
	font-weight: 600;
}

.index-two .notice .notice-list {
	display: none;
	width: 100%;
	padding: .1rem 0;
	background-color: #fff
}

.index-two .notice .notice-list .li {
	display: flex;
	align-items: center;
	transition: .4s;
	position: relative;
	border-bottom: 1px solid #f8ede8;
}

.index-two .notice .notice-list .li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #b04810, #f7ddcf);
	background: -moz-linear-gradient(left, #b04810, #f7ddcf);
	background: -o-linear-gradient(left, #b04810, #f7ddcf);
	background: linear-gradient(to right, #b04810, #f7ddcf);
	opacity: 0;
	transition: .4s
}

.index-two .notice .notice-list .li .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .14rem;
	line-height: .17rem;
	color: #b04810;
	margin-right: .2rem;
	transition: .4s;
	position: relative;
	font-family: Arial;
	z-index: 9;
	padding: .3rem 0 .3rem .2rem
}

.index-two .notice .notice-list .li .date strong {
	font-size: .24rem;
	font-weight: 400;
	margin-bottom: 0.08rem;
}

.index-two .notice .notice-list .li .date i {
	display: none;
}

.index-two .notice .notice-list .li .cont {
	flex: 1;
	width: 0;
	position: relative;
	padding: .3rem .2rem .3rem 0
}

.index-two .notice .notice-list .li .cont p {
	font-size: .18rem;
	height: .54rem;
	line-height: .26rem;
	color: #333;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: .3s
}

.index-two .notice .notice-list .li .cont::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.index-two .notice .notice-list .li .nobor::after {
	border-bottom-color: transparent
}

.index-two .notice .notice-list .li:last-child .cont::after {
	border: none
}

.index-two .notice .notice-list .li:hover::before {
	opacity: 1
}

.index-two .notice .notice-list .li:hover .date {
	color: #fff;
	margin-right: .15rem;
	margin-left: .05rem
}

.index-two .notice .notice-list .li:hover .cont::after {
	border-bottom: 1px solid transparent
}

.index-two .notice .notice-list .li:hover .cont p {
	color: #fff;
	padding-left: .1rem
}

.index-two .notice .notice-show {
	display: block
}

.list-more a {
	display: flex;
	with: 2.1rem;
	align-items: center;
	justify-content: center;
	padding: .02rem .1rem;
	border: 1px solid #d29d80;
	border-radius: .3rem;
	color: #d29d80;
	transition: .3s
}

.list-more a .sanjiao {
	border-left-width: .08rem;
	margin-left: .05rem;
	display: block;
	width: 0;
	height: 0;
	border-left-color: #d29d80;
	transition: .3s
}

.list-more a:hover {
	background-color: #d39e81;
	border-color: #d39e81;
	color: #fff
}

.list-more a:hover .sanjiao {
	border-left-color: #fff
}


.index-five {
	padding-top: .25rem;
	position: relative;
	background-color: #fbfbfb;
}

.index-five .s2-r {
	padding-top: .1rem;
}


.index-five .w_14 {
	width: 100%;
}

.index-five .jiaopian {
	width: 100%;
	height: .3rem;
	background-image: url("../images/ykdtw_jiaopian.jpg");
	background-size: auto 100%;
}


.index-five .five-swiper {
	position: relative;
	margin-bottom: .4rem;
}

.index-five .five-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-five .five-swiper .swiper-slide a {
	display: block;
	width: 2.6rem;
	height: 1.4rem;
	border-radius: .05rem;
	margin: 0 .1rem;
	box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .1);
	overflow: hidden
}

.index-five .five-swiper .swiper-slide a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s
}

.index-five .five-swiper .swiper-slide a:hover img {
	transform: scale(1.1)
}

.index-five .five-swiper .next,
.index-five .five-swiper .prev {
	width: .48rem;
	height: .48rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.index-five .five-swiper .next img,
.index-five .five-swiper .prev img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.index-five .five-swiper .next img:nth-child(1),
.index-five .five-swiper .prev img:nth-child(1) {
	opacity: 1;
	transition: .3
}

.index-five .five-swiper .next img:nth-child(2),
.index-five .five-swiper .prev img:nth-child(2) {
	opacity: 0;
	transition: .3
}

.index-five .five-swiper .next:hover img:nth-child(1),
.index-five .five-swiper .prev:hover img:nth-child(1) {
	opacity: 0
}

.index-five .five-swiper .next:hover img:nth-child(2),
.index-five .five-swiper .prev:hover img:nth-child(2) {
	opacity: 1
}

.index-five .five-swiper .prev {
	left: -.8rem
}

.index-five .five-swiper .next {
	right: -.8rem
}

.index-six {
	display: none
}

.nav {
	width: 100%;
	height: .8rem;
	background-image: url('../images/ykd2024_nav-bg01.png');
	background-repeat: no-repeat;
	background-size: 100% .8rem;
	margin-top: -.1rem;
	position: relative
}

.nav .w_14 {
	display: flex;
	padding-top: .1rem
}

.nav .w_14 a {
	padding: 0 .2rem;
	font-size: .18rem;
	line-height: .7rem;
	text-align: center;
	color: #796255;
	transition: .3s
}

.nav .w_14 a.cur,
.nav .w_14 a:hover {
	color: #fff;
	background-color: #b04810
}

.nav-wap {
	display: none
}

.overview .xrld {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: .3rem
}

.overview .xrld .item {
	display: flex;
	align-items: center;
	border-top: 1px solid #e0e0e0;
	padding: .3rem 0
}

.overview .xrld .item .t {
	display: flex;
	align-items: center;
	width: 3.25rem;
	font-size: .26rem;
	height: .34rem;
	line-height: .34rem;
	font-weight: 700;
	color: #b04810;
	position: relative
}

.overview .xrld .item .t p {
	font-size: .16rem;
	line-height: .24rem;
	position: absolute;
	bottom: -.25rem;
	left: .3rem
}

.overview .xrld .item .t::before {
	content: '';
	width: .01rem;
	height: .34rem;
	background-color: #b04810;
	margin-right: .3rem
}

.overview .xrld .item .c {
	display: flex;
	flex-wrap: wrap;
	width: 3.25rem
}

.overview .xrld .item .c div {
	width: 1rem;
}

.overview .xrld .item .twmg {
	width: 6rem;
}

.overview .xrld .item .c span {
	font-size: .2rem;
	height: .34rem;
	line-height: .34rem;
	margin-right: .4rem;
	color: #333;
}

.overview .xrld .item:nth-child(1) {
	margin-right: 1rem
}

.overview .xrld .item:nth-child(3n) {
	margin-right: 1rem
}

.overview .xrld .bor {
	border-bottom: 1px solid #e0e0e0
}

.ssjgy .searchHeader {
	background-color: #fff
}

.ssjgy .searchHeader .w_14 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1.4rem
}

.ssjgy .searchHeader .left {
	display: flex;
	align-items: center
}

.ssjgy .searchHeader .left img {
	display: block;
	width: 2.75rem;
	height: .8rem
}

.ssjgy .searchHeader .left span {
	display: flex;
	align-items: center;
	font-size: .28rem;
	color: #b04810
}

.ssjgy .searchHeader .left span::before {
	content: '·';
	font-size: .38rem;
	margin: 0 .2rem;
	color: #b04810
}

.ssjgy .searchHeader .right .searchBox {
	display: flex;
	align-items: center;
	width: 5rem;
	border-radius: .05rem;
	position: relative
}

.ssjgy .searchHeader .right .searchBox i {
	position: absolute;
	left: .15rem;
	font-size: .2rem;
	color: #88acd0
}

.ssjgy .searchHeader .right .searchBox .img {
	width: .24rem;
	height: .24rem;
	position: absolute;
	left: .15rem;
	top: 50%;
	transform: translateY(-50%)
}

.ssjgy .searchHeader .right .searchBox .img img {
	width: 100%;
	height: 100%;
	display: block
}

.ssjgy .searchHeader .right .searchBox input {
	width: 4rem;
	height: .5rem;
	line-height: .5rem;
	font-size: .16rem;
	border: 1px solid #b04810;
	border-top-left-radius: .05rem;
	border-bottom-left-radius: .05rem;
	padding-left: .45rem;
	padding-right: .1rem;
	color: #333
}

.ssjgy .searchHeader .right .searchBox button {
	flex: 1;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	font-size: .18rem;
	color: #fff;
	background-color: #b04810;
	border-top-right-radius: .05rem;
	border-bottom-right-radius: .05rem;
	cursor: pointer
}

.ssjgy .total p {
	font-size: .16rem;
	line-height: .6rem;
	color: #666
}

.ssjgy .main {
	display: flex;
	background-color: #fff;
	margin-bottom: .8rem;
	border-radius: .05rem
}

.ssjgy .main .left {
	flex: 1;
	padding-bottom: .3rem;
	border-right: 1px solid #e0e0e0
}

.ssjgy .main .left .tag {
	display: flex;
	align-items: center;
	padding: .2rem .3rem;
	border-bottom: 1px solid #eee
}

.ssjgy .main .left .tag a {
	font-size: .16rem;
	line-height: .16rem;
	margin-left: .3rem;
	color: #333
}

.ssjgy .main .left .tag .cur {
	background-color: #b04810;
	color: #fff;
	padding: .08rem .2rem;
	border-radius: .05rem
}

.ssjgy .main .left .list {
	padding: .2rem .2rem .3rem .2rem
}

.ssjgy .main .left .list .li {
	margin-bottom: .1rem
}

.ssjgy .main .left .list .li a {
	padding: .2rem;
	display: block;
	border: 1px solid transparent;
	transition: .3s
}

.ssjgy .main .left .list .li a h5 {
	width: 100%;
	display: flex;
	font-weight: 400
}

.ssjgy .main .left .list .li a h5 span {
	padding: .05rem .15rem;
	margin-right: .1rem;
	border: 1px solid #b04810;
	font-size: .16rem;
	color: #b04810;
	border-radius: .05rem;
	transition: .3s
}

.ssjgy .main .left .list .li a h5 p {
	max-width: 8.05rem;
	color: #333;
	line-height: .3rem;
	font-size: .2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s
}

.ssjgy .main .left .list .li a h6 {
	color: #999;
	line-height: .2rem;
	font-size: .14rem;
	font-weight: 400;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: .25rem 0
}

.ssjgy .main .left .list .li a .date {
	font-family: Arial
}

.ssjgy .main .left .list .li a .date span {
	font-size: .14rem;
	color: #999;
	padding: .03rem .1rem;
	background-color: #f8f8f8;
	border-radius: .05rem
}

.ssjgy .main .left .list .li a:hover {
	border: 1px solid #ccc;
	border-radius: .05rem;
	box-shadow: 0 0 .15rem 1px #ccc;
	transition: .3s
}

.ssjgy .main .left .list .li a:hover h5 span {
	color: #fff;
	background-color: #b04810;
	transition: .3s
}

.ssjgy .main .left .list .li a:hover p {
	color: #b04810
}

.ssjgy .main .left .page-wap {
	display: none
}

.ssjgy .main .right {
	width: 3.5rem;
	padding: .3rem .3rem 0
}

.ssjgy .main .right h6 {
	font-size: .24rem;
	line-height: .35rem;
	color: #333
}

.ssjgy .main .right p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: .2rem
}

.ssjgy .main .right p a {
	width: 48%;
	height: .4rem;
	font-size: .16rem;
	line-height: .4rem;
	color: #999;
	background-color: #f8f8f8;
	border-radius: .05rem;
	padding-left: .2rem;
	margin-bottom: 4%
}

.ssjgy .searchFooter {
	display: flex;
	align-items: center;
	background-color: #fff;
	height: 1rem
}

.ssjgy .searchFooter a,
.ssjgy .searchFooter p {
	text-align: center;
	font-size: .16rem;
	line-height: .23rem;
	color: #666
}

.page {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: .8rem
}

.page a {
	padding: .05rem .15rem;
	border: 1px solid #ccc;
	font-size: .14rem;
	color: #666;
	margin-right: .05rem;
	background-color: #fff;
	transition: .3s
}

.page a:last-child {
	margin-right: 0
}

.page a:hover {
	color: #b04810;
	border-color: #b04810;
	transition: .3s
}

.page .cur {
	color: #fff;
	background-color: #b04810;
	border-color: #b04810
}

.page .cur:hover {
	color: #fff
}

.page .u-arrow {
	border-color: #666;
	position: relative;
	bottom: .02rem
}

.footer .top {
	width: 100%;
	/* height: 3.5rem; */
	overflow: hidden;
	padding: .3rem 0;
	margin-bottom: .3rem;
	border-bottom: .03rem solid #af1619;
}

.footer .bottomLine {
	width: .02rem;
	height: 1.25rem;
	background-color: #af1619;
}

.footer .top .fMain {
	margin-top: .2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #f0c99b;
}

.footer .top .fMain.s2-c {
	max-width: 9rem;
}

.footer .top .fMain .right {
	display: flex;
	flex-direction: column;
	justify-content: end;
	text-align: center;
}

.footer .top .fMain .right a {
	color: #f0c99b;
	margin-bottom: .05rem;
}

.footer .top .fMain .right p {
	font-size: .16rem;
}

.footer .top .fMain .left {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.footer .top .fMain .left .item {
	width: 1.6rem;
	margin-right: .2rem;
}

.footer .top .fMain .left .item p {
	font-size: .16rem;
	line-height: .3rem;
}

.footer .top .fMain .left .item p:nth-child(2) {
	margin-top: .05rem;
	font-family: Arial
}

.footer .top .fMain .left .item:nth-child(2n) {
	margin-right: 0
}

.footer .top .fMain .left .item:nth-child(3),
.footer .top .fMain .left .item:nth-child(4) {
	margin-bottom: 0
}

.footer .top .fMain .footer-qrCode {
	text-align: center;
	font-size: .16rem;
}

.footer .top .fMain .right p,
.footer .top .fMain .footer-qrCode p {
	padding-bottom: .1rem;
	margin-bottom: .15rem;
	position: relative;
	text-align: center;
}

.footer .top .fMain .right p::after,
.footer .top .fMain .footer-qrCode p::after {
	content: '';
	width: .35rem;
	height: .01rem;
	background-color: #f2b16e;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.footer .top .fMain .footer-qrCode>img {
	width: 1.2rem;
	height: 1.2rem;
}

.footer .top .fMainWap {
	display: none
}

.footer .bottom {
	width: 100%;
	font-size: .14rem;
	text-align: center;
	color: #f0c99b;
	line-height: 2;
	padding-bottom: .15rem;
}

.footer .bottom a,
.footer .bottom span {
	margin: 0 .1rem;
	color: #fff
}

.auth .auth-header {
	width: 100%;
	height: 3rem;
	background: #d66a30;
	background: linear-gradient(to right, #d66a30, #b14911)
}

.auth .auth-header .auth-header-box {
	width: 13rem;
	height: 3rem;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.auth .auth-header .auth-header-cont {
	width: 7.26rem;
	height: 1.22rem;
	display: flex
}

.auth .auth-header .auth-header-cont img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .3rem
}

.auth .auth-header .auth-header-cont h2 {
	width: 100%;
	font-size: .36rem;
	line-height: .52rem;
	color: #fff
}

.auth .auth-header .auth-header-cont h3 {
	width: 100%;
	font-size: .48rem;
	line-height: .7rem;
	color: #fff
}

.auth .auth-header .auth-header-bg {
	width: 4.75rem;
	height: 2.73rem;
	position: absolute;
	bottom: 0;
	right: .1rem
}

.auth .auth-body .auth-tip {
	text-align: center;
	font-size: .24rem;
	line-height: .35rem;
	color: #333;
	margin: .5rem 0
}

.auth .auth-body .auth-box {
	width: 8rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.auth .auth-body .auth-box .auth-boxLi {
	width: 3.5rem
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item {
	width: 100%;
	height: 3rem;
	border-radius: .15rem;
	border: 1px solid #d29d80;
	margin-bottom: .3rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img1 {
	width: .6rem;
	height: .6rem;
	position: absolute;
	top: 0;
	right: 0
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img1 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img1 img:nth-child(1) {
	opacity: 1
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img1 img:nth-child(2) {
	opacity: 0
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img1 i {
	transform: rotate(45deg);
	color: #fff;
	font-size: .16rem;
	line-height: .23rem;
	font-style: normal;
	position: absolute;
	top: 6px;
	right: 2px;
	z-index: 2
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img2 {
	width: .8rem;
	height: .8rem;
	position: relative
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img2 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img2 img:nth-child(1) {
	opacity: 1
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item .auth-boxLi-item-img2 img:nth-child(2) {
	opacity: 0
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item h6 {
	font-size: .24rem;
	line-height: .35rem;
	color: #333;
	margin-top: .2rem;
	transition: .4s
}

.auth .auth-body .auth-box .auth-boxLi .auth-boxLi-item p {
	font-size: .16rem;
	line-height: .23rem;
	color: #666;
	margin-top: .1rem
}

.auth .auth-body .auth-box .auth-boxLi .cur {
	background-color: #fcf5f2;
	border-color: #b04810
}

.auth .auth-body .auth-box .auth-boxLi .cur .auth-boxLi-item-img1 img:nth-child(1) {
	opacity: 0
}

.auth .auth-body .auth-box .auth-boxLi .cur .auth-boxLi-item-img1 img:nth-child(2) {
	opacity: 1
}

.auth .auth-body .auth-box .auth-boxLi .cur .auth-boxLi-item-img2 img:nth-child(1) {
	opacity: 0
}

.auth .auth-body .auth-box .auth-boxLi .cur .auth-boxLi-item-img2 img:nth-child(2) {
	opacity: 1
}

.auth .auth-body .auth-box .auth-boxLi .cur h6 {
	color: #b04810;
	padding: .1rem 0
}

.auth .auth-body .auth-box .auth-boxLi .p1 {
	font-size: .16rem;
	line-height: .23rem;
	color: #333;
	margin-bottom: .2rem;
	text-align: center
}

.auth .auth-body .auth-box .auth-boxLi .p2 {
	text-align: center;
	backgroud: #999
}

.auth .auth-body .auth-box .auth-boxLi span {
	text-align: center;
	font-size: .16rem;
	line-height: .23rem;
	color: #333;
	padding: .08rem .3rem;
	background-color: #f0f0f0
}

.swiper2,
.swiper2 .swiper-wrapper,
.swiper2 .swiper-slide {
	height: 100% !important;
}

.section1 {
	margin: 0 auto;
	/* padding: 1.79rem 0 .78rem 0; */
	padding-bottom: .25rem;
}


.footer_logo {
	width: 1.16rem;
}

.footer_logo img {
	width: 100%;
	height: 100%;
}


/* index.css */


.index {
	font-size: 0;
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 99;
	background: #fff;
}

.title {
	position: relative;
	display: flex;
	margin-bottom: .4rem;
	justify-content: center;
}

.title h2 {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: .1rem;
	padding-bottom: .075rem;
}

.title h2::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: .05rem;
	background-color: #ac0000;
	bottom: -0.025rem;
}

.title h2:nth-child(1) {
	margin-left: 0;
}

.title h2 img {
	display: none;
	margin-right: .18rem;
	width: .32rem;
	height: .32rem;
}

.title h2 span {
	font-size: 0.22rem;
	font-weight: 500;
	color: #535353;
}

.title a {
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.48rem;
	color: #666666;
	display: flex;
	align-items: center;
}

/* .title a::before {
    content: "";
    display: block;
    width: 0.29rem;
    height: 0.01rem;
    background-color: #666666;
    margin-right: .1rem;
} */

.title h2.nodq span {
	/* font-size: 0.24rem; */
	color: #D8A488;
	/* font-weight: normal; */
}

.title a.hide,
.toMore.hide {
	display: none !important;
}

.bg-1 {
	background-color: #F9F9F9;
}


.section_ztctt {
	padding: 0rem 0 .78rem 0;
	margin: 1rem 0;
}

.section_ztctt img {
	width: 100%;
}

.section1 .s2-l .news-left {
	/* display: flex; */
}


/* Demo Styles */
.news-left {
	overflow: hidden;
	height: 6rem;
	position: relative;
	flex: 1;
}

.news-right {
	flex: 1;
}

.news-right>ul {
	display: flex;
	flex-direction: column;
}

.news-right>ul>li {
	display: flex;
}

.news-left img {
	width: 100%;
	height: 100%;
}

.news-left .swiper-slide {
	/* 	width: 100% !important;
	height: 100% !important; */
	background-color: antiquewhite;
}

.news-left .swiper-slide .title {}

.news-left .ttt-pagination {
	position: absolute;
	z-index: 20;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
}

.news-left .swiper-wrapper {
	/* height: 100% !important; */
}

.news-left .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.news-left .swiper-visible-switch {
	background: #aaa;
}

.news-left .swiper-active-switch {
	background: #fff;
}

.section1 .s2-l {
	width: 67%;
	padding: .5rem 0 0;
}

.news-content,
.section1 .s2-rm {
	padding: .25rem 0;
}

.section1 .s2-r {
	/* display: flex; */
	width: 3.5rem;
	padding: .5rem .15rem 0;
}

.s2-c {
	max-width: 11rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.s2-l {
	width: 58.5%;
	position: relative;
	padding: .5rem .35rem .4rem 0;
}

.s3-c {
	display: flex;
	align-items: flex-end;

}

.s3-l {
	width: 2.6rem;
	margin-right: .24rem;
	position: relative;
	z-index: 9;
}

.s3-l .slick-list {
	overflow: visible;
}

.s3-l ul li {
	position: relative;
	margin-bottom: .32rem;
}

.s3-l ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fafafa;
	border-radius: 0.2rem 0rem 0.2rem 0rem;
	border: solid 0.01rem #ececec;
	height: 0.6rem;
	transition: all 0.5s;
}

.s3-l ul li a img {
	display: none;
	position: relative;
	z-index: 9;
	max-height: .4rem;
	max-width: 70%;
}

.s3-l ul li a img:nth-child(1) {
	display: block;
}

.s3-l ul li.on a::before {
	content: "";
	position: absolute;
	left: -.05rem;
	top: -.05rem;
	width: 100%;
	height: 100%;
	background-color: #78231c;
	border-radius: 0.2rem 0rem 0.2rem 0rem;
	z-index: 1;
	opacity: 0;
}

.s3-l ul li.on a {
	margin-right: -.45rem;
	border-color: #78231c;
	box-shadow: 0px 3px 29px 1px rgba(120, 120, 120, 0.2);
}

.s3-l ul li.on a img {
	/* display: block; */
	/* margin-top: -.1rem; */
}

.s3-l ul li.on a img:nth-child(1) {
	/* display: none; */
}


.s3-l ul li.slick-current a::before {
	content: "";
	position: absolute;
	left: -.05rem;
	top: -.05rem;
	width: 100%;
	height: 100%;
	background-color: #78231c;
	border-radius: 0.2rem 0rem 0.2rem 0rem;
	z-index: 1;
	opacity: 0;
}

.s3-l ul li.slick-current a {
	margin-right: -.45rem;
	border-color: #78231c;
	box-shadow: 0px 3px 29px 1px rgba(120, 120, 120, 0.2);
}


.xwtt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: .25rem 0;
}


.s3-m {
	width: 100%;
	height: 2.5rem;
}

.s3-m>ul,
.s3-m>ul>div,
.s3-m>ul>div>.slick-track,
.s3-m ul li a,
.s3-m ul li a .pic {
	width: 100%;
	height: 100%;
}

.s3-m ul li a {
	display: block;
}

.s3-r {
	width: 100%;
	position: relative;
	z-index: 9;
	/* padding-bottom: .63rem; */
	background-position: center 60%;
}

.s3-r>ul {
	position: relative;
	/* margin-left: -.4rem; */
	padding: .1rem .15rem 0;
}

.s3-r>ul .slick-list {}

.s3-r>ul li a {
	display: block;
}

.s3-r>ul li a h3 {
	font-size: 0.14rem;
	line-height: 1.3;
	padding-bottom: .05rem;
	font-weight: 500;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	position: relative;
}

.s3-r>ul li a h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s;
	width: 0;
	height: 2px;
	background-color: #A9481A;
}

.s3-r>ul li a:hover h3::after {
	/* width: 100%; */
}

.s3-r>ul li a p {
	font-size: 0.16rem;
	line-height: .25rem;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0.2rem 0 .4rem 0;
	padding-top: .1rem;
	border-top: 1px dotted #D8D8D8;
}

.s3-r>ul li a b {
	font-size: 0.12rem;
	font-weight: normal;
	color: #999999;
}


.s3-r .slick-dots {
	width: auto;
	left: 0;
	right: 0;
	font-size: 0;
	bottom: 0.1rem;
}

.s3-r .slick-dots li {
	width: 0.11rem;
	height: 0.11rem;
	margin: 0 .05rem;
	transition: all 0.3s;
	border-radius: 50%;
	background-color: #ECCCC3;
	overflow: hidden;
}

.s3-r .slick-dots li.slick-active {
	background-color: #C35215;
}

.s3-r .slick-prev,
.s3-r .slick-next {
	display: none !important;
	top: auto;
	transform: translateY(0);
	bottom: .1rem;
	width: .3rem;
	height: .3rem;
	z-index: 9;
	background: #000;
}

.s3-r .slick-prev {
	right: 50%;
	left: auto;
	margin-right: 1rem;
	background: url('../images/ykd2024_s3-prev.png') no-repeat;
	background-position: center center;
	background-size: auto 0.3rem;
}

.s3-r .slick-next {
	left: 50%;
	margin-left: 1rem;
	background: url('../images/ykd2024_s3-next.png') no-repeat;
	background-position: center center;
	background-size: auto .3rem;
}


.s3-other {
	width: 3.6rem;
	position: relative;
	min-width: 0;
	background-color: #fff;
}

.s3-other>div {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	opacity: 0;
	z-index: -9;
	/* align-items: flex-end; */
	transition: all 0.5s;
}

.s3-other>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.left-news-right {
	width: 3.5rem;
}

.left-news-right-item {
	display: flex;
	margin-bottom: .1rem;
}

.left-news-right-item:last-child {
	margin-bottom: 0;
}

.left-news-right-item>a {
	display: block;
	margin-right: .15rem;
	width: 1.5rem;
	height: .95rem;
	overflow: hidden;
}

.left-news-right-item img {
	margin-right: .15rem;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.left-news-right-item:hover a img {
	transform: scale(1.15);
}

.left-news-right-item .leftNewsLink {
	display: block;
	/* border-bottom: 1px solid #e8e8e8; */
	position: relative;
	width: 3.4rem;
	height: 100%;
	padding-bottom: .1rem;
	margin-right: 0;
}

.left-news-right-item .leftNewsLink::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #A9481A;
	transition: .3s;
}

.left-news-right-item .leftNewsLink>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left-news-right-item .leftNewsLink>div p {
	width: 2.7rem;
}

.left-news-right-item:hover .leftNewsLink::after {
	width: 100%;
}

.left-news-right-item>ul>li {
	display: flex;
	flex-direction: column;
}

.left-news-right-item p {
	font-size: 0.14rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/* margin-bottom: .05rem; */
	/* font-weight: bold; */
}

.left-news-right-item:hover p {
	color: #A9481A;
}

.left-news-right-item span {
	font-size: 0.11rem;
	font-weight: normal;
	color: #999999;
}

.section1 .ilist1 ul li {}

.section1 .ilist1 ul li:last-child {
	margin-bottom: 0;
}

.news-right-time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background-color: #F9EFE8; */
	width: .5rem;
}

.news-right-time .year {
	color: #A9481A;
	font-size: .24rem;
	font-weight: 600;
}

.news-right-time .day {
	color: #A9481A;
	font-size: .12rem;
	line-height: .2rem;
}

.news-right-title {
	font-size: 0.14rem;
	/* font-weight: bold; */
	color: #000000;
	width: 3.1rem;
	/* padding: .05rem 0; */
	position: relative;
	display: flex;
	align-items: center;
}

.news-right-title p {
	width: 1.85rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section1 .news-right-title::before {
	content: "";
	width: .05rem;
	height: .05rem;
	display: block;
	background-color: #331F1B;
	margin-right: .15rem;
}

.section1 .ilist1 ul li>a:hover .news-right-time {
	background-color: #A9481A;
}

.section1 .ilist1 ul li>a:hover .news-right-time .year {
	color: #fff;
}

.section1 .ilist1 ul li>a:hover .news-right-time .day {
	color: #fff;
}

.section1 .ilist1 ul li>a:hover .news-right-title {
	color: #A9481A;
}

.section1 .ilist1 ul li>a {
	width: 100%;
	margin-bottom: .1rem;
	padding-bottom: .1rem;
	position: relative;
}

.section1 .ilist1 ul li>a:hover::after {
	width: 100%;
}

.section1 .ilist1 ul li>a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #A9481A;
	left: 0;
	bottom: 0;
	transition: .3s;
}



.section2 .s2-l::before {
	content: "";
	position: absolute;
	left: -12rem;
	top: 0;
	right: 0;
	bottom: 0;
	background: #AB4C1D;
	/* background-size: cover; */
}

.section1 .s2-l .title {
	margin-bottom: .15rem;
	/* padding: 0 .25rem; */
	border-bottom: 0.015rem solid #ac0000;
}

.section1 .s2-l .title h2 span {
	color: #535353;
}

.s2-l .title {
	justify-content: space-between;
	position: relative;
	z-index: 9;
	margin-bottom: .1rem;
}

.s2-l .title h2 span {
	color: #fff;
}

.s2-l .title a,
.s2-r .title a {
	font-size: .14rem;
	color: #A9481A;
	line-height: .16rem;
}

.s2-l .title a:hover,
.s2-r .title a:hover {
	color: #A9481A !important;
}

.section2 .s2-l .title a {
	color: #ffffff;
}

.section2 .s2-l .title a:hover {
	color: #fff !important;
}

.s2-l .title a::before {
	background: #A9481A;
}

.s2-l .ilist1 {
	position: relative;
	z-index: 9;
	margin-top: .15rem;
}


.s2-r {
	padding-top: .5rem;
}

.first-item1 {
	position: relative;
	z-index: 9;
	display: none;
	padding-top: 0.15rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	margin-bottom: .35rem;
}

.first-item1 a {
	display: flex;
}

.first-item1 a .info {
	flex: 1;
	min-width: 0;
}

.first-item1 a .info h3 {
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 0.3rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.first-item1 a .info p {
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.24rem;
	text-overflow: ellipsis;
	color: #fff0ef;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: .15rem;
}

.first-item1 a .date {
	width: 0.9rem;
	height: 0.96rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: .2rem;
	/* background: url('../images/ykd2024_first-datebj.png') repeat; */
	background-color: #fff;
}

.first-item1 a .date p {
	font-size: 0.36rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.4rem;
	color: #A9481A;
}

.first-item1 a .date b {
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
	color: #A9481A;
}

.ilist1 ul li.on>a {
	display: none;
}

.ilist1 ul li.on .first-item1 {
	display: block;
}

.s2-l .ilist1 ul li>a {
	justify-items: center;
	align-items: center;
	margin-bottom: .25rem;
}

.section2 .s2-l .ilist1 ul li>a p,
.s2-l .ilist1 ul li>a span {
	margin-bottom: 0;
}

.ilist1 ul li>a {
	display: flex;
}

.section2 .ilist1 ul li>a p {
	position: relative;
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 0.52rem; */
	overflow: hidden;
	text-overflow: ellipsis;
}

.section2 .ilist1 ul li>a .news-right-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	/* 或设置一个固定宽度 */
}

.section2 .ilist1 ul li>a .news-right-con {
	width: 2.85rem;
	padding-right: .2rem;
}

.section2 .ilist1 ul li>a p.year {
	font-size: .22rem;
	border-bottom: .05rem solid #ac0000;
}

.section2 .ilist1 ul li>a p.day {}

.news-right-time {
	color: #ac0000;
	align-items: flex-end;
}

.s2-l .ilist1 ul li>a span {
	font-size: .16rem;
}

.ilist1 ul li>a span {
	font-size: 0.13rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 0.52rem; */
	color: #999999;
	/* padding-left: .2rem; */
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ilist1-w ul li a::before {
	color: #fff;
}

.ilist1-w ul li a p {
	color: #fff;
}

.ilist1-w ul li a span {
	color: #fff;
}

.s2-r .title {
	margin-bottom: .15rem;
	/* padding: 0 .25rem; */
	justify-content: space-between;
	border-bottom: .015rem solid #ac0000;
}

.s2-r .title>div {
	display: flex;
	align-items: center;
}

.s2-r .title h2 {
}

.s2-rm .ilist1 {
	display: none;
}

.s2-rm .ilist1.on {
	display: block;
}

.section2 .s2-r {
	width: 3.6rem;
}

.section2 .s2-r.jcfc {
	width: 3.4rem;
}

.jcfc_content {
	border-radius: .05rem;
	margin-bottom: .2rem;
}

.jcfc_img {
	position: relative;
	margin-bottom: .1rem;
	overflow: hidden;
	background-color: #F6F6F6;
}

.jcfc_img a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.jcfc_img a>div {
	width: 100%;
	height: 1.9rem;
	overflow: hidden;
}

.jcfc_img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}

.jcfc_img:hover img {
	transform: scale(1.05);
}

.jcfc_texts a {
	display: flex;
	align-items: center;
}

.jcfc_texts a::before {
	content: '';
	width: .035rem;
	height: .035rem;
	border-radius: 50%;
	background-color: #004F87;
	margin-right: .075rem;
}

.jcfc_img p {
	width: 100%;
	padding: .1rem .25rem .15rem;
	margin: 0;
	font-size: .14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #004F87;
	border-bottom: .04rem solid #FFBD2F;
}

.jcfc_texts p {
	padding: .075rem 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.jcfc_texts a p {
	width: 3.25rem;
	color: #333;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	font-size: .14rem;
}

.jcfc_texts a:hover p {
	color: #c00;
}

.jcfc_texts a:hover {
	color: #c00;
}

.jcfc_texts a:last-child {
	border-bottom: none;
}

.section2 .s2-r .ilist1 ul li>a {
	justify-content: space-between;
	align-items: center;
}

.section2 .s2-r .s2-rm .ilist1 ul li {
	border-bottom: 1px solid #eee;
	position: relative;
	padding: .1rem 0;
}

.section2 .s2-r .s2-rm .ilist1 ul li:nth-child(2n-1) {
	background-color: #EDEDED;
}

.s4-c {
	display: flex;
}

.s4-r {
	width: 7.8rem;
	margin-top: 3px;
}



.s4-r ul li a {
	display: block;
}

.s4-r ul li a .pic {
	padding-top: 65%;
}

.s4-r ul li a .pic .ani-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.66rem;
	height: 0.66rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, .8);
	color: #2749a6;
	text-align: center;
	line-height: .66rem;
	z-index: 3;
	margin-left: -0.33rem;
	margin-top: -0.33rem;
	font-size: .33rem;
}

.s4-r ul li a .pic .ani-play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-width: .13rem 0 .13rem .2rem;
	border-style: solid;
	border-color: transparent transparent transparent #78231c;
	z-index: 9;
}

.s4-r ul li a .pic .ani-play::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 2;
	-webkit-animation: scaleTwo 1.8s infinite;
	animation: scaleTwo 1.8s infinite;
	display: block;
}

@-webkit-keyframes scaleTwo {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .9
	}

	100% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}

@keyframes scaleTwo {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .9
	}

	100% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}


.s4-r ul li a p {
	font-size: 0.22rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.85rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #ffffff;
	padding: 0 .3rem;
	padding-right: 1rem;
}

.s4-r .slick-dots {
	width: auto;
	left: auto;
	right: .1rem;
	font-size: 0;
	bottom: 0.37rem;
}

.s4-r .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	margin: 0 .05rem;
	transition: all 0.3s;
	border-radius: 0.05rem;
	background-color: #e1e1e1;
}

.s4-r .slick-dots li.slick-active {
	width: 0.2rem;
	background-color: #78231c;
}



.section5 {
	margin-top: .7rem;
}

.toMore {
	display: none;
	width: 60%;
	padding: .3rem 0;
	margin: .6rem auto 0;
	background-color: #AF4C17;
	font-size: .5rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 20px;
}

.section2 .s2-l .toMore {
	background: #fff;
	color: #AF4C17;
}

.xwtt .toMore {
	margin: .3rem auto;
}




/* 移动端 */
@media (max-width:1400px) {

	.w_14 {
		/* width: 100% */
	}

	.w_16 {
		max-width: 15rem;
	}

	.pos-menu .w_16 .pmenu-body dl dt {
		font-size: .3rem;
	}

	.pos-menu .w_16 .pmenu-body dl dd a {
		font-size: .26rem;
	}

	.pos-menu .w_16 .pmenu-head .right .top .Hmenu a {
		font-size: .3rem;
		line-height: unset;
	}

	.pos-menu .w_16 .pmenu-head .left .hLogo {
		width: 5rem;
		height: 1.1rem;
	}

	.header .w_16 .right .top {
		margin-bottom: .35rem;
	}

	.header .w_16 .left .hLogo {
		width: 4rem;
	}

	.header .w_16 .right .Hnav ul li {
		/* padding-bottom: 0; */
	}

	.header .w_16 .right .Hnav ul li>a {
		font-size: .24rem;
	}

	.header .w_16 .right .top .Hmenu a {
		font-size: .24rem;
		line-height: unset;
	}

	.banner .swiper-slide .bt {
		line-height: unset;
		font-size: .24rem;
		height: .32rem;
	}

	.header .w_16 .right .top .Hmenu .img2 {
		width: .26rem;
		height: .3rem;
	}

	.header .w_16 .right .top .img1 {
		width: 5rem;
		margin-right: .5rem;
	}

	.header .w_16 .right .Hnav ul {
		justify-content: space-between;
	}

	.banner .pMore {
		font-size: .2rem;
	}

	.banner .swiper-pagination {
		right: 2.3rem;
		bottom: .45rem;
	}

	.header .w_16 .left .hLogo {}

	.news-right-title {
		font-size: .16rem;
	}

	.left-news-right-item p {
		font-size: .16rem
	}

	.s3-r>ul li a h3 {
		font-size: .16rem;
	}

	.s3-r>ul li a b {
		font-size: 0.16rem;
	}

	.s3-r>ul li a p {
		font-size: 0.18rem;
	}

	.section1 .s2-l {
		padding: .5rem .1rem .4rem;
	}

	.section1 .s2-r {
		padding-right: .1rem;
	}

	.section2 .s2-r {
		padding-right: .35rem;
	}

	.index-five .five-swiper .swiper-slide a {
		width: unset;
	}

	.s3-l ul li {
		margin-bottom: .15rem;
	}

	.footer .top {
		padding: .3rem
	}

	.s2-l .title {
		/* margin: 0 .35rem .3rem; */
	}

	.s2-r .title {
		/* margin: 0 .35rem .3rem; */
	}

	.title h2 span {
		font-size: .25rem;
	}

	.section2 .ilist1 ul li>a .news-right-con {
		width: 2.5rem;
	}
}


@media screen and (max-width:1200px) {

	.title h2 span {
		font-size: .2rem;
	}

	.news-right-title {}

	.s2-r .title,
	.s2-l .title {
		margin-bottom: .3rem;
	}

	.s2-l .ilist1 {
		margin-top: 0;
	}

	.section2 .ilist1 ul li>a p {
		font-size: .16rem;
	}

	.jcfc_texts a p {
		width: 2.8rem;
		font-size: .16rem;
	}

	.jcfc_img p {
		font-size: .16rem;
	}

	.ilist1 ul li>a span {
		font-size: 0.18rem;
	}

	.first-item1 a .info h3 {
		font-size: 0.22rem;
	}

	.first-item1 a .info p {
		font-size: 0.16rem;
	}

	.ilist1 ul li>a span {
		margin-bottom: .08rem;
	}
}

@media screen and (max-width:1025px) {
	.section1 .s2-r {
		width: 100%;
		padding: .25rem .1rem .4rem;
	}
}

@media screen and (max-width:1024px) {
	html {
		font-size: 6vw;
	}

	.pos-menu .w_16 .pmenu-body dl dd a {
		font-size: .22rem;
	}

	.header .w_16 .right .top {
		margin-bottom: .23rem;
	}

	.header .w_16 .right .Hnav ul li>a {
		font-size: .22rem;
	}

	.header .w_16 .right .top .Hmenu a {
		font-size: .12rem;
		line-height: .2rem;
	}

	.header .w_16 .left .hLogo {
		width: 4rem;
		height: .9rem;
	}

	.header .w_16 .right .top .img1 {
		width: 4.3rem;
	}

	.toMore {
		display: block;
	}

	.section1 .s2-l {
		width: 100%;
	}

	.section2 .s2-r {
		padding: 0;
		width: 100%;
	}

	.section2 .ilist1 ul li>a .news-right-con {
		width: 85%;
	}

	.section2 .s2-r {
		margin-bottom: .6rem;
	}

	.section2 .ilist1 ul li>a p.day {
		font-size: .24rem;
	}

	.section2 .ilist1 ul li>a p.year {
		font-size: .32rem;
	}

	.section2 .s2-l {
		padding: .2rem .35rem;
	}

	.section2 .s2-l::before {
		background-size: 100% 100%;
	}

	.scrollHeader .header ul li .na {
		font-size: .3rem;
	}

	.index-five {
		padding: .3rem 0 0;
	}

	.index-title strong {
		font-size: .4rem;
	}

	.index-title strong img {
		display: none;
	}

	.index {
		position: static;
		padding-top: 0;
	}

	.s2-c {
		display: block;
		width: 100%;
		max-width: 92%;
	}

	.left-news-right-item .leftNewsLink {
		width: 100%;
	}

	.left-news-right-item .leftNewsLink>div p {
		width: 85%;
	}

	.ilist1 ul li>a span {
		display: block;
		position: unset;
	}

	.news-right-title {
		width: 100%;
		justify-content: space-between;
	}

	.news-right-title p {
		width: 80%;
	}


	.section1 .news-right-title::before {
		width: .075rem;
		height: .075rem;
	}

	.section1 .ilist1 ul li>a::after {
		display: none;
	}

	.toMore {
		width: 40%;
		font-size: .4rem;
	}

	.ilist1 ul li>a span {
		margin-bottom: 0;
		transform: unset;
	}

	.section1 .ilist1 ul li>a:hover div span {
		padding: 0;
	}

	.s2-l {
		width: auto;
		padding: .2rem 0;
	}

	.s2-r {
		width: auto;
	}

	.s2-r .title h2 {
		border: 1px solid #AF4F1C;
		padding: .1rem .25rem;
		background-color: #AF4F1C;
	}

	.title h2 span {
		color: #fff;
	}

	.title h2.nodq {
		background-color: unset;
	}

	.title h2.nodq span {
		color: #AF4F1C;
	}


	.s3-other>div {
		display: block;
	}

	.bg-1 {
		background-color: unset;
	}

	.jcfc_texts a::before {
		width: .075rem;
		height: .075rem;
	}

	.s3-m {
		width: 11rem;
		height: 6rem;
		margin: 0 auto;
	}

	.s3-r {
		width: 10rem;
		margin: 0 auto;
	}

	.left-news-right-item {
		justify-content: left;
	}

	.left-news-right-item>ul {
		width: 8rem;
	}

	.left-news-right-item>ul a,
	.left-news-right-item>ul a li {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}

	.left-news-right-item span {
		font-size: .24rem;
	}

	.left-news-right-item>a {
		width: 3rem;
		height: 2rem;
		margin-right: .3rem;
	}

	.left-news-right-item img {
		width: 3rem;
		height: 2rem;
	}

	.left-news-right-item p {
		font-size: .3rem;
		line-height: .5rem;
	}

	.s3-r>ul li a h3 {
		font-size: .32rem;
		line-height: .5rem;
	}

	.s3-r>ul li a b {
		font-size: .2rem;
	}

	.s3-r>ul li a p {
		font-size: 0.24rem;
		margin-bottom: .2rem;
		line-height: .35rem;
	}

	.s3-c {
		display: block;
	}

	.s3-l {
		width: auto;
		margin-right: 0;
	}

	.s3-l .slick-list {
		overflow: hidden;
	}

	.s3-l ul {
		/* display: flex; */
		/* flex-wrap: wrap; */
		/* justify-content: space-between; */
	}

	.s3-l ul li {
		/* width: 33%; */
	}

	.s3-l ul li.slick-current a {
		margin-right: 5px;
	}

	.s3-l ul li a {
		margin: 0 5px;
	}

	.s2-l .title,
	.s2-r .title {
		justify-content: left;
	}

	.title h2:nth-child(1) {
		border-right: 0;
		border-radius: 8px 0 0 8px;
	}

	.title h2:last-of-type {
		border-radius: 0 8px 8px 0;
	}

	.s4-c {
		display: block;
	}

	.s4-r {
		width: auto;
		margin-top: .2rem;
	}

	.title h2 span {
		font-size: .4rem;
		letter-spacing: 0;
	}

	.title h2 img,
	.title a {
		display: none;
	}

	.title h2 {
		margin-left: 0;
	}

	.s2-l .title a {
		font-size: .3rem;
	}

	.section1 {
		/* padding: .45rem 0; */
	}

	.section_ztctt {
		padding: 0rem 0 .45rem 0;
	}

	.title {
		margin-bottom: .2rem;
	}

	.contBody .contents .title {
		margin-top: .5rem;
	}

	.s2-l::before {
		right: -2rem;
	}

	.s3-r>ul {
		margin-left: 0;
		padding: .2rem .15rem .7rem .15rem;
	}

	.s3-r .slick-prev,
	.s3-r .slick-next {
		bottom: .2rem;
	}

	.s3-r .slick-dots {
		bottom: .3rem;
	}

	.first-item1 a .date p {
		font-size: 0.4rem;
		line-height: unset;
	}

	.first-item1 a .date b {
		font-size: .2rem;
	}

	.section5 {
		margin-top: .45rem;
	}

	.news-right-time {
		width: 1rem;
		height: 1rem;
	}

	.news-right-title {
		font-size: .3rem;
		line-height: unset;
	}

	.news-right-time .year {
		font-size: .4rem;
	}

	.news-right-time .day {
		font-size: .2rem;
		line-height: unset;
	}

	.first-item1 a .info h3 {
		font-size: .3rem;
		line-height: unset;
	}

	.first-item1 a .info p {
		font-size: 0.24rem;
		line-height: unset;
	}

	.first-item1 a .date {
		width: 1rem;
		height: 1.2rem;
	}

	.section2 .ilist1 ul li>a p {
		font-size: .3rem;
	}

	.section2 .s2-r.jcfc {
		width: 100%;
	}

	.jcfc_img p {
		font-size: .3rem;
	}

	.jcfc_texts a p {
		width: 95%;
		font-size: .3rem;
	}

	.ilist1 ul li>a span {
		font-size: 0.3rem;
	}

	.s2-l .ilist1>ul>li {
		margin-bottom: .2rem;
	}

	/* 顶部白色导航 */
	.scrollHeader .header {
		height: unset;
		display: flex;
		flex-direction: column;
		padding-top: .1rem;
	}

	.scrollHeader .header ul {
		display: flex;
		width: unset;
		justify-content: space-between;
	}

	.scrollHeader .header .logo {
		width: 3.5rem;
		margin: 0 auto;
		margin-bottom: .2rem;
	}

	.scrollHeader .header-list {
		/* display: flex; */
		display: none;
		justify-content: center;
	}

	.index-one {
		margin-top: 2.1rem;
	}

	.xwtt {
		flex-wrap: wrap;
		justify-content: center;
		padding-top: .5rem;
		padding-bottom: .3rem;
	}

	.s3-other {
		width: 98%;
		margin-bottom: .5rem;
		background-color: unset;
	}

	.left-news-right {
		width: 100%;
	}

	.scrollHeader .header {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}
}

@media (max-width:768px) {
	html {
		font-size: 13.02083333333333vw
	}

	html,
	body {
		overflow: unset;
	}

	.section1 .s2-rm {
		padding: .6rem .3rem;
	}

	.section2 .s2-l {
		padding: .6rem .35rem;
	}

	.section2 .s2-r {
		padding-top: .7rem;
	}

	.s3-m {
		width: 98%;
		height: 4rem;

	}

	.s3-r {
		width: 6.5rem;
		margin: .1rem auto;
	}

	.s3-r>ul {
		padding: 0 0 .3rem 0;
	}

	.s3-r .slick-dots {
		bottom: .15rem;
	}

	.s3-r>ul li a h3 {
		font-size: .38rem;
	}

	.s3-r>ul li a b {
		font-size: .28rem;
	}

	.s3-r>ul li a p {
		font-size: 0.32rem;
		margin-bottom: .3rem;
	}

	.left-news-right {
		width: 95%;
	}

	.left-news-right-item>a {
		width: 2rem;
		height: 1.5rem;
		margin-right: .15rem;
	}

	.left-news-right-item img {
		width: 2rem;
		height: 1.5rem;
	}

	.left-news-right-item>ul {
		width: 4rem;
	}

	.w_14 {
		width: 92%
	}

	.index-five .five-swiper .next,
	.index-five .five-swiper .prev {
		z-index: 10
	}

	.index-five .five-swiper .next {
		right: 0
	}

	.index-five .five-swiper .prev {
		left: 0
	}

	.index-title {
		margin-bottom: .48rem
	}

	.index-title strong {
		font-size: .48rem
	}

	.index-title a {
		font-size: .24rem;
		border-radius: .56rem;
		line-height: unset;
		display: none
	}

	.head-img .index-title a,
	.index-five .index-title a,
	.sjmt .index-title a {
		display: flex
	}

	.index-title a .sanjiao {
		border-left-width: .16rem;
		margin-left: .1rem
	}

	.phone-more {
		width: 100%;
		height: .8rem;
		font-size: .32rem;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #999;
		background-color: #f0f0f0;
		border-radius: .1rem
	}

	.m-t-30 {
		margin-top: .3rem
	}

	.m-b-30 {
		margin-bottom: .3rem
	}

	.header {
		display: none
	}

	.fixed-head-box {
		width: 100%;
		height: 100vh;
		z-index: 10;
		bottom: 0;
		display: none
	}

	.right-0 {
		right: 0
	}

	.top-0 {
		top: 0
	}

	.left-0 {
		left: 0
	}

	.fixed {
		position: fixed
	}

	.fixed-head {
		position: fixed;
		width: 100%;
		height: 100vh;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: #B10202;
		overflow-y: auto;
		padding: .32rem
	}

	.fixed-head.show {
		background: #B10202 !important
	}

	.fixed-head .logo {
		width: 2.8rem
	}

	.fixed-head .menu-btn {
		width: 1.35rem;
		cursor: pointer
	}

	.fixed-head .sub-logo {
		width: 100%;
		height: 1.2rem;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.fixed-head .sub-logo img:nth-child(1) {
		width: 3rem;
	}

	.fixed-head .sub-logo img:nth-child(2) {
		width: .64rem;
		height: .64rem
	}

	.fixed-head .sub-search {
		width: 100%;
		height: .88rem;
		display: flex;
		align-items: center;
		border-radius: .1rem;
		overflow: hidden;
		margin: .2rem 0
	}

	.fixed-head .sub-search input {
		flex: 1;
		padding: 0 .32rem;
		height: .88rem;
		line-height: .88rem;
		background-color: #fff;
		font-size: .28rem;
		color: #bbb
	}

	.fixed-head .sub-search button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: .88rem;
		height: .88rem;
		background-color: #f0f0f0
	}

	.fixed-head .sub-search button img {
		width: .48rem;
		height: .48rem;
		display: block
	}

	.fixed-head .sub-box {
		background: #B10202;
	}

	.fixed-head .sub-list {
		display: flex;
		flex-direction: column;
		padding-bottom: 1rem
	}

	.fixed-head .sub-list .sub-item {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		color: #fff;
		font-size: .32rem;
		display: flex;
		font-weight: 700;
		align-items: center;
		justify-content: space-between;
		padding: .24rem;
		border-radius: .1rem;
	}

	.fixed-head .sub-list .sub-item.on {
		background-color: #F39800;
	}

	.fixed-head .sub-list .sub-item .arrow-r {
		width: .32rem;
		height: .32rem;
		display: block
	}

	.header-mobile-slide {
		display: none;
		margin-left: .6rem
	}

	.header-mobile-slide a {
		display: block;
		color: rgba(255, 255, 255, .8);
		font-size: .32rem;
		line-height: .8rem
	}

	.scrollHeader {
		opacity: 0;
		z-index: -1
	}

	.wap-header {
		display: block
	}

	.wap-header .wap-header-block {
		width: 100%;
		height: 1.2rem
	}

	.wap-header .wheader {
		width: 100%;
		height: 1.2rem;
		padding: 0 .32rem;
		background-color: #B10202;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.wap-header .wheader .wlogo {
		width: 3rem;
	}

	.wap-header .wheader .wmenu {
		width: .64rem;
		height: .64rem
	}

	.banner {
		position: static;
		width: 100%;
		height: 25vh
	}

	.banner .swiper {
		width: 100%;
		height: 100%
	}

	.banner .swiper-slide,
	.banner .swiper-wrapper {
		height: 100% !important;
		width: 100% !important
	}

	.banner .swiper-slide .bt {
		left: .32rem;
		display: none
	}

	.banner .swiper-pagination {
		width: 100%;
		transform: translateX(50%);
		text-align: center;
		right: 50%
	}

	.banner .swiper-pagination .swiper-pagination-switch {
		width: .4rem;
		height: .08rem
	}

	.banner .swiper-pagination .swiper-pagination-bullet {
		width: .4rem;
		height: .08rem
	}

	.banner .pMore {
		display: none;
		right: .32rem;
		bottom: .28rem
	}

	.banner .downs,
	.banner .swiper1-next,
	.banner .swiper1-prev {
		display: none
	}

	.wrap {
		position: static
	}

	.index-one {
		margin-top: 0
	}

	.index-one .w_14 {
		flex-wrap: wrap;
		padding: 0 .32rem
	}


	.index-one .head-img {
		width: 100%;
		margin-bottom: .32rem
	}

	.index-one .head-img .head-banner .swiper-slide .bt {
		font-size: .28rem;
		bottom: .6rem
	}

	.index-one .head-img .head-banner .pagination3 {
		bottom: .16rem
	}

	.index-one .head-img .head-banner .swiper-pagination-bullet {
		width: .16rem;
		height: .16rem
	}

	.index-one .head-news {
		width: 100%
	}

	.index-one .head-news .new-list {
		height: 7.84rem
	}

	.index-one .head-news .new-list .li {
		height: 2.2rem;
		padding-bottom: .32rem
	}

	.index-one .head-news .new-list .li .cont p:nth-child(1) {
		font-size: .32rem;
		line-height: .46rem
	}

	.index-one .head-news .new-list .li .cont p:nth-child(2) {
		font-size: .24rem;
		line-height: .32rem
	}

	.index-one .head-news .new-list .li .cont p:nth-child(2) strong {
		font-size: .28rem
	}

	.index-one .head-news .new-list .pagination4 .swiper-pagination-bullet,
	.index-one .head-news .new-list .pagination4 span {
		width: .48rem;
		height: .48rem;
		line-height: .48rem
	}

	.index-one .head-news .new-list .pagination4 .cur::before,
	.index-one .head-news .new-list .pagination4 .swiper-pagination-bullet-active::before {
		width: 0;
		height: 0;
		border: .24rem solid transparent;
		border-bottom: .32rem solid #b04810;
		position: absolute;
		bottom: .32rem;
		left: 0
	}


	.index-two {
		margin-top: 0
	}

	.index-two .w_14 {
		flex-wrap: wrap
	}

	.index-two .keyan {
		padding: 0 .32rem;
		width: 100%;
		margin-right: 0;
		margin-top: .64rem
	}

	.index-two .keyan .keyan-list .li {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		line-height: unset;
		padding-bottom: 1rem;
		margin-bottom: .32rem;
		border-bottom: 1px solid #f7e7df;
		position: relative
	}

	.index-two .keyan .keyan-list .li .date {
		font-size: .24rem;
		line-height: .46rem;
		color: #d29d80;
		margin-right: 0;
		position: absolute;
		bottom: .32rem
	}

	.index-two .keyan .keyan-list .li .date strong {
		font-size: .32rem;
		font-weight: 700;
	}

	.index-two .keyan .keyan-list .li .date span {
		display: none
	}

	.index-two .keyan .keyan-list .li .date i {
		display: block;
		font-style: normal;
		font-size: .32rem;
		color: #d29d80
	}

	.index-two .keyan .keyan-list .li .cont {
		width: 100%;
		font-size: .32rem;
		line-height: .46rem;
		white-space: unset;
		text-overflow: unset;
		transition: .3s;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.index-two .notice {
		width: 100%;
		box-shadow: 0 0 .2rem 0 #f2ece9;
		padding-bottom: 0;
		padding-top: .8rem;
		background-color: #fff
	}

	.index-two .notice .notice-tab {
		border: 1px solid #b04810;
		border-radius: .1rem;
		overflow: hidden;
		margin: 0 .32rem
	}

	.phone-title {
		display: flex !important;
		width: 100%;
		border: 1px solid #b04810;
		border-radius: .1rem;
		height: unset !important;
		line-height: unset !important
	}

	.phone-title span {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 1rem
	}

	.phone-title span.cur {
		color: #fff !important;
		background-color: #b04810
	}

	.index-two .notice .notice-tab strong {
		line-height: 1rem;
		font-size: .4rem;
		color: #b04810;
		background-color: #fff
	}

	.index-two .notice .notice-tab .cur {
		color: #fff;
		background-color: #b04810
	}

	.index-two .notice .notice-list {
		display: none;
		width: 100%;
		padding: .4rem 0 0;
		background-color: #fff
	}

	.index-two .notice .notice-list .li {
		display: flex;
		align-items: center;
		transition: .4s;
		position: relative;
		border-bottom: 1px solid #f8ede8;
		position: relative;
		padding-bottom: 1rem
	}

	.index-two .notice .notice-list .li::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to right, #de773f, 40%, rgba(222, 119, 63, 0));
		opacity: 0;
		transition: .4s
	}

	.index-two .notice .notice-list .li .date {
		position: absolute;
		bottom: .32rem;
		font-size: .24rem;
		line-height: .32rem;
		flex-direction: row;
		padding: 0 .32rem
	}

	.index-two .notice .notice-list .li .date strong {
		font-size: .32rem;
		font-weight: 400;
		margin-bottom: .1rem;
		display: none
	}

	.index-two .notice .notice-list .li .date span {
		display: none
	}

	.index-two .notice .notice-list .li .date i {
		display: block;
		font-style: normal;
		font-size: .32rem;
		color: #d29d80
	}

	.index-two .notice .notice-list .li .cont {
		padding: .32rem .32rem 0 .32rem
	}

	.index-two .notice .notice-list .li .cont p {
		font-size: .32rem;
		height: 1.08rem;
		line-height: .52rem;
		color: #333;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		transition: .3s
	}

	.index-two .notice .notice-list .li .cont::after {
		content: '';
		display: block;
		width: 100%;
		border-bottom: 1px solid transparent;
		position: absolute;
		left: 0;
		bottom: 0
	}

	.index-two .notice .notice-list .li .nobor::after {
		border-bottom-color: transparent
	}

	.index-two .notice .notice-list .li:nth-child(5) {
		border-bottom: none
	}

	.index-two .notice .notice-list .li:last-child .cont::after {
		border: none
	}

	.index-two .notice .notice-list .li:hover::before {
		opacity: 1
	}

	.index-two .notice .notice-list .li:hover .date {
		color: #fff;
		margin-right: .3rem;
		margin-left: .1rem
	}

	.index-two .notice .notice-list .li:hover .cont::after {
		border-bottom: 1px solid transparent
	}

	.index-two .notice .notice-list .li:hover .cont p {
		color: #900;
		padding-left: .2rem
	}

	.index-two .notice .notice-list .list-more {
		display: block;
		width: 100%;
		padding: 0 .32rem;
		text-align: center
	}

	.index-two .notice .notice-list .list-more a {
		width: 100%;
		height: .8rem;
		font-size: .32rem;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #999;
		background-color: #f0f0f0;
		border-radius: .1rem;
		border: 0
	}

	.index-two .notice .notice-show {
		display: block
	}

	.index-five {
		/* padding-bottom: .4rem; */
		background: #fff
	}

	.index-five .w_14 {
		padding: 0 .32rem
	}

	.index-five .index-title>span {
		display: none
	}

	.index-five .five-swiper .swiper-slide a {
		/* width: 3.3rem; */
		height: 1.76rem
	}

	.index-six {
		display: block;
		overflow: hidden
	}

	.index-six .index-title {
		padding: 0 .32rem
	}

	.index-six .w_14 {
		display: flex;
		flex-wrap: wrap;
		padding: 0 .32rem;
		margin-bottom: .8rem;
		overflow: hidden
	}

	.index-six a {
		display: block;
		width: 42%;
		line-height: 1rem;
		font-size: .32rem;
		color: #333;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		border-bottom: 1px solid #e0e0e0
	}

	.index-six a:nth-child(2n) {
		margin-left: 16%
	}

	.hbanner {
		height: 3rem
	}

	.hbanner .current {
		padding: 0 .32rem .32rem
	}

	.hbanner .current h6 {
		font-size: .65rem;
		margin-bottom: 0.8rem;
		margin-left: 2rem;
	}

	.hbanner .current p a {
		font-size: .24rem
	}

	.nav {
		display: none
	}

	.nav-wap {
		display: flex
	}

	.nav-wap .swiper-nav-wap {
		overflow: hidden;
		background-color: #f5e8e2
	}

	.nav-wap .swiper-nav-wap .swiper-wrapper {
		display: flex;
		overflow: auto
	}

	.nav-wap .swiper-nav-wap .swiper-wrapper .swiper-slide {
		flex-shrink: 0;
		height: .9rem;
		line-height: .9rem;
		font-size: .28rem;
		color: #796255;
		padding: 0 .32rem
	}

	.nav-wap .swiper-nav-wap .swiper-wrapper .cur {
		color: #fff;
		background-color: #b04810
	}

	.page {
		display: none
	}

	.page-wap {
		display: flex;
		margin: .48rem 0;
		align-items: center;
		justify-content: space-between
	}

	.page-wap a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.2rem;
		height: .8rem;
		font-size: .24rem;
		color: #666;
		border-radius: .1rem;
		border: 1px solid #ccc
	}

	.page-wap .num {
		border: none
	}

	.overview .w_14 {
		padding: 0 .32rem
	}

	.overview .xrld .item {
		flex-direction: column;
		padding: .48rem 0
	}

	.overview .xrld .item .t {
		width: 3.28rem;
		font-size: .32rem;
		line-height: .52rem
	}

	.overview .xrld .item .t p {
		font-size: .24rem;
		line-height: .34rem
	}

	.overview .xrld .item .c {
		width: 3.28rem;
		padding-left: .3rem;
		flex-direction: column
	}

	.overview .xrld .item .c span {
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .2rem
	}

	.overview .xrld .item .c div {
		width: 1.5rem;
		padding: 0.1rem
	}

	.overview .xrld .item .twmg {
		margin-top: 0.5rem;
		width: 6.5rem;
	}

	.overview .xrld .item .c .wmg {
		width: 1rem;
		margin: 0.8rem 0 0.1rem 0;
	}

	.overview .xrld .item:nth-child(1),
	.overview .xrld .item:nth-child(3n) {
		margin-right: .32rem
	}

	.overview .xrld .dt .t {
		height: .8rem
	}

	.overview .xrld .dt .c {
		margin-top: .16rem
	}

	.ssjgy .searchHeader .w_14 {
		flex-direction: column;
		height: auto
	}

	.ssjgy .searchHeader .w_14 .left {
		padding-top: .2rem;
		margin-bottom: .2rem
	}

	.ssjgy .searchHeader .w_14 .left img {
		width: 4.12rem;
		height: 1.2rem
	}

	.ssjgy .searchHeader .w_14 .left span {
		display: none
	}

	.ssjgy .searchHeader .w_14 .right {
		width: 100%;
		padding: 0 .32rem .32rem
	}

	.ssjgy .searchHeader .w_14 .right .searchBox {
		width: 100%
	}

	.ssjgy .searchHeader .w_14 .right .searchBox .img {
		width: .4rem;
		height: .4rem
	}

	.ssjgy .searchHeader .w_14 .right .searchBox input {
		flex: 1;
		width: auto;
		height: .88rem;
		border-color: #e3bfab;
		border-top-left-radius: .1rem;
		border-bottom-left-radius: .1rem;
		font-size: .28rem;
		padding-left: .64rem;
		border-right: none
	}

	.ssjgy .searchHeader .w_14 .right .searchBox button {
		flex: unset;
		width: 1.2rem;
		height: .88rem;
		border-top-right-radius: .1rem;
		border-bottom-right-radius: .1rem
	}

	.ssjgy .total {
		padding: .32rem
	}

	.ssjgy .total p {
		line-height: .4rem;
		font-size: .24rem;
		color: #999
	}

	.ssjgy .main {
		margin-bottom: 0
	}

	.ssjgy .main .left {
		flex: unset;
		width: 100%;
		padding-bottom: 0
	}

	.ssjgy .main .left .tag {
		padding: .32rem;
		border-color: #e0e0e0
	}

	.ssjgy .main .left .tag strong {
		font-size: .28rem
	}

	.ssjgy .main .left .tag a {
		font-size: .26rem
	}

	.ssjgy .main .left .tag .cur {
		padding: .2rem .32rem;
		border-radius: .1rem
	}

	.ssjgy .main .left .list {
		padding-top: .32rem;
		padding-bottom: 0;
		border-bottom: 1px solid #f0f0f0
	}

	.ssjgy .main .left .list .li {
		margin-bottom: .48rem
	}

	.ssjgy .main .left .list .li a h5 {
		flex-direction: column
	}

	.ssjgy .main .left .list .li a h5 span {
		width: 1.44rem;
		height: .48rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: .1rem;
		font-size: .24rem;
		margin-bottom: .16rem
	}

	.ssjgy .main .left .list .li a h5 p {
		font-size: .3rem;
		line-height: .44rem;
		max-width: 100%;
		white-space: unset;
		text-overflow: unset;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.ssjgy .main .left .list .li a h6 {
		font-size: .24rem;
		line-height: .34rem;
		-webkit-line-clamp: 3
	}

	.ssjgy .main .left .list .li a .date span {
		font-size: .24rem;
		color: #999;
		padding: .1rem .2rem
	}

	.ssjgy .main .left .page {
		display: none
	}

	.ssjgy .main .left .page-wap {
		display: flex;
		margin-top: .48rem;
		margin-bottom: .48rem;
		padding: 0 .32rem
	}

	.ssjgy .main .right {
		display: none
	}

	.ssjgy .searchFooter {
		border-top: 1px solid #e0e0e0;
		height: auto;
		padding: .32rem 0
	}

	.ssjgy .searchFooter .w_14 {
		width: 80%;
		margin: 0 auto
	}

	.ssjgy .searchFooter p {
		font-size: .24rem;
		line-height: .34rem
	}

	.ssjgy .searchFooter p a {
		font-size: .24rem;
		line-height: .34rem
	}

	.footer .top {
		background: #B10202;
		height: auto
	}

	.footer .top .w_14 {
		padding: 0 .32rem
	}

	.footer .top .links {
		display: none;
		flex-wrap: wrap;
		justify-content: start
	}

	.footer .top .links a {
		font-size: .28rem;
		line-height: .4rem;
		margin-right: .2rem
	}

	.footer .top .fMain {
		/* flex-wrap: wrap; */
		margin-top: .48rem;
		display: block;
	}

	.footer .top .fMain .left {
		width: 100%;
		margin-bottom: .2rem;
		order: 3
	}

	.footer .top .fMain .left p {
		font-size: .24rem;
		line-height: .32rem;
		text-align: center
	}

	.footer .top .fMain .mid {
		padding: 0 .32rem;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0 0 .48rem;
		padding-bottom: .48rem;
		border-bottom: 1px solid #ca6731;
		order: 1
	}

	.footer .top .fMain .mid img {
		width: 2.96rem;
		height: 2.4rem
	}

	.footer .top .fMain .right {
		width: 100%;
		margin-bottom: .48rem;
		justify-content: space-around;
		align-items: center;
	}

	.footer .top .fMain .right .item {
		width: 45%;
		margin-right: 0;
		text-align: center
	}

	.footer .top .fMain .right .item p {
		font-size: .24rem
	}

	.footer .top .fMain .right .item p:nth-child(2) {
		font-size: .32rem
	}

	.footer .top .fMainPC {
		display: none
	}

	.footer .top .fMainWap {
		display: flex
	}

	.footer .bottom {
		height: auto;
		flex-wrap: wrap;
		padding: .1rem
	}

	.footer .bottom a,
	.footer .bottom span {
		color: #d29d80;
	}

	.auth .auth-header .auth-header-box {
		width: 100%;
		align-items: center
	}

	.auth .auth-header .auth-header-cont {
		width: auto
	}

	.auth .auth-header .auth-header-cont h2 {
		width: 100%;
		font-size: .32rem;
		line-height: .48rem;
		color: #fff
	}

	.auth .auth-header .auth-header-cont h3 {
		width: 100%;
		font-size: .4rem;
		line-height: .64rem;
		color: #fff
	}

	.auth .auth-header .auth-header-bg {
		display: none
	}

	.auth .auth-body .auth-box {
		width: 100%
	}

	.auth .auth-body .auth-box .auth-boxLi {
		width: 48%
	}

	.s3-l .slick-list {
		padding: 0 10%;
	}

	.news-right-title {
		font-size: .32rem;
	}

	.left-news-right-item p {
		font-size: .32rem;
		height: unset;
	}

	.left-news-right-item .leftNewsLink>div p {
		width: 4.5rem;
	}

	.news-right-title p {
		width: 4rem;
	}

	.left-news-right-item span {
		font-size: .3rem;
	}

	.banner .img .img06-1 {
		right: -6.6rem
	}

	.footer .top .fMain .left .item {
		width: 50%;
		margin-bottom: .25rem;
		margin-right: 0;
	}

	.index-two .section2 {
		padding-top: .5rem;
	}

	.section2 .ilist1 ul li>a .news-right-con {
		width: 5.5rem;
	}

	.section1 .s2-rm {
		padding: .3rem;
	}

	.section1 .s2-r {
		padding: .25rem .1rem .1rem;
	}

	.section2 .s2-r {
		padding-top: .3rem;
	}

	.jcfc_texts a p {
		width: 6.5rem;
	}

	.footer .bottomLine {
		display: none;
	}
}


@media screen and (max-width:640px) {
	.first-item1 a .info p {
		height: unset;
	}
}


@media screen and (min-width:1024px) {

	.title a:hover {
		color: #78231c;
	}

	.s2-l .title a:hover {
		color: #fff;
	}

	.first-item1 a:hover .info h3 {
		text-decoration: underline;
	}

	.section2 .ilist1 ul li>a:hover p {
		color: #A9481A;
		font-weight: 600;
	}

	.s2-l .ilist1 ul li>a:hover p {
		color: #fff;
		text-decoration: underline;
	}

	.s3-r>ul li a:hover h3 {
		color: #78231c;
	}

	.s4-r ul li a p {
		font-size: .18rem;
		padding-left: .15rem;
	}

	.s4-r ul li a:hover p {
		color: #78231c;
	}
}

@media screen and (max-width:480px) {

	.s2-r .title {
		/* justify-content: space-between; */
		flex-wrap: wrap;
	}

	.s2-r .title a {
		/* position: static; */
	}
}

/*----------------------------------------- 二级页 S -----------------------------------------*/
/* 列表页 */
.middle-content {
	width: 100%;
	overflow: hidden;
}

.side {
	border-bottom: 1px solid #e5e5e5;
	margin: .2rem 0;
}

.side ul {
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 15px;
}

.side ul li {
	float: left;
	font-size: 14px;
	font-weight: lighter;
	color: #333;
}

.side ul li::after {
	content: '>';
	margin: 0 .05rem;
}

.side ul li:first-child::after,
.side ul li:last-child::after {
	display: none;
}

.side ul li a {
	color: #333;
}

.leftList-all {
	display: flex;
	flex-direction: column;
}

.middle .leftList {
	width: 2.2rem;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.middle .leftList .listTitle {
	padding: .2rem 0;
	color: #FFFFFF;
	background: #B04810;
	text-align: center;
}

.middle .leftList .listTitle h1 {
	font-size: .16rem;
}

.middle .leftList .list {}

.middle .leftList .list ul li {
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}

.middle .leftList .list ul li a p {
	padding: .15rem 0;
	font-size: .14rem;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.middle .leftList .list ul li a:hover>p {
	text-decoration: underline;
	color: #b30000;
}

.contentList {
	width: 9.5rem;
	margin-bottom: .3rem;
}

.list-all {}

.content-title {
	width: 100%;
	/* line-height: 240%; */
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

.content-title>.flex {
	padding: .1rem .3rem 0;
	border-bottom: 1px solid #D9D9D9;
	align-items: center;
}

.con-title {
	max-width: 3rem;
	height: .4rem;
	float: left;
	font-size: .18rem;
	border-bottom: 3px solid #B04810;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contentList .list-all .content-title .con-text {
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
	padding: .05rem 0;
	line-height: 240%;
}

.contentList .list-all .content-title .con-text .text {
	display: flex;
	width: 8rem;
	font-size: .16rem;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	align-items: center;
}

.contentList .list-all .content-title .con-text .text::before {
	content: '';
	display: block;
	width: .1rem;
	height: .1rem;
	background-image: url('../images/ywsys2024_newsIcon.png');
	background-size: 100% 100%;
	margin-right: .1rem;
}

.contentList .list-all .content-title .con-text .text a {
	color: #333;
}

.contentList .list-all .content-title .con-text .text a:hover {
	text-decoration: underline;
	color: #b04810;
}

.contentList .list-all .content-title .con-text span {
	float: right;
	font-size: .14rem;
}

.content-title .con-list {
	padding: 0 .3rem .3rem;
}


/* 列表页 */

.content-title {
	position: relative;
	border: 1px solid #D9D9D9;
}

.content-title>a {
	font-size: 14px;
	position: absolute;
	right: 25px;
	top: 5px;
}

.content-title>a:hover {
	color: #009544;
}

.pagenum {
	height: 30px;
	margin: 30px 0;
	text-align: center;
}

.pagenum a {
	display: inline-block;
	padding: 0 .1rem;
	height: .3rem;
	line-height: .3rem;
	text-align: center;
	background: #eeeeee;
	color: #707070;
	border-radius: 5px;
	margin: 0 .05rem;
}

.pagenum a:hover {
	background-color: #C15B2A;
	color: white;
}

.pagenum a:not(.prev):not(.next).act {
	background: #a61f24;
	color: white;
}

.pagenum span {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eeeeee;
	color: #707070;
	border-radius: 5px;
	margin: 0 5px;
}

.u-arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a
}

.u-arrow-up {
	transform: rotate(-45deg)
}

.u-arrow-down {
	transform: rotate(135deg)
}

.u-arrow-left {
	transform: rotate(-135deg)
}

.u-arrow-right {
	transform: rotate(45deg)
}


/* 简介页 */
.all-text2 {
	width: 9.5rem;
	border: 1px solid #ccc;
	padding-top: 20px;
}

.jianjieList {
	display: flex;
	flex-direction: column;
}

.jianjieye {
	margin-bottom: .5rem;
}

.jianjieye .t-title {
	width: 100%;
	margin: 0;
	padding: 0 .5rem;
	text-align: left;
}

.jianjieye .t-title h1 {
	display: inline-block;
	position: relative;
	color: #B04810;
	padding-bottom: .1rem;
}

.jianjieye .t-title h1::after {
	content: '';
	position: absolute;
	width: 55%;
	height: .05rem;
	bottom: 0;
	left: 0;
	background-color: #B04810;
}

/* 图片列表页 */
.picListYe {}

.picListYe_con {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: left;
	gap: .3rem;
	padding-left: .3rem;
}


.picListYe_con li {
	width: 30% !important;
	border-bottom: unset !important;
	margin-top: .2rem;
	text-align: center;
}

.picListYe_con li a {
	display: flex;
	flex-direction: column;
}

.picListYe_con li a div {
	width: 3.2rem;
	height: 2.4rem;
	overflow: hidden;
}

.picListYe_con li a div img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.picListYe_con li a:hover div img {
	transform: scale(1.2);
}

/* 内容页 */

.all-text {
	margin: .2rem;
}

.t-title {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}

.t-title h1 {
	font-size: .24rem;
	color: #333;
}

.t-title p {
	color: #999999;
	margin: .1rem 0;
}

.t-con {
	margin: .1rem .5rem;
}

.t-con .content-txt img {
	max-width: 100%;
}

.relevant {
	border: 1px dashed #e5e5e5;
	border-left: none;
	border-right: none;
	margin: .4rem .4rem .2rem;
	color: #999999;
	line-height: 240%;
}

.updwon {
	margin-left: .4rem;
	margin-bottom: .5rem;
}

.updwon p {
	margin-top: .1rem;
}

.updwon p a:hover {
	text-decoration: underline;
	color: #b04810;
}

.Printing {
	width: 100%;
	overflow: hidden;
	padding: .2rem 0;
	margin-top: .2rem;
	border-bottom: 1px dashed #999999;
}

.Printing a {
	float: right;
	padding-left: .3rem;
	font-size: .14rem;
	font-family: simsun;
	color: #666666;
}

.Printing a img {
	margin-right: .05rem;
}

/*----------------------------------------- 二级页 E -----------------------------------------*/

/* 栏目页与列表页 */
.crumbs-wap,
.page-wap,
.xiangguan-wap {
	display: none
}

.crumbs {
	background-color: #f0f0f0;
	border-bottom: 1px solid #e3cec2
}

.crumbs .main {
	height: .5rem;
	line-height: .5rem;
	background-color: #f0f0f0;
	color: #999;
	display: flex;
	align-items: center
}

.crumbs .main a {
	color: #999
}

.crumbs .main a::after {
	content: '/';
	margin: 0 .05rem
}

.crumbs .main a:last-child::after {
	content: ''
}

.listBody {
	padding-top: .5rem
}

.listBody .main {
	display: flex
}

.listBody .main .left {
	width: 2rem;
	margin-right: .6rem
}

.listBody .main .left dl {
	position: relative;
	/* border-left: .03rem solid #b04810; */
}

.listBody .main .left dl dt {
	width: 100%;
	height: .7rem;
	line-height: .7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B10202;
}

.listBody .main .left dl dt span {
	font-size: .16rem;
	margin-right: .1rem;
	color: #fff
}

.listBody .main .left dl dt img {
	width: .2rem;
	height: .2rem;
	position: relative
}

.listBody .main .left dl dd {
	position: relative
}

.listBody .main .left dl dd a {
    width: 100%;
    height: .66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: .16rem;
    color: #555;
    /* border-right: 1px solid #e0e0e0; */
    border: 1px solid #e0e0e0;
    border-top: none;
    transition: .3s;
}

.listBody .main .left dl dd a i {
	border-color: #ccc;
	transition: .3s
}

.listBody .main .left dl dd .cur,
.listBody .main .left dl dd a:hover {
	border-right-color: #fff;
	color: #B10202;
	background: linear-gradient(to right, #fff7f2, #fff);
	transition: .3s
}

.listBody .main .left dl dd .cur i,
.listBody .main .left dl dd a:hover i {
	border-color: #B10202;
	transition: .3s
}

.listBody .main .left dl dd .cur span,
.listBody .main .left dl dd a:hover span {
	font-weight: 700
}

.listBody .main .right {
	flex: 1;
	overflow: hidden
}

.listBody .main .right dl {
	margin-bottom: .5rem
}

.listBody .main .right dl dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0
}

.listBody .main .right dl dt h3 {
	border-bottom: 2px solid #B10202;
	padding-bottom: .05rem;
}

.listBody .main .right dl dt h3 img {
	width: .32rem;
	height: .32rem;
	margin-right: .05rem
}

.listBody .main .right dl dt h3 span {
	font-size: .24rem;
	position: relative;
}

.listBody .main .right dl dt a {
	display: flex;
	align-items: center;
	font-size: .16rem;
	color: #999;
	line-height: .32rem
}

.listBody .main .right dl dt a i {
	color: #999;
	margin-left: .05rem;
	position: relative;
	bottom: 1px
}

.listBody .main .right dl .words {
	padding-top: .2rem
}

.listBody .main .right dl .words li {
	margin-bottom: .2rem
}

.listBody .main .right dl .words li:last-child {
	margin-bottom: 0
}

.listBody .main .right dl .words a {
	display: flex;
	align-items: center;
	color: #333;
	background-color: #fff;
	transition: .3s;
	position: relative
}

.listBody .main .right dl .words a .l {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	height: .36rem;
	border-radius: .05rem;
	background-color: #f0f0f0;
	margin-right: .25rem;
	transition: .3s
}

.listBody .main .right dl .words a .l strong {
	font-size: .16rem;
	color: #333;
	font-weight: 400;
	transition: .3s
}

.listBody .main .right dl .words a .l span {
	color: #999;
	font-size: .12rem;
	transition: .3s
}

.listBody .main .right dl .words a .l span::before {
	content: '/';
	margin: 0 .05rem;
	font-size: .2rem;
	color: #999;
	transition: .3s
}

.listBody .main .right dl .words a .r {
	display: block;
	flex: 1;
	transition: .3s;
	width: 100%;
	overflow: hidden
}

.listBody .main .right dl .words a .r h3 {
	color: #333;
	font-size: .16rem;
	line-height: .36rem;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s
}

.listBody .main .right dl .words a .img {
	position: absolute;
	top: 50%;
	right: .3rem;
	transform: translateY(-50%);
	width: .24rem;
	height: .24rem;
	display: none;
}

.listBody .main .right dl .words a .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s
}

.listBody .main .right dl .words a .img .icon1 {
	opacity: 1
}

.listBody .main .right dl .words a .img .icon2 {
	opacity: 0
}

.listBody .main .right dl .words a:hover {
	background-color: #fffdfc;
	border-color: #B10202;
	transition: .3s;
	padding-left: .15rem
}

.listBody .main .right dl .words a:hover .l {
	background-color: #B10202;
}

.listBody .main .right dl .words a:hover .l strong {
	color: #fff
}

.listBody .main .right dl .words a:hover .l span {
	color: #d29d80
}

.listBody .main .right dl .words a:hover .l span::before {
	color: #ccc
}

.listBody .main .right dl .words a:hover .r h3 {
	color: #B10202;
}

.listBody .main .right dl .words a:hover .img .icon1 {
	opacity: 0
}

.listBody .main .right dl .words a:hover .img .icon2 {
	opacity: 1
}

.listBody .main .right dl .pics {
	padding-top: .2rem
}

.listBody .main .right dl .pics a {
	display: flex;
	padding: .2rem .1rem;
	color: #333;
	border: 1px solid transparent;
	border-bottom: 1px solid #e8e8e8;
	background-color: #fff;
	transition: .3s
}

.listBody .main .right dl .pics a .l {
	width: 2.4rem;
	height: 1.5rem;
	border-radius: .05rem;
	overflow: hidden
}

.listBody .main .right dl .pics a .l img {
	width: 100%;
	height: 100%;
	display: block;
	transition: .4s
}

.listBody .main .right dl .pics a .line {
	margin: 0 .1rem
}

.listBody .main .right dl .pics a .r {
	display: block;
	flex: 1;
	transition: .3s
}

.listBody .main .right dl .pics a .r h3 {
	width: 98%;
	color: #333;
	font-size: .2rem;
	height: .22rem;
	line-height: .2rem;
	margin-bottom: .1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.listBody .main .right dl .pics a .r p {
	width: 98%;
	font-size: .14rem;
	line-height: .2rem;
	color: #666;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.listBody .main .right dl .pics a .r .date {
	font-size: .14rem;
	line-height: .2rem;
	color: #b04810;
	margin-top: .3rem
}

.listBody .main .right dl .pics a:hover {
	background-color: #fffdfc;
	border-color: #b04810;
	transition: .3s
}

.listBody .main .right dl .pics a:hover .l span,
.listBody .main .right dl .pics a:hover .l strong {
	color: #b04810;
	transition: .3s
}

.listBody .main .right dl .pics a:hover .l img {
	transform: scale(1.1)
}

.listBody .main .right dl .pics a:hover .r h3 {
	color: #b04810;
	transition: .3s
}

.listBody .main .right dl .pics .nobor {
	border-bottom-color: transparent
}

.listBody .main .right dl .cam {
	padding-top: .4rem;
	display: flex;
	flex-wrap: wrap
}

.listBody .main .right dl .cam li {
	width: 3.6rem;
	margin-right: .3rem;
	margin-top: .5rem
}

.listBody .main .right dl .cam li:nth-child(3n) {
	margin-right: 0
}

.listBody .main .right dl .cam li:nth-child(1),
.listBody .main .right dl .cam li:nth-child(2),
.listBody .main .right dl .cam li:nth-child(3) {
	margin-top: 0
}

.listBody .main .right dl .cam a {
	display: block;
	color: #333;
	background-color: #fff
}

.listBody .main .right dl .cam a .img {
	width: 100%;
	height: 2.2rem;
	position: relative;
	border-radius: .05rem;
	overflow: hidden
}

.listBody .main .right dl .cam a .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s
}

.listBody .main .right dl .cam a .img .play-icon {
	opacity: .7;
	width: .36rem;
	height: .4rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s
}

.listBody .main .right dl .cam a h3 {
	width: 100%;
	color: #333;
	font-size: .18rem;
	height: .18rem;
	line-height: .18rem;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .15rem;
	transition: .3s
}

.listBody .main .right dl .cam a p {
	margin-top: .1rem;
	font-size: .14rem;
	line-height: .17rem;
	color: #999;
	margin-bottom: .3rem
}

.listBody .main .right dl .cam a i {
	display: block;
	width: .4rem;
	border-bottom: 1px solid #b04810;
	transition: .3s
}

.listBody .main .right dl .cam a:hover .img img:nth-child(1) {
	transform: scale(1.1)
}

.listBody .main .right dl .cam a:hover .img img:nth-child(2) {
	opacity: 1
}

.listBody .main .right dl .cam a:hover h3 {
	color: #b04810;
	transition: .3s
}

.listBody .main .right dl .cam a:hover i {
	width: 100%;
	transition: .3s
}

.listBody .main .right dl .newspaper {
	padding-top: .2rem;
	display: flex;
	flex-wrap: wrap
}

.listBody .main .right dl .newspaper li {
	width: 2.04rem;
	margin-right: .3rem;
	margin-top: .3rem
}

.listBody .main .right dl .newspaper li:nth-child(5n) {
	margin-right: 0
}

.listBody .main .right dl .newspaper li:nth-child(1),
.listBody .main .right dl .newspaper li:nth-child(2),
.listBody .main .right dl .newspaper li:nth-child(3),
.listBody .main .right dl .newspaper li:nth-child(4),
.listBody .main .right dl .newspaper li:nth-child(5) {
	margin-top: 0
}

.listBody .main .right dl .newspaper a {
	display: block;
	color: #333;
	background-color: #fff
}

.listBody .main .right dl .newspaper a .img {
	width: 100%;
	height: 2.9rem;
	background-color: #e8a14d;
	position: relative
}

.listBody .main .right dl .newspaper a .img img {
	width: 100%;
	height: 2.9rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s
}

.listBody .main .right dl .newspaper a h3 {
	width: 100%;
	color: #555;
	font-size: .16rem;
	height: .43rem;
	line-height: .43rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .1rem;
	margin-bottom: .3rem;
	transition: .3s
}

.listBody .main .right dl .newspaper a:hover h3 {
	color: #b04810;
	transition: .3s
}

.listBody .main .right dl .newspaper a:hover .img img {
	left: .05rem;
	bottom: .05rem;
	transition: .3s
}

.listBody .contBody .main {
	flex-direction: column;
}

.pagediv {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.pagediv a {
	color: #666;
}

.pagediv .pagination_index_last * {
	vertical-align: middle\9;
}

.pagediv .arrow {
	margin: 0 2px;
}

.pagediv .arrow a,
.pagediv .index_num {
	display: inline-block;
	padding: 0 10px;
	line-height: 35px;
	border: #b5b5b5 1px solid;
	border-radius: 5px;
}

.pagediv .index_num {
	border: #b5b5b5 1px solid;
	background: #fdfdfd;
	box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2) inset;
}

.pagediv .arrow a:hover {
	background: #fff;
	text-decoration: none;
}

.pagination_index_last {
	padding-left: 10px;
}

.pagination_index_last a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	border: #b5b5b5 1px solid;
	border-radius: 4px;
}

#pagination_input {
	width: 40px;
	margin: -4px 8px 0 2px;
	height: 28px;
	border: #b5b5b5 1px solid;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

/* 内容页 */
#back-to-top {
	position: fixed;
	bottom: 200px;
	right: 20px;
	background-color: #FFFFFF;
}

#back-to-top span {
	border: #e3e3e3 solid 1px;
	display: block;
	height: 35px;
	width: 30px;
	background: url(../images/top.png) no-repeat center center;
}

#back-to-top span:hover {
	background: url(../images/toph.png) no-repeat center center;
}

.contBody {
	background-color: #f0f0f0;
	overflow: hidden
}

.contBody .crumbs {
	border-bottom: 1px solid #e0e0e0;
	/* background-color: #fff; */
}

.contBody .crumbs .main {
	/* background-color: #fff */
}

.contBody .contents {
	margin: 0 auto;
	padding: 0 .3rem;
	background-color: #fff;
	position: relative
}

.contBody .contents .main {
	padding: .5rem .2rem;
}

.contBody .contents .title {
	padding: 0;
	display: unset;
	margin-bottom: .15rem;
}

.contBody .contents .title h1 {
	font-size: .28rem;
	color: #333;
	text-align: center;
	margin-bottom: .5rem
}

.right.contBody {
	margin-bottom: .5rem;
}

.right.contBody .contents .title h1 {
	margin-bottom: 0;
}

.contBody .contents .title .info {
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	display: flex;
	justify-content: space-between
}

.contBody .contents .title .info span {
	font-size: 16px;
	color: #999;
	margin-right: 0.2rem;
}

.contBody .contents .title .info span:last-child {
	margin-right: 0
}

.contBody .contents .title .info em {
	margin: 0 15px;
	color: #999;
	font-style: normal
}

.contBody .contents .title .info p {
	display: flex
}

.contBody .contents .title .info .b,
.contBody .contents .title .info .dy,
.contBody .contents .title .info .s {
	cursor: pointer
}

.contBody .contents .cont {
	font-size: .18rem;
	line-height: .36rem;
	padding-bottom: .5rem
}

.contBody .contents .cont a,
.contBody .contents .cont div,
.contBody .contents .cont p {
	color: #333
}

.contBody .contents .cont div,
.contBody .contents .cont p {}

.contBody .contents .cont div img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.contBody .contents .cont div p img {
	max-width: 100%;
	height: auto;
}

.contBody .contents .cont table {
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 0 auto;
}
}

.contBody .contents .cont table td,
.contBody .contents .cont table th,
.contBody .contents .cont table tbody tr td,
.contBody .contents .cont table tbody tr th {
	border: 1px solid #333;
	padding: 3px;
}


.contBody .contents .fujian {
	padding: 0 0 .15rem;
	margin-bottom: .15rem;
	color: #333;
	font-size: .18rem;
	border-bottom: 1px solid #e0e0e0;
}


.contBody .contents .fujian a:hover {
	text-decoration: underline;
	color: #B10202;
}

.contBody .contents .toOtherArticle {
	font-size: .15rem;
}

.contBody .contents .toOtherArticle>div {
	margin-bottom: .1rem;
}

.contBody .contents .toOtherArticle a:hover {
	text-decoration: underline;
	color: #B10202;
}

.contBody .contents .fujian .t {
	margin-bottom: .2rem
}

.contBody .contents .fujian p a {
	color: #333
}

.contBody .contents .back {
	border: none;
	display: flex;
	justify-content: center;
	margin-top: .24rem;
	padding-bottom: .24rem;
	border-bottom: 1px dashed #bbb
}

.contBody .contents .back a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.33rem;
	height: .4rem;
	line-height: .4rem;
	font-size: .16rem;
	color: #666;
	border: 1px solid #bbb;
	border-radius: .05rem
}

.contBody .contents .back a i {
	display: block;
	width: .24rem;
	height: .24rem;
	background-size: .24rem .24rem;
	margin-right: .08rem
}

.contBody .contents .back a:hover {
	color: #c01820;
	border-color: #c01820
}

.contBody .contents .back a:nth-child(1) {
	margin-right: .42rem
}

.contBody .contents .back a:nth-child(1) i {
	background-image: url(../images/xww-icon17.png);
	background-image: url(../images/xww-icon16.png)
}

.contBody .contents .back a:nth-child(2) i {
	background-image: url(../images/xww-icon19.png);
	background-image: url(../images/xww-icon18.png)
}

.contBody .contents .back a:nth-child(1):hover {
	margin-right: .42rem
}

.contBody .contents .back a:nth-child(1):hover i {
	background-image: url(../images/xww-icon17.png)
}

.contBody .contents .back a:nth-child(2):hover i {
	background-image: url(../images/xww-icon19.png)
}

.contBody .contents .code {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.contBody .contents .code img {
	width: 1.56rem;
	height: 1.53rem;
	display: block
}

.contBody .contents .code p {
	width: 2.2rem;
	font-size: .18rem;
	line-height: .2rem;
	color: #999;
	text-align: center;
	margin-top: .2rem
}

.contBody .contents .xiangguan {
	overflow: hidden;
	margin-top: .5rem;
	border-top: 1px solid #e0e0e0;
	padding-top: .4rem
}

.contBody .contents .xiangguan .item {
	display: flex;
	align-items: center;
	margin-bottom: .1rem
}

.contBody .contents .xiangguan .item span {
	color: #999
}

.contBody .contents .xiangguan a {
	display: block;
	max-width: 8rem;
	height: .2rem;
	line-height: .18rem;
	font-size: .18rem;
	color: #333;
	transition: .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.contBody .contents .xiangguan a:hover {
	color: #c01820
}

.contBody .contents .xiangguan em {
	color: #999;
	margin-left: .3rem;
	font-style: normal
}


@media (max-width:800px) {

	.crumbs,
	.listBody .main .left,
	.nav {
		display: none
	}

	.crumbs-wap {
		display: flex;
		flex-wrap: wrap;
		padding: .32rem .32rem 0
	}

	.crumbs-wap a {
		display: block;
		width: 2.1rem;
		height: .8rem;
		line-height: .8rem;
		text-align: center;
		border-radius: .1rem;
		margin-left: .08rem;
		margin-right: .08rem;
		margin-top: .16rem;
		border: 1px solid #e0e0e0;
		color: #555;
		font-size: .3rem
	}

	.crumbs-wap .cur {
		background-color: #b04810;
		color: #fff
	}

	.contBody .crumbs {
		display: block;
		border-bottom: none;
		padding: .48rem .32rem .2rem;
		background-color: #fdf7f3
	}

	.contBody .crumbs span {
		display: none
	}

	.contBody .crumbs a {
		font-size: .24rem;
		color: #666
	}

	.contBody .crumbs .main {
		background-color: #fdf7f3
	}

	.listBody {
		padding-top: 0
	}

	.listBody .main {
		padding: 0
	}

	.listBody .main .left {
		display: none
	}

	.listBody .main .right dl {
		padding-top: .48rem;
		margin-bottom: .32rem
	}

	.listBody .main .right dl dt {
		align-items: flex-start
	}

	.listBody .main .right dl dt h3 {
		padding-bottom: .3rem
	}

	.listBody .main .right dl dt h3 img {
		width: .48rem;
		height: .48rem
	}

	.listBody .main .right dl dt h3 span {
		font-size: .4rem
	}

	.listBody .main .right dl dt a {
		padding-top: .08rem;
		font-size: .26rem
	}

	.listBody .main .right dl dt a i {
		bottom: 1px;
		margin-right: .04rem
	}

	.listBody .main .right dl .words a {
		display: flex;
		flex-direction: column;
		align-items: unset;
		height: auto;
		color: #333;
		border-bottom: 1px solid #e8e8e8;
		margin-top: .32rem;
		padding-bottom: .32rem;
		transition: .3s
	}

	.listBody .main .right dl .words a .l {
		display: block;
		width: 2rem;
		height: .48rem;
		font-size: .26rem;
		line-height: .48rem;
		text-align: center;
		margin-right: 0;
		margin-bottom: .16rem;
		color: #666;
		background-color: #f0f0f0;
		font-style: normal;
		transition: .3s
	}

	.listBody .main .right dl .words a .l span,
	.listBody .main .right dl .words a .l strong {
		font-size: .26rem
	}

	.listBody .main .right dl .words a .r h3 {
		display: block;
		max-width: 100%;
		flex: 1;
		font-size: .32rem;
		line-height: .46rem;
		white-space: unset;
		text-overflow: unset;
		transition: .3s;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.listBody .main .right dl .words a:hover {
		border-bottom: 1px solid #b04810;
		transition: .3s
	}

	.listBody .main .right dl .words a:hover i {
		color: #fff;
		background-color: #b04810;
		transition: .3s
	}

	.listBody .main .right dl .words a:hover span {
		color: #b04810;
		transition: .3s
	}

	.listBody .main .right dl .cam li {
		width: 100%;
		margin-right: 0;
		padding-bottom: .4rem
	}

	.listBody .main .right dl .cam a h3 {
		font-size: .28rem;
		line-height: 1.5;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: auto;
		white-space: unset
	}

	.listBody .main .right dl .cam a p {
		font-size: .24rem;
		line-height: 1.5;
		margin: .1rem 0
	}

	.listBody .main .right dl .cam a .img {
		width: 100%;
		height: 4.5rem;
		position: relative;
		border-radius: .05rem;
		overflow: hidden
	}

	.contBody .crumbs {
		display: block;
		border-bottom: none;
		padding: .2rem .32rem;
		background-color: #fdf7f3
	}

	.contBody .crumbs span {
		display: none
	}

	.contBody .crumbs a {
		font-size: .24rem;
		color: #666
	}

	.contBody .crumbs .main {
		background-color: #fdf7f3
	}

	.contBody .contents {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		padding-bottom: .5rem;
	}

	.contBody .contents .main {
		padding: 0
	}

	.contBody .contents .main .title {
		padding: 0 .32rem
	}

	.contBody .contents .main .title h1 {
		font-size: .36rem;
		color: #222;
		text-align: left;
		margin-bottom: .2rem
	}

	.contBody .contents .main .title .info {
		margin-top: 0;
		margin-bottom: .48rem;
		border-bottom: none
	}

	.contBody .contents .main .title .info span {
		font-size: .24rem;
		color: #666
	}

	.contBody .contents .main .title .info span:nth-child(3),
	.contBody .contents .main .title .info span:nth-child(4),
	.contBody .contents .main .title .info span:nth-child(5) {
		display: none
	}

	.contBody .contents .main .title .info span i {
		display: none
	}

	.contBody .contents .main .title .info p:nth-child(2) {
		display: none
	}

	.contBody .contents .main .cont {
		padding: 0 .32rem;
		font-size: .32rem;
		line-height: .6rem;
		color: #333
	}

	.contBody .contents .main .cont div p img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .cont p img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .cont img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.cont img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.cont p video {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .cont div p video {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .fujian {
		padding: .48rem .32rem;
		border-bottom: none;
		font-size: .28rem;
		line-height: .48rem
	}

	.contBody .contents .main .fujian .t {
		margin-bottom: .48rem
	}

	.contBody .contents .main .fujian p:nth-child(2) {
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: .48rem
	}

	.contBody .contents .main .h60 {
		display: none
	}

	.contBody .contents .main .code {
		display: none
	}

	.contBody .contents .main .code p {
		width: 100%;
		font-size: .26rem;
		line-height: .38rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #f0f0f0
	}

	.contBody .contents .main .xiangguan {
		display: none
	}

	.contBody .contents .main .xiangguan-wap {
		padding: .48rem .32rem .8rem;
		display: flex;
		justify-content: space-between
	}

	.contBody .contents .main .xiangguan-wap .item {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.18rem;
		height: .8rem;
		border: 1px solid #ccc;
		border-radius: .1rem;
		font-size: .24rem;
		color: #666
	}

	.zj_prev,
	.zj_next {
		display: none;
	}
}

@media print {
	.wap-header {
		display: none;
	}

	.contBody .contents .main .title .info span:nth-child(3),
	.contBody .contents .main .title .info span:nth-child(4),
	.contBody .contents .main .title .info span:nth-child(5) {
		display: block;
	}

	.contBody .contents .title .info p {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.contBody .contents .title h1 {
		font-size: .2rem;
	}

	.footer p {
		font-size: .14rem
	}
}

@media screen and (max-width: 700px) {
	.yyxw_lunbo_title {
		max-width: 5.5rem;
	}

	.tzgg_con a .tzgg_item p.tzgg_title {
		width: 5.5rem;
	}

	.yyxw .yyxwItem>a {
		width: 6.5rem;
	}

	.bmxt .kscx .yyxw-list .yyxwItem a {
		width: 6.5rem;
	}

	.yyxwItem-title {
		width: 5.3rem;
	}

	.bmxt .kscx .yyxw-list .yyxwItem:first-child a div {
		width: 4.3rem;
	}
}

@media screen and (max-width: 600px) {
	.yyxw_lunbo_title {
		max-width: 5rem;
	}

	.tzgg_con a .tzgg_item p.tzgg_title {
		width: 5rem;
		font-size: .26rem;
	}

	.tzgg_con a .tzgg_item p {
		width: 4.8rem;
	}

	.yyxw .yyxwItem>a {
		width: 6rem;
	}

	.yyxw_bg .yyxwItem-title {
		width: 4.8rem;
	}

	.bmxt .kscx .yyxw-list .yyxwItem:first-child a div {
		width: 3.9rem;
	}

	.bmxt .kscx .yyxw-list .yyxwItem a {
		width: 6rem;
	}

	.yyxwItem-title {
		width: 5rem;
	}
}

@media screen and (max-width: 500px) {

	.yyxwItem-title,
	.yyxwItem-title .yyxw_lunbo_title,
	.tzgg_con a .tzgg_item p.tzgg_title,
	.bmxt .kscx .yyxw-list .yyxwItem:first-child a div p {
		font-size: .26rem;
	}

	.bmxt .kscx .yyxw-list .yyxwItem:first-child a div .yyxwItem-content {
		display: none;
	}

	.bmxt .kscx .yyxw-list .yyxwItem:first-child a div p {
		overflow: hidden;
		white-space: unset;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.bmxt .kscx .yyxw-list .yyxwItem:first-child a div {
		justify-content: space-between;
	}

	.bmxt .kscx .yyxw-list .yyxwItem:first-child a div .yyxwItem-date {
		font-size: .24rem;
	}
}