.nav-logo {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px; /* 高度的一半 */
  margin-left: -30px; /* 宽度的一半 */
}
.logo-wrapper {
  width: 70px;
  height: 70px;
  position: relative;
}
.navbar-nav>li>a {
  color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-static-top{
  margin-bottom: 0px;
}
.banner{
  min-height: 270px;
  background: url(/images/sub_banner.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.banner .title{
  text-align: center;
  color: #fff;
  padding-top:90px;
}
.bread-wrapper .title {
  float: left;
  padding: 8px 0;
}
.breadcrumb > .active {
  color:red;
}
.dropdown-menu {
  min-width: 80px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -20px !important;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus  {
  color: red;
}
.fukh-sec .title{
  text-align: center;
  margin-top:20px;
}
.custom-fake {
  height: 100%;
  background-color: rgba(98, 112, 154, 0.70);
  z-index: 9999;
  color: #fff;
  position: relative;
}
#custom1,#custom2,#custom3, #custom4,#custom5,#custom6, #custom-long {
  background-size: 100% 100% !important;
}
.custom-fake .dinner-name{
  position: absolute;
  text-align: center;
  width: 100%;
  top: 49%;
  font-size: 24px;
}

.custom-fake .dinner-desc-name{
  text-align: left;
  padding: 20% 30px 5px 20px;
  font-size: 22px;
}
.custom-fake .divider{
  margin-left: 20px;
  width: 80px;
  border: 2px solid #fff;
}

.custom-fake .dinner-desc-desc{
  text-align: left;
  padding: 20px 30px 0 20px;
  font-size: 14px;
}
.dinner-icon{
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 40px;
}
.dinner-icon img{
  width: 100%;
}
.news-list {
  padding: 0px 80px;
  background: #fff;
  min-height: 500px;
}
.news-list .one-new{
  line-height: 120px;
  height: 120px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.one-new .title{
  font-size: 20px;
}
.one-new .date{
  width: 75px;
  height: 75px;
  margin-top: 23px;
  border: 1px solid #ccc;
  text-align: center;
  padding-top:10px;
}
.one-new .date .day{
  font-size: 32px;
  color:red;
  line-height: 32px;
}

.one-new .date .year{
  font-size: 14px;
  color:red;
  line-height: 14px;
}
#news_content {
  padding: 50px;
  background: #fff;
  min-height: 500px;
}
#news_content h3 {
  text-align: center
}
#news_content .desc {
  text-align: center;
  color: #ccc;
}
#recruit_content {
  padding: 50px;
  background: #fff;
  min-height: 500px;
}
#recruit_content .salary {
  color: red;
  font-size: 18px;
}
#recruit_content .divider {
  margin-top: 30px;
  border-bottom: 2px solid red;
}
#recruit_content .data {
  padding: 50px 0;
}
#recruit_content .data ul>li {
  font-size: 20px;
  line-height: 40px;
  color: red;
}
#recruit_content .data ol>li {
  font-size: 16px;
  line-height: 30px;
}
#recruit_content .one_item {
  padding: 20px 0;
  overflow: hidden;
}
#recruit_content .recruit_date{
  color: #ccc;
}
.news_nav{
  margin-bottom: 50px;
  background: #ffffff;
}
.form-wrapper {
  padding: 0 3%;
  margin-bottom: 10px;
}
#lyform {
  background-color: #fff;
  padding: 20px 0 20px 0;
}
.comm-banner .title{
  padding-top:20px;
  padding-bottom:20px;
  text-align: center;
}
.comm-banner .desc{
  letter-spacing: 4px;
}
.contact_content h5 {
  color: #0099ff;
  font-size: 16px;
}