
 #__next {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  /* min-width: 100%; */
  min-width: 1355px;
  position: relative;
  /* overflow: hidden; */
}
h2 {
  min-width: 18rem;
  font-size: 2rem;
}
 main {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}
footer{
  width: 100%;
  color: #666;
}
.footer_box{
  width:100%;
  height: 298px;
  line-height: 174px;
  font-size: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/footer_bg.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.footer_box_con{
  height: 332px;
  background: #F7F7F7;
  padding-top: 51px;
  box-sizing: border-box;
}
.footer_box_c{
  width: 60%;
  height: 260px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
}
.footer_box_c ul{
  text-align: left;
}
.footer_box_c ul h3{
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
}
.footer_box_c ul:first-child li{
  width: 200px;
  margin: 20px 15px;
  display: flex;
  justify-content: space-between;
}
.footer_box_c ul li div{
  color: #666;
  cursor: pointer;
}
.footer_box_c ul li{
  margin: 20px 15px;
}
.footer_box_f{
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #333;
}


