@media (max-width: 768px) {
	.col-xs-center{
		text-align: center;
	}
}

.good-type-menu{
	position: fixed;
	top: 60px;
	width: 200px;
}

.return-top {
    z-index: 9999;
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 50px;
    background: url("../../resource/return_bg.png") no-repeat;
    background-position-y: -50px;
}

.return-top:HOVER{
    background-position-y : 0px;
}

.good-serch-form{
	position: fixed;
	top: 5px;
	right: 0;
	z-index: 9999;
}

.page-list{
	padding: 20px 10px;
}
.page-list-item{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.page-list-item>td{
	padding: 15px 0px!important;
	padding-right: 10px !important;
}
.page-list-item>td a{
	color: rgba(0, 0, 0, 0.77);
	text-decoration: none;
}

.page-list-item-image{
	width: 120px;
}
.page-list-item-heading{
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}
.page-list-item-text{
    margin-bottom: 0;
    line-height: 1.3;
    color: #333;
    min-height: 85px;
}

.navbar .nav li >a:hover{
    background-color: #15a589;
    color : #fff;
}

.swiper-button-next,.swiper-button-prev{
	display:none;
}
.swiper-container:HOVER .swiper-button-next,.swiper-container:HOVER .swiper-button-prev{
	display: block;
}

 .swiper-slide {
     text-align: center;
     background-color: #fafafa;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
}
.swiper-img-container {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 1px #989898;
    text-decoration: none;
    line-height: 400px;
}
.swiper-img-container:HOVER {
	color: #fff;
    text-decoration: none;
}

.table > tbody > tr > td{
	font-size: 13px;
	line-height: 1.5;
}


@media (min-width: 768px){
  .navbar-nav > li:nth-child(5){
    display: none;
  }
  .navbar-nav > li:nth-child(6){
    display: none;
  }
  .navbar-nav > li:nth-child(7){
    display: none;
  }
  .navbar-nav > li:nth-child(8){
    display: none;
  }
}

@media (min-width: 992px){
  .navbar-nav > li:nth-child(5){
    display: block;
  }
  .navbar-nav > li:nth-child(6){
    display: block;
  }
  .navbar-nav > li:nth-child(7){
    display: block;
  }
  .navbar-nav > li:nth-child(8){
    display: block;
  }
}