* {
  margin: 0px;
  padding: 0px;
}

/* 隐藏所有滚动条但保持滚动功能 */

/* 隐藏滚动条 */
.container {
  height: 100vh;
  
}

.container::-webkit-scrollbar {
  display: none;
}


.contentinfo {

  position: absolute;
  left: 15%;
  top: 50%;
}

.contentinfo h1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
}

.contentinfo p {
  font: optional;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 25px;
}

.header-box {
  height: 680px;
  width: 100%;
  position: relative;
}

.banner-box {
  position: absolute;
  left: 0;
  top: 0;
}

.top-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 109px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12.5vw;
  box-sizing: border-box;
}

.logo-img {
  height: 52px;
}

.menu-box {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  /* background-color: red; */
}

.menu-box ul {
  display: flex;
}

.menu-box ul li {
  display: flex;
  padding: 0px 10px;
  justify-content: end;
}

.menu-box ul li a {
  font-size: 18px;
  color: white;
}

.menu-item {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-line {
  width: 45px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 0.43;
  margin-top: 10px;
}

.content-box {
  display: flex;
  margin: 0px 0 89px 0;

  padding: 0 12.5vw;
  background-color: #F5F5F5;
  /* padding:55px 0 89px 0; */
  padding-top: 136px;
  padding-bottom: 89px;
}



.content {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
  line-height: 24px;
  display: -webkit-box;
  /* 使用旧版弹性盒子模型（用于兼容） */
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  /* 设置盒子内元素排列方向为垂直 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  /* 可选：为其他浏览器提供备用方案 */
  word-break: break-all;
}

.company-info {
  width: 30%;
}

.company-info h2 {
  margin-bottom: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #2A2A2A;
  line-height: 24px;
}

.company-info hr {
  border: none;
  height: 1px;
  background-color: #000;
  width: 50px;
  margin-bottom: 58px;
}

.qr-codes h2 {
  margin-bottom: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #2A2A2A;
}

.qr-codes hr {
  border: none;
  height: 1px;
  background-color: #000;
  width: 50px;
  margin-bottom: 20px;
}

.company-info p {
  margin: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
}

.qr-codes {
  width: 40%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  /* align-items: center; */
}

.qr-box{
display: flex;
  justify-content: start;
  flex-direction:row;
margin-top:50px;  
	
}

.qr-code {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right:30px;
}

.qr-code img {
  width: 108px;
  height: 108px;
  /* margin-right: 10px; */
}

.qr-code span {
  margin-left: 15px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #2A2A2A;
}

.contact-info {
  margin-top: 60px;
  position: relative;
  width: 20%;
  height: 200px;
  background-color: #1e90ff;
  color: #fff;
  padding: 0px 37px;
  text-align: left;
}

.contact-info h3 {
  margin-top: 60px;
  height: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.contact-info p {
  margin: 10px 0;
  font-size: 18px;
}

.contact-info .phone-number {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: px;
  color: #FFFFFF;
}

.contact-info .service-time {
  position: absolute;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  bottom: 58px;
}

.footer-box {
  height: 277px;
  background: #333333;
  padding: 38px 12.4vw 0 12.4vw;
  display: flex;
}

.contact-info hr {
  border: none;
  height: 3px;
  background: #2899FF;
  width: 50px;
  /* margin-bottom: 20px; */
}

.footer-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 38px;
}

.footer-line {
  width: 1px;
  height: 150px;
  background: #FDFDFD;
  opacity: 0.1;
  margin: 0 140px;
}

.footer-code {
  width: 91px;
  height: 91px;
  margin-top: 19px;
}

.footer-right {
  display: flex;
}

.footer-label {
  font-weight: 400;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 38px;
}

.allmessageinfo {

  display: block;
  justify-content: space-between;
  padding: 50px;
  background-color: #fff;
  margin-top: 50px;
  margin: 0px 0 89px 0;
  padding: 0 12.5vw;
}

.left-section {
  width: 100%;

}

.left-section hr {
  /* border: none;
    height: 1px;
    background-color: #000;
    width: 50px;
    margin-bottom: 108px; */
}

.right-section {
  /* background-color: saddlebrown; */
  width: 100%;
  margin-top:30px;
}

.left-section h2 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}

.left-section p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.message-info {
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.message-info div {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-right: 10%;
}

.message-info div:last-child {
  margin-right: 0;
}

.message-info p {
  font-size: 18px;
  margin: 5px 0;
}



.input-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.input-group input {
  flex: 1;
  padding: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.input-group input:last-child {
  margin-right: 0;
}

.right-section input,
.right-section textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.right-section textarea {
  height: 100px;
}

.right-section button {
  background-color: #1e90ff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 15%;
}

.right-section button:hover {
  background-color: #1c89e0;
}