* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

ul li {
  cursor: pointer;
}

.innp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-center {
  border: none !important;
  width: 1500px !important;
}

footer .footer-center .ft-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

footer .footer-center .ft-box > img {
  width: 236px;
  height: 80px;
}

footer .footer-center .ft-box .ft-nav {
  padding: 30px;
  display: flex;
  align-items: flex-start;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  gap: 20px;
}

footer .footer-center .ft-box .ft-nav ul {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 30px;
}

footer .footer-center .ft-box .ft-nav ul a {
  color: white;
  font-size: 18px;
}

footer .footer-center .ft-box .ft-nav ul li {
  color: white;
  font-size: 16px;
}

footer .footer-center .ft-box .ft-nav ul li button {
  width: 70px;
  line-height: 20px;
  color: #000000;
  border-radius: 10px;
}

footer .footer-center .ft-box .ft-nav ul .tit a {
  font-weight: 600;
  font-size: 18px;
}

footer .footer-center .ft-box .footer_top_li img {
  width: 100px;
  height: 100px;
}

footer .footer-center .ft-box .footer_top_li > ul {
  display: flex;
}

footer .footer-center .ft-box .footer_top_li > ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .footer-center .ft-box .footer_top_li > ul li span {
  font-style: 18px;
  font-weight: 600;
  color: #fff;
}

footer .footer-center .ft-box .footer_top_li > ul li p {
  font-size: 14px;
  color: #999999;
  width: 160px;
}

footer .footer-center p {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: #999999;
}

footer .footer-center p a {
  color: #999999;
  font-size: 12px;
}

.ksgg {
  background: url(../images/public/bg.png);
}

.ggjd {
  background: url(../images/ggjd/bg.png);
}

.zyml {
  background: url(../images/zhuanye/bg.png);
}

.lc {
  background: url(../images/liucheng/bg.png);
}

.ks {
  height: 260px;
  margin-top: 30px;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: flex-start;
}

.ks span {
  position: absolute;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff6e00;
  line-height: 22px;
  right: 40px;
  top: 46px;
  border-right: 2px solid #ff6e00;
  padding-right: 8px;
  text-align: right;
}

.ks strong {
  display: inline-block;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ff6e00;
  margin-bottom: 24px;
}

.ks p {
  padding-left: 11px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
  position: relative;
}

.ks p::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #ff6e00;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  top: 5px;
}

.ks .txt {
  width: 552px;
  height: 121px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.yunyin1 {
  position: relative;
  margin: 0;
  width: 919px;
  height: 140px;
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: end;
}

.yunyin1 .img {
  width: 293px;
  height: 140px;
  background: #eeeeee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.yunyin1 .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.bkxz {
  width: 919px;
  margin-top: 41px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.bkxz .zwf {
  width: 100%;
  height: 50px;
  padding: 20px;
  display: none;
}

.bkxz .zwf2 {
  width: 100%;
  height: 50px;
  padding: 20px;
  display: none;
}

.bkxz ul {
  width: 919px;
  padding: 20px;
  background: #fff;
  margin-left: 0;
  left: 50%;
  top: 0;
  display: flex;
  gap: 40px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
}

.bkxz ul li a {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
  position: relative;
}

.bkxz ul li a::after {
  width: 0%;
  position: absolute;
  content: "";
  transition: all 0.5s;
  height: 3px;
  background: #ff6e00;
  left: 0;
  top: 37px;
}

.bkxz ul li a.active, .bkxz ul li a:hover {
  color: #ff6e00;
}

.bkxz ul li a.active::after, .bkxz ul li a:hover::after {
  width: 100%;
}

.nr {
  width: 845px;
}

.nr img {
  max-width: 100%;
}

.nr > p {
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-indent: 32px;
  margin-bottom: 20px;
}

.nr > strong {
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #333333;
  display: inline-block;
  line-height: 25px;
  margin-bottom: 20px;
}

.nr span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.nr em {
  color: #ff0000;
  font-weight: bold;
}

.nr .end {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 25px;
}

.nr .end p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  line-height: 22px;
  margin-bottom: 20px;
}

.nr .yuanpublic {
  width: 919px;
  margin-top: 50px;
}

.nr .yuanpublic p {
  width: 100%;
  text-align: left;
  font-size: 13.5px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin: 0;
}

.tab3 {
  width: 919px;
}

.tab3 > div {
  display: none;
}

.tab3 > div:nth-child(2) {
  display: flex;
}

.yuanpublic {
  width: 919px;
  margin-top: 50px;
}

.yuanpublic p {
  width: 100%;
  text-align: left;
  font-size: 13.5px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin: 0;
}

.yunyin2 {
  width: 919px;
  height: 140px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.yunyin2 .img {
  width: 451px;
  height: 140px;
  background: #eeeeee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.yunyin2 .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.nianfen {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 50px;
  height: 60px;
  gap: 120px;
  background: url(../images/public/bg1.png);
}

.nianfen .nian {
  width: 189px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
}

.nianfen .nian.active, .nianfen .nian:hover {
  background: #ff6e00;
  color: #ffffff;
}

.ksinfo {
  width: 919px;
  margin-top: 81px;
  display: flex;
  gap: 40px;
  margin-bottom: 77px;
  flex-direction: row;
}

.ksinfo .box {
  width: 439px;
}

.ksinfo .box .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  padding-bottom: 5px;
}

.ksinfo .box .title strong {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  position: relative;
}

.ksinfo .box .title strong::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #ff6e00;
  border-radius: 3px;
  left: -7px;
  top: 0;
}

.ksinfo .box .title a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.ksinfo .box .swiper1 {
  width: 100% !important;
}

.ksinfo .box .swiper1 .swiper-wrapper {
  width: 100% !important;
}

.ksinfo .box .swiper1 .swiper-wrapper .swiper-slide {
  padding-bottom: 30px !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}

.ksinfo .box .swiper1 .swiper-wrapper .swiper-slide p {
  width: 100%;
  text-align-last: left !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.ksinfo .box .swiper1 .swiper-wrapper .swiper-slide p a {
  width: 378px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
}

.ksinfo .box .swiper1 .swiper-wrapper .swiper-slide p span {
  color: #999999;
}

.ksinfo .box .swiper1 .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  background: #dddddd;
  border-radius: 2px;
  opacity: 1;
}

.ksinfo .box .swiper1 .swiper-pagination-bullet-active {
  background: #ff6e00;
}

.search {
  position: relative;
  width: 280px;
  height: 44px;
  display: flex;
  align-items: center;
}

.search input[type="search"] {
  width: 280px;
  height: 44px;
  background: #f5f5f5;
  border-radius: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding: 15px;
}

.search input[type="submit"] {
  width: 59px;
  height: 34px;
  background: #fff;
  border-radius: 17px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff6e00;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  margin-right: 25px;
  cursor: pointer;
}

.search input[type="submit"]:hover {
  opacity: 0.8;
}

.table {
  width: 100%;
  display: none;
}

.table table,
.table tr,
.table td,
.table th {
  /*width: 100%;*/
  border: none !important;
}

.table .table {
  width: 100% !important;
}

.table .table tr {
  width: 100% !important;
}

.table table {
  width: 100% !important;
  display: none;
}

.table table tr {
  width: 100% !important;
}

.table table tr th,
.table table tr td {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  border: solid 1px #eeeeee !important;
}

.table table tr td {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  border: solid 1px #eeeeee !important;
}

.table table tr td:last-child {
  border-bottom: solid 1px #d8d8d8 !important;
  border-left: solid 1px #eeeeee !important;
  border-right: solid 1px #eeeeee !important;
}

.table table tr:nth-child(1) {
  background: #f5f5f5;
  border-radius: 8px;
}

.table table tr:nth-child(1) th {
  font-size: 16px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.table table tr:nth-child(4) {
  border-bottom: 1px solid #eeeeee !important;
}

.table table.table_on {
  display: table;
}

.table .t2 tr td {
  width: 50% !important;
  text-align: center;
  line-height: 2;
}

.table .t3 tr td,
.table .t3 tr th {
  /**width: 25% !important;*/
}

.table .bmt tr td:nth-child(1), .table .bmt tr td:nth-child(3),
.table .bmt tr th:nth-child(1),
.table .bmt tr th:nth-child(3) {
  width: 5% !important;
}

.table .sjt tr:nth-child(1) th {
  width: 100% !important;
}

.table .sjt tr td {
  width: 50% !important;
}

.table .bmt tr td:nth-child(1),
.table .bmt tr th:nth-child(1) {
  width: 15% !important;
}

.table .bmt tr td:nth-child(2),
.table .bmt tr th:nth-child(2) {
  width: 26% !important;
}

.table .bmt tr td:nth-child(3),
.table .bmt tr th:nth-child(3) {
  width: 15% !important;
}

.table .bmt tr td:nth-child(4),
.table .bmt tr th:nth-child(4) {
  width: 35% !important;
}

.table:nth-child(2) {
  display: block;
}

.gkjd {
  width: 919px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gkjd .img {
  width: 100%;
}

.gkjd .img img {
  width: 100%;
}

.slider {
  position: absolute;
  z-index: 1000;
  top: 30px;
  left: 0;
  width: 250px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 573px;
  gap: 16px;
}

.slider .box {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.slider .box .title {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider .box strong {
  display: inline-flex;
  height: 72px;
  padding-left: 12px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.slider .box strong::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  margin-left: -12px;
  width: 2px;
  height: 72px;
  background: #ff6e00;
}

.slider .box .link {
  width: 210px;
  display: flex;
  flex-wrap: wrap;
}

.slider .box .link a {
  width: 100px;
  border: 1px solid #eeeeee;
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-align: left;
  padding-left: 21px;
}

.slider .box .link a::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  width: 4px;
  margin-left: -40px;
  height: 4px;
  border-radius: 50%;
  background: #ff6e00;
}

.slider .box .link a:hover, .slider .box .link a.active {
  background: #ff6e00;
  color: #ffffff;
}

.slider .box .link a:hover::after, .slider .box .link a.active::after {
  background: #fff;
}

.slider .box .link a:nth-child(2) {
  border-radius: 0px 4px 0px 0px;
}

.slider .box .link a:nth-last-child(1) {
  border-radius: 0px 0px 4px 0px;
}

.slider .box .link .al::after {
  width: 0;
}

.bmlc {
  width: 919px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.bmlc .box {
  width: 100%;
  position: relative;
}

.bmlc .box .tit {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
}

.bmlc .box .tit span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #ffa700 0%, #ff6e00 100%);
  box-shadow: 0px 2px 8px 0px rgba(255, 110, 0, 0.3);
  border: 2px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.bmlc .box .tit strong {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.bmlc .box p {
  padding-left: 38px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-indent: 32px;
  margin-bottom: 20px;
}

.bmlc .box .input {
  margin-top: 16px;
  display: flex;
  padding-left: 700px;
  gap: 12px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
  margin-left: 25px;
}

.bmlc .box .input input {
  cursor: pointer;
}

.bmlc .box .input input:hover {
  opacity: 0.8;
}

.bmlc .box .input .b1 {
  width: 104px;
  line-height: 34px;
  background: rgba(255, 112, 7, 0.09);
  border-radius: 17px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff6e00;
}

.bmlc .box .input .b2 {
  width: 104px;
  line-height: 34px;
  background: #ff6e00;
  border-radius: 17px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.bmlc .box::before {
  content: "";
  width: 2px;
  position: absolute;
  left: 13px;
  top: 40px;
  height: 100%;
  background: #ff6e00;
  opacity: 0.2;
  z-index: 2;
}

.bmlc .b2::before {
  width: 0;
  height: 0;
}

.bmlc .zysx {
  width: 879px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin: 0 auto;
}

.highlight {
  background: yellow;
  color: red;
}

.ydyw {
  text-align: right;
  width: 100%;
}

.ydyw a {
  color: #ff6e00;
}
