@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url("../font/SourceHanSerifCN-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSerifCN";
  src: url("../font/SourceHanSerifCN-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html {
  /*overflow-x: hidden;*/
  -webkit-text-size-adjust: 100%;
  font-size: 5.208vw;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}

body {
   width: 100%;
   height: auto;
    min-height: 100%;
    max-width: 1920px;
    min-width: 1540px;
  font-family: "SourceHanSerifCN";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  margin: 0px auto;
  position: relative;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-top: auto;
  margin-bottom: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #303133;
}

a:hover {
  color: #0067ed;
}

input {
  outline: none;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

textarea {
  outline: none;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

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

.imgs {
  width: 100%;
  height: 100% !important;
  /*object-fit: cover; */
}

.imgh {
  width: 100%;
  height: auto;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.container {
  width: 1440px;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.pd20 {
  padding: 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.fd-row-r {
  flex-direction: row-reverse;
}

.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

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

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  min-height: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
  border-radius: 8px;
  background-color: #c8d5e1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbcf;
}

::-webkit-scrollbar-thumb:active {
  background-color: #87a2bd;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.main {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: transform 0.3s ease;
  /* 可选的平滑过渡效果 */
}

/* header */
.news_head .public-header {
  background-color: #511110 !important;
}

.news_head .public-header .head_nav .list {
  background-color: #511110 !important;
}

.head_black .public-header {
  background-color: #000000 !important;
}

.head_black .public-header .head_nav .list {
  background-color: #000000 !important;
}
.main{
    
}
.main .public-header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  z-index: 1001;
  transition: all ease 1s;
  background-color: rgba(0, 0, 0, 0.5);
  /* border-bottom: 1px solid rgba(150, 150, 150, 0.28); */
}

.main .public-header .head_logo {
  width: 113px;
  height: 80px;
  margin-left: 80px;
}

.main .public-header .head_nav {
  display: flex;
  align-items: center;
}

.main .public-header .head_nav .li {
  font-size: 16px;
  color: #fff;
  padding: 0 28px;
  height: 90px;
  line-height: 90px;
  position: relative;
}

.main .public-header .head_nav .li .hot_img {
  position: absolute;
  top: 15px;
  right: -19px;
  width: 45px;
  height: 19px;
  line-height: 0;
  animation: bounce 1s .2s ease both infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-4px)
  }

  60% {
    -webkit-transform: translateY(-2px)
  }
}

.main .public-header .head_nav .li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}


.main .public-header .head_nav .li.active a {
  color: #f5d6a2;
}

.main .public-header .head_nav .li.active span {
  padding-bottom: 48px;
  border-bottom: 1px solid #f5d6a2;
}

/*.main .public-header .head_nav .li img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: scale-down;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  display: none;*/
/*}*/

.main .public-header .head_nav .li:hover>a {
  color: #f5d6a2;
}

.main .public-header .head_nav .li:hover span {
  padding-bottom: 38px;
  border-bottom: 1px solid #f5d6a2;
}

.main .public-header .head_nav .li.active>a {
  color: #f5d6a2;
}

.main .public-header .head_nav .li.active span {
  padding-bottom: 38px;
  border-bottom: 1px solid #f5d6a2;
}

.main .public-header .head_nav .li:hover .list {
  display: block;
}


.main .public-header .head_nav .list {
  position: absolute;
  left: 0;
  top: 95px;
  right: 0;
  z-index: 88;
  transition: all ease 1s;
  width: 100%;
  padding: 8px 0 20px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.main .public-header .head_nav .list .lis {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
}

.main .public-header .head_nav .list .lis:hover {
  color: #f5d6a2;
}

.main .public-header .head_nav .list:hover {
  display: block;
}

.main .public-header .head_nav .limd:hover~.list {
  display: block;
}

.main .public-header .head_nav .search {
  width: 18px;
  height: 18px;
  margin-left: 30px;
}

.main .public-header .head_shop {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 80px;
}

.main .public-header .head_shop .link {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'SourceHanSerifCN';
}

/*.main .public-header .head_shop .link img {*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  margin-right: 7px;*/
/*  object-fit: scale-down;*/
/*}*/

.main .public-header .head_shop .link .link_img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  line-height: 0;
}


.main .public-header .head_shop .link .link_img .hover {
  display: none;
}

.main .public-header .head_shop .link .code {
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: -150px;
  left: -40px;
  display: none;
  line-height: 0;
}

/*.main .public-header .head_shop .link .code img {*/
/*  width: 1.35rem;*/
/*  height: 1.35rem;*/

/*}*/

.main .public-header .head_shop .link:hover {
  color: #f5d6a2;
}

.main .public-header .head_shop .link:hover img {
  display: none;
}

.main .public-header .head_shop .link:hover .hover {
  display: block;
}

.main .public-header .head_shop .link:hover .code {
  display: block;
}

.main .public-header .head_shop .link:hover .code img {
  display: block;
}

.main .black {
  background: #000;
}

.main .black .head_nav .list {
  background: #000;
}

.main .white {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.main .white .head_nav .li {
  color: #000;
}

.main .white .head_nav .list {
  background: #000;
}

.main .white .head_shop .link {
  color: #000;
}

.main .backdrop {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(5px);
}

.main .backdrop .head_nav .list {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(5px);
}

/* footer */

.main .public-footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  /* background: #000 url("../images/footerbj.jpg") no-repeat; */
  background-size: 100%;
  border-top: 1px solid #2f2f2f;
  position: relative;
}

.main .public-footer .top {
  font-size: 13px;
  color: #f8d18e;
  width: 100px;
  height: 30px;
  margin-top: 10px;
  position: fixed;
  right: 100px;
  bottom: 200px;
  z-index: 9;
  /*backdrop-filter: blur(15px);*/
  /* 设置模糊程度 */
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);*/
}

.main .public-footer .top img {
  width: 12px;
  height: 7px;
  margin-right: 10px;
}

.main .public-footer .linkNav_type {
  height: 60px;
  width: 1304px;
  position: relative;
  border-radius: 6px;
  margin: 0px auto;
  overflow: hidden;
}

.main .public-footer .linkNav_list {
  width: 1304px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.main .public-footer .linkNav {
  height: 60px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffffff 0%, #f2ede1 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.main .public-footer .linkNav .li {
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .public-footer .linkNav .li img {
  width: 37px;
  height: 37px;
  margin-right: 28px;
}

.main .public-footer .linkNav .li .in {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  color: #999999;
}

.main .public-footer .linkNav .li .in span {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.main .public-footer .linkNav .li:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #efdfbd 100%);
  background: -webkit-linear-gradient(top, white 0%, #efdfbd 100%);
  background: linear-gradient(to bottom, white 0%, #efdfbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efdfbd', GradientType=0);
}

.main .public-footer .linkNav .fg {
  width: 1px;
  height: 60px;
  background-color: #beb8a8;
}

.main .public-footer .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* padding: 0 2.5rem; */
  margin-top: 50px;
  position: relative;
}

.main .public-footer .info .logo {
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: 184px;
  height: 129px;
}

.main .public-footer .info .content {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main .public-footer .info .content .li {
  display: flex;
  flex-direction: column;
  margin-left: 65px;
}

.main .public-footer .info .content .li .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.main .public-footer .info .content .li .link {
  font-size: 14px;
  color: #bcbcbc;
  margin-bottom: 10px;
  cursor: pointer;
}

.main .public-footer .info .footer_content {
  position: relative;
  width: 550px;
}

.footer_content .footer_content_phone {
  height: 40px;
  align-items: center;
  position: absolute;
  left: 200px;
  top: 30px;
}

.footer_content .footer_content_phoneimg {
  width: 40px;
  height: 40px;
}

.footer_content_phonename {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 30px;
  color: #F6CD99;
  line-height: 36px;
  text-align: left;
  padding-left: 10px;
}

.main .public-footer .info .footer_content .pt {
  display: flex;
  margin-top: 23px;
  align-items: center;
}

.main .public-footer .info .footer_content .pt .pt_tab {
  cursor: pointer;
  width: 66px;
  height: 66px;
  margin-right: 50px;
}

.main .public-footer .info .footer_content .pt .pt_tab .tabimg {
  display: none;
  width: 100%;
  height: 100%;
}

.main .public-footer .info .footer_content .pt .pt_tab .tabimg1 {
  display: block;
  width: 100%;
  height: 100%;
}

.main .public-footer .info .footer_content .pt .active .tabimg {
  display: block;
}

.main .public-footer .info .footer_content .pt .active .tabimg1 {
  display: none;
}

.main .public-footer .info .footer_content .gzh {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 0;
  width: 297px;
  margin-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.main .public-footer .info .footer_content .code {
  width: 180px;
  object-fit: contain;
  margin-top: 18px;
  border-radius: 10px;
  overflow: hidden;
}

.main .public-footer .info .footer_content .desc {
  background-image: url(../images/footer_wxbtimg.png);
  background-size: 100% 100%;
  width: 270px;
  height: 74px;
  position: absolute;
  top: 110px;
  left: 200px;
  font-family: 'SourceHanSerifCN';
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 74px;
}

.main .public-footer .filings {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.main .public-footer .filings .filings_list {
  width: auto;
  padding: 0 20px;
  font-family: 'SourceHanSerifCN';
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.main .public-footer .filings .filings_list a {
  color: #FFFFFF;
}


.footer_copyright {
  width: 680px;
  font-family: 'SourceHanSerifCN';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}

.footer_icp {
  width: 680px;
  font-family: 'SourceHanSerifCN';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}

.main .public-footer .footer_copyright img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

/*  */
.web {
  display: block;
}

.mobile {
  display: none;
}

/*  */