:root {
  --max: 1200px;
  --size14: 14px;
  --size16: 16px;
  --size18: 18px;
  --size20: 20px;
  --size24: 24px;
  --size30: 30px;

  --top30: 30px;
  --top60: 60px;
}

@font-face {
  font-family: "siyuanheiti";
  src: url("../fonts/siyuanheiti.otf") format("truetype");
}

@font-face {
  font-family: "bold";
  src: url("../fonts/Bold.otf") format("truetype");
}

body {
  font-family: "siyuanheiti";
  background: #f3f4f6;
}

.hertre {
  width: 100%;
  z-index: 999;
  position: relative;
  background: #fff;
}

.hertre_cen {
  width: var(--max);
  margin: var(--top30) auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.hertre_cen form {
  width: 440px;
  overflow: hidden;
  position: relative;
}

.hertre_cen form .seach_t {
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  border-radius: 5px;
  border: none;
  font-size: var(--size14);
  color: #444444;
  padding: 0 20px;
}

.hertre_cen form .seach_s {
  width: 20px;
  height: 20px;
  background: transparent;
  background-image: url(../images/top_06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.logo {
  width: 440px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  width: 100%;
  overflow: hidden;
  background: #da3536;
}

.nav ul {
  width: var(--max);
  margin: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav ul li {
  width: 15%;
  font-size: var(--font20);
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 50px;
}


.nav ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.nav ul li::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #ae2a2b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.nav ul li:nth-child(1):before {
  display: none;
}


.nav ul li.nav_cen::after {
  width: 50%;
}

.nav ul li:hover::after {
  width: 50%;
}

.nav form {
  width: var(--max);
  overflow: hidden;
  margin: 20px auto;
  position: relative;
  display: none;
}

.nav form .seach_t {
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  border-radius: 5px;
  border: none;
  font-size: var(--size14);
  color: #444444;
  padding: 0 20px;
}

.nav form .seach_s {
  width: 20px;
  height: 20px;
  background: transparent;
  background-image: url(../images/top_06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}


.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 0;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination {
  bottom: 30px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 15px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: white;
}

.banner_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.mianbao {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}

.mianbao a {
  font-size: var(--size14);
  color: #444444;
}

.mianbao i {
  font-size: var(--size14);
  color: #444444;
  margin: 0 8px;
  display: block;
  font-family: 'bold';
}

.mianbao span {
  font-size: var(--size14);
  color: #99a8bb;
}

.zhengxian {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.zhengxian ul {
  width: 100%;
  overflow: hidden;
}

.zhengxian ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
}

.zhengxian ul li a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.zhengxian ul li a h2 {
  width: calc(100% - 120px);
  font-size: var(--size14);
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.zhengxian ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d1868a;
  border-radius: 50%;
  display: block;
}

.zhengxian ul li a p {
  width: 100px;
  text-align: right;
  font-size: var(--size14);
  color: #888888;
}

.page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--top60);
}

.page .active,
.page .total {
  display: inline-block;
  font-size: 12px;
  padding: 6px 8px;
  color: #000000;
  border: 1px solid #d9d9d9;
  margin: 0px 3px;
  line-height: 1;
}

.page .active {
  background: #da3536;
  border: 1px solid #da3536;
  color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
  color: #000000;
  border: 1px solid #d9d9d9;
  background: transparent;
}

.shwo {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.shwo>h2 {
  text-align: center;
  font-size: var(--size24);
  color: #222222;
}

.shwo>p {
  font-size: var(--size14);
  color: #888888;
  margin-top: var(--top30);
}

.shwo_text {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: var(--top30) 0;
  margin-top: var(--top30);
  font-size: var(--size14);
  color: #222222;
  line-height: 2;
}

.shwo_text img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.prev {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
}

.prev a {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: var(--size14);
  color: #222222;
  font-family: 'bold';
  line-height: 2;
}

.footer {
  width: 100%;
  overflow: hidden;
  background: #2a3346;
}

.footer_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
}

.footer_max ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer_max ul li {
  font-size: var(--size14);
  color: #ffffff;
  border-left: 1px solid #ffffff;
  padding: 0 20px;
  line-height: 1;
}

.footer_max ul li:nth-child(1) {
  border: none;
}

.beian {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: var(--top30);
}

.beian p {
  font-size: var(--size14);
  color: #ffffff;
  padding: 0 20px;
  line-height: 1;
}

.fenlei {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top30);
}

.fenlei ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fenlei ul li {
  width: max-content;
  line-height: 35px;
  background: #eeeeee;
  border-radius: 5px;
  font-size: var(--size14);
  color: #444444;
  padding: 0 20px;
  margin-right: var(--top30);
  cursor: pointer;
}

.fenlei ul li.selected {
  background: #da3536;
  color: #ffffff;
}

.zhenun {
  width: var(--max);
  margin: 130px auto;

}

.zhengshu {
  width: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 2px 5px 3px #00000030;
  padding: var(--top30) 100px;
  border-top: 4px solid #a40e16;
  border-radius: 5px;
}

.zhengshu>h1 {
  text-align: center;
  font-size: var(--size24);
  color: #a40e16;
  line-height: 1;
  font-family: 'bold';
}

.zhengshu_max {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--top30);
}

.zhengshu_l {
  width: 60%;
  overflow: hidden;
}

.zhengshu_l form {
  width: 100%;
  overflow: hidden;
}

.zhengshu_l form label {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.zhengshu_l form label p {
  width: 90px;
  overflow: hidden;
  line-height: 1;
  font-size: var(--size14);
  color: #444444;
}

.zhengshu_l form label p span {
  color: #ff0101;
}

.zhengshu_l form label input {
  width: calc(100% - 90px);
  height: 34px;
  border: 1px solid #dcdfe6;
  border-radius: 5px;
  font-size: var(--size14);
  color: #d2d2d2;
  padding: 0 20px;
}

.zhengshu_l form label input.input-val {
  width: calc(100% - 180px);
}

#canvas {
  width: 90px;
  height: 34px;
}

.layui-layer {
  transition: auto;
}

.chaxun {
  width: calc(100% - 90px);
  height: 34px;
  border: 1px solid #da3536;
  background: #da3536;
  border-radius: 5px;
  font-size: var(--size14);
  color: #ffffff;
  float: right;
  cursor: pointer;
}

.zhengshu_l>p {
  font-size: 12px;
  color: #444444;
  text-align: center;
  margin-top: var(--top30);
}

.zhengshu_r {
  width: 25%;
  overflow: hidden;
}

.zhengshu_r img {
  width: 100%;
  height: auto;
}

.zhengshu_r p {
  text-align: center;
  font-size: var(--size14);
  color: #444444;
  margin-top: var(--top30);
}

.zhengshu i {
  width: max-content;
  height: 180px;
  position: absolute;
  left: 70px;
  top: -100px;
}

.zhengshu i img {
  width: auto;
  height: 100%;
}

.table {
  width: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 2px 5px 3px #00000030;
  padding: var(--top30) 50px;
  border-radius: 5px;
  margin-top: 20px;
}

.table table {
  width: 100%;
}

.table table th {
  line-height: 1.5;
  padding: 25px 0;
  background: #ebebeb;
  font-size: var(--size14);
  color: #444444;
  text-align: center;
}

.table table td {
  line-height: 1.5;
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: var(--size14);
  color: #666666;
  text-align: center;
}

.table table tr:hover {
  background: #ebebeb;
}

.table table tr:hover td:nth-child(1) {
  color: #7195c5;
  font-family: 'bold';
}

.table a {
  display: block;
}

.jieguo {
  width: var(--max);
  margin: var(--top60) auto;
}

.jieguo>h2 {
  font-size: var(--size24);
  color: #222222;
  text-align: center;
  font-family: 'bold';
}

.jieguo_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top60);
  padding: var(--top60);
  box-shadow: 0px 2px 5px 3px #00000030;
  background: #ffffff;
}

.jieguo_max h3 {
  font-size: var(--size44);
  color: #444444;
  font-family: 'bold';
}

.jieguo_max table {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;

}

.jieguo_max table td {
  border: 1px solid #ebeef5;
  padding: 18px 10px;
  font-size: var(--size14);
  color: 666666;
}

.jieguo_max table td:nth-child(1) {
  width: 120px;
  background: #f6f7fb;
}

.zhengxian_top {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #970e08;
  margin-top: var(--top30);
}

.zhengxian_top h2 {
  width: max-content;
  padding-bottom: 15px;
  line-height: 1;
  font-size: var(--size24);
  color: #970e08;
  position: relative;
}

.zhengxian_top h2 span {
  color: #303030;
}

.zhengxian_top h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #970e08;
  position: absolute;
  bottom: 0;
  left: 0;
}

.zhengxian_tuk {
  width: 100%;
  overflow: hidden;
}

.zhengxian_tuk>h2 {
  text-align: center;
  font-size: var(--size30);
  color: #9a0e00;
  line-height: 1;
  font-family: 'bold';
}

.zhengxian_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: var(--top30);
}

.zhengxian_img img {
  width: 100%;
  height: auto;
}

.zhengxian_text {
  width: max-content;
  max-width: 80%;
  overflow: hidden;
  position: absolute;
  background: #00000040;
  padding: 20px 30px;
  border-bottom: 4px solid #d74339;
  left: 0;
  bottom: var(--top60);

}

.zhengxian_text h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--size16);
  color: #ffffff;
  font-family: 'bold';
}

.gonggao {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  box-shadow: 0px 2px 5px 3px #00000030;
  background: #ffffff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.gonggao img {
  width: 19px;
  height: auto;
}

.mySwiper1 {
  width: calc(100% - 35px);
  height: 20px;
  overflow: hidden;
}

.mySwiper1 .swiper-slide {
  font-size: var(--size14);
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 20px;
}

.xiaoxi {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.xiaoxi h1 {
  width: 100%;
  font-size: var(--size16);
  color: #000000;
  padding: 15px;
  font-family: 'bold';
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}

.xiaoxi h1::before {
  content: "";
  width: 3px;
  height: var(--size14);
  background: #e50115;
  display: block;
  margin-right: 8px;
}

.xiaoxi h1 a {
  margin-left: auto;
  display: block;
}

.xiaoxi_img {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
  margin-top: 15px;
}

.xiaoxi_img img {
  width: 100%;
  height: auto;
}

.xiaoxi ul {
  width: 100%;
  overflow: hidden;
  padding: 10px 15px;
}

.xiaoxi ul li {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.xiaoxi ul li a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.xiaoxi ul li a h2 {
  width: calc(100% - 120px);
  font-size: var(--size14);
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xiaoxi ul li a p {
  width: 100px;
  text-align: right;
  font-size: var(--size14);
  color: #888888;
}

.apage {
  margin-bottom: var(--top60);
}





.lading {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.lading h1 {
  width: 100%;
  font-size: var(--size16);
  color: #000000;
  padding: 15px;
  font-family: 'bold';
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}

.lading h1::before {
  content: "";
  width: 3px;
  height: var(--size14);
  background: #e50115;
  display: block;
  margin-right: 8px;
}

.lading h1 a {
  margin-left: auto;
  display: block;
}

.lading ul {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.lading ul li {
  width: 100%;
  overflow: hidden;
}

.lading_img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border: 1px solid #dddddd;
  padding: 5px;
}

.lading_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lading ul li p {
  text-align: center;
  font-size: 12px;
  color: #222222;
  line-height: 1;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.heji {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  border: 1px solid #dddddd;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}

.heji h1 {
  width: 100%;
  font-size: var(--size14);
  color: #000000;
  font-family: 'bold';
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.heji h1::before {
  content: "";
  width: 3px;
  height: var(--size16);
  background: #e50115;
  display: block;
  margin-right: 8px;
}

.heji ul {
  width: 19%;
  overflow: hidden;
}

.heji ul li {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #222222;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.heji ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 10px;
}

.heji ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #a9a9a9;
  display: block;
}

.lianjie {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 15px;
}

.lianjie h1 {
  width: 100%;
  font-size: var(--size14);
  color: #000000;
  font-family: 'bold';
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.lianjie h1::before {
  content: "";
  width: 3px;
  height: var(--size16);
  background: #e50115;
  display: block;
  margin-right: 8px;
}
.lianjie ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lianjie ul li{
  width: max-content;
  margin-top: 10px;
  margin-right: 15px;
  font-size: var(--size14);
  color: #888888;
}