﻿@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
}

body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background: #fff;
  font-family: "Source Han Sans", "Microsoft YaHei", sans-serif;
  height: 100%;
  color: #3d3c3c;
  line-height: 1.5;
  overflow-x: hidden;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

li {
  list-style: none;
}

.flex-stretch {
  display: flex;
  align-items: stretch;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

.flex-column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.default-box {
  height: 100%;
  background: url(../images/defbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.def-tips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  text-align: center;
}

.def-move {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 30vw;
  height: 20vw;
}

.intobar {
  position: absolute;
  bottom: 80px;
  right: 110px;
  z-index: 10001;
  width: 186px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
}

.intobar::before {
  content: '';
  position: absolute;
  top: -150%;
  left: -200%;
  width: 100px;
  height: 300%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  transform: rotate(30deg);
  filter: blur(20px);
  animation: shin 1.5s infinite;
}

@keyframes shin {
  from {
    left: -200%
  }
  to {
    left: 150%
  }
}

.light {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  animation: effopc 2s forwards;

}

.light-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 16;
}

.def-build {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  animation: mvdown 2s forwards 0.5s;
}

.def-hb {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  width: 16.25%;
  animation: mvleft 1s forwards 1s;
  line-height: 0;
}

.def-hb img {
  width: 100%
}

.flag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 20;
  opacity: 0;
  animation: effopc 2s forwards 2s;
}

.flag img {
  width: 100%
}

.itembox {
  height: 100%;
  background: url(../images/itembg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

.item-top {
  position: relative;
  text-align: center;
  animation: mvtop 2s forwards;
}

.item-top .go-back {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%)
}

.top-logo {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.item-menu {
  width: 1604px;
  position: relative;
  z-index: 10002
}

.item {
  display: block;
  position: relative;
  line-height: 0;
  font-size: 0;
}

.hbimg {
  position: absolute;
  bottom: 0;
  left: -110px;
}

.item .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bolder;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}

.item .title::after {
  content: attr(data-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 6px rgba(95, 14, 15, 1);
  position: absolute;
  top: 8px;
  left: 0;
}

.item01 .title {
  padding: 60px;
}

.item03 .title {
  padding: 26px 0 0 0;
  text-align: center;
}

.item04 .title {
  padding: 26px 0 0 0;
  text-align: center;
}

.item05 .title {
  padding: 26px 0 0 0;
  text-align: center;
}

.item06 .title {
  padding: 26px 0 0 0;
  text-align: center;
}

.item07 .title {
  padding: 20px 0 0 0;
  text-align: center;
}

.item08 .title {
  padding: 42px 0 0 0;
  text-align: center;
  color: #fff;
}

.text-gradient {
  color: #fcecb9;
  text-shadow: 0 4px 6px rgba(95, 14, 15, 0.8);
}

.pdt {
  padding-top: 16px;
}

.mgl {
  margin-left: 16px;
}

.fs58 {
  font-size: 58px;
}

.fs48 {
  font-size: 42px;
}

.fs42 {
  font-size: 36px;
}

.fs38 {
  font-size: 34px;
}

.fs28 {
  font-size: 32px;
}

.layout-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.layout-header {
  background: url(../images/tbg.png) repeat-x;
  height: 126px;
  position: relative;
}

.header {
  position: relative;
  z-index: 1111;
}

.hbtimg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.dove-pos {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  height: 100%;
}

.dove1 {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  transform-origin: right;
  animation: movdov1 10s ease-out infinite;
}

.dove2 {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  transform-origin: right;
  animation: movdov2 5s linear infinite;
  transform: scale(0.9)
}

.dove3 {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  transform-origin: right;
  animation: movdov3 10s linear infinite;
}

.def-dove {
  position: absolute;
  top: 30%;
  left: 16%;
  z-index: 1;
  animation: doveScale 2s forwards;
  transform-origin: left;
}

.def-dove3 {
  position: absolute;
  top: 20%;
  right: 6%;
  z-index: 1;
  animation: doveScale 3s forwards;
  transform-origin: right;
}

@keyframes movdov1 {
  0% {
    top: 100px;
    right: 0px;
  }
  100% {
    top: -100px;
    right: 500px;
  }
}

@keyframes movdov2 {
  0% {
    top: 60px;
    right: 100px;
  }
  50% {
    top: 20px;
    right: 400px;
  }
  100% {
    top: -120px;
    right: 600px;
  }
}

@keyframes movdov3 {
  0% {
    top: 100px;
    right: 60px;
  }
  50% {
    top: 30px;
    right: 300px;
  }
  100% {
    top: -100px;
    right: 450px;
  }
}

.layout-container {
  flex: 1;
  overflow-y: auto;
  background: url(../images/c_bg.jpg) no-repeat top;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch
}

.layout-container::after {
  content: '';
  background: url(../images/c_btm.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 305px;
}

.sidebox {
  /*
    position: absolute;
    top: 0;
    left: 0;
  */
  width: clamp(300px, 21.87vw, 560px);
  z-index: 5;
  height: 100%;
  box-sizing: border-box;
}

.sideback {
  display: block;
  position: absolute;
  bottom: 30px;
  left: clamp(24px, 1.2vw, 36px);
}

.sidenav {
  background: url(../images/c_sdbg.png) no-repeat top left;
  background-size: 100% auto;
  width: clamp(300px, 21.87vw, 560px);
  height: clamp(600px, 43.51vw, 1114px);
  box-sizing: border-box;
  padding-top: clamp(100px, 10.93vw, 280px);
}

.nav li {
  position: relative;
  padding-top: clamp(8px, 0.7vw, 16px);
  padding-bottom: clamp(8px, 0.7vw, 16px);
  padding-left: clamp(12px, 1.2vw, 36px);
}

.nav li a {
  display: inline-block;
  font-size: clamp(18px, 1.1vw, 28px);
  height: clamp(26px, 1.5vw, 34px);
  line-height: clamp(26px, 1.5vw, 34px);
  font-family: '微软雅黑';
  padding-left: 24px;
  transition: all 0.1s ease-out;
}

.nav li::before {
  content: "";
  background: url(../images/ncur.png) no-repeat left center;
  background-size: contain;
  width: clamp(26px, 1.5vw, 34px);
  height: clamp(26px, 1.5vw, 34px);
  position: absolute;
  top: 14px;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

.nav li::after {
  content: "";
  border-left: 6px solid #ffce94;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 22px;
  left: clamp(24px, 1.2vw, 36px);
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

.nav .active a, .nav li:hover a {
  color: #ffce94;
  font-size: clamp(18px, 1.1vw, 28px);
  font-family: "Source Han Sans";
  /*	font-weight: 600*/
}

.nav .active::before {
  opacity: 1
}

.nav .active::after {
  opacity: 1
}

.nav .active .navname {
  display: inline-block;
  font-size: clamp(18px, 1.1vw, 28px);
  height: clamp(26px, 1.5vw, 34px);
  line-height: clamp(26px, 1.5vw, 34px);
  font-family: '微软雅黑';
  padding-left: 24px;
  transition: all 0.1s ease-out;
  color: #fff;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.navname.active {
  color: #fdcf91 !important
}

#subMenu {
  display: none;
}

.subnav {
  position: relative;
  padding: clamp(6px, 0.6vw, 15px) 0;
  white-space: nowrap
}

.subnav::before {
  content: '';
  background: url(../images/snio.png) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 26px;
  left: 0px;
  z-index: 1;
  margin-top: -8px;
  transition: all 0.15s ease-out;
}

.nav li .subnav a {
  display: block;
  font-size: clamp(16px, 0.9vw, 20px) !important;
  color: #fff;
}

.nav li .subname a {
  font-size: clamp(16px, 0.9vw, 20px) !important;
  font-weight: normal;
}

.nav li .subnav.current::before {
  background: url(../images/snis.png) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}

.nav li .subnav.current .subname a {
  color: #fdcf91 !important
}

.nav li .threenav {
  display: none;
  padding-top: 6px;
}

.nav li .threenav a {
  font-size: 14px;
  padding-left: 32px;
}

/*
.subnav.subopen .threenav{
	display: block;
}
*/
.container-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  flex: 1;
  box-sizing: border-box;
  overflow-x: hidden;
}

.scroll-container {
  flex: 1;
  overflow-y: auto;
  position: relative;
  padding-right: clamp(80px, 8.2vw, 210px);
  box-sizing: border-box;
  z-index: 11;
  padding-bottom: 30px;
}

.scroll-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.scroll-navbox {
  flex: 1;
  overflow-y: auto;
  position: relative;
  padding-right: clamp(80px, 8.2vw, 210px);
  box-sizing: border-box;
  z-index: 11;
  max-height: clamp(400px, 24vw, 600px);
  margin-top: 12px;
}

.scroll-navbox::-webkit-scrollbar {
  display: none;
}

.ctop {
  margin-bottom: 20px;
  background: url(../images/ctico.png) repeat-x bottom;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: clamp(80px, 8.2vw, 210px);
  font-size: clamp(24px, 2vw, 36px);
  font-weight: bolder;
  font-family: '微软雅黑';
  color: #aa2026;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.ctop .crum {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #222;
}

.ctop .crum .carr {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 8px
}

.ctop .crum .carr::after {
  content: '';
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 2px
}

.ctop .crum a {
  color: #222
}

.ctop .crum a:hover {
  text-decoration: underline
}

.three-title {
  background: url(../images/line.png) no-repeat bottom;
  background-size: 100% auto;
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.three-title .tit {
  background: url(../images/icon01.png) no-repeat left;
  padding-left: 36px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}

.morebar {
  font-size: 16px;
  color: #aa2026;
  background: url(../images/arrow.png) no-repeat right;
  padding-right: 16px;
  font-weight: bold;
  margin-top: 6px
}

.list {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  padding: 16px 0;
  flex-wrap: wrap;
}

.list li {
  width: 25%;
  padding: 8px 15px;
  box-sizing: border-box;
  position: relative;
}

.list li a {
  display: block;
  text-align: center;
  color: #000000;
  transition: all 0.15s ease-out;
}

.list li .poster {
  width: 100%;
  height: 172px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.list li .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.15s ease-out;
}

.list-poster {
  line-height: 0;
  position: relative;
  background: #000;
  overflow: hidden;
  height: 200px;
  margin-bottom: 8px;
}

.list-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  display: block;
  transition: all 0.15s ease-out;
}

.iplay {
  background: url(../images/iplayer.png) no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.list3 li {
  width: 33.333%;
  box-sizing: border-box;
  padding: 15px;
}

.list3 li img {
  width: 100%;
}

.list3 li a {
  color: #000000;
  font-size: 20px;
  text-align: center;
}

.tag-box {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  height: 400px;
  overflow: hidden;
  z-index: 101;
  position: relative;
  transform: scale(0.9)

}

.text {
  position: absolute;
  white-space: nowrap;
  font-size: 32px;
  color: #f8c48a;
  opacity: 0.2;
  line-height: 1;
  text-align: center;
}

.zwlang {
  font-size: 26px;
}

.text.shining {
  animation: shining 3s linear forwards;
}

@keyframes shining {
  0% {
    opacity: 0.2
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0.2
  }
}


@keyframes mvtop {
  from {
    transform: translateY(-60px);
    opacity: 0
  }
  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes mvdown {
  from {
    transform: translateY(50%);
    opacity: 0
  }
  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes mvleft {
  from {
    transform: translateX(-50%);
    opacity: 0
  }
  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes effopc {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.guang {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 10;
  animation: mv 15s ease-in-out infinite;
  display: block;
  transform-origin: top;
  opacity: 0.8;
}

@-webkit-keyframes mv {
  0% {
    transform: translate(-200px, -100px);
  }
  50% {
    transform: translate(0px, 0px)
  }
  100% {
    transform: translate(-200px, -100px);
  }
}

@keyframes banScale {
  0% {
    transform: translate(-200px, -100px);
  }
  50% {
    transform: translate(0px, 0px)
  }
  100% {
    transform: translate(-200px, -100px);
  }
}

.def-tit {
  text-align: center;
}

.tit-shining {
  display: inline-block;
  position: relative;
}

.def-tit .tit {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 72px;
  font-weight: bolder;
  font-family: "黑体";
  letter-spacing: 6px;
  background-image: -webkit-linear-gradient(left, #f6f0bf, #f0a657 9%, #f6f0bf 18%, #f0a657 27%, #f6f0bf 36%, #f0a657 50%, #f6f0bf 64%, #f0a657 73%, #f6f0bf 82%, #f0a657 91%, #f6f0bf);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  -webkit-animation: masked-animation 6s infinite linear;
}

.def-tit .tit-shadow {
  font-size: 72px;
  font-weight: bolder;
  font-family: "黑体";
  letter-spacing: 6px;
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 1;
  white-space: nowrap;
  color: #ae161b
}

.def-tit-zw {
  display: inline-block;
  position: relative;
  transform: translateY(-45px)
}

.tit-zw {
  line-height: 2;
  font-size: 28px;
  font-family: "黑体";
  letter-spacing: 9.5px;
  background-image: -webkit-linear-gradient(left, #f6f0bf, #f0a657 9%, #f6f0bf 18%, #f0a657 27%, #f6f0bf 36%, #f0a657 50%, #f6f0bf 64%, #f0a657 73%, #f6f0bf 82%, #f0a657 91%, #f6f0bf);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  -webkit-animation: masked-animation 6s infinite linear;
  white-space: nowrap;
  position: relative;
  z-index: 10
}

.tit-zw-shadow {
  line-height: 2;
  font-size: 28px;
  font-family: "黑体";
  letter-spacing: 9.5px;
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: 1;
  white-space: nowrap;
  color: #ae161b
}

@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.def-tit2 {
  font-family: "黑体";
  font-weight: bolder;
  font-size: 40px;
  color: #f4d494;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 3px 4px 0 #ae161b;
}

.move {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 20;
  transform-origin: right;
}

.moveico {
  transform: rotateY(180deg);
}

.def-dove1 {
  animation: defmovdov1 10s linear infinite;
}

.def-dove2 {
  animation: defmovdov2 10s linear infinite 1s;
}

.def-dove3 {
  animation: defmovdov3 11s linear infinite 1.8s;
}

.def-dove4 {
  animation: defmovdov4 12s linear infinite 3s;
}

.def-dove5 {
  animation: defmovdov5 10s linear infinite 5.5s;
}

.def-dove6 {
  animation: defmovdov6 12s linear infinite 7s;
}

.def-dove7 {
  animation: defmovdov7 10s linear infinite 9s;
}

@keyframes defmovdov1 {
  0% {
    top: 100px;
    right: -100px;
  }
  50% {
    top: -100px;
    right: 200px;
    transform: scale(1);
    opacity: 1
  }
  100% {
    top: -300px;
    right: 600px;
    transform: scale(0.5);
    opacity: 0
  }
}

@keyframes defmovdov2 {
  0% {
    top: 10px;
    right: -100px;
  }
  50% {
    top: -100px;
    right: 300px;
    transform: scale(1) rotate(15deg);
    opacity: 1
  }
  100% {
    top: -100px;
    right: 600px;
    transform: scale(1.5) rotate(0deg);
    opacity: 0
  }
}

@keyframes defmovdov3 {
  0% {
    top: -50px;
    right: -120px;
    transform: scale(0.5);
  }
  50% {
    top: -200px;
    right: 240px;
    transform: scale(1) rotate(30deg);
    opacity: 1
  }
  100% {
    top: -300px;
    right: 600px;
    transform: scale(1.5) rotate(10deg);
    opacity: 0
  }
}

@keyframes defmovdov4 {
  0% {
    top: -100px;
    right: -120px;
  }
  50% {
    top: 0px;
    right: 400px;
    transform: scale(1);
    opacity: 1
  }
  100% {
    top: -100px;
    right: 800px;
    transform: scale(0.5);
    opacity: 0
  }
}

@keyframes defmovdov5 {
  0% {
    top: 200px;
    right: -120px;
  }
  50% {
    top: 0px;
    right: 200px;
    transform: scale(1);
    opacity: 1
  }
  100% {
    top: -60px;
    right: 700px;
    transform: scale(0.2);
    opacity: 0
  }
}

@keyframes defmovdov6 {
  0% {
    top: -80px;
    right: -100px;
    opacity: 1;
  }
  50% {
    top: -120px;
    right: 450px;
    opacity: 1;
  }
  100% {
    top: -80px;
    right: 800px;
    opacity: 0;
  }
}

@keyframes defmovdov7 {
  0% {
    top: -200px;
    right: -100px;
    opacity: 1;
  }
  50% {
    top: -300px;
    right: 350px;
    opacity: 1;
  }
  100% {
    top: -400px;
    right: 800px;
    opacity: 0;
  }
}

.popupbox {
  display: none;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10001;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 88%;
  height: 80vh;
  z-index: 10002;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.pclose {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  cursor: pointer;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
}

.content {
  font-size: 18px;
  line-height: 2.4;
  font-family: "微软雅黑";
  padding: 30px 0
}

.title {
  font-family: "微软雅黑";
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  padding-top: 15px;
}

.sources {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "微软雅黑";
  border-bottom: 1px solid #d5c9c9;
  padding: 15px 0;
}

.sources p {
  padding-right: 60px;
}

.hdjh-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hdjh {
  width: 50%;
  box-sizing: border-box;
  padding: 12px;
}

.hd {
  display: block;
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 72px 16px 16px 16px;
  color: #000;
  margin-left: 16px;
  font-family: "微软雅黑";
}

.hd-tit {
  position: absolute;
  top: 12px;
  left: 0;
  right: 24px;
  background: #dd3133;
  font-size: 16px;
  color: #fcf5ea;
  padding: 10px 20px;
}

.hd-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  background: #dd3133;
  height: 100%;
  width: 16px;
  z-index: 1
}

.hd-tit::after {
  content: "";
  background: url(../images/arr.png) no-repeat;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 100%;
  left: -16px;
}

.hd-tit .tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

.hd-tit .tit .state {
  float: right;
  background: #ffce94;
  border-radius: 30px;
  padding: 2px 15px;
  color: #dd3133;
  font-size: 16px;
  font-weight: normal !important
}

.hd .other {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hd .other li {
  width: 50%;
  padding: 5px 0
}

.popswiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.popswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.organize {
  width: clamp(560px, 25vw, 620px);
  box-sizing: border-box;
}

.org-infos {
  flex: 1;
  text-align: right;
  padding-left: clamp(30px, 2vw, 60px);
  box-sizing: border-box;
}

.org-infos img {
  max-width: 100%
}

.post-tit {
  background: url(../images/post.png) no-repeat center;
  background-size: contain;
  width: clamp(200px, 13vw, 328px);
  height: clamp(30px, 2vw, 46px);
  line-height: clamp(30px, 2vw, 46px);
  text-align: center;
  font-size: clamp(14px, 1vw, 18px);
  color: #fff;
  margin: 0 auto;
}

.org-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  padding-bottom: 10px;
}

.org-list li {
  width: 50%;
  box-sizing: border-box;
  padding: 14px;
  max-width: 320px;
}

.org-list4 li {
  width: 25%;
}

.worker {
  display: flex;
  align-items: flex-start;
  border: 2px solid #a10a11;
  border-radius: 4px;
  padding: 10px;
}

.worker .img {
  width: 86px;
  height: 106px;
  border: 1px solid #a10a11;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 10px;
}

.worker .img img {
  width: 100%;
  height: 100%;
}

.worker .infos {
  line-height: 1.3
}

.post-name {
  /*display: flex;*/
  /*align-items: flex-start;*/
  position: relative;
  padding-left: 48px;
  margin-top: 4px;
  max-height: 84px;
  overflow: hidden
}

.post-name .label:first-child {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

.post-name p, .post-name span {
  font-size: 16px !important;
  text-indent: 0 !important
}

.tips-state {
  background: #a7000b;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  letter-spacing: 2px;
  margin-top: 12px;
  font-size: 16px;
  width: 280px;
  white-space: nowrap;
  cursor: default
}

.checked {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-left: 4px;
  font-size: 12px;
  flex-shrink: 0;
}

.detail-message {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}

.detail-message .poster {
  width: 50%;

  flex-shrink: 0;
  border: 1px solid #9999;
  margin-right: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-message .poster img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.message .name {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: bold;
  margin-bottom: 8px
}

.message .desc {
  text-indent: 2em;
  margin-top: clamp(12px, 2vw, 30px);
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.8
}

.recommend-news {
  display: flex;
  align-items: center;
  padding-left: 460px;
}

.news-swiper {
  width: 560px;
  height: 420px;
  margin-bottom: 30px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  overflow: hidden
}

.news-tw {
  position: relative;
  width: 560px;
  height: 420px;
}

.news-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 8px 16px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
}

.imgsty {
  font-size: 0;
  line-height: 0;
}

.imgsty img {
  width: 560px;
  height: 420px;
  object-fit: cover;
}

.news-swiper .swiper-pagination {
  top: auto;
  bottom: 0;
}

.news-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b1aca1;
  opacity: 1;
  display: none;
}

.news-swiper .swiper-pagination-bullet-active {
  background: #dd3133;
}

.news-thumbs {
  background: #dd3133;
  flex: 1;
  height: 450px;
  box-sizing: border-box;
  padding-left: 120px;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  overflow: hidden;
  max-width: 845px;
}

.news-thumbs li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}

.thudesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 8px;
  text-indent: 2em
}

.thutime {
  text-align: right;
}

.news-thumbs .thuinfo {
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease-out;
  position: relative;
}

.news-thumbs .active .thuinfo {
  height: 76px;
  margin-top: 16px;
}

.thumbs {
  display: block;
}

.thumbs .thutit {
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.newslist {
  padding: 15px 0;
}

.news {
  display: flex;
  align-items: center;
  color: #000;
  padding: 10px 0;
}

.news .newtit {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 600px;
  font-size: 20px;
  transition: all 0.15s ease-out;
  position: relative;
  padding-left: 16px;
}

.news .newtit::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #dd3133;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

.news .newtit:hover {
  color: #dd3133;
  text-decoration: underline;
}

.news .time {
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: 20px;
  font-size: 16px;
}

.newslist2 {
  margin-left: -60px;
  margin-right: -60px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.newslist2 .news {
  width: 50%;
  box-sizing: border-box;
  padding: 15px 60px;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.pages a {
  border: 1px solid #333;
  padding: 0 6px;
  color: #000;
  margin: 0 4px;
}

.pages a:hover {
  background: #dd3133;
  color: #fff;
}

.pages span {
  border: 1px solid #dd3133;
  padding: 0 6px;
  color: #fff;
  margin: 0 4px;
  background: #dd3133;
}

.fancybox-video, .fancybox-iframe {
  width: 1600px !important;
  height: 900px !important;
}

.fancybox-slide--video .fancybox-content {
  width: 1600px !important;
  height: 900px !important;
}

.wjcpbox {
  width: 860px;
  margin: 0 auto;
  background: #fef2ec;
  padding: 60px 20px 20px 20px;
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
}

.wjcptop {
  background: url(../images/wjcptop.png) no-repeat;
  background-size: contain;
  width: 958px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: -50px;
  z-index: 1;
}

.wjcp {
  background: #fff;
  padding: 20px 20px;
}

.evaluate-total {
  background: #fcf3f4;
  padding: 20px 20px 20px 50px;
  position: relative;
  line-height: 1;
}

.evaluate-total::before {
  content: "";
  width: 8px;
  background: #a20a11;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.evaluate-total .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-top: 0;
}

.evaluate-total p {
  padding-top: 16px;
}

.evalist {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.evalist li {
  text-align: center;
  padding: 12px;
  cursor: pointer;
}

.evalist li .evabar {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #000
}

.evalist li img {
  filter: grayscale(100%)
}

.evalist .active img {
  filter: grayscale(0%)
}

.evalist2 {
  display: flex;
  align-items: stretch;
  padding-top: 12px;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.evalist2 li {
  width: 50%;
  box-sizing: border-box;
  padding: 6px;

}

.evalist2 li a {
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: relative;
  color: #000000;
  cursor: default;
}

.evalist2 .active a {
  border: 1px solid #dd3133;
  background: #fff2f2;
  color: #dd3133;
}

.areatxt {
  width: 100%;
  min-height: 80px;
  padding: 12px;
  line-height: 24px;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.questionnaire {
  background: #fff;
  position: relative;
  padding: 12px 30px;
  border: 2px solid #fff;
  transition: all 0.15s ease-out;
  cursor: auto;
  min-height: 40px;
}

.questionnaire .num {
  position: absolute;
  top: 12px;
  left: 0;
}

.questionnaire .control {
  position: absolute;
  top: 12px;
  right: 6px;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.questionnaire:hover .control {
  opacity: 1;
  z-index: 10;
}

.input-box input {
  width: 100%;
  background: none;
  outline: none;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 8px;
}

.btn {
  background: #a20a11;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  margin: 20px auto;
  font-size: 16px;
  display: block;
}

.statistics {
  background: #0b1038;
  padding: 15px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  box-sizing: border-box;
}

.data-left {
  width: 320px;
}

.data-right {
  width: 300px;
}

.data-center {
  flex: 1;
  box-sizing: border-box;
  padding: 0 15px;
  height: 100%;
}

.data-card {
  border: 1px solid #1a3087;
  background: #0d1d3f;
  box-shadow: inset 0 0 20px #1a3087;
  padding: 10px;
  color: #d7edfb;
  text-align: center;
}

.data-year {
  font-size: 16px;
  color: #dbf0ff;
  white-space: nowrap
}

.pbt12 {
  padding: 12px 0;
}

.mgt15 {
  margin-top: 15px;
}

.data-title {
  text-align: center;
  font-size: 17px;
  color: #d7edfb;
  font-weight: bold;
}

.tips-tit {
  text-align: right;
  color: #d7edfb;
  font-size: 14px;
}

.table {
  border-collapse: collapse;
  color: #d7edfb;
  font-size: 14px;
  margin-top: 6px;
}

.table th {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 5px;
}

.table td {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 5px;
}

.data-video {
  height: 190px;
  width: 100%;
}

.data-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-map {
  position: relative;
}

.city-legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.city-title {
  font-size: 24px;
  color: #d7edfb;
  font-weight: bold;
  padding: 15px 0;
}

.city-legend .time {
  font-size: 20px;
  color: #b2bece;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  font-family: Arial, " sans-serif"
}

.total {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #b2bece;
  font-weight: bold;
  padding-top: 24px;
}

.total .num {
  border: 1px solid #1e98d0;
  background-image: linear-gradient(#0b2965, #0b2560);
  font-size: 40px;
  color: #7cd7ea;
  margin: 0 6px;
  padding: 0 10px;
  line-height: 1.2;
  box-shadow: 0 0 10px rgba(22, 144, 217, 0.9);
  font-family: Arial, " sans-serif"
}

.total .dw {
  font-weight: normal;
  color: #7bd5ed;
  margin-left: 8px;
}

.nums {
  display: flex;
  align-items: flex-end;
}

.cdmap {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.cdmap2 {
  margin: 0 clamp(60px, 9vw, 160px);
}

.posarea {
  position: absolute;
  display: block;
  z-index: 10;
  cursor: pointer;
}

.bar-out {
  display: block;
  position: absolute;
  width: 80px;
  height: 60px;
  left: 180px;
  z-index: 9000;
  top: -160px;
  cursor: pointer;
  opacity: 0;
}

.onclick1 {
  position: absolute;
  left: -8px;
  width: 230px;
  height: 32px;
  background: #fff;
  opacity: 0;
  top: 0px;
  z-index: 10;
}

.onclick2 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 220px;
  height: 28px;
  background: #000;
  opacity: 0;
  z-index: 10;
}

.mapbox {
  margin-top: 10px;
  border: 1px solid #999;
  line-height: 0;
  box-sizing: border-box;
}

.flex-box {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.mgr30 {
  margin-right: 30px;
}

.zyfwbox {
  width: 1100px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}

.zyfw-title {
  text-align: center;
}

.zyfw-title h2 {
  background: #fc0001;
  display: inline-block;
  font-size: 26px;
  padding: 15px 100px;
  border-radius: 40px;
  color: #fff;
  letter-spacing: 12px;
}

.zyfw-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
}

.zyfw {
  border-bottom: 3px solid #fc0001;
  border-left: 3px solid #fc0001;
  border-right: 3px solid #fc0001;
  position: relative;
  width: 440px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.zyl-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #fc0001;
}

.zyl-icon::after {
  content: '';
  width: 9px;
  height: 9px;
  background: #dc2632;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -9px;
}

.zyr-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: #fc0001;
}

.zyr-icon::after {
  content: '';
  width: 9px;
  height: 9px;
  background: #dc2632;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -9px;
}

.ctit {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%)
}

.ctit h3 {
  display: inline-block;
  background: #fc0001;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  position: relative;
  width: 280px;
  font-size: 18px;
}

.ctit h3::before {
  content: '';
  background: #fff4f2;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.ctit h3::after {
  content: '';
  background: #fff4f2;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.zy-infos {
  font-size: 17px;
  padding: 40px 30px 30px 30px;
  color: #000;
  font-weight: bold;
  min-height: 40px;
}


#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  justify-content: center;
  align-items: center;
}

#popup {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#popup .swiper {

  width: 100%;
  height: 100%;
}

#popup .swiper img {
  height: 100%;
}

.copyright {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2000000;
  font-size: 12px;
  transform: scale(0.85)
}

.copyright a {
  color: #fff;
}

.inside.copyright a {
  color: #999999
}

.jftable {
  background: #ffffff;
  font-size: 18px;
  border-collapse: collapse;
}

.jftable th {
  background: #fcf3f4;
  border: 1px solid #e2a5a8;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: normal;
}

.jftable td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px;
}

.searchbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.searchbox input {
  border: none;
}

.searchbox .ssin {
  height: 66px;
  line-height: 66px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #fff;
  border-left: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding: 0 20px;
  font-size: 20px;
  box-sizing: border-box;
  width: 580px;
  outline: none;
}

.searchbox .ssin:focus {
  border-left: 2px solid #a50c13;
  border-top: 2px solid #a50c13;
  border-bottom: 2px solid #a50c13;
}

.searchbox .ssbar {
  height: 66px;
  line-height: 66px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 20px;
  background: #a50c13;
  color: #ffffff;
  width: 100px;
  text-align: center;
  cursor: pointer;
}

.popup-picture{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 900px;
  transform: translate(-50%,-50%);
  z-index: 10002;
}
.popup-picture .swiper{
  z-index: 0
}
.popup-picture .swiper-slide{
  width: 1200px;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-picture .swiper-slide img{
  max-width: 100%;
  max-height: 900px
}
.popup-picture .swiper-pagination-bullet{
  background-color: #fff;
  opacity: 1
}
.popup-picture .swiper-pagination-bullet-active{
  background-color: red
}
.popup-picture .swiper-button-next,.popup-picture  .swiper-button-prev{
  color: red !important
}
.list2{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.list2 li{
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
}
.list2 li img{
  width: 100%;
}
.list2 li a{
  color: #000000;
  font-size: 20px;
  text-align: center;
}





