a{
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}

/* 
-------------  tab 棣栭〉浼佷笟寰俊閾炬帴寰俊鍒囨崲  -------------
*/

#tabs-container {
	height:430px;
    margin-top: 3px;
}
#tabs-container2 {
	height:320px;
}
.tab_Location {
	position: relative;
    margin-top: 37px;
}
.tab_lineheight {
	position:absolute;
	top: 14%;
	left: 50%;
    z-index: 99;
    margin-left: -220px;
}
.tab_lineheight a{
	line-height: 36px;
}
.tabs {
	width:auto;
	min-height: 1px;
	overflow:hidden;
    margin-top: 36px;
}
.tabs a {
	width: auto;
	min-height: 1px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	/*line-height: 36px;*/
	padding: 0px 16px;
	color:#666666;
	border-bottom:1px solid rgba(255,255,255,.001);
	border-bottom:1px solid #ffffff\9;
}
.tabs a:hover{
	color:#00509d;
	border-bottom:1px solid #00509d;
}
.tabs a.active {
	color:#00509d;
	border-bottom:1px solid #00509d;
}
.tab_scene {
}
.tab_scene a{
	line-height: 36px;
}

/* 
-------------  杞挱 妗堜緥灞曠ず  -------------
*/

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
}
.swiper-wrapper {
    margin-bottom: 20px;
}
.swiper-container {
    overflow: initial !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	width:32px !important;
	height:32px !important;
    top: -30px !important;
    left: 0px !important;
    right: auto;
    background-size: 12px !important;
    background-color: #58c528;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width:32px !important;
	height:32px !important;
    top: -30px !important;
    right: 0px !important;
    left: auto;
    background-size: 12px !important;
    background-color: #58c528;
}


/* 
-------------  瑙嗛鎻掍欢  -------------
*/

.thumbnail {
    display: block;
    padding: 0px;
    border: none !important;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.thumbnail:hover{
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;  
}