@charset "UTF-8";
.zlogo {
  width: 206px;
}

.header-center input {
  background-color: #F5F5F5;
  width: 464px;
}

@media (max-width: 500px) {
  .header-right .gcjy img {
    margin-left: 12px;
  }
}
.header-right img {
  width: 20px;
  margin-right: 6px;
}
.header-right a {
  color: #333333;
  display: flex;
  align-items: center;
}
.header-right .xian {
  margin: 0 10px;
}
.header-right .zw {
  margin-left: 10px;
}

.navx-top {
  flex-wrap: nowrap !important;
}

.navx-rt {
  height: 60px;
}

.nav-section {
  background-image: linear-gradient(180deg, #c10017 0%, #aa0014 100%);
  padding: 0;
}
.nav-section .navx-rt {
  color: #fff;
}
.nav-section .navx-rt > div {
  font-size: 15px;
}
.nav-section .navx-rt > div img {
  width: 16px;
  margin-right: 10px;
}
.nav-section .navx-rt > div:nth-child(2) {
  margin-left: 30px;
}
.nav-section .nav-item {
  background-color: transparent !important;
}
.nav-section .nav-link {
  color: #fff !important;
}
.nav-section .active {
  font-weight: bold !important;
}

.navbar-nav .nav-link::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.titlex {
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 40px;
}
.titlex h2 {
  font-family: "Microsoft YaHei Bold";
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
}
.titlex h2 span {
  color: #CFCFCF;
  font-weight: 300;
}
.titlex p {
  color: #CFCFCF;
  font-size: 16px;
  transform: skew(-4deg);
  font-weight: 900;
}

.navx-chanpin .nav-pills {
  display: flex;
  flex-wrap: nowrap;
}
.navx-chanpin .nav-pills .nav-item {
  margin: 20px;
}
.navx-chanpin .nav-pills .nav-item:nth-child(1) {
  margin-left: 0;
}
.navx-chanpin .nav-pills .nav-link {
  padding: 0.5rem 0.5rem;
  margin: 0 0.5rem;
  border-radius: 0;
  text-align: center;
}
.navx-chanpin .nav-pills .nav-link.active {
  background-color: #007bff;
  color: #fff;
}
.navx-chanpin .tab-conx .card {
  border-radius: 8px;
}
.navx-chanpin .tab-conx .card .card-img-top {
  border-radius: 8px;
}
.navx-chanpin .tab-conx .card .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navx-chanpin .tab-conx .card .card-body .card-title {
  margin-bottom: 0;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navx-chanpin .nav-tabsx .nav {
  justify-content: space-between;
  overflow: auto;
}
.navx-chanpin .nav-tabsx .nav .nav-item {
  margin: 0;
  margin-bottom: 20px;
  margin-right: 0px;
  height: auto;
}
.navx-chanpin .nav-tabsx .nav .nav-item .nav-link {
  width: 100px;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  border: 2px solid #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03px;
  color: #666;
  margin: 0;
}
.navx-chanpin .nav-tabsx .nav .nav-item .nav-link.active {
  background: linear-gradient(180deg, #f8f3f3 0%, #fff 100%);
  color: #C90D0C;
  border-bottom: 3px #C90D0C solid;
}
.navx-chanpin .nav-tabsx .nav .nav-item .nav-link.active .triangle {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #C90D0C;
}

.scnlx .box {
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
  overflow: hidden;
}
.scnlx .box .card {
  height: 350px;
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
  color: #fff;
  background-color: #50606F;
}
.scnlx .box .card * {
  position: relative;
}
.scnlx .box .card .card-body .bjimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.scnlx .box .card h5 {
  color: #fff;
  font-size: 18px;
}
.scnlx .box .card p {
  font-size: 14px;
}
.scnlx .box .card-bodyx1 {
  text-align: left;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.scnlx .box .card-bodyx1 h5 {
  color: #000;
}
.scnlx .box .card-bodyx2 {
  display: block;
  transition: all 0.3s ease-in-out;
}
.scnlx .box .card-bodyx2 .scdz {
  display: none;
}
.scnlx .box.active .card {
  background-color: #fff;
}
.scnlx .box.active .card-bodyx1 {
  display: block;
  color: #000;
}
.scnlx .box.active .card-bodyx2 {
  display: none;
}

.footx {
  background-color: #FBFBFB;
}
.footx .footx_row {
  justify-content: center;
  padding: 40px 0;
}
.footx .footx_row > div {
  text-align: center;
}
.footx .footx_row > div p {
  font-size: 16px;
}
.footx .footx_row2 .col-lg-2x {
  flex: 0 0 auto;
  width: 14.8%;
}
@media (max-width: 992px) {
  .footx .footx_row2 .col-lg-2x {
    flex: auto;
    width: auto;
  }
}
.footx .footx_row2 .widget .widget-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
}
.footx .footx_row2 .widget .widget-list a {
  color: #666666;
  font-size: 12px;
}
.footx .footx_row2 .fuwux {
  text-align: center;
}
.footx .footx_row2 .fuwux p {
  font-size: 12px;
}
.footx .footx_row2 .fuwux h4 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03px;
  color: #333;
}
.footx .jiao {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
  text-align: center;
  margin: 30px 0 42px;
}
@media (min-width: 992px) {
  .footx {
    /* 在此添加样式 */
  }
}

.pfx {
  top: 20%;
  display: flex;
  flex-direction: column;
  z-index: 1030;
  right: -100px !important;
}
.pfx .pfx-bt {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 26px 0 0 26px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: left;
  position: relative;
}
.pfx .pfx-bt .yuan {
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #d31110;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 36px;
  top: -1px;
}
.pfx .pfx-bt img {
  width: 20px;
  margin-right: 16px;
}
.pfx .pfx-bt a {
  color: #333333;
}
.pfx .pfx-bt:hover {
  right: 100px;
}
.pfx .pfx-bt1 {
  background: linear-gradient(180deg, #d31110 0%, #c90d0c 100%);
  color: #fff;
}

.shuxian {
  height: 200px;
  width: 1px;
  background-color: #E5E5E5;
  padding: 0;
}

.carousel-item {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .carousel-inner .col-md-2:nth-child(5n+1) {
    clear: left;
  }
}
.myContent {
  transition: height 0.3s ease-out;
}

.containernavx {
  display: none;
  z-index: 10;
}

@media (min-width: 1280px) {
  .containernavx {
    max-width: 1260px;
  }
}
.szhedielt {
  display: flex;
  justify-content: center;
  box-shadow: 5px 0 10px -5px rgba(0, 0, 0, 0.1607843137);
  padding-top: 40px;
}

.szhediert {
  background-color: #FBFBFB;
  padding-top: 40px;
}
.zhediex {
  padding: 9px 30px;
  color: #666666;
  font-weight: 400;
  white-space: nowrap;
}

.zhediexs {
  padding: 0;
  padding-bottom: 38px;
  font-size: 24px;
}
.zhediexs a {
  padding-bottom: 20px;
}

.zhediex.active {
  color: #C90D0C;
}
.zhediex.active span {
  padding: 9px 0;
  border-bottom: 2px solid #C90D0C;
  line-height: 36px;
}

.zhediexy {
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.zhediexy a {
  padding: 30px;
  color: #333;
  border-bottom: 1px solid #EDEDED;
}
.zhediexy a:hover {
  color: #C90D0C;
}

.navx1 {
  padding: 20px 0;
  width: 148px;
}

.navx1y {
  width: calc(100% - 148px);
}

.navx2 {
  background-color: #fbf7f0;
  padding: 20px 0;
  width: auto;
}

.navx2y {
  width: auto;
}

.shipin {
  margin-bottom: 80px;
}
.shipin .bofanganniu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#show-video {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999 !important;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.video-close {
  width: 45px;
  height: 45px;
  color: #211d1e;
  position: absolute;
  right: 118px;
  top: 113px;
  z-index: 999;
  cursor: pointer;
}

#show-video video {
  outline: none;
  max-width: 85%;
  max-height: 88vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.mySwiper {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.mySwiper .swiper-slide .sw-shang {
  position: relative;
}
.mySwiper .swiper-slide .sw-shang .bf {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.mySwiper .swiper-slide h5 {
  font-family: "Microsoft YaHei Bold";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #C90D0C;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.topdh-prev {
  left: 40px;
}

.topdh-next {
  right: 40px;
}

.fwrx {
  color: #007bff;
}
.fwrx p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #666;
}
.fwrx h3 {
  font-family: "Microsoft YaHei Bold";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
}
.fwrx h5 {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #666;
  margin-top: 20px;
}

.xxts .xxt1 {
  margin-top: 20px;
}
.xxts .button {
  border-radius: 6px;
  background: #c90d0c;
  font-family: "Microsoft YaHei";
  text-align: center;
  color: #fff;
  float: right;
  margin-top: 20px;
  margin-bottom: 30px;
}
.xxts h3 {
  font-family: "Microsoft YaHei Bold";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
}
.xxts h3 img {
  width: 18px;
  margin-right: 10px;
  margin-bottom: 1px;
}
.xxts p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  line-height: 30px;
  text-align: left;
  color: #666;
}

.popover {
  max-width: 500px;
  /* 设置 Popover 的最大宽度 */
}

.popover-body {
  width: 100%;
  /* 设置 Popover 内容区域的宽度为 100% */
}

.pv {
  margin: 10px auto;
  text-align: center;
}

.imgyx {
  margin: 0 4px;
}

.parentx {
  position: relative;
}

.ljtop {
  background-color: #FAFAFA;
  padding: 10px;
  color: #999;
  font-size: 14px;
}
.ljtop span {
  color: #C90D0C;
}

.accordionx .accordion-item {
  border: 0;
}
.accordionx .accordion-item button {
  box-shadow: 0 0px 0px #ccc;
}
.accordionx .accordion-button {
  padding-left: 0;
}
.accordionx .accordion-button::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-position: center;
  background-color: transparent;
}

.big {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.jgimg {
  margin-top: 40px;
}

.jintui {
  top: 40%;
}

.duibi .dbitem {
  display: flex;
}
.duibi .dbitem .img {
  width: 118px;
  height: 92px;
  border-radius: 6px;
  background: #fff;
  margin-right: 20px;
}
.duibi .dbitem .p1 {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 10px;
  color: #666;
}
.duibi .dbitem .p2 {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  margin-bottom: 0;
  text-align: left;
  color: #2a60b8;
}
.duibi .dbitem .shanchu {
  width: 14.7px;
  height: 14.7px;
  margin-left: 20px;
  margin-top: 7px;
}
.duibi hr {
  margin: 20px 0;
}
.duibi button {
  margin: 0 15px;
}
.duibi button a {
  color: #fff;
}

.sousuotp {
  margin: 40px 0 30px;
}
.sousuotp button {
  margin-left: 10px;
  margin-bottom: 20px;
}

.sousuoye .card {
  border: 0;
}
.sousuoye .card .card-img-top {
  position: relative;
}
.sousuoye .card .card-img-top .bf {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
}
.sousuoye .card .card-body p {
  margin-bottom: 0;
}

.sousuoyek {
  margin: 60px auto 120px;
  text-align: center;
}
.sousuoyek img {
  width: 230px;
  margin-bottom: 20px;
  text-align: center;
}
.sousuoyek p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #999;
}

.sousuobm {
  margin-top: 40px;
  margin-bottom: 80px;
}

.navbar.navbar-expand-lg.navbar-light {
  height: 80px;
}

.sousuozd {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 30px;
  background-color: #fff;
}
.sousuozd .card {
  border: 0;
  text-align: center;
}
.sousuozd .card p {
  margin-bottom: 0;
}
.sousuozd .sousuoanniu {
  text-align: center;
}
.sousuozd .sousuoanniu button {
  margin: 0 10px 20px;
}

.my-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  opacity: 0.42;
}

.my-bullet-active {
  width: 34px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  opacity: 1;
}

.dropdown-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.red {
  color: #D31110;
}

.message h3 {
  font-family: "Microsoft YaHei Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-top: 40px;
}
.message h3 span {
  margin-left: 4px;
}
.message > hr {
  margin-top: 40px;
}
.message .con .itm {
  padding: 40px 0 30px;
  color: #333;
}
.message .con .itm .lt {
  display: flex;
  align-items: center;
  height: 18px;
  margin-bottom: 20px;
}
.message .con .itm .lt .dian {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #C90D0C;
  margin-right: 4px;
}
.message .con .itm .lt p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}
.message .con .itm .rt .rttop {
  display: flex;
  justify-content: space-between;
}
.message .con .itm .rt .rttop h5 {
  font-family: "Microsoft YaHei Bold";
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.message .con .itm .rt .rttop p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.message .con .itm .rt .rtcon {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  text-align: left;
}
.message .con .itm .rt .rtbm button {
  margin-right: 10px;
}
.message .con .yd {
  color: #999999;
}
.message .con .yd .lt .dian {
  background-color: #999999;
}
.message .con .yd .rt .rttop h5 {
  color: #999999;
}
.message .bm {
  margin-top: 60px;
  margin-bottom: 80px;
}
.message .ydbtn {
  color: #666666;
  border-color: #999;
}

@media screen and (max-width: 1120px) {
  .parentx .navx-rt > div:nth-child(2) {
    margin-left: 1.8666666667vw;
  }
  .parentx .navbar-nav .nav-item .nav-link {
    padding-left: 1.0666666667vw;
    padding-right: 1.0666666667vw;
    font-size: 15px;
  }
}
.gwcsj {
  bottom: 10%;
  right: 6.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1030;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  border-radius: 56px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  border: 2px solid #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1607843137);
}
.gwcsj img {
  width: 7.16vw;
  height: 6.6973333333vw;
}
.gwcsj .yuan {
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #d31110;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 36px;
  top: -1px;
}

.btn-secondarys {
  color: #fff;
  background-color: #5E5E5E;
  border-color: #5E5E5E;
}/*# sourceMappingURL=index.css.map */