#section1 {
  width: 100%;
  height: 600px;
  background-size: cover;
  margin-top: 10px;
}
#section2 {
  height: 560px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#section2 .box {
  width: 1110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#section2 .box .center {
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section2 .box .center .topic {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#section2 .box .center .topic p {
  color: #797d85;
  text-align: center;
  line-height: 30px;
}
#section2 .box .center .content {
  height: 190px;
}
#section2 .box .center .content ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#section2 .box .center .content ul li {
  width: 250px;
  border: 1px solid #d8d8d8;
  background-size: cover;
}
#section3 {
  height: 875px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#section3 .box {
  width: 1135px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#section3 .box .center {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section3 .box .center .topic {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#section3 .box .center .topic h1 {
  font-size: 35px;
  color: #232323;
}
#section3 .box .center .topic p {
  font-size: 15px;
  color: #797979;
}
#section3 .box .center .menu {
  height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section3 .box .center .menu .det {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#section3 .box .center .menu .co {
  width: 355px;
  height: 235px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-size: cover;
}
#section3 .box .center .menu .co .in {
  width: 290px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section3 .box .center .menu .co .in h3 {
  color: #FFFFFF;
  font-size: 25px;
  margin-top: 70px;
}
#section3 .box .center .menu .co .in p {
  display: none;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
#section3 .box .center .menu .co .in:hover {
  border: 1px solid #FFFFFF;
}
