
.main{}

/*分区*/
.section{ width: 100%; height: auto; overflow: hidden; position: relative; border-top: 1px solid #252526;}
.section .st_main{ width: 1200px; height: auto; margin: 0 auto; overflow: hidden; position: relative;}

/*导航*/
.st_title{ width: 100%; height: 50px;}
.st_title a{ float: left; font-size: 14px; line-height: 50px;}
.st_title span{ float: left; padding: 0 20px; font-size: 14px; line-height: 50px; color: #000;}


/*参观指南-列表*/
.st_list{ width: 1100px; height: auto; margin: 0 auto; overflow: hidden;}
.st_list ul{}
.st_list ul li{ margin-bottom: 40px; padding: 50px 0 20px; position: relative;}
.st_list ul li .title,
.st_list ul li .title a{ font-size: 18px; line-height: 200%; text-align: center;}
.st_list ul li .title a{ border-bottom: 1px solid #000;}
.st_list ul li .title a:hover{ border-color: #C2103E;}
.st_list ul li .intro{ font-size: 14px; line-height: 200%; text-align: center;}

/*轮播*/
.mySwiper{ width: 100%; height: 320px; margin-bottom: 50px; position: relative;}
.mySwiper .swiper-slide{ width: 610px; height: 320px; transform: scale(0.9); transition: transform .5s ease-out 0s;}
.mySwiper .swiper-slide.swiper-slide-active{ z-index: 2; transform: scale(1.2);}
.mySwiper .swiper-slide img{ display: block; width: 100%; height: 100%;}
