.swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1280px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-slide img{
	width: 100%;
	height: auto;	
}

div.mainbtn{
	background: #191919;
	height: 334px;
}
div.mainbtn ul{
	width: 1280px;
	margin: 0 auto;
}
div.mainbtn ul li{
	float: left;
	margin: 0 1px;
	text-indent: -9999px;
}
div.mainbtn ul li a{
	display: block;
	width: 219px;
	height: 332px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
div.mainbtn ul li.btn01 a{
	background: url(../img/mainbtn01.png) no-repeat;
}
div.mainbtn ul li.btn02 a{
	background: url(../img/mainbtn02.png) no-repeat;
}
div.mainbtn ul li.btn03 a{
	background: url(../img/mainbtn03.png) no-repeat;
}
div.mainbtn ul li.btn04 a{
	background: url(../img/mainbtn04.png) no-repeat;
}
div.mainbtn ul li a:hover{
	background-position: right top;
}
div.mainbtn ul li.bg{
	background: url(../img/main_bg.png) no-repeat;
	width: 390px;
	height: 332px;
}
div.news{
	width: 1200px;
	margin: 20px auto;	
}
div.news h2{
	background: url(../common/img/title_bg.png) no-repeat;
	width: 1200px;
	height: 30px;
	padding: 6px 0 0 40px
}
div.news li{
	text-align: center;
}
div.news li a{
	font-size: 130%;
	color: #c00;
}

div.gallery{
	width: 1200px;
	margin: 20px auto;	
}
div.gallery h2{
	background: url(../common/img/title_bg.png) no-repeat;
	width: 1200px;
	height: 30px;
	padding: 6px 0 0 40px
}


div.swiper-container2{
	width: 1180px;
	background: #fff;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}
div.swiper-container2 div.swiper-slide{
	width: 100%;
	margin: 10px auto;
	font-size: 12px;
}
div.swiper-container2 div.swiper-slide span.img img{
	width: 100%;
	height: auto;
}
div.swiper-container2 div.swiper-pagination{
	position: absolute;
	bottom: 0;
}

div.map{
	width: 1200px;
	margin: 20px auto 50px;	
}
div.map h2{
	background: url(../common/img/title_bg.png) no-repeat;
	width: 1200px;
	height: 30px;
	padding: 6px 0 0 40px
}
div#map_canvas{
	margin: 10px auto;
	width: 1180px;
	height: 300px;	
}
div.cap{
	text-align: center;
	font-size: 90%;
}
ul.news{
	margin: 10px 20px;
}
ul.news li{
	line-height: 180%;
	border-bottom: dotted 2px #ccc;
	padding: 3px 0;
}
ul.news li br{
	display: none;
}

div.panorama{
	margin: 10px auto;
	width: 1180px;
}
div.panorama a{
	display: block;
	text-indent: -9999px;
	background: url(../img/360.jpg) no-repeat;
	width: 1180px;
	height: 250px;
}
div#calender{
	padding-bottom: 8px;
	background: #e3e9ff;
}