.section{
    height: 100%;
    padding: 5px;
    margin-top: 70px;
    min-height: 500px;
}
@media only screen and (min-width:991px ) {
	.nav_search{
	display: block !important;
}
}
@media only screen and (max-width:991px ) {
	.phone_search{
	display: block !important;
}
.section {
    margin-top: 95px;
}
}



.section-heading{
	width: 100%;
	min-height: 100px;
	margin-bottom: 20px;
}
.section-heading p{
	font-weight: 300;
    font-size: 1.27201em;
}
@media screen and (min-width: 46.875em){
.section-heading h2 {
    font-size: 2.61792em;
    margin-bottom: 0.42973em;
}
}



/*列表布局*/
.gallery_s{
   padding: 0;
}
.gallery_s>div{
  padding:0 10px;
  margin-bottom: 15px;
}
.gallery_s>div>a{
	display: block;
	position: relative;
	height:350px;
}
.gallery_s img{
  height:100%;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  border-radius: 4px;
  vertical-align: bottom;
}

.picture a{
	text-decoration: none;
}
.picture a:hover{
	text-decoration: none;
}


.title_link{
	position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    text-shadow: 0 0 30px #000000;
    color: #ffffff;
    text-align: center;
    font-size: 25px !important;
    font-weight: 600;
    text-transform: capitalize;
}
.title_links{
	position: absolute;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    text-shadow: 0 0 30px #000000;
    color: #ffffff;
    text-align: center;
    font-size: 20px !important;
    font-weight: 400;
    text-transform: capitalize;
}


.swiper-slide a{
	 color: #000000;
	 text-decoration: none;
}
.swiper-slide a:hover{
	 color: #000000;
	 text-decoration: none;
}

.scrollables{
	margin-top: 10px;
	padding: 0 !important;
}	

 .swiper-container {
 	width: 100%;
    height: 45px;
	max-height: 48px;
	margin-top: 10px;
    }
    .swiper-slide {
      text-align: center;
      width: auto;
      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;
    background-color: #FFFFFF;
    padding: 12px 10px;
    font-weight: 600;
    text-align: center;
    height: 45px;
    color: #000000;
    border-radius: 5px;
} 
    .swiper-pagination{
    	bottom: -4px !important;
    }

.swiper-slide {
        border: 2px solid #e1e2e4;
}
 