/* Bootstrap enhancement layer for homepage while keeping legacy structure/tags. */

body {
  background: #f5f7f9;
}

.header,
.content,
.footer {
  width: 100%;
  max-width: 1200px;
}

.topp {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.top-c h1 {
  margin: 0;
}

.top-c .logoinfo {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 0 0 0 36px;
  margin: 0;
  margin-right: auto;
  background: url(/style/images/head_line.png) 8px center no-repeat;
  font-size: 16px;
  color: #4b5563;
}

.top-c .logoinfo .bold {
  padding: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
}

.top-c .logoinfo p {
  margin: 0;
  line-height: 1.5;
}

.top-c .logoinfo span {
  color: #c01f31;
}

.top-c .top-r {
  float: none;
  margin-left: auto;
}

.nav {
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
}

.nav .nav-box ul {
  margin-bottom: 0;
}

.nav .nav-box.menu.container {
  padding-left: 0;
  padding-right: 0;
}

.nav .nav-box .nav-parent {
  position: relative;
}

.nav .nav-box .nav-parent .erj {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9999;
  width: 560px;
  height: 200px;
  background: #078a60;
}

.nav .nav-box .nav-parent:hover .erj {
  display: flex;
}

.nav .nav-box .nav-parent .erj,
.nav .nav-box .nav-parent .erj * {
  box-sizing: border-box;
}

.nav .nav-box .nav-parent .erj {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  list-style: none;
}

.nav .nav-box .nav-parent .erj .ul-l,
.nav .nav-box .nav-parent .erj .ul-r {
  list-style: none;
  float: none !important;
}

.nav .nav-box .nav-parent .erj .ul-l {
  flex: 0 0 280px;
  width: 280px;
  padding: 18px 0 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 0;
}

.nav .nav-box .nav-parent .erj .ul-l > h4 {
  grid-column: 1 / -1;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: normal;
  background: url(../images/xtd_bor1.gif) repeat-x left bottom;
}

.nav .nav-box .nav-parent .erj .ul-l > h4 a {
  display: inline-block;
  line-height: 33px;
  padding: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.nav .nav-box .nav-parent .erj .ul-l .ul-l-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  z-index: auto !important;
}

.nav .nav-box .nav-parent .erj .ul-l .ul-l-list > li {
  float: none !important;
  min-width: 0;
}

.nav .nav-box .nav-parent .erj .ul-l li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  line-height: 36px;
}

.nav .nav-box .nav-parent .erj .ul-l li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 8px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav .nav-box .nav-parent .erj .ul-l .ul-l-list li a {
  min-width: 0;
}

.nav .nav-box .nav-parent .erj .ul-r {
  flex: 0 0 240px;
  width: 240px;
  height: 160px;
  margin: 10px 16px 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.nav .nav-box .nav-parent .erj .ul-r > a:first-child {
  display: block;
  width: 240px;
  height: 160px;
  overflow: hidden;
}

.nav .nav-box .nav-parent .erj .ul-r > a:first-child img {
  display: block;
  width: 240px;
  height: 160px;
  object-fit: cover;
}

.nav .nav-box .nav-parent .erj .ul-r .a-txt {
  left: 0;
  bottom: 0;
  top: auto;
  width: 240px;
  height: 30px;
  line-height: 30px;
}

.nav .nav-box .nav-parent .erj .ul-r .a-txt,
.nav .nav-box .nav-parent .erj .ul-r .a-txt:hover {
  position: absolute;
}

.fullSlide {
  border-radius: 10px;
  overflow: hidden;
}

.pro,
.Information {
  background: transparent;
}

.pro.container.py-3 {
  max-width: 1200px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pro.container.py-3 .pro-c .content {
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

.pro.container.py-3 .pro-c dl::after {
  content: "";
  display: block;
  clear: both;
}

.pro.container.py-3 .pro-c dt {
  width: 500px !important;
  height: 393px;
}

.pro.container.py-3 .pro-c dt img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.pro.container.py-3 .pro-c dd {
  float: left !important;
  width: calc(100% - 500px) !important;
  height: 393px;
  padding: 0 16px 0 12px !important;
  background: #eee;
  box-sizing: border-box;
}

.pro.container.py-3 .pro-c2 dd {
  float: right !important;
}

.pro.container.py-3 .pro-c2 dt {
  float: left !important;
}

.pro.container.py-3 .pro-c dd ul,
.pro .pro-c dd ul {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 5px;
  row-gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  width: 100% !important;
}

.pro.container.py-3 .pro-c dd li,
.pro.container.py-3 .pro-c dd .li2,
.pro .pro-c dd li,
.pro .pro-c dd .li2 {
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
  margin: 0;
  box-sizing: border-box;
}

.pro .pro-c dd li img {
  width: 100%;
  height: auto;
  aspect-ratio: 230 / 176;
  object-fit: cover;
  box-sizing: border-box;
}

.pro .pro-c dd li .a-txt {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Information h3 span a,
.Information-txt li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro .pro-c,
.in_pro .box,
.Information-l,
.Information-r {
  border-radius: 10px;
  overflow: hidden;
}

.in_pro.py-3 {
  width: 100%;
  padding: 40px 0 50px !important;
  background: #f7f7f7 url(/style/images/bj_inpro.png) center top repeat;
}

.in_pro.py-3 .container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.in_pro.py-3 .cate {
  width: 240px;
  flex: 0 0 240px;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
}

.in_pro.py-3 .cate .tit {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
  background: linear-gradient(to top, #ea3516, #ee5e45);
}

.in_pro.py-3 .cate .tit span {
  display: block;
  font-size: 24px;
  padding-bottom: 5px;
}

.in_pro.py-3 .cate .tit em {
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
}

.in_pro.py-3 .procate {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.in_pro.py-3 .procate li {
  min-width: 0;
}

.in_pro.py-3 .procate li > a {
  display: block;
  line-height: 42px;
  padding: 0 10px;
  border-bottom: 1px dotted #ddd;
  border-right: 1px dotted #eee;
  color: #333;
  background: linear-gradient(to left, #fff, #f5f5f5);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_pro.py-3 .procate li > a {
  border-right: 0;
}

.in_pro.py-3 .procate li > a:hover {
  color: #fff;
  background: rgba(240, 89, 45, 0.9);
}

.in_pro.py-3 .cate .tel {
  margin: 0;
  padding: 8px 16px 12px;
  list-style: none;
}

.in_pro.py-3 .cate .tel li {
  padding-top: 8px;
  line-height: 1.2;
  color: #888;
  font-size: 13px;
}

.in_pro.py-3 .cate .tel li em {
  color: #ea3516;
  font-size: 18px;
  font-style: normal;
}

.in_pro.py-3 .box {
  flex: 1;
  min-width: 0;
  float: none;
  width: auto;
}

.in_pro.py-3 .box .tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 44px;
  line-height: 44px;
  margin: 0 0 15px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-top: 0;
  background: linear-gradient(to top, #fff, #eee);
  list-style: none;
}

.in_pro.py-3 .box .tab li {
  margin: 0;
}

.in_pro.py-3 .box .tab li .tab-item {
  display: block;
  padding: 0 22px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  background: linear-gradient(to top, #fff, #ccc);
}

.in_pro.py-3 .box .tab li .tab-item.active {
  color: #fff;
  background: linear-gradient(to top, #ea3516, #ee5e45);
}

.in_pro.py-3 .box .tab li.on .tab-item {
  color: #fff;
  background: linear-gradient(to top, #ea3516, #ee5e45);
}

.in_pro.py-3 .box .tab li .more {
  position: absolute;
  right: 12px;
  top: 0;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  text-decoration: none;
}

.in_pro.py-3 .box .tab li .more:hover {
  color: #f0592d;
}

.in_pro.py-3 .xun .tab-con {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.in_pro.py-3 .xun .tab-con li {
  width: calc((100% - 20px) / 3);
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #fff, #eee);
  box-shadow: 0 0 1px #ccc;
  text-align: center;
}

.in_pro.py-3 .xun .tab-con li .pic {
  display: block;
  overflow: hidden;
}

.in_pro.py-3 .xun .tab-con li .pic img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.in_pro.py-3 .xun .tab-con li:hover .pic img {
  transform: scale(1.05);
}

.in_pro.py-3 .xun .tab-con li .bt {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_pro.py-3 .xun .tab-con li .bt:hover {
  color: #ea3516;
}

.in_pro.py-3 .xun .tab-con li .cs {
  padding: 10px 0 15px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.in_pro.py-3 .xun .tab-con li .cs a {
  display: block;
  line-height: 30px;
  padding: 0 14px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to top, #ea3516, #ee5e45);
}

.in_pro.py-3 .xun .tab-con li .cs a:last-child {
  background: linear-gradient(to top, #f0592d, #f37f5d);
}

.in_pro.py-3 .xun .tab-con li .cs a:hover {
  opacity: 0.85;
}

.pro .pro-c dd,
.Information-l,
.Information-r {
  min-width: 0;
}

.fullSlide {
  margin-bottom: 28px !important;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 33, 52, 0.12);
}

.fullSlide .bd li img {
  display: block;
  width: 100%;
  transition: transform 0.7s ease;
}

.fullSlide:hover .bd li img {
  transform: scale(1.02);
}

.Information.content.container {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.Information-l,
.Information-r {
  float: none !important;
  border: 1px solid #e7ebef;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  box-shadow: 0 12px 28px rgba(16, 33, 52, 0.06);
  padding: 20px 24px 18px;
}

.Information h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0b58a;
}

.Information h2 > a:not(.more) {
  font-weight: 700;
}

.Information h2 .more {
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 12px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(135deg, #fa7821, #ff9860);
  border-radius: 999px;
}

.Information-l h3 {
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7f1, #fffdfb);
}

.Information-l dl,
.Information-r h3,
.Information-txt {
  border-radius: 12px;
}

.Information-r h3 {
  overflow: hidden;
  background: #f4f7f9;
}

.Information-r h3 img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.Information-r p,
.Information-l dd p,
.Information-l h3 {
  color: #5f6975;
}

.Information-txt li {
  padding-left: 18px;
  background: url(/style/images/dynamic_icon3.gif) no-repeat left center;
}

.foot-c {
  margin-top: 22px;
  background: linear-gradient(135deg, #0b7b58 0%, #0a5a46 100%);
}

.foot-c .footer {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.foot-c .foot-l,
.foot-c .foot-r {
  float: none !important;
}

.foot-c .foot-l p a {
  padding: 0 10px 0 0;
  opacity: 0.95;
}

.foot-c .foot-r p span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.link {
  padding: 10px 0;
  background: #1f2937;
}

.link .content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.link p {
  width: auto;
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.72);
}

.link p a {
  color: #fff;
  opacity: 0.92;
}

.link p a:hover {
  color: #ffb07e;
  text-decoration: none;
}

.main-im {
  position: fixed;
  right: 14px;
  top: 230px;
  z-index: 100;
  width: 110px;
  height: 272px;
}

.main-im .qq-a {
  display: block;
  width: 106px;
  height: 116px;
  font-size: 14px;
  color: #0484cd;
  text-align: center;
  position: relative;
}

.main-im .qq-a span {
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 90px;
}

.main-im .qq-hover-c {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 9;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 35px;
}

.main-im .qq-container {
  position: absolute;
  z-index: 99;
  width: 109px;
  height: 118px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dddddd;
  background: url(/style/images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  max-width: 70px;
  transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
  left: 1px;
  top: 8px;
}

.main-im .im_main {
  border: 1px solid #dddddd;
  border-radius: 14px;
  background: rgba(249, 250, 251, 0.98);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(8px);
}

.main-im .im_main .im-tel {
  width: 109px;
  padding-top: 3px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
  margin-top: 11px;
  font-size: 12px;
  font-weight: bold;
}

.main-im .im_main .im-tel .tel-num,
.main-im .im_main .im-tel .tel-num a {
  color: #f30;
  font-weight: bold;
}

.main-im .im_main .weixing-container {
  float: left;
  width: 55px;
  height: 47px;
  border-right: 1px solid #dddddd;
  border-bottom-left-radius: 10px;
  background: #f5f5f5 url(/style/images/weixing-icon.png) no-repeat center center;
}

.main-im .im_main .weixing-show {
  position: absolute;
  left: -125px;
  top: -109px;
  display: none;
  width: 112px;
  height: 155px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
  position: absolute;
  left: 112px;
  top: 124px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #ffffff;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
  position: absolute;
  left: 112px;
  top: 122px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #dddddd;
}

.main-im .im_main .weixing-show .weixing-ma {
  width: 104px;
  height: 103px;
  padding-left: 5px;
  padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
  position: absolute;
  top: 110px;
  left: 7px;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

.main-im .im_main .go-top {
  float: right;
  width: 50px;
  height: 47px;
  border-bottom-right-radius: 10px;
  background: #f5f5f5 url(/style/images/toTop-icon.png) no-repeat center center;
}

.main-im .im_main .go-top a {
  display: block;
  width: 52px;
  height: 47px;
}

.main-im .close-im {
  position: absolute;
  right: 10px;
  top: -12px;
  z-index: 100;
  width: 24px;
  height: 24px;
}

.main-im .close-im a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/style/images/close_im.png) no-repeat left top;
}

.main-im .open-im {
  display: none;
  width: 40px;
  height: 133px;
  margin-left: 68px;
  cursor: pointer;
  background: url(/style/images/open_im.png) no-repeat left top;
}

.main-im .xiaoq img {
  margin-right: 5px;
  vertical-align: bottom;
}

@media (max-width: 1200px) {
  .top-c.container,
  .nav-box.menu.container,
  .Information.content.container,
  .in_pro .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pro.container.py-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .pro.container.py-3 .pro-c dt,
  .pro.container.py-3 .pro-c dd {
    float: none !important;
    width: 100% !important;
    height: auto;
  }

  .pro.container.py-3 .pro-c dd {
    padding: 16px !important;
  }

  .in_pro.py-3 .container {
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .in_pro.py-3 .cate {
    width: 100%;
    flex: 0 0 auto;
  }

  .in_pro.py-3 .box .tab {
    flex-wrap: wrap;
    height: auto;
    padding: 8px;
    line-height: normal;
  }

  .in_pro.py-3 .box .tab li .more {
    position: static;
    margin-left: auto;
    line-height: 30px;
  }

  .in_pro.py-3 .xun .tab-con li {
    width: calc((100% - 10px) / 2);
  }

  .Information.content.container,
  .foot-c .footer,
  .link .content {
    display: block;
  }

  .Information-r,
  .foot-c .foot-r {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .main-im {
    top: 157px !important;
  }
}
