html,
body {
  width: 100%;
  min-width: 1200px;
  background-color: #ffffff;
}
/*公共样式*/
.wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.wrap-margintop {
  margin-top: 60px;
}
.layout {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.layout:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.h2 {
  width: 100%;
  height: auto;
  padding: 30px 0 20px;
}
.h2 .big {
  height: 88px;
  font-size: 38px;
  font-weight: bold;
  line-height: 88px;
  text-align: center;
  color: #203a96;
}
.h2 .small {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #f3c40c;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.layout-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  background: #f4cd51;
}
.layout-header .new {
  font-size: 34px;
  font-weight: bold;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
}
.layout-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  background: #f8be05;
}
.layout-nav .nav-item {
  position: relative;
  display: block;
  width: 11.1%;
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
}
.layout-nav .nav-item .link {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
}
.layout-nav .nav-item:hover .hide-box {
  display: block;
}
.layout-nav .nav-item .hide-box {
  position: absolute;
  left: 0;
  top: 51px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: auto;
  background: #203a97;
}
.layout-nav .nav-item .hide-box a {
  display: block;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  color: #999999;
  border-top: 1px solid #ffffff;
}
.layout-nav .nav-item .hide-box a:nth-child(1) {
  border-top: none;
}
.layout-nav .nav-item .hide-box a:hover {
  color: #fff;
}
.wrap-banner {
  margin-top: 30px;
}
.layout-banner {
  height: 460px;
}
.layout-xuhao {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-indent: 2em;
}
.layout-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
}
.layout-leader .leader {
  width: 230px;
  height: 100%;
}
.layout-meal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-meal .meal-item {
  width: 33.3333%;
  height: auto;
  padding: 25px 0;
}
.layout-meal .meal-item .img {
  margin: auto;
  width: 190px;
  height: 150px;
}
.layout-meal .meal-item .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #111111;
  text-align: center;
}
.layout-meal .meal-item .text {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.layout-face {
  height: 450px;
}
.layout-face .face-left {
  float: left;
  width: 695px;
  height: 450px;
}
.layout-face .face-right {
  float: right;
  width: 458px;
  height: 450px;
}
.layout-face .face-right .up {
  width: 100%;
  height: 220px;
}
.layout-face .face-right .up .up-item {
  float: left;
  width: 220px;
  height: 220px;
}
.layout-face .face-right .up .up-item:nth-child(2) {
  float: right;
}
.layout-face .face-right .dowm {
  margin-top: 10px;
  width: 100%;
  height: 220px;
}
.layout-map {
  height: 530px;
}
.layout-footer {
  margin-top: 40px;
  padding: 35px 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background-color: #f4cd51;
}
