html,
body,
ul,
li,
p,
span {
  margin: 0;
  padding: 0;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

#root {
  background: #fff;
  margin: 0;
  padding: 0;
}

.detail-container {
  width: 100vw;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.header-bar {
  height: 90px;
  width: 100%;
  position: relative;
}

.header-bar .logo {
  height: 64px;
  width: 208px;
  position: absolute;
  left: 200px;
  top: 13px;
}

.header-bar .header-menu {
  display: flex;
  list-style: none;
  position: absolute;
  top: 0;
  right: 200px;
}

.header-bar .header-menu li {
  width: 110px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  cursor: pointer;
  position: relative;
}

.header-bar .header-menu li a {
  text-decoration: none;
  color: #000;
}

.header-bar .header-menu li a:hover {
  color: #fff;
}

.header-bar .header-menu li .menu-items {
  position: absolute;
  background: #b09671;
  top: 80px;
  left: 0;
  width: 110px;
  z-index: 20;
  color: #fff;
  display: none;
}

.header-bar .header-menu li .menu-items .menu-item {
  width: 100%;
  height: 40px;
  background: #b09671;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  float: left;
  color: #fff;
}

.header-bar .header-menu li:hover{
  background: #b09671;
  color: #fff;
}

.header-bar .header-menu li:hover a {
  color: #fff;
}

.header-bar .header-menu li:hover .menu-items {
  display: block;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #b09671;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 45px;
}

.bannerSwiper {
  width: 100%;
  height: 760px;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.detail-container .banner {
  width: 100%;
  height: 255px;
  background-image: url(../images/detail-banner.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact-content {
  width: 1300px;
  height: 482px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 20px auto;
}

.map-rleft {
  width: 745px;
  float: left;
  padding-top: 40px;
}


.map-rword {
  width: 400px;
  margin-bottom: 25px;
  padding-left: 88px;
  float: left;
}

.map-rword p {
  color: #1b1b1b;
  line-height: 36px;
}

.fn_clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.contact-header {
  height: 60px;
  line-height: 60px;
  color: #383838;
  padding-left: 25px;


}
.contact-h2 {
  content: "";
  display: block;
  border-bottom: 1px solid #b09671; /* 这里的颜色和样式可以根据需要自定义 */
  width: 100%;
  margin-top: 5px; /* 可选，用于调整下划线与标题的间距 */
}

.sumbit-more {
  height: 60px;
  line-height: 60px;
  color: #b09671;
  text-decoration: none;
}


.form-label {
  font-size: 14px;
  color: #505050;
  width: 90px;
}
.form-label::before {
  display: inline-block;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.form-input {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 500px;
  min-width: 0;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 6px;
  transition: all 0.2s;
}

.form-items {
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
}

.form-textarea {
  max-width: 100%;
  height: auto;
  min-height: 82px;
  line-height: 1.5714285714285714;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  resize: vertical;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 1140px;
  min-width: 0;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 6px;
  transition: all 0.2s;
}

.form-item {
    display: flex;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.advice-btn {
    width: 100px;
	height: 36px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 36px;
    background: #b09671;
    margin-right: 20px;
    cursor: pointer;
}

.reset-btn {
    opacity: .5;
}

.company-content {
    width: 100%;
    min-height: 440px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 42px;
}

.result {
    width: 1300px;
    height: 100%;
    min-height: 440px;
  }


  
.news-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
}

.news-center .news-content {
  width: 1300px;
  height: 328px;
  position: relative;
}

.news-center .news-content .news-title {
  font-size: 80px;
  color: #8f8f8f;
  font-weight: bold;
  opacity: 0.2;
  line-height: 100px;
  position: absolute;
  left: 0;
  top: 60px;
}

.news-center .news-content .news-txt {
  font-size: 60px;
  font-weight: bold;
  color: #1c1c1c;
  position: absolute;
  left: 20px;
  top: 140px;
}