.clearfix:after, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, hr, html, input, label, li, ol, p, pre, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
	margin: 0;
	padding: 0
}
body, html {
	height: 100%
}
body {
	font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}
li {
	list-style-type: none
}
a {
	text-decoration: none;
	outline: 0;
	color: #000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
a:hover {
	text-decoration: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
iframe, img {
	border: 0
}
img {
	vertical-align: top
}
.clearfix {
	display: block
}
.clearfix:after {
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
	display: block;
	clear: both
}
i {
	font-style: normal
}
.ani-fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.ani-fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.ani-bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	animation-direction: alternate
}
.ani-pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	animation-direction: alternate
}
.ani-slideInUp {
	-webkit-animation-name: slideInUp;
	-moz-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 13s;
	-moz-animation-duration: 13s;
	animation-duration: 13s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.delay1s {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s
}
.delay2s {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s
}
.delay3s {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s
}
.delay4s {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s
}
.delay5s {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	animation-delay: 5s
}
.delay6s {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s
}
.delay7s {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	animation-delay: 7s
}
.delay8s {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	animation-delay: 8s
}
.delay9s {
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	animation-delay: 9s
}
.delay10s {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	animation-delay: 10s
}
.delay11s {
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s;
	animation-delay: 11s
}
.ani-flipInX {
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.ani-slides {
	-webkit-animation-name: slides;
	-moz-animation-name: slides;
	animation-name: slides;
	-webkit-animation-duration: .8s;
	-moz-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	animation-direction: alternate
}
.ani-lightSpeedInLeft {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
 @-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	animation-name: zoomIn
}
 @-webkit-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
 @-webkit-keyframes fadeOutUpBig {
 to {
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.delay-1s {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s
}
.animated.delay-2s {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s
}
.animated.delay-3s {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s
}
.animated.delay-4s {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	animation-delay: 4s
}
.animated.delay-5s {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	animation-delay: 5s
}
.animated.fast {
	-webkit-animation-duration: .8s;
	-moz-animation-duration: .8s;
	animation-duration: .8s
}
.animated.faster {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	animation-duration: .5s
}
.animated.slow {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s
}
.animated.slower {
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-duration: 4s
}
 @-moz-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
 @keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}
}
 @-moz-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
 @keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}
}
 @-moz-keyframes bounce {
 0%,  100%,  20%,  53% {
 -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
 animation-timing-function: cubic-bezier(.215, .61, .355, 1);
 -moz-transform: translateZ(0);
 transform: translateZ(0)
}
 40%,  43% {
 -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -moz-transform: translate3d(0, -30px, 0) scaleY(1.1);
 transform: translate3d(0, -30px, 0) scaleY(1.1)
}
 70% {
 -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -moz-transform: translate3d(0, -15px, 0) scaleY(1.05);
 transform: translate3d(0, -15px, 0) scaleY(1.05)
}
 80% {
 -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
 transition-timing-function: cubic-bezier(.215, .61, .355, 1);
 -moz-transform: translateZ(0) scaleY(.95);
 transform: translateZ(0) scaleY(.95)
}
 90% {
 -moz-transform: translate3d(0, -4px, 0) scaleY(1.02);
 transform: translate3d(0, -4px, 0) scaleY(1.02)
}
}
 @-webkit-keyframes bounce {
 0%,  100%,  20%,  53% {
 -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
 animation-timing-function: cubic-bezier(.215, .61, .355, 1);
 -webkit-transform: translateZ(0);
 transform: translateZ(0)
}
 40%,  43% {
 -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
 transform: translate3d(0, -30px, 0) scaleY(1.1)
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
 transform: translate3d(0, -15px, 0) scaleY(1.05)
}
 80% {
 -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
 transition-timing-function: cubic-bezier(.215, .61, .355, 1);
 -webkit-transform: translateZ(0) scaleY(.95);
 transform: translateZ(0) scaleY(.95)
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
 transform: translate3d(0, -4px, 0) scaleY(1.02)
}
}
 @keyframes bounce {
 0%,  100%,  20%,  53% {
 -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
 -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
 animation-timing-function: cubic-bezier(.215, .61, .355, 1);
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0)
}
 40%,  43% {
 -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
 -moz-transform: translate3d(0, -30px, 0) scaleY(1.1);
 transform: translate3d(0, -30px, 0) scaleY(1.1)
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 animation-timing-function: cubic-bezier(.755, .05, .855, .06);
 -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
 -moz-transform: translate3d(0, -15px, 0) scaleY(1.05);
 transform: translate3d(0, -15px, 0) scaleY(1.05)
}
 80% {
 -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
 -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
 transition-timing-function: cubic-bezier(.215, .61, .355, 1);
 -webkit-transform: translateZ(0) scaleY(.95);
 -moz-transform: translateZ(0) scaleY(.95);
 transform: translateZ(0) scaleY(.95)
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
 -moz-transform: translate3d(0, -4px, 0) scaleY(1.02);
 transform: translate3d(0, -4px, 0) scaleY(1.02)
}
}
 @-moz-keyframes pulse {
 0% {
 -moz-transform: scaleX(1);
 transform: scaleX(1)
}
 50% {
 -moz-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05)
}
to {
	-moz-transform: scaleX(1);
	transform: scaleX(1)
}
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1)
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 transform: scaleX(1)
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 -moz-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1)
}
}
 @-moz-keyframes slideInUp {
 0% {
 -moz-transform: translateZ(0);
 transform: translateZ(0)
}
 7.7% {
 visibility: hidden;
 -moz-transform: translate3d(0, -52px, 0);
 transform: translate3d(0, -52px, 0)
}
 15.4% {
 -moz-transform: translateZ(0);
 transform: translateZ(0)
}
}
 @-webkit-keyframes slideInUp {
 0% {
 -webkit-transform: translateZ(0);
 transform: translateZ(0)
}
 7.7% {
 visibility: hidden;
 -webkit-transform: translate3d(0, -52px, 0);
 transform: translate3d(0, -52px, 0)
}
 15.4% {
 -webkit-transform: translateZ(0);
 transform: translateZ(0)
}
}
 @keyframes slideInUp {
 0% {
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0)
}
 7.7% {
 visibility: hidden;
 -webkit-transform: translate3d(0, -52px, 0);
 -moz-transform: translate3d(0, -52px, 0);
 transform: translate3d(0, -52px, 0)
}
 15.4% {
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0)
}
}
 @-moz-keyframes flipInX {
 0% {
 -moz-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0
}
 40% {
 -moz-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in
}
 60% {
 -moz-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
 opacity: 1
}
 80% {
 -moz-transform: perspective(400px) rotateX(-5deg);
 transform: perspective(400px) rotateX(-5deg)
}
 100% {
 -moz-transform: perspective(400px);
 transform: perspective(400px)
}
}
 @-webkit-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in
}
 60% {
 -webkit-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
 opacity: 1
}
 80% {
 -webkit-transform: perspective(400px) rotateX(-5deg);
 transform: perspective(400px) rotateX(-5deg)
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px)
}
}
 @keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 -moz-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-20deg);
 -moz-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in
}
 60% {
 -webkit-transform: perspective(400px) rotateX(10deg);
 -moz-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
 opacity: 1
}
 80% {
 -webkit-transform: perspective(400px) rotateX(-5deg);
 -moz-transform: perspective(400px) rotateX(-5deg);
 transform: perspective(400px) rotateX(-5deg)
}
 100% {
 -webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px)
}
}
 @-moz-keyframes slides {
 0% {
 height: 45px
}
to {
	height: 72px
}
}
 @-webkit-keyframes slides {
 0% {
 height: 45px
}
to {
	height: 72px
}
}
 @keyframes slides {
 0% {
 height: 45px
}
to {
	height: 72px
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity: 0
}
to {
	opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0
}
to {
	opacity: 1
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0
}
to {
	opacity: 1
}
}
 @-moz-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 -moz-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
 @-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
 @keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 -moz-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
 @-moz-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
 @-webkit-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
 @keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
 @-moz-keyframes fadeOutUpBig {
 to {
 -webkit-transform: translate3d(0, -2000px, 0);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
 @-webkit-keyframes fadeOutUpBig {
 to {
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
 @keyframes fadeOutUpBig {
 to {
 -webkit-transform: translate3d(0, -2000px, 0);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0)
}
}
html {
	overflow-x: hidden;
}
.cover {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/fm_pyzp6.png) center 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 999
}
.logo {
	position: absolute;
	width: 317px;
	height: 79px;
	left: 50%;
	margin-left: -187px;
	top: 50px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/logo_pyzp6.png) center 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%
}
.topic1 {
    position: absolute;
    width: 1193px;
    height:353px;
    left: 50%;
    margin-left: -576px;
    top: 200px;
    background: url(https://www.piyao.org.cn/2023pyyxzp/images/fmwz_pyzp6.png) center 0 no-repeat;
    background-size: 100% 100%;
}
.topic2 {
	position: absolute;
	width: 763px;
	height: 395px;
	left: 50%;
	margin-left: -350px;
	top: 550px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/info_pyzp6.png) center 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%
}
.banner {
	height: 860px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/banner860_pyzp6.jpg) center 0 no-repeat;
	min-width: 1200px;
}
.nav_box {
	width: 100%;
	height: 78px;
	background: #0965e2;
}
.nav_list {
	width: 1200px;
	height: 78px;
	margin: 0 auto;
	list-style: none;
}
.nav_list li {
	float: left;
	font-size: 20px;
	color: #fff3dc;
	line-height: 78px;
}
.nav_list li a {
	color: #fff3dc;
}
.nav_list li+li {
	margin-left: 200px;
}
.dh{ padding:40px 0}
.xdh{ margin:25px 0}
.content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.part01 {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/bg01_pyzp6.png) no-repeat 50% 0; padding-bottom:60px
}
/*大头条*/
.dtt {
	overflow: hidden;
}
.dtt h2 {
	font-size: 42px;
	color: #3235b0;
	text-align: center;
	margin-top: 60px;
}
.dtt h2 a{color: #3235b0;}
.dtt p {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 25px;
}
/*聚焦大图*/
.focusBox2 {
	width: 1200px;
	height: 669px;
	overflow: hidden;
	position: relative;
	margin-top:50px;
}
.focusBox2 .swiper-wrapper .swiper-slide img {
	width: 1200px;
	height: 669px;
}
.focusBox2 .swiper-wrapper .swiper-slide .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 118px;
	background: rgba(0, 0, 0, 0.65);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.65))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
	z-index: 0
}
.focusBox2 .swiper-wrapper .swiper-slide .title {
	position: absolute;
	left: 2%;
	bottom: 10px;
	width: 96%;
	height: 40px;
	line-height: 35px;
	font-size: 28px;
	color: #ffff;
	overflow: hidden;
	z-index: 1;
}
.focusBox2 .swiper-wrapper .swiper-slide .title a {
	color: #fff;
}
.focusBox2 .swiper-pagination {
	text-align: right;
	left: inherit !important;
	right: 10px;
	width: 20% !important;
}
.focusBox2 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	opacity: 1;
	background: #3f5ceb !important;
}
.focusBox2 .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #3693e1 !important;
	width: 35px;
	border-radius: 10px;
}
.focusBox2:hover .swiper-button-next, .focusBox2:hover .swiper-button-prev {
	display: block;
}
/*聚焦区*/
.jj_part {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
padding: 60px 0;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/bg02_pyzp6.png) no-repeat 50% 0
}
.jj_part_left {
	width: 635px;
	height: 404px;
	background: #fff;
	float: left;
	box-shadow: 0px 0px 5px 1px #e2e2e2;
      border-image: -webkit-linear-gradient(#00c0fa, #015eea) 60 60;
            border-image: -moz-linear-gradient(#00c0fa, #015eea) 60 60;
            border-image: linear-gradient(#00c0fa, #015eea) 60 60;
}
.jj_part_left_box {
	float: right;
	width: 580px;
	height: auto;
	overflow: hidden;
	margin-right: 25px;
}
.jj_part_left_box .title {
	width: 100%;
	height: 108px;
	overflow: hidden;
}
.jj_part_left_box .title h2 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
}
.jj_part_left_box .title h2 a {
	color: #333;
	line-height:32px;
}
.jj_part_left_box .title p {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.jj_left_list li {
	font-size: 18px;
	color: #333;
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.jj_left_list li a {
	color: #333;
}
.jj_left_list li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #ce0d1d;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 10px;
}
.jj_part_right {
	float: right;
	width: 546px;
	height: 372px;	
}
.jj_part_right .img {
	width: 508px;
	height: 286px;
}
.jj_part_right .img img{ margin-top:-5px}


/*发布会现场*/
.fbhxc{ background:url(https://www.piyao.org.cn/2023pyyxzp/images/bg04_pyzp6.png) no-repeat 50% 0;height: 740px;
    padding-top: 20px; }
.mod-carousel {
    position: relative;
    width: 1200px;
    border-radius: 6px;
    overflow: hidden;
}

/* 文字截取 */
.mod-carousel .m-text-cut {
    overflow: hidden;
    /*white-space: nowrap; text-overflow: ellipsis;*/
}

/* 内容区域 */
.mod-carousel .swiper-slide,
.mod-carousel .swiper-slide img {
    border-radius: 6px;
    object-fit: cover;
}

.mod-carousel .swiper-slide img {
    height: 460px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.mod-carousel .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mod-carousel .swiper-slide .thumbnail {
    position: relative;
    width: 320px;
    height: 180px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.mod-carousel .swiper-slide .mod-tit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 90%;
    padding: 20px 5% 10px 5%;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    ;
}

.mod-carousel .swiper-slide .mod-tit a,
.mod-carousel .swiper-slide .mod-tit a:hover {
    color: #fff !important;
}

.mod-carousel .swiper-slide .mod-txt {
    position: absolute;
    bottom: 6px;
    left: 25px;
    max-width: 90%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.49);
}

/* 轮播大图 */
.mod-carousel .gallery-top {
    height: 460px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.mod-carousel .gallery-top .swiper-pagination-bullet {
    background: none !important;
    border: 1px solid #0297fa !important;
    opacity: 0.9;
}

.mod-carousel .gallery-top .swiper-pagination-bullet-active {
    background: #0297fa !important;
}

.mod-carousel .gallery-top::after {
    content: "";
    width: 465px;
    height: 460px;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(29, 35, 50, 0) 0%, rgba(29, 35, 50, 1) 18%, rgba(29, 35, 50, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(29, 35, 50, 0) 0%, rgba(29, 35, 50, 1) 18%, rgba(29, 35, 50, 1) 100%);
    background: linear-gradient(to right, rgba(29, 35, 50, 0) 0%, rgba(29, 35, 50, 1) 18%, rgba(29, 35, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001d2332', endColorstr='#1d2332', GradientType=1);
    z-index: 2;
}

/* 轮播缩略图 */
.mod-carousel .gallery-thumbs {
    position: absolute;
    top: 0;
    right: 40px;
    height: 100%;
    width: 330px;
    overflow: visible;
}

.mod-carousel .gallery-thumbs .swiper-slide {
    width: 320px;
    height: 180px;
    opacity: 0.2;
    overflow: hidden;
}

.mod-carousel .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.mod-carousel .gallery-thumbs .swiper-slide.swiper-slide-active {
    right: 20px;
    border: 1px solid #0297fa;
    border-radius: 10px;
}

/* 轮播圆点 */
.mod-carousel .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
}

.mod-carousel .swiper-container-vertical>.swiper-pagination-bullets {
    right: 12px;
}

/* 轮播箭头 */
.mod-carousel .mod-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
}

.mod-carousel .mod-arrow .swiper-button-next,
.mod-carousel .mod-arrow .swiper-container-rtl .swiper-button-prev,
.mod-carousel .mod-arrow .swiper-button-prev,
.mod-carousel .mod-arrow .swiper-container-rtl .swiper-button-next {
    display: block;
    top: auto;
    width: 15px;
    height: 10px;
    right: 10px;
    margin-top: 0;
}

.mod-carousel .mod-arrow .swiper-button-next,
.mod-carousel .mod-arrow .swiper-container-rtl .swiper-button-prev {
    background: url("http://www.news.cn/videopro/images/icon_arrow.png") no-repeat;
    background-position: 0 -11px;
    bottom: 80px;
}

.mod-carousel .mod-arrow .swiper-button-prev,
.mod-carousel .mod-arrow .swiper-container-rtl .swiper-button-next {
    background: url("http://www.news.cn/videopro/images/icon_arrow.png") no-repeat;
    background-position: 0 0;
    top: 80px;
    left: auto;
}
/*锐评天下*/
 .bottomscroll {
    width: 100%;
    height: 580px;
    margin-top: 0px;
    padding-top: 30px;
    position: relative; background:url(https://www.piyao.org.cn/2023pyyxzp/images/bg05_pyzp6.png) no-repeat 50% 0
}
.bottomscroll .swiper-container {
    width: 1920px;
    position: absolute;
    transform: translateX(-50%);
    top: 0px;
    left: 50%;
    height: 525px;
    margin: 0px auto;
}
.bottomscroll .arrow-left {
    position: absolute;
    background: url(http://www.xinhuanet.com/politics/slb2020/images/lft03.png) no-repeat;
    left: 50%;
    transform: translateX(-2440%);
    top: 250px;
    width: 25px;
    height: 56px;
    z-index: 2;
    cursor: pointer;
}
.bottomscroll .arrow-right {
    position: absolute;
    background: url(http://www.xinhuanet.com/politics/slb2020/images/rt03.png) no-repeat;
    right: 50%;
    transform: translateX(2440%);
    top: 250px;
    width: 25px;
    height: 56px;
    z-index: 2;
    cursor: pointer;
}
.bottomscroll .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.bottomscroll .swiper-slide:nth-child(2n) {
    width: 40%;
}
.bottomscroll .swiper-slide:nth-child(3n) {
    width: 20%;
}
.bottomscroll .swiper-slide-duplicate, .bottomscroll .swiper-slide {
    opacity: 0.4;
}
.bottomscroll .swiper-slide-active, .bottomscroll .swiper-slide-prev, .bottomscroll .swiper-slide-next {
    opacity: 1;
}
.bottomscroll .swiper-slide .imgbox {
    width: 320px;
    height: 525px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.bottomscroll .swiper-slide img {
    width: 100%;
    -moz-transition: all 1s;
    transition: all 1s;
    object-fit: cover;
    overflow: hidden;
}
.bottomscroll .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bottomscroll .swiper-slide .textbox {
    width: 383px;
    height: 158px;
    position: absolute;
    top: 224px;
    left: 0;
}
.bottomscroll .swiper-slide .textbox h3 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    text-align: left;
    color: #333;
    font-weight: bold;
    padding-left: 30px;
    margin: 10px 10px;
    background: url(http://www.xinhuanet.com/politics/slb2020/images/what.png) top left no-repeat;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
}
.bottomscroll .swiper-slide .textbox h3 a {
    color: #333;
}
.bottomscroll .swiper-slide .textbox p {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    background: url(http://www.xinhuanet.com/politics/slb2020/images/zy.png) top left no-repeat;
    overflow: hidden;
    text-align: left;
    color: #333;
    margin: 10px 10px;
    padding-left: 30px;
}
.mod-card {
    position: relative;
    float: left;
    width: 339px;
    height: 406px;
    background: #fff;
    box-shadow: -1px 0px 15px -8px rgba(0, 0, 0, 1);
    -webkit-box-shadow: -1px 0px 15px -8px rgba(0, 0, 0, 1);
    -moz-box-shadow: -1px 0px 15px -8px rgba(0, 0, 0, 1);
    -ms-box-shadow: -1px 0px 15px -8px rgba(0, 0, 0, 1);
    margin: 10px 11px;
}
.mod-card:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ico-box {
    position: relative;
    height: 100%;
}
.mod-card .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img01 .graybg {
    position: absolute;
    background: url(http://www.xinhuanet.com/world/20210407zltx/images/blueflat.png) bottom left repeat-x;
    width: 100%;
    height: 100%;
}
.mod-card .img-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -moz-transition: all 1s;
    transition: all 1s;
    object-fit: cover;
}
.mod-col-4 {
    width: 278px;
    height: 466px;
}


/*往届回顾*/
.wqhg{     
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/bg06_pyzp6.png) no-repeat 50% -277px;
    height: 460px;
}
.wjhg_box {
	width: 1200px;
	height: 193px;
	margin: 0 auto;
	position: relative;
}
.wjhg_swiper {
	width: 1200px;
	height: 195px;
	overflow: hidden;
	position: relative;
}
.wjhg_nr {
	width: 270px;
	height: 195px;
	margin: 0 auto;
}
.wjhg_nr img {
	width: 270px;
	height: 155px;
}
.wjhg_nr .txt {
    width: 90%;
    height: 45px;
    background: #0aa5ff;
    overflow: hidden;
    position: absolute;
    left: 14px;
    bottom: 10px;
}
.wjhg_nr .txt p {
	font-size: 16px;
	color: #484848;
	text-align: center;
	line-height: 45px;
}
.wjhg_nr .txt p a {
	color: #fff;
}
.wjhg_box .wjgh-prev {
	width: 20px;
	height: 42px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/left_pyzp6.png) no-repeat;
	position: absolute;
	left: -35px;
	top: 60px;
	display: block;
	z-index: 20;
	cursor: pointer;
}
.wjhg_box .wjgh-next {
	width: 20px;
	height: 42px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/right_pyzp6.png) no-repeat;
	position: absolute;
	right: -35px;
	top: 60px;
	display: block;
	z-index: 20;
	cursor: pointer;
}

.footer {
	background: #0966e2;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	padding: 30px 0;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer img {
	vertical-align: top;
	margin-top: 6px;
}

/* 获奖作品 */
.part_hjzp {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-bg.png) 50% 0 no-repeat;
	padding-bottom: 60px;
	padding-top: 40px;
	height: 845px;
}
.part_hjzp_content {
	width: 1200px;
	margin: 0 auto;
}
.part_hjzp .part_title {
	margin-bottom: 20px;
}
.hjzp_tab_title {
	height: 56px;
	line-height: 56px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1873ff;
}
.hjzp_tab_title li {
	float: left;
	width: 220px;
	margin: 0 35px;
	box-sizing: border-box;
	list-style: none;
}
.hjzp_tab_title li.on {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-bgtab.png) 0 0 no-repeat;
}
.hjzp_tab_title li.on a {
	color: #fff;
}
.hjzp_tab_title li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-left: 20px;
}
.hjzp_tab_title li:nth-child(1) a {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon1.png) 50px 50% no-repeat;
}
.hjzp_tab_title li:nth-child(2) a {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon2.png) 40px 50% no-repeat;
}
.hjzp_tab_title li:nth-child(3) a {
	padding-left: 30px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon3.png) 25px 50% no-repeat;
}
.hjzp_tab_title li:nth-child(4) a {
	padding-left: 30px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon4.png) 25px 50% no-repeat;
}
.hjzp_tab_title li:nth-child(1).on a {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon1b.png) 50px 50% no-repeat;
}
.hjzp_tab_title li:nth-child(2).on a {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon2b.png) 40px 50% no-repeat;
}
.hjzp_tab_title li:nth-child(3).on a {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon3b.png) 25px 50% no-repeat;
}
.hjzp_tab_title li:nth-child(4).on a {
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-icon4b.png) 25px 50% no-repeat;
}
.hjzp_tab_box_com {
	display: none;
}
.hjzp_tab_box1 .box1_swiper {
	position: relative;
}
.hjzp_tab_box1 .img img {
	width: 100%;
	height: auto;
}
.hjzp_tab_box1 .tit, .hjzp_tab_box1 .summary {
	display: none;
}
.hjzp_tab_box1 .swiper-button-next {
	right: -35px;
}
.hjzp_tab_box1 .swiper-button-prev {
	left: -35px;
}
.hjzp_tab_box1 .on img {
	border:2px solid #f90;
}
.hjzp_tab_box1 .box1_top {
	position: relative;
	margin-bottom: 10px;
}
.hjzp_tab_box1 .box1_left {
	width: 875px;
	position: relative;
	padding: 10px 0;
	z-index: 1;
}
.hjzp_tab_box1 .box1_left img {
	width: 100%;
	height: 457px;
}
.hjzp_tab_box1 .box1_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 347px;
	height: 474px;
	box-sizing: border-box;
	padding: 50px 20px 0 45px;
	color: #fff;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-bgbox1.png) 0 0 no-repeat;
	z-index: 0;
	line-height: 1.8em;
}
.hjzp_tab_box1 .box1_right h3 {
	margin-bottom: 15px;
}
.hjzp_tab_box1 .box1_right h3 a {
	font-size: 22px;
	color: #fff;
	line-height: 1.6em;
}
.box1_right_summary a{color: #fff;}
.box2_summary a{color: #fff;}
.hjzp_tab_box2 {
	position: relative;
}
.hjzp_tab_box2 .box2_main { position: relative;
	width: 934px;
}
.hjzp_tab_box2 .box2_pic img {
	width: 934px;
	height: 496px;
	display: block;
}
.hjzp_tab_box2 .box2_title {
	height: 160px;
    box-sizing: border-box;
    padding: 12px 30px;
    color: #fff;
    line-height: 1.6em;
    background-image: linear-gradient(120deg, #01c0fa, #015eea);
    position: absolute;
    bottom: -132px;
    width: 934px;
}
.hjzp_tab_box2 .box2_title h3 {
	margin-bottom: 8px;
}
.hjzp_tab_box2 .box2_title h3 a {
	font-size: 22px;
	color: #fff;
}
.hjzp_tab_box2 .box2_swiper {
	position: absolute;
	width: 310px;
	height: 650px;
	right: 0;
	top: 0;
}
.hjzp_tab_box2 .box2_swiper .swiper-container {
	width: 310px;
	height: 600px;
	text-align: center;
	margin-top: 30px;
}
.hjzp_tab_box2 .box2_swiper .swiper-container .on img {
	border: 2px solid #f90;
}
.hjzp_tab_box2 .box2_swiper .swiper-button-prev {
	width: 42px;
	height: 20px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-arrow-up.png) 0 0 no-repeat;
	left: 45%;
	top: 22px;
}
.hjzp_tab_box2 .box2_swiper .swiper-button-next {
	width: 42px;
	height: 20px;
	background: url(https://www.piyao.org.cn/2023pyyxzp/images/yxzp-arrow-down.png) 0 0 no-repeat;
	left: 45%;
	top: 632px;
}
.hjzp_tab_box2 .box2_swiper .swiper-slide img {
	width: 285px;
	height: 161px;
	border: 3px solid #e7b8ac;
}
.hjzp_tab_box2 .tit, .hjzp_tab_box2 .summary {
	display: none;
}
