.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-text{
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.banner-text .text1 {
  font-size: 55px;
}

.banner-text .text2 {
  font-size: 34px;
}
.banner-desc {
  min-width: 900px;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  padding: 40px 0;
  overflow: hidden;
}

.banner-desc p {
  text-align: center;
}
.nav a{
  color: #fff;
}

.banner-desc img {
  margin: 0 auto;
}
.gsgk-banner {
  padding-top: 160px;
  text-align: center;
  overflow: hidden;
}
.gsgk-banner .left-img{
  float: right;
}
.title-wrapper {
  overflow: hidden;
}
.title-content {
  position: absolute;
  padding: 50px 80px;
  background-color: #fff;
  text-align: left;
  left: -100px;
  width: 750px;
}
.title-content > .title {
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.title-content > .desc {
  padding-bottom: 20px;
}
.title-content a{
  margin-top: 30px;
  border-radius: 50px;
}
.left-img{
  height: 500px;
}
.img-banner2 {
  background: url(/images/main_banner2.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color:#fff;
  padding: 50px 0;
}
.img-banner2 .divider{
  border-bottom: 2px solid #fff;
  width: 30px;
  margin: auto;
}
.img-banner2 img{
  width: 50px;
  margin: auto;
}
.qywh-banner{
  position: relative;
  min-height: 300px;
}
.qywh-banner .title{
  position: absolute;
  top:20px;
  width: 100%;
  text-align: center;
}
.qywh-banner .desc{
  letter-spacing: 4px;
}
.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, #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;
}
.custom-fake-long {
  position: absolute;
  width: 30%;
  height: 100%;
  right: 0;
  background-color: #62709ab3;
  margin-right: 15px;
  color:#fff;
  padding: 50px 40px;
}

.dinner-list img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.btn-more {
  height: 50px;
  line-height: 50px;
  border: 1px solid #999;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  color: #999;
}

.onenews{
  padding: 10px 20px;
  text-align: left;
}
.onenews img {
  width: 100%;
  height: auto;
}
.xwzx-banner {
  background: url(/images/xwzx_banner.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 500px;
}
.fw-banner {
  background: url(/images/fw-banner.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 500px;
}
.comm-banner .title{
  padding-top:20px;
  padding-bottom:20px;
  text-align: center;
}
.comm-banner .desc{
  letter-spacing: 4px;
}

/*.container {
  width: 1180px !important;
}*/

.fw-wrapper{
  text-align: center;
}
.fw-wrapper ul{
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.fw-wrapper ul > li {
  padding-right: 40px;
}
.nav-fw  li{
  float: left;
}
.nav-fw li.active > a {
  color: red;
}

#fw-carousel img {
  width: 60%;
  margin: 40px auto 80px auto;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: inherit;
  border-color: inherit;
}

.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;
}

.title-wrapper .active {
  border-bottom: 2px solid red;
} 
.title-wrapper .tab {
  cursor: pointer;
}