* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background: url(../images/bg.jpg);
}

#laodong {
    width: 1000px;
    margin: 0 auto;
}

#banner {
    width: 100%;
    position: relative;
    font-size: 0px;
}

#banner img {
    width: 100%;
}

#banner p {
    position: absolute;
    font-size: 40px;
    top: 30px;
    right: 200px;
    color: #CE3C31;
    font-family: '楷体';
    font-weight: bolder;
}

nav {
    background-color: #C6A283;
    height: 40px;
}

nav ul li {
    display: inline-block;
    font-size: 0px;
    float: left;
}

nav ul li a {
    font-size: 16px;
    float: left;
    line-height: 40px;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #900601;
}

#index_main {
    background-color: #f0e5cb;
    padding: 20px;
}

#index_main img {
    height: 180px;
    float: left;
    margin-right: 10px;
}

#index_main p {
    text-indent: 2rem;
    line-height: 30px;
    margin-bottom: 20px;
}

#index_main2 {
    background-color: #f0e5cb;
}

#index_main2 h2 {
    background-color: #C6A283;
    color: #900601;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 40px;
}

#index_main2 ul {
    padding: 20px;
    font-size: 0px;
}

#index_main2 ul li {
    display: inline-block;
    width: 480px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

#index_main2 ul li img {
    width: 200px;
    float: left;
    margin-right: 10px;
}

#index_main2 ul li div p:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
}

#index_main2 ul li div p:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
    line-height: 24px;
}

footer {
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    background-color: #C6A283;
    color: #900601;
}

#history_main {
    background-color: #f0e5cb;
    padding: 20px;
}

#history_main p {
    text-indent: 2rem;
    line-height: 30px;
    margin-bottom: 20px;
}

.chatu1 {
    float: left;
    margin-right: 10px;
    width: 300px;
}

#people_main {
    background: url(../images/bg1.png) no-repeat;
    background-size: 100px;
    background-position: right bottom;
    background-color: #f0e5cb;
    padding: 60px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-family: '楷体';
    font-weight: bolder;
    color: #C5161B;
}

#people_main2 {
    background-color: #f0e5cb;
}

#people_main2 h2 {
    background-color: #C6A283;
    color: #900601;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 40px;
}

#people_main2 ul {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

#people_main2 ul li {
    display: inline-block;
    width: 300px;
    margin: 10px;
    background-color: #C6A283;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#people_main2 ul li img {
    width: 100%;
    height: 206px;
}

#celebrate_main {
    background: url(../images/bg1.png) no-repeat;
    background-size: 100px;
    background-position: right bottom;
    background-color: #f0e5cb;
    padding: 60px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-family: '楷体';
    font-weight: bolder;
    color: #C5161B;
}

#celebrate_main2 {
    background-color: #f0e5cb;
}

#celebrate_main2 h2 {
    background-color: #C6A283;
    color: #900601;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 40px;
}

#way_main {
    background-color: #f0e5cb;
    padding: 20px;
}

#way_main ul li {
    background-color: #fff;
    padding: 5px;
    height: 180px;
    margin-bottom: 10px;
}

#way_main ul li img {
    float: left;
    width: 280px;
    height: 180px;
    margin-right: 10px;
}
.way_title{
    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
}
.way_txt{
    font-size: 14px;
    line-height: 24px;
    text-indent: 2rem;
}
#msg_main{
    background-color: #f0e5cb;
    padding: 20px;
}

.message-board {
    width: 1000px;
    margin: 0;
    padding: 20px;
    font-family: Arial, sans-serif;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  label {
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    font-weight: bold;
  }
  
  input[type="text"],
  textarea {
    width: 400px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  textarea{
    height: 100px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin-right: 10px;
  }
  
  input[type="submit"] {
    width: 100px;
    padding: 5px;
    background-color: #C6A283;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  input[type="submit"]:hover {
    background-color: #F1362C;
  }
  