* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  list-style: none;
}

.background {
  width: 100%;
  height: 218px;
  background-color: #FCF6F1;
}

.background-top {
  margin: 0 auto;
  height: 150px;
  width: 1202px;
  background-image: url(../images/top_img.png);
  background-size: 1202px 150px;
  position: relative;
}

.top-list {
  position: absolute;
  width: 1202px;
}

.top-list ul {
  list-style: none;
  display: flex;
  padding: 14px;
  margin-left: 163px;
  width: 1011px;
  font-size: 25px;
}

.top-list ul li {
  margin-right: 30px;
  width: 200px;
  height: 20px;
  color: #932F50;
}

.logo {
  margin-left: 35px;
  display: flex;
  padding-top: 68px;
}

.logo img:nth-child(1),
.logo img:nth-child(3) {
  width: 100px;
  height: 100px;
  margin-top: -33px;
}

.logo img:nth-child(2) {
  width: 928px;
  height: 46px;
  margin: 0 13px;
}

.top-nav {
  width: 1202px;
  height: 68px;
  margin: 0 auto;
  background-color: #A70707;
}

.top-nav>ul {
  list-style: none;
  display: flex;
  width: 1148px;
  height: 100%;
  margin: 0 auto;
}

.top-nav>ul>li {
  line-height: 68px;
  height: 68px;
  width: 170px;
  text-align: center;
  position: relative;
}

.top-nav ul li a {
  font-size: 25px;
  color: #FFFFFF;
}

.top-nav>ul>li>ul {
  display: none;
  position: absolute;
  top: 68px;
  list-style: none;
  width: 100%;
  background-color: rgba(198, 14, 14, 0.72);
}

.top-nav>ul>li>ul>li {
  height: 43px;
  line-height: 43px;
  width: 170px;
}

.top-nav>ul>li>ul>li:hover {
  background-color: #A70707;
}

.top-nav>ul>li:hover>ul {
  display: block;
  width: 170px;
  z-index: 3;
}

.background-bottom {
  width: 1202px;
  height: 650px;
  margin: 0 auto;
  position: relative;
}

.background-bottom .container-bottom1 {
  width: 1046px;
  height: 51px;
  margin-left: 78px;
  margin-top: 243px;
}

.link {
  width: 1170px;
  margin-left: 30px;
  margin-top: 46px;
  display: flex;
}

.link ul:nth-child(1) li {
  width: 230px;
}

.link ul:nth-child(2) li {
  width: 220px;
}

.link ul:nth-child(3) li {
  width: 300px;
}

.link ul:nth-child(4) li {
  width: 340px;
}

.link ul li {
  display: flex;
  margin-left: 20px;
}

.link a {
  height: 35px;
  font-size: 14px;
}

.background-bottom .container-bottom2 {
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: 0px;
}

.add {
  width: 1202px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
}

.add-title {
  width: 138px;
  height: 50px;
  line-height: 50px;
  font-size: 27px;
  font-weight: bold;
  background-color: #A70707;
  color: #FFFFFF;
  text-align: center;
}

.add-content {
  margin-left: 18px;
  width: 1046px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px #707070;
}

.add-content div:nth-child(1) {
  font-size: 29px;
}

.add-content div:nth-child(2) {
  font-size: 21px;
}